]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - configure
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / configure
CommitLineData
a0da8069 1#! /bin/sh
a0da8069 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
a0da8069
NN
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c6b750e1 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
c6b750e1 31fi
c6b750e1 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
c6b750e1
DJ
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
c6b750e1
DJ
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
8e957354
PB
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199test \$(( 1 + 1 )) = 2 || exit 1"
81ecdfbb
RW
200 if (eval "$as_required") 2>/dev/null; then :
201 as_have_required=yes
202else
203 as_have_required=no
204fi
205 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
206
207else
208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
209as_found=false
210for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
c6b750e1 211do
81ecdfbb
RW
212 IFS=$as_save_IFS
213 test -z "$as_dir" && as_dir=.
214 as_found=:
215 case $as_dir in #(
216 /*)
217 for as_base in sh bash ksh sh5; do
218 # Try only shells that exist, to save several forks.
219 as_shell=$as_dir/$as_base
220 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
221 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
222 CONFIG_SHELL=$as_shell as_have_required=yes
223 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
224 break 2
225fi
226fi
227 done;;
228 esac
229 as_found=false
230done
231$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
232 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
233 CONFIG_SHELL=$SHELL as_have_required=yes
234fi; }
235IFS=$as_save_IFS
236
237
238 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
239 export CONFIG_SHELL
240 # We cannot yet assume a decent shell, so we have to provide a
241# neutralization value for shells without unset; and this also
242# works around shells that cannot unset nonexistent variables.
243# Preserve -v and -x to the replacement shell.
244BASH_ENV=/dev/null
245ENV=/dev/null
246(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
247case $- in # ((((
248 *v*x* | *x*v* ) as_opts=-vx ;;
249 *v* ) as_opts=-v ;;
250 *x* ) as_opts=-x ;;
251 * ) as_opts= ;;
252esac
253exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254# Admittedly, this is quite paranoid, since all the known shells bail
255# out after a failed `exec'.
256$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
257exit 255
81ecdfbb
RW
258fi
259
260 if test x$as_have_required = xno; then :
261 $as_echo "$0: This script requires a shell more modern than all"
262 $as_echo "$0: the shells that I found on your system."
263 if test x${ZSH_VERSION+set} = xset ; then
264 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
265 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
c6b750e1 266 else
81ecdfbb
RW
267 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
268$0: including any error possibly output before this
269$0: message. Then install a modern shell, or manually run
270$0: the script under such a shell if you do have one."
c6b750e1 271 fi
81ecdfbb
RW
272 exit 1
273fi
274fi
275fi
276SHELL=${CONFIG_SHELL-/bin/sh}
277export SHELL
278# Unset more variables known to interfere with behavior of common tools.
279CLICOLOR_FORCE= GREP_OPTIONS=
280unset CLICOLOR_FORCE GREP_OPTIONS
281
282## --------------------- ##
283## M4sh Shell Functions. ##
284## --------------------- ##
285# as_fn_unset VAR
286# ---------------
287# Portably unset VAR.
288as_fn_unset ()
289{
290 { eval $1=; unset $1;}
291}
292as_unset=as_fn_unset
293
294# as_fn_set_status STATUS
295# -----------------------
296# Set $? to STATUS, without forking.
297as_fn_set_status ()
298{
299 return $1
300} # as_fn_set_status
c6b750e1 301
81ecdfbb
RW
302# as_fn_exit STATUS
303# -----------------
304# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
305as_fn_exit ()
306{
307 set +e
308 as_fn_set_status $1
309 exit $1
310} # as_fn_exit
311
312# as_fn_mkdir_p
313# -------------
314# Create "$as_dir" as a directory, including parents if necessary.
315as_fn_mkdir_p ()
316{
317
318 case $as_dir in #(
319 -*) as_dir=./$as_dir;;
320 esac
321 test -d "$as_dir" || eval $as_mkdir_p || {
322 as_dirs=
323 while :; do
324 case $as_dir in #(
325 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
326 *) as_qdir=$as_dir;;
327 esac
328 as_dirs="'$as_qdir' $as_dirs"
329 as_dir=`$as_dirname -- "$as_dir" ||
330$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
331 X"$as_dir" : 'X\(//\)[^/]' \| \
332 X"$as_dir" : 'X\(//\)$' \| \
333 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
334$as_echo X"$as_dir" |
335 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
336 s//\1/
337 q
338 }
339 /^X\(\/\/\)[^/].*/{
340 s//\1/
341 q
342 }
343 /^X\(\/\/\)$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\).*/{
348 s//\1/
349 q
350 }
351 s/.*/./; q'`
352 test -d "$as_dir" && break
353 done
354 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
356
357
358} # as_fn_mkdir_p
d0ac1c44
SM
359
360# as_fn_executable_p FILE
361# -----------------------
362# Test if FILE is an executable regular file.
363as_fn_executable_p ()
364{
365 test -f "$1" && test -x "$1"
366} # as_fn_executable_p
81ecdfbb
RW
367# as_fn_append VAR VALUE
368# ----------------------
369# Append the text in VALUE to the end of the definition contained in VAR. Take
370# advantage of any shell optimizations that allow amortized linear growth over
371# repeated appends, instead of the typical quadratic growth present in naive
372# implementations.
373if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
374 eval 'as_fn_append ()
375 {
376 eval $1+=\$2
377 }'
378else
379 as_fn_append ()
380 {
381 eval $1=\$$1\$2
382 }
383fi # as_fn_append
384
385# as_fn_arith ARG...
386# ------------------
387# Perform arithmetic evaluation on the ARGs, and store the result in the
388# global $as_val. Take advantage of shells that can avoid forks. The arguments
389# must be portable across $(()) and expr.
390if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
391 eval 'as_fn_arith ()
392 {
393 as_val=$(( $* ))
394 }'
395else
396 as_fn_arith ()
397 {
398 as_val=`expr "$@" || test $? -eq 1`
399 }
400fi # as_fn_arith
401
402
d0ac1c44
SM
403# as_fn_error STATUS ERROR [LINENO LOG_FD]
404# ----------------------------------------
81ecdfbb
RW
405# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
406# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 407# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
408as_fn_error ()
409{
d0ac1c44
SM
410 as_status=$1; test $as_status -eq 0 && as_status=1
411 if test "$4"; then
412 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
413 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 414 fi
d0ac1c44 415 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
416 as_fn_exit $as_status
417} # as_fn_error
418
419if expr a : '\(a\)' >/dev/null 2>&1 &&
420 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
421 as_expr=expr
422else
423 as_expr=false
424fi
425
81ecdfbb 426if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
427 as_basename=basename
428else
429 as_basename=false
430fi
431
81ecdfbb
RW
432if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
433 as_dirname=dirname
434else
435 as_dirname=false
436fi
c6b750e1 437
81ecdfbb 438as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
439$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
441 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
442$as_echo X/"$0" |
443 sed '/^.*\/\([^/][^/]*\)\/*$/{
444 s//\1/
445 q
446 }
447 /^X\/\(\/\/\)$/{
448 s//\1/
449 q
450 }
451 /^X\/\(\/\).*/{
452 s//\1/
453 q
454 }
455 s/.*/./; q'`
c6b750e1 456
c6b750e1
DJ
457# Avoid depending upon Character Ranges.
458as_cr_letters='abcdefghijklmnopqrstuvwxyz'
459as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
460as_cr_Letters=$as_cr_letters$as_cr_LETTERS
461as_cr_digits='0123456789'
462as_cr_alnum=$as_cr_Letters$as_cr_digits
463
c6b750e1 464
81ecdfbb
RW
465 as_lineno_1=$LINENO as_lineno_1a=$LINENO
466 as_lineno_2=$LINENO as_lineno_2a=$LINENO
467 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
468 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
469 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
470 sed -n '
471 p
472 /[$]LINENO/=
473 ' <$as_myself |
c6b750e1 474 sed '
81ecdfbb
RW
475 s/[$]LINENO.*/&-/
476 t lineno
477 b
478 :lineno
c6b750e1 479 N
81ecdfbb
RW
480 :loop
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
c6b750e1 482 t loop
81ecdfbb 483 s/-\n.*//
c6b750e1 484 ' >$as_me.lineno &&
81ecdfbb
RW
485 chmod +x "$as_me.lineno" ||
486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
c6b750e1 487
d0ac1c44
SM
488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489 # already done that, so ensure we don't try to do so again and fall
490 # in an infinite loop. This has already happened in practice.
491 _as_can_reexec=no; export _as_can_reexec
c6b750e1
DJ
492 # Don't try to exec as it changes $[0], causing all sort of problems
493 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
494 # original and so on. Autoconf is especially sensitive to this).
495 . "./$as_me.lineno"
c6b750e1
DJ
496 # Exit status is that of the last command.
497 exit
498}
499
81ecdfbb
RW
500ECHO_C= ECHO_N= ECHO_T=
501case `echo -n x` in #(((((
502-n*)
503 case `echo 'xy\c'` in
504 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
505 xy) ECHO_C='\c';;
506 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
507 ECHO_T=' ';;
508 esac;;
509*)
510 ECHO_N='-n';;
c6b750e1
DJ
511esac
512
81ecdfbb
RW
513rm -f conf$$ conf$$.exe conf$$.file
514if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
c6b750e1 516else
81ecdfbb
RW
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
c6b750e1 519fi
81ecdfbb
RW
520if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 522 as_ln_s='ln -s'
81ecdfbb
RW
523 # ... but there are two gotchas:
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 526 # In both cases, we have to default to `cp -pR'.
81ecdfbb 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 528 as_ln_s='cp -pR'
81ecdfbb
RW
529 elif ln conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s=ln
531 else
d0ac1c44 532 as_ln_s='cp -pR'
c6b750e1 533 fi
c6b750e1 534else
d0ac1c44 535 as_ln_s='cp -pR'
c6b750e1 536fi
81ecdfbb
RW
537rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538rmdir conf$$.dir 2>/dev/null
c6b750e1
DJ
539
540if mkdir -p . 2>/dev/null; then
81ecdfbb 541 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
542else
543 test -d ./-p && rmdir ./-p
544 as_mkdir_p=false
545fi
546
d0ac1c44
SM
547as_test_x='test -x'
548as_executable_p=as_fn_executable_p
c6b750e1
DJ
549
550# Sed expression to map a string onto a valid CPP name.
551as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
552
553# Sed expression to map a string onto a valid variable name.
554as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
555
556
d0ac1c44
SM
557test -n "$DJDIR" || exec 7<&0 </dev/null
558exec 6>&1
a0da8069 559
c6b750e1 560# Name of the host.
d0ac1c44 561# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
c6b750e1
DJ
562# so uname gets run too.
563ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
564
c6b750e1
DJ
565#
566# Initializations.
567#
a0da8069 568ac_default_prefix=/usr/local
81ecdfbb 569ac_clean_files=
c6b750e1 570ac_config_libobj_dir=.
81ecdfbb 571LIBOBJS=
c6b750e1
DJ
572cross_compiling=no
573subdirs=
574MFLAGS=
575MAKEFLAGS=
c6b750e1
DJ
576
577# Identity of this package.
578PACKAGE_NAME=
579PACKAGE_TARNAME=
580PACKAGE_VERSION=
581PACKAGE_STRING=
582PACKAGE_BUGREPORT=
81ecdfbb 583PACKAGE_URL=
c6b750e1
DJ
584
585ac_unique_file="move-if-change"
81ecdfbb
RW
586enable_option_checking=no
587ac_subst_vars='LTLIBOBJS
588LIBOBJS
589compare_exclusions
590stage2_werror_flag
591stage1_checking
592stage1_cflags
593MAINT
594MAINTAINER_MODE_FALSE
595MAINTAINER_MODE_TRUE
596COMPILER_NM_FOR_TARGET
597COMPILER_LD_FOR_TARGET
598COMPILER_AS_FOR_TARGET
599FLAGS_FOR_TARGET
600RAW_CXX_FOR_TARGET
601WINDMC_FOR_TARGET
602WINDRES_FOR_TARGET
603STRIP_FOR_TARGET
b121d7d4 604READELF_FOR_TARGET
81ecdfbb
RW
605RANLIB_FOR_TARGET
606OBJDUMP_FOR_TARGET
6b91c541 607OBJCOPY_FOR_TARGET
81ecdfbb
RW
608NM_FOR_TARGET
609LIPO_FOR_TARGET
610LD_FOR_TARGET
611DLLTOOL_FOR_TARGET
612AS_FOR_TARGET
613AR_FOR_TARGET
e552509b 614GOC_FOR_TARGET
81ecdfbb 615GFORTRAN_FOR_TARGET
81ecdfbb
RW
616GCC_FOR_TARGET
617CXX_FOR_TARGET
618CC_FOR_TARGET
b121d7d4 619READELF
81ecdfbb
RW
620OBJDUMP
621OBJCOPY
622WINDMC
623WINDRES
624STRIP
625RANLIB
626NM
627LIPO
628LD
629DLLTOOL
630AS
631AR
632RUNTEST
633EXPECT
634MAKEINFO
635FLEX
636LEX
637M4
638BISON
639YACC
81ecdfbb
RW
640WINDRES_FOR_BUILD
641WINDMC_FOR_BUILD
642RANLIB_FOR_BUILD
643NM_FOR_BUILD
644LD_FOR_BUILD
645LDFLAGS_FOR_BUILD
e552509b 646GOC_FOR_BUILD
81ecdfbb 647GFORTRAN_FOR_BUILD
81ecdfbb
RW
648DLLTOOL_FOR_BUILD
649CXX_FOR_BUILD
650CXXFLAGS_FOR_BUILD
651CFLAGS_FOR_BUILD
652CC_FOR_BUILD
653AS_FOR_BUILD
654AR_FOR_BUILD
911e63d0 655target_configdirs
81ecdfbb 656configdirs
81ecdfbb 657build_configdirs
81ecdfbb
RW
658INSTALL_GDB_TK
659GDB_TK
660CONFIGURE_GDB_TK
661build_tooldir
662tooldir
663GCC_SHLIB_SUBDIR
664RPATH_ENVVAR
4074d5f2
RW
665target_configargs
666host_configargs
667build_configargs
96655cc4 668BUILD_CONFIG
91c1f14c 669LDFLAGS_FOR_TARGET
81ecdfbb
RW
670CXXFLAGS_FOR_TARGET
671CFLAGS_FOR_TARGET
672DEBUG_PREFIX_CFLAGS_FOR_TARGET
673SYSROOT_CFLAGS_FOR_TARGET
bf41f30d 674get_gcc_base_ver
e81d5d05 675extra_host_zlib_configure_flags
700d40ca 676extra_host_libiberty_configure_flags
1b6c0831 677stage1_languages
bf41f30d 678host_shared
1b6c0831
L
679extra_linker_plugin_flags
680extra_linker_plugin_configure_flags
7ec59b9e 681islinc
1b6c0831 682isllibs
81ecdfbb 683poststage1_ldflags
143754cd 684poststage1_libs
81ecdfbb 685stage1_ldflags
b3676d82 686stage1_libs
7ec59b9e 687extra_isl_gmp_configure_flags
81ecdfbb
RW
688extra_mpc_mpfr_configure_flags
689extra_mpc_gmp_configure_flags
690extra_mpfr_configure_flags
691gmpinc
692gmplibs
301a9420 693LIBDEBUGINFOD
81ecdfbb
RW
694do_compare
695GNATMAKE
696GNATBIND
697ac_ct_CXX
698CXXFLAGS
699CXX
700OBJEXT
701EXEEXT
702ac_ct_CC
703CPPFLAGS
704LDFLAGS
705CFLAGS
706CC
1b6c0831 707extra_liboffloadmic_configure_flags
81ecdfbb
RW
708target_subdir
709host_subdir
710build_subdir
711build_libsubdir
8e957354
PB
712AWK
713SED
81ecdfbb
RW
714LN_S
715LN
716INSTALL_DATA
717INSTALL_SCRIPT
718INSTALL_PROGRAM
719target_os
720target_vendor
721target_cpu
722target
723host_os
724host_vendor
725host_cpu
726host
727target_noncanonical
728host_noncanonical
729build_noncanonical
730build_os
731build_vendor
732build_cpu
733build
734TOPLEVEL_CONFIGURE_ARGUMENTS
735target_alias
736host_alias
737build_alias
738LIBS
739ECHO_T
740ECHO_N
741ECHO_C
742DEFS
743mandir
744localedir
745libdir
746psdir
747pdfdir
748dvidir
749htmldir
750infodir
751docdir
752oldincludedir
753includedir
754localstatedir
755sharedstatedir
756sysconfdir
757datadir
758datarootdir
759libexecdir
760sbindir
761bindir
762program_transform_name
763prefix
764exec_prefix
765PACKAGE_URL
766PACKAGE_BUGREPORT
767PACKAGE_STRING
768PACKAGE_VERSION
769PACKAGE_TARNAME
770PACKAGE_NAME
771PATH_SEPARATOR
772SHELL'
773ac_subst_files='serialization_dependencies
774host_makefile_frag
775target_makefile_frag
776alphaieee_frag
777ospace_frag'
778ac_user_opts='
779enable_option_checking
780with_build_libsubdir
cf39cfc5 781with_system_zlib
1b6c0831
L
782enable_as_accelerator_for
783enable_offload_targets
81ecdfbb 784enable_gold
c7791212 785enable_ld
edeefb67 786enable_compressed_debug_sections
89a1e9c3
PB
787enable_libquadmath
788enable_libquadmath_support
81ecdfbb
RW
789enable_libada
790enable_libssp
f66a9a70 791enable_libstdcxx
1b6c0831 792enable_liboffloadmic
ffdd6afc 793enable_bootstrap
301a9420 794with_debuginfod
81ecdfbb
RW
795with_mpc
796with_mpc_include
797with_mpc_lib
798with_mpfr_dir
799with_mpfr
800with_mpfr_include
801with_mpfr_lib
802with_gmp_dir
803with_gmp
804with_gmp_include
805with_gmp_lib
81ecdfbb 806with_stage1_libs
c1a5d03a 807with_static_standard_libraries
b3676d82 808with_stage1_ldflags
81ecdfbb 809with_boot_libs
143754cd 810with_boot_ldflags
7ec59b9e
L
811with_isl
812with_isl_include
813with_isl_lib
814enable_isl_version_check
700d40ca 815enable_lto
1b6c0831
L
816enable_linker_plugin_configure_flags
817enable_linker_plugin_flags
bf41f30d 818enable_host_shared
81ecdfbb
RW
819enable_stage1_languages
820enable_objc_gc
05a13254
NC
821with_target_bdw_gc
822with_target_bdw_gc_include
823with_target_bdw_gc_lib
bf41f30d 824with_gcc_major_version_only
81ecdfbb
RW
825with_build_sysroot
826with_debug_prefix_map
96655cc4 827with_build_config
730af8ee 828enable_vtable_verify
81ecdfbb
RW
829enable_serial_configure
830with_build_time_tools
831enable_maintainer_mode
832enable_stage1_checking
833enable_werror
81ecdfbb
RW
834'
835 ac_precious_vars='build_alias
836host_alias
837target_alias
838CC
839CFLAGS
840LDFLAGS
841LIBS
842CPPFLAGS
843CXX
844CXXFLAGS
845CCC
4074d5f2
RW
846build_configargs
847host_configargs
848target_configargs
81ecdfbb
RW
849AR
850AS
851DLLTOOL
852LD
853LIPO
854NM
855RANLIB
856STRIP
857WINDRES
858WINDMC
859OBJCOPY
860OBJDUMP
b121d7d4 861READELF
81ecdfbb
RW
862CC_FOR_TARGET
863CXX_FOR_TARGET
864GCC_FOR_TARGET
81ecdfbb 865GFORTRAN_FOR_TARGET
e552509b 866GOC_FOR_TARGET
81ecdfbb
RW
867AR_FOR_TARGET
868AS_FOR_TARGET
869DLLTOOL_FOR_TARGET
870LD_FOR_TARGET
871LIPO_FOR_TARGET
872NM_FOR_TARGET
6b91c541 873OBJCOPY_FOR_TARGET
81ecdfbb
RW
874OBJDUMP_FOR_TARGET
875RANLIB_FOR_TARGET
b121d7d4 876READELF_FOR_TARGET
81ecdfbb
RW
877STRIP_FOR_TARGET
878WINDRES_FOR_TARGET
879WINDMC_FOR_TARGET'
880
a0da8069
NN
881
882# Initialize some variables set by options.
c6b750e1
DJ
883ac_init_help=
884ac_init_version=false
81ecdfbb
RW
885ac_unrecognized_opts=
886ac_unrecognized_sep=
a0da8069
NN
887# The variables have the same names as the options, with
888# dashes changed to underlines.
c6b750e1 889cache_file=/dev/null
a0da8069 890exec_prefix=NONE
a0da8069 891no_create=
a0da8069
NN
892no_recursion=
893prefix=NONE
894program_prefix=NONE
895program_suffix=NONE
896program_transform_name=s,x,x,
897silent=
898site=
899srcdir=
a0da8069
NN
900verbose=
901x_includes=NONE
902x_libraries=NONE
c6b750e1
DJ
903
904# Installation directory options.
905# These are left unexpanded so users can "make install exec_prefix=/foo"
906# and all the variables that are supposed to be based on exec_prefix
907# by default will actually change.
908# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 909# (The list follows the same order as the GNU Coding Standards.)
a0da8069
NN
910bindir='${exec_prefix}/bin'
911sbindir='${exec_prefix}/sbin'
912libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
913datarootdir='${prefix}/share'
914datadir='${datarootdir}'
a0da8069
NN
915sysconfdir='${prefix}/etc'
916sharedstatedir='${prefix}/com'
917localstatedir='${prefix}/var'
a0da8069
NN
918includedir='${prefix}/include'
919oldincludedir='/usr/include'
81ecdfbb
RW
920docdir='${datarootdir}/doc/${PACKAGE}'
921infodir='${datarootdir}/info'
922htmldir='${docdir}'
923dvidir='${docdir}'
924pdfdir='${docdir}'
925psdir='${docdir}'
926libdir='${exec_prefix}/lib'
927localedir='${datarootdir}/locale'
928mandir='${datarootdir}/man'
252b5132 929
a0da8069 930ac_prev=
81ecdfbb 931ac_dashdash=
a0da8069
NN
932for ac_option
933do
a0da8069
NN
934 # If the previous option needs an argument, assign it.
935 if test -n "$ac_prev"; then
81ecdfbb 936 eval $ac_prev=\$ac_option
a0da8069
NN
937 ac_prev=
938 continue
939 fi
252b5132 940
81ecdfbb 941 case $ac_option in
d0ac1c44
SM
942 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
943 *=) ac_optarg= ;;
944 *) ac_optarg=yes ;;
81ecdfbb 945 esac
a0da8069
NN
946
947 # Accept the important Cygnus configure options, so we can diagnose typos.
948
81ecdfbb
RW
949 case $ac_dashdash$ac_option in
950 --)
951 ac_dashdash=yes ;;
a0da8069
NN
952
953 -bindir | --bindir | --bindi | --bind | --bin | --bi)
954 ac_prev=bindir ;;
955 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
c6b750e1 956 bindir=$ac_optarg ;;
a0da8069
NN
957
958 -build | --build | --buil | --bui | --bu)
c6b750e1 959 ac_prev=build_alias ;;
a0da8069 960 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
c6b750e1 961 build_alias=$ac_optarg ;;
a0da8069
NN
962
963 -cache-file | --cache-file | --cache-fil | --cache-fi \
964 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
965 ac_prev=cache_file ;;
966 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
967 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
c6b750e1
DJ
968 cache_file=$ac_optarg ;;
969
970 --config-cache | -C)
971 cache_file=config.cache ;;
a0da8069 972
81ecdfbb 973 -datadir | --datadir | --datadi | --datad)
a0da8069 974 ac_prev=datadir ;;
81ecdfbb 975 -datadir=* | --datadir=* | --datadi=* | --datad=*)
c6b750e1 976 datadir=$ac_optarg ;;
a0da8069 977
81ecdfbb
RW
978 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
979 | --dataroo | --dataro | --datar)
980 ac_prev=datarootdir ;;
981 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
982 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
983 datarootdir=$ac_optarg ;;
984
a0da8069 985 -disable-* | --disable-*)
81ecdfbb 986 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
a0da8069 987 # Reject names that are not valid shell variable names.
81ecdfbb 988 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 989 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
990 ac_useropt_orig=$ac_useropt
991 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
992 case $ac_user_opts in
993 *"
994"enable_$ac_useropt"
995"*) ;;
996 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
997 ac_unrecognized_sep=', ';;
998 esac
999 eval enable_$ac_useropt=no ;;
1000
1001 -docdir | --docdir | --docdi | --doc | --do)
1002 ac_prev=docdir ;;
1003 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1004 docdir=$ac_optarg ;;
1005
1006 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1007 ac_prev=dvidir ;;
1008 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1009 dvidir=$ac_optarg ;;
a0da8069
NN
1010
1011 -enable-* | --enable-*)
81ecdfbb 1012 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
a0da8069 1013 # Reject names that are not valid shell variable names.
81ecdfbb 1014 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1015 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
1016 ac_useropt_orig=$ac_useropt
1017 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1018 case $ac_user_opts in
1019 *"
1020"enable_$ac_useropt"
1021"*) ;;
1022 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1023 ac_unrecognized_sep=', ';;
a0da8069 1024 esac
81ecdfbb 1025 eval enable_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
1026
1027 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1028 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1029 | --exec | --exe | --ex)
1030 ac_prev=exec_prefix ;;
1031 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1032 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1033 | --exec=* | --exe=* | --ex=*)
c6b750e1 1034 exec_prefix=$ac_optarg ;;
a0da8069
NN
1035
1036 -gas | --gas | --ga | --g)
1037 # Obsolete; use --with-gas.
1038 with_gas=yes ;;
1039
c6b750e1
DJ
1040 -help | --help | --hel | --he | -h)
1041 ac_init_help=long ;;
1042 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1043 ac_init_help=recursive ;;
1044 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1045 ac_init_help=short ;;
a0da8069
NN
1046
1047 -host | --host | --hos | --ho)
c6b750e1 1048 ac_prev=host_alias ;;
a0da8069 1049 -host=* | --host=* | --hos=* | --ho=*)
c6b750e1 1050 host_alias=$ac_optarg ;;
a0da8069 1051
81ecdfbb
RW
1052 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1053 ac_prev=htmldir ;;
1054 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1055 | --ht=*)
1056 htmldir=$ac_optarg ;;
1057
a0da8069
NN
1058 -includedir | --includedir | --includedi | --included | --include \
1059 | --includ | --inclu | --incl | --inc)
1060 ac_prev=includedir ;;
1061 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1062 | --includ=* | --inclu=* | --incl=* | --inc=*)
c6b750e1 1063 includedir=$ac_optarg ;;
a0da8069
NN
1064
1065 -infodir | --infodir | --infodi | --infod | --info | --inf)
1066 ac_prev=infodir ;;
1067 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
c6b750e1 1068 infodir=$ac_optarg ;;
a0da8069
NN
1069
1070 -libdir | --libdir | --libdi | --libd)
1071 ac_prev=libdir ;;
1072 -libdir=* | --libdir=* | --libdi=* | --libd=*)
c6b750e1 1073 libdir=$ac_optarg ;;
a0da8069
NN
1074
1075 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1076 | --libexe | --libex | --libe)
1077 ac_prev=libexecdir ;;
1078 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1079 | --libexe=* | --libex=* | --libe=*)
c6b750e1 1080 libexecdir=$ac_optarg ;;
a0da8069 1081
81ecdfbb
RW
1082 -localedir | --localedir | --localedi | --localed | --locale)
1083 ac_prev=localedir ;;
1084 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1085 localedir=$ac_optarg ;;
1086
a0da8069 1087 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1088 | --localstate | --localstat | --localsta | --localst | --locals)
a0da8069
NN
1089 ac_prev=localstatedir ;;
1090 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1091 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
c6b750e1 1092 localstatedir=$ac_optarg ;;
a0da8069
NN
1093
1094 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1095 ac_prev=mandir ;;
1096 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
c6b750e1 1097 mandir=$ac_optarg ;;
a0da8069
NN
1098
1099 -nfp | --nfp | --nf)
1100 # Obsolete; use --without-fp.
1101 with_fp=no ;;
1102
1103 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
c6b750e1 1104 | --no-cr | --no-c | -n)
a0da8069
NN
1105 no_create=yes ;;
1106
1107 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1108 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1109 no_recursion=yes ;;
1110
1111 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1112 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1113 | --oldin | --oldi | --old | --ol | --o)
1114 ac_prev=oldincludedir ;;
1115 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1116 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1117 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
c6b750e1 1118 oldincludedir=$ac_optarg ;;
a0da8069
NN
1119
1120 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1121 ac_prev=prefix ;;
1122 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
c6b750e1 1123 prefix=$ac_optarg ;;
a0da8069
NN
1124
1125 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1126 | --program-pre | --program-pr | --program-p)
1127 ac_prev=program_prefix ;;
1128 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1129 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
c6b750e1 1130 program_prefix=$ac_optarg ;;
a0da8069
NN
1131
1132 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1133 | --program-suf | --program-su | --program-s)
1134 ac_prev=program_suffix ;;
1135 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1136 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
c6b750e1 1137 program_suffix=$ac_optarg ;;
a0da8069
NN
1138
1139 -program-transform-name | --program-transform-name \
1140 | --program-transform-nam | --program-transform-na \
1141 | --program-transform-n | --program-transform- \
1142 | --program-transform | --program-transfor \
1143 | --program-transfo | --program-transf \
1144 | --program-trans | --program-tran \
1145 | --progr-tra | --program-tr | --program-t)
1146 ac_prev=program_transform_name ;;
1147 -program-transform-name=* | --program-transform-name=* \
1148 | --program-transform-nam=* | --program-transform-na=* \
1149 | --program-transform-n=* | --program-transform-=* \
1150 | --program-transform=* | --program-transfor=* \
1151 | --program-transfo=* | --program-transf=* \
1152 | --program-trans=* | --program-tran=* \
1153 | --progr-tra=* | --program-tr=* | --program-t=*)
c6b750e1 1154 program_transform_name=$ac_optarg ;;
a0da8069 1155
81ecdfbb
RW
1156 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1157 ac_prev=pdfdir ;;
1158 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1159 pdfdir=$ac_optarg ;;
1160
1161 -psdir | --psdir | --psdi | --psd | --ps)
1162 ac_prev=psdir ;;
1163 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1164 psdir=$ac_optarg ;;
1165
a0da8069
NN
1166 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1167 | -silent | --silent | --silen | --sile | --sil)
1168 silent=yes ;;
1169
1170 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1171 ac_prev=sbindir ;;
1172 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1173 | --sbi=* | --sb=*)
c6b750e1 1174 sbindir=$ac_optarg ;;
a0da8069
NN
1175
1176 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1177 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1178 | --sharedst | --shareds | --shared | --share | --shar \
1179 | --sha | --sh)
1180 ac_prev=sharedstatedir ;;
1181 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1182 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1183 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1184 | --sha=* | --sh=*)
c6b750e1 1185 sharedstatedir=$ac_optarg ;;
a0da8069
NN
1186
1187 -site | --site | --sit)
1188 ac_prev=site ;;
1189 -site=* | --site=* | --sit=*)
c6b750e1 1190 site=$ac_optarg ;;
a0da8069
NN
1191
1192 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1193 ac_prev=srcdir ;;
1194 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
c6b750e1 1195 srcdir=$ac_optarg ;;
a0da8069
NN
1196
1197 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1198 | --syscon | --sysco | --sysc | --sys | --sy)
1199 ac_prev=sysconfdir ;;
1200 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1201 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
c6b750e1 1202 sysconfdir=$ac_optarg ;;
a0da8069
NN
1203
1204 -target | --target | --targe | --targ | --tar | --ta | --t)
c6b750e1 1205 ac_prev=target_alias ;;
a0da8069 1206 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
c6b750e1 1207 target_alias=$ac_optarg ;;
a0da8069
NN
1208
1209 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1210 verbose=yes ;;
1211
c6b750e1
DJ
1212 -version | --version | --versio | --versi | --vers | -V)
1213 ac_init_version=: ;;
a0da8069
NN
1214
1215 -with-* | --with-*)
81ecdfbb 1216 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
a0da8069 1217 # Reject names that are not valid shell variable names.
81ecdfbb 1218 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1219 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1220 ac_useropt_orig=$ac_useropt
1221 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1222 case $ac_user_opts in
1223 *"
1224"with_$ac_useropt"
1225"*) ;;
1226 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1227 ac_unrecognized_sep=', ';;
a0da8069 1228 esac
81ecdfbb 1229 eval with_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
1230
1231 -without-* | --without-*)
81ecdfbb 1232 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
a0da8069 1233 # Reject names that are not valid shell variable names.
81ecdfbb 1234 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1235 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1236 ac_useropt_orig=$ac_useropt
1237 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1238 case $ac_user_opts in
1239 *"
1240"with_$ac_useropt"
1241"*) ;;
1242 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1243 ac_unrecognized_sep=', ';;
1244 esac
1245 eval with_$ac_useropt=no ;;
a0da8069
NN
1246
1247 --x)
1248 # Obsolete; use --with-x.
1249 with_x=yes ;;
1250
1251 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1252 | --x-incl | --x-inc | --x-in | --x-i)
1253 ac_prev=x_includes ;;
1254 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1255 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
c6b750e1 1256 x_includes=$ac_optarg ;;
a0da8069
NN
1257
1258 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1259 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1260 ac_prev=x_libraries ;;
1261 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1262 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
c6b750e1 1263 x_libraries=$ac_optarg ;;
a0da8069 1264
d0ac1c44
SM
1265 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1266Try \`$0 --help' for more information"
a0da8069
NN
1267 ;;
1268
c6b750e1
DJ
1269 *=*)
1270 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1271 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1272 case $ac_envvar in #(
1273 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1274 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1275 esac
1276 eval $ac_envvar=\$ac_optarg
c6b750e1
DJ
1277 export $ac_envvar ;;
1278
a0da8069 1279 *)
c6b750e1 1280 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1281 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
c6b750e1 1282 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1283 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1284 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
a0da8069
NN
1285 ;;
1286
1287 esac
1288done
1289
1290if test -n "$ac_prev"; then
c6b750e1 1291 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1292 as_fn_error $? "missing argument to $ac_option"
a0da8069 1293fi
a0da8069 1294
81ecdfbb
RW
1295if test -n "$ac_unrecognized_opts"; then
1296 case $enable_option_checking in
1297 no) ;;
d0ac1c44 1298 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1299 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
c6b750e1 1300 esac
81ecdfbb 1301fi
a0da8069 1302
81ecdfbb
RW
1303# Check all directory arguments for consistency.
1304for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1305 datadir sysconfdir sharedstatedir localstatedir includedir \
1306 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1307 libdir localedir mandir
a0da8069 1308do
81ecdfbb
RW
1309 eval ac_val=\$$ac_var
1310 # Remove trailing slashes.
1311 case $ac_val in
1312 */ )
1313 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1314 eval $ac_var=\$ac_val;;
1315 esac
1316 # Be sure to have absolute directory names.
c6b750e1 1317 case $ac_val in
81ecdfbb
RW
1318 [\\/$]* | ?:[\\/]* ) continue;;
1319 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
a0da8069 1320 esac
d0ac1c44 1321 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
a0da8069
NN
1322done
1323
c6b750e1
DJ
1324# There might be people who depend on the old broken behavior: `$host'
1325# used to hold the argument of --host etc.
1326# FIXME: To remove some day.
1327build=$build_alias
1328host=$host_alias
1329target=$target_alias
376a0e54 1330
c6b750e1
DJ
1331# FIXME: To remove some day.
1332if test "x$host_alias" != x; then
1333 if test "x$build_alias" = x; then
1334 cross_compiling=maybe
c6b750e1
DJ
1335 elif test "x$build_alias" != "x$host_alias"; then
1336 cross_compiling=yes
1337 fi
1338fi
1339
1340ac_tool_prefix=
1341test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342
1343test "$silent" = yes && exec 6>/dev/null
a0da8069 1344
a0da8069 1345
81ecdfbb
RW
1346ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347ac_ls_di=`ls -di .` &&
1348ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1349 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1350test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1351 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1352
1353
a0da8069
NN
1354# Find the source files, if location was not specified.
1355if test -z "$srcdir"; then
1356 ac_srcdir_defaulted=yes
81ecdfbb
RW
1357 # Try the directory containing this script, then the parent directory.
1358 ac_confdir=`$as_dirname -- "$as_myself" ||
1359$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1360 X"$as_myself" : 'X\(//\)[^/]' \| \
1361 X"$as_myself" : 'X\(//\)$' \| \
1362 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1363$as_echo X"$as_myself" |
1364 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1365 s//\1/
1366 q
1367 }
1368 /^X\(\/\/\)[^/].*/{
1369 s//\1/
1370 q
1371 }
1372 /^X\(\/\/\)$/{
1373 s//\1/
1374 q
1375 }
1376 /^X\(\/\).*/{
1377 s//\1/
1378 q
1379 }
1380 s/.*/./; q'`
a0da8069 1381 srcdir=$ac_confdir
81ecdfbb 1382 if test ! -r "$srcdir/$ac_unique_file"; then
a0da8069
NN
1383 srcdir=..
1384 fi
1385else
1386 ac_srcdir_defaulted=no
1387fi
81ecdfbb
RW
1388if test ! -r "$srcdir/$ac_unique_file"; then
1389 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1390 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1391fi
1392ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1393ac_abs_confdir=`(
d0ac1c44 1394 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1395 pwd)`
1396# When building in place, set srcdir=.
1397if test "$ac_abs_confdir" = "$ac_pwd"; then
1398 srcdir=.
1399fi
1400# Remove unnecessary trailing slashes from srcdir.
1401# Double slashes in file names in object file debugging info
1402# mess up M-x gdb in Emacs.
1403case $srcdir in
1404*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1405esac
6d0cd39e
AM
1406case $srcdir in
1407 *" "*)
d0ac1c44 1408 as_fn_error $? "path to source, $srcdir, contains spaces"
6d0cd39e
AM
1409 ;;
1410esac
9cc8ae67
PB
1411ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1412
81ecdfbb
RW
1413for ac_var in $ac_precious_vars; do
1414 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1415 eval ac_env_${ac_var}_value=\$${ac_var}
1416 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1417 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1418done
c6b750e1
DJ
1419
1420#
1421# Report the --help message.
1422#
1423if test "$ac_init_help" = "long"; then
1424 # Omit some internal or obsolete options to make the list less imposing.
1425 # This message is too long to be a string in the A/UX 3.1 sh.
1426 cat <<_ACEOF
1427\`configure' configures this package to adapt to many kinds of systems.
1428
1429Usage: $0 [OPTION]... [VAR=VALUE]...
1430
1431To assign environment variables (e.g., CC, CFLAGS...), specify them as
1432VAR=VALUE. See below for descriptions of some of the useful variables.
1433
1434Defaults for the options are specified in brackets.
1435
1436Configuration:
1437 -h, --help display this help and exit
1438 --help=short display options specific to this package
1439 --help=recursive display the short help of all the included packages
1440 -V, --version display version information and exit
d0ac1c44 1441 -q, --quiet, --silent do not print \`checking ...' messages
c6b750e1
DJ
1442 --cache-file=FILE cache test results in FILE [disabled]
1443 -C, --config-cache alias for \`--cache-file=config.cache'
1444 -n, --no-create do not create output files
1445 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1446
c6b750e1
DJ
1447Installation directories:
1448 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1449 [$ac_default_prefix]
c6b750e1 1450 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1451 [PREFIX]
c6b750e1
DJ
1452
1453By default, \`make install' will install all the files in
1454\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1455an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1456for instance \`--prefix=\$HOME'.
1457
1458For better control, use the options below.
1459
1460Fine tuning of the installation directories:
81ecdfbb
RW
1461 --bindir=DIR user executables [EPREFIX/bin]
1462 --sbindir=DIR system admin executables [EPREFIX/sbin]
1463 --libexecdir=DIR program executables [EPREFIX/libexec]
1464 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1465 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1466 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1467 --libdir=DIR object code libraries [EPREFIX/lib]
1468 --includedir=DIR C header files [PREFIX/include]
1469 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1470 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1471 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1472 --infodir=DIR info documentation [DATAROOTDIR/info]
1473 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1474 --mandir=DIR man documentation [DATAROOTDIR/man]
1475 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1476 --htmldir=DIR html documentation [DOCDIR]
1477 --dvidir=DIR dvi documentation [DOCDIR]
1478 --pdfdir=DIR pdf documentation [DOCDIR]
1479 --psdir=DIR ps documentation [DOCDIR]
c6b750e1
DJ
1480_ACEOF
1481
1482 cat <<\_ACEOF
1483
1484Program names:
1485 --program-prefix=PREFIX prepend PREFIX to installed program names
1486 --program-suffix=SUFFIX append SUFFIX to installed program names
1487 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1488
1489System types:
1490 --build=BUILD configure for building on BUILD [guessed]
1491 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1492 --target=TARGET configure for building compilers for TARGET [HOST]
1493_ACEOF
a0da8069 1494fi
a0da8069 1495
c6b750e1
DJ
1496if test -n "$ac_init_help"; then
1497
1498 cat <<\_ACEOF
1499
1500Optional Features:
81ecdfbb 1501 --disable-option-checking ignore unrecognized --enable/--with options
c6b750e1
DJ
1502 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1503 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1b6c0831
L
1504 --enable-as-accelerator-for=ARG
1505 build as offload target compiler. Specify offload
1506 host triple by ARG
1507 --enable-offload-targets=LIST
1508 enable offloading to devices from comma-separated
1509 LIST of TARGET[=DIR]. Use optional path to find
1510 offload target compiler during the build
c7791212 1511 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
7837304f 1512 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
6c3bc0f8 1513 --enable-compressed-debug-sections={all,gas,gold,ld,none}
edeefb67
L
1514 Enable compressed debug sections for gas, gold or ld
1515 by default
89a1e9c3
PB
1516 --disable-libquadmath do not build libquadmath directory
1517 --disable-libquadmath-support
1518 disable libquadmath support for Fortran
521ec477
DD
1519 --enable-libada build libada directory
1520 --enable-libssp build libssp directory
f66a9a70 1521 --disable-libstdcxx do not build libstdc++-v3 directory
1b6c0831
L
1522 --enable-liboffloadmic=ARG
1523 build liboffloadmic [ARG={no,host,target}]
ffdd6afc 1524 --enable-bootstrap enable bootstrapping [yes if native build]
7ec59b9e 1525 --disable-isl-version-check
4849dfd8 1526 disable check for isl version
700d40ca 1527 --enable-lto enable link time optimization support
1b6c0831
L
1528 --enable-linker-plugin-configure-flags=FLAGS
1529 additional flags for configuring linker plugins
1530 [none]
1531 --enable-linker-plugin-flags=FLAGS
1532 additional flags for configuring and building linker
1533 plugins [none]
bf41f30d 1534 --enable-host-shared build host code as shared libraries
7837304f
AS
1535 --enable-stage1-languages[=all]
1536 choose additional languages to build during stage1.
1537 Mostly useful for compiler development
1538 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1539 Objective-C runtime
ce6c656d 1540 --enable-vtable-verify Enable vtable verification feature
521ec477 1541 --enable-serial-[{host,target,build}-]configure
7837304f
AS
1542 force sequential configuration of sub-packages for
1543 the host, target or build machine, or all
1544 sub-packages
1545 --enable-maintainer-mode
1546 enable make rules and dependencies not useful (and
1547 sometimes confusing) to the casual installer
1548 --enable-stage1-checking[=all]
1549 choose additional checking for stage1 of the
1550 compiler
c6b750e1
DJ
1551 --enable-werror enable -Werror in bootstrap stage2 and later
1552
1553Optional Packages:
1554 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1555 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1556 --with-build-libsubdir=DIR Directory where to find libraries for build system
cf39cfc5 1557 --with-system-zlib use installed libz
301a9420
AM
1558 --with-debuginfod Enable debuginfo lookups with debuginfod
1559 (auto/yes/no)
7837304f
AS
1560 --with-mpc=PATH specify prefix directory for installed MPC package.
1561 Equivalent to --with-mpc-include=PATH/include plus
1562 --with-mpc-lib=PATH/lib
1563 --with-mpc-include=PATH specify directory for installed MPC include files
1564 --with-mpc-lib=PATH specify directory for the installed MPC library
521ec477
DD
1565 --with-mpfr-dir=PATH this option has been REMOVED
1566 --with-mpfr=PATH specify prefix directory for installed MPFR package.
7837304f
AS
1567 Equivalent to --with-mpfr-include=PATH/include plus
1568 --with-mpfr-lib=PATH/lib
c6b750e1 1569 --with-mpfr-include=PATH
521ec477
DD
1570 specify directory for installed MPFR include files
1571 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1572 --with-gmp-dir=PATH this option has been REMOVED
7837304f
AS
1573 --with-gmp=PATH specify prefix directory for the installed GMP
1574 package. Equivalent to
1575 --with-gmp-include=PATH/include plus
1576 --with-gmp-lib=PATH/lib
521ec477
DD
1577 --with-gmp-include=PATH specify directory for installed GMP include files
1578 --with-gmp-lib=PATH specify directory for the installed GMP library
b3676d82 1579 --with-stage1-libs=LIBS libraries for stage1
c1a5d03a
TT
1580 --with-static-standard-libraries
1581 use -static-libstdc++ and -static-libgcc
1582 (default=auto)
7837304f
AS
1583 --with-stage1-ldflags=FLAGS
1584 linker flags for stage1
7837304f
AS
1585 --with-boot-libs=LIBS libraries for stage2 and later
1586 --with-boot-ldflags=FLAGS
1587 linker flags for stage2 and later
4849dfd8 1588 --with-isl=PATH Specify prefix directory for the installed isl
7837304f 1589 package. Equivalent to
7ec59b9e
L
1590 --with-isl-include=PATH/include plus
1591 --with-isl-lib=PATH/lib
4849dfd8
NC
1592 --with-isl-include=PATH Specify directory for installed isl include files
1593 --with-isl-lib=PATH Specify the directory for the installed isl library
05a13254
NC
1594 --with-target-bdw-gc=PATHLIST
1595 specify prefix directory for installed bdw-gc
1596 package. Equivalent to
1597 --with-target-bdw-gc-include=PATH/include plus
1598 --with-target-bdw-gc-lib=PATH/lib
1599 --with-target-bdw-gc-include=PATHLIST
1600 specify directories for installed bdw-gc include
1601 files
1602 --with-target-bdw-gc-lib=PATHLIST
1603 specify directories for installed bdw-gc library
bf41f30d
NC
1604 --with-gcc-major-version-only
1605 use only GCC major number in filesystem paths
521ec477 1606 --with-build-sysroot=SYSROOT
c6b750e1 1607 use sysroot as the system root during the build
8a6ee3ab 1608 --with-debug-prefix-map='A=B C=D ...'
7837304f
AS
1609 map A to B, C to D ... in debug information
1610 --with-build-config='NAME NAME2...'
1611 use config/NAME.mk build configuration
521ec477 1612 --with-build-time-tools=PATH
c6b750e1 1613 use given path to find target tools during the build
c6b750e1
DJ
1614
1615Some influential environment variables:
1616 CC C compiler command
1617 CFLAGS C compiler flags
1618 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1619 nonstandard directory <lib dir>
81ecdfbb 1620 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1621 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1622 you have headers in a nonstandard directory <include dir>
18f6b6ee
PB
1623 CXX C++ compiler command
1624 CXXFLAGS C++ compiler flags
4074d5f2
RW
1625 build_configargs
1626 additional configure arguments for build directories
1627 host_configargs
1628 additional configure arguments for host directories
1629 target_configargs
1630 additional configure arguments for target directories
9a819804
AO
1631 AR AR for the host
1632 AS AS for the host
1633 DLLTOOL DLLTOOL for the host
1634 LD LD for the host
1635 LIPO LIPO for the host
1636 NM NM for the host
1637 RANLIB RANLIB for the host
1638 STRIP STRIP for the host
1639 WINDRES WINDRES for the host
0c24b341 1640 WINDMC WINDMC for the host
9a819804
AO
1641 OBJCOPY OBJCOPY for the host
1642 OBJDUMP OBJDUMP for the host
b121d7d4 1643 READELF READELF for the host
9a819804
AO
1644 CC_FOR_TARGET
1645 CC for the target
1646 CXX_FOR_TARGET
1647 CXX for the target
1648 GCC_FOR_TARGET
1649 GCC for the target
9a819804
AO
1650 GFORTRAN_FOR_TARGET
1651 GFORTRAN for the target
e552509b
ILT
1652 GOC_FOR_TARGET
1653 GOC for the target
9a819804
AO
1654 AR_FOR_TARGET
1655 AR for the target
1656 AS_FOR_TARGET
1657 AS for the target
1658 DLLTOOL_FOR_TARGET
1659 DLLTOOL for the target
1660 LD_FOR_TARGET
1661 LD for the target
1662 LIPO_FOR_TARGET
1663 LIPO for the target
1664 NM_FOR_TARGET
1665 NM for the target
6b91c541
AP
1666 OBJCOPY_FOR_TARGET
1667 OBJCOPY for the target
9a819804
AO
1668 OBJDUMP_FOR_TARGET
1669 OBJDUMP for the target
1670 RANLIB_FOR_TARGET
1671 RANLIB for the target
b121d7d4
DD
1672 READELF_FOR_TARGET
1673 READELF for the target
9a819804
AO
1674 STRIP_FOR_TARGET
1675 STRIP for the target
1676 WINDRES_FOR_TARGET
1677 WINDRES for the target
0c24b341
NC
1678 WINDMC_FOR_TARGET
1679 WINDMC for the target
c6b750e1
DJ
1680
1681Use these variables to override the choices made by `configure' or to help
1682it to find libraries and programs with nonstandard names/locations.
1683
81ecdfbb 1684Report bugs to the package provider.
c6b750e1 1685_ACEOF
81ecdfbb 1686ac_status=$?
c6b750e1
DJ
1687fi
1688
1689if test "$ac_init_help" = "recursive"; then
1690 # If there are subdirs, report their specific --help.
c6b750e1 1691 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1692 test -d "$ac_dir" ||
1693 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1694 continue
c6b750e1
DJ
1695 ac_builddir=.
1696
81ecdfbb
RW
1697case "$ac_dir" in
1698.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1699*)
1700 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1701 # A ".." for each directory in $ac_dir_suffix.
1702 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1703 case $ac_top_builddir_sub in
1704 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1705 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1706 esac ;;
1707esac
1708ac_abs_top_builddir=$ac_pwd
1709ac_abs_builddir=$ac_pwd$ac_dir_suffix
1710# for backward compatibility:
1711ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
1712
1713case $srcdir in
81ecdfbb 1714 .) # We are building in place.
c6b750e1 1715 ac_srcdir=.
81ecdfbb
RW
1716 ac_top_srcdir=$ac_top_builddir_sub
1717 ac_abs_top_srcdir=$ac_pwd ;;
1718 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 1719 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1720 ac_top_srcdir=$srcdir
1721 ac_abs_top_srcdir=$srcdir ;;
1722 *) # Relative name.
1723 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1724 ac_top_srcdir=$ac_top_build_prefix$srcdir
1725 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 1726esac
81ecdfbb
RW
1727ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1728
1729 cd "$ac_dir" || { ac_status=$?; continue; }
1730 # Check for guested configure.
1731 if test -f "$ac_srcdir/configure.gnu"; then
1732 echo &&
1733 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1734 elif test -f "$ac_srcdir/configure"; then
1735 echo &&
1736 $SHELL "$ac_srcdir/configure" --help=recursive
c6b750e1 1737 else
81ecdfbb
RW
1738 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1739 fi || ac_status=$?
1740 cd "$ac_pwd" || { ac_status=$?; break; }
c6b750e1
DJ
1741 done
1742fi
1743
81ecdfbb 1744test -n "$ac_init_help" && exit $ac_status
c6b750e1
DJ
1745if $ac_init_version; then
1746 cat <<\_ACEOF
81ecdfbb 1747configure
d0ac1c44 1748generated by GNU Autoconf 2.69
c6b750e1 1749
d0ac1c44 1750Copyright (C) 2012 Free Software Foundation, Inc.
c6b750e1
DJ
1751This configure script is free software; the Free Software Foundation
1752gives unlimited permission to copy, distribute and modify it.
1753_ACEOF
81ecdfbb 1754 exit
c6b750e1 1755fi
81ecdfbb
RW
1756
1757## ------------------------ ##
1758## Autoconf initialization. ##
1759## ------------------------ ##
1760
1761# ac_fn_c_try_compile LINENO
1762# --------------------------
1763# Try to compile conftest.$ac_ext, and return whether this succeeded.
1764ac_fn_c_try_compile ()
1765{
1766 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1767 rm -f conftest.$ac_objext
1768 if { { ac_try="$ac_compile"
1769case "(($ac_try" in
1770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1771 *) ac_try_echo=$ac_try;;
1772esac
1773eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1774$as_echo "$ac_try_echo"; } >&5
1775 (eval "$ac_compile") 2>conftest.err
1776 ac_status=$?
1777 if test -s conftest.err; then
1778 grep -v '^ *+' conftest.err >conftest.er1
1779 cat conftest.er1 >&5
1780 mv -f conftest.er1 conftest.err
1781 fi
1782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1783 test $ac_status = 0; } && {
1784 test -z "$ac_c_werror_flag" ||
1785 test ! -s conftest.err
1786 } && test -s conftest.$ac_objext; then :
1787 ac_retval=0
1788else
1789 $as_echo "$as_me: failed program was:" >&5
1790sed 's/^/| /' conftest.$ac_ext >&5
1791
1792 ac_retval=1
1793fi
d0ac1c44
SM
1794 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1795 as_fn_set_status $ac_retval
81ecdfbb
RW
1796
1797} # ac_fn_c_try_compile
1798
1799# ac_fn_cxx_try_compile LINENO
1800# ----------------------------
1801# Try to compile conftest.$ac_ext, and return whether this succeeded.
1802ac_fn_cxx_try_compile ()
1803{
1804 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1805 rm -f conftest.$ac_objext
1806 if { { ac_try="$ac_compile"
1807case "(($ac_try" in
1808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1809 *) ac_try_echo=$ac_try;;
1810esac
1811eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1812$as_echo "$ac_try_echo"; } >&5
1813 (eval "$ac_compile") 2>conftest.err
1814 ac_status=$?
1815 if test -s conftest.err; then
1816 grep -v '^ *+' conftest.err >conftest.er1
1817 cat conftest.er1 >&5
1818 mv -f conftest.er1 conftest.err
1819 fi
1820 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1821 test $ac_status = 0; } && {
1822 test -z "$ac_cxx_werror_flag" ||
1823 test ! -s conftest.err
1824 } && test -s conftest.$ac_objext; then :
1825 ac_retval=0
1826else
1827 $as_echo "$as_me: failed program was:" >&5
1828sed 's/^/| /' conftest.$ac_ext >&5
1829
1830 ac_retval=1
1831fi
d0ac1c44
SM
1832 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1833 as_fn_set_status $ac_retval
81ecdfbb
RW
1834
1835} # ac_fn_cxx_try_compile
1836
b3676d82
EB
1837# ac_fn_cxx_try_link LINENO
1838# -------------------------
1839# Try to link conftest.$ac_ext, and return whether this succeeded.
1840ac_fn_cxx_try_link ()
1841{
1842 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1843 rm -f conftest.$ac_objext conftest$ac_exeext
1844 if { { ac_try="$ac_link"
1845case "(($ac_try" in
1846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1847 *) ac_try_echo=$ac_try;;
1848esac
1849eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1850$as_echo "$ac_try_echo"; } >&5
1851 (eval "$ac_link") 2>conftest.err
1852 ac_status=$?
1853 if test -s conftest.err; then
1854 grep -v '^ *+' conftest.err >conftest.er1
1855 cat conftest.er1 >&5
1856 mv -f conftest.er1 conftest.err
1857 fi
1858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1859 test $ac_status = 0; } && {
1860 test -z "$ac_cxx_werror_flag" ||
1861 test ! -s conftest.err
1862 } && test -s conftest$ac_exeext && {
1863 test "$cross_compiling" = yes ||
d0ac1c44 1864 test -x conftest$ac_exeext
b3676d82
EB
1865 }; then :
1866 ac_retval=0
1867else
1868 $as_echo "$as_me: failed program was:" >&5
1869sed 's/^/| /' conftest.$ac_ext >&5
1870
1871 ac_retval=1
1872fi
1873 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1874 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1875 # interfere with the next link command; also delete a directory that is
1876 # left behind by Apple's compiler. We do this before executing the actions.
1877 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1878 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1879 as_fn_set_status $ac_retval
b3676d82
EB
1880
1881} # ac_fn_cxx_try_link
1882
81ecdfbb
RW
1883# ac_fn_c_try_link LINENO
1884# -----------------------
1885# Try to link conftest.$ac_ext, and return whether this succeeded.
1886ac_fn_c_try_link ()
1887{
1888 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1889 rm -f conftest.$ac_objext conftest$ac_exeext
1890 if { { ac_try="$ac_link"
1891case "(($ac_try" in
1892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1893 *) ac_try_echo=$ac_try;;
1894esac
1895eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1896$as_echo "$ac_try_echo"; } >&5
1897 (eval "$ac_link") 2>conftest.err
1898 ac_status=$?
1899 if test -s conftest.err; then
1900 grep -v '^ *+' conftest.err >conftest.er1
1901 cat conftest.er1 >&5
1902 mv -f conftest.er1 conftest.err
1903 fi
1904 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1905 test $ac_status = 0; } && {
1906 test -z "$ac_c_werror_flag" ||
1907 test ! -s conftest.err
1908 } && test -s conftest$ac_exeext && {
1909 test "$cross_compiling" = yes ||
d0ac1c44 1910 test -x conftest$ac_exeext
81ecdfbb
RW
1911 }; then :
1912 ac_retval=0
1913else
1914 $as_echo "$as_me: failed program was:" >&5
1915sed 's/^/| /' conftest.$ac_ext >&5
1916
1917 ac_retval=1
1918fi
1919 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1920 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1921 # interfere with the next link command; also delete a directory that is
1922 # left behind by Apple's compiler. We do this before executing the actions.
1923 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1924 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1925 as_fn_set_status $ac_retval
81ecdfbb
RW
1926
1927} # ac_fn_c_try_link
301a9420
AM
1928
1929# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1930# ---------------------------------------------
1931# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1932# accordingly.
1933ac_fn_c_check_decl ()
1934{
1935 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1936 as_decl_name=`echo $2|sed 's/ *(.*//'`
1937 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1939$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1940if eval \${$3+:} false; then :
1941 $as_echo_n "(cached) " >&6
1942else
1943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1944/* end confdefs.h. */
1945$4
1946int
1947main ()
1948{
1949#ifndef $as_decl_name
1950#ifdef __cplusplus
1951 (void) $as_decl_use;
1952#else
1953 (void) $as_decl_name;
1954#endif
1955#endif
1956
1957 ;
1958 return 0;
1959}
1960_ACEOF
1961if ac_fn_c_try_compile "$LINENO"; then :
1962 eval "$3=yes"
1963else
1964 eval "$3=no"
1965fi
1966rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1967fi
1968eval ac_res=\$$3
1969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1970$as_echo "$ac_res" >&6; }
1971 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1972
1973} # ac_fn_c_check_decl
81ecdfbb 1974cat >config.log <<_ACEOF
c6b750e1
DJ
1975This file contains any messages produced by compilers while
1976running configure, to aid debugging if configure makes a mistake.
1977
1978It was created by $as_me, which was
d0ac1c44 1979generated by GNU Autoconf 2.69. Invocation command line was
c6b750e1
DJ
1980
1981 $ $0 $@
1982
1983_ACEOF
81ecdfbb 1984exec 5>>config.log
c6b750e1
DJ
1985{
1986cat <<_ASUNAME
1987## --------- ##
1988## Platform. ##
1989## --------- ##
1990
1991hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1992uname -m = `(uname -m) 2>/dev/null || echo unknown`
1993uname -r = `(uname -r) 2>/dev/null || echo unknown`
1994uname -s = `(uname -s) 2>/dev/null || echo unknown`
1995uname -v = `(uname -v) 2>/dev/null || echo unknown`
1996
1997/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1998/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1999
2000/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2001/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2002/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 2003/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
c6b750e1
DJ
2004/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2005/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2006/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2007
2008_ASUNAME
2009
2010as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2011for as_dir in $PATH
2012do
2013 IFS=$as_save_IFS
2014 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2015 $as_echo "PATH: $as_dir"
2016 done
2017IFS=$as_save_IFS
c6b750e1
DJ
2018
2019} >&5
2020
2021cat >&5 <<_ACEOF
2022
2023
2024## ----------- ##
2025## Core tests. ##
2026## ----------- ##
2027
2028_ACEOF
2029
2030
2031# Keep a trace of the command line.
2032# Strip out --no-create and --no-recursion so they do not pile up.
2033# Strip out --silent because we don't want to record it for future runs.
2034# Also quote any args containing shell meta-characters.
2035# Make two passes to allow for proper duplicate-argument suppression.
2036ac_configure_args=
2037ac_configure_args0=
2038ac_configure_args1=
c6b750e1
DJ
2039ac_must_keep_next=false
2040for ac_pass in 1 2
2041do
2042 for ac_arg
2043 do
2044 case $ac_arg in
2045 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2046 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2047 | -silent | --silent | --silen | --sile | --sil)
2048 continue ;;
81ecdfbb
RW
2049 *\'*)
2050 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
2051 esac
2052 case $ac_pass in
81ecdfbb 2053 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
c6b750e1 2054 2)
81ecdfbb 2055 as_fn_append ac_configure_args1 " '$ac_arg'"
c6b750e1
DJ
2056 if test $ac_must_keep_next = true; then
2057 ac_must_keep_next=false # Got value, back to normal.
2058 else
2059 case $ac_arg in
2060 *=* | --config-cache | -C | -disable-* | --disable-* \
2061 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2062 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2063 | -with-* | --with-* | -without-* | --without-* | --x)
2064 case "$ac_configure_args0 " in
2065 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2066 esac
2067 ;;
2068 -* ) ac_must_keep_next=true ;;
2069 esac
2070 fi
81ecdfbb 2071 as_fn_append ac_configure_args " '$ac_arg'"
c6b750e1
DJ
2072 ;;
2073 esac
2074 done
2075done
81ecdfbb
RW
2076{ ac_configure_args0=; unset ac_configure_args0;}
2077{ ac_configure_args1=; unset ac_configure_args1;}
c6b750e1
DJ
2078
2079# When interrupted or exit'd, cleanup temporary files, and complete
2080# config.log. We remove comments because anyway the quotes in there
2081# would cause problems or look ugly.
81ecdfbb
RW
2082# WARNING: Use '\'' to represent an apostrophe within the trap.
2083# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
c6b750e1
DJ
2084trap 'exit_status=$?
2085 # Save into config.log some information that might help in debugging.
2086 {
2087 echo
2088
d0ac1c44 2089 $as_echo "## ---------------- ##
c6b750e1 2090## Cache variables. ##
d0ac1c44 2091## ---------------- ##"
c6b750e1
DJ
2092 echo
2093 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2094(
2095 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2096 eval ac_val=\$$ac_var
2097 case $ac_val in #(
2098 *${as_nl}*)
2099 case $ac_var in #(
2100 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2101$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2102 esac
2103 case $ac_var in #(
2104 _ | IFS | as_nl) ;; #(
2105 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2106 *) { eval $ac_var=; unset $ac_var;} ;;
2107 esac ;;
2108 esac
2109 done
c6b750e1 2110 (set) 2>&1 |
81ecdfbb
RW
2111 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2112 *${as_nl}ac_space=\ *)
c6b750e1 2113 sed -n \
81ecdfbb
RW
2114 "s/'\''/'\''\\\\'\'''\''/g;
2115 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2116 ;; #(
c6b750e1 2117 *)
81ecdfbb 2118 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 2119 ;;
81ecdfbb
RW
2120 esac |
2121 sort
2122)
c6b750e1
DJ
2123 echo
2124
d0ac1c44 2125 $as_echo "## ----------------- ##
c6b750e1 2126## Output variables. ##
d0ac1c44 2127## ----------------- ##"
c6b750e1
DJ
2128 echo
2129 for ac_var in $ac_subst_vars
2130 do
81ecdfbb
RW
2131 eval ac_val=\$$ac_var
2132 case $ac_val in
2133 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2134 esac
2135 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
2136 done | sort
2137 echo
2138
2139 if test -n "$ac_subst_files"; then
d0ac1c44 2140 $as_echo "## ------------------- ##
81ecdfbb 2141## File substitutions. ##
d0ac1c44 2142## ------------------- ##"
c6b750e1
DJ
2143 echo
2144 for ac_var in $ac_subst_files
2145 do
81ecdfbb
RW
2146 eval ac_val=\$$ac_var
2147 case $ac_val in
2148 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2149 esac
2150 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
2151 done | sort
2152 echo
2153 fi
2154
2155 if test -s confdefs.h; then
d0ac1c44 2156 $as_echo "## ----------- ##
c6b750e1 2157## confdefs.h. ##
d0ac1c44 2158## ----------- ##"
c6b750e1 2159 echo
81ecdfbb 2160 cat confdefs.h
c6b750e1
DJ
2161 echo
2162 fi
2163 test "$ac_signal" != 0 &&
81ecdfbb
RW
2164 $as_echo "$as_me: caught signal $ac_signal"
2165 $as_echo "$as_me: exit $exit_status"
c6b750e1 2166 } >&5
81ecdfbb
RW
2167 rm -f core *.core core.conftest.* &&
2168 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
c6b750e1 2169 exit $exit_status
81ecdfbb 2170' 0
c6b750e1 2171for ac_signal in 1 2 13 15; do
81ecdfbb 2172 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
c6b750e1
DJ
2173done
2174ac_signal=0
2175
2176# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2177rm -f -r conftest* confdefs.h
2178
2179$as_echo "/* confdefs.h */" > confdefs.h
c6b750e1
DJ
2180
2181# Predefined preprocessor variables.
2182
2183cat >>confdefs.h <<_ACEOF
2184#define PACKAGE_NAME "$PACKAGE_NAME"
2185_ACEOF
2186
c6b750e1
DJ
2187cat >>confdefs.h <<_ACEOF
2188#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2189_ACEOF
2190
c6b750e1
DJ
2191cat >>confdefs.h <<_ACEOF
2192#define PACKAGE_VERSION "$PACKAGE_VERSION"
2193_ACEOF
2194
c6b750e1
DJ
2195cat >>confdefs.h <<_ACEOF
2196#define PACKAGE_STRING "$PACKAGE_STRING"
2197_ACEOF
2198
c6b750e1
DJ
2199cat >>confdefs.h <<_ACEOF
2200#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2201_ACEOF
2202
81ecdfbb
RW
2203cat >>confdefs.h <<_ACEOF
2204#define PACKAGE_URL "$PACKAGE_URL"
2205_ACEOF
2206
c6b750e1
DJ
2207
2208# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2209# Prefer an explicitly selected file to automatically selected ones.
2210ac_site_file1=NONE
2211ac_site_file2=NONE
2212if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2213 # We do not want a PATH search for config.site.
2214 case $CONFIG_SITE in #((
2215 -*) ac_site_file1=./$CONFIG_SITE;;
2216 */*) ac_site_file1=$CONFIG_SITE;;
2217 *) ac_site_file1=./$CONFIG_SITE;;
2218 esac
81ecdfbb
RW
2219elif test "x$prefix" != xNONE; then
2220 ac_site_file1=$prefix/share/config.site
2221 ac_site_file2=$prefix/etc/config.site
2222else
2223 ac_site_file1=$ac_default_prefix/share/config.site
2224 ac_site_file2=$ac_default_prefix/etc/config.site
a0da8069 2225fi
81ecdfbb
RW
2226for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2227do
2228 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2229 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2230 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2231$as_echo "$as_me: loading site script $ac_site_file" >&6;}
c6b750e1 2232 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2233 . "$ac_site_file" \
2234 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2235$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2236as_fn_error $? "failed to load site script $ac_site_file
2237See \`config.log' for more details" "$LINENO" 5; }
a0da8069
NN
2238 fi
2239done
2240
2241if test -r "$cache_file"; then
d0ac1c44
SM
2242 # Some versions of bash will fail to source /dev/null (special files
2243 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2244 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2246$as_echo "$as_me: loading cache $cache_file" >&6;}
c6b750e1 2247 case $cache_file in
81ecdfbb
RW
2248 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2249 *) . "./$cache_file";;
c6b750e1
DJ
2250 esac
2251 fi
a0da8069 2252else
81ecdfbb
RW
2253 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2254$as_echo "$as_me: creating cache $cache_file" >&6;}
c6b750e1
DJ
2255 >$cache_file
2256fi
2257
2258# Check that the precious variables saved in the cache have kept the same
2259# value.
2260ac_cache_corrupted=false
81ecdfbb 2261for ac_var in $ac_precious_vars; do
c6b750e1
DJ
2262 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2263 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2264 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2265 eval ac_new_val=\$ac_env_${ac_var}_value
c6b750e1
DJ
2266 case $ac_old_set,$ac_new_set in
2267 set,)
81ecdfbb
RW
2268 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2269$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
c6b750e1
DJ
2270 ac_cache_corrupted=: ;;
2271 ,set)
81ecdfbb
RW
2272 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2273$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
c6b750e1
DJ
2274 ac_cache_corrupted=: ;;
2275 ,);;
2276 *)
2277 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2278 # differences in whitespace do not lead to failure.
2279 ac_old_val_w=`echo x $ac_old_val`
2280 ac_new_val_w=`echo x $ac_new_val`
2281 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2283$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2284 ac_cache_corrupted=:
2285 else
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2287$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2288 eval $ac_var=\$ac_old_val
2289 fi
2290 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2291$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2292 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2293$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
c6b750e1
DJ
2294 fi;;
2295 esac
2296 # Pass precious variables to config.status.
2297 if test "$ac_new_set" = set; then
2298 case $ac_new_val in
81ecdfbb 2299 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
2300 *) ac_arg=$ac_var=$ac_new_val ;;
2301 esac
2302 case " $ac_configure_args " in
2303 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2304 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
c6b750e1
DJ
2305 esac
2306 fi
2307done
2308if $ac_cache_corrupted; then
81ecdfbb
RW
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2310$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2312$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2313 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
a0da8069 2314fi
81ecdfbb
RW
2315## -------------------- ##
2316## Main body of script. ##
2317## -------------------- ##
a0da8069
NN
2318
2319ac_ext=c
a0da8069 2320ac_cpp='$CPP $CPPFLAGS'
c6b750e1
DJ
2321ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2322ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2323ac_compiler_gnu=$ac_cv_c_compiler_gnu
2324
2325
2326
2327
c6b750e1
DJ
2328
2329
34a0f3cf 2330
c6b750e1 2331
5b553f7e
RW
2332progname=$0
2333# if PWD already has a value, it is probably wrong.
2334if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2335
2336# Export original configure arguments for use by sub-configures.
2337# Quote arguments with shell meta charatcers.
2338TOPLEVEL_CONFIGURE_ARGUMENTS=
2339set -- "$progname" "$@"
2340for ac_arg
2341do
2342 case "$ac_arg" in
2343 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2344 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2345 # if the argument is of the form -foo=baz, quote the baz part only
2346 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2347 *) ;;
2348 esac
2349 # Add the quoted argument to the list.
2350 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2351done
2352if test "$silent" = yes; then
2353 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2354fi
2355# Remove the initial space we just introduced and, as these will be
2356# expanded by make, quote '$'.
2357TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2358
c6b750e1
DJ
2359
2360# Find the build, host, and target systems.
a0da8069 2361ac_aux_dir=
81ecdfbb 2362for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
2363 if test -f "$ac_dir/install-sh"; then
2364 ac_aux_dir=$ac_dir
2365 ac_install_sh="$ac_aux_dir/install-sh -c"
2366 break
2367 elif test -f "$ac_dir/install.sh"; then
2368 ac_aux_dir=$ac_dir
2369 ac_install_sh="$ac_aux_dir/install.sh -c"
2370 break
2371 elif test -f "$ac_dir/shtool"; then
2372 ac_aux_dir=$ac_dir
2373 ac_install_sh="$ac_aux_dir/shtool install -c"
2374 break
2375 fi
a0da8069
NN
2376done
2377if test -z "$ac_aux_dir"; then
d0ac1c44 2378 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
a0da8069 2379fi
81ecdfbb
RW
2380
2381# These three variables are undocumented and unsupported,
2382# and are intended to be withdrawn in a future Autoconf release.
2383# They can cause serious problems if a builder's source tree is in a directory
2384# whose full name contains unusual characters.
2385ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2386ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2387ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2388
a0da8069 2389
c6b750e1 2390# Make sure we can run config.sub.
81ecdfbb 2391$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2392 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2393
2394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2395$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2396if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2397 $as_echo_n "(cached) " >&6
2398else
2399 ac_build_alias=$build_alias
2400test "x$ac_build_alias" = x &&
2401 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2402test "x$ac_build_alias" = x &&
d0ac1c44 2403 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2404ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2405 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2406
2407fi
2408{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2409$as_echo "$ac_cv_build" >&6; }
2410case $ac_cv_build in
2411*-*-*) ;;
d0ac1c44 2412*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb 2413esac
c6b750e1 2414build=$ac_cv_build
81ecdfbb
RW
2415ac_save_IFS=$IFS; IFS='-'
2416set x $ac_cv_build
2417shift
2418build_cpu=$1
2419build_vendor=$2
2420shift; shift
2421# Remember, the first character of IFS is used to create $*,
2422# except with old shells:
2423build_os=$*
2424IFS=$ac_save_IFS
2425case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
a0da8069 2426
a0da8069 2427
c6b750e1
DJ
2428 case ${build_alias} in
2429 "") build_noncanonical=${build} ;;
2430 *) build_noncanonical=${build_alias} ;;
cac3d6c4
CM
2431esac
2432
2433
cac3d6c4 2434
c6b750e1
DJ
2435 case ${host_alias} in
2436 "") host_noncanonical=${build_noncanonical} ;;
2437 *) host_noncanonical=${host_alias} ;;
cac3d6c4
CM
2438esac
2439
cac3d6c4 2440
c6b750e1
DJ
2441
2442 case ${target_alias} in
2443 "") target_noncanonical=${host_noncanonical} ;;
2444 *) target_noncanonical=${target_alias} ;;
cac3d6c4
CM
2445esac
2446
cac3d6c4 2447
c6b750e1
DJ
2448
2449
2450test "$host_noncanonical" = "$target_noncanonical" &&
a0da8069
NN
2451 test "$program_prefix$program_suffix$program_transform_name" = \
2452 NONENONEs,x,x, &&
c6b750e1 2453 program_transform_name=s,y,y,
cac3d6c4 2454
81ecdfbb
RW
2455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2456$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2457if ${ac_cv_host+:} false; then :
81ecdfbb 2458 $as_echo_n "(cached) " >&6
cac3d6c4 2459else
81ecdfbb
RW
2460 if test "x$host_alias" = x; then
2461 ac_cv_host=$ac_cv_build
2462else
2463 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2464 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 2465fi
c6b750e1
DJ
2466
2467fi
81ecdfbb
RW
2468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2469$as_echo "$ac_cv_host" >&6; }
2470case $ac_cv_host in
2471*-*-*) ;;
d0ac1c44 2472*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 2473esac
c6b750e1 2474host=$ac_cv_host
81ecdfbb
RW
2475ac_save_IFS=$IFS; IFS='-'
2476set x $ac_cv_host
2477shift
2478host_cpu=$1
2479host_vendor=$2
2480shift; shift
2481# Remember, the first character of IFS is used to create $*,
2482# except with old shells:
2483host_os=$*
2484IFS=$ac_save_IFS
2485case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2486
2487
81ecdfbb
RW
2488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2489$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2490if ${ac_cv_target+:} false; then :
81ecdfbb 2491 $as_echo_n "(cached) " >&6
c6b750e1 2492else
81ecdfbb
RW
2493 if test "x$target_alias" = x; then
2494 ac_cv_target=$ac_cv_host
2495else
2496 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2497 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
81ecdfbb 2498fi
c6b750e1 2499
cac3d6c4 2500fi
81ecdfbb
RW
2501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2502$as_echo "$ac_cv_target" >&6; }
2503case $ac_cv_target in
2504*-*-*) ;;
d0ac1c44 2505*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb 2506esac
c6b750e1 2507target=$ac_cv_target
81ecdfbb
RW
2508ac_save_IFS=$IFS; IFS='-'
2509set x $ac_cv_target
2510shift
2511target_cpu=$1
2512target_vendor=$2
2513shift; shift
2514# Remember, the first character of IFS is used to create $*,
2515# except with old shells:
2516target_os=$*
2517IFS=$ac_save_IFS
2518case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2519
2520
2521# The aliases save the names the user supplied, while $host etc.
2522# will get canonicalized.
2523test -n "$target_alias" &&
2524 test "$program_prefix$program_suffix$program_transform_name" = \
2525 NONENONEs,x,x, &&
2526 program_prefix=${target_alias}-
81ecdfbb 2527
a0da8069 2528test "$program_prefix" != NONE &&
81ecdfbb 2529 program_transform_name="s&^&$program_prefix&;$program_transform_name"
a0da8069
NN
2530# Use a double $ so make ignores it.
2531test "$program_suffix" != NONE &&
81ecdfbb
RW
2532 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2533# Double any \ or $.
c6b750e1 2534# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2535ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2536program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
cac3d6c4 2537
a0da8069
NN
2538
2539
e5c3f801
NN
2540# Get 'install' or 'install-sh' and its variants.
2541# Find a good install program. We prefer a C program (faster),
2542# so one script is as good as another. But avoid the broken or
2543# incompatible versions:
2544# SysV /etc/install, /usr/sbin/install
2545# SunOS /usr/etc/install
2546# IRIX /sbin/install
2547# AIX /bin/install
c6b750e1 2548# AmigaOS /C/install, which installs bootblocks on floppy discs
e5c3f801
NN
2549# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2550# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2551# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
c6b750e1 2552# OS/2's system install, which has a completely different semantic
e5c3f801 2553# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 2554# Reject install programs that cannot install multiple files.
81ecdfbb
RW
2555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2556$as_echo_n "checking for a BSD-compatible install... " >&6; }
e5c3f801 2557if test -z "$INSTALL"; then
d0ac1c44 2558if ${ac_cv_path_install+:} false; then :
81ecdfbb 2559 $as_echo_n "(cached) " >&6
c6b750e1
DJ
2560else
2561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562for as_dir in $PATH
2563do
2564 IFS=$as_save_IFS
2565 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2566 # Account for people who put trailing slashes in PATH elements.
2567case $as_dir/ in #((
2568 ./ | .// | /[cC]/* | \
c6b750e1 2569 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 2570 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
c6b750e1
DJ
2571 /usr/ucb/* ) ;;
2572 *)
2573 # OSF1 and SCO ODT 3.0 have their own names for install.
2574 # Don't use installbsd from OSF since it installs stuff as root
2575 # by default.
2576 for ac_prog in ginstall scoinst install; do
2577 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2578 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
e5c3f801 2579 if test $ac_prog = install &&
c6b750e1 2580 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
e5c3f801
NN
2581 # AIX install. It has an incompatible calling convention.
2582 :
c6b750e1
DJ
2583 elif test $ac_prog = install &&
2584 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2585 # program-specific install script used by HP pwplus--don't use.
2586 :
e5c3f801 2587 else
58c85be7
RW
2588 rm -rf conftest.one conftest.two conftest.dir
2589 echo one > conftest.one
2590 echo two > conftest.two
2591 mkdir conftest.dir
2592 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2593 test -s conftest.one && test -s conftest.two &&
2594 test -s conftest.dir/conftest.one &&
2595 test -s conftest.dir/conftest.two
2596 then
2597 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2598 break 3
2599 fi
e5c3f801
NN
2600 fi
2601 fi
2602 done
c6b750e1
DJ
2603 done
2604 ;;
2605esac
81ecdfbb
RW
2606
2607 done
2608IFS=$as_save_IFS
c6b750e1 2609
58c85be7 2610rm -rf conftest.one conftest.two conftest.dir
e5c3f801
NN
2611
2612fi
2613 if test "${ac_cv_path_install+set}" = set; then
c6b750e1 2614 INSTALL=$ac_cv_path_install
e5c3f801 2615 else
58c85be7
RW
2616 # As a last resort, use the slow shell script. Don't cache a
2617 # value for INSTALL within a source directory, because that will
e5c3f801 2618 # break other packages using the cache if that directory is
58c85be7 2619 # removed, or if the value is a relative name.
c6b750e1 2620 INSTALL=$ac_install_sh
e5c3f801
NN
2621 fi
2622fi
81ecdfbb
RW
2623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2624$as_echo "$INSTALL" >&6; }
e5c3f801
NN
2625
2626# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2627# It thinks the first close brace ends the variable substitution.
2628test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2629
c6b750e1 2630test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
e5c3f801
NN
2631
2632test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2633
81ecdfbb
RW
2634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2635$as_echo_n "checking whether ln works... " >&6; }
d0ac1c44 2636if ${acx_cv_prog_LN+:} false; then :
81ecdfbb 2637 $as_echo_n "(cached) " >&6
656fdd47
PB
2638else
2639 rm -f conftestdata_t
2640echo >conftestdata_f
2641if ln conftestdata_f conftestdata_t 2>/dev/null
2642then
2643 acx_cv_prog_LN=ln
2644else
2645 acx_cv_prog_LN=no
2646fi
2647rm -f conftestdata_f conftestdata_t
2648
2649fi
2650if test $acx_cv_prog_LN = no; then
2651 LN="cp"
81ecdfbb
RW
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2653$as_echo "no, using $LN" >&6; }
656fdd47
PB
2654else
2655 LN="$acx_cv_prog_LN"
81ecdfbb
RW
2656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2657$as_echo "yes" >&6; }
656fdd47
PB
2658fi
2659
81ecdfbb
RW
2660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2661$as_echo_n "checking whether ln -s works... " >&6; }
c6b750e1
DJ
2662LN_S=$as_ln_s
2663if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2665$as_echo "yes" >&6; }
cac3d6c4 2666else
81ecdfbb
RW
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2668$as_echo "no, using $LN_S" >&6; }
dfdffa2c
PB
2669fi
2670
8e957354
PB
2671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2672$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 2673if ${ac_cv_path_SED+:} false; then :
8e957354
PB
2674 $as_echo_n "(cached) " >&6
2675else
2676 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2677 for ac_i in 1 2 3 4 5 6 7; do
2678 ac_script="$ac_script$as_nl$ac_script"
2679 done
2680 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2681 { ac_script=; unset ac_script;}
2682 if test -z "$SED"; then
2683 ac_path_SED_found=false
2684 # Loop through the user's path and test for each of PROGNAME-LIST
2685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2686for as_dir in $PATH
2687do
2688 IFS=$as_save_IFS
2689 test -z "$as_dir" && as_dir=.
2690 for ac_prog in sed gsed; do
2691 for ac_exec_ext in '' $ac_executable_extensions; do
2692 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 2693 as_fn_executable_p "$ac_path_SED" || continue
8e957354
PB
2694# Check for GNU ac_path_SED and select it if it is found.
2695 # Check for GNU $ac_path_SED
2696case `"$ac_path_SED" --version 2>&1` in
2697*GNU*)
2698 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2699*)
2700 ac_count=0
2701 $as_echo_n 0123456789 >"conftest.in"
2702 while :
2703 do
2704 cat "conftest.in" "conftest.in" >"conftest.tmp"
2705 mv "conftest.tmp" "conftest.in"
2706 cp "conftest.in" "conftest.nl"
2707 $as_echo '' >> "conftest.nl"
2708 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2709 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2710 as_fn_arith $ac_count + 1 && ac_count=$as_val
2711 if test $ac_count -gt ${ac_path_SED_max-0}; then
2712 # Best one so far, save it but keep looking for a better one
2713 ac_cv_path_SED="$ac_path_SED"
2714 ac_path_SED_max=$ac_count
2715 fi
2716 # 10*(2^10) chars as input seems more than enough
2717 test $ac_count -gt 10 && break
2718 done
2719 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2720esac
2721
2722 $ac_path_SED_found && break 3
2723 done
2724 done
2725 done
2726IFS=$as_save_IFS
2727 if test -z "$ac_cv_path_SED"; then
d0ac1c44 2728 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
8e957354
PB
2729 fi
2730else
2731 ac_cv_path_SED=$SED
2732fi
2733
2734fi
2735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2736$as_echo "$ac_cv_path_SED" >&6; }
2737 SED="$ac_cv_path_SED"
2738 rm -f conftest.sed
2739
2740for ac_prog in gawk mawk nawk awk
2741do
2742 # Extract the first word of "$ac_prog", so it can be a program name with args.
2743set dummy $ac_prog; ac_word=$2
2744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2745$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2746if ${ac_cv_prog_AWK+:} false; then :
8e957354
PB
2747 $as_echo_n "(cached) " >&6
2748else
2749 if test -n "$AWK"; then
2750 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2751else
2752as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2753for as_dir in $PATH
2754do
2755 IFS=$as_save_IFS
2756 test -z "$as_dir" && as_dir=.
2757 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2758 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8e957354
PB
2759 ac_cv_prog_AWK="$ac_prog"
2760 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2761 break 2
2762 fi
2763done
2764 done
2765IFS=$as_save_IFS
2766
2767fi
2768fi
2769AWK=$ac_cv_prog_AWK
2770if test -n "$AWK"; then
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2772$as_echo "$AWK" >&6; }
2773else
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2775$as_echo "no" >&6; }
2776fi
2777
2778
2779 test -n "$AWK" && break
2780done
2781
e5c3f801 2782
0fdbe983
DJ
2783srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2784
2785# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2786# a relative path.
2787if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2788 INSTALL="${srcpwd}/install-sh -c"
2789fi
2790
a0da8069
NN
2791# Set srcdir to "." if that's what it is.
2792# This is important for multilib support.
2793pwd=`${PWDCMD-pwd}`
a0da8069
NN
2794if test "${pwd}" = "${srcpwd}" ; then
2795 srcdir=.
252b5132
RH
2796fi
2797
a0da8069 2798topsrcdir=$srcpwd
252b5132 2799
a0da8069 2800extra_host_args=
afefada0 2801
a0da8069
NN
2802### To add a new directory to the tree, first choose whether it is a target
2803### or a host dependent tool. Then put it into the appropriate list
2804### (library or tools, host or target), doing a dependency sort.
252b5132 2805
c6b750e1 2806# Subdirs will be configured in the order listed in build_configdirs,
a0da8069 2807# configdirs, or target_configdirs; see the serialization section below.
252b5132 2808
c6b750e1
DJ
2809# Dependency sorting is only needed when *configuration* must be done in
2810# a particular order. In all cases a dependency should be specified in
a0da8069 2811# the Makefile, whether or not it's implicitly specified here.
252b5132 2812
a0da8069
NN
2813# Double entries in build_configdirs, configdirs, or target_configdirs may
2814# cause circular dependencies and break everything horribly.
252b5132 2815
6a9cf61e
PB
2816# these library is used by various programs built for the build
2817# environment
2818#
1b6c0831 2819build_libs="build-libiberty build-libcpp"
6a9cf61e
PB
2820
2821# these tools are built for the build environment
a90ef4bf 2822build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
6a9cf61e 2823
a0da8069 2824# these libraries are used by various programs built for the host environment
1b6c0831 2825#f
0e65dfba 2826host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv libctf"
a0da8069 2827
a0da8069
NN
2828# these tools are built for the host environment
2829# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2830# know that we are building the simulator.
2831# binutils, gas and ld appear in that order because it makes sense to run
2832# "make check" in that particular order.
e6de499b 2833# If --enable-gold is used, "gold" may replace "ld".
919adfe8 2834host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gdbserver gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools"
a0da8069 2835
a0da8069
NN
2836# these libraries are built for the target environment, and are built after
2837# the host libraries and the host tools (which may be a cross compiler)
ffdd6afc 2838# Note that libiberty is not a target library.
b1299c4e 2839target_libraries="target-libgcc \
2bf680c4 2840 target-libbacktrace \
a0da8069
NN
2841 target-libgloss \
2842 target-newlib \
cff87f51 2843 target-libgomp \
1b6c0831 2844 target-liboffloadmic \
bf41f30d 2845 target-libhsail-rt \
7ec59b9e 2846 target-libatomic \
d32e2926 2847 target-libitm \
b9459e83 2848 target-libstdc++-v3 \
5286fdef 2849 target-libsanitizer \
95e43135 2850 target-libvtv \
bb780410 2851 target-libssp \
e552509b 2852 target-libquadmath \
4b1cb4fe 2853 target-libgfortran \
05a13254 2854 target-libffi \
a2592b1b 2855 target-libobjc \
e552509b 2856 target-libada \
e3f56a99 2857 target-libgo"
a0da8069 2858
9c14acb8
NN
2859# these tools are built using the target libraries, and are intended to
2860# run only in the target environment
a0da8069 2861#
9c14acb8 2862# note: any program that *uses* libraries that are in the "target_libraries"
0377a422 2863# list belongs in this list.
a0da8069 2864#
a90ef4bf 2865target_tools="target-rda"
252b5132 2866
a0da8069 2867################################################################################
252b5132 2868
a0da8069
NN
2869## All tools belong in one of the four categories, and are assigned above
2870## We assign ${configdirs} this way to remove all embedded newlines. This
2871## is important because configure will choke if they ever get through.
2872## ${configdirs} is directories we build using the host tools.
2873## ${target_configdirs} is directories we build using the target tools.
a0da8069 2874configdirs=`echo ${host_libs} ${host_tools}`
9c14acb8 2875target_configdirs=`echo ${target_libraries} ${target_tools}`
ee025550 2876build_configdirs=`echo ${build_libs} ${build_tools}`
dd12c3a8 2877
9cc8ae67
PB
2878
2879
a0da8069 2880################################################################################
252b5132 2881
a0da8069 2882srcname="gnu development package"
252b5132 2883
a0da8069
NN
2884# This gets set non-empty for some net releases of packages.
2885appdirs=""
252b5132 2886
a0da8069
NN
2887# Define is_cross_compiler to save on calls to 'test'.
2888is_cross_compiler=
2889if test x"${host}" = x"${target}" ; then
2890 is_cross_compiler=no
252b5132 2891else
a0da8069 2892 is_cross_compiler=yes
c6b750e1 2893fi
252b5132 2894
9175bfc0 2895# Find the build and target subdir names.
dd12c3a8 2896
66a79c16
DJ
2897# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2898# have matching libraries, they should use host libraries: Makefile.tpl
2899# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2900# However, they still use the build modules, because the corresponding
2901# host modules (e.g. bison) are only built for the host when bootstrap
2902# finishes. So:
2903# - build_subdir is where we find build modules, and never changes.
2904# - build_libsubdir is where we find build libraries, and can be overridden.
2905
2906# Prefix 'build-' so this never conflicts with target_subdir.
dd12c3a8 2907build_subdir="build-${build_noncanonical}"
c6b750e1 2908
81ecdfbb
RW
2909# Check whether --with-build-libsubdir was given.
2910if test "${with_build_libsubdir+set}" = set; then :
2911 withval=$with_build_libsubdir; build_libsubdir="$withval"
66a79c16
DJ
2912else
2913 build_libsubdir="$build_subdir"
81ecdfbb
RW
2914fi
2915
b00612cc
PB
2916# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2917if ( test $srcdir = . && test -d gcc ) \
2918 || test -d $srcdir/../host-${host_noncanonical}; then
2919 host_subdir="host-${host_noncanonical}"
2920else
2921 host_subdir=.
2922fi
dd12c3a8
NN
2923# No prefix.
2924target_subdir=${target_noncanonical}
c6b750e1 2925
2fd0b40b
RW
2926# Be sure to cover against remnants of an in-tree build.
2927if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
d0ac1c44 2928 as_fn_error $? "building out of tree but $srcdir contains host-${host_noncanonical}.
2fd0b40b
RW
2929Use a pristine source tree when building in a separate tree" "$LINENO" 5
2930fi
252b5132 2931
a0da8069
NN
2932# Skipdirs are removed silently.
2933skipdirs=
2934# Noconfigdirs are removed loudly.
2935noconfigdirs=""
252b5132 2936
a0da8069
NN
2937use_gnu_ld=
2938# Make sure we don't let GNU ld be added if we didn't want it.
2939if test x$with_gnu_ld = xno ; then
2940 use_gnu_ld=no
93f9b408 2941 noconfigdirs="$noconfigdirs ld gold"
252b5132
RH
2942fi
2943
a0da8069
NN
2944use_gnu_as=
2945# Make sure we don't let GNU as be added if we didn't want it.
2946if test x$with_gnu_as = xno ; then
2947 use_gnu_as=no
2948 noconfigdirs="$noconfigdirs gas"
252b5132
RH
2949fi
2950
700d40ca 2951use_included_zlib=
cf39cfc5
L
2952
2953# Check whether --with-system-zlib was given.
2954if test "${with_system_zlib+set}" = set; then :
2955 withval=$with_system_zlib;
2956fi
2957
700d40ca
ILT
2958# Make sure we don't let ZLIB be added if we didn't want it.
2959if test x$with_system_zlib = xyes ; then
2960 use_included_zlib=no
2961 noconfigdirs="$noconfigdirs zlib"
2962fi
2963
69961a84
ДП
2964# Don't compile the bundled readline/libreadline.a if --with-system-readline
2965# is provided.
2966if test x$with_system_readline = xyes ; then
2967 noconfigdirs="$noconfigdirs readline"
2968fi
2969
c6b750e1 2970# some tools are so dependent upon X11 that if we're not building with X,
a0da8069 2971# it's not even worth trying to configure, much less build, that tool.
252b5132 2972
a0da8069
NN
2973case ${with_x} in
2974 yes | "") ;; # the default value for this tree is that X11 is available
2975 no)
675c6968 2976 skipdirs="${skipdirs} tk itcl libgui"
a0da8069 2977 # We won't be able to build gdbtk without X.
c6b750e1 2978 enable_gdbtk=no
a0da8069
NN
2979 ;;
2980 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2981esac
252b5132 2982
0377a422 2983# Some are only suitable for cross toolchains.
a0da8069
NN
2984# Remove these if host=target.
2985cross_only="target-libgloss target-newlib target-opcodes"
2986
2987case $is_cross_compiler in
2988 no) skipdirs="${skipdirs} ${cross_only}" ;;
a0da8069 2989esac
252b5132 2990
a0da8069
NN
2991# If both --with-headers and --with-libs are specified, default to
2992# --without-newlib.
32be62b5
RS
2993if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2994 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
a0da8069
NN
2995 if test x"${with_newlib}" = x ; then
2996 with_newlib=no
2997 fi
252b5132
RH
2998fi
2999
a0da8069
NN
3000# Recognize --with-newlib/--without-newlib.
3001case ${with_newlib} in
3002 no) skipdirs="${skipdirs} target-newlib" ;;
3003 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
3004esac
252b5132 3005
1b6c0831
L
3006# Check whether --enable-as-accelerator-for was given.
3007if test "${enable_as_accelerator_for+set}" = set; then :
3008 enableval=$enable_as_accelerator_for;
3009fi
3010
3011
3012# Check whether --enable-offload-targets was given.
3013if test "${enable_offload_targets+set}" = set; then :
3014 enableval=$enable_offload_targets;
3015 if test x"$enable_offload_targets" = x; then
d0ac1c44 3016 as_fn_error $? "no offload targets specified" "$LINENO" 5
1b6c0831
L
3017 fi
3018
3019else
3020 enable_offload_targets=
3021fi
3022
3023
c7791212
NC
3024# Handle --enable-gold, --enable-ld.
3025# --disable-gold [--enable-ld]
3026# Build only ld. Default option.
d3b50760
L
3027# --enable-gold [--enable-ld]
3028# Build both gold and ld. Install gold as "ld.gold", install ld
3029# as "ld.bfd" and "ld".
3030# --enable-gold=default [--enable-ld]
c7791212
NC
3031# Build both gold and ld. Install gold as "ld.gold" and "ld",
3032# install ld as "ld.bfd".
3033# --enable-gold[=default] --disable-ld
3034# Build only gold, which is then installed as both "ld.gold" and "ld".
3035# --enable-gold --enable-ld=default
d3b50760
L
3036# Build both gold (installed as "ld.gold") and ld (installed as "ld"
3037# and ld.bfd).
c7791212
NC
3038# In other words, ld is default
3039# --enable-gold=default --enable-ld=default
3040# Error.
3041
3042default_ld=
81ecdfbb
RW
3043# Check whether --enable-gold was given.
3044if test "${enable_gold+set}" = set; then :
3045 enableval=$enable_gold; ENABLE_GOLD=$enableval
93f9b408
ILT
3046else
3047 ENABLE_GOLD=no
81ecdfbb
RW
3048fi
3049
c7791212
NC
3050case "${ENABLE_GOLD}" in
3051 yes|default)
e6de499b
NC
3052 # Check for ELF target.
3053 is_elf=no
3054 case "${target}" in
3055 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2344b8da 3056 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
5b806d27 3057 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
bf41f30d 3058 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
e6de499b
NC
3059 case "${target}" in
3060 *-*-linux*aout* | *-*-linux*oldld*)
3061 ;;
3062 *)
3063 is_elf=yes
3064 ;;
3065 esac
3066 esac
3067
3068 if test "$is_elf" = "yes"; then
3069 # Check for target supported by gold.
93f9b408 3070 case "${target}" in
6d26190c 3071 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
ea016470 3072 | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
c7791212
NC
3073 configdirs="$configdirs gold"
3074 if test x${ENABLE_GOLD} = xdefault; then
3075 default_ld=gold
3076 fi
e6de499b 3077 ENABLE_GOLD=yes
93f9b408
ILT
3078 ;;
3079 esac
e6de499b
NC
3080 fi
3081 ;;
3082 no)
3083 ;;
3084 *)
d0ac1c44 3085 as_fn_error $? "invalid --enable-gold argument" "$LINENO" 5
e6de499b 3086 ;;
c7791212
NC
3087esac
3088
3089# Check whether --enable-ld was given.
3090if test "${enable_ld+set}" = set; then :
3091 enableval=$enable_ld; ENABLE_LD=$enableval
3092else
3093 ENABLE_LD=yes
3094fi
3095
3096
3097case "${ENABLE_LD}" in
3098 default)
d3b50760 3099 if test x${default_ld} != x; then
d0ac1c44 3100 as_fn_error $? "either gold or ld can be the default ld" "$LINENO" 5
c7791212
NC
3101 fi
3102 ;;
3103 yes)
3104 ;;
3105 no)
3106 if test x${ENABLE_GOLD} != xyes; then
3107 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3108$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3109 fi
3110 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3111 ;;
3112 *)
d0ac1c44 3113 as_fn_error $? "invalid --enable-ld argument" "$LINENO" 5
c7791212
NC
3114 ;;
3115esac
93f9b408 3116
edeefb67
L
3117# PR gas/19109
3118# Decide the default method for compressing debug sections.
3119# Provide a configure time option to override our default.
3120# Check whether --enable-compressed_debug_sections was given.
3121if test "${enable_compressed_debug_sections+set}" = set; then :
3122 enableval=$enable_compressed_debug_sections;
3123 if test x"$enable_compressed_debug_sections" = xyes; then
d0ac1c44 3124 as_fn_error $? "no program with compressed debug sections specified" "$LINENO" 5
edeefb67
L
3125 fi
3126
3127else
3128 enable_compressed_debug_sections=
3129fi
3130
3131
a0da8069 3132# Configure extra directories which are host specific
252b5132 3133
a0da8069
NN
3134case "${host}" in
3135 *-cygwin*)
3136 configdirs="$configdirs libtermcap" ;;
3137esac
252b5132 3138
59f7ec45
HPN
3139# A target can indicate whether a language isn't supported for some reason.
3140# Only spaces may be used in this macro; not newlines or tabs.
3141unsupported_languages=
3142
c6b750e1 3143# Remove more programs from consideration, based on the host or
a0da8069
NN
3144# target this usually means that a port of the program doesn't
3145# exist yet.
252b5132 3146
a0da8069 3147case "${host}" in
3516a403 3148 i[3456789]86-*-msdosdjgpp*)
6a608608 3149 noconfigdirs="$noconfigdirs tcl tk itcl"
a0da8069 3150 ;;
a0da8069 3151esac
252b5132 3152
4b1cb4fe 3153
89a1e9c3
PB
3154# Check whether --enable-libquadmath was given.
3155if test "${enable_libquadmath+set}" = set; then :
3156 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3157else
3158 ENABLE_LIBQUADMATH=yes
3159fi
3160
3161if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3162 noconfigdirs="$noconfigdirs target-libquadmath"
3163fi
3164
3165
3166# Check whether --enable-libquadmath-support was given.
3167if test "${enable_libquadmath_support+set}" = set; then :
3168 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3169else
3170 ENABLE_LIBQUADMATH_SUPPORT=yes
3171fi
3172
3173enable_libquadmath_support=
3174if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3175 enable_libquadmath_support=no
3176fi
3177
3178
81ecdfbb
RW
3179# Check whether --enable-libada was given.
3180if test "${enable_libada+set}" = set; then :
3181 enableval=$enable_libada; ENABLE_LIBADA=$enableval
a2592b1b
DD
3182else
3183 ENABLE_LIBADA=yes
81ecdfbb
RW
3184fi
3185
a2592b1b 3186if test "${ENABLE_LIBADA}" != "yes" ; then
b00612cc 3187 noconfigdirs="$noconfigdirs gnattools"
a2592b1b
DD
3188fi
3189
81ecdfbb
RW
3190# Check whether --enable-libssp was given.
3191if test "${enable_libssp+set}" = set; then :
3192 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
5f128533
KH
3193else
3194 ENABLE_LIBSSP=yes
81ecdfbb
RW
3195fi
3196
5f128533 3197
f66a9a70
L
3198# Check whether --enable-libstdcxx was given.
3199if test "${enable_libstdcxx+set}" = set; then :
3200 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3201else
3202 ENABLE_LIBSTDCXX=default
3203fi
3204
3205if test "${ENABLE_LIBSTDCXX}" = "no" ; then
1b6c0831
L
3206 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3207fi
3208
3209# If this is accelerator compiler and its target is intelmic we enable
3210# target liboffloadmic by default. If this is compiler with offloading
3211# for intelmic we enable host liboffloadmic by default. Otherwise
3212# liboffloadmic is disabled by default.
3213# Check whether --enable-liboffloadmic was given.
3214if test "${enable_liboffloadmic+set}" = set; then :
3215 enableval=$enable_liboffloadmic; case "$enableval" in
3216 no | host | target)
3217 enable_liboffloadmic=$enableval ;;
3218 *)
d0ac1c44 3219 as_fn_error $? "--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
1b6c0831
L
3220esac
3221else
3222 if test x"$enable_as_accelerator_for" != x; then
3223 case "${target}" in
3224 *-intelmic-* | *-intelmicemul-*)
3225 enable_liboffloadmic=target
3226 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=target"
3227 ;;
3228 *)
3229 enable_liboffloadmic=no
3230 ;;
3231 esac
3232else
3233 case "${enable_offload_targets}" in
3234 *-intelmic-* | *-intelmicemul-*)
3235 enable_liboffloadmic=host
3236 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=host"
3237 ;;
3238 *)
3239 enable_liboffloadmic=no
3240 ;;
3241 esac
3242fi
f66a9a70
L
3243fi
3244
1b6c0831
L
3245
3246
68996839 3247# Enable libgomp by default on hosted POSIX systems, and a few others.
a6df5a19 3248if test x$enable_libgomp = x ; then
b3ded179 3249 case "${target}" in
29383458 3250 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
b3ded179 3251 ;;
5b806d27 3252 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
b3ded179 3253 ;;
2479f722 3254 *-*-solaris2* | *-*-hpux11*)
b3ded179
PB
3255 ;;
3256 *-*-darwin* | *-*-aix*)
3257 ;;
68996839
NC
3258 nvptx*-*-*)
3259 ;;
b3ded179
PB
3260 *)
3261 noconfigdirs="$noconfigdirs target-libgomp"
3262 ;;
3263 esac
a6df5a19 3264fi
b3ded179 3265
7ec59b9e
L
3266# Disable libatomic on unsupported systems.
3267if test -d ${srcdir}/libatomic; then
3268 if test x$enable_libatomic = x; then
3269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3270$as_echo_n "checking for libatomic support... " >&6; }
3271 if (srcdir=${srcdir}/libatomic; \
3272 . ${srcdir}/configure.tgt; \
3273 test -n "$UNSUPPORTED")
3274 then
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3276$as_echo "no" >&6; }
3277 noconfigdirs="$noconfigdirs target-libatomic"
3278 else
3279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3280$as_echo "yes" >&6; }
3281 fi
3282 fi
3283fi
3284
1b6c0831
L
3285# Disable liboffloadmic on unsupported systems.
3286if test -d ${srcdir}/liboffloadmic; then
3287 if test x$enable_liboffloadmic != xno; then
3288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3289$as_echo_n "checking for liboffloadmic support... " >&6; }
3290 if (srcdir=${srcdir}/liboffloadmic; \
3291 . ${srcdir}/configure.tgt; \
3292 test -n "$UNSUPPORTED")
3293 then
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3295$as_echo "no" >&6; }
3296 noconfigdirs="$noconfigdirs target-liboffloadmic"
3297 else
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3299$as_echo "yes" >&6; }
3300 fi
3301 fi
3302fi
3303
d32e2926
RH
3304# Disable libitm on unsupported systems.
3305if test -d ${srcdir}/libitm; then
3306 if test x$enable_libitm = x; then
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3308$as_echo_n "checking for libitm support... " >&6; }
3309 if (srcdir=${srcdir}/libitm; \
3310 . ${srcdir}/configure.tgt; \
3311 test -n "$UNSUPPORTED")
3312 then
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3314$as_echo "no" >&6; }
3315 noconfigdirs="$noconfigdirs target-libitm"
3316 else
3317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3318$as_echo "yes" >&6; }
3319 fi
3320 fi
3321fi
3322
5286fdef
L
3323# Disable libsanitizer on unsupported systems.
3324if test -d ${srcdir}/libsanitizer; then
3325 if test x$enable_libsanitizer = x; then
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3327$as_echo_n "checking for libsanitizer support... " >&6; }
3328 if (srcdir=${srcdir}/libsanitizer; \
3329 . ${srcdir}/configure.tgt; \
3330 test -n "$UNSUPPORTED")
3331 then
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3333$as_echo "no" >&6; }
3334 noconfigdirs="$noconfigdirs target-libsanitizer"
3335 else
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3337$as_echo "yes" >&6; }
3338 fi
3339 fi
3340fi
3341
95e43135
JBG
3342# Disable libvtv on unsupported systems.
3343if test -d ${srcdir}/libvtv; then
3344 if test x$enable_libvtv = x; then
3345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3346$as_echo_n "checking for libvtv support... " >&6; }
3347 if (srcdir=${srcdir}/libvtv; \
3348 . ${srcdir}/configure.tgt; \
3349 test "$VTV_SUPPORTED" != "yes")
3350 then
3351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3352$as_echo "no" >&6; }
3353 noconfigdirs="$noconfigdirs target-libvtv"
3354 else
3355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3356$as_echo "yes" >&6; }
3357 fi
3358 fi
3359fi
3360
1b6c0831 3361
bf41f30d
NC
3362# Disable libhsail-rt on unsupported systems.
3363if test -d ${srcdir}/libhsail-rt; then
3364 if test x$enable_libhsail_rt = x; then
3365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libhsail-rt support" >&5
3366$as_echo_n "checking for libhsail-rt support... " >&6; }
3367 if (srcdir=${srcdir}/libhsail-rt; \
3368 . ${srcdir}/configure.tgt; \
3369 test -n "$UNSUPPORTED")
3370 then
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3372$as_echo "no" >&6; }
3373 unsupported_languages="$unsupported_languages brig"
3374 # This implicitly disables also target-libhsail-rt as it won't
3375 # get added to the build without BRIG FE.
3376 else
3377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3378$as_echo "yes" >&6; }
3379 fi
3380 fi
3381fi
1b6c0831
L
3382
3383
1488e230
DE
3384# Disable libquadmath for some systems.
3385case "${target}" in
5286fdef
L
3386 avr-*-*)
3387 noconfigdirs="$noconfigdirs target-libquadmath"
3388 ;;
1488e230
DE
3389 # libquadmath is unused on AIX and libquadmath build process use of
3390 # LD_LIBRARY_PATH can break AIX bootstrap.
3391 powerpc-*-aix* | rs6000-*-aix*)
3392 noconfigdirs="$noconfigdirs target-libquadmath"
3393 ;;
3394esac
3395
065a5627
JM
3396# Disable libssp for some systems.
3397case "${target}" in
3398 avr-*-*)
c5f5c3c2 3399 # No hosted I/O support.
065a5627
JM
3400 noconfigdirs="$noconfigdirs target-libssp"
3401 ;;
3402 powerpc-*-aix* | rs6000-*-aix*)
3403 noconfigdirs="$noconfigdirs target-libssp"
3404 ;;
99c513f6 3405 rl78-*-*)
202e2356
NC
3406 # libssp uses a misaligned load to trigger a fault, but the RL78
3407 # doesn't fault for those - instead, it gives a build-time error
3408 # for explicit misaligned loads.
99c513f6
DD
3409 noconfigdirs="$noconfigdirs target-libssp"
3410 ;;
1b6c0831
L
3411 visium-*-*)
3412 # No hosted I/O support.
3413 noconfigdirs="$noconfigdirs target-libssp"
3414 ;;
065a5627
JM
3415esac
3416
065a5627 3417# Disable libstdc++-v3 for some systems.
f66a9a70
L
3418# Allow user to override this if they pass --enable-libstdc++-v3
3419if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3420 case "${target}" in
3421 *-*-vxworks*)
3422 # VxWorks uses the Dinkumware C++ library.
3423 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3424 ;;
3425 arm*-wince-pe*)
3426 # the C++ libraries don't build on top of CE's C libraries
3427 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3428 ;;
3429 avr-*-*)
3430 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3431 ;;
969b1713
L
3432 ft32-*-*)
3433 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3434 ;;
f66a9a70
L
3435 esac
3436fi
065a5627
JM
3437
3438# Disable Fortran for some systems.
3439case "${target}" in
3440 mmix-*-*)
3441 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3442 unsupported_languages="$unsupported_languages fortran"
3443 ;;
3444esac
3445
05a13254 3446# Disable libffi for some systems.
0827f9a6 3447case "${target}" in
9863d716
JM
3448 powerpc-*-darwin*)
3449 ;;
3450 i[3456789]86-*-darwin*)
3451 ;;
3452 x86_64-*-darwin[912]*)
3453 ;;
3454 *-*-darwin*)
05a13254 3455 noconfigdirs="$noconfigdirs target-libffi"
9863d716 3456 ;;
9863d716 3457 *-*-netware*)
05a13254
NC
3458 noconfigdirs="$noconfigdirs target-libffi"
3459 ;;
3460 *-*-phoenix*)
3461 noconfigdirs="$noconfigdirs target-libffi"
9863d716
JM
3462 ;;
3463 *-*-rtems*)
05a13254 3464 noconfigdirs="$noconfigdirs target-libffi"
9863d716
JM
3465 ;;
3466 *-*-tpf*)
05a13254 3467 noconfigdirs="$noconfigdirs target-libffi"
9863d716
JM
3468 ;;
3469 *-*-uclinux*)
05a13254 3470 noconfigdirs="$noconfigdirs target-libffi"
9863d716
JM
3471 ;;
3472 *-*-vxworks*)
05a13254
NC
3473 noconfigdirs="$noconfigdirs target-libffi"
3474 ;;
3475 aarch64*-*-freebsd*)
3476 noconfigdirs="$noconfigdirs target-libffi"
9863d716 3477 ;;
9863d716 3478 alpha*-*-*vms*)
05a13254 3479 noconfigdirs="$noconfigdirs target-libffi"
9863d716 3480 ;;
1b6c0831 3481 arm*-*-freebsd*)
05a13254 3482 noconfigdirs="$noconfigdirs target-libffi"
1b6c0831 3483 ;;
0827f9a6 3484 arm-wince-pe)
05a13254 3485 noconfigdirs="$noconfigdirs target-libffi"
9863d716 3486 ;;
9863d716 3487 arm*-*-symbianelf*)
05a13254 3488 noconfigdirs="$noconfigdirs target-libffi"
9863d716 3489 ;;
9863d716 3490 cris-*-* | crisv32-*-*)
9863d716
JM
3491 case "${target}" in
3492 *-*-linux*)
3493 ;;
3494 *) # See PR46792 regarding target-libffi.
05a13254 3495 noconfigdirs="$noconfigdirs target-libffi";;
9863d716
JM
3496 esac
3497 ;;
82ae827f 3498 hppa*64*-*-hpux*)
05a13254 3499 noconfigdirs="$noconfigdirs target-libffi"
9863d716
JM
3500 ;;
3501 hppa*-hp-hpux11*)
3502 ;;
82ae827f 3503 hppa*-*-hpux*)
05a13254 3504 noconfigdirs="$noconfigdirs target-libffi"
9863d716 3505 ;;
9863d716 3506 ia64*-*-*vms*)
05a13254 3507 noconfigdirs="$noconfigdirs target-libffi"
9863d716 3508 ;;
9863d716 3509 i[3456789]86-w64-mingw*)
05a13254 3510 noconfigdirs="$noconfigdirs target-libffi"
9863d716
JM
3511 ;;
3512 i[3456789]86-*-mingw*)
05a13254 3513 noconfigdirs="$noconfigdirs target-libffi"
9863d716
JM
3514 ;;
3515 x86_64-*-mingw*)
05a13254 3516 noconfigdirs="$noconfigdirs target-libffi"
9863d716 3517 ;;
9863d716 3518 mmix-*-*)
05a13254 3519 noconfigdirs="$noconfigdirs target-libffi"
9863d716
JM
3520 ;;
3521 powerpc-*-aix*)
9863d716 3522 ;;
9863d716 3523 rs6000-*-aix*)
9863d716 3524 ;;
3f8107ab 3525 ft32-*-*)
05a13254 3526 noconfigdirs="$noconfigdirs target-libffi"
3f8107ab 3527 ;;
9863d716 3528 *-*-lynxos*)
05a13254 3529 noconfigdirs="$noconfigdirs target-libffi"
9863d716 3530 ;;
9863d716
JM
3531esac
3532
1b6c0831
L
3533# Disable the go frontend on systems where it is known to not work. Please keep
3534# this in sync with contrib/config-list.mk.
3535case "${target}" in
bf41f30d 3536*-*-darwin* | *-*-cygwin* | *-*-mingw*)
1b6c0831
L
3537 unsupported_languages="$unsupported_languages go"
3538 ;;
3539esac
3540
919adfe8
TT
3541# Only allow gdbserver on some systems.
3542if test -d ${srcdir}/gdbserver; then
3543 if test x$enable_gdbserver = x; then
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdbserver support" >&5
3545$as_echo_n "checking for gdbserver support... " >&6; }
3546 if (srcdir=${srcdir}/gdbserver; \
3547 . ${srcdir}/configure.srv; \
3548 test -n "$UNSUPPORTED")
3549 then
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3551$as_echo "no" >&6; }
3552 noconfigdirs="$noconfigdirs gdbserver"
3553 else
3554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3555$as_echo "yes" >&6; }
3556 fi
3557 fi
3558fi
3559
a413f71a
ILT
3560# Disable libgo for some systems where it is known to not work.
3561# For testing, you can easily override this with --enable-libgo.
3562if test x$enable_libgo = x; then
3563 case "${target}" in
3564 *-*-darwin*)
3565 # PR 46986
3566 noconfigdirs="$noconfigdirs target-libgo"
3567 ;;
3568 *-*-cygwin* | *-*-mingw*)
3569 noconfigdirs="$noconfigdirs target-libgo"
3570 ;;
a413f71a
ILT
3571 esac
3572fi
3573
691bb5a1
DD
3574# Default libgloss CPU subdirectory.
3575libgloss_dir="$target_cpu"
4b1cb4fe 3576
ff46fb8f
JM
3577case "${target}" in
3578 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3579 libgloss_dir=wince
3580 ;;
f1dd87fc
YZ
3581 aarch64*-*-* )
3582 libgloss_dir=aarch64
3583 ;;
ff46fb8f
JM
3584 arm*-*-*)
3585 libgloss_dir=arm
3586 ;;
3587 cris-*-* | crisv32-*-*)
3588 libgloss_dir=cris
3589 ;;
3590 hppa*-*-*)
3591 libgloss_dir=pa
3592 ;;
3593 i[3456789]86-*-*)
3594 libgloss_dir=i386
3595 ;;
3596 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3597 libgloss_dir=m68hc11
3598 ;;
3599 m68*-*-* | fido-*-*)
3600 libgloss_dir=m68k
3601 ;;
3602 mips*-*-*)
3603 libgloss_dir=mips
3604 ;;
3605 powerpc*-*-*)
3606 libgloss_dir=rs6000
3607 ;;
3608 sparc*-*-*)
3609 libgloss_dir=sparc
3610 ;;
3611esac
3612
c7e4b184 3613# Disable newlib and libgloss for various target OSes.
a0da8069 3614case "${target}" in
c7e4b184
JM
3615 alpha*-dec-osf*)
3616 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3617 ;;
3618 i[3456789]86-*-linux*)
3619 # This section makes it possible to build newlib natively on linux.
3620 # If we are using a cross compiler then don't configure newlib.
3621 if test x${is_cross_compiler} != xno ; then
3622 noconfigdirs="$noconfigdirs target-newlib"
3623 fi
3624 noconfigdirs="$noconfigdirs target-libgloss"
3625 # If we are not using a cross compiler, do configure newlib.
3626 # Note however, that newlib will only be configured in this situation
3627 # if the --with-newlib option has been given, because otherwise
3628 # 'target-newlib' will appear in skipdirs.
3629 ;;
3630 i[3456789]86-*-rdos*)
3631 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3632 ;;
3633 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3634 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3635 ;;
3636 sparc-*-sunos4*)
3637 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3638 ;;
3639 *-*-aix*)
3640 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3641 ;;
3642 *-*-beos*)
3643 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3644 ;;
a0da8069 3645 *-*-chorusos)
b2f14e4a 3646 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3647 ;;
c7e4b184
JM
3648 *-*-dragonfly*)
3649 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3650 ;;
3651 *-*-freebsd*)
3652 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3653 ;;
3654 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3655 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3656 ;;
3657 *-*-lynxos*)
3658 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3659 ;;
3660 *-*-mingw*)
3661 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3662 ;;
3663 *-*-netbsd*)
3664 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3665 ;;
3666 *-*-netware*)
3667 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3668 ;;
3669 *-*-tpf*)
3670 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3671 ;;
3672 *-*-uclinux*)
3673 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3674 ;;
3675 *-*-vxworks*)
3676 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3677 ;;
3678esac
3679
3680case "${target}" in
3681 *-*-chorusos)
3682 ;;
f075eb5e
TG
3683 aarch64-*-darwin*)
3684 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3685 noconfigdirs="$noconfigdirs sim target-rda"
3686 ;;
3687 arm-*-darwin*)
3688 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3689 noconfigdirs="$noconfigdirs sim target-rda"
3690 ;;
24741ab2 3691 powerpc-*-darwin*)
9d39db92 3692 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3693 noconfigdirs="$noconfigdirs sim target-rda"
652dec25 3694 ;;
85bd1942
TG
3695 i[3456789]86-*-darwin*)
3696 noconfigdirs="$noconfigdirs ld gprof"
3697 noconfigdirs="$noconfigdirs sim target-rda"
3698 ;;
e8a5fa9c 3699 x86_64-*-darwin[912]*)
652dec25
TG
3700 noconfigdirs="$noconfigdirs ld gas gprof"
3701 noconfigdirs="$noconfigdirs sim target-rda"
b3f16a9b 3702 ;;
04d1ab34 3703 *-*-darwin*)
d320aacb 3704 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3705 noconfigdirs="$noconfigdirs sim target-rda"
04d1ab34 3706 ;;
5b806d27 3707 *-*-dragonfly*)
5b806d27 3708 ;;
de0b4a87 3709 *-*-freebsd*)
4b1cb4fe
DD
3710 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3711 && test -f /usr/local/include/gmp.h; then
3712 with_gmp=/usr/local
3713 fi
4b1cb4fe 3714 ;;
f8a495c8
NC
3715 *-*-kaos*)
3716 # Remove unsupported stuff on all kaOS configurations.
f8a495c8
NC
3717 noconfigdirs="$noconfigdirs target-libgloss"
3718 ;;
a0da8069 3719 *-*-netbsd*)
a0da8069 3720 ;;
2a3124ca 3721 *-*-netware*)
a0da8069 3722 ;;
05a13254
NC
3723 *-*-phoenix*)
3724 noconfigdirs="$noconfigdirs target-libgloss"
3725 ;;
a0da8069 3726 *-*-rtems*)
9863d716 3727 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3728 ;;
1587117a
EC
3729 # The tpf target doesn't support gdb yet.
3730 *-*-tpf*)
c7e4b184 3731 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
1587117a 3732 ;;
c1968181 3733 *-*-uclinux*)
c7e4b184 3734 noconfigdirs="$noconfigdirs target-rda"
c1968181 3735 ;;
a0da8069 3736 *-*-vxworks*)
a0da8069
NN
3737 ;;
3738 alpha*-dec-osf*)
3739 # ld works, but does not support shared libraries.
a0da8069 3740 # gas doesn't generate exception information.
c7e4b184 3741 noconfigdirs="$noconfigdirs gas ld"
a0da8069
NN
3742 ;;
3743 alpha*-*-*vms*)
9863d716 3744 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
a0da8069 3745 ;;
a0da8069
NN
3746 alpha*-*-*)
3747 # newlib is not 64 bit ready
9863d716 3748 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3749 ;;
a0da8069 3750 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
675c6968 3751 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
a0da8069 3752 ;;
05a13254
NC
3753 arc*-*-*)
3754 noconfigdirs="$noconfigdirs sim"
a0da8069 3755 ;;
a0da8069 3756 arm-*-pe*)
9863d716 3757 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3758 ;;
a0da8069 3759 arm-*-riscix*)
b2f14e4a 3760 noconfigdirs="$noconfigdirs ld target-libgloss"
a0da8069 3761 ;;
8e71395b
L
3762 avr-*-*)
3763 if test x${with_avrlibc} != xno; then
3764 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3765 fi
3766 ;;
a0da8069 3767 c4x-*-* | tic4x-*-*)
b2f14e4a 3768 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3769 ;;
b2f14e4a
JM
3770 tic54x-*-*)
3771 noconfigdirs="$noconfigdirs target-libgloss gdb"
a0da8069 3772 ;;
a0da8069 3773 d10v-*-*)
b2f14e4a 3774 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3775 ;;
3776 d30v-*-*)
b2f14e4a 3777 noconfigdirs="$noconfigdirs gdb"
a0da8069
NN
3778 ;;
3779 fr30-*-elf*)
9863d716 3780 noconfigdirs="$noconfigdirs gdb"
a0da8069 3781 ;;
3f8107ab
AM
3782 ft32-*-*)
3783 noconfigdirs="$noconfigdirs target-rda gprof"
3784 ;;
20135e4c 3785 moxie-*-*)
10b8fe5e 3786 noconfigdirs="$noconfigdirs"
20135e4c 3787 ;;
a0da8069 3788 h8300*-*-*)
9863d716 3789 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3790 ;;
3791 h8500-*-*)
b2f14e4a 3792 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3793 ;;
caeba88f 3794 hppa1.1-*-osf* | hppa1.1-*-bsd* )
caeba88f 3795 ;;
5569a85f
JDA
3796 hppa*64*-*-hpux*)
3797 noconfigdirs="$noconfigdirs gdb"
3798 ;;
3799 hppa*-*-hpux11*)
3800 noconfigdirs="$noconfigdirs gdb ld"
3801 ;;
93cc359e 3802 hppa*64*-*-linux*)
a0da8069 3803 ;;
f0ff0f90 3804 hppa*-*-linux*)
5dcac624 3805 ;;
a0da8069 3806 hppa*-*-*elf* | \
a0da8069
NN
3807 hppa*-*-lites* | \
3808 hppa*-*-openbsd* | \
3809 hppa*64*-*-*)
4f0ef2d8 3810 ;;
691bb5a1 3811 hppa*-*-pro*)
691bb5a1 3812 ;;
a0da8069 3813 hppa*-*-*)
9863d716 3814 noconfigdirs="$noconfigdirs ld"
a0da8069 3815 ;;
b07c2aad 3816 i960-*-*)
b2f14e4a 3817 noconfigdirs="$noconfigdirs gdb"
b07c2aad 3818 ;;
a0da8069
NN
3819 ia64*-*-elf*)
3820 # No gdb support yet.
0377a422 3821 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
a0da8069
NN
3822 ;;
3823 ia64*-**-hpux*)
92c9a463 3824 # No ld support yet.
5569a85f 3825 noconfigdirs="$noconfigdirs gdb libgui itcl ld"
a0da8069 3826 ;;
19e99079 3827 ia64*-*-*vms*)
7ec59b9e
L
3828 # No ld support yet.
3829 noconfigdirs="$noconfigdirs libgui itcl ld"
19e99079 3830 ;;
1f53ca9a 3831 i[3456789]86-w64-mingw*)
1f53ca9a
AO
3832 ;;
3833 i[3456789]86-*-mingw*)
45055374 3834 target_configdirs="$target_configdirs target-winsup"
c6b750e1 3835 ;;
a0da8069
NN
3836 *-*-cygwin*)
3837 target_configdirs="$target_configdirs target-libtermcap target-winsup"
0377a422 3838 noconfigdirs="$noconfigdirs target-libgloss"
b76d7de0 3839 # always build newlib if winsup directory is present.
45055374 3840 if test -d "$srcdir/winsup/cygwin"; then
b76d7de0 3841 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ac0fa625 3842 elif test -d "$srcdir/newlib"; then
45055374 3843 echo "Warning: winsup/cygwin is missing so newlib can't be built."
b76d7de0 3844 fi
c6b750e1 3845 ;;
ec11bdc6 3846 i[3456789]86-*-pe)
782cb41f 3847 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3848 ;;
ec11bdc6 3849 i[3456789]86-*-sco3.2v5*)
a0da8069
NN
3850 # The linker does not yet know about weak symbols in COFF,
3851 # and is not configured to handle mixed ELF and COFF.
b2f14e4a 3852 noconfigdirs="$noconfigdirs ld target-libgloss"
a0da8069 3853 ;;
ec11bdc6 3854 i[3456789]86-*-sco*)
b2f14e4a 3855 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3856 ;;
cff32a7c 3857 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
a0da8069
NN
3858 noconfigdirs="$noconfigdirs target-libgloss"
3859 ;;
ec11bdc6 3860 i[3456789]86-*-sysv4*)
b2f14e4a 3861 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3862 ;;
ec11bdc6 3863 i[3456789]86-*-beos*)
c7e4b184 3864 noconfigdirs="$noconfigdirs gdb"
bba45b8b 3865 ;;
b59bea8a 3866 i[3456789]86-*-rdos*)
c7e4b184 3867 noconfigdirs="$noconfigdirs gdb"
691bb5a1 3868 ;;
a0da8069 3869 mmix-*-*)
9863d716 3870 noconfigdirs="$noconfigdirs gdb"
a0da8069 3871 ;;
4970f871 3872 mt-*-*)
cdb9b172
AH
3873 noconfigdirs="$noconfigdirs sim"
3874 ;;
1063beb5
FT
3875 nfp-*-*)
3876 noconfigdirs="$noconfigdirs ld gas gdb gprof sim"
3877 noconfigdirs="$noconfigdirs $target_libraries"
3878 ;;
a0da8069
NN
3879 powerpc-*-aix*)
3880 # copied from rs6000-*-* entry
c7e4b184 3881 noconfigdirs="$noconfigdirs gprof"
a0da8069 3882 ;;
93cc359e 3883 powerpc*-*-winnt* | powerpc*-*-pe*)
a0da8069 3884 target_configdirs="$target_configdirs target-winsup"
b2f14e4a 3885 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
a0da8069
NN
3886 # always build newlib.
3887 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3888 ;;
3889 # This is temporary until we can link against shared libraries
3890 powerpcle-*-solaris*)
b2f14e4a 3891 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
a0da8069
NN
3892 ;;
3893 powerpc-*-beos*)
c7e4b184 3894 noconfigdirs="$noconfigdirs gdb"
a0da8069 3895 ;;
a0da8069 3896 rs6000-*-lynxos*)
c7e4b184 3897 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3898 ;;
3899 rs6000-*-aix*)
c7e4b184 3900 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3901 ;;
3902 rs6000-*-*)
9863d716 3903 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3904 ;;
3905 m68k-apollo-*)
b2f14e4a 3906 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
a0da8069 3907 ;;
25a07265 3908 microblaze*)
9863d716 3909 noconfigdirs="$noconfigdirs gprof"
25a07265 3910 ;;
a9d58c06 3911 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
5bd8be13
RS
3912 if test x$with_newlib = xyes; then
3913 noconfigdirs="$noconfigdirs gprof"
3914 fi
5bd8be13 3915 ;;
a0da8069 3916 mips*-*-irix5*)
b2f14e4a 3917 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069
NN
3918 ;;
3919 mips*-*-irix6*)
9863d716 3920 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3921 ;;
a0da8069 3922 mips*-*-bsd*)
e8044f35 3923 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
a0da8069 3924 ;;
a0da8069 3925 mips*-*-linux*)
a0da8069 3926 ;;
e8044f35
RS
3927 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3928 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3929 noconfigdirs="$noconfigdirs ld gas gprof"
3930 ;;
a0da8069 3931 mips*-*-*)
9863d716 3932 noconfigdirs="$noconfigdirs gprof"
a0da8069 3933 ;;
1b6c0831 3934 nvptx*-*-*)
1b6c0831
L
3935 noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
3936 ;;
05a13254 3937 sh-*-*)
e8a5fa9c
RW
3938 case "${target}" in
3939 sh*-*-elf)
9863d716 3940 ;;
e8a5fa9c 3941 *)
9863d716 3942 noconfigdirs="$noconfigdirs target-libgloss" ;;
e8a5fa9c 3943 esac
a0da8069 3944 ;;
a0da8069 3945 sparc-*-sunos4*)
c7e4b184 3946 if test x${is_cross_compiler} = xno ; then
a0da8069
NN
3947 use_gnu_ld=no
3948 fi
3949 ;;
619a3713 3950 tic6x-*-*)
40ae9136 3951 noconfigdirs="$noconfigdirs sim"
619a3713 3952 ;;
05a13254 3953 tilepro*-*-* | tilegx*-*-*)
eb4b2452
NC
3954 noconfigdirs="$noconfigdirs sim"
3955 ;;
a0da8069 3956 v810-*-*)
b2f14e4a 3957 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
a0da8069
NN
3958 ;;
3959 vax-*-*)
9863d716 3960 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3961 ;;
b29d2641
MR
3962 wasm32-*-*)
3963 noconfigdirs="$noconfigdirs ld"
3964 ;;
a0da8069 3965esac
252b5132 3966
a0da8069
NN
3967# If we aren't building newlib, then don't build libgloss, since libgloss
3968# depends upon some newlib header files.
3969case "${noconfigdirs}" in
3970 *target-libgloss*) ;;
3971 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3972esac
3973
a0da8069 3974# Work in distributions that contain no compiler tools, like Autoconf.
a0da8069
NN
3975host_makefile_frag=/dev/null
3976if test -d ${srcdir}/config ; then
3977case "${host}" in
ec11bdc6 3978 i[3456789]86-*-msdosdjgpp*)
a0da8069
NN
3979 host_makefile_frag="config/mh-djgpp"
3980 ;;
3981 *-cygwin*)
e33b51a6 3982
81ecdfbb
RW
3983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3984$as_echo_n "checking to see if cat works as expected... " >&6; }
e33b51a6 3985echo a >cygwin-cat-check
1f53ca9a 3986if test `cat cygwin-cat-check` = a ; then
8ade07e9 3987 rm cygwin-cat-check
81ecdfbb
RW
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3989$as_echo "yes" >&6; }
e33b51a6 3990else
8ade07e9 3991 rm cygwin-cat-check
81ecdfbb
RW
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3993$as_echo "no" >&6; }
d0ac1c44 3994 as_fn_error $? "The cat command does not ignore carriage return characters.
e33b51a6
NC
3995 Please either mount the build directory in binary mode or run the following
3996 commands before running any configure script:
3997set -o igncr
3998export SHELLOPTS
81ecdfbb 3999 " "$LINENO" 5
e33b51a6 4000fi
e33b51a6 4001
a0da8069
NN
4002 host_makefile_frag="config/mh-cygwin"
4003 ;;
8a1599ab 4004 *-mingw*)
84e7906e 4005 host_makefile_frag="config/mh-mingw"
2d1e8239 4006 ;;
ce6c656d
L
4007 alpha*-linux*)
4008 host_makefile_frag="config/mh-alpha-linux"
4009 ;;
da888c87 4010 hppa*-hp-hpux10*)
da888c87 4011 host_makefile_frag="config/mh-pa-hpux10"
a0da8069 4012 ;;
3516a403 4013 hppa*-hp-hpux*)
da888c87
PB
4014 host_makefile_frag="config/mh-pa"
4015 ;;
4016 hppa*-*)
4017 host_makefile_frag="config/mh-pa"
4018 ;;
e552509b
ILT
4019 *-*-darwin*)
4020 host_makefile_frag="config/mh-darwin"
0df3d27f 4021 ;;
f6d183c0
PB
4022 powerpc-*-aix*)
4023 host_makefile_frag="config/mh-ppc-aix"
4024 ;;
4025 rs6000-*-aix*)
4026 host_makefile_frag="config/mh-ppc-aix"
4027 ;;
a0da8069
NN
4028esac
4029fi
4030
9e07f89d 4031if test "${build}" != "${host}" ; then
1576798e
PB
4032 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
4033 AS_FOR_BUILD=${AS_FOR_BUILD-as}
9e07f89d 4034 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1576798e 4035 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
1576798e 4036 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
e552509b 4037 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
1576798e
PB
4038 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
4039 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
4040 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
4041 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
4042 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
4043 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
4044else
4045 AR_FOR_BUILD="\$(AR)"
4046 AS_FOR_BUILD="\$(AS)"
512b7dfb 4047 CC_FOR_BUILD="\$(CC)"
1576798e 4048 CXX_FOR_BUILD="\$(CXX)"
1576798e 4049 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
e552509b 4050 GOC_FOR_BUILD="\$(GOC)"
1576798e
PB
4051 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
4052 LD_FOR_BUILD="\$(LD)"
4053 NM_FOR_BUILD="\$(NM)"
4054 RANLIB_FOR_BUILD="\$(RANLIB)"
4055 WINDRES_FOR_BUILD="\$(WINDRES)"
4056 WINDMC_FOR_BUILD="\$(WINDMC)"
18f6b6ee
PB
4057fi
4058
4059ac_ext=c
c6b750e1
DJ
4060ac_cpp='$CPP $CPPFLAGS'
4061ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4062ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4063ac_compiler_gnu=$ac_cv_c_compiler_gnu
4064if test -n "$ac_tool_prefix"; then
4065 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4066set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4068$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4069if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4070 $as_echo_n "(cached) " >&6
c6b750e1
DJ
4071else
4072 if test -n "$CC"; then
4073 ac_cv_prog_CC="$CC" # Let the user override the test.
4074else
4075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4076for as_dir in $PATH
4077do
4078 IFS=$as_save_IFS
4079 test -z "$as_dir" && as_dir=.
81ecdfbb 4080 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4081 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 4082 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4084 break 2
4085 fi
4086done
81ecdfbb
RW
4087 done
4088IFS=$as_save_IFS
c6b750e1
DJ
4089
4090fi
4091fi
4092CC=$ac_cv_prog_CC
4093if test -n "$CC"; then
81ecdfbb
RW
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4095$as_echo "$CC" >&6; }
c6b750e1 4096else
81ecdfbb
RW
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4098$as_echo "no" >&6; }
c6b750e1
DJ
4099fi
4100
81ecdfbb 4101
c6b750e1
DJ
4102fi
4103if test -z "$ac_cv_prog_CC"; then
4104 ac_ct_CC=$CC
6a9cf61e 4105 # Extract the first word of "gcc", so it can be a program name with args.
9e07f89d 4106set dummy gcc; ac_word=$2
81ecdfbb
RW
4107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4108$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4109if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4110 $as_echo_n "(cached) " >&6
c6b750e1
DJ
4111else
4112 if test -n "$ac_ct_CC"; then
4113 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4114else
4115as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4116for as_dir in $PATH
4117do
4118 IFS=$as_save_IFS
4119 test -z "$as_dir" && as_dir=.
81ecdfbb 4120 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4121 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 4122 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4124 break 2
4125 fi
4126done
81ecdfbb
RW
4127 done
4128IFS=$as_save_IFS
c6b750e1
DJ
4129
4130fi
4131fi
4132ac_ct_CC=$ac_cv_prog_ac_ct_CC
4133if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4135$as_echo "$ac_ct_CC" >&6; }
c6b750e1 4136else
81ecdfbb
RW
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4138$as_echo "no" >&6; }
c6b750e1
DJ
4139fi
4140
81ecdfbb
RW
4141 if test "x$ac_ct_CC" = x; then
4142 CC=""
4143 else
4144 case $cross_compiling:$ac_tool_warned in
4145yes:)
4146{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4147$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4148ac_tool_warned=yes ;;
4149esac
4150 CC=$ac_ct_CC
4151 fi
c6b750e1
DJ
4152else
4153 CC="$ac_cv_prog_CC"
4154fi
4155
4156if test -z "$CC"; then
81ecdfbb
RW
4157 if test -n "$ac_tool_prefix"; then
4158 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
c6b750e1 4159set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4161$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4162if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4163 $as_echo_n "(cached) " >&6
9e07f89d
NN
4164else
4165 if test -n "$CC"; then
4166 ac_cv_prog_CC="$CC" # Let the user override the test.
4167else
c6b750e1
DJ
4168as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4169for as_dir in $PATH
4170do
4171 IFS=$as_save_IFS
4172 test -z "$as_dir" && as_dir=.
81ecdfbb 4173 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 4175 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4177 break 2
4178 fi
4179done
81ecdfbb
RW
4180 done
4181IFS=$as_save_IFS
c6b750e1 4182
9e07f89d
NN
4183fi
4184fi
c6b750e1 4185CC=$ac_cv_prog_CC
9e07f89d 4186if test -n "$CC"; then
81ecdfbb
RW
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4188$as_echo "$CC" >&6; }
c6b750e1 4189else
81ecdfbb
RW
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4191$as_echo "no" >&6; }
c6b750e1
DJ
4192fi
4193
c6b750e1 4194
81ecdfbb 4195 fi
c6b750e1 4196fi
9e07f89d
NN
4197if test -z "$CC"; then
4198 # Extract the first word of "cc", so it can be a program name with args.
4199set dummy cc; ac_word=$2
81ecdfbb
RW
4200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4201$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4202if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4203 $as_echo_n "(cached) " >&6
9e07f89d
NN
4204else
4205 if test -n "$CC"; then
4206 ac_cv_prog_CC="$CC" # Let the user override the test.
4207else
9e07f89d 4208 ac_prog_rejected=no
c6b750e1
DJ
4209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4210for as_dir in $PATH
4211do
4212 IFS=$as_save_IFS
4213 test -z "$as_dir" && as_dir=.
81ecdfbb 4214 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1
DJ
4216 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4217 ac_prog_rejected=yes
4218 continue
4219 fi
4220 ac_cv_prog_CC="cc"
81ecdfbb 4221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4222 break 2
4223 fi
4224done
81ecdfbb
RW
4225 done
4226IFS=$as_save_IFS
c6b750e1 4227
9e07f89d
NN
4228if test $ac_prog_rejected = yes; then
4229 # We found a bogon in the path, so make sure we never use it.
4230 set dummy $ac_cv_prog_CC
4231 shift
c6b750e1 4232 if test $# != 0; then
9e07f89d
NN
4233 # We chose a different compiler from the bogus one.
4234 # However, it has the same basename, so the bogon will be chosen
4235 # first if we set CC to just the basename; use the full file name.
4236 shift
c6b750e1 4237 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9e07f89d
NN
4238 fi
4239fi
4240fi
4241fi
c6b750e1 4242CC=$ac_cv_prog_CC
9e07f89d 4243if test -n "$CC"; then
81ecdfbb
RW
4244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4245$as_echo "$CC" >&6; }
9e07f89d 4246else
81ecdfbb
RW
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4248$as_echo "no" >&6; }
9e07f89d
NN
4249fi
4250
81ecdfbb 4251
c6b750e1
DJ
4252fi
4253if test -z "$CC"; then
4254 if test -n "$ac_tool_prefix"; then
81ecdfbb 4255 for ac_prog in cl.exe
c6b750e1
DJ
4256 do
4257 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4258set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4260$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4261if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4262 $as_echo_n "(cached) " >&6
9e07f89d
NN
4263else
4264 if test -n "$CC"; then
4265 ac_cv_prog_CC="$CC" # Let the user override the test.
4266else
c6b750e1
DJ
4267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4268for as_dir in $PATH
4269do
4270 IFS=$as_save_IFS
4271 test -z "$as_dir" && as_dir=.
81ecdfbb 4272 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4273 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 4274 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1 4276 break 2
376a0e54 4277 fi
c6b750e1 4278done
81ecdfbb
RW
4279 done
4280IFS=$as_save_IFS
cac3d6c4 4281
c6b750e1
DJ
4282fi
4283fi
4284CC=$ac_cv_prog_CC
4285if test -n "$CC"; then
81ecdfbb
RW
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4287$as_echo "$CC" >&6; }
cac3d6c4 4288else
81ecdfbb
RW
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4290$as_echo "no" >&6; }
9e07f89d 4291fi
cac3d6c4 4292
81ecdfbb 4293
c6b750e1
DJ
4294 test -n "$CC" && break
4295 done
cac3d6c4 4296fi
c6b750e1
DJ
4297if test -z "$CC"; then
4298 ac_ct_CC=$CC
81ecdfbb 4299 for ac_prog in cl.exe
c6b750e1
DJ
4300do
4301 # Extract the first word of "$ac_prog", so it can be a program name with args.
4302set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4304$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4305if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4306 $as_echo_n "(cached) " >&6
cac3d6c4 4307else
c6b750e1
DJ
4308 if test -n "$ac_ct_CC"; then
4309 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
376a0e54 4310else
c6b750e1
DJ
4311as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4312for as_dir in $PATH
4313do
4314 IFS=$as_save_IFS
4315 test -z "$as_dir" && as_dir=.
81ecdfbb 4316 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4317 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 4318 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4320 break 2
4321 fi
4322done
81ecdfbb
RW
4323 done
4324IFS=$as_save_IFS
c6b750e1 4325
cac3d6c4
CM
4326fi
4327fi
c6b750e1
DJ
4328ac_ct_CC=$ac_cv_prog_ac_ct_CC
4329if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4331$as_echo "$ac_ct_CC" >&6; }
9e07f89d 4332else
81ecdfbb
RW
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4334$as_echo "no" >&6; }
cac3d6c4 4335fi
376a0e54 4336
81ecdfbb 4337
c6b750e1
DJ
4338 test -n "$ac_ct_CC" && break
4339done
4340
81ecdfbb
RW
4341 if test "x$ac_ct_CC" = x; then
4342 CC=""
4343 else
4344 case $cross_compiling:$ac_tool_warned in
4345yes:)
4346{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4347$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4348ac_tool_warned=yes ;;
4349esac
4350 CC=$ac_ct_CC
4351 fi
c6b750e1
DJ
4352fi
4353
4354fi
4355
4356
81ecdfbb
RW
4357test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4358$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4359as_fn_error $? "no acceptable C compiler found in \$PATH
4360See \`config.log' for more details" "$LINENO" 5; }
c6b750e1
DJ
4361
4362# Provide some information about the compiler.
81ecdfbb
RW
4363$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4364set X $ac_compile
4365ac_compiler=$2
4366for ac_option in --version -v -V -qversion; do
4367 { { ac_try="$ac_compiler $ac_option >&5"
4368case "(($ac_try" in
4369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4370 *) ac_try_echo=$ac_try;;
4371esac
4372eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4373$as_echo "$ac_try_echo"; } >&5
4374 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c6b750e1 4375 ac_status=$?
81ecdfbb
RW
4376 if test -s conftest.err; then
4377 sed '10a\
4378... rest of stderr output deleted ...
4379 10q' conftest.err >conftest.er1
4380 cat conftest.er1 >&5
81ecdfbb 4381 fi
d0ac1c44 4382 rm -f conftest.er1 conftest.err
81ecdfbb
RW
4383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4384 test $ac_status = 0; }
4385done
c6b750e1 4386
81ecdfbb 4387cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4388/* end confdefs.h. */
4389
4390int
4391main ()
4392{
4393
4394 ;
4395 return 0;
4396}
4397_ACEOF
4398ac_clean_files_save=$ac_clean_files
d0ac1c44 4399ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
c6b750e1
DJ
4400# Try to create an executable without -o first, disregard a.out.
4401# It will help us diagnose broken compilers, and finding out an intuition
4402# of exeext.
d0ac1c44
SM
4403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4404$as_echo_n "checking whether the C compiler works... " >&6; }
81ecdfbb
RW
4405ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4406
4407# The possible output files:
4408ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4409
4410ac_rmfiles=
4411for ac_file in $ac_files
4412do
4413 case $ac_file in
4414 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4415 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4416 esac
4417done
4418rm -f $ac_rmfiles
4419
4420if { { ac_try="$ac_link_default"
4421case "(($ac_try" in
4422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4423 *) ac_try_echo=$ac_try;;
4424esac
4425eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4426$as_echo "$ac_try_echo"; } >&5
4427 (eval "$ac_link_default") 2>&5
c6b750e1 4428 ac_status=$?
81ecdfbb
RW
4429 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4430 test $ac_status = 0; }; then :
4431 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4432# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4433# in a Makefile. We should not override ac_cv_exeext if it was cached,
4434# so that the user can short-circuit this test for compilers unknown to
4435# Autoconf.
4436for ac_file in $ac_files ''
c6b750e1
DJ
4437do
4438 test -f "$ac_file" || continue
4439 case $ac_file in
81ecdfbb 4440 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
c6b750e1
DJ
4441 ;;
4442 [ab].out )
4443 # We found the default executable, but exeext='' is most
4444 # certainly right.
4445 break;;
4446 *.* )
81ecdfbb
RW
4447 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4448 then :; else
4449 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4450 fi
4451 # We set ac_cv_exeext here because the later test for it is not
4452 # safe: cross compilers may not add the suffix if given an `-o'
4453 # argument, so we may need to know it at that point already.
4454 # Even if this section looks crufty: it has the advantage of
4455 # actually working.
c6b750e1
DJ
4456 break;;
4457 * )
4458 break;;
4459 esac
4460done
81ecdfbb
RW
4461test "$ac_cv_exeext" = no && ac_cv_exeext=
4462
c6b750e1 4463else
81ecdfbb
RW
4464 ac_file=''
4465fi
81ecdfbb 4466if test -z "$ac_file"; then :
d0ac1c44
SM
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4468$as_echo "no" >&6; }
4469$as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4470sed 's/^/| /' conftest.$ac_ext >&5
4471
81ecdfbb
RW
4472{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4473$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4474as_fn_error 77 "C compiler cannot create executables
4475See \`config.log' for more details" "$LINENO" 5; }
4476else
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4478$as_echo "yes" >&6; }
c6b750e1 4479fi
d0ac1c44
SM
4480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4481$as_echo_n "checking for C compiler default output file name... " >&6; }
4482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4483$as_echo "$ac_file" >&6; }
c6b750e1 4484ac_exeext=$ac_cv_exeext
c6b750e1 4485
d0ac1c44 4486rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
c6b750e1 4487ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
4488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4489$as_echo_n "checking for suffix of executables... " >&6; }
4490if { { ac_try="$ac_link"
4491case "(($ac_try" in
4492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4493 *) ac_try_echo=$ac_try;;
4494esac
4495eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4496$as_echo "$ac_try_echo"; } >&5
4497 (eval "$ac_link") 2>&5
c6b750e1 4498 ac_status=$?
81ecdfbb
RW
4499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4500 test $ac_status = 0; }; then :
c6b750e1
DJ
4501 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4502# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4503# work properly (i.e., refer to `conftest.exe'), while it won't with
4504# `rm'.
4505for ac_file in conftest.exe conftest conftest.*; do
4506 test -f "$ac_file" || continue
4507 case $ac_file in
81ecdfbb 4508 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
c6b750e1 4509 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
c6b750e1
DJ
4510 break;;
4511 * ) break;;
4512 esac
4513done
4514else
81ecdfbb
RW
4515 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4516$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4517as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4518See \`config.log' for more details" "$LINENO" 5; }
c6b750e1 4519fi
d0ac1c44 4520rm -f conftest conftest$ac_cv_exeext
81ecdfbb
RW
4521{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4522$as_echo "$ac_cv_exeext" >&6; }
c6b750e1
DJ
4523
4524rm -f conftest.$ac_ext
4525EXEEXT=$ac_cv_exeext
4526ac_exeext=$EXEEXT
d0ac1c44
SM
4527cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4528/* end confdefs.h. */
4529#include <stdio.h>
4530int
4531main ()
4532{
4533FILE *f = fopen ("conftest.out", "w");
4534 return ferror (f) || fclose (f) != 0;
4535
4536 ;
4537 return 0;
4538}
4539_ACEOF
4540ac_clean_files="$ac_clean_files conftest.out"
4541# Check that the compiler produces executables we can run. If not, either
4542# the compiler is broken, or we cross compile.
4543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4544$as_echo_n "checking whether we are cross compiling... " >&6; }
4545if test "$cross_compiling" != yes; then
4546 { { ac_try="$ac_link"
4547case "(($ac_try" in
4548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4549 *) ac_try_echo=$ac_try;;
4550esac
4551eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4552$as_echo "$ac_try_echo"; } >&5
4553 (eval "$ac_link") 2>&5
4554 ac_status=$?
4555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4556 test $ac_status = 0; }
4557 if { ac_try='./conftest$ac_cv_exeext'
4558 { { case "(($ac_try" in
4559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4560 *) ac_try_echo=$ac_try;;
4561esac
4562eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4563$as_echo "$ac_try_echo"; } >&5
4564 (eval "$ac_try") 2>&5
4565 ac_status=$?
4566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4567 test $ac_status = 0; }; }; then
4568 cross_compiling=no
4569 else
4570 if test "$cross_compiling" = maybe; then
4571 cross_compiling=yes
4572 else
4573 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4574$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4575as_fn_error $? "cannot run C compiled programs.
4576If you meant to cross compile, use \`--host'.
4577See \`config.log' for more details" "$LINENO" 5; }
4578 fi
4579 fi
4580fi
4581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4582$as_echo "$cross_compiling" >&6; }
4583
4584rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4585ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
4586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4587$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 4588if ${ac_cv_objext+:} false; then :
81ecdfbb 4589 $as_echo_n "(cached) " >&6
c6b750e1 4590else
81ecdfbb 4591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4592/* end confdefs.h. */
4593
4594int
4595main ()
4596{
4597
4598 ;
4599 return 0;
4600}
4601_ACEOF
4602rm -f conftest.o conftest.obj
81ecdfbb
RW
4603if { { ac_try="$ac_compile"
4604case "(($ac_try" in
4605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4606 *) ac_try_echo=$ac_try;;
4607esac
4608eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4609$as_echo "$ac_try_echo"; } >&5
4610 (eval "$ac_compile") 2>&5
c6b750e1 4611 ac_status=$?
81ecdfbb
RW
4612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4613 test $ac_status = 0; }; then :
4614 for ac_file in conftest.o conftest.obj conftest.*; do
4615 test -f "$ac_file" || continue;
c6b750e1 4616 case $ac_file in
81ecdfbb 4617 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
c6b750e1
DJ
4618 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4619 break;;
4620 esac
4621done
cac3d6c4 4622else
81ecdfbb 4623 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4624sed 's/^/| /' conftest.$ac_ext >&5
4625
81ecdfbb
RW
4626{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4627$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4628as_fn_error $? "cannot compute suffix of object files: cannot compile
4629See \`config.log' for more details" "$LINENO" 5; }
c6b750e1 4630fi
c6b750e1
DJ
4631rm -f conftest.$ac_cv_objext conftest.$ac_ext
4632fi
81ecdfbb
RW
4633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4634$as_echo "$ac_cv_objext" >&6; }
c6b750e1
DJ
4635OBJEXT=$ac_cv_objext
4636ac_objext=$OBJEXT
81ecdfbb
RW
4637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4638$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4639if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 4640 $as_echo_n "(cached) " >&6
c6b750e1 4641else
81ecdfbb 4642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4643/* end confdefs.h. */
4644
4645int
4646main ()
4647{
4648#ifndef __GNUC__
4649 choke me
4650#endif
4651
4652 ;
4653 return 0;
4654}
4655_ACEOF
81ecdfbb 4656if ac_fn_c_try_compile "$LINENO"; then :
c6b750e1
DJ
4657 ac_compiler_gnu=yes
4658else
81ecdfbb 4659 ac_compiler_gnu=no
c6b750e1 4660fi
81ecdfbb 4661rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1
DJ
4662ac_cv_c_compiler_gnu=$ac_compiler_gnu
4663
4664fi
81ecdfbb
RW
4665{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4666$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4667if test $ac_compiler_gnu = yes; then
4668 GCC=yes
4669else
4670 GCC=
4671fi
c6b750e1
DJ
4672ac_test_CFLAGS=${CFLAGS+set}
4673ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4675$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4676if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
4677 $as_echo_n "(cached) " >&6
4678else
4679 ac_save_c_werror_flag=$ac_c_werror_flag
4680 ac_c_werror_flag=yes
4681 ac_cv_prog_cc_g=no
4682 CFLAGS="-g"
4683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4684/* end confdefs.h. */
4685
4686int
4687main ()
4688{
4689
4690 ;
4691 return 0;
4692}
4693_ACEOF
81ecdfbb 4694if ac_fn_c_try_compile "$LINENO"; then :
9e07f89d
NN
4695 ac_cv_prog_cc_g=yes
4696else
81ecdfbb
RW
4697 CFLAGS=""
4698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4699/* end confdefs.h. */
4700
4701int
4702main ()
4703{
4704
4705 ;
4706 return 0;
4707}
4708_ACEOF
4709if ac_fn_c_try_compile "$LINENO"; then :
4710
4711else
4712 ac_c_werror_flag=$ac_save_c_werror_flag
4713 CFLAGS="-g"
4714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4715/* end confdefs.h. */
cac3d6c4 4716
81ecdfbb
RW
4717int
4718main ()
4719{
4720
4721 ;
4722 return 0;
4723}
4724_ACEOF
4725if ac_fn_c_try_compile "$LINENO"; then :
4726 ac_cv_prog_cc_g=yes
4727fi
4728rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
376a0e54 4729fi
81ecdfbb 4730rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 4731fi
81ecdfbb
RW
4732rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4733 ac_c_werror_flag=$ac_save_c_werror_flag
4734fi
4735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4736$as_echo "$ac_cv_prog_cc_g" >&6; }
9e07f89d 4737if test "$ac_test_CFLAGS" = set; then
c6b750e1 4738 CFLAGS=$ac_save_CFLAGS
9e07f89d
NN
4739elif test $ac_cv_prog_cc_g = yes; then
4740 if test "$GCC" = yes; then
4741 CFLAGS="-g -O2"
4742 else
4743 CFLAGS="-g"
4744 fi
4745else
4746 if test "$GCC" = yes; then
4747 CFLAGS="-O2"
4748 else
4749 CFLAGS=
4750 fi
4751fi
81ecdfbb
RW
4752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4753$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4754if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 4755 $as_echo_n "(cached) " >&6
c6b750e1 4756else
81ecdfbb 4757 ac_cv_prog_cc_c89=no
c6b750e1 4758ac_save_CC=$CC
81ecdfbb 4759cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4760/* end confdefs.h. */
4761#include <stdarg.h>
4762#include <stdio.h>
d0ac1c44 4763struct stat;
c6b750e1
DJ
4764/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4765struct buf { int x; };
4766FILE * (*rcsopen) (struct buf *, struct stat *, int);
4767static char *e (p, i)
4768 char **p;
4769 int i;
4770{
4771 return p[i];
4772}
4773static char *f (char * (*g) (char **, int), char **p, ...)
4774{
4775 char *s;
4776 va_list v;
4777 va_start (v,p);
4778 s = g (p, va_arg (v,int));
4779 va_end (v);
4780 return s;
4781}
4782
4783/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4784 function prototypes and stuff, but not '\xHH' hex character constants.
4785 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4786 as 'x'. The following induces an error, until -std is added to get
c6b750e1
DJ
4787 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4788 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4789 that's true only with -std. */
c6b750e1
DJ
4790int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4791
81ecdfbb
RW
4792/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4793 inside strings and character constants. */
4794#define FOO(x) 'x'
4795int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4796
c6b750e1
DJ
4797int test (int i, double x);
4798struct s1 {int (*f) (int a);};
4799struct s2 {int (*f) (double a);};
4800int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4801int argc;
4802char **argv;
4803int
4804main ()
4805{
4806return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4807 ;
4808 return 0;
4809}
4810_ACEOF
81ecdfbb
RW
4811for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4812 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
c6b750e1
DJ
4813do
4814 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4815 if ac_fn_c_try_compile "$LINENO"; then :
4816 ac_cv_prog_cc_c89=$ac_arg
c6b750e1 4817fi
81ecdfbb
RW
4818rm -f core conftest.err conftest.$ac_objext
4819 test "x$ac_cv_prog_cc_c89" != "xno" && break
c6b750e1 4820done
81ecdfbb 4821rm -f conftest.$ac_ext
c6b750e1
DJ
4822CC=$ac_save_CC
4823
4824fi
81ecdfbb
RW
4825# AC_CACHE_VAL
4826case "x$ac_cv_prog_cc_c89" in
4827 x)
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4829$as_echo "none needed" >&6; } ;;
4830 xno)
4831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4832$as_echo "unsupported" >&6; } ;;
c6b750e1 4833 *)
81ecdfbb
RW
4834 CC="$CC $ac_cv_prog_cc_c89"
4835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4836$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c6b750e1 4837esac
81ecdfbb 4838if test "x$ac_cv_prog_cc_c89" != xno; then :
c6b750e1 4839
c6b750e1
DJ
4840fi
4841
c6b750e1
DJ
4842ac_ext=c
4843ac_cpp='$CPP $CPPFLAGS'
4844ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4845ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4846ac_compiler_gnu=$ac_cv_c_compiler_gnu
9e07f89d 4847
81ecdfbb 4848ac_ext=cpp
18f6b6ee
PB
4849ac_cpp='$CXXCPP $CPPFLAGS'
4850ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4851ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4852ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
81ecdfbb
RW
4853if test -z "$CXX"; then
4854 if test -n "$CCC"; then
4855 CXX=$CCC
4856 else
4857 if test -n "$ac_tool_prefix"; then
4858 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4859 do
4860 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4861set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4863$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4864if ${ac_cv_prog_CXX+:} false; then :
81ecdfbb 4865 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4866else
4867 if test -n "$CXX"; then
4868 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4869else
4870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4871for as_dir in $PATH
4872do
4873 IFS=$as_save_IFS
4874 test -z "$as_dir" && as_dir=.
81ecdfbb 4875 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18f6b6ee 4877 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
81ecdfbb 4878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee
PB
4879 break 2
4880 fi
4881done
81ecdfbb
RW
4882 done
4883IFS=$as_save_IFS
512b7dfb 4884
18f6b6ee
PB
4885fi
4886fi
4887CXX=$ac_cv_prog_CXX
4888if test -n "$CXX"; then
81ecdfbb
RW
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4890$as_echo "$CXX" >&6; }
18f6b6ee 4891else
81ecdfbb
RW
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4893$as_echo "no" >&6; }
18f6b6ee
PB
4894fi
4895
81ecdfbb 4896
18f6b6ee
PB
4897 test -n "$CXX" && break
4898 done
4899fi
4900if test -z "$CXX"; then
4901 ac_ct_CXX=$CXX
81ecdfbb 4902 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4903do
4904 # Extract the first word of "$ac_prog", so it can be a program name with args.
4905set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4907$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4908if ${ac_cv_prog_ac_ct_CXX+:} false; then :
81ecdfbb 4909 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4910else
4911 if test -n "$ac_ct_CXX"; then
4912 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4913else
4914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4915for as_dir in $PATH
4916do
4917 IFS=$as_save_IFS
4918 test -z "$as_dir" && as_dir=.
81ecdfbb 4919 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18f6b6ee 4921 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 4922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee 4923 break 2
512b7dfb 4924 fi
18f6b6ee 4925done
81ecdfbb
RW
4926 done
4927IFS=$as_save_IFS
512b7dfb 4928
18f6b6ee
PB
4929fi
4930fi
4931ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4932if test -n "$ac_ct_CXX"; then
81ecdfbb
RW
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4934$as_echo "$ac_ct_CXX" >&6; }
18f6b6ee 4935else
81ecdfbb
RW
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4937$as_echo "no" >&6; }
18f6b6ee
PB
4938fi
4939
81ecdfbb 4940
18f6b6ee
PB
4941 test -n "$ac_ct_CXX" && break
4942done
18f6b6ee 4943
81ecdfbb
RW
4944 if test "x$ac_ct_CXX" = x; then
4945 CXX="g++"
4946 else
4947 case $cross_compiling:$ac_tool_warned in
4948yes:)
4949{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4950$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4951ac_tool_warned=yes ;;
4952esac
4953 CXX=$ac_ct_CXX
4954 fi
18f6b6ee
PB
4955fi
4956
81ecdfbb
RW
4957 fi
4958fi
18f6b6ee 4959# Provide some information about the compiler.
81ecdfbb
RW
4960$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4961set X $ac_compile
4962ac_compiler=$2
4963for ac_option in --version -v -V -qversion; do
4964 { { ac_try="$ac_compiler $ac_option >&5"
4965case "(($ac_try" in
4966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4967 *) ac_try_echo=$ac_try;;
4968esac
4969eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4970$as_echo "$ac_try_echo"; } >&5
4971 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18f6b6ee 4972 ac_status=$?
81ecdfbb
RW
4973 if test -s conftest.err; then
4974 sed '10a\
4975... rest of stderr output deleted ...
4976 10q' conftest.err >conftest.er1
4977 cat conftest.er1 >&5
81ecdfbb 4978 fi
d0ac1c44 4979 rm -f conftest.er1 conftest.err
81ecdfbb
RW
4980 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4981 test $ac_status = 0; }
4982done
18f6b6ee 4983
81ecdfbb
RW
4984{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4985$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
d0ac1c44 4986if ${ac_cv_cxx_compiler_gnu+:} false; then :
81ecdfbb 4987 $as_echo_n "(cached) " >&6
18f6b6ee 4988else
81ecdfbb 4989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4990/* end confdefs.h. */
4991
4992int
4993main ()
4994{
4995#ifndef __GNUC__
4996 choke me
4997#endif
4998
4999 ;
5000 return 0;
5001}
5002_ACEOF
81ecdfbb 5003if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
5004 ac_compiler_gnu=yes
5005else
81ecdfbb 5006 ac_compiler_gnu=no
18f6b6ee 5007fi
81ecdfbb 5008rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18f6b6ee
PB
5009ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5010
5011fi
81ecdfbb
RW
5012{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5013$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5014if test $ac_compiler_gnu = yes; then
5015 GXX=yes
5016else
5017 GXX=
5018fi
18f6b6ee
PB
5019ac_test_CXXFLAGS=${CXXFLAGS+set}
5020ac_save_CXXFLAGS=$CXXFLAGS
81ecdfbb
RW
5021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5022$as_echo_n "checking whether $CXX accepts -g... " >&6; }
d0ac1c44 5023if ${ac_cv_prog_cxx_g+:} false; then :
81ecdfbb
RW
5024 $as_echo_n "(cached) " >&6
5025else
5026 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5027 ac_cxx_werror_flag=yes
5028 ac_cv_prog_cxx_g=no
5029 CXXFLAGS="-g"
5030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
5031/* end confdefs.h. */
5032
5033int
5034main ()
5035{
5036
5037 ;
5038 return 0;
5039}
5040_ACEOF
81ecdfbb 5041if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
5042 ac_cv_prog_cxx_g=yes
5043else
81ecdfbb
RW
5044 CXXFLAGS=""
5045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 5046/* end confdefs.h. */
81ecdfbb 5047
18f6b6ee
PB
5048int
5049main ()
5050{
81ecdfbb 5051
18f6b6ee
PB
5052 ;
5053 return 0;
5054}
5055_ACEOF
81ecdfbb 5056if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee 5057
81ecdfbb
RW
5058else
5059 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5060 CXXFLAGS="-g"
5061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 5062/* end confdefs.h. */
81ecdfbb 5063
18f6b6ee
PB
5064int
5065main ()
5066{
81ecdfbb 5067
18f6b6ee
PB
5068 ;
5069 return 0;
5070}
5071_ACEOF
81ecdfbb
RW
5072if ac_fn_cxx_try_compile "$LINENO"; then :
5073 ac_cv_prog_cxx_g=yes
18f6b6ee 5074fi
81ecdfbb
RW
5075rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5076fi
5077rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5078fi
5079rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5080 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5081fi
5082{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5083$as_echo "$ac_cv_prog_cxx_g" >&6; }
5084if test "$ac_test_CXXFLAGS" = set; then
5085 CXXFLAGS=$ac_save_CXXFLAGS
5086elif test $ac_cv_prog_cxx_g = yes; then
5087 if test "$GXX" = yes; then
5088 CXXFLAGS="-g -O2"
5089 else
5090 CXXFLAGS="-g"
5091 fi
5092else
5093 if test "$GXX" = yes; then
5094 CXXFLAGS="-O2"
5095 else
5096 CXXFLAGS=
5097 fi
18f6b6ee 5098fi
18f6b6ee
PB
5099ac_ext=c
5100ac_cpp='$CPP $CPPFLAGS'
5101ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5102ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5103ac_compiler_gnu=$ac_cv_c_compiler_gnu
5104
5105
5106# We must set the default linker to the linker used by gcc for the correct
5107# operation of libtool. If LD is not defined and we are using gcc, try to
5108# set the LD default to the ld used by gcc.
5109if test -z "$LD"; then
5110 if test "$GCC" = yes; then
5111 case $build in
5112 *-*-mingw*)
5113 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
5114 *)
5115 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
5116 esac
5117 case $gcc_prog_ld in
5118 # Accept absolute paths.
5119 [\\/]* | [A-Za-z]:[\\/]*)
5120 LD="$gcc_prog_ld" ;;
5121 esac
5122 fi
512b7dfb
PB
5123fi
5124
b3676d82
EB
5125# Check whether -static-libstdc++ -static-libgcc is supported.
5126have_static_libs=no
5127if test "$GCC" = yes; then
5128 saved_LDFLAGS="$LDFLAGS"
5129
5130 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5132$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5133 ac_ext=cpp
5134ac_cpp='$CXXCPP $CPPFLAGS'
5135ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5136ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5137ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5138
5139
5140cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5141/* end confdefs.h. */
a882be68
EB
5142
5143#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5144#error -static-libstdc++ not implemented
5145#endif
b3676d82
EB
5146int main() {}
5147_ACEOF
5148if ac_fn_cxx_try_link "$LINENO"; then :
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5150$as_echo "yes" >&6; }; have_static_libs=yes
5151else
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5153$as_echo "no" >&6; }
5154fi
5155rm -f core conftest.err conftest.$ac_objext \
5156 conftest$ac_exeext conftest.$ac_ext
5157 ac_ext=c
5158ac_cpp='$CPP $CPPFLAGS'
5159ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5160ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5161ac_compiler_gnu=$ac_cv_c_compiler_gnu
5162
5163
5164 LDFLAGS="$saved_LDFLAGS"
5165fi
5166
512b7dfb
PB
5167
5168
5169
c6b750e1 5170if test -n "$ac_tool_prefix"; then
512b7dfb
PB
5171 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5172set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
81ecdfbb
RW
5173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5174$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5175if ${ac_cv_prog_GNATBIND+:} false; then :
81ecdfbb 5176 $as_echo_n "(cached) " >&6
9e07f89d 5177else
512b7dfb
PB
5178 if test -n "$GNATBIND"; then
5179 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
9e07f89d 5180else
c6b750e1
DJ
5181as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5182for as_dir in $PATH
5183do
5184 IFS=$as_save_IFS
5185 test -z "$as_dir" && as_dir=.
81ecdfbb 5186 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5187 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
512b7dfb 5188 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
81ecdfbb 5189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
5190 break 2
5191 fi
5192done
81ecdfbb
RW
5193 done
5194IFS=$as_save_IFS
c6b750e1 5195
9e07f89d
NN
5196fi
5197fi
512b7dfb
PB
5198GNATBIND=$ac_cv_prog_GNATBIND
5199if test -n "$GNATBIND"; then
81ecdfbb
RW
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5201$as_echo "$GNATBIND" >&6; }
9e07f89d 5202else
81ecdfbb
RW
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5204$as_echo "no" >&6; }
9e07f89d
NN
5205fi
5206
81ecdfbb 5207
c6b750e1 5208fi
512b7dfb
PB
5209if test -z "$ac_cv_prog_GNATBIND"; then
5210 ac_ct_GNATBIND=$GNATBIND
5211 # Extract the first word of "gnatbind", so it can be a program name with args.
5212set dummy gnatbind; ac_word=$2
81ecdfbb
RW
5213{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5214$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5215if ${ac_cv_prog_ac_ct_GNATBIND+:} false; then :
81ecdfbb 5216 $as_echo_n "(cached) " >&6
9e07f89d 5217else
512b7dfb
PB
5218 if test -n "$ac_ct_GNATBIND"; then
5219 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
9e07f89d 5220else
c6b750e1
DJ
5221as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5222for as_dir in $PATH
5223do
5224 IFS=$as_save_IFS
5225 test -z "$as_dir" && as_dir=.
81ecdfbb 5226 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5227 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
512b7dfb 5228 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
81ecdfbb 5229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
5230 break 2
5231 fi
5232done
81ecdfbb
RW
5233 done
5234IFS=$as_save_IFS
c6b750e1 5235
9e07f89d
NN
5236fi
5237fi
512b7dfb
PB
5238ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5239if test -n "$ac_ct_GNATBIND"; then
81ecdfbb
RW
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5241$as_echo "$ac_ct_GNATBIND" >&6; }
9e07f89d 5242else
81ecdfbb
RW
5243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5244$as_echo "no" >&6; }
9e07f89d
NN
5245fi
5246
81ecdfbb
RW
5247 if test "x$ac_ct_GNATBIND" = x; then
5248 GNATBIND="no"
5249 else
5250 case $cross_compiling:$ac_tool_warned in
5251yes:)
5252{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5253$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5254ac_tool_warned=yes ;;
5255esac
5256 GNATBIND=$ac_ct_GNATBIND
5257 fi
24ff9987 5258else
512b7dfb 5259 GNATBIND="$ac_cv_prog_GNATBIND"
9e07f89d
NN
5260fi
5261
7df2cd5d 5262if test -n "$ac_tool_prefix"; then
512b7dfb
PB
5263 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5264set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
81ecdfbb
RW
5265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5266$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5267if ${ac_cv_prog_GNATMAKE+:} false; then :
81ecdfbb 5268 $as_echo_n "(cached) " >&6
7df2cd5d 5269else
512b7dfb
PB
5270 if test -n "$GNATMAKE"; then
5271 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5272else
5273as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5274for as_dir in $PATH
5275do
5276 IFS=$as_save_IFS
5277 test -z "$as_dir" && as_dir=.
81ecdfbb 5278 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5279 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
512b7dfb 5280 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
81ecdfbb 5281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5282 break 2
5283 fi
5284done
81ecdfbb
RW
5285 done
5286IFS=$as_save_IFS
7df2cd5d
PB
5287
5288fi
5289fi
512b7dfb
PB
5290GNATMAKE=$ac_cv_prog_GNATMAKE
5291if test -n "$GNATMAKE"; then
81ecdfbb
RW
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5293$as_echo "$GNATMAKE" >&6; }
7df2cd5d 5294else
81ecdfbb
RW
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5296$as_echo "no" >&6; }
7df2cd5d
PB
5297fi
5298
81ecdfbb 5299
7df2cd5d 5300fi
512b7dfb
PB
5301if test -z "$ac_cv_prog_GNATMAKE"; then
5302 ac_ct_GNATMAKE=$GNATMAKE
5303 # Extract the first word of "gnatmake", so it can be a program name with args.
5304set dummy gnatmake; ac_word=$2
81ecdfbb
RW
5305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5306$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5307if ${ac_cv_prog_ac_ct_GNATMAKE+:} false; then :
81ecdfbb 5308 $as_echo_n "(cached) " >&6
7df2cd5d 5309else
512b7dfb
PB
5310 if test -n "$ac_ct_GNATMAKE"; then
5311 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5312else
5313as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5314for as_dir in $PATH
5315do
5316 IFS=$as_save_IFS
5317 test -z "$as_dir" && as_dir=.
81ecdfbb 5318 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5319 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
512b7dfb 5320 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
81ecdfbb 5321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5322 break 2
5323 fi
5324done
81ecdfbb
RW
5325 done
5326IFS=$as_save_IFS
7df2cd5d 5327
7df2cd5d
PB
5328fi
5329fi
512b7dfb
PB
5330ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5331if test -n "$ac_ct_GNATMAKE"; then
81ecdfbb
RW
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5333$as_echo "$ac_ct_GNATMAKE" >&6; }
7df2cd5d 5334else
81ecdfbb
RW
5335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5336$as_echo "no" >&6; }
7df2cd5d
PB
5337fi
5338
81ecdfbb
RW
5339 if test "x$ac_ct_GNATMAKE" = x; then
5340 GNATMAKE="no"
5341 else
5342 case $cross_compiling:$ac_tool_warned in
5343yes:)
5344{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5345$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5346ac_tool_warned=yes ;;
5347esac
5348 GNATMAKE=$ac_ct_GNATMAKE
5349 fi
7df2cd5d 5350else
512b7dfb 5351 GNATMAKE="$ac_cv_prog_GNATMAKE"
7df2cd5d
PB
5352fi
5353
81ecdfbb
RW
5354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5355$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
d0ac1c44 5356if ${acx_cv_cc_gcc_supports_ada+:} false; then :
81ecdfbb 5357 $as_echo_n "(cached) " >&6
9e07f89d
NN
5358else
5359 cat >conftest.adb <<EOF
5360procedure conftest is begin null; end conftest;
5361EOF
5362acx_cv_cc_gcc_supports_ada=no
5363# There is a bug in old released versions of GCC which causes the
5364# driver to exit successfully when the appropriate language module
5365# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5366# Therefore we must check for the error message as well as an
5367# unsuccessful exit.
b8908782
DD
5368# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5369# given a .adb file, but produce no object file. So we must check
5370# if an object file was really produced to guard against this.
9e07f89d 5371errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
b8908782 5372if test x"$errors" = x && test -f conftest.$ac_objext; then
9e07f89d 5373 acx_cv_cc_gcc_supports_ada=yes
9e07f89d
NN
5374fi
5375rm -f conftest.*
5376fi
81ecdfbb
RW
5377{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5378$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
9e07f89d 5379
64b986c0 5380if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
9e07f89d
NN
5381 have_gnat=yes
5382else
5383 have_gnat=no
5384fi
5385
81ecdfbb
RW
5386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5387$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
d0ac1c44 5388if ${gcc_cv_prog_cmp_skip+:} false; then :
81ecdfbb 5389 $as_echo_n "(cached) " >&6
b8908782
DD
5390else
5391 echo abfoo >t1
5392 echo cdfoo >t2
da17fe9d 5393 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4b1cb4fe
DD
5394 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5395 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5396 :
5397 else
5398 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5399 fi
5400 fi
b8908782
DD
5401 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5402 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4b1cb4fe 5403 :
b8908782
DD
5404 else
5405 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5406 fi
5407 fi
5408 rm t1 t2
5409
5410fi
81ecdfbb
RW
5411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5412$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
b8908782
DD
5413do_compare="$gcc_cv_prog_cmp_skip"
5414
5415
9e07f89d 5416
ffdd6afc
ILT
5417# Check whether --enable-bootstrap was given.
5418if test "${enable_bootstrap+set}" = set; then :
5419 enableval=$enable_bootstrap;
5420else
5421 enable_bootstrap=default
5422fi
5423
5424
5425# Issue errors and warnings for invalid/strange bootstrap combinations.
5426if test -r $srcdir/gcc/configure; then
5427 have_compiler=yes
5428else
5429 have_compiler=no
5430fi
5431
5432case "$have_compiler:$host:$target:$enable_bootstrap" in
5433 *:*:*:no) ;;
5434
5435 # Default behavior. Enable bootstrap if we have a compiler
5436 # and we are in a native configuration.
5437 yes:$build:$build:default)
5438 enable_bootstrap=yes ;;
5439
5440 *:*:*:default)
5441 enable_bootstrap=no ;;
5442
5443 # We have a compiler and we are in a native configuration, bootstrap is ok
5444 yes:$build:$build:yes)
5445 ;;
5446
5447 # Other configurations, but we have a compiler. Assume the user knows
5448 # what he's doing.
5449 yes:*:*:yes)
5450 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5451$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5452 ;;
5453
5454 # No compiler: if they passed --enable-bootstrap explicitly, fail
5455 no:*:*:yes)
d0ac1c44 5456 as_fn_error $? "cannot bootstrap without a compiler" "$LINENO" 5 ;;
ffdd6afc
ILT
5457
5458 # Fail if wrong command line
5459 *)
d0ac1c44 5460 as_fn_error $? "invalid option for --enable-bootstrap" "$LINENO" 5
ffdd6afc
ILT
5461 ;;
5462esac
5463
ce6c656d
L
5464# When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
5465# C++98 compiler can still start the bootstrap.
5466if test "$enable_bootstrap:$GXX" = "yes:yes"; then
5467 CXX="$CXX -std=gnu++98"
5468fi
5469
d5f2ee2e
KG
5470# Used for setting $lt_cv_objdir
5471{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5472$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 5473if ${lt_cv_objdir+:} false; then :
d5f2ee2e
KG
5474 $as_echo_n "(cached) " >&6
5475else
5476 rm -f .libs 2>/dev/null
5477mkdir .libs 2>/dev/null
5478if test -d .libs; then
5479 lt_cv_objdir=.libs
5480else
5481 # MS-DOS does not allow filenames that begin with a dot.
5482 lt_cv_objdir=_libs
5483fi
5484rmdir .libs 2>/dev/null
5485fi
5486{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5487$as_echo "$lt_cv_objdir" >&6; }
5488objdir=$lt_cv_objdir
5489
5490
5491
5492
5493
5494cat >>confdefs.h <<_ACEOF
5495#define LT_OBJDIR "$lt_cv_objdir/"
5496_ACEOF
5497
5498
5499
e8a5fa9c 5500# Check for GMP, MPFR and MPC
d9b76ff9 5501gmplibs="-lmpc -lmpfr -lgmp"
4b1cb4fe 5502gmpinc=
4b900473 5503have_gmp=no
e8a5fa9c 5504
301a9420
AM
5505# Check for debuginfod
5506
5507
5508# Enable debuginfod
5509
5510# Check whether --with-debuginfod was given.
5511if test "${with_debuginfod+set}" = set; then :
5512 withval=$with_debuginfod;
5513else
5514 with_debuginfod=auto
5515fi
5516
5517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
5518$as_echo_n "checking whether to use debuginfod... " >&6; }
5519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
5520$as_echo "$with_debuginfod" >&6; }
5521
5522if test "${with_debuginfod}" = no; then
5523 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
5524$as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
5525else
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for debuginfod_begin in -ldebuginfod" >&5
5527$as_echo_n "checking for debuginfod_begin in -ldebuginfod... " >&6; }
5528if ${ac_cv_lib_debuginfod_debuginfod_begin+:} false; then :
5529 $as_echo_n "(cached) " >&6
5530else
5531 ac_check_lib_save_LIBS=$LIBS
5532LIBS="-ldebuginfod $LIBS"
5533cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5534/* end confdefs.h. */
5535
5536/* Override any GCC internal prototype to avoid an error.
5537 Use char because int might match the return type of a GCC
5538 builtin and then its argument prototype would still apply. */
5539#ifdef __cplusplus
5540extern "C"
5541#endif
5542char debuginfod_begin ();
5543int
5544main ()
5545{
5546return debuginfod_begin ();
5547 ;
5548 return 0;
5549}
5550_ACEOF
5551if ac_fn_c_try_link "$LINENO"; then :
5552 ac_cv_lib_debuginfod_debuginfod_begin=yes
5553else
5554 ac_cv_lib_debuginfod_debuginfod_begin=no
5555fi
5556rm -f core conftest.err conftest.$ac_objext \
5557 conftest$ac_exeext conftest.$ac_ext
5558LIBS=$ac_check_lib_save_LIBS
5559fi
5560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_debuginfod_debuginfod_begin" >&5
5561$as_echo "$ac_cv_lib_debuginfod_debuginfod_begin" >&6; }
5562if test "x$ac_cv_lib_debuginfod_debuginfod_begin" = xyes; then :
5563 have_debuginfod_lib=yes
5564fi
5565
5566 ac_fn_c_check_decl "$LINENO" "debuginfod_begin" "ac_cv_have_decl_debuginfod_begin" "#include <elfutils/debuginfod.h>
5567"
5568if test "x$ac_cv_have_decl_debuginfod_begin" = xyes; then :
5569 have_debuginfod_h=yes
5570fi
5571
5572 if test "x$have_debuginfod_lib" = "xyes" -a \
5573 "x$have_debuginfod_h" = "xyes"; then
5574
5575$as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
5576
5577 LIBDEBUGINFOD="-ldebuginfod"
5578
5579 else
5580
5581 if test "$with_debuginfod" = yes; then
5582 as_fn_error $? "debuginfod is missing or unusable" "$LINENO" 5
5583 else
5584 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod is missing or unusable; some features may be unavailable." >&5
5585$as_echo "$as_me: WARNING: debuginfod is missing or unusable; some features may be unavailable." >&2;}
5586 fi
5587 fi
5588fi
5589
5590
e8a5fa9c
RW
5591# Specify a location for mpc
5592# check for this first so it ends up on the link line before mpfr.
5593
81ecdfbb
RW
5594# Check whether --with-mpc was given.
5595if test "${with_mpc+set}" = set; then :
5596 withval=$with_mpc;
5597fi
e8a5fa9c 5598
e8a5fa9c 5599
e552509b 5600# Check whether --with-mpc-include was given.
81ecdfbb
RW
5601if test "${with_mpc_include+set}" = set; then :
5602 withval=$with_mpc_include;
5603fi
e8a5fa9c 5604
e8a5fa9c 5605
e552509b 5606# Check whether --with-mpc-lib was given.
81ecdfbb
RW
5607if test "${with_mpc_lib+set}" = set; then :
5608 withval=$with_mpc_lib;
5609fi
e8a5fa9c 5610
e8a5fa9c
RW
5611
5612if test "x$with_mpc" != x; then
d9b76ff9
KG
5613 gmplibs="-L$with_mpc/lib $gmplibs"
5614 gmpinc="-I$with_mpc/include $gmpinc"
e8a5fa9c
RW
5615fi
5616if test "x$with_mpc_include" != x; then
d9b76ff9 5617 gmpinc="-I$with_mpc_include $gmpinc"
e8a5fa9c
RW
5618fi
5619if test "x$with_mpc_lib" != x; then
d9b76ff9 5620 gmplibs="-L$with_mpc_lib $gmplibs"
e8a5fa9c
RW
5621fi
5622if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
d5f2ee2e 5623 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
d9b76ff9 5624 gmpinc='-I$$s/mpc/src '"$gmpinc"
e8a5fa9c
RW
5625 # Do not test the mpc version. Assume that it is sufficient, since
5626 # it is in the source tree, and the library has not been built yet
5627 # but it would be included on the link line in the version check below
5628 # hence making the test fail.
d9b76ff9 5629 have_gmp=yes
e8a5fa9c 5630fi
4b900473 5631
11b04d1f
DD
5632# Specify a location for mpfr
5633# check for this first so it ends up on the link line before gmp.
c6b750e1 5634
81ecdfbb
RW
5635# Check whether --with-mpfr-dir was given.
5636if test "${with_mpfr_dir+set}" = set; then :
d0ac1c44 5637 withval=$with_mpfr_dir; as_fn_error $? "The --with-mpfr-dir=PATH option has been removed.
81ecdfbb
RW
5638Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5639fi
5640
11b04d1f
DD
5641
5642
81ecdfbb
RW
5643# Check whether --with-mpfr was given.
5644if test "${with_mpfr+set}" = set; then :
5645 withval=$with_mpfr;
5646fi
c6b750e1 5647
11b04d1f 5648
e552509b 5649# Check whether --with-mpfr-include was given.
81ecdfbb
RW
5650if test "${with_mpfr_include+set}" = set; then :
5651 withval=$with_mpfr_include;
5652fi
c6b750e1 5653
8a0d8a5c 5654
e552509b 5655# Check whether --with-mpfr-lib was given.
81ecdfbb
RW
5656if test "${with_mpfr_lib+set}" = set; then :
5657 withval=$with_mpfr_lib;
5658fi
8a0d8a5c 5659
11b04d1f
DD
5660
5661if test "x$with_mpfr" != x; then
5662 gmplibs="-L$with_mpfr/lib $gmplibs"
d9b76ff9 5663 gmpinc="-I$with_mpfr/include $gmpinc"
11b04d1f 5664fi
8a0d8a5c 5665if test "x$with_mpfr_include" != x; then
d9b76ff9 5666 gmpinc="-I$with_mpfr_include $gmpinc"
8a0d8a5c
PB
5667fi
5668if test "x$with_mpfr_lib" != x; then
5669 gmplibs="-L$with_mpfr_lib $gmplibs"
5670fi
4b900473 5671if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
58b1dd21 5672 # MPFR v3.1.0 moved the sources into a src sub-directory.
05a13254 5673 if ! test -d ${srcdir}/mpfr/src; then
d0ac1c44 5674 as_fn_error $? "Building GCC with MPFR in the source tree is only handled for MPFR 3.1.0+." "$LINENO" 5
58b1dd21 5675 fi
05a13254
NC
5676 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5677 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5678 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
4b900473
PB
5679 # Do not test the mpfr version. Assume that it is sufficient, since
5680 # it is in the source tree, and the library has not been built yet
5681 # but it would be included on the link line in the version check below
5682 # hence making the test fail.
5683 have_gmp=yes
5684fi
11b04d1f 5685
4b1cb4fe 5686# Specify a location for gmp
c6b750e1 5687
81ecdfbb
RW
5688# Check whether --with-gmp-dir was given.
5689if test "${with_gmp_dir+set}" = set; then :
d0ac1c44 5690 withval=$with_gmp_dir; as_fn_error $? "The --with-gmp-dir=PATH option has been removed.
81ecdfbb
RW
5691Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5692fi
5693
4b1cb4fe
DD
5694
5695
81ecdfbb
RW
5696# Check whether --with-gmp was given.
5697if test "${with_gmp+set}" = set; then :
5698 withval=$with_gmp;
5699fi
c6b750e1 5700
4b1cb4fe 5701
e552509b 5702# Check whether --with-gmp-include was given.
81ecdfbb
RW
5703if test "${with_gmp_include+set}" = set; then :
5704 withval=$with_gmp_include;
5705fi
c6b750e1 5706
8a0d8a5c 5707
e552509b 5708# Check whether --with-gmp-lib was given.
81ecdfbb
RW
5709if test "${with_gmp_lib+set}" = set; then :
5710 withval=$with_gmp_lib;
5711fi
8a0d8a5c
PB
5712
5713
4b1cb4fe 5714
11b04d1f
DD
5715if test "x$with_gmp" != x; then
5716 gmplibs="-L$with_gmp/lib $gmplibs"
5717 gmpinc="-I$with_gmp/include $gmpinc"
4b1cb4fe 5718fi
8a0d8a5c
PB
5719if test "x$with_gmp_include" != x; then
5720 gmpinc="-I$with_gmp_include $gmpinc"
5721fi
5722if test "x$with_gmp_lib" != x; then
5723 gmplibs="-L$with_gmp_lib $gmplibs"
5724fi
4b900473 5725if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
d5f2ee2e 5726 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
4b900473 5727 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
29821356 5728 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
d5f2ee2e 5729 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
7ec59b9e 5730 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
4b900473
PB
5731 # Do not test the gmp version. Assume that it is sufficient, since
5732 # it is in the source tree, and the library has not been built yet
5733 # but it would be included on the link line in the version check below
5734 # hence making the test fail.
5735 have_gmp=yes
5736fi
4b1cb4fe 5737
ceb92e78 5738if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4b900473
PB
5739 have_gmp=yes
5740 saved_CFLAGS="$CFLAGS"
5741 CFLAGS="$CFLAGS $gmpinc"
a6b5846e
KG
5742 # Check for the recommended and required versions of GMP.
5743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5744$as_echo_n "checking for the correct version of gmp.h... " >&6; }
301a9420 5745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6b5846e
KG
5746/* end confdefs.h. */
5747#include "gmp.h"
5748int
5749main ()
5750{
5751
5752 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5753 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
8e71395b 5754 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
a6b5846e
KG
5755 choke me
5756 #endif
5757
5758 ;
5759 return 0;
5760}
5761_ACEOF
5762if ac_fn_c_try_compile "$LINENO"; then :
a009f2e7 5763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5764/* end confdefs.h. */
a6b5846e 5765#include <gmp.h>
c6b750e1
DJ
5766int
5767main ()
5768{
4b1cb4fe 5769
a6b5846e
KG
5770 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5771 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5772 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
4b900473
PB
5773 choke me
5774 #endif
c6b750e1
DJ
5775
5776 ;
5777 return 0;
5778}
5779_ACEOF
81ecdfbb
RW
5780if ac_fn_c_try_compile "$LINENO"; then :
5781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5782$as_echo "yes" >&6; }
a6b5846e
KG
5783else
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5785$as_echo "buggy but acceptable" >&6; }
5786fi
5787rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 5788else
81ecdfbb
RW
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5790$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5791fi
81ecdfbb 5792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4b1cb4fe 5793
e8a5fa9c 5794 # If we have GMP, check the MPFR version.
4b900473 5795 if test x"$have_gmp" = xyes; then
a6b5846e
KG
5796 # Check for the recommended and required versions of MPFR.
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5798$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
81ecdfbb 5799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5800/* end confdefs.h. */
9b134994 5801#include <gmp.h>
4b900473 5802 #include <mpfr.h>
c6b750e1
DJ
5803int
5804main ()
5805{
9b134994 5806
7ec59b9e 5807 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
4b900473
PB
5808 choke me
5809 #endif
c6b750e1
DJ
5810
5811 ;
5812 return 0;
5813}
5814_ACEOF
81ecdfbb
RW
5815if ac_fn_c_try_compile "$LINENO"; then :
5816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5817/* end confdefs.h. */
4b1cb4fe 5818#include <gmp.h>
4b900473 5819 #include <mpfr.h>
c6b750e1
DJ
5820int
5821main ()
5822{
9dbaa842 5823
a6b5846e 5824 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
4b900473
PB
5825 choke me
5826 #endif
e8a5fa9c
RW
5827
5828 ;
5829 return 0;
5830}
5831_ACEOF
81ecdfbb
RW
5832if ac_fn_c_try_compile "$LINENO"; then :
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5834$as_echo "yes" >&6; }
e8a5fa9c 5835else
81ecdfbb
RW
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5837$as_echo "buggy but acceptable" >&6; }
e8a5fa9c 5838fi
81ecdfbb 5839rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5840else
81ecdfbb
RW
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5842$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5843fi
81ecdfbb 5844rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5845 fi
5846
5847 # Check for the MPC header version.
d9b76ff9 5848 if test x"$have_gmp" = xyes ; then
a6b5846e 5849 # Check for the recommended and required versions of MPC.
81ecdfbb
RW
5850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5851$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c
RW
5853/* end confdefs.h. */
5854#include <mpc.h>
5855int
5856main ()
5857{
5858
a6b5846e
KG
5859 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5860 choke me
5861 #endif
5862
5863 ;
5864 return 0;
5865}
5866_ACEOF
5867if ac_fn_c_try_compile "$LINENO"; then :
5868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5869/* end confdefs.h. */
5870#include <mpc.h>
5871int
5872main ()
5873{
5874
5875 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
e8a5fa9c
RW
5876 choke me
5877 #endif
5878
5879 ;
5880 return 0;
5881}
5882_ACEOF
81ecdfbb
RW
5883if ac_fn_c_try_compile "$LINENO"; then :
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
d9b76ff9 5885$as_echo "yes" >&6; }
a6b5846e
KG
5886else
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5888$as_echo "buggy but acceptable" >&6; }
5889fi
5890rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5891else
81ecdfbb 5892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
d9b76ff9 5893$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5894fi
81ecdfbb 5895rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5896 fi
5897
5898 # Now check the MPFR library.
5899 if test x"$have_gmp" = xyes; then
5900 saved_LIBS="$LIBS"
5901 LIBS="$LIBS $gmplibs"
d9b76ff9
KG
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5903$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
81ecdfbb 5904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c 5905/* end confdefs.h. */
d9b76ff9 5906#include <mpc.h>
e8a5fa9c
RW
5907int
5908main ()
5909{
5910
5911 mpfr_t n;
5912 mpfr_t x;
d9b76ff9 5913 mpc_t c;
e8a5fa9c
RW
5914 int t;
5915 mpfr_init (n);
5916 mpfr_init (x);
5917 mpfr_atan2 (n, n, x, GMP_RNDN);
5918 mpfr_erfc (n, x, GMP_RNDN);
5919 mpfr_subnormalize (x, t, GMP_RNDN);
d9b76ff9
KG
5920 mpfr_clear(n);
5921 mpfr_clear(x);
5922 mpc_init2 (c, 53);
5923 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5924 mpc_cosh (c, c, MPC_RNDNN);
5925 mpc_pow (c, c, c, MPC_RNDNN);
5926 mpc_acosh (c, c, MPC_RNDNN);
5927 mpc_clear (c);
c6b750e1
DJ
5928
5929 ;
5930 return 0;
5931}
5932_ACEOF
81ecdfbb
RW
5933if ac_fn_c_try_link "$LINENO"; then :
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5935$as_echo "yes" >&6; }
c6b750e1 5936else
81ecdfbb
RW
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5938$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5939fi
81ecdfbb
RW
5940rm -f core conftest.err conftest.$ac_objext \
5941 conftest$ac_exeext conftest.$ac_ext
e8a5fa9c
RW
5942 LIBS="$saved_LIBS"
5943 fi
5944
4b900473 5945 CFLAGS="$saved_CFLAGS"
4b1cb4fe 5946
a6b5846e
KG
5947# The library versions listed in the error message below should match
5948# the HARD-minimums enforced above.
4b900473 5949 if test x$have_gmp != xyes; then
d0ac1c44 5950 as_fn_error $? "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
d9b76ff9
KG
5951Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5952their locations. Source code for these libraries can be found at
5953their respective hosting sites as well as at
5954ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5955http://gcc.gnu.org/install/prerequisites.html for additional info. If
5956you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5957make sure that you have installed both the libraries and the header
5958files. They may be located in separate packages." "$LINENO" 5
4b900473 5959 fi
9dbaa842
DD
5960fi
5961
e8a5fa9c
RW
5962# Flags needed for both GMP, MPFR and/or MPC.
5963
5964
5965
4b1cb4fe
DD
5966
5967
5968
7ec59b9e 5969
b3676d82 5970# Libraries to use for stage1 or when not bootstrapping.
e8a5fa9c 5971
b3676d82
EB
5972# Check whether --with-stage1-libs was given.
5973if test "${with_stage1_libs+set}" = set; then :
5974 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5975 stage1_libs=
e8a5fa9c 5976 else
b3676d82 5977 stage1_libs=$withval
e8a5fa9c
RW
5978 fi
5979else
68996839 5980 stage1_libs=
81ecdfbb
RW
5981fi
5982
e8a5fa9c
RW
5983
5984
c1a5d03a
TT
5985# Whether or not to use -static-libstdc++ and -static-libgcc. The
5986# default is yes if gcc is being built; no otherwise. The reason for
5987# this default is that gdb is sometimes linked against GNU Source
5988# Highlight, which is a shared library that uses C++ exceptions. In
5989# this case, -static-libstdc++ will cause crashes.
5990
5991# Check whether --with-static-standard-libraries was given.
5992if test "${with_static_standard_libraries+set}" = set; then :
5993 withval=$with_static_standard_libraries;
5994else
5995 with_static_standard_libraries=auto
5996fi
5997
5998if test "$with_static_standard_libraries" = auto; then
5999 with_static_standard_libraries=$have_compiler
6000fi
6001
b3676d82 6002# Linker flags to use for stage1 or when not bootstrapping.
e8a5fa9c 6003
b3676d82
EB
6004# Check whether --with-stage1-ldflags was given.
6005if test "${with_stage1_ldflags+set}" = set; then :
6006 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
6007 stage1_ldflags=
e8a5fa9c 6008 else
b3676d82 6009 stage1_ldflags=$withval
e8a5fa9c
RW
6010 fi
6011else
b3676d82
EB
6012 stage1_ldflags=
6013 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
6014 # if supported. But if the user explicitly specified the libraries to use,
6015 # trust that they are doing what they want.
c1a5d03a
TT
6016 if test "$with_static_standard_libraries" = yes -a "$stage1_libs" = "" \
6017 -a "$have_static_libs" = yes; then
b3676d82
EB
6018 stage1_ldflags="-static-libstdc++ -static-libgcc"
6019 fi
81ecdfbb
RW
6020fi
6021
e8a5fa9c
RW
6022
6023
68996839 6024# Libraries to use for stage2 and later builds.
e8a5fa9c 6025
81ecdfbb
RW
6026# Check whether --with-boot-libs was given.
6027if test "${with_boot_libs+set}" = set; then :
6028 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
6029 poststage1_libs=
6030 else
6031 poststage1_libs=$withval
6032 fi
6033else
68996839 6034 poststage1_libs=
81ecdfbb
RW
6035fi
6036
e8a5fa9c
RW
6037
6038
143754cd
NC
6039# Linker flags to use for stage2 and later builds.
6040
6041# Check whether --with-boot-ldflags was given.
6042if test "${with_boot_ldflags+set}" = set; then :
6043 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
6044 poststage1_ldflags=
6045 else
6046 poststage1_ldflags=$withval
6047 fi
6048else
6049 poststage1_ldflags=
4f11b223
ILT
6050 # In stages 2 and 3, default to linking libstdc++ and libgcc
6051 # statically. But if the user explicitly specified the libraries to
6052 # use, trust that they are doing what they want.
6053 if test "$poststage1_libs" = ""; then
143754cd
NC
6054 poststage1_ldflags="-static-libstdc++ -static-libgcc"
6055 fi
6056fi
6057
6058
6059
4849dfd8 6060# GCC GRAPHITE dependency isl.
1b6c0831 6061# Basic setup is inlined here, actual checks are in config/isl.m4
e28c595f
JM
6062
6063
7ec59b9e
L
6064# Check whether --with-isl was given.
6065if test "${with_isl+set}" = set; then :
6066 withval=$with_isl;
81ecdfbb 6067fi
e28c595f 6068
e28c595f 6069
1b6c0831 6070# Treat --without-isl as a request to disable
8e71395b 6071# GRAPHITE support and skip all following checks.
1b6c0831 6072if test "x$with_isl" != "xno"; then
4849dfd8 6073 # Check for isl
8e71395b
L
6074
6075
7ec59b9e
L
6076# Check whether --with-isl-include was given.
6077if test "${with_isl_include+set}" = set; then :
6078 withval=$with_isl_include;
81ecdfbb
RW
6079fi
6080
e28c595f 6081
7ec59b9e
L
6082# Check whether --with-isl-lib was given.
6083if test "${with_isl_lib+set}" = set; then :
6084 withval=$with_isl_lib;
81ecdfbb 6085fi
e28c595f 6086
e28c595f 6087
7ec59b9e
L
6088 # Check whether --enable-isl-version-check was given.
6089if test "${enable_isl_version_check+set}" = set; then :
6090 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
6091else
6092 ENABLE_ISL_CHECK=yes
b123da99
SP
6093fi
6094
6095
7ec59b9e
L
6096 # Initialize isllibs and islinc.
6097 case $with_isl in
6098 no)
6099 isllibs=
6100 islinc=
6101 ;;
6102 "" | yes)
6103 ;;
6104 *)
6105 isllibs="-L$with_isl/lib"
6106 islinc="-I$with_isl/include"
6107 ;;
6108 esac
6109 if test "x${with_isl_include}" != x ; then
6110 islinc="-I$with_isl_include"
6111 fi
6112 if test "x${with_isl_lib}" != x; then
6113 isllibs="-L$with_isl_lib"
6114 fi
6115 if test "x${islinc}" = x && test "x${isllibs}" = x \
6116 && test -d ${srcdir}/isl; then
6117 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
6118 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
6119 ENABLE_ISL_CHECK=no
4849dfd8
NC
6120 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree isl, disabling version check" >&5
6121$as_echo "$as_me: WARNING: using in-tree isl, disabling version check" >&2;}
7ec59b9e 6122 fi
b123da99 6123
1b6c0831 6124 isllibs="${isllibs} -lisl"
b123da99 6125
e28c595f 6126
b3fc79f8
JBG
6127
6128 if test "${ENABLE_ISL_CHECK}" = yes ; then
6129 _isl_saved_CFLAGS=$CFLAGS
6130 _isl_saved_LDFLAGS=$LDFLAGS
6131 _isl_saved_LIBS=$LIBS
6132
6133 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
4849dfd8
NC
6134 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs} ${gmplibs}"
6135 LIBS="${_isl_saved_LIBS} -lisl -lgmp"
b3fc79f8 6136
bf41f30d
NC
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.15 or later" >&5
6138$as_echo_n "checking for isl 0.15 or later... " >&6; }
1b6c0831 6139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b3fc79f8 6140/* end confdefs.h. */
bf41f30d 6141#include <isl/schedule.h>
b3fc79f8
JBG
6142int
6143main ()
6144{
bf41f30d 6145isl_options_set_schedule_serialize_sccs (NULL, 0);
b3fc79f8
JBG
6146 ;
6147 return 0;
6148}
6149_ACEOF
1b6c0831 6150if ac_fn_c_try_link "$LINENO"; then :
b3fc79f8
JBG
6151 gcc_cv_isl=yes
6152else
6153 gcc_cv_isl=no
6154fi
1b6c0831
L
6155rm -f core conftest.err conftest.$ac_objext \
6156 conftest$ac_exeext conftest.$ac_ext
b3fc79f8
JBG
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6158$as_echo "$gcc_cv_isl" >&6; }
6159
4849dfd8 6160 if test "${gcc_cv_isl}" = no ; then
bf41f30d
NC
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: required isl version is 0.15 or later" >&5
6162$as_echo "required isl version is 0.15 or later" >&6; }
4849dfd8
NC
6163 fi
6164
b3fc79f8
JBG
6165 CFLAGS=$_isl_saved_CFLAGS
6166 LDFLAGS=$_isl_saved_LDFLAGS
6167 LIBS=$_isl_saved_LIBS
6168 fi
6169
6170
e28c595f 6171
e28c595f 6172
7ec59b9e
L
6173
6174
7ec59b9e
L
6175 if test "x${with_isl}" = xno; then
6176 graphite_requested=no
6177 elif test "x${with_isl}" != x \
6178 || test "x${with_isl_include}" != x \
6179 || test "x${with_isl_lib}" != x ; then
6180 graphite_requested=yes
6181 else
6182 graphite_requested=no
b123da99 6183 fi
e28c595f 6184
e28c595f
JM
6185
6186
7ec59b9e
L
6187 if test "${gcc_cv_isl}" = no ; then
6188 isllibs=
6189 islinc=
6190 fi
e28c595f 6191
7ec59b9e
L
6192 if test "${graphite_requested}" = yes \
6193 && test "x${isllibs}" = x \
6194 && test "x${islinc}" = x ; then
e28c595f 6195
d0ac1c44 6196 as_fn_error $? "Unable to find a usable isl. See config.log for details." "$LINENO" 5
7ec59b9e 6197 fi
e552509b 6198
e28c595f 6199
e552509b
ILT
6200fi
6201
4849dfd8 6202# If the isl check failed, disable builds of in-tree variant of isl
8e71395b 6203if test "x$with_isl" = xno ||
8e71395b 6204 test "x$gcc_cv_isl" = xno; then
1b6c0831 6205 noconfigdirs="$noconfigdirs isl"
8e71395b 6206 islinc=
7ec59b9e
L
6207fi
6208
8e71395b
L
6209
6210
6211
700d40ca
ILT
6212# Check for LTO support.
6213# Check whether --enable-lto was given.
6214if test "${enable_lto+set}" = set; then :
6215 enableval=$enable_lto; enable_lto=$enableval
6216else
6217 enable_lto=yes; default_enable_lto=yes
6218fi
6219
6220
143754cd 6221
e49e5c92
DK
6222
6223
6224target_elf=no
6225case $target in
6226 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
090bc50f 6227 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
1b6c0831
L
6228 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux* | \
6229 nvptx-*-none)
e49e5c92
DK
6230 target_elf=no
6231 ;;
6232 *)
6233 target_elf=yes
6234 ;;
6235esac
6236
6237if test $target_elf = yes; then :
74cea91b
DK
6238 # ELF platforms build the lto-plugin always.
6239 build_lto_plugin=yes
e49e5c92 6240
e49e5c92
DK
6241else
6242 if test x"$default_enable_lto" = x"yes" ; then
29821356 6243 case $target in
bf41f30d 6244 *-apple-darwin[912]* | *-cygwin* | *-mingw* | *djgpp*) ;;
74cea91b 6245 # On other non-ELF platforms, LTO has yet to be validated.
29821356
RW
6246 *) enable_lto=no ;;
6247 esac
e49e5c92 6248 else
29821356
RW
6249 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6250 # It would also be nice to check the binutils support, but we don't
e49e5c92
DK
6251 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6252 # warn during gcc/ subconfigure; unless you're bootstrapping with
6253 # -flto it won't be needed until after installation anyway.
6254 case $target in
52cf9762 6255 *-cygwin* | *-mingw* | *-apple-darwin* | *djgpp*) ;;
e49e5c92 6256 *) if test x"$enable_lto" = x"yes"; then
d0ac1c44 6257 as_fn_error $? "LTO support is not enabled for this target." "$LINENO" 5
e49e5c92
DK
6258 fi
6259 ;;
6260 esac
6261 fi
a8eb3f0a 6262 # Among non-ELF, only Windows platforms support the lto-plugin so far.
74cea91b 6263 # Build it unless LTO was explicitly disabled.
a8eb3f0a 6264 case $target in
74cea91b 6265 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
a8eb3f0a
DK
6266 *) ;;
6267 esac
74cea91b 6268
e49e5c92
DK
6269fi
6270
700d40ca 6271
1b6c0831
L
6272# Check whether --enable-linker-plugin-configure-flags was given.
6273if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6274 enableval=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags=$enableval
6275else
6276 extra_linker_plugin_configure_flags=
6277fi
6278
6279
6280# Check whether --enable-linker-plugin-flags was given.
6281if test "${enable_linker_plugin_flags+set}" = set; then :
6282 enableval=$enable_linker_plugin_flags; extra_linker_plugin_flags=$enableval
6283else
6284 extra_linker_plugin_flags=
6285fi
6286
6287
6288
bf41f30d
NC
6289# Enable --enable-host-shared.
6290# Checked early to determine whether jit is an 'all' language
6291# Check whether --enable-host-shared was given.
6292if test "${enable_host_shared+set}" = set; then :
6293 enableval=$enable_host_shared; host_shared=$enableval
6294else
6295 host_shared=no
6296fi
6297
6298
e28c595f 6299
7ec59b9e 6300# By default, C and C++ are the only stage 1 languages.
9b134994 6301stage1_languages=,c,
1d39f329 6302
e8a5fa9c 6303# Target libraries that we bootstrap.
2aa2364a 6304bootstrap_target_libs=,target-libgcc,
e8a5fa9c 6305
9e07f89d
NN
6306# Figure out what language subdirectories are present.
6307# Look if the user specified --enable-languages="..."; if not, use
6308# the environment variable $LANGUAGES if defined. $LANGUAGES might
6309# go away some day.
6310# NB: embedded tabs in this IF block -- do not untabify
6311if test -d ${srcdir}/gcc; then
6312 if test x"${enable_languages+set}" != xset; then
6313 if test x"${LANGUAGES+set}" = xset; then
6314 enable_languages="${LANGUAGES}"
136bb21f 6315 echo configure.ac: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
9e07f89d 6316 else
bf41f30d 6317 enable_languages=default
9e07f89d
NN
6318 fi
6319 else
6320 if test x"${enable_languages}" = x ||
6321 test x"${enable_languages}" = xyes;
6322 then
136bb21f 6323 echo configure.ac: --enable-languages needs at least one language argument 1>&2
9e07f89d
NN
6324 exit 1
6325 fi
6326 fi
6327 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6328
096f7d00
DE
6329 # 'f95' is the old name for the 'fortran' language. We issue a warning
6330 # and make the substitution.
6331 case ,${enable_languages}, in
6332 *,f95,*)
136bb21f 6333 echo configure.ac: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
096f7d00
DE
6334 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6335 ;;
6336 esac
6337
7ec59b9e
L
6338 # If bootstrapping, C++ must be enabled.
6339 case ",$enable_languages,:$enable_bootstrap" in
6340 *,c++,*:*) ;;
6341 *:yes)
ffdd6afc
ILT
6342 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6343 enable_languages="${enable_languages},c++"
6344 else
d0ac1c44 6345 as_fn_error $? "bootstrapping requires c++ sources" "$LINENO" 5
ffdd6afc
ILT
6346 fi
6347 ;;
6348 esac
6349
9e07f89d
NN
6350 # First scan to see if an enabled language requires some other language.
6351 # We assume that a given config-lang.in will list all the language
6352 # front ends it requires, even if some are required indirectly.
6353 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6354 case ${lang_frag} in
6355 ..) ;;
6356 # The odd quoting in the next line works around
6357 # an apparent bug in bash 1.12 on linux.
6358 ${srcdir}/gcc/[*]/config-lang.in) ;;
6359 *)
e552509b
ILT
6360 # From the config-lang.in, get $language, $lang_requires, and
6361 # $lang_requires_boot_languages.
9e07f89d
NN
6362 language=
6363 lang_requires=
e552509b 6364 lang_requires_boot_languages=
bf41f30d
NC
6365 # set srcdir during sourcing lang_frag to the gcc dir.
6366 # Sadly overriding srcdir on the . line doesn't work in plain sh as it
6367 # polutes this shell
6368 saved_srcdir=${srcdir}
6369 srcdir=${srcdir}/gcc . ${lang_frag}
6370 srcdir=${saved_srcdir}
e552509b 6371 for other in ${lang_requires} ${lang_requires_boot_languages}; do
9e07f89d
NN
6372 case ,${enable_languages}, in
6373 *,$other,*) ;;
bf41f30d 6374 *,default,*) ;;
9e07f89d
NN
6375 *,all,*) ;;
6376 *,$language,*)
6377 echo " \`$other' language required by \`$language'; enabling" 1>&2
6378 enable_languages="${enable_languages},${other}"
6379 ;;
6380 esac
6381 done
e552509b
ILT
6382 for other in ${lang_requires_boot_languages} ; do
6383 if test "$other" != "c"; then
6384 case ,${enable_stage1_languages}, in
6385 *,$other,*) ;;
bf41f30d 6386 *,default,*) ;;
e552509b
ILT
6387 *,all,*) ;;
6388 *)
6389 case ,${enable_languages}, in
6390 *,$language,*)
6391 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6392 enable_stage1_languages="$enable_stage1_languages,${other}"
6393 ;;
6394 esac
6395 ;;
6396 esac
6397 fi
6398 done
9e07f89d
NN
6399 ;;
6400 esac
6401 done
6402
9b134994 6403 new_enable_languages=,c,
700d40ca
ILT
6404
6405 # If LTO is enabled, add the LTO front end.
700d40ca 6406 if test "$enable_lto" = "yes" ; then
6811fb56
RW
6407 case ,${enable_languages}, in
6408 *,lto,*) ;;
6409 *) enable_languages="${enable_languages},lto" ;;
6410 esac
a8eb3f0a 6411 if test "${build_lto_plugin}" = "yes" ; then
700d40ca 6412 configdirs="$configdirs lto-plugin"
700d40ca
ILT
6413 fi
6414 fi
6415
1b6c0831
L
6416 # If we're building an offloading compiler, add the LTO front end.
6417 if test x"$enable_as_accelerator_for" != x ; then
6418 case ,${enable_languages}, in
6419 *,lto,*) ;;
6420 *) enable_languages="${enable_languages},lto" ;;
6421 esac
6422 fi
700d40ca 6423
bf41f30d 6424 missing_languages=`echo ",$enable_languages," | sed -e s/,default,/,/ -e s/,all,/,/ -e s/,c,/,/ `
9b134994 6425 potential_languages=,c,
9e07f89d 6426
9e1a94f4
ILT
6427 enabled_target_libs=
6428 disabled_target_libs=
6429
9e07f89d
NN
6430 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6431 case ${lang_frag} in
6432 ..) ;;
6433 # The odd quoting in the next line works around
6434 # an apparent bug in bash 1.12 on linux.
6435 ${srcdir}/gcc/[*]/config-lang.in) ;;
6436 *)
c6b750e1 6437 # From the config-lang.in, get $language, $target_libs,
1d39f329 6438 # $lang_dirs, $boot_language, and $build_by_default
9e07f89d
NN
6439 language=
6440 target_libs=
6441 lang_dirs=
64ce424c 6442 subdir_requires=
9b134994
PB
6443 boot_language=no
6444 build_by_default=yes
bf41f30d
NC
6445 # set srcdir during sourcing. See above about save & restore
6446 saved_srcdir=${srcdir}
6447 srcdir=${srcdir}/gcc . ${lang_frag}
6448 srcdir=${saved_srcdir}
9b134994
PB
6449 if test x${language} = x; then
6450 echo "${lang_frag} doesn't set \$language." 1>&2
6451 exit 1
6452 fi
6453
ffdd6afc 6454 if test "$language" = "c++"; then
7ec59b9e 6455 boot_language=yes
e8a5fa9c
RW
6456 fi
6457
8e71395b 6458 add_this_lang=no
bf41f30d
NC
6459 # C is always enabled, so no need to add it again
6460 if test "$language" != "c"; then
6461 case ,${enable_languages}, in
6462 *,${language},*)
6463 # Language was explicitly selected; include it
7ec59b9e 6464 add_this_lang=yes
bf41f30d
NC
6465 ;;
6466 *,all,*)
6467 # All languages are enabled
6468 add_this_lang=all
6469 ;;
6470 *,default,*)
6471 # 'default' was selected, select it if it is a default language
8e71395b 6472 add_this_lang=${build_by_default}
bf41f30d
NC
6473 ;;
6474 esac
6475 fi
4b1cb4fe 6476
64ce424c 6477 # Disable languages that need other directories if these aren't available.
1f3f1bbf 6478 for i in $subdir_requires; do
3d3adb43 6479 test -f "$srcdir/gcc/$i/config-lang.in" && continue
bf41f30d
NC
6480 case ${add_this_lang} in
6481 yes)
64ce424c 6482 # Specifically requested language; tell them.
d0ac1c44 6483 as_fn_error $? "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
64ce424c 6484 ;;
bf41f30d
NC
6485 all)
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The gcc/$i directory contains parts of $language but is missing" >&5
6487$as_echo "$as_me: WARNING: The gcc/$i directory contains parts of $language but is missing" >&2;}
6488 add_this_lang=unsupported
6489 ;;
64ce424c
PB
6490 *)
6491 # Silently disable.
9b134994 6492 add_this_lang=unsupported
64ce424c
PB
6493 ;;
6494 esac
6495 done
6496
9b134994 6497 # Disable Ada if no preexisting GNAT is available.
bf41f30d
NC
6498 case ${add_this_lang}:${language}:${have_gnat} in
6499 yes:ada:no)
9b134994 6500 # Specifically requested language; tell them.
d0ac1c44 6501 as_fn_error $? "GNAT is required to build $language" "$LINENO" 5
9b134994 6502 ;;
bf41f30d
NC
6503 all:ada:no)
6504 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GNAT is required to build $language" >&5
6505$as_echo "$as_me: WARNING: GNAT is required to build $language" >&2;}
6506 add_this_lang=unsupported
6507 ;;
9b134994
PB
6508 *:ada:no)
6509 # Silently disable.
6510 add_this_lang=unsupported
6511 ;;
6512 esac
6513
bf41f30d
NC
6514 # Disable jit if -enable-host-shared not specified
6515 case ${add_this_lang}:${language}:${host_shared} in
6516 yes:jit:no)
6517 # PR jit/64780: explicitly specify --enable-host-shared
d0ac1c44 6518 as_fn_error $? "
bf41f30d
NC
6519Enabling language \"jit\" requires --enable-host-shared.
6520
6521--enable-host-shared typically slows the rest of the compiler down by
6522a few %, so you must explicitly enable it.
6523
6524If you want to build both the jit and the regular compiler, it is often
6525best to do this via two separate configure/builds, in separate
6526directories, to avoid imposing the performance cost of
6527--enable-host-shared on the regular compiler." "$LINENO" 5
6528 ;;
6529 all:jit:no)
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-host-shared required to build $language" >&5
6531$as_echo "$as_me: WARNING: --enable-host-shared required to build $language" >&2;}
6532 add_this_lang=unsupported
6533 ;;
6534 *:jit:no)
6535 # Silently disable.
6536 add_this_lang=unsupported
6537 ;;
6538 esac
6539
6540 # Disable a language that is unsupported by the target.
6541 case "${add_this_lang}: $unsupported_languages " in
6542 no:*) ;;
6543 unsupported:*) ;;
6544 *:*" $language "*)
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ${language} not supported for this target" >&5
6546$as_echo "$as_me: WARNING: ${language} not supported for this target" >&2;}
9b134994 6547 add_this_lang=unsupported
59f7ec45
HPN
6548 ;;
6549 esac
6550
4b1cb4fe 6551 case $add_this_lang in
9b134994 6552 unsupported)
9e07f89d 6553 # Remove language-dependent dirs.
9e1a94f4
ILT
6554 disabled_target_libs="$disabled_target_libs $target_libs"
6555 noconfigdirs="$noconfigdirs $lang_dirs"
1d39f329 6556 ;;
9b134994
PB
6557 no)
6558 # Remove language-dependent dirs; still show language as supported.
9e1a94f4
ILT
6559 disabled_target_libs="$disabled_target_libs $target_libs"
6560 noconfigdirs="$noconfigdirs $lang_dirs"
9b134994
PB
6561 potential_languages="${potential_languages}${language},"
6562 ;;
bf41f30d 6563 all|yes)
9b134994
PB
6564 new_enable_languages="${new_enable_languages}${language},"
6565 potential_languages="${potential_languages}${language},"
1d39f329 6566 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
9e1a94f4 6567 enabled_target_libs="$enabled_target_libs $target_libs"
f8dc745f
RW
6568 case "${boot_language}:,$enable_stage1_languages," in
6569 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
4fa63067 6570 # Add to (comma-separated) list of stage 1 languages.
f8dc745f
RW
6571 case ",$stage1_languages," in
6572 *,$language,* | ,yes, | ,all,) ;;
6573 *) stage1_languages="${stage1_languages}${language}," ;;
6574 esac
e8a5fa9c
RW
6575 # We need to bootstrap any supporting libraries.
6576 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1d39f329
NN
6577 ;;
6578 esac
6579 ;;
9e07f89d
NN
6580 esac
6581 ;;
6582 esac
6583 done
6584
9e1a94f4
ILT
6585 # Add target libraries which are only needed for disabled languages
6586 # to noconfigdirs.
6587 if test -n "$disabled_target_libs"; then
6588 for dir in $disabled_target_libs; do
6589 case " $enabled_target_libs " in
6590 *" ${dir} "*) ;;
6591 *) noconfigdirs="$noconfigdirs $dir" ;;
6592 esac
6593 done
6594 fi
6595
81ecdfbb
RW
6596 # Check whether --enable-stage1-languages was given.
6597if test "${enable_stage1_languages+set}" = set; then :
6598 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
9b134994
PB
6599 ,no,|,,)
6600 # Set it to something that will have no effect in the loop below
6601 enable_stage1_languages=c ;;
6602 ,yes,)
6603 enable_stage1_languages=`echo $new_enable_languages | \
6604 sed -e "s/^,//" -e "s/,$//" ` ;;
6605 *,all,*)
6606 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6607 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6608 esac
6609
6610 # Add "good" languages from enable_stage1_languages to stage1_languages,
6611 # while "bad" languages go in missing_languages. Leave no duplicates.
6612 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6613 case $potential_languages in
6614 *,$i,*)
6615 case $stage1_languages in
6616 *,$i,*) ;;
6617 *) stage1_languages="$stage1_languages$i," ;;
6618 esac ;;
6619 *)
6620 case $missing_languages in
6621 *,$i,*) ;;
6622 *) missing_languages="$missing_languages$i," ;;
6623 esac ;;
6624 esac
6625 done
81ecdfbb
RW
6626fi
6627
9b134994
PB
6628
6629 # Remove leading/trailing commas that were added for simplicity
6630 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4b0ac75d 6631 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9b134994
PB
6632 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6633 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6634
9e07f89d 6635 if test "x$missing_languages" != x; then
d0ac1c44 6636 as_fn_error $? "
27258dd4 6637The following requested languages could not be built: ${missing_languages}
81ecdfbb 6638Supported languages are: ${potential_languages}" "$LINENO" 5
9e07f89d 6639 fi
9e07f89d
NN
6640 if test "x$new_enable_languages" != "x$enable_languages"; then
6641 echo The following languages will be built: ${new_enable_languages}
9b134994 6642 enable_languages="$new_enable_languages"
9e07f89d 6643 fi
9b134994 6644
c6b750e1 6645
81ec575a 6646 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
9e07f89d
NN
6647fi
6648
a6df5a19
PB
6649# Handle --disable-<component> generically.
6650for dir in $configdirs $build_configdirs $target_configdirs ; do
6651 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
9cc8ae67
PB
6652 varname=`echo $dirname | sed -e s/+/_/g`
6653 if eval test x\${enable_${varname}} "=" xno ; then
a6df5a19
PB
6654 noconfigdirs="$noconfigdirs $dir"
6655 fi
6656done
6657
4f0ef2d8 6658# Check for Boehm's garbage collector
81ecdfbb
RW
6659# Check whether --enable-objc-gc was given.
6660if test "${enable_objc_gc+set}" = set; then :
05a13254 6661 enableval=$enable_objc_gc;
81ecdfbb
RW
6662fi
6663
4f0ef2d8 6664
05a13254
NC
6665# Check whether --with-target-bdw-gc was given.
6666if test "${with_target_bdw_gc+set}" = set; then :
6667 withval=$with_target_bdw_gc;
6668fi
6669
6670
6671# Check whether --with-target-bdw-gc-include was given.
6672if test "${with_target_bdw_gc_include+set}" = set; then :
6673 withval=$with_target_bdw_gc_include;
6674fi
6675
6676
6677# Check whether --with-target-bdw-gc-lib was given.
6678if test "${with_target_bdw_gc_lib+set}" = set; then :
6679 withval=$with_target_bdw_gc_lib;
6680fi
6681
6682
6683case ,${enable_languages},:${enable_objc_gc} in *,objc,*:yes|*,objc,*:auto)
6684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bdw garbage collector" >&5
6685$as_echo_n "checking for bdw garbage collector... " >&6; }
6686 if test "x$with_target_bdw_gc$with_target_bdw_gc_include$with_target_bdw_gc_lib" = x; then
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using bdw-gc in default locations" >&5
6688$as_echo "using bdw-gc in default locations" >&6; }
6689 else
6690 if test "x$with_target_bdw_gc_include" = x && test "x$with_target_bdw_gc_lib" != x; then
d0ac1c44 6691 as_fn_error $? "found --with-target-bdw-gc-lib but --with-target-bdw-gc-include missing" "$LINENO" 5
05a13254 6692 elif test "x$with_target_bdw_gc_include" != x && test "x$with_target_bdw_gc_lib" = x; then
d0ac1c44 6693 as_fn_error $? "found --with-target-bdw-gc-include but --with-target-bdw-gc-lib missing" "$LINENO" 5
05a13254
NC
6694 else
6695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using paths configured with --with-target-bdw-gc options" >&5
6696$as_echo "using paths configured with --with-target-bdw-gc options" >&6; }
d42c4017 6697 fi
05a13254 6698 fi
4f0ef2d8
CD
6699esac
6700
bf41f30d 6701# Disable libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
7ec59b9e 6702case ,${enable_languages}, in
1b6c0831 6703 *,c++,*)
bf41f30d 6704 # Disable libitm, libsanitizer if we're not building libstdc++
1b6c0831
L
6705 case "${noconfigdirs}" in
6706 *target-libstdc++-v3*)
bf41f30d 6707 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
1b6c0831
L
6708 ;;
6709 *) ;;
6710 esac
6711 ;;
7ec59b9e 6712 *)
bf41f30d 6713 noconfigdirs="$noconfigdirs target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
7ec59b9e
L
6714 ;;
6715esac
6716
caeba88f
AL
6717# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6718# $build_configdirs and $target_configdirs.
9e07f89d
NN
6719# If we have the source for $noconfigdirs entries, add them to $notsupp.
6720
6721notsupp=""
6722for dir in . $skipdirs $noconfigdirs ; do
caeba88f 6723 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
9e07f89d
NN
6724 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6725 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6726 if test -r $srcdir/$dirname/configure ; then
6727 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6728 true
6729 else
6730 notsupp="$notsupp $dir"
6731 fi
6732 fi
6733 fi
caeba88f
AL
6734 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6735 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6736 if test -r $srcdir/$dirname/configure ; then
6737 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6738 true
6739 else
6740 notsupp="$notsupp $dir"
6741 fi
6742 fi
6743 fi
9e07f89d
NN
6744 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6745 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6746 if test -r $srcdir/$dirname/configure ; then
6747 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6748 true
6749 else
6750 notsupp="$notsupp $dir"
6751 fi
6752 fi
6753 fi
6754done
6755
9e07f89d
NN
6756# Quietly strip out all directories which aren't configurable in this tree.
6757# This relies on all configurable subdirectories being autoconfiscated, which
6758# is now the case.
6a9cf61e
PB
6759build_configdirs_all="$build_configdirs"
6760build_configdirs=
6761for i in ${build_configdirs_all} ; do
c6b750e1 6762 j=`echo $i | sed -e s/build-//g`
6a9cf61e
PB
6763 if test -f ${srcdir}/$j/configure ; then
6764 build_configdirs="${build_configdirs} $i"
6765 fi
6766done
6767
9e07f89d
NN
6768configdirs_all="$configdirs"
6769configdirs=
6770for i in ${configdirs_all} ; do
6771 if test -f ${srcdir}/$i/configure ; then
6772 configdirs="${configdirs} $i"
6773 fi
6774done
6a9cf61e 6775
9e07f89d
NN
6776target_configdirs_all="$target_configdirs"
6777target_configdirs=
6778for i in ${target_configdirs_all} ; do
c6b750e1 6779 j=`echo $i | sed -e s/target-//g`
9e07f89d
NN
6780 if test -f ${srcdir}/$j/configure ; then
6781 target_configdirs="${target_configdirs} $i"
6782 fi
6783done
6784
1b6c0831
L
6785# libiberty-linker-plugin is special: it doesn't have its own source directory,
6786# so we have to add it after the preceding checks.
6787if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6788then
6789 case " $configdirs " in
6790 *" libiberty "*)
6791 # If we can build libiberty, we can also build libiberty-linker-plugin.
6792 configdirs="$configdirs libiberty-linker-plugin"
6793 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
6794 --with-libiberty=../libiberty-linker-plugin";;
6795 *)
d0ac1c44 6796 as_fn_error $? "libiberty missing" "$LINENO" 5;;
1b6c0831
L
6797 esac
6798fi
6799
6800# Sometimes we have special requirements for the host libiberty.
6801extra_host_libiberty_configure_flags=
e81d5d05 6802extra_host_zlib_configure_flags=
1b6c0831
L
6803case " $configdirs " in
6804 *" lto-plugin "* | *" libcc1 "*)
6805 # When these are to be built as shared libraries, the same applies to
6806 # libiberty.
6807 extra_host_libiberty_configure_flags=--enable-shared
6808 ;;
e81d5d05
L
6809 *" bfd "*)
6810 # When bfd is to be built as a shared library, the same applies to
6811 # zlib.
6812 if test "$enable_shared" = "yes"; then
6813 extra_host_zlib_configure_flags=--enable-host-shared
6814 fi
6815 ;;
1b6c0831
L
6816esac
6817
6818
e81d5d05 6819
9e07f89d
NN
6820# Produce a warning message for the subdirs we can't configure.
6821# This isn't especially interesting in the Cygnus tree, but in the individual
6822# FSF releases, it's important to let people know when their machine isn't
6823# supported by the one or two programs in a package.
6824
6825if test -n "${notsupp}" && test -z "${norecursion}" ; then
6826 # If $appdirs is non-empty, at least one of those directories must still
6827 # be configured, or we error out. (E.g., if the gas release supports a
6828 # specified target in some subdirs but not the gas subdir, we shouldn't
6829 # pretend that all is well.)
6830 if test -n "$appdirs" ; then
6831 for dir in $appdirs ; do
6832 if test -r $dir/Makefile.in ; then
6833 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6834 appdirs=""
6835 break
6836 fi
6a9cf61e 6837 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
9e07f89d
NN
6838 appdirs=""
6839 break
6840 fi
6841 fi
6842 done
6843 if test -n "$appdirs" ; then
6844 echo "*** This configuration is not supported by this package." 1>&2
6845 exit 1
6846 fi
6847 fi
6848 # Okay, some application will build, or we don't care to check. Still
6849 # notify of subdirs not getting built.
6850 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6851 echo " ${notsupp}" 1>&2
6852 echo " (Any other directories should still work fine.)" 1>&2
6853fi
6854
6855case "$host" in
6856 *msdosdjgpp*)
6857 enable_gdbtk=no ;;
6858esac
6859
18f6b6ee
PB
6860# To find our prefix, in gcc_cv_tool_prefix.
6861
6862# The user is always right.
6863if test "${PATH_SEPARATOR+set}" != set; then
6864 echo "#! /bin/sh" >conf$$.sh
6865 echo "exit 0" >>conf$$.sh
6866 chmod +x conf$$.sh
6867 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6868 PATH_SEPARATOR=';'
6869 else
6870 PATH_SEPARATOR=:
6871 fi
6872 rm -f conf$$.sh
6873fi
6874
6875
bf41f30d
NC
6876 get_gcc_base_ver="cat"
6877
6878# Check whether --with-gcc-major-version-only was given.
6879if test "${with_gcc_major_version_only+set}" = set; then :
6880 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
37f980dc 6881 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
bf41f30d
NC
6882 fi
6883
6884fi
6885
6886
6887
6888
6889
18f6b6ee
PB
6890
6891if test "x$exec_prefix" = xNONE; then
6892 if test "x$prefix" = xNONE; then
6893 gcc_cv_tool_prefix=$ac_default_prefix
6894 else
6895 gcc_cv_tool_prefix=$prefix
6896 fi
6897else
6898 gcc_cv_tool_prefix=$exec_prefix
6899fi
6900
6901# If there is no compiler in the tree, use the PATH only. In any
6902# case, if there is no compiler in the tree nobody should use
6903# AS_FOR_TARGET and LD_FOR_TARGET.
6904if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
bf41f30d
NC
6905 if test x$with_gcc_major_version_only = xyes ; then
6906 gcc_version=`sed -e 's/^\([0-9]*\).*$/\1/' $srcdir/gcc/BASE-VER`
6907 else
6908 gcc_version=`cat $srcdir/gcc/BASE-VER`
6909 fi
18f6b6ee
PB
6910 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6911 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6912 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6913 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6914 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6915 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6916else
6917 gcc_cv_tool_dirs=
6918fi
6919
6920if test x$build = x$target && test -n "$md_exec_prefix"; then
6921 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6922fi
6923
6924
6925
9e07f89d
NN
6926copy_dirs=
6927
c6b750e1 6928
81ecdfbb
RW
6929# Check whether --with-build-sysroot was given.
6930if test "${with_build_sysroot+set}" = set; then :
6931 withval=$with_build_sysroot; if test x"$withval" != x ; then
a19b6204
MM
6932 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6933 fi
6934else
6935 SYSROOT_CFLAGS_FOR_TARGET=
81ecdfbb 6936fi
a19b6204
MM
6937
6938
8a6ee3ab 6939
81ecdfbb
RW
6940
6941# Check whether --with-debug-prefix-map was given.
6942if test "${with_debug_prefix_map+set}" = set; then :
6943 withval=$with_debug_prefix_map; if test x"$withval" != x; then
8a6ee3ab
JM
6944 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6945 for debug_map in $withval; do
6946 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6947 done
6948 fi
6949else
6950 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
81ecdfbb
RW
6951fi
6952
8a6ee3ab
JM
6953
6954
7f6ef0c0
PB
6955# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6956# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6957# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6958# We want to ensure that TARGET libraries (which we know are built with
6959# gcc) are built with "-O2 -g", so include those options when setting
6960# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6961if test "x$CFLAGS_FOR_TARGET" = x; then
1b6c0831
L
6962 if test "x${is_cross_compiler}" = xyes; then
6963 CFLAGS_FOR_TARGET="-g -O2"
6964 else
6965 CFLAGS_FOR_TARGET=$CFLAGS
6966 case " $CFLAGS " in
6967 *" -O2 "*) ;;
6968 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6969 esac
6970 case " $CFLAGS " in
6971 *" -g "* | *" -g3 "*) ;;
6972 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6973 esac
6974 fi
7f6ef0c0
PB
6975fi
6976
6977
6978if test "x$CXXFLAGS_FOR_TARGET" = x; then
1b6c0831
L
6979 if test "x${is_cross_compiler}" = xyes; then
6980 CXXFLAGS_FOR_TARGET="-g -O2"
6981 else
6982 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6983 case " $CXXFLAGS " in
6984 *" -O2 "*) ;;
6985 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6986 esac
6987 case " $CXXFLAGS " in
6988 *" -g "* | *" -g3 "*) ;;
6989 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6990 esac
6991 fi
7f6ef0c0
PB
6992fi
6993
6994
91c1f14c
DK
6995
6996
9e07f89d
NN
6997# Handle --with-headers=XXX. If the value is not "yes", the contents of
6998# the named directory are copied to $(tooldir)/sys-include.
6999if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
7000 if test x${is_cross_compiler} = xno ; then
7001 echo 1>&2 '***' --with-headers is only supported when cross compiling
7002 exit 1
7003 fi
7004 if test x"${with_headers}" != xyes ; then
18f6b6ee 7005 x=${gcc_cv_tool_prefix}
c6b750e1 7006 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9e07f89d
NN
7007 fi
7008fi
7009
7010# Handle --with-libs=XXX. If the value is not "yes", the contents of
7011# the name directories are copied to $(tooldir)/lib. Multiple directories
7012# are permitted.
7013if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
7014 if test x${is_cross_compiler} = xno ; then
7015 echo 1>&2 '***' --with-libs is only supported when cross compiling
7016 exit 1
7017 fi
7018 if test x"${with_libs}" != xyes ; then
7019 # Copy the libraries in reverse order, so that files in the first named
7020 # library override files in subsequent libraries.
18f6b6ee 7021 x=${gcc_cv_tool_prefix}
9e07f89d 7022 for l in ${with_libs}; do
c6b750e1 7023 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9e07f89d
NN
7024 done
7025 fi
7026fi
7027
700d40ca 7028# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
2429c060
PB
7029#
7030# This is done by determining whether or not the appropriate directory
7031# is available, and by checking whether or not specific configurations
7032# have requested that this magic not happen.
c6b750e1
DJ
7033#
7034# The command line options always override the explicit settings in
136bb21f 7035# configure.ac, and the settings in configure.ac override this magic.
2429c060 7036#
c6b750e1 7037# If the default for a toolchain is to use GNU as and ld, and you don't
2429c060 7038# want to do that, then you should use the --without-gnu-as and
700d40ca
ILT
7039# --without-gnu-ld options for the configure script. Similarly, if
7040# the default is to use the included zlib and you don't want to do that,
7041# you should use the --with-system-zlib option for the configure script.
2429c060
PB
7042
7043if test x${use_gnu_as} = x &&
7044 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
7045 with_gnu_as=yes
7046 extra_host_args="$extra_host_args --with-gnu-as"
7047fi
7048
7049if test x${use_gnu_ld} = x &&
93f9b408 7050 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2429c060
PB
7051 with_gnu_ld=yes
7052 extra_host_args="$extra_host_args --with-gnu-ld"
7053fi
7054
700d40ca
ILT
7055if test x${use_included_zlib} = x &&
7056 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
7057 :
7058else
7059 with_system_zlib=yes
7060 extra_host_args="$extra_host_args --with-system-zlib"
7061fi
7062
2429c060
PB
7063# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
7064# can detect this case.
7065
7066if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
7067 with_newlib=yes
7068 extra_host_args="$extra_host_args --with-newlib"
7069fi
7070
9e07f89d
NN
7071# Handle ${copy_dirs}
7072set fnord ${copy_dirs}
7073shift
7074while test $# != 0 ; do
7075 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
7076 :
7077 else
7078 echo Copying $1 to $2
7079
7080 # Use the install script to create the directory and all required
7081 # parent directories.
7082 if test -d $2 ; then
7083 :
7084 else
7085 echo >config.temp
7086 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
7087 fi
7088
7089 # Copy the directory, assuming we have tar.
7090 # FIXME: Should we use B in the second tar? Not all systems support it.
7091 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
7092
7093 # It is the responsibility of the user to correctly adjust all
7094 # symlinks. If somebody can figure out how to handle them correctly
7095 # here, feel free to add the code.
7096
7097 echo $1 > $2/COPIED
7098 fi
7099 shift; shift
7100done
7101
2429c060
PB
7102# Determine a target-dependent exec_prefix that the installed
7103# gcc will search in. Keep this list sorted by triplet, with
7104# the *-*-osname triplets last.
7105md_exec_prefix=
7106case "${target}" in
521ec477 7107 i[34567]86-pc-msdosdjgpp*)
2429c060
PB
7108 md_exec_prefix=/dev/env/DJDIR/bin
7109 ;;
2429c060 7110 *-*-hpux* | \
2429c060 7111 *-*-nto-qnx* | \
1f111696 7112 *-*-solaris2*)
2429c060
PB
7113 md_exec_prefix=/usr/ccs/bin
7114 ;;
7115esac
7116
a0da8069
NN
7117extra_arflags_for_target=
7118extra_nmflags_for_target=
7119extra_ranlibflags_for_target=
7120target_makefile_frag=/dev/null
7121case "${target}" in
77d7106f
AM
7122 spu-*-*)
7123 target_makefile_frag="config/mt-spu"
7124 ;;
a9d58c06 7125 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
429acdec
RS
7126 target_makefile_frag="config/mt-sde"
7127 ;;
f3b1e08e
RS
7128 mipsisa*-*-elfoabi*)
7129 target_makefile_frag="config/mt-mips-elfoabi"
7130 ;;
e7c8859c
RS
7131 mips*-*-*linux* | mips*-*-gnu*)
7132 target_makefile_frag="config/mt-mips-gnu"
7133 ;;
d9e042ac
SL
7134 nios2-*-elf*)
7135 target_makefile_frag="config/mt-nios2-elf"
7136 ;;
bf41f30d
NC
7137 *-*-linux-android*)
7138 target_makefile_frag="config/mt-android"
7139 ;;
29383458 7140 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 7141 target_makefile_frag="config/mt-gnu"
a0da8069
NN
7142 ;;
7143 *-*-aix4.[3456789]* | *-*-aix[56789].*)
c6b750e1 7144 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
a0da8069
NN
7145 # commands to handle both 32-bit and 64-bit objects. These flags are
7146 # harmless if we're using GNU nm or ar.
7147 extra_arflags_for_target=" -X32_64"
7148 extra_nmflags_for_target=" -B -X32_64"
7149 ;;
a0da8069
NN
7150esac
7151
7152alphaieee_frag=/dev/null
7153case $target in
7154 alpha*-*-*)
7155 # This just makes sure to use the -mieee option to build target libs.
7156 # This should probably be set individually by each library.
7157 alphaieee_frag="config/mt-alphaieee"
7158 ;;
7159esac
7160
7161# If --enable-target-optspace always use -Os instead of -O2 to build
7162# the target libraries, similarly if it is not specified, use -Os
7163# on selected platforms.
7164ospace_frag=/dev/null
7165case "${enable_target_optspace}:${target}" in
7166 yes:*)
7167 ospace_frag="config/mt-ospace"
7168 ;;
7169 :d30v-*)
7170 ospace_frag="config/mt-d30v"
7171 ;;
16beab3d 7172 :m32r-* | :d10v-* | :fr30-* | :i?86*-*-elfiamcu)
a0da8069
NN
7173 ospace_frag="config/mt-ospace"
7174 ;;
7175 no:* | :*)
7176 ;;
7177 *)
7178 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
7179 ;;
7180esac
7181
a0da8069
NN
7182# Some systems (e.g., one of the i386-aix systems the gas testers are
7183# using) don't handle "\$" correctly, so don't use it here.
c6b750e1 7184tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
7185build_tooldir=${tooldir}
7186
a0da8069
NN
7187# Create a .gdbinit file which runs the one in srcdir
7188# and tells GDB to look there for source files.
7189
7190if test -r ${srcdir}/.gdbinit ; then
7191 case ${srcdir} in
7192 .) ;;
7193 *) cat > ./.gdbinit <<EOF
7194# ${NO_EDIT}
7195dir ${srcdir}
7196dir .
7197source ${srcdir}/.gdbinit
7198EOF
7199 ;;
7200 esac
7201fi
7202
a0da8069
NN
7203# Make sure that the compiler is able to generate an executable. If it
7204# can't, we are probably in trouble. We don't care whether we can run the
7205# executable--we might be using a cross compiler--we only care whether it
7206# can be created. At this point the main configure script has set CC.
7207we_are_ok=no
7208echo "int main () { return 0; }" > conftest.c
7209${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7210if test $? = 0 ; then
7211 if test -s conftest || test -s conftest.exe ; then
7212 we_are_ok=yes
7213 fi
c6b750e1 7214fi
a0da8069
NN
7215case $we_are_ok in
7216 no)
7217 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7218 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7219 rm -f conftest*
7220 exit 1
7221 ;;
7222esac
7223rm -f conftest*
7224
3bbd2f8f 7225# Decide which environment variable is used to find dynamic libraries.
a0da8069
NN
7226case "${host}" in
7227 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
3516a403 7228 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 7229 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
a0da8069
NN
7230 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7231esac
7232
3bbd2f8f 7233# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
7234# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7235# built executables to PATH.
3bbd2f8f
AL
7236if test "$RPATH_ENVVAR" = PATH; then
7237 GCC_SHLIB_SUBDIR=/shlib
7238else
7239 GCC_SHLIB_SUBDIR=
7240fi
7241
730af8ee 7242# Adjust the toplevel makefile according to whether bootstrap was selected.
7243case $enable_bootstrap in
7244 yes)
7245 bootstrap_suffix=bootstrap
7246 BUILD_CONFIG=bootstrap-debug
7247 ;;
7248 no)
7249 bootstrap_suffix=no-bootstrap
7250 BUILD_CONFIG=
7251 ;;
7252esac
7253
7254{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7255$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7256
7257
7258# Check whether --with-build-config was given.
7259if test "${with_build_config+set}" = set; then :
7260 withval=$with_build_config; case $with_build_config in
7261 yes) with_build_config= ;;
7262 no) with_build_config= BUILD_CONFIG= ;;
7263 esac
7264fi
7265
7266
7267if test "x${with_build_config}" != x; then
7268 BUILD_CONFIG=$with_build_config
7269else
7270 case $BUILD_CONFIG in
7271 bootstrap-debug)
7272 if echo "int f (void) { return 0; }" > conftest.c &&
7273 ${CC} -c conftest.c &&
7274 mv conftest.o conftest.o.g0 &&
7275 ${CC} -c -g conftest.c &&
7276 mv conftest.o conftest.o.g &&
7277 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7278 :
7279 else
7280 BUILD_CONFIG=
7281 fi
7282 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7283 ;;
7284 esac
7285fi
7286{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7287$as_echo "$BUILD_CONFIG" >&6; }
7288
7289
7290# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7292$as_echo_n "checking for --enable-vtable-verify... " >&6; }
7293# Check whether --enable-vtable-verify was given.
7294if test "${enable_vtable_verify+set}" = set; then :
7295 enableval=$enable_vtable_verify; case "$enableval" in
7296 yes) enable_vtable_verify=yes ;;
7297 no) enable_vtable_verify=no ;;
7298 *) enable_vtable_verify=no;;
7299 esac
7300else
7301 enable_vtable_verify=no
7302fi
7303
7304{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7305$as_echo "$enable_vtable_verify" >&6; }
7306
a0da8069
NN
7307# Record target_configdirs and the configure arguments for target and
7308# build configuration in Makefile.
7309target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6a9cf61e 7310build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
201f096f 7311bootstrap_fixincludes=no
a0da8069 7312
2aa2364a
JR
7313# If we are building libgomp, bootstrap it.
7314if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7315 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7316fi
7317
730af8ee 7318# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7319# or bootstrap-ubsan, bootstrap it.
7320if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7321 case "$BUILD_CONFIG" in
7322 *bootstrap-asan* | *bootstrap-ubsan* )
7323 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
201f096f 7324 bootstrap_fixincludes=yes
730af8ee 7325 ;;
7326 esac
5eb08693
L
7327fi
7328
730af8ee 7329# If we are building libvtv and --enable-vtable-verify, bootstrap it.
7330if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7331 test "$enable_vtable_verify" != no; then
95e43135
JBG
7332 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7333fi
7334
a0da8069
NN
7335# Determine whether gdb needs tk/tcl or not.
7336# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7337# and in that case we want gdb to be built without tk. Ugh!
7338# In fact I believe gdb is the *only* package directly dependent on tk,
7339# so we should be able to put the 'maybe's in unconditionally and
7340# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7341# 100% sure that that's safe though.
c180f501 7342
675c6968 7343gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
a0da8069
NN
7344case "$enable_gdbtk" in
7345 no)
7346 GDB_TK="" ;;
c180f501
AC
7347 yes)
7348 GDB_TK="${gdb_tk}" ;;
a0da8069 7349 *)
c180f501
AC
7350 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7351 # distro. Eventually someone will fix this and move Insight, nee
7352 # gdbtk to a separate directory.
7353 if test -d ${srcdir}/gdb/gdbtk ; then
7354 GDB_TK="${gdb_tk}"
7355 else
7356 GDB_TK=""
7357 fi
7358 ;;
a0da8069 7359esac
907be67c
DJ
7360CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7361INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
a0da8069 7362
b6f9caee
TT
7363# gdb and gdbserver depend on gnulib and gdbsupport, but as nothing
7364# else does, only include them if one of these is built. The Makefile
7365# provides the ordering, so it's enough here to add to the list.
7366case " ${configdirs} " in
7367 *\ gdb\ *)
7368 configdirs="${configdirs} gnulib gdbsupport"
7369 ;;
7370 *\ gdbserver\ *)
7371 configdirs="${configdirs} gnulib gdbsupport"
7372 ;;
7373esac
73cc7272 7374
6bd3dfaa 7375# Strip out unwanted targets.
dd12c3a8
NN
7376
7377# While at that, we remove Makefiles if we were started for recursive
7378# configuration, so that the top-level Makefile reconfigures them,
7379# like we used to do when configure itself was recursive.
dd12c3a8 7380
06a51eac
RW
7381# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7382# but now we're fixing up the Makefile ourselves with the additional
7383# commands passed to AC_CONFIG_FILES. Use separate variables
7384# extrasub-{build,host,target} not because there is any reason to split
7385# the substitutions up that way, but only to remain below the limit of
7386# 99 commands in a script, for HP-UX sed.
4119873a
AO
7387
7388# Do not nest @if/@endif or @unless/@endunless pairs, because
7389# configure will not warn you at all.
dd12c3a8 7390
16b1ad29
RW
7391case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7392 yes:yes:*\ gold\ *:*,c++,*) ;;
7393 yes:yes:*\ gold\ *:*)
d0ac1c44 7394 as_fn_error $? "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
16b1ad29
RW
7395 ;;
7396esac
7397
06a51eac 7398extrasub_build=
6a9cf61e 7399for module in ${build_configdirs} ; do
498d4a71
CF
7400 if test -z "${no_recursion}" \
7401 && test -f ${build_subdir}/${module}/Makefile; then
7402 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7403 rm -f ${build_subdir}/${module}/Makefile
7404 fi
06a51eac 7405 extrasub_build="$extrasub_build
498d4a71
CF
7406/^@if build-$module\$/d
7407/^@endif build-$module\$/d
4119873a 7408/^@unless build-$module\$/,/^@endunless build-$module\$/d
498d4a71 7409/^@if build-$module-$bootstrap_suffix\$/d
4119873a
AO
7410/^@endif build-$module-$bootstrap_suffix\$/d
7411/^@unless build-$module-$bootstrap_suffix\$/,/^@endunless build-$module-$bootstrap_suffix\$/d"
498d4a71 7412done
06a51eac 7413extrasub_host=
498d4a71 7414for module in ${configdirs} ; do
80911fe1 7415 if test -z "${no_recursion}"; then
8cf39b1b 7416 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
7417 if test -f ${file}; then
7418 echo 1>&2 "*** removing ${file} to force reconfigure"
7419 rm -f ${file}
7420 fi
7421 done
498d4a71 7422 fi
201f096f 7423 case ${module},${bootstrap_fixincludes} in
7424 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7425 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7426 esac
06a51eac 7427 extrasub_host="$extrasub_host
498d4a71
CF
7428/^@if $module\$/d
7429/^@endif $module\$/d
4119873a 7430/^@unless $module\$/,/^@endunless $module\$/d
201f096f 7431/^@if $module-$host_bootstrap_suffix\$/d
4119873a
AO
7432/^@endif $module-$host_bootstrap_suffix\$/d
7433/^@unless $module-$host_bootstrap_suffix\$/,/^@endunless $module-$host_bootstrap_suffix\$/d"
498d4a71 7434done
06a51eac 7435extrasub_target=
498d4a71
CF
7436for module in ${target_configdirs} ; do
7437 if test -z "${no_recursion}" \
7438 && test -f ${target_subdir}/${module}/Makefile; then
7439 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7440 rm -f ${target_subdir}/${module}/Makefile
7441 fi
e8a5fa9c
RW
7442
7443 # We only bootstrap target libraries listed in bootstrap_target_libs.
7444 case $bootstrap_target_libs in
7445 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7446 *) target_bootstrap_suffix=no-bootstrap ;;
7447 esac
7448
06a51eac 7449 extrasub_target="$extrasub_target
498d4a71
CF
7450/^@if target-$module\$/d
7451/^@endif target-$module\$/d
4119873a 7452/^@unless target-$module\$/,/^@endunless target-$module\$/d
e8a5fa9c 7453/^@if target-$module-$target_bootstrap_suffix\$/d
4119873a
AO
7454/^@endif target-$module-$target_bootstrap_suffix\$/d
7455/^@unless target-$module-$target_bootstrap_suffix\$/,/^@endunless target-$module-$target_bootstrap_suffix\$/d"
498d4a71
CF
7456done
7457
06a51eac
RW
7458# Do the final fixup along with target modules.
7459extrasub_target="$extrasub_target
4119873a
AO
7460/^@if /,/^@endif /d
7461/^@unless /d
7462/^@endunless /d"
a0da8069
NN
7463
7464# Create the serialization dependencies. This uses a temporary file.
7465
81ecdfbb
RW
7466# Check whether --enable-serial-configure was given.
7467if test "${enable_serial_configure+set}" = set; then :
7468 enableval=$enable_serial_configure;
7469fi
e6bfb94a
AO
7470
7471
1047cb91
DD
7472case ${enable_serial_configure} in
7473 yes)
7474 enable_serial_build_configure=yes
7475 enable_serial_host_configure=yes
7476 enable_serial_target_configure=yes
7477 ;;
7478esac
7479
a0da8069
NN
7480# These force 'configure's to be done one at a time, to avoid problems
7481# with contention over a shared config.cache.
7482rm -f serdep.tmp
e6bfb94a 7483echo '# serdep.tmp' > serdep.tmp
a0da8069 7484olditem=
1047cb91 7485test "x${enable_serial_build_configure}" = xyes &&
a0da8069
NN
7486for item in ${build_configdirs} ; do
7487 case ${olditem} in
7488 "") ;;
e6bfb94a 7489 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7490 esac
7491 olditem=${item}
7492done
7493olditem=
1047cb91 7494test "x${enable_serial_host_configure}" = xyes &&
a0da8069
NN
7495for item in ${configdirs} ; do
7496 case ${olditem} in
7497 "") ;;
e6bfb94a 7498 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7499 esac
7500 olditem=${item}
7501done
7502olditem=
1047cb91 7503test "x${enable_serial_target_configure}" = xyes &&
a0da8069
NN
7504for item in ${target_configdirs} ; do
7505 case ${olditem} in
7506 "") ;;
e6bfb94a 7507 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7508 esac
7509 olditem=${item}
7510done
7511serialization_dependencies=serdep.tmp
7512
7513
e6bfb94a 7514# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1 7515# target, nonopt, and variable assignments. These are the ones we
30167e0a
NC
7516# might not want to pass down to subconfigures. The exception being
7517# --cache-file=/dev/null, which is used to turn off the use of cache
7518# files altogether, and which should be passed on to subconfigures.
7519# Also strip program-prefix, program-suffix, and program-transform-name,
7520# so that we can pass down a consistent program-transform-name.
c6b750e1 7521baseargs=
65b4571a 7522tbaseargs=
c6b750e1
DJ
7523keep_next=no
7524skip_next=no
7525eval "set -- $ac_configure_args"
18f6b6ee
PB
7526for ac_arg
7527do
c6b750e1
DJ
7528 if test X"$skip_next" = X"yes"; then
7529 skip_next=no
7530 continue
7531 fi
7532 if test X"$keep_next" = X"yes"; then
7533 case $ac_arg in
7534 *\'*)
7535 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7536 esac
7537 baseargs="$baseargs '$ac_arg'"
65b4571a 7538 tbaseargs="$tbaseargs '$ac_arg'"
c6b750e1
DJ
7539 keep_next=no
7540 continue
7541 fi
7542
7543 # Handle separated arguments. Based on the logic generated by
7544 # autoconf 2.59.
7545 case $ac_arg in
7546 *=* | --config-cache | -C | -disable-* | --disable-* \
7547 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7548 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7549 | -with-* | --with-* | -without-* | --without-* | --x)
7550 separate_arg=no
7551 ;;
7552 -*)
7553 separate_arg=yes
7554 ;;
7555 *)
7556 separate_arg=no
7557 ;;
7558 esac
7559
65b4571a
AO
7560 skip_targ=no
7561 case $ac_arg in
7562
7563 --with-* | --without-*)
7564 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7565
7566 case $libopt in
7567 *[-_]include)
7568 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7569 ;;
7570 *[-_]lib)
7571 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7572 ;;
7573 *)
7574 lib=$libopt
7575 ;;
7576 esac
7577
7578
7579 case $lib in
1b6c0831 7580 mpc | mpfr | gmp | isl)
65b4571a
AO
7581 # If we're processing --with-$lib, --with-$lib-include or
7582 # --with-$lib-lib, for one of the libs above, and target is
7583 # different from host, don't pass the current argument to any
7584 # target library's configure.
7585 if test x$is_cross_compiler = xyes; then
7586 skip_targ=yes
7587 fi
7588 ;;
7589 esac
7590 ;;
7591 esac
7592
c6b750e1 7593 case "$ac_arg" in
30167e0a
NC
7594 --cache-file=/dev/null | \
7595 -cache-file=/dev/null )
7596 # Handled here to avoid the test to skip args below.
7597 baseargs="$baseargs '$ac_arg'"
65b4571a 7598 tbaseargs="$tbaseargs '$ac_arg'"
30167e0a
NC
7599 # Assert: $separate_arg should always be no.
7600 keep_next=$separate_arg
7601 ;;
c6b750e1
DJ
7602 --no*)
7603 continue
7604 ;;
7605 --c* | \
7606 --sr* | \
7607 --ho* | \
7608 --bu* | \
7609 --t* | \
7610 --program-* | \
7611 -cache_file* | \
7612 -srcdir* | \
7613 -host* | \
7614 -build* | \
7615 -target* | \
7616 -program-prefix* | \
7617 -program-suffix* | \
7618 -program-transform-name* )
7619 skip_next=$separate_arg
7620 continue
7621 ;;
7622 -*)
7623 # An option. Add it.
7624 case $ac_arg in
7625 *\'*)
7626 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7627 esac
7628 baseargs="$baseargs '$ac_arg'"
65b4571a
AO
7629 if test X"$skip_targ" = Xno; then
7630 tbaseargs="$tbaseargs '$ac_arg'"
7631 fi
c6b750e1
DJ
7632 keep_next=$separate_arg
7633 ;;
7634 *)
7635 # Either a variable assignment, or a nonopt (triplet). Don't
7636 # pass it down; let the Makefile handle this.
7637 continue
7638 ;;
7639 esac
7640done
7641# Remove the initial space we just introduced and, as these will be
7642# expanded by make, quote '$'.
7643baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
a0da8069 7644
f27d4f92
DJ
7645# Add in --program-transform-name, after --program-prefix and
7646# --program-suffix have been applied to it. Autoconf has already
7647# doubled dollar signs and backslashes in program_transform_name; we want
7648# the backslashes un-doubled, and then the entire thing wrapped in single
c6b750e1 7649# quotes, because this will be expanded first by make and then by the shell.
f27d4f92
DJ
7650# Also, because we want to override the logic in subdir configure scripts to
7651# choose program_transform_name, replace any s,x,x, with s,y,y,.
7652sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7653${program_transform_name}
7654EOF_SED
7655gcc_transform_name=`cat conftestsed.out`
7656rm -f conftestsed.out
7657baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
65b4571a 7658tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
7659if test "$silent" = yes; then
7660 baseargs="$baseargs --silent"
65b4571a 7661 tbaseargs="$tbaseargs --silent"
2444379b 7662fi
34a0f3cf 7663baseargs="$baseargs --disable-option-checking"
65b4571a 7664tbaseargs="$tbaseargs --disable-option-checking"
f27d4f92 7665
4074d5f2
RW
7666# Record and document user additions to sub configure arguments.
7667
7668
7669
7670
a0da8069
NN
7671# For the build-side libraries, we just need to pretend we're native,
7672# and not use the same cache file. Multilibs are neither needed nor
1b6c0831
L
7673# desired. We can't even use the same cache file for all build-side
7674# libraries, as they're compiled differently; some with C, some with
7675# C++ or with different feature-enabling options.
7676build_configargs="$build_configargs --cache-file=./config.cache ${baseargs}"
a0da8069
NN
7677
7678# For host modules, accept cache file option, or specification as blank.
7679case "${cache_file}" in
7680"") # empty
7681 cache_file_option="" ;;
7682/* | [A-Za-z]:[\\/]* ) # absolute path
7683 cache_file_option="--cache-file=${cache_file}" ;;
7684*) # relative path
7685 cache_file_option="--cache-file=../${cache_file}" ;;
7686esac
7687
82252c06
NN
7688# Host dirs don't like to share a cache file either, horribly enough.
7689# This seems to be due to autoconf 2.5x stupidity.
4074d5f2 7690host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
a0da8069 7691
65b4571a 7692target_configargs="$target_configargs ${tbaseargs}"
a0da8069
NN
7693
7694# Passing a --with-cross-host argument lets the target libraries know
7695# whether they are being built with a cross-compiler or being built
7696# native. However, it would be better to use other mechanisms to make the
7697# sorts of decisions they want to make on this basis. Please consider
7698# this option to be deprecated. FIXME.
7699if test x${is_cross_compiler} = xyes ; then
c6b750e1 7700 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
a0da8069
NN
7701fi
7702
afc0578d 7703# Special user-friendly check for native x86_64-linux build, if
7704# multilib is not explicitly enabled.
7705case "$target:$have_compiler:$host:$target:$enable_multilib" in
7706 x86_64-*linux*:yes:$build:$build:)
ce6c656d 7707 # Make sure we have a development environment that handles 32-bit
afc0578d 7708 dev64=no
7709 echo "int main () { return 0; }" > conftest.c
7710 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7711 if test $? = 0 ; then
7712 if test -s conftest || test -s conftest.exe ; then
7713 dev64=yes
7714 fi
7715 fi
7716 rm -f conftest*
7717 if test x${dev64} != xyes ; then
d0ac1c44 7718 as_fn_error $? "I suspect your system does not have 32-bit development libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib." "$LINENO" 5
afc0578d 7719 fi
7720 ;;
7721esac
7722
938d2b74
RW
7723# Default to --enable-multilib.
7724if test x${enable_multilib} = x ; then
a0da8069 7725 target_configargs="--enable-multilib ${target_configargs}"
938d2b74 7726fi
a0da8069
NN
7727
7728# Pass --with-newlib if appropriate. Note that target_configdirs has
7729# changed from the earlier setting of with_newlib.
7730if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7731 target_configargs="--with-newlib ${target_configargs}"
7732fi
7733
95036d20
NN
7734# Different target subdirs use different values of certain variables
7735# (notably CXX). Worse, multilibs use *lots* of different values.
7736# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7737# it doesn't automatically accept command-line overrides of them.
7738# This means it's not safe for target subdirs to share a cache file,
7739# which is disgusting, but there you have it. Hopefully this can be
7740# fixed in future. It's still worthwhile to use a cache file for each
7741# directory. I think.
7742
ae380b45
MS
7743# Pass the appropriate --build, --host, --target and --cache-file arguments.
7744# We need to pass --target, as newer autoconf's requires consistency
7745# for target_alias and gcc doesn't manage it consistently.
4b900473 7746target_configargs="--cache-file=./config.cache ${target_configargs}"
a0da8069 7747
a0da8069
NN
7748FLAGS_FOR_TARGET=
7749case " $target_configdirs " in
7750 *" newlib "*)
7751 case " $target_configargs " in
7752 *" --with-newlib "*)
7753 case "$target" in
1f53ca9a 7754 *-cygwin*)
6d94c122 7755 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
1f53ca9a 7756 ;;
a0da8069
NN
7757 esac
7758
7759 # If we're not building GCC, don't discard standard headers.
7760 if test -d ${srcdir}/gcc; then
7761 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7762
7763 if test "${build}" != "${host}"; then
7764 # On Canadian crosses, CC_FOR_TARGET will have already been set
7765 # by `configure', so we won't have an opportunity to add -Bgcc/
7766 # to it. This is right: we don't want to search that directory
7767 # for binaries, but we want the header files in there, so add
7768 # them explicitly.
e552509b 7769 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
a0da8069
NN
7770
7771 # Someone might think of using the pre-installed headers on
7772 # Canadian crosses, in case the installed compiler is not fully
7773 # compatible with the compiler being built. In this case, it
7774 # would be better to flag an error than risking having
7775 # incompatible object files being constructed. We can't
7776 # guarantee that an error will be flagged, but let's hope the
7777 # compiler will do it, when presented with incompatible header
7778 # files.
7779 fi
7780 fi
7781
7782 case "${target}-${is_cross_compiler}" in
ec11bdc6 7783 i[3456789]86-*-linux*-no)
a0da8069
NN
7784 # Here host == target, so we don't need to build gcc,
7785 # so we don't want to discard standard headers.
7786 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7787 ;;
7788 *)
7789 # If we're building newlib, use its generic headers last, but search
7790 # for any libc-related directories first (so make it the last -B
7791 # switch).
7792 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
691bb5a1
DD
7793
7794 # If we're building libgloss, find the startup file, simulator library
7795 # and linker script.
7796 case " $target_configdirs " in
7797 *" libgloss "*)
7798 # Look for startup file, simulator library and maybe linker script.
7799 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7800 # Look for libnosys.a in case the target needs it.
7801 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7802 # Most targets have the linker script in the source directory.
7803 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7804 ;;
7805 esac
a0da8069
NN
7806 ;;
7807 esac
7808 ;;
7809 esac
7810 ;;
7811esac
1f53ca9a 7812
45055374 7813case "$target" in
1f53ca9a
AO
7814 x86_64-*mingw* | *-w64-mingw*)
7815 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7816 # however, use a symlink named 'mingw' in ${prefix} .
7817 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7818 ;;
7819 *-mingw*)
7820 # MinGW can't be handled as Cygwin above since it does not use newlib.
7821 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'
7822 ;;
45055374 7823esac
a0da8069 7824
5fbad20a
DD
7825# Allow the user to override the flags for
7826# our build compiler if desired.
c66487f8
NC
7827if test x"${build}" = x"${host}" ; then
7828 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7829 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7830 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7831fi
5fbad20a 7832
a0da8069
NN
7833# On Canadian crosses, we'll be searching the right directories for
7834# the previously-installed cross compiler, so don't bother to add
7835# flags for directories within the install tree of the compiler
7836# being built; programs in there won't even run.
7837if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7838 # Search for pre-installed headers if nothing else fits.
bba45b8b 7839 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
a0da8069
NN
7840fi
7841
7842if test "x${use_gnu_ld}" = x &&
7843 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7844 # Arrange for us to find uninstalled linker scripts.
b00612cc 7845 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
a0da8069
NN
7846fi
7847
a481dbb7
DD
7848# Search for other target-specific linker scripts and such.
7849case "${target}" in
4e206d7e
DB
7850 mep*)
7851 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7852 ;;
7853esac
7854
a0da8069 7855# Makefile fragments.
3e707e94
PB
7856for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7857do
7858 eval fragval=\$$frag
7859 if test $fragval != /dev/null; then
7860 eval $frag=${srcdir}/$fragval
7861 fi
7862done
a0da8069
NN
7863
7864
7865
7866
7867
7868# Miscellanea: directories, flags, etc.
7869
7870
7871
7872
7873
7874
7875
3bbd2f8f 7876
6a9cf61e 7877# Build module lists & subconfigure args.
a0da8069
NN
7878
7879
7880
be01d343
PB
7881# Host module lists & subconfigure args.
7882
7883
7884
911e63d0 7885
be01d343
PB
7886# Target module lists & subconfigure args.
7887
7888
7889
7890# Build tools.
7891
7892
7893
1576798e
PB
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
be01d343
PB
7907# Generate default definitions for YACC, M4, LEX and other programs that run
7908# on the build machine. These are used if the Makefile can't locate these
7909# programs in objdir.
7910MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7911
7912for ac_prog in 'bison -y' byacc yacc
7913do
c6b750e1 7914 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7915set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7917$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7918if ${ac_cv_prog_YACC+:} false; then :
81ecdfbb 7919 $as_echo_n "(cached) " >&6
be01d343
PB
7920else
7921 if test -n "$YACC"; then
7922 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7923else
c6b750e1
DJ
7924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7925for as_dir in $PATH
7926do
7927 IFS=$as_save_IFS
7928 test -z "$as_dir" && as_dir=.
81ecdfbb 7929 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 7931 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7933 break 2
7934 fi
7935done
81ecdfbb
RW
7936 done
7937IFS=$as_save_IFS
c6b750e1 7938
be01d343
PB
7939fi
7940fi
c6b750e1 7941YACC=$ac_cv_prog_YACC
be01d343 7942if test -n "$YACC"; then
81ecdfbb
RW
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7944$as_echo "$YACC" >&6; }
be01d343 7945else
81ecdfbb
RW
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7947$as_echo "no" >&6; }
be01d343
PB
7948fi
7949
81ecdfbb 7950
c6b750e1 7951 test -n "$YACC" && break
be01d343
PB
7952done
7953test -n "$YACC" || YACC="$MISSING bison -y"
7954
7955case " $build_configdirs " in
7956 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
be01d343
PB
7957esac
7958
7959for ac_prog in bison
7960do
c6b750e1 7961 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7962set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7964$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7965if ${ac_cv_prog_BISON+:} false; then :
81ecdfbb 7966 $as_echo_n "(cached) " >&6
be01d343
PB
7967else
7968 if test -n "$BISON"; then
7969 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7970else
c6b750e1
DJ
7971as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7972for as_dir in $PATH
7973do
7974 IFS=$as_save_IFS
7975 test -z "$as_dir" && as_dir=.
81ecdfbb 7976 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7977 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 7978 ac_cv_prog_BISON="$ac_prog"
81ecdfbb 7979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7980 break 2
7981 fi
7982done
81ecdfbb
RW
7983 done
7984IFS=$as_save_IFS
c6b750e1 7985
be01d343
PB
7986fi
7987fi
c6b750e1 7988BISON=$ac_cv_prog_BISON
be01d343 7989if test -n "$BISON"; then
81ecdfbb
RW
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7991$as_echo "$BISON" >&6; }
be01d343 7992else
81ecdfbb
RW
7993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7994$as_echo "no" >&6; }
be01d343
PB
7995fi
7996
81ecdfbb 7997
c6b750e1 7998 test -n "$BISON" && break
be01d343
PB
7999done
8000test -n "$BISON" || BISON="$MISSING bison"
8001
8002case " $build_configdirs " in
8003 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
8004esac
8005
8006for ac_prog in gm4 gnum4 m4
8007do
c6b750e1 8008 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8009set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8011$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8012if ${ac_cv_prog_M4+:} false; then :
81ecdfbb 8013 $as_echo_n "(cached) " >&6
be01d343
PB
8014else
8015 if test -n "$M4"; then
8016 ac_cv_prog_M4="$M4" # Let the user override the test.
8017else
c6b750e1
DJ
8018as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8019for as_dir in $PATH
8020do
8021 IFS=$as_save_IFS
8022 test -z "$as_dir" && as_dir=.
81ecdfbb 8023 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8024 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8025 ac_cv_prog_M4="$ac_prog"
81ecdfbb 8026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8027 break 2
8028 fi
8029done
81ecdfbb
RW
8030 done
8031IFS=$as_save_IFS
c6b750e1 8032
be01d343
PB
8033fi
8034fi
c6b750e1 8035M4=$ac_cv_prog_M4
be01d343 8036if test -n "$M4"; then
81ecdfbb
RW
8037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
8038$as_echo "$M4" >&6; }
be01d343 8039else
81ecdfbb
RW
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8041$as_echo "no" >&6; }
be01d343
PB
8042fi
8043
81ecdfbb 8044
c6b750e1 8045 test -n "$M4" && break
be01d343
PB
8046done
8047test -n "$M4" || M4="$MISSING m4"
8048
8049case " $build_configdirs " in
8050 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
8051esac
8052
8053for ac_prog in flex lex
8054do
c6b750e1 8055 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8056set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8058$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8059if ${ac_cv_prog_LEX+:} false; then :
81ecdfbb 8060 $as_echo_n "(cached) " >&6
be01d343
PB
8061else
8062 if test -n "$LEX"; then
8063 ac_cv_prog_LEX="$LEX" # Let the user override the test.
8064else
c6b750e1
DJ
8065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8066for as_dir in $PATH
8067do
8068 IFS=$as_save_IFS
8069 test -z "$as_dir" && as_dir=.
81ecdfbb 8070 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8071 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8072 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 8073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8074 break 2
8075 fi
8076done
81ecdfbb
RW
8077 done
8078IFS=$as_save_IFS
c6b750e1 8079
be01d343
PB
8080fi
8081fi
c6b750e1 8082LEX=$ac_cv_prog_LEX
be01d343 8083if test -n "$LEX"; then
81ecdfbb
RW
8084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
8085$as_echo "$LEX" >&6; }
be01d343 8086else
81ecdfbb
RW
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8088$as_echo "no" >&6; }
be01d343
PB
8089fi
8090
81ecdfbb 8091
c6b750e1 8092 test -n "$LEX" && break
be01d343
PB
8093done
8094test -n "$LEX" || LEX="$MISSING flex"
8095
8096case " $build_configdirs " in
8097 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
8098 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
8099esac
8100
8101for ac_prog in flex
8102do
c6b750e1 8103 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8104set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8106$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8107if ${ac_cv_prog_FLEX+:} false; then :
81ecdfbb 8108 $as_echo_n "(cached) " >&6
be01d343
PB
8109else
8110 if test -n "$FLEX"; then
8111 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
8112else
c6b750e1
DJ
8113as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8114for as_dir in $PATH
8115do
8116 IFS=$as_save_IFS
8117 test -z "$as_dir" && as_dir=.
81ecdfbb 8118 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8119 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8120 ac_cv_prog_FLEX="$ac_prog"
81ecdfbb 8121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8122 break 2
8123 fi
8124done
81ecdfbb
RW
8125 done
8126IFS=$as_save_IFS
c6b750e1 8127
be01d343
PB
8128fi
8129fi
c6b750e1 8130FLEX=$ac_cv_prog_FLEX
be01d343 8131if test -n "$FLEX"; then
81ecdfbb
RW
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
8133$as_echo "$FLEX" >&6; }
be01d343 8134else
81ecdfbb
RW
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8136$as_echo "no" >&6; }
be01d343
PB
8137fi
8138
81ecdfbb 8139
c6b750e1 8140 test -n "$FLEX" && break
be01d343
PB
8141done
8142test -n "$FLEX" || FLEX="$MISSING flex"
8143
8144case " $build_configdirs " in
8145 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
8146esac
8147
8148for ac_prog in makeinfo
8149do
c6b750e1 8150 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8151set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8153$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8154if ${ac_cv_prog_MAKEINFO+:} false; then :
81ecdfbb 8155 $as_echo_n "(cached) " >&6
be01d343
PB
8156else
8157 if test -n "$MAKEINFO"; then
8158 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
8159else
c6b750e1
DJ
8160as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8161for as_dir in $PATH
8162do
8163 IFS=$as_save_IFS
8164 test -z "$as_dir" && as_dir=.
81ecdfbb 8165 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8166 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8167 ac_cv_prog_MAKEINFO="$ac_prog"
81ecdfbb 8168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8169 break 2
8170 fi
8171done
81ecdfbb
RW
8172 done
8173IFS=$as_save_IFS
c6b750e1 8174
be01d343
PB
8175fi
8176fi
c6b750e1 8177MAKEINFO=$ac_cv_prog_MAKEINFO
be01d343 8178if test -n "$MAKEINFO"; then
81ecdfbb
RW
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8180$as_echo "$MAKEINFO" >&6; }
be01d343 8181else
81ecdfbb
RW
8182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8183$as_echo "no" >&6; }
be01d343
PB
8184fi
8185
81ecdfbb 8186
c6b750e1 8187 test -n "$MAKEINFO" && break
be01d343
PB
8188done
8189test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8190
8191case " $build_configdirs " in
8192 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8193 *)
8194
10ad8ef3 8195 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
8196 # higher, else we use the "missing" dummy.
8197 if ${MAKEINFO} --version \
10ad8ef3 8198 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
8199 :
8200 else
8201 MAKEINFO="$MISSING makeinfo"
8202 fi
8203 ;;
8204
8205esac
a0da8069 8206
be01d343 8207# FIXME: expect and dejagnu may become build tools?
a0da8069 8208
be01d343
PB
8209for ac_prog in expect
8210do
c6b750e1 8211 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8212set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8213{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8214$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8215if ${ac_cv_prog_EXPECT+:} false; then :
81ecdfbb 8216 $as_echo_n "(cached) " >&6
be01d343
PB
8217else
8218 if test -n "$EXPECT"; then
8219 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8220else
c6b750e1
DJ
8221as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8222for as_dir in $PATH
8223do
8224 IFS=$as_save_IFS
8225 test -z "$as_dir" && as_dir=.
81ecdfbb 8226 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8227 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8228 ac_cv_prog_EXPECT="$ac_prog"
81ecdfbb 8229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8230 break 2
8231 fi
8232done
81ecdfbb
RW
8233 done
8234IFS=$as_save_IFS
c6b750e1 8235
be01d343
PB
8236fi
8237fi
c6b750e1 8238EXPECT=$ac_cv_prog_EXPECT
be01d343 8239if test -n "$EXPECT"; then
81ecdfbb
RW
8240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8241$as_echo "$EXPECT" >&6; }
be01d343 8242else
81ecdfbb
RW
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8244$as_echo "no" >&6; }
be01d343 8245fi
a0da8069 8246
81ecdfbb 8247
c6b750e1 8248 test -n "$EXPECT" && break
be01d343
PB
8249done
8250test -n "$EXPECT" || EXPECT="expect"
a0da8069 8251
be01d343
PB
8252case " $configdirs " in
8253 *" expect "*)
8254 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8255 ;;
8256esac
a0da8069 8257
be01d343
PB
8258for ac_prog in runtest
8259do
c6b750e1 8260 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8261set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8263$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8264if ${ac_cv_prog_RUNTEST+:} false; then :
81ecdfbb 8265 $as_echo_n "(cached) " >&6
be01d343
PB
8266else
8267 if test -n "$RUNTEST"; then
8268 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8269else
c6b750e1
DJ
8270as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8271for as_dir in $PATH
8272do
8273 IFS=$as_save_IFS
8274 test -z "$as_dir" && as_dir=.
81ecdfbb 8275 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8276 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8277 ac_cv_prog_RUNTEST="$ac_prog"
81ecdfbb 8278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8279 break 2
8280 fi
8281done
81ecdfbb
RW
8282 done
8283IFS=$as_save_IFS
c6b750e1 8284
be01d343
PB
8285fi
8286fi
c6b750e1 8287RUNTEST=$ac_cv_prog_RUNTEST
be01d343 8288if test -n "$RUNTEST"; then
81ecdfbb
RW
8289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8290$as_echo "$RUNTEST" >&6; }
be01d343 8291else
81ecdfbb
RW
8292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8293$as_echo "no" >&6; }
be01d343 8294fi
a0da8069 8295
81ecdfbb 8296
c6b750e1 8297 test -n "$RUNTEST" && break
be01d343
PB
8298done
8299test -n "$RUNTEST" || RUNTEST="runtest"
a0da8069 8300
be01d343
PB
8301case " $configdirs " in
8302 *" dejagnu "*)
6b89cc21 8303 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
8304 ;;
8305esac
a0da8069
NN
8306
8307
a0da8069 8308# Host tools.
859789af
AC
8309ncn_tool_prefix=
8310test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8311ncn_target_tool_prefix=
8312test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8313
9a819804
AO
8314
8315
8316if test -n "$AR"; then
8317 ac_cv_prog_AR=$AR
8318elif test -n "$ac_cv_prog_AR"; then
8319 AR=$ac_cv_prog_AR
8320fi
8321
8322if test -n "$ac_cv_prog_AR"; then
8323 for ncn_progname in ar; do
8324 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8325set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8327$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8328if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 8329 $as_echo_n "(cached) " >&6
9a819804
AO
8330else
8331 if test -n "$AR"; then
8332 ac_cv_prog_AR="$AR" # Let the user override the test.
8333else
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=.
81ecdfbb 8339 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8340 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 8341 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8343 break 2
8344 fi
8345done
81ecdfbb
RW
8346 done
8347IFS=$as_save_IFS
9a819804
AO
8348
8349fi
8350fi
8351AR=$ac_cv_prog_AR
8352if test -n "$AR"; then
81ecdfbb
RW
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8354$as_echo "$AR" >&6; }
9a819804 8355else
81ecdfbb
RW
8356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8357$as_echo "no" >&6; }
9a819804
AO
8358fi
8359
81ecdfbb 8360
9a819804
AO
8361 done
8362fi
8363
8364for ncn_progname in ar; do
05cbd757
PB
8365 if test -n "$ncn_tool_prefix"; then
8366 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8367set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8369$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8370if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 8371 $as_echo_n "(cached) " >&6
859789af
AC
8372else
8373 if test -n "$AR"; then
8374 ac_cv_prog_AR="$AR" # Let the user override the test.
8375else
c6b750e1
DJ
8376as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8377for as_dir in $PATH
8378do
8379 IFS=$as_save_IFS
8380 test -z "$as_dir" && as_dir=.
81ecdfbb 8381 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8382 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8383 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8385 break 2
8386 fi
8387done
81ecdfbb
RW
8388 done
8389IFS=$as_save_IFS
c6b750e1 8390
859789af
AC
8391fi
8392fi
c6b750e1 8393AR=$ac_cv_prog_AR
859789af 8394if test -n "$AR"; then
81ecdfbb
RW
8395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8396$as_echo "$AR" >&6; }
859789af 8397else
81ecdfbb
RW
8398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8399$as_echo "no" >&6; }
859789af
AC
8400fi
8401
81ecdfbb 8402
05cbd757
PB
8403 fi
8404 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8405 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8406set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8408$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8409if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 8410 $as_echo_n "(cached) " >&6
859789af 8411else
05cbd757
PB
8412 if test -n "$AR"; then
8413 ac_cv_prog_AR="$AR" # Let the user override the test.
859789af 8414else
c6b750e1
DJ
8415as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8416for as_dir in $PATH
8417do
8418 IFS=$as_save_IFS
8419 test -z "$as_dir" && as_dir=.
81ecdfbb 8420 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8421 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8422 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8424 break 2
8425 fi
8426done
81ecdfbb
RW
8427 done
8428IFS=$as_save_IFS
c6b750e1 8429
859789af
AC
8430fi
8431fi
c6b750e1 8432AR=$ac_cv_prog_AR
05cbd757 8433if test -n "$AR"; then
81ecdfbb
RW
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8435$as_echo "$AR" >&6; }
859789af 8436else
81ecdfbb
RW
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8438$as_echo "no" >&6; }
859789af 8439fi
c6b750e1 8440
81ecdfbb 8441
05cbd757
PB
8442 fi
8443 test -n "$ac_cv_prog_AR" && break
8444done
8445
8446if test -z "$ac_cv_prog_AR" ; then
8447 set dummy ar
8448 if test $build = $host ; then
8449 AR="$2"
859789af 8450 else
05cbd757 8451 AR="${ncn_tool_prefix}$2"
859789af 8452 fi
859789af
AC
8453fi
8454
9a819804
AO
8455
8456
8457if test -n "$AS"; then
8458 ac_cv_prog_AS=$AS
8459elif test -n "$ac_cv_prog_AS"; then
8460 AS=$ac_cv_prog_AS
8461fi
8462
8463if test -n "$ac_cv_prog_AS"; then
8464 for ncn_progname in as; do
8465 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8466set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8468$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8469if ${ac_cv_prog_AS+:} false; then :
81ecdfbb 8470 $as_echo_n "(cached) " >&6
9a819804
AO
8471else
8472 if test -n "$AS"; then
8473 ac_cv_prog_AS="$AS" # Let the user override the test.
8474else
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=.
81ecdfbb 8480 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8481 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 8482 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8484 break 2
8485 fi
8486done
81ecdfbb
RW
8487 done
8488IFS=$as_save_IFS
9a819804
AO
8489
8490fi
8491fi
8492AS=$ac_cv_prog_AS
8493if test -n "$AS"; then
81ecdfbb
RW
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8495$as_echo "$AS" >&6; }
9a819804 8496else
81ecdfbb
RW
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8498$as_echo "no" >&6; }
9a819804
AO
8499fi
8500
81ecdfbb 8501
9a819804
AO
8502 done
8503fi
8504
8505for ncn_progname in as; do
05cbd757
PB
8506 if test -n "$ncn_tool_prefix"; then
8507 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8508set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8510$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8511if ${ac_cv_prog_AS+:} false; then :
81ecdfbb 8512 $as_echo_n "(cached) " >&6
859789af
AC
8513else
8514 if test -n "$AS"; then
8515 ac_cv_prog_AS="$AS" # Let the user override the test.
c6b750e1
DJ
8516else
8517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8518for as_dir in $PATH
8519do
8520 IFS=$as_save_IFS
8521 test -z "$as_dir" && as_dir=.
81ecdfbb 8522 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8523 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8524 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8526 break 2
8527 fi
8528done
81ecdfbb
RW
8529 done
8530IFS=$as_save_IFS
c6b750e1 8531
859789af
AC
8532fi
8533fi
c6b750e1 8534AS=$ac_cv_prog_AS
859789af 8535if test -n "$AS"; then
81ecdfbb
RW
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8537$as_echo "$AS" >&6; }
859789af 8538else
81ecdfbb
RW
8539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8540$as_echo "no" >&6; }
859789af
AC
8541fi
8542
81ecdfbb 8543
05cbd757
PB
8544 fi
8545 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8546 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8547set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8549$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8550if ${ac_cv_prog_AS+:} false; then :
81ecdfbb 8551 $as_echo_n "(cached) " >&6
859789af 8552else
05cbd757
PB
8553 if test -n "$AS"; then
8554 ac_cv_prog_AS="$AS" # Let the user override the test.
859789af 8555else
c6b750e1
DJ
8556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8557for as_dir in $PATH
8558do
8559 IFS=$as_save_IFS
8560 test -z "$as_dir" && as_dir=.
81ecdfbb 8561 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8563 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8565 break 2
8566 fi
8567done
81ecdfbb
RW
8568 done
8569IFS=$as_save_IFS
c6b750e1 8570
859789af
AC
8571fi
8572fi
c6b750e1 8573AS=$ac_cv_prog_AS
05cbd757 8574if test -n "$AS"; then
81ecdfbb
RW
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8576$as_echo "$AS" >&6; }
859789af 8577else
81ecdfbb
RW
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8579$as_echo "no" >&6; }
859789af 8580fi
c6b750e1 8581
81ecdfbb 8582
05cbd757
PB
8583 fi
8584 test -n "$ac_cv_prog_AS" && break
8585done
8586
8587if test -z "$ac_cv_prog_AS" ; then
8588 set dummy as
8589 if test $build = $host ; then
8590 AS="$2"
859789af 8591 else
05cbd757 8592 AS="${ncn_tool_prefix}$2"
859789af 8593 fi
859789af
AC
8594fi
8595
9a819804
AO
8596
8597
8598if test -n "$DLLTOOL"; then
8599 ac_cv_prog_DLLTOOL=$DLLTOOL
8600elif test -n "$ac_cv_prog_DLLTOOL"; then
8601 DLLTOOL=$ac_cv_prog_DLLTOOL
8602fi
8603
8604if test -n "$ac_cv_prog_DLLTOOL"; then
8605 for ncn_progname in dlltool; do
8606 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8607set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8608{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8609$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8610if ${ac_cv_prog_DLLTOOL+:} false; then :
81ecdfbb 8611 $as_echo_n "(cached) " >&6
9a819804
AO
8612else
8613 if test -n "$DLLTOOL"; then
8614 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8615else
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=.
81ecdfbb 8621 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8622 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 8623 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8624 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8625 break 2
8626 fi
8627done
81ecdfbb
RW
8628 done
8629IFS=$as_save_IFS
9a819804
AO
8630
8631fi
8632fi
8633DLLTOOL=$ac_cv_prog_DLLTOOL
8634if test -n "$DLLTOOL"; then
81ecdfbb
RW
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8636$as_echo "$DLLTOOL" >&6; }
9a819804 8637else
81ecdfbb
RW
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8639$as_echo "no" >&6; }
9a819804
AO
8640fi
8641
81ecdfbb 8642
9a819804
AO
8643 done
8644fi
8645
8646for ncn_progname in dlltool; do
05cbd757
PB
8647 if test -n "$ncn_tool_prefix"; then
8648 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8649set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8651$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8652if ${ac_cv_prog_DLLTOOL+:} false; then :
81ecdfbb 8653 $as_echo_n "(cached) " >&6
859789af
AC
8654else
8655 if test -n "$DLLTOOL"; then
8656 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8657else
c6b750e1
DJ
8658as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8659for as_dir in $PATH
8660do
8661 IFS=$as_save_IFS
8662 test -z "$as_dir" && as_dir=.
81ecdfbb 8663 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8664 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8665 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8667 break 2
8668 fi
8669done
81ecdfbb
RW
8670 done
8671IFS=$as_save_IFS
c6b750e1 8672
859789af
AC
8673fi
8674fi
c6b750e1 8675DLLTOOL=$ac_cv_prog_DLLTOOL
859789af 8676if test -n "$DLLTOOL"; then
81ecdfbb
RW
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8678$as_echo "$DLLTOOL" >&6; }
859789af 8679else
81ecdfbb
RW
8680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8681$as_echo "no" >&6; }
859789af
AC
8682fi
8683
81ecdfbb 8684
05cbd757
PB
8685 fi
8686 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8687 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8688set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8690$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8691if ${ac_cv_prog_DLLTOOL+:} false; then :
81ecdfbb 8692 $as_echo_n "(cached) " >&6
859789af 8693else
05cbd757
PB
8694 if test -n "$DLLTOOL"; then
8695 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
859789af 8696else
c6b750e1
DJ
8697as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8698for as_dir in $PATH
8699do
8700 IFS=$as_save_IFS
8701 test -z "$as_dir" && as_dir=.
81ecdfbb 8702 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8703 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8704 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8706 break 2
8707 fi
8708done
81ecdfbb
RW
8709 done
8710IFS=$as_save_IFS
c6b750e1 8711
859789af
AC
8712fi
8713fi
c6b750e1 8714DLLTOOL=$ac_cv_prog_DLLTOOL
05cbd757 8715if test -n "$DLLTOOL"; then
81ecdfbb
RW
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8717$as_echo "$DLLTOOL" >&6; }
859789af 8718else
81ecdfbb
RW
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8720$as_echo "no" >&6; }
859789af 8721fi
c6b750e1 8722
81ecdfbb 8723
05cbd757
PB
8724 fi
8725 test -n "$ac_cv_prog_DLLTOOL" && break
8726done
8727
8728if test -z "$ac_cv_prog_DLLTOOL" ; then
8729 set dummy dlltool
8730 if test $build = $host ; then
8731 DLLTOOL="$2"
859789af 8732 else
05cbd757 8733 DLLTOOL="${ncn_tool_prefix}$2"
859789af 8734 fi
859789af
AC
8735fi
8736
9a819804
AO
8737
8738
8739if test -n "$LD"; then
8740 ac_cv_prog_LD=$LD
8741elif test -n "$ac_cv_prog_LD"; then
8742 LD=$ac_cv_prog_LD
8743fi
8744
8745if test -n "$ac_cv_prog_LD"; then
8746 for ncn_progname in ld; do
8747 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8748set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8750$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8751if ${ac_cv_prog_LD+:} false; then :
81ecdfbb 8752 $as_echo_n "(cached) " >&6
9a819804
AO
8753else
8754 if test -n "$LD"; then
8755 ac_cv_prog_LD="$LD" # Let the user override the test.
8756else
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=.
81ecdfbb 8762 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8763 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 8764 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8766 break 2
8767 fi
8768done
81ecdfbb
RW
8769 done
8770IFS=$as_save_IFS
9a819804
AO
8771
8772fi
8773fi
8774LD=$ac_cv_prog_LD
8775if test -n "$LD"; then
81ecdfbb
RW
8776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8777$as_echo "$LD" >&6; }
9a819804 8778else
81ecdfbb
RW
8779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8780$as_echo "no" >&6; }
9a819804
AO
8781fi
8782
81ecdfbb 8783
9a819804
AO
8784 done
8785fi
8786
8787for ncn_progname in ld; do
05cbd757
PB
8788 if test -n "$ncn_tool_prefix"; then
8789 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8790set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8792$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8793if ${ac_cv_prog_LD+:} false; then :
81ecdfbb 8794 $as_echo_n "(cached) " >&6
859789af
AC
8795else
8796 if test -n "$LD"; then
8797 ac_cv_prog_LD="$LD" # Let the user override the test.
8798else
c6b750e1
DJ
8799as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8800for as_dir in $PATH
8801do
8802 IFS=$as_save_IFS
8803 test -z "$as_dir" && as_dir=.
81ecdfbb 8804 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8805 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8806 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8808 break 2
8809 fi
8810done
81ecdfbb
RW
8811 done
8812IFS=$as_save_IFS
c6b750e1 8813
859789af
AC
8814fi
8815fi
c6b750e1 8816LD=$ac_cv_prog_LD
859789af 8817if test -n "$LD"; then
81ecdfbb
RW
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8819$as_echo "$LD" >&6; }
859789af 8820else
81ecdfbb
RW
8821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8822$as_echo "no" >&6; }
859789af
AC
8823fi
8824
81ecdfbb 8825
05cbd757
PB
8826 fi
8827 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8828 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8829set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8831$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8832if ${ac_cv_prog_LD+:} false; then :
81ecdfbb 8833 $as_echo_n "(cached) " >&6
859789af 8834else
05cbd757
PB
8835 if test -n "$LD"; then
8836 ac_cv_prog_LD="$LD" # Let the user override the test.
376a0e54 8837else
c6b750e1
DJ
8838as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8839for as_dir in $PATH
8840do
8841 IFS=$as_save_IFS
8842 test -z "$as_dir" && as_dir=.
81ecdfbb 8843 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8844 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8845 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8847 break 2
8848 fi
8849done
81ecdfbb
RW
8850 done
8851IFS=$as_save_IFS
c6b750e1 8852
859789af
AC
8853fi
8854fi
c6b750e1 8855LD=$ac_cv_prog_LD
05cbd757 8856if test -n "$LD"; then
81ecdfbb
RW
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8858$as_echo "$LD" >&6; }
859789af 8859else
81ecdfbb
RW
8860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8861$as_echo "no" >&6; }
859789af 8862fi
c6b750e1 8863
81ecdfbb 8864
05cbd757
PB
8865 fi
8866 test -n "$ac_cv_prog_LD" && break
8867done
8868
8869if test -z "$ac_cv_prog_LD" ; then
8870 set dummy ld
8871 if test $build = $host ; then
8872 LD="$2"
859789af 8873 else
05cbd757 8874 LD="${ncn_tool_prefix}$2"
859789af 8875 fi
859789af
AC
8876fi
8877
9a819804
AO
8878
8879
8880if test -n "$LIPO"; then
8881 ac_cv_prog_LIPO=$LIPO
8882elif test -n "$ac_cv_prog_LIPO"; then
8883 LIPO=$ac_cv_prog_LIPO
8884fi
8885
8886if test -n "$ac_cv_prog_LIPO"; then
8887 for ncn_progname in lipo; do
8888 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8889set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8891$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8892if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 8893 $as_echo_n "(cached) " >&6
9a819804
AO
8894else
8895 if test -n "$LIPO"; then
8896 ac_cv_prog_LIPO="$LIPO" # 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=.
81ecdfbb 8903 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8904 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 8905 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8907 break 2
8908 fi
8909done
81ecdfbb
RW
8910 done
8911IFS=$as_save_IFS
9a819804
AO
8912
8913fi
8914fi
8915LIPO=$ac_cv_prog_LIPO
8916if test -n "$LIPO"; then
81ecdfbb
RW
8917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8918$as_echo "$LIPO" >&6; }
9a819804 8919else
81ecdfbb
RW
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8921$as_echo "no" >&6; }
9a819804
AO
8922fi
8923
81ecdfbb 8924
9a819804
AO
8925 done
8926fi
8927
8928for ncn_progname in lipo; do
be01d343
PB
8929 if test -n "$ncn_tool_prefix"; then
8930 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8931set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8932{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8933$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8934if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 8935 $as_echo_n "(cached) " >&6
be01d343
PB
8936else
8937 if test -n "$LIPO"; then
8938 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8939else
c6b750e1
DJ
8940as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8941for as_dir in $PATH
8942do
8943 IFS=$as_save_IFS
8944 test -z "$as_dir" && as_dir=.
81ecdfbb 8945 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8946 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8947 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8949 break 2
8950 fi
8951done
81ecdfbb
RW
8952 done
8953IFS=$as_save_IFS
c6b750e1 8954
be01d343
PB
8955fi
8956fi
c6b750e1 8957LIPO=$ac_cv_prog_LIPO
be01d343 8958if test -n "$LIPO"; then
81ecdfbb
RW
8959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8960$as_echo "$LIPO" >&6; }
be01d343 8961else
81ecdfbb
RW
8962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8963$as_echo "no" >&6; }
be01d343
PB
8964fi
8965
81ecdfbb 8966
be01d343
PB
8967 fi
8968 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8969 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8970set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8972$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8973if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 8974 $as_echo_n "(cached) " >&6
be01d343
PB
8975else
8976 if test -n "$LIPO"; then
8977 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8978else
c6b750e1
DJ
8979as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8980for as_dir in $PATH
8981do
8982 IFS=$as_save_IFS
8983 test -z "$as_dir" && as_dir=.
81ecdfbb 8984 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8985 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 8986 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8988 break 2
8989 fi
8990done
81ecdfbb
RW
8991 done
8992IFS=$as_save_IFS
c6b750e1 8993
be01d343
PB
8994fi
8995fi
c6b750e1 8996LIPO=$ac_cv_prog_LIPO
be01d343 8997if test -n "$LIPO"; then
81ecdfbb
RW
8998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8999$as_echo "$LIPO" >&6; }
be01d343 9000else
81ecdfbb
RW
9001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9002$as_echo "no" >&6; }
be01d343 9003fi
c6b750e1 9004
81ecdfbb 9005
be01d343
PB
9006 fi
9007 test -n "$ac_cv_prog_LIPO" && break
9008done
9009
9010if test -z "$ac_cv_prog_LIPO" ; then
9011 set dummy lipo
9012 if test $build = $host ; then
9013 LIPO="$2"
9014 else
9015 LIPO="${ncn_tool_prefix}$2"
9016 fi
9017fi
9018
9a819804
AO
9019
9020
9021if test -n "$NM"; then
9022 ac_cv_prog_NM=$NM
9023elif test -n "$ac_cv_prog_NM"; then
9024 NM=$ac_cv_prog_NM
9025fi
9026
9027if test -n "$ac_cv_prog_NM"; then
9028 for ncn_progname in nm; do
9029 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9030set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9032$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9033if ${ac_cv_prog_NM+:} false; then :
81ecdfbb 9034 $as_echo_n "(cached) " >&6
859789af
AC
9035else
9036 if test -n "$NM"; then
9037 ac_cv_prog_NM="$NM" # Let the user override the test.
9038else
c6b750e1
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=.
81ecdfbb 9044 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9045 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 9046 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 9047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9048 break 2
9049 fi
9050done
81ecdfbb
RW
9051 done
9052IFS=$as_save_IFS
c6b750e1 9053
859789af
AC
9054fi
9055fi
c6b750e1 9056NM=$ac_cv_prog_NM
859789af 9057if test -n "$NM"; then
81ecdfbb
RW
9058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
9059$as_echo "$NM" >&6; }
859789af 9060else
81ecdfbb
RW
9061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9062$as_echo "no" >&6; }
859789af
AC
9063fi
9064
81ecdfbb 9065
9a819804
AO
9066 done
9067fi
9068
9069for ncn_progname in nm; do
9070 if test -n "$ncn_tool_prefix"; then
9071 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9072set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9074$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9075if ${ac_cv_prog_NM+:} false; then :
81ecdfbb 9076 $as_echo_n "(cached) " >&6
859789af 9077else
05cbd757
PB
9078 if test -n "$NM"; then
9079 ac_cv_prog_NM="$NM" # Let the user override the test.
859789af 9080else
c6b750e1
DJ
9081as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9082for as_dir in $PATH
9083do
9084 IFS=$as_save_IFS
9085 test -z "$as_dir" && as_dir=.
81ecdfbb 9086 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9087 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 9088 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9090 break 2
9091 fi
9092done
81ecdfbb
RW
9093 done
9094IFS=$as_save_IFS
c6b750e1 9095
859789af
AC
9096fi
9097fi
c6b750e1 9098NM=$ac_cv_prog_NM
05cbd757 9099if test -n "$NM"; then
81ecdfbb
RW
9100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
9101$as_echo "$NM" >&6; }
859789af 9102else
81ecdfbb
RW
9103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9104$as_echo "no" >&6; }
859789af 9105fi
c6b750e1 9106
81ecdfbb 9107
05cbd757 9108 fi
9a819804
AO
9109 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
9110 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9111set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9112{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9113$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9114if ${ac_cv_prog_NM+:} false; then :
81ecdfbb 9115 $as_echo_n "(cached) " >&6
9a819804
AO
9116else
9117 if test -n "$NM"; then
9118 ac_cv_prog_NM="$NM" # Let the user override the test.
9119else
9120as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9121for as_dir in $PATH
9122do
9123 IFS=$as_save_IFS
9124 test -z "$as_dir" && as_dir=.
81ecdfbb 9125 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9126 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 9127 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 9128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9129 break 2
9130 fi
9131done
81ecdfbb
RW
9132 done
9133IFS=$as_save_IFS
9a819804
AO
9134
9135fi
9136fi
9137NM=$ac_cv_prog_NM
9138if test -n "$NM"; then
81ecdfbb
RW
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
9140$as_echo "$NM" >&6; }
9a819804 9141else
81ecdfbb
RW
9142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9143$as_echo "no" >&6; }
9a819804
AO
9144fi
9145
81ecdfbb 9146
9a819804
AO
9147 fi
9148 test -n "$ac_cv_prog_NM" && break
9149done
9150
9151if test -z "$ac_cv_prog_NM" ; then
9152 set dummy nm
9153 if test $build = $host ; then
9154 NM="$2"
9155 else
9156 NM="${ncn_tool_prefix}$2"
9157 fi
9158fi
9159
9160
9161
9162if test -n "$RANLIB"; then
9163 ac_cv_prog_RANLIB=$RANLIB
9164elif test -n "$ac_cv_prog_RANLIB"; then
9165 RANLIB=$ac_cv_prog_RANLIB
9166fi
9167
9168if test -n "$ac_cv_prog_RANLIB"; then
9169 for ncn_progname in ranlib; do
9170 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9171set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9173$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9174if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 9175 $as_echo_n "(cached) " >&6
9a819804
AO
9176else
9177 if test -n "$RANLIB"; then
9178 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9179else
9180as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9181for as_dir in $PATH
9182do
9183 IFS=$as_save_IFS
9184 test -z "$as_dir" && as_dir=.
81ecdfbb 9185 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9186 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 9187 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 9188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9189 break 2
9190 fi
9191done
81ecdfbb
RW
9192 done
9193IFS=$as_save_IFS
9a819804
AO
9194
9195fi
9196fi
9197RANLIB=$ac_cv_prog_RANLIB
9198if test -n "$RANLIB"; then
81ecdfbb
RW
9199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9200$as_echo "$RANLIB" >&6; }
9a819804 9201else
81ecdfbb
RW
9202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9203$as_echo "no" >&6; }
9a819804
AO
9204fi
9205
81ecdfbb 9206
9a819804
AO
9207 done
9208fi
859789af 9209
9a819804 9210for ncn_progname in ranlib; do
05cbd757
PB
9211 if test -n "$ncn_tool_prefix"; then
9212 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9213set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9215$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9216if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 9217 $as_echo_n "(cached) " >&6
859789af
AC
9218else
9219 if test -n "$RANLIB"; then
9220 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9221else
c6b750e1
DJ
9222as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9223for as_dir in $PATH
9224do
9225 IFS=$as_save_IFS
9226 test -z "$as_dir" && as_dir=.
81ecdfbb 9227 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9228 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 9229 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9231 break 2
9232 fi
9233done
81ecdfbb
RW
9234 done
9235IFS=$as_save_IFS
c6b750e1 9236
859789af
AC
9237fi
9238fi
c6b750e1 9239RANLIB=$ac_cv_prog_RANLIB
859789af 9240if test -n "$RANLIB"; then
81ecdfbb
RW
9241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9242$as_echo "$RANLIB" >&6; }
859789af 9243else
81ecdfbb
RW
9244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9245$as_echo "no" >&6; }
859789af
AC
9246fi
9247
81ecdfbb 9248
05cbd757
PB
9249 fi
9250 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9251 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9252set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9254$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9255if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 9256 $as_echo_n "(cached) " >&6
859789af 9257else
05cbd757
PB
9258 if test -n "$RANLIB"; then
9259 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
859789af 9260else
c6b750e1
DJ
9261as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9262for as_dir in $PATH
9263do
9264 IFS=$as_save_IFS
9265 test -z "$as_dir" && as_dir=.
81ecdfbb 9266 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9267 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 9268 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 9269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9270 break 2
9271 fi
9272done
81ecdfbb
RW
9273 done
9274IFS=$as_save_IFS
c6b750e1 9275
859789af
AC
9276fi
9277fi
c6b750e1 9278RANLIB=$ac_cv_prog_RANLIB
05cbd757 9279if test -n "$RANLIB"; then
81ecdfbb
RW
9280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9281$as_echo "$RANLIB" >&6; }
859789af 9282else
81ecdfbb
RW
9283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9284$as_echo "no" >&6; }
859789af 9285fi
c6b750e1 9286
81ecdfbb 9287
859789af 9288 fi
05cbd757
PB
9289 test -n "$ac_cv_prog_RANLIB" && break
9290done
9291
9292if test -z "$ac_cv_prog_RANLIB" ; then
ba98da75 9293 RANLIB="true"
859789af
AC
9294fi
9295
9a819804
AO
9296
9297
9298if test -n "$STRIP"; then
9299 ac_cv_prog_STRIP=$STRIP
9300elif test -n "$ac_cv_prog_STRIP"; then
9301 STRIP=$ac_cv_prog_STRIP
9302fi
9303
9304if test -n "$ac_cv_prog_STRIP"; then
9305 for ncn_progname in strip; do
9306 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9307set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9309$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9310if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 9311 $as_echo_n "(cached) " >&6
9a819804
AO
9312else
9313 if test -n "$STRIP"; then
9314 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9315else
9316as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9317for as_dir in $PATH
9318do
9319 IFS=$as_save_IFS
9320 test -z "$as_dir" && as_dir=.
81ecdfbb 9321 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9322 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 9323 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9325 break 2
9326 fi
9327done
81ecdfbb
RW
9328 done
9329IFS=$as_save_IFS
9a819804
AO
9330
9331fi
9332fi
9333STRIP=$ac_cv_prog_STRIP
9334if test -n "$STRIP"; then
81ecdfbb
RW
9335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9336$as_echo "$STRIP" >&6; }
9a819804 9337else
81ecdfbb
RW
9338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9339$as_echo "no" >&6; }
9a819804
AO
9340fi
9341
81ecdfbb 9342
9a819804
AO
9343 done
9344fi
9345
9346for ncn_progname in strip; do
be01d343
PB
9347 if test -n "$ncn_tool_prefix"; then
9348 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9349set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9351$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9352if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 9353 $as_echo_n "(cached) " >&6
be01d343
PB
9354else
9355 if test -n "$STRIP"; then
9356 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9357else
c6b750e1
DJ
9358as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9359for as_dir in $PATH
9360do
9361 IFS=$as_save_IFS
9362 test -z "$as_dir" && as_dir=.
81ecdfbb 9363 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9364 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 9365 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9367 break 2
9368 fi
9369done
81ecdfbb
RW
9370 done
9371IFS=$as_save_IFS
c6b750e1 9372
be01d343
PB
9373fi
9374fi
c6b750e1 9375STRIP=$ac_cv_prog_STRIP
be01d343 9376if test -n "$STRIP"; then
81ecdfbb
RW
9377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9378$as_echo "$STRIP" >&6; }
be01d343 9379else
81ecdfbb
RW
9380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9381$as_echo "no" >&6; }
be01d343
PB
9382fi
9383
81ecdfbb 9384
be01d343
PB
9385 fi
9386 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9387 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9388set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9390$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9391if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 9392 $as_echo_n "(cached) " >&6
be01d343
PB
9393else
9394 if test -n "$STRIP"; then
9395 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9396else
c6b750e1
DJ
9397as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9398for as_dir in $PATH
9399do
9400 IFS=$as_save_IFS
9401 test -z "$as_dir" && as_dir=.
81ecdfbb 9402 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9403 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 9404 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9406 break 2
9407 fi
9408done
81ecdfbb
RW
9409 done
9410IFS=$as_save_IFS
c6b750e1 9411
be01d343
PB
9412fi
9413fi
c6b750e1 9414STRIP=$ac_cv_prog_STRIP
be01d343 9415if test -n "$STRIP"; then
81ecdfbb
RW
9416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9417$as_echo "$STRIP" >&6; }
be01d343 9418else
81ecdfbb
RW
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9420$as_echo "no" >&6; }
be01d343 9421fi
c6b750e1 9422
81ecdfbb 9423
be01d343
PB
9424 fi
9425 test -n "$ac_cv_prog_STRIP" && break
9426done
9427
9428if test -z "$ac_cv_prog_STRIP" ; then
ba98da75 9429 STRIP="true"
be01d343
PB
9430fi
9431
9a819804
AO
9432
9433
9434if test -n "$WINDRES"; then
9435 ac_cv_prog_WINDRES=$WINDRES
9436elif test -n "$ac_cv_prog_WINDRES"; then
9437 WINDRES=$ac_cv_prog_WINDRES
9438fi
9439
9440if test -n "$ac_cv_prog_WINDRES"; then
9441 for ncn_progname in windres; do
9442 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9443set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9445$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9446if ${ac_cv_prog_WINDRES+:} false; then :
81ecdfbb 9447 $as_echo_n "(cached) " >&6
9a819804
AO
9448else
9449 if test -n "$WINDRES"; then
9450 ac_cv_prog_WINDRES="$WINDRES" # 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=.
81ecdfbb 9457 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9458 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 9459 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9460 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9461 break 2
9462 fi
9463done
81ecdfbb
RW
9464 done
9465IFS=$as_save_IFS
9a819804
AO
9466
9467fi
9468fi
9469WINDRES=$ac_cv_prog_WINDRES
9470if test -n "$WINDRES"; then
81ecdfbb
RW
9471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9472$as_echo "$WINDRES" >&6; }
9a819804 9473else
81ecdfbb
RW
9474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9475$as_echo "no" >&6; }
9a819804
AO
9476fi
9477
81ecdfbb 9478
9a819804
AO
9479 done
9480fi
9481
9482for ncn_progname in windres; do
05cbd757
PB
9483 if test -n "$ncn_tool_prefix"; then
9484 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9485set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9487$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9488if ${ac_cv_prog_WINDRES+:} false; then :
81ecdfbb 9489 $as_echo_n "(cached) " >&6
859789af
AC
9490else
9491 if test -n "$WINDRES"; then
9492 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9493else
c6b750e1
DJ
9494as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9495for as_dir in $PATH
9496do
9497 IFS=$as_save_IFS
9498 test -z "$as_dir" && as_dir=.
81ecdfbb 9499 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9500 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 9501 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9502 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9503 break 2
9504 fi
9505done
81ecdfbb
RW
9506 done
9507IFS=$as_save_IFS
c6b750e1 9508
859789af
AC
9509fi
9510fi
c6b750e1 9511WINDRES=$ac_cv_prog_WINDRES
859789af 9512if test -n "$WINDRES"; then
81ecdfbb
RW
9513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9514$as_echo "$WINDRES" >&6; }
859789af 9515else
81ecdfbb
RW
9516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9517$as_echo "no" >&6; }
859789af
AC
9518fi
9519
81ecdfbb 9520
05cbd757
PB
9521 fi
9522 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9523 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9524set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9526$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9527if ${ac_cv_prog_WINDRES+:} false; then :
81ecdfbb 9528 $as_echo_n "(cached) " >&6
859789af 9529else
05cbd757
PB
9530 if test -n "$WINDRES"; then
9531 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
859789af 9532else
c6b750e1
DJ
9533as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9534for as_dir in $PATH
9535do
9536 IFS=$as_save_IFS
9537 test -z "$as_dir" && as_dir=.
81ecdfbb 9538 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9539 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 9540 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9542 break 2
9543 fi
9544done
81ecdfbb
RW
9545 done
9546IFS=$as_save_IFS
c6b750e1 9547
859789af
AC
9548fi
9549fi
c6b750e1 9550WINDRES=$ac_cv_prog_WINDRES
05cbd757 9551if test -n "$WINDRES"; then
81ecdfbb
RW
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9553$as_echo "$WINDRES" >&6; }
859789af 9554else
81ecdfbb
RW
9555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9556$as_echo "no" >&6; }
859789af 9557fi
c6b750e1 9558
81ecdfbb 9559
05cbd757
PB
9560 fi
9561 test -n "$ac_cv_prog_WINDRES" && break
9562done
9563
9564if test -z "$ac_cv_prog_WINDRES" ; then
9565 set dummy windres
9566 if test $build = $host ; then
9567 WINDRES="$2"
859789af 9568 else
05cbd757 9569 WINDRES="${ncn_tool_prefix}$2"
859789af 9570 fi
859789af
AC
9571fi
9572
9a819804
AO
9573
9574
0c24b341
NC
9575if test -n "$WINDMC"; then
9576 ac_cv_prog_WINDMC=$WINDMC
9577elif test -n "$ac_cv_prog_WINDMC"; then
9578 WINDMC=$ac_cv_prog_WINDMC
9579fi
9580
9581if test -n "$ac_cv_prog_WINDMC"; then
9582 for ncn_progname in windmc; do
9583 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9584set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9586$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9587if ${ac_cv_prog_WINDMC+:} false; then :
81ecdfbb 9588 $as_echo_n "(cached) " >&6
0c24b341
NC
9589else
9590 if test -n "$WINDMC"; then
9591 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9592else
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=.
81ecdfbb 9598 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9599 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0c24b341 9600 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9602 break 2
9603 fi
9604done
81ecdfbb
RW
9605 done
9606IFS=$as_save_IFS
0c24b341
NC
9607
9608fi
9609fi
9610WINDMC=$ac_cv_prog_WINDMC
9611if test -n "$WINDMC"; then
81ecdfbb
RW
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9613$as_echo "$WINDMC" >&6; }
0c24b341 9614else
81ecdfbb
RW
9615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9616$as_echo "no" >&6; }
0c24b341
NC
9617fi
9618
81ecdfbb 9619
0c24b341
NC
9620 done
9621fi
9622
9623for ncn_progname in windmc; do
9624 if test -n "$ncn_tool_prefix"; then
9625 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9626set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9628$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9629if ${ac_cv_prog_WINDMC+:} false; then :
81ecdfbb 9630 $as_echo_n "(cached) " >&6
0c24b341
NC
9631else
9632 if test -n "$WINDMC"; then
9633 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9634else
9635as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9636for as_dir in $PATH
9637do
9638 IFS=$as_save_IFS
9639 test -z "$as_dir" && as_dir=.
81ecdfbb 9640 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9641 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0c24b341 9642 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9644 break 2
9645 fi
9646done
81ecdfbb
RW
9647 done
9648IFS=$as_save_IFS
0c24b341
NC
9649
9650fi
9651fi
9652WINDMC=$ac_cv_prog_WINDMC
9653if test -n "$WINDMC"; then
81ecdfbb
RW
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9655$as_echo "$WINDMC" >&6; }
0c24b341 9656else
81ecdfbb
RW
9657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9658$as_echo "no" >&6; }
0c24b341
NC
9659fi
9660
81ecdfbb 9661
0c24b341
NC
9662 fi
9663 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9664 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9665set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9667$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9668if ${ac_cv_prog_WINDMC+:} false; then :
81ecdfbb 9669 $as_echo_n "(cached) " >&6
0c24b341
NC
9670else
9671 if test -n "$WINDMC"; then
9672 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9673else
9674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9675for as_dir in $PATH
9676do
9677 IFS=$as_save_IFS
9678 test -z "$as_dir" && as_dir=.
81ecdfbb 9679 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9680 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0c24b341 9681 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9683 break 2
9684 fi
9685done
81ecdfbb
RW
9686 done
9687IFS=$as_save_IFS
0c24b341
NC
9688
9689fi
9690fi
9691WINDMC=$ac_cv_prog_WINDMC
9692if test -n "$WINDMC"; then
81ecdfbb
RW
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9694$as_echo "$WINDMC" >&6; }
0c24b341 9695else
81ecdfbb
RW
9696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9697$as_echo "no" >&6; }
0c24b341
NC
9698fi
9699
81ecdfbb 9700
0c24b341
NC
9701 fi
9702 test -n "$ac_cv_prog_WINDMC" && break
9703done
9704
9705if test -z "$ac_cv_prog_WINDMC" ; then
9706 set dummy windmc
9707 if test $build = $host ; then
9708 WINDMC="$2"
9709 else
9710 WINDMC="${ncn_tool_prefix}$2"
9711 fi
9712fi
9713
9714
9715
9a819804
AO
9716if test -n "$OBJCOPY"; then
9717 ac_cv_prog_OBJCOPY=$OBJCOPY
9718elif test -n "$ac_cv_prog_OBJCOPY"; then
9719 OBJCOPY=$ac_cv_prog_OBJCOPY
9720fi
9721
9722if test -n "$ac_cv_prog_OBJCOPY"; then
9723 for ncn_progname in objcopy; do
9724 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9725set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9727$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9728if ${ac_cv_prog_OBJCOPY+:} false; then :
81ecdfbb 9729 $as_echo_n "(cached) " >&6
9a819804
AO
9730else
9731 if test -n "$OBJCOPY"; then
9732 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9733else
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=.
81ecdfbb 9739 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9740 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 9741 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9743 break 2
9744 fi
9745done
81ecdfbb
RW
9746 done
9747IFS=$as_save_IFS
9a819804
AO
9748
9749fi
9750fi
9751OBJCOPY=$ac_cv_prog_OBJCOPY
9752if test -n "$OBJCOPY"; then
81ecdfbb
RW
9753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9754$as_echo "$OBJCOPY" >&6; }
9a819804 9755else
81ecdfbb
RW
9756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9757$as_echo "no" >&6; }
9a819804
AO
9758fi
9759
81ecdfbb 9760
9a819804
AO
9761 done
9762fi
9763
9764for ncn_progname in objcopy; do
05cbd757
PB
9765 if test -n "$ncn_tool_prefix"; then
9766 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9767set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9769$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9770if ${ac_cv_prog_OBJCOPY+:} false; then :
81ecdfbb 9771 $as_echo_n "(cached) " >&6
859789af
AC
9772else
9773 if test -n "$OBJCOPY"; then
9774 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9775else
c6b750e1
DJ
9776as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9777for as_dir in $PATH
9778do
9779 IFS=$as_save_IFS
9780 test -z "$as_dir" && as_dir=.
81ecdfbb 9781 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9782 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 9783 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9784 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9785 break 2
9786 fi
9787done
81ecdfbb
RW
9788 done
9789IFS=$as_save_IFS
c6b750e1 9790
859789af
AC
9791fi
9792fi
c6b750e1 9793OBJCOPY=$ac_cv_prog_OBJCOPY
859789af 9794if test -n "$OBJCOPY"; then
81ecdfbb
RW
9795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9796$as_echo "$OBJCOPY" >&6; }
859789af 9797else
81ecdfbb
RW
9798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9799$as_echo "no" >&6; }
859789af
AC
9800fi
9801
81ecdfbb 9802
05cbd757
PB
9803 fi
9804 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9805 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9806set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9808$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9809if ${ac_cv_prog_OBJCOPY+:} false; then :
81ecdfbb 9810 $as_echo_n "(cached) " >&6
859789af 9811else
05cbd757
PB
9812 if test -n "$OBJCOPY"; then
9813 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
859789af 9814else
c6b750e1
DJ
9815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9816for as_dir in $PATH
9817do
9818 IFS=$as_save_IFS
9819 test -z "$as_dir" && as_dir=.
81ecdfbb 9820 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9821 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 9822 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9824 break 2
9825 fi
9826done
81ecdfbb
RW
9827 done
9828IFS=$as_save_IFS
c6b750e1 9829
859789af
AC
9830fi
9831fi
c6b750e1 9832OBJCOPY=$ac_cv_prog_OBJCOPY
05cbd757 9833if test -n "$OBJCOPY"; then
81ecdfbb
RW
9834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9835$as_echo "$OBJCOPY" >&6; }
859789af 9836else
81ecdfbb
RW
9837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9838$as_echo "no" >&6; }
859789af 9839fi
c6b750e1 9840
81ecdfbb 9841
05cbd757
PB
9842 fi
9843 test -n "$ac_cv_prog_OBJCOPY" && break
9844done
9845
9846if test -z "$ac_cv_prog_OBJCOPY" ; then
9847 set dummy objcopy
9848 if test $build = $host ; then
9849 OBJCOPY="$2"
859789af 9850 else
05cbd757 9851 OBJCOPY="${ncn_tool_prefix}$2"
859789af 9852 fi
859789af
AC
9853fi
9854
9a819804
AO
9855
9856
9857if test -n "$OBJDUMP"; then
9858 ac_cv_prog_OBJDUMP=$OBJDUMP
9859elif test -n "$ac_cv_prog_OBJDUMP"; then
9860 OBJDUMP=$ac_cv_prog_OBJDUMP
9861fi
9862
9863if test -n "$ac_cv_prog_OBJDUMP"; then
9864 for ncn_progname in objdump; do
9865 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9866set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9868$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9869if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 9870 $as_echo_n "(cached) " >&6
9a819804
AO
9871else
9872 if test -n "$OBJDUMP"; then
9873 ac_cv_prog_OBJDUMP="$OBJDUMP" # 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=.
81ecdfbb 9880 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 9882 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9884 break 2
9885 fi
9886done
81ecdfbb
RW
9887 done
9888IFS=$as_save_IFS
9a819804
AO
9889
9890fi
9891fi
9892OBJDUMP=$ac_cv_prog_OBJDUMP
9893if test -n "$OBJDUMP"; then
81ecdfbb
RW
9894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9895$as_echo "$OBJDUMP" >&6; }
9a819804 9896else
81ecdfbb
RW
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9898$as_echo "no" >&6; }
9a819804
AO
9899fi
9900
81ecdfbb 9901
9a819804
AO
9902 done
9903fi
9904
9905for ncn_progname in objdump; do
05cbd757
PB
9906 if test -n "$ncn_tool_prefix"; then
9907 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9908set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9910$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9911if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 9912 $as_echo_n "(cached) " >&6
859789af
AC
9913else
9914 if test -n "$OBJDUMP"; then
9915 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9916else
c6b750e1
DJ
9917as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9918for as_dir in $PATH
9919do
9920 IFS=$as_save_IFS
9921 test -z "$as_dir" && as_dir=.
81ecdfbb 9922 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9923 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 9924 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9926 break 2
9927 fi
9928done
81ecdfbb
RW
9929 done
9930IFS=$as_save_IFS
c6b750e1 9931
859789af
AC
9932fi
9933fi
c6b750e1 9934OBJDUMP=$ac_cv_prog_OBJDUMP
859789af 9935if test -n "$OBJDUMP"; then
81ecdfbb
RW
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9937$as_echo "$OBJDUMP" >&6; }
859789af 9938else
81ecdfbb
RW
9939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9940$as_echo "no" >&6; }
859789af
AC
9941fi
9942
81ecdfbb 9943
05cbd757
PB
9944 fi
9945 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9946 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9947set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9949$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 9950if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 9951 $as_echo_n "(cached) " >&6
859789af 9952else
05cbd757
PB
9953 if test -n "$OBJDUMP"; then
9954 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
859789af 9955else
c6b750e1
DJ
9956as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9957for as_dir in $PATH
9958do
9959 IFS=$as_save_IFS
9960 test -z "$as_dir" && as_dir=.
81ecdfbb 9961 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 9962 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 9963 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9965 break 2
9966 fi
9967done
81ecdfbb
RW
9968 done
9969IFS=$as_save_IFS
c6b750e1 9970
859789af
AC
9971fi
9972fi
c6b750e1 9973OBJDUMP=$ac_cv_prog_OBJDUMP
05cbd757 9974if test -n "$OBJDUMP"; then
81ecdfbb
RW
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9976$as_echo "$OBJDUMP" >&6; }
859789af 9977else
81ecdfbb
RW
9978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9979$as_echo "no" >&6; }
859789af 9980fi
c6b750e1 9981
81ecdfbb 9982
05cbd757
PB
9983 fi
9984 test -n "$ac_cv_prog_OBJDUMP" && break
9985done
9986
9987if test -z "$ac_cv_prog_OBJDUMP" ; then
9988 set dummy objdump
9989 if test $build = $host ; then
9990 OBJDUMP="$2"
859789af 9991 else
05cbd757 9992 OBJDUMP="${ncn_tool_prefix}$2"
859789af 9993 fi
859789af
AC
9994fi
9995
a0da8069
NN
9996
9997
b121d7d4
DD
9998if test -n "$READELF"; then
9999 ac_cv_prog_READELF=$READELF
10000elif test -n "$ac_cv_prog_READELF"; then
10001 READELF=$ac_cv_prog_READELF
10002fi
10003
10004if test -n "$ac_cv_prog_READELF"; then
10005 for ncn_progname in readelf; do
10006 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10007set dummy ${ncn_progname}; ac_word=$2
10008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10009$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10010if ${ac_cv_prog_READELF+:} false; then :
b121d7d4
DD
10011 $as_echo_n "(cached) " >&6
10012else
10013 if test -n "$READELF"; then
10014 ac_cv_prog_READELF="$READELF" # Let the user override the test.
10015else
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=.
10021 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10022 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b121d7d4
DD
10023 ac_cv_prog_READELF="${ncn_progname}"
10024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10025 break 2
10026 fi
10027done
10028 done
10029IFS=$as_save_IFS
10030
10031fi
10032fi
10033READELF=$ac_cv_prog_READELF
10034if test -n "$READELF"; then
10035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
10036$as_echo "$READELF" >&6; }
10037else
10038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10039$as_echo "no" >&6; }
10040fi
10041
10042
10043 done
10044fi
10045
10046for ncn_progname in readelf; do
10047 if test -n "$ncn_tool_prefix"; then
10048 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10049set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10051$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10052if ${ac_cv_prog_READELF+:} false; then :
b121d7d4
DD
10053 $as_echo_n "(cached) " >&6
10054else
10055 if test -n "$READELF"; then
10056 ac_cv_prog_READELF="$READELF" # Let the user override the test.
10057else
10058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10059for as_dir in $PATH
10060do
10061 IFS=$as_save_IFS
10062 test -z "$as_dir" && as_dir=.
10063 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b121d7d4
DD
10065 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
10066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10067 break 2
10068 fi
10069done
10070 done
10071IFS=$as_save_IFS
10072
10073fi
10074fi
10075READELF=$ac_cv_prog_READELF
10076if test -n "$READELF"; then
10077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
10078$as_echo "$READELF" >&6; }
10079else
10080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10081$as_echo "no" >&6; }
10082fi
10083
10084
10085 fi
10086 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
10087 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10088set dummy ${ncn_progname}; ac_word=$2
10089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10090$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10091if ${ac_cv_prog_READELF+:} false; then :
b121d7d4
DD
10092 $as_echo_n "(cached) " >&6
10093else
10094 if test -n "$READELF"; then
10095 ac_cv_prog_READELF="$READELF" # Let the user override the test.
10096else
10097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10098for as_dir in $PATH
10099do
10100 IFS=$as_save_IFS
10101 test -z "$as_dir" && as_dir=.
10102 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b121d7d4
DD
10104 ac_cv_prog_READELF="${ncn_progname}"
10105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10106 break 2
10107 fi
10108done
10109 done
10110IFS=$as_save_IFS
10111
10112fi
10113fi
10114READELF=$ac_cv_prog_READELF
10115if test -n "$READELF"; then
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
10117$as_echo "$READELF" >&6; }
10118else
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10120$as_echo "no" >&6; }
10121fi
10122
10123
10124 fi
10125 test -n "$ac_cv_prog_READELF" && break
10126done
10127
10128if test -z "$ac_cv_prog_READELF" ; then
10129 set dummy readelf
10130 if test $build = $host ; then
10131 READELF="$2"
10132 else
10133 READELF="${ncn_tool_prefix}$2"
10134 fi
10135fi
10136
10137
10138
a0da8069
NN
10139
10140
10141
be01d343 10142# Target tools.
c6b750e1 10143
81ecdfbb
RW
10144# Check whether --with-build-time-tools was given.
10145if test "${with_build_time_tools+set}" = set; then :
10146 withval=$with_build_time_tools; case x"$withval" in
2429c060
PB
10147 x/*) ;;
10148 *)
10149 with_build_time_tools=
81ecdfbb
RW
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
10151$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
2429c060
PB
10152 ;;
10153 esac
859789af 10154else
2429c060 10155 with_build_time_tools=
81ecdfbb
RW
10156fi
10157
859789af 10158
9a819804
AO
10159
10160
10161if test -n "$CC_FOR_TARGET"; then
10162 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
10163elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
10164 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10165fi
10166
10167if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
10168 for ncn_progname in cc gcc; do
10169 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10170set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10172$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10173if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
81ecdfbb 10174 $as_echo_n "(cached) " >&6
9a819804
AO
10175else
10176 if test -n "$CC_FOR_TARGET"; then
10177 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10178else
10179as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10180for as_dir in $PATH
10181do
10182 IFS=$as_save_IFS
10183 test -z "$as_dir" && as_dir=.
81ecdfbb 10184 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10185 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 10186 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10188 break 2
10189 fi
10190done
81ecdfbb
RW
10191 done
10192IFS=$as_save_IFS
9a819804
AO
10193
10194fi
10195fi
10196CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10197if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10199$as_echo "$CC_FOR_TARGET" >&6; }
9a819804 10200else
81ecdfbb
RW
10201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10202$as_echo "no" >&6; }
9a819804
AO
10203fi
10204
81ecdfbb 10205
9a819804
AO
10206 done
10207fi
10208
10209if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10210 for ncn_progname in cc gcc; do
81ecdfbb
RW
10211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10212$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10213 if test -x $with_build_time_tools/${ncn_progname}; then
10214 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10216$as_echo "yes" >&6; }
cac3d6c4 10217 break
2429c060 10218 else
81ecdfbb
RW
10219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10220$as_echo "no" >&6; }
cac3d6c4
CM
10221 fi
10222 done
55db4b87
PB
10223fi
10224
2429c060
PB
10225if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10226 for ncn_progname in cc gcc; do
10227 if test -n "$ncn_target_tool_prefix"; then
10228 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10229set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10231$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10232if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
81ecdfbb 10233 $as_echo_n "(cached) " >&6
55db4b87
PB
10234else
10235 if test -n "$CC_FOR_TARGET"; then
10236 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10237else
c6b750e1
DJ
10238as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10239for as_dir in $PATH
10240do
10241 IFS=$as_save_IFS
10242 test -z "$as_dir" && as_dir=.
81ecdfbb 10243 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10244 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 10245 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10247 break 2
10248 fi
10249done
81ecdfbb
RW
10250 done
10251IFS=$as_save_IFS
c6b750e1 10252
55db4b87
PB
10253fi
10254fi
c6b750e1 10255CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
55db4b87 10256if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
10257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10258$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 10259else
81ecdfbb
RW
10260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10261$as_echo "no" >&6; }
55db4b87
PB
10262fi
10263
81ecdfbb 10264
2429c060
PB
10265 fi
10266 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10267 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10268set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10270$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10271if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
81ecdfbb 10272 $as_echo_n "(cached) " >&6
55db4b87 10273else
05cbd757
PB
10274 if test -n "$CC_FOR_TARGET"; then
10275 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
55db4b87 10276else
c6b750e1
DJ
10277as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10278for as_dir in $PATH
10279do
10280 IFS=$as_save_IFS
10281 test -z "$as_dir" && as_dir=.
81ecdfbb 10282 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10283 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 10284 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10286 break 2
10287 fi
10288done
81ecdfbb
RW
10289 done
10290IFS=$as_save_IFS
c6b750e1 10291
55db4b87
PB
10292fi
10293fi
c6b750e1 10294CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
05cbd757 10295if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
10296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10297$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 10298else
81ecdfbb
RW
10299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10300$as_echo "no" >&6; }
55db4b87 10301fi
c6b750e1 10302
81ecdfbb 10303
2429c060
PB
10304 fi
10305 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10306 done
10307fi
c6b750e1 10308
05cbd757
PB
10309if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10310 set dummy cc gcc
10311 if test $build = $target ; then
10312 CC_FOR_TARGET="$2"
55db4b87 10313 else
05cbd757 10314 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10315 fi
d3f5afc4
MS
10316else
10317 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
55db4b87
PB
10318fi
10319
9a819804
AO
10320
10321
10322if test -n "$CXX_FOR_TARGET"; then
10323 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10324elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10325 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10326fi
10327
10328if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10329 for ncn_progname in c++ g++ cxx gxx; do
10330 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10331set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10333$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10334if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
81ecdfbb 10335 $as_echo_n "(cached) " >&6
9a819804
AO
10336else
10337 if test -n "$CXX_FOR_TARGET"; then
10338 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10339else
10340as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10341for as_dir in $PATH
10342do
10343 IFS=$as_save_IFS
10344 test -z "$as_dir" && as_dir=.
81ecdfbb 10345 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10346 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 10347 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10349 break 2
10350 fi
10351done
81ecdfbb
RW
10352 done
10353IFS=$as_save_IFS
9a819804
AO
10354
10355fi
10356fi
10357CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10358if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10360$as_echo "$CXX_FOR_TARGET" >&6; }
9a819804 10361else
81ecdfbb
RW
10362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10363$as_echo "no" >&6; }
9a819804
AO
10364fi
10365
81ecdfbb 10366
9a819804
AO
10367 done
10368fi
10369
10370if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10371 for ncn_progname in c++ g++ cxx gxx; do
81ecdfbb
RW
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10373$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10374 if test -x $with_build_time_tools/${ncn_progname}; then
10375 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10377$as_echo "yes" >&6; }
2429c060
PB
10378 break
10379 else
81ecdfbb
RW
10380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10381$as_echo "no" >&6; }
2429c060
PB
10382 fi
10383 done
10384fi
10385
10386if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10387 for ncn_progname in c++ g++ cxx gxx; do
10388 if test -n "$ncn_target_tool_prefix"; then
10389 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10390set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10392$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10393if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
81ecdfbb 10394 $as_echo_n "(cached) " >&6
55db4b87
PB
10395else
10396 if test -n "$CXX_FOR_TARGET"; then
10397 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10398else
c6b750e1
DJ
10399as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10400for as_dir in $PATH
10401do
10402 IFS=$as_save_IFS
10403 test -z "$as_dir" && as_dir=.
81ecdfbb 10404 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10405 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 10406 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10408 break 2
10409 fi
10410done
81ecdfbb
RW
10411 done
10412IFS=$as_save_IFS
c6b750e1 10413
55db4b87
PB
10414fi
10415fi
c6b750e1 10416CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
55db4b87 10417if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10419$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10420else
81ecdfbb
RW
10421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10422$as_echo "no" >&6; }
55db4b87
PB
10423fi
10424
81ecdfbb 10425
2429c060
PB
10426 fi
10427 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10428 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10429set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10430{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10431$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10432if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
81ecdfbb 10433 $as_echo_n "(cached) " >&6
55db4b87 10434else
05cbd757
PB
10435 if test -n "$CXX_FOR_TARGET"; then
10436 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
55db4b87 10437else
c6b750e1
DJ
10438as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10439for as_dir in $PATH
10440do
10441 IFS=$as_save_IFS
10442 test -z "$as_dir" && as_dir=.
81ecdfbb 10443 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10444 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 10445 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10446 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10447 break 2
10448 fi
10449done
81ecdfbb
RW
10450 done
10451IFS=$as_save_IFS
c6b750e1 10452
55db4b87
PB
10453fi
10454fi
c6b750e1 10455CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
05cbd757 10456if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10458$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10459else
81ecdfbb
RW
10460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10461$as_echo "no" >&6; }
55db4b87 10462fi
c6b750e1 10463
81ecdfbb 10464
2429c060
PB
10465 fi
10466 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10467 done
10468fi
c6b750e1 10469
05cbd757
PB
10470if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10471 set dummy c++ g++ cxx gxx
10472 if test $build = $target ; then
10473 CXX_FOR_TARGET="$2"
55db4b87 10474 else
05cbd757 10475 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10476 fi
d3f5afc4
MS
10477else
10478 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
859789af
AC
10479fi
10480
9a819804
AO
10481
10482
10483if test -n "$GCC_FOR_TARGET"; then
10484 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10485elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10486 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10487fi
10488
10489if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10490 for ncn_progname in gcc; do
10491 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10492set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10494$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10495if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
81ecdfbb 10496 $as_echo_n "(cached) " >&6
9a819804
AO
10497else
10498 if test -n "$GCC_FOR_TARGET"; then
10499 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10500else
10501as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10502for as_dir in $PATH
10503do
10504 IFS=$as_save_IFS
10505 test -z "$as_dir" && as_dir=.
81ecdfbb 10506 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10507 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 10508 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10510 break 2
10511 fi
10512done
81ecdfbb
RW
10513 done
10514IFS=$as_save_IFS
9a819804
AO
10515
10516fi
10517fi
10518GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10519if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10521$as_echo "$GCC_FOR_TARGET" >&6; }
9a819804 10522else
81ecdfbb
RW
10523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10524$as_echo "no" >&6; }
9a819804
AO
10525fi
10526
81ecdfbb 10527
9a819804
AO
10528 done
10529fi
10530
10531if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10532 for ncn_progname in gcc; do
81ecdfbb
RW
10533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10534$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10535 if test -x $with_build_time_tools/${ncn_progname}; then
10536 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10538$as_echo "yes" >&6; }
2429c060
PB
10539 break
10540 else
81ecdfbb
RW
10541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10542$as_echo "no" >&6; }
2429c060
PB
10543 fi
10544 done
10545fi
10546
10547if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10548 for ncn_progname in gcc; do
10549 if test -n "$ncn_target_tool_prefix"; then
10550 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10551set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10553$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10554if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
81ecdfbb 10555 $as_echo_n "(cached) " >&6
859789af 10556else
2429c060
PB
10557 if test -n "$GCC_FOR_TARGET"; then
10558 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10559else
c6b750e1
DJ
10560as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10561for as_dir in $PATH
10562do
10563 IFS=$as_save_IFS
10564 test -z "$as_dir" && as_dir=.
81ecdfbb 10565 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10566 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 10567 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10569 break 2
10570 fi
10571done
81ecdfbb
RW
10572 done
10573IFS=$as_save_IFS
c6b750e1 10574
55db4b87
PB
10575fi
10576fi
c6b750e1 10577GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
55db4b87 10578if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10580$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10581else
81ecdfbb
RW
10582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10583$as_echo "no" >&6; }
55db4b87
PB
10584fi
10585
81ecdfbb 10586
2429c060
PB
10587 fi
10588 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10589 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10590set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10592$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10593if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
81ecdfbb 10594 $as_echo_n "(cached) " >&6
55db4b87 10595else
05cbd757
PB
10596 if test -n "$GCC_FOR_TARGET"; then
10597 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10598else
c6b750e1
DJ
10599as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10600for as_dir in $PATH
10601do
10602 IFS=$as_save_IFS
10603 test -z "$as_dir" && as_dir=.
81ecdfbb 10604 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10605 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 10606 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10608 break 2
10609 fi
10610done
81ecdfbb
RW
10611 done
10612IFS=$as_save_IFS
c6b750e1 10613
55db4b87
PB
10614fi
10615fi
c6b750e1 10616GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
05cbd757 10617if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10619$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10620else
81ecdfbb
RW
10621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10622$as_echo "no" >&6; }
55db4b87 10623fi
c6b750e1 10624
81ecdfbb 10625
2429c060
PB
10626 fi
10627 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10628 done
10629fi
c6b750e1 10630
05cbd757
PB
10631if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10632 GCC_FOR_TARGET="${CC_FOR_TARGET}"
d3f5afc4
MS
10633else
10634 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
55db4b87
PB
10635fi
10636
9a819804
AO
10637
10638
9a819804
AO
10639if test -n "$GFORTRAN_FOR_TARGET"; then
10640 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10641elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10642 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87
PB
10643fi
10644
9a819804
AO
10645if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10646 for ncn_progname in gfortran; do
10647 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10648set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10650$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10651if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
81ecdfbb 10652 $as_echo_n "(cached) " >&6
55db4b87 10653else
9a819804
AO
10654 if test -n "$GFORTRAN_FOR_TARGET"; then
10655 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
55db4b87 10656else
c6b750e1
DJ
10657as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10658for as_dir in $PATH
10659do
10660 IFS=$as_save_IFS
10661 test -z "$as_dir" && as_dir=.
81ecdfbb 10662 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10663 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 10664 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10666 break 2
10667 fi
10668done
81ecdfbb
RW
10669 done
10670IFS=$as_save_IFS
c6b750e1 10671
55db4b87
PB
10672fi
10673fi
9a819804
AO
10674GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10675if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10677$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10678else
81ecdfbb
RW
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10680$as_echo "no" >&6; }
55db4b87 10681fi
c6b750e1 10682
81ecdfbb 10683
2429c060
PB
10684 done
10685fi
c6b750e1 10686
9a819804 10687if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10688 for ncn_progname in gfortran; do
81ecdfbb
RW
10689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10690$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10691 if test -x $with_build_time_tools/${ncn_progname}; then
10692 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10694$as_echo "yes" >&6; }
2429c060
PB
10695 break
10696 else
81ecdfbb
RW
10697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10698$as_echo "no" >&6; }
2429c060
PB
10699 fi
10700 done
10701fi
10702
10703if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10704 for ncn_progname in gfortran; do
10705 if test -n "$ncn_target_tool_prefix"; then
10706 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10707set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10709$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10710if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
81ecdfbb 10711 $as_echo_n "(cached) " >&6
55db4b87
PB
10712else
10713 if test -n "$GFORTRAN_FOR_TARGET"; then
10714 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10715else
c6b750e1
DJ
10716as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10717for as_dir in $PATH
10718do
10719 IFS=$as_save_IFS
10720 test -z "$as_dir" && as_dir=.
81ecdfbb 10721 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10722 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 10723 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10725 break 2
10726 fi
10727done
81ecdfbb
RW
10728 done
10729IFS=$as_save_IFS
c6b750e1 10730
55db4b87
PB
10731fi
10732fi
c6b750e1 10733GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87 10734if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10736$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10737else
81ecdfbb
RW
10738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10739$as_echo "no" >&6; }
55db4b87
PB
10740fi
10741
81ecdfbb 10742
2429c060
PB
10743 fi
10744 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10745 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10746set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10748$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10749if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
81ecdfbb 10750 $as_echo_n "(cached) " >&6
55db4b87 10751else
05cbd757 10752 if test -n "$GFORTRAN_FOR_TARGET"; then
c6b750e1
DJ
10753 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10754else
10755as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10756for as_dir in $PATH
10757do
10758 IFS=$as_save_IFS
10759 test -z "$as_dir" && as_dir=.
81ecdfbb 10760 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10761 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 10762 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10764 break 2
10765 fi
10766done
81ecdfbb
RW
10767 done
10768IFS=$as_save_IFS
c6b750e1 10769
55db4b87
PB
10770fi
10771fi
c6b750e1 10772GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
05cbd757 10773if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10775$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10776else
81ecdfbb
RW
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10778$as_echo "no" >&6; }
55db4b87 10779fi
c6b750e1 10780
81ecdfbb 10781
2429c060
PB
10782 fi
10783 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10784 done
10785fi
c6b750e1 10786
05cbd757
PB
10787if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10788 set dummy gfortran
10789 if test $build = $target ; then
10790 GFORTRAN_FOR_TARGET="$2"
55db4b87 10791 else
05cbd757 10792 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10793 fi
d3f5afc4
MS
10794else
10795 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
859789af
AC
10796fi
10797
2429c060
PB
10798
10799
e552509b
ILT
10800if test -n "$GOC_FOR_TARGET"; then
10801 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10802elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10803 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10804fi
10805
10806if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10807 for ncn_progname in gccgo; do
10808 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10809set dummy ${ncn_progname}; ac_word=$2
10810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10811$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10812if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
e552509b
ILT
10813 $as_echo_n "(cached) " >&6
10814else
10815 if test -n "$GOC_FOR_TARGET"; then
10816 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10817else
10818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10819for as_dir in $PATH
10820do
10821 IFS=$as_save_IFS
10822 test -z "$as_dir" && as_dir=.
10823 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e552509b
ILT
10825 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10827 break 2
10828 fi
10829done
10830 done
10831IFS=$as_save_IFS
10832
10833fi
10834fi
10835GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10836if test -n "$GOC_FOR_TARGET"; then
10837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10838$as_echo "$GOC_FOR_TARGET" >&6; }
10839else
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10841$as_echo "no" >&6; }
10842fi
10843
10844
10845 done
10846fi
10847
10848if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10849 for ncn_progname in gccgo; do
10850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10851$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10852 if test -x $with_build_time_tools/${ncn_progname}; then
10853 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10855$as_echo "yes" >&6; }
10856 break
10857 else
10858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10859$as_echo "no" >&6; }
10860 fi
10861 done
10862fi
10863
10864if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10865 for ncn_progname in gccgo; do
10866 if test -n "$ncn_target_tool_prefix"; then
10867 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10868set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10870$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10871if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
e552509b
ILT
10872 $as_echo_n "(cached) " >&6
10873else
10874 if test -n "$GOC_FOR_TARGET"; then
10875 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10876else
10877as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10878for as_dir in $PATH
10879do
10880 IFS=$as_save_IFS
10881 test -z "$as_dir" && as_dir=.
10882 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10883 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e552509b
ILT
10884 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10886 break 2
10887 fi
10888done
10889 done
10890IFS=$as_save_IFS
10891
10892fi
10893fi
10894GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10895if test -n "$GOC_FOR_TARGET"; then
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10897$as_echo "$GOC_FOR_TARGET" >&6; }
10898else
10899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10900$as_echo "no" >&6; }
10901fi
10902
10903
10904 fi
10905 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10906 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10907set dummy ${ncn_progname}; ac_word=$2
10908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10909$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 10910if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
e552509b
ILT
10911 $as_echo_n "(cached) " >&6
10912else
10913 if test -n "$GOC_FOR_TARGET"; then
10914 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10915else
10916as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10917for as_dir in $PATH
10918do
10919 IFS=$as_save_IFS
10920 test -z "$as_dir" && as_dir=.
10921 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 10922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e552509b
ILT
10923 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10925 break 2
10926 fi
10927done
10928 done
10929IFS=$as_save_IFS
10930
10931fi
10932fi
10933GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10934if test -n "$GOC_FOR_TARGET"; then
10935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10936$as_echo "$GOC_FOR_TARGET" >&6; }
10937else
10938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10939$as_echo "no" >&6; }
10940fi
10941
10942
10943 fi
10944 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10945 done
10946fi
10947
10948if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10949 set dummy gccgo
10950 if test $build = $target ; then
10951 GOC_FOR_TARGET="$2"
10952 else
10953 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10954 fi
10955else
10956 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10957fi
10958
10959
10960
2429c060
PB
10961cat > conftest.c << \EOF
10962#ifdef __GNUC__
10963 gcc_yay;
10964#endif
10965EOF
10966if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10967 have_gcc_for_target=yes
859789af 10968else
2429c060
PB
10969 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10970 have_gcc_for_target=no
859789af 10971fi
2429c060
PB
10972rm conftest.c
10973
10974
10975
859789af 10976
2429c060
PB
10977if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10978 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10980$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10981 if test -x $with_build_time_tools/ar; then
10982 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10983 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
81ecdfbb
RW
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10985$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
3a35eeb3 10986 else
81ecdfbb
RW
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10988$as_echo "no" >&6; }
3a35eeb3 10989 fi
2429c060
PB
10990 elif test $build != $host && test $have_gcc_for_target = yes; then
10991 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
d3f5afc4
MS
10992 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10993 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
05cbd757 10994 fi
2429c060 10995fi
c6b750e1 10996if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10997 # Extract the first word of "ar", so it can be a program name with args.
10998set dummy ar; ac_word=$2
81ecdfbb
RW
10999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11000$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11001if ${ac_cv_path_AR_FOR_TARGET+:} false; then :
81ecdfbb 11002 $as_echo_n "(cached) " >&6
859789af 11003else
c6b750e1
DJ
11004 case $AR_FOR_TARGET in
11005 [\\/]* | ?:[\\/]*)
2429c060
PB
11006 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
11007 ;;
2429c060 11008 *)
c6b750e1
DJ
11009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11010for as_dir in $gcc_cv_tool_dirs
11011do
11012 IFS=$as_save_IFS
11013 test -z "$as_dir" && as_dir=.
81ecdfbb 11014 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11015 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 11016 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11018 break 2
11019 fi
11020done
81ecdfbb
RW
11021 done
11022IFS=$as_save_IFS
c6b750e1 11023
2429c060
PB
11024 ;;
11025esac
859789af 11026fi
c6b750e1 11027AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060 11028if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11030$as_echo "$AR_FOR_TARGET" >&6; }
859789af 11031else
81ecdfbb
RW
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11033$as_echo "no" >&6; }
859789af 11034fi
05cbd757 11035
81ecdfbb 11036
2429c060
PB
11037fi
11038if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9a819804
AO
11039
11040
11041if test -n "$AR_FOR_TARGET"; then
11042 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
11043elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11044 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11045fi
11046
11047if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11048 for ncn_progname in ar; do
11049 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11050set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11052$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11053if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
81ecdfbb 11054 $as_echo_n "(cached) " >&6
9a819804
AO
11055else
11056 if test -n "$AR_FOR_TARGET"; then
11057 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11058else
11059as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11060for as_dir in $PATH
11061do
11062 IFS=$as_save_IFS
11063 test -z "$as_dir" && as_dir=.
81ecdfbb 11064 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11065 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 11066 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 11067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11068 break 2
11069 fi
11070done
81ecdfbb
RW
11071 done
11072IFS=$as_save_IFS
9a819804
AO
11073
11074fi
11075fi
11076AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11077if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11079$as_echo "$AR_FOR_TARGET" >&6; }
9a819804 11080else
81ecdfbb
RW
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11082$as_echo "no" >&6; }
9a819804
AO
11083fi
11084
81ecdfbb 11085
9a819804
AO
11086 done
11087fi
11088
11089if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11090 for ncn_progname in ar; do
81ecdfbb
RW
11091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11092$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11093 if test -x $with_build_time_tools/${ncn_progname}; then
11094 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11096$as_echo "yes" >&6; }
2429c060
PB
11097 break
11098 else
81ecdfbb
RW
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11100$as_echo "no" >&6; }
2429c060
PB
11101 fi
11102 done
859789af
AC
11103fi
11104
2429c060
PB
11105if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11106 for ncn_progname in ar; do
11107 if test -n "$ncn_target_tool_prefix"; then
11108 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 11109set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11111$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11112if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
81ecdfbb 11113 $as_echo_n "(cached) " >&6
7e0f7140 11114else
2429c060
PB
11115 if test -n "$AR_FOR_TARGET"; then
11116 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
7e0f7140 11117else
c6b750e1
DJ
11118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11119for as_dir in $PATH
11120do
11121 IFS=$as_save_IFS
11122 test -z "$as_dir" && as_dir=.
81ecdfbb 11123 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11124 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 11125 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11127 break 2
11128 fi
11129done
81ecdfbb
RW
11130 done
11131IFS=$as_save_IFS
c6b750e1 11132
7e0f7140
GK
11133fi
11134fi
c6b750e1 11135AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 11136if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11138$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 11139else
81ecdfbb
RW
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11141$as_echo "no" >&6; }
7e0f7140
GK
11142fi
11143
81ecdfbb 11144
2429c060
PB
11145 fi
11146 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11147 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 11148set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11150$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11151if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
81ecdfbb 11152 $as_echo_n "(cached) " >&6
7e0f7140 11153else
2429c060
PB
11154 if test -n "$AR_FOR_TARGET"; then
11155 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
cac3d6c4 11156else
c6b750e1
DJ
11157as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11158for as_dir in $PATH
11159do
11160 IFS=$as_save_IFS
11161 test -z "$as_dir" && as_dir=.
81ecdfbb 11162 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11163 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 11164 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 11165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11166 break 2
11167 fi
11168done
81ecdfbb
RW
11169 done
11170IFS=$as_save_IFS
c6b750e1 11171
7e0f7140
GK
11172fi
11173fi
c6b750e1 11174AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 11175if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11177$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 11178else
81ecdfbb
RW
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11180$as_echo "no" >&6; }
7e0f7140 11181fi
c6b750e1 11182
81ecdfbb 11183
2429c060
PB
11184 fi
11185 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11186 done
11187fi
c6b750e1 11188
2429c060
PB
11189if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11190 set dummy ar
7e0f7140 11191 if test $build = $target ; then
2429c060 11192 AR_FOR_TARGET="$2"
7e0f7140 11193 else
2429c060 11194 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
7e0f7140 11195 fi
d3f5afc4
MS
11196else
11197 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
7e0f7140
GK
11198fi
11199
3a35eeb3
PB
11200else
11201 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060
PB
11202fi
11203
11204
11205
11206
11207if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11208 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11210$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11211 if test -x $with_build_time_tools/as; then
11212 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11213 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
81ecdfbb
RW
11214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11215$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
3a35eeb3 11216 else
81ecdfbb
RW
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11218$as_echo "no" >&6; }
3a35eeb3 11219 fi
2429c060
PB
11220 elif test $build != $host && test $have_gcc_for_target = yes; then
11221 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
d3f5afc4
MS
11222 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11223 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
2429c060
PB
11224 fi
11225fi
c6b750e1 11226if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11227 # Extract the first word of "as", so it can be a program name with args.
11228set dummy as; ac_word=$2
81ecdfbb
RW
11229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11230$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11231if ${ac_cv_path_AS_FOR_TARGET+:} false; then :
81ecdfbb 11232 $as_echo_n "(cached) " >&6
2429c060 11233else
c6b750e1
DJ
11234 case $AS_FOR_TARGET in
11235 [\\/]* | ?:[\\/]*)
2429c060
PB
11236 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11237 ;;
2429c060 11238 *)
c6b750e1
DJ
11239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11240for as_dir in $gcc_cv_tool_dirs
11241do
11242 IFS=$as_save_IFS
11243 test -z "$as_dir" && as_dir=.
81ecdfbb 11244 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11245 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 11246 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11248 break 2
11249 fi
11250done
81ecdfbb
RW
11251 done
11252IFS=$as_save_IFS
c6b750e1 11253
2429c060
PB
11254 ;;
11255esac
11256fi
c6b750e1 11257AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060 11258if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11260$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11261else
81ecdfbb
RW
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11263$as_echo "no" >&6; }
2429c060
PB
11264fi
11265
81ecdfbb 11266
2429c060
PB
11267fi
11268if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9a819804
AO
11269
11270
11271if test -n "$AS_FOR_TARGET"; then
11272 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11273elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11274 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11275fi
11276
11277if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11278 for ncn_progname in as; do
11279 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11280set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11282$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11283if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
81ecdfbb 11284 $as_echo_n "(cached) " >&6
9a819804
AO
11285else
11286 if test -n "$AS_FOR_TARGET"; then
11287 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11288else
11289as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11290for as_dir in $PATH
11291do
11292 IFS=$as_save_IFS
11293 test -z "$as_dir" && as_dir=.
81ecdfbb 11294 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11295 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 11296 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11298 break 2
11299 fi
11300done
81ecdfbb
RW
11301 done
11302IFS=$as_save_IFS
9a819804
AO
11303
11304fi
11305fi
11306AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11307if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11309$as_echo "$AS_FOR_TARGET" >&6; }
9a819804 11310else
81ecdfbb
RW
11311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11312$as_echo "no" >&6; }
9a819804
AO
11313fi
11314
81ecdfbb 11315
9a819804
AO
11316 done
11317fi
11318
11319if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11320 for ncn_progname in as; do
81ecdfbb
RW
11321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11322$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11323 if test -x $with_build_time_tools/${ncn_progname}; then
11324 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11326$as_echo "yes" >&6; }
2429c060
PB
11327 break
11328 else
81ecdfbb
RW
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11330$as_echo "no" >&6; }
2429c060
PB
11331 fi
11332 done
11333fi
11334
11335if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11336 for ncn_progname in as; do
11337 if test -n "$ncn_target_tool_prefix"; then
11338 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11339set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11341$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11342if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
81ecdfbb 11343 $as_echo_n "(cached) " >&6
2429c060
PB
11344else
11345 if test -n "$AS_FOR_TARGET"; then
11346 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11347else
c6b750e1
DJ
11348as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11349for as_dir in $PATH
11350do
11351 IFS=$as_save_IFS
11352 test -z "$as_dir" && as_dir=.
81ecdfbb 11353 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11354 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 11355 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11357 break 2
11358 fi
11359done
81ecdfbb
RW
11360 done
11361IFS=$as_save_IFS
c6b750e1 11362
2429c060
PB
11363fi
11364fi
c6b750e1 11365AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11366if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11368$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11369else
81ecdfbb
RW
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11371$as_echo "no" >&6; }
2429c060
PB
11372fi
11373
81ecdfbb 11374
2429c060
PB
11375 fi
11376 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11377 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11378set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11380$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11381if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
81ecdfbb 11382 $as_echo_n "(cached) " >&6
2429c060
PB
11383else
11384 if test -n "$AS_FOR_TARGET"; then
11385 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11386else
c6b750e1
DJ
11387as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11388for as_dir in $PATH
11389do
11390 IFS=$as_save_IFS
11391 test -z "$as_dir" && as_dir=.
81ecdfbb 11392 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11393 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 11394 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11396 break 2
11397 fi
11398done
81ecdfbb
RW
11399 done
11400IFS=$as_save_IFS
c6b750e1 11401
2429c060
PB
11402fi
11403fi
c6b750e1 11404AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11405if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11407$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11408else
81ecdfbb
RW
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11410$as_echo "no" >&6; }
2429c060 11411fi
c6b750e1 11412
81ecdfbb 11413
2429c060
PB
11414 fi
11415 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11416 done
11417fi
c6b750e1 11418
2429c060
PB
11419if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11420 set dummy as
11421 if test $build = $target ; then
11422 AS_FOR_TARGET="$2"
11423 else
11424 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11425 fi
d3f5afc4
MS
11426else
11427 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
2429c060
PB
11428fi
11429
3a35eeb3
PB
11430else
11431 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060
PB
11432fi
11433
11434
11435
11436
11437if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11438 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11440$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11441 if test -x $with_build_time_tools/dlltool; then
11442 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11443 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
81ecdfbb
RW
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11445$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
3a35eeb3 11446 else
81ecdfbb
RW
11447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11448$as_echo "no" >&6; }
3a35eeb3 11449 fi
2429c060
PB
11450 elif test $build != $host && test $have_gcc_for_target = yes; then
11451 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
d3f5afc4
MS
11452 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11453 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
2429c060
PB
11454 fi
11455fi
c6b750e1 11456if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11457 # Extract the first word of "dlltool", so it can be a program name with args.
11458set dummy dlltool; ac_word=$2
81ecdfbb
RW
11459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11460$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11461if ${ac_cv_path_DLLTOOL_FOR_TARGET+:} false; then :
81ecdfbb 11462 $as_echo_n "(cached) " >&6
2429c060 11463else
c6b750e1
DJ
11464 case $DLLTOOL_FOR_TARGET in
11465 [\\/]* | ?:[\\/]*)
2429c060
PB
11466 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11467 ;;
2429c060 11468 *)
c6b750e1
DJ
11469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11470for as_dir in $gcc_cv_tool_dirs
11471do
11472 IFS=$as_save_IFS
11473 test -z "$as_dir" && as_dir=.
81ecdfbb 11474 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11475 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 11476 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11478 break 2
11479 fi
11480done
81ecdfbb
RW
11481 done
11482IFS=$as_save_IFS
c6b750e1 11483
2429c060
PB
11484 ;;
11485esac
11486fi
c6b750e1 11487DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060 11488if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11490$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11491else
81ecdfbb
RW
11492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11493$as_echo "no" >&6; }
2429c060
PB
11494fi
11495
81ecdfbb 11496
2429c060
PB
11497fi
11498if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9a819804
AO
11499
11500
11501if test -n "$DLLTOOL_FOR_TARGET"; then
11502 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11503elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11504 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11505fi
11506
11507if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11508 for ncn_progname in dlltool; do
11509 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11510set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11512$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11513if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
81ecdfbb 11514 $as_echo_n "(cached) " >&6
9a819804
AO
11515else
11516 if test -n "$DLLTOOL_FOR_TARGET"; then
11517 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11518else
11519as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11520for as_dir in $PATH
11521do
11522 IFS=$as_save_IFS
11523 test -z "$as_dir" && as_dir=.
81ecdfbb 11524 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11525 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 11526 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11528 break 2
11529 fi
11530done
81ecdfbb
RW
11531 done
11532IFS=$as_save_IFS
9a819804
AO
11533
11534fi
11535fi
11536DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11537if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11539$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
9a819804 11540else
81ecdfbb
RW
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11542$as_echo "no" >&6; }
9a819804
AO
11543fi
11544
81ecdfbb 11545
9a819804
AO
11546 done
11547fi
11548
11549if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11550 for ncn_progname in dlltool; do
81ecdfbb
RW
11551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11552$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11553 if test -x $with_build_time_tools/${ncn_progname}; then
11554 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11556$as_echo "yes" >&6; }
2429c060
PB
11557 break
11558 else
81ecdfbb
RW
11559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11560$as_echo "no" >&6; }
2429c060
PB
11561 fi
11562 done
11563fi
11564
11565if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11566 for ncn_progname in dlltool; do
11567 if test -n "$ncn_target_tool_prefix"; then
11568 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11569set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11571$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11572if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
81ecdfbb 11573 $as_echo_n "(cached) " >&6
2429c060
PB
11574else
11575 if test -n "$DLLTOOL_FOR_TARGET"; then
11576 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11577else
c6b750e1
DJ
11578as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11579for as_dir in $PATH
11580do
11581 IFS=$as_save_IFS
11582 test -z "$as_dir" && as_dir=.
81ecdfbb 11583 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11584 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 11585 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11586 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11587 break 2
11588 fi
11589done
81ecdfbb
RW
11590 done
11591IFS=$as_save_IFS
c6b750e1 11592
2429c060
PB
11593fi
11594fi
c6b750e1 11595DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11596if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11598$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11599else
81ecdfbb
RW
11600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11601$as_echo "no" >&6; }
2429c060
PB
11602fi
11603
81ecdfbb 11604
2429c060
PB
11605 fi
11606 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11607 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11608set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11610$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11611if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
81ecdfbb 11612 $as_echo_n "(cached) " >&6
2429c060
PB
11613else
11614 if test -n "$DLLTOOL_FOR_TARGET"; then
11615 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11616else
c6b750e1
DJ
11617as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11618for as_dir in $PATH
11619do
11620 IFS=$as_save_IFS
11621 test -z "$as_dir" && as_dir=.
81ecdfbb 11622 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11623 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 11624 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11626 break 2
11627 fi
11628done
81ecdfbb
RW
11629 done
11630IFS=$as_save_IFS
c6b750e1 11631
2429c060
PB
11632fi
11633fi
c6b750e1 11634DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11635if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11637$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11638else
81ecdfbb
RW
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11640$as_echo "no" >&6; }
2429c060 11641fi
c6b750e1 11642
81ecdfbb 11643
2429c060
PB
11644 fi
11645 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11646 done
11647fi
c6b750e1 11648
2429c060
PB
11649if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11650 set dummy dlltool
11651 if test $build = $target ; then
11652 DLLTOOL_FOR_TARGET="$2"
11653 else
11654 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11655 fi
d3f5afc4
MS
11656else
11657 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
2429c060
PB
11658fi
11659
3a35eeb3
PB
11660else
11661 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060
PB
11662fi
11663
11664
11665
11666
11667if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11668 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11670$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11671 if test -x $with_build_time_tools/ld; then
11672 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11673 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
81ecdfbb
RW
11674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11675$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
3a35eeb3 11676 else
81ecdfbb
RW
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11678$as_echo "no" >&6; }
3a35eeb3 11679 fi
2429c060
PB
11680 elif test $build != $host && test $have_gcc_for_target = yes; then
11681 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
d3f5afc4
MS
11682 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11683 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2429c060
PB
11684 fi
11685fi
c6b750e1 11686if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11687 # Extract the first word of "ld", so it can be a program name with args.
11688set dummy ld; ac_word=$2
81ecdfbb
RW
11689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11690$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11691if ${ac_cv_path_LD_FOR_TARGET+:} false; then :
81ecdfbb 11692 $as_echo_n "(cached) " >&6
2429c060 11693else
c6b750e1
DJ
11694 case $LD_FOR_TARGET in
11695 [\\/]* | ?:[\\/]*)
2429c060
PB
11696 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11697 ;;
2429c060 11698 *)
c6b750e1
DJ
11699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11700for as_dir in $gcc_cv_tool_dirs
11701do
11702 IFS=$as_save_IFS
11703 test -z "$as_dir" && as_dir=.
81ecdfbb 11704 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11705 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 11706 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11708 break 2
11709 fi
11710done
81ecdfbb
RW
11711 done
11712IFS=$as_save_IFS
c6b750e1 11713
2429c060
PB
11714 ;;
11715esac
11716fi
c6b750e1 11717LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060 11718if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11720$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11721else
81ecdfbb
RW
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11723$as_echo "no" >&6; }
2429c060
PB
11724fi
11725
81ecdfbb 11726
2429c060
PB
11727fi
11728if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9a819804
AO
11729
11730
11731if test -n "$LD_FOR_TARGET"; then
11732 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11733elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11734 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11735fi
11736
11737if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11738 for ncn_progname in ld; do
11739 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11740set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11742$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11743if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
81ecdfbb 11744 $as_echo_n "(cached) " >&6
9a819804
AO
11745else
11746 if test -n "$LD_FOR_TARGET"; then
11747 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11748else
11749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11750for as_dir in $PATH
11751do
11752 IFS=$as_save_IFS
11753 test -z "$as_dir" && as_dir=.
81ecdfbb 11754 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11755 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 11756 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11758 break 2
11759 fi
11760done
81ecdfbb
RW
11761 done
11762IFS=$as_save_IFS
9a819804
AO
11763
11764fi
11765fi
11766LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11767if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11769$as_echo "$LD_FOR_TARGET" >&6; }
9a819804 11770else
81ecdfbb
RW
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11772$as_echo "no" >&6; }
9a819804
AO
11773fi
11774
81ecdfbb 11775
9a819804
AO
11776 done
11777fi
11778
11779if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11780 for ncn_progname in ld; do
81ecdfbb
RW
11781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11782$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11783 if test -x $with_build_time_tools/${ncn_progname}; then
11784 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11786$as_echo "yes" >&6; }
2429c060
PB
11787 break
11788 else
81ecdfbb
RW
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11790$as_echo "no" >&6; }
2429c060
PB
11791 fi
11792 done
11793fi
11794
11795if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11796 for ncn_progname in ld; do
11797 if test -n "$ncn_target_tool_prefix"; then
11798 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11799set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11801$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11802if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
81ecdfbb 11803 $as_echo_n "(cached) " >&6
2429c060
PB
11804else
11805 if test -n "$LD_FOR_TARGET"; then
11806 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11807else
c6b750e1
DJ
11808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11809for as_dir in $PATH
11810do
11811 IFS=$as_save_IFS
11812 test -z "$as_dir" && as_dir=.
81ecdfbb 11813 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11814 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 11815 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11817 break 2
11818 fi
11819done
81ecdfbb
RW
11820 done
11821IFS=$as_save_IFS
c6b750e1 11822
2429c060
PB
11823fi
11824fi
c6b750e1 11825LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11826if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11828$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11829else
81ecdfbb
RW
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11831$as_echo "no" >&6; }
2429c060
PB
11832fi
11833
81ecdfbb 11834
2429c060
PB
11835 fi
11836 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11837 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11838set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11840$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11841if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
81ecdfbb 11842 $as_echo_n "(cached) " >&6
2429c060
PB
11843else
11844 if test -n "$LD_FOR_TARGET"; then
11845 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11846else
c6b750e1
DJ
11847as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11848for as_dir in $PATH
11849do
11850 IFS=$as_save_IFS
11851 test -z "$as_dir" && as_dir=.
81ecdfbb 11852 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11853 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 11854 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11856 break 2
11857 fi
11858done
81ecdfbb
RW
11859 done
11860IFS=$as_save_IFS
c6b750e1 11861
2429c060
PB
11862fi
11863fi
c6b750e1 11864LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11865if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11867$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11868else
81ecdfbb
RW
11869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11870$as_echo "no" >&6; }
2429c060 11871fi
c6b750e1 11872
81ecdfbb 11873
2429c060
PB
11874 fi
11875 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11876 done
11877fi
c6b750e1 11878
2429c060
PB
11879if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11880 set dummy ld
11881 if test $build = $target ; then
11882 LD_FOR_TARGET="$2"
11883 else
11884 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11885 fi
d3f5afc4
MS
11886else
11887 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
2429c060
PB
11888fi
11889
3a35eeb3
PB
11890else
11891 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060
PB
11892fi
11893
11894
11895
11896
11897if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11898 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11900$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11901 if test -x $with_build_time_tools/lipo; then
11902 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11903 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
81ecdfbb
RW
11904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11905$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
3a35eeb3 11906 else
81ecdfbb
RW
11907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11908$as_echo "no" >&6; }
3a35eeb3 11909 fi
2429c060
PB
11910 elif test $build != $host && test $have_gcc_for_target = yes; then
11911 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
d3f5afc4
MS
11912 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11913 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
2429c060
PB
11914 fi
11915fi
9a819804
AO
11916if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11917 # Extract the first word of "lipo", so it can be a program name with args.
11918set dummy lipo; ac_word=$2
81ecdfbb
RW
11919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11920$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11921if ${ac_cv_path_LIPO_FOR_TARGET+:} false; then :
81ecdfbb 11922 $as_echo_n "(cached) " >&6
9a819804
AO
11923else
11924 case $LIPO_FOR_TARGET in
11925 [\\/]* | ?:[\\/]*)
11926 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11927 ;;
11928 *)
11929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11930for as_dir in $gcc_cv_tool_dirs
11931do
11932 IFS=$as_save_IFS
11933 test -z "$as_dir" && as_dir=.
81ecdfbb 11934 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11935 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 11936 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11938 break 2
11939 fi
11940done
81ecdfbb
RW
11941 done
11942IFS=$as_save_IFS
9a819804
AO
11943
11944 ;;
11945esac
11946fi
11947LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9a819804 11948if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11950$as_echo "$LIPO_FOR_TARGET" >&6; }
9a819804 11951else
81ecdfbb
RW
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11953$as_echo "no" >&6; }
9a819804
AO
11954fi
11955
81ecdfbb 11956
9a819804
AO
11957fi
11958if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11959
11960
11961if test -n "$LIPO_FOR_TARGET"; then
11962 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11963elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11964 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11965fi
11966
11967if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11968 for ncn_progname in lipo; do
11969 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11970set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11972$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11973if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
81ecdfbb 11974 $as_echo_n "(cached) " >&6
2429c060 11975else
9a819804
AO
11976 if test -n "$LIPO_FOR_TARGET"; then
11977 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11978else
11979as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11980for as_dir in $PATH
c6b750e1
DJ
11981do
11982 IFS=$as_save_IFS
11983 test -z "$as_dir" && as_dir=.
81ecdfbb 11984 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11985 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 11986 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11988 break 2
11989 fi
11990done
81ecdfbb
RW
11991 done
11992IFS=$as_save_IFS
c6b750e1 11993
2429c060 11994fi
9a819804
AO
11995fi
11996LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11997if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11999$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 12000else
81ecdfbb
RW
12001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12002$as_echo "no" >&6; }
2429c060
PB
12003fi
12004
81ecdfbb 12005
9a819804 12006 done
2429c060 12007fi
9a819804
AO
12008
12009if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12010 for ncn_progname in lipo; do
81ecdfbb
RW
12011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12012$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12013 if test -x $with_build_time_tools/${ncn_progname}; then
12014 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12016$as_echo "yes" >&6; }
2429c060
PB
12017 break
12018 else
81ecdfbb
RW
12019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12020$as_echo "no" >&6; }
2429c060
PB
12021 fi
12022 done
12023fi
12024
12025if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
12026 for ncn_progname in lipo; do
12027 if test -n "$ncn_target_tool_prefix"; then
12028 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12029set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12031$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12032if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
81ecdfbb 12033 $as_echo_n "(cached) " >&6
2429c060
PB
12034else
12035 if test -n "$LIPO_FOR_TARGET"; then
12036 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12037else
c6b750e1
DJ
12038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12039for as_dir in $PATH
12040do
12041 IFS=$as_save_IFS
12042 test -z "$as_dir" && as_dir=.
81ecdfbb 12043 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12044 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 12045 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12047 break 2
12048 fi
12049done
81ecdfbb
RW
12050 done
12051IFS=$as_save_IFS
c6b750e1 12052
2429c060
PB
12053fi
12054fi
c6b750e1 12055LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 12056if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
12057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12058$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 12059else
81ecdfbb
RW
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12061$as_echo "no" >&6; }
2429c060
PB
12062fi
12063
81ecdfbb 12064
2429c060
PB
12065 fi
12066 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12067 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12068set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12070$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12071if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
81ecdfbb 12072 $as_echo_n "(cached) " >&6
2429c060
PB
12073else
12074 if test -n "$LIPO_FOR_TARGET"; then
12075 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12076else
c6b750e1
DJ
12077as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12078for as_dir in $PATH
12079do
12080 IFS=$as_save_IFS
12081 test -z "$as_dir" && as_dir=.
81ecdfbb 12082 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12083 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 12084 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 12085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12086 break 2
12087 fi
12088done
81ecdfbb
RW
12089 done
12090IFS=$as_save_IFS
c6b750e1 12091
2429c060
PB
12092fi
12093fi
c6b750e1 12094LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 12095if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
12096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12097$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 12098else
81ecdfbb
RW
12099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12100$as_echo "no" >&6; }
2429c060 12101fi
c6b750e1 12102
81ecdfbb 12103
2429c060
PB
12104 fi
12105 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12106 done
12107fi
c6b750e1 12108
2429c060
PB
12109if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12110 set dummy lipo
12111 if test $build = $target ; then
12112 LIPO_FOR_TARGET="$2"
12113 else
12114 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12115 fi
d3f5afc4
MS
12116else
12117 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
2429c060
PB
12118fi
12119
3a35eeb3
PB
12120else
12121 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
2429c060
PB
12122fi
12123
12124
12125
12126
12127if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12128 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12130$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12131 if test -x $with_build_time_tools/nm; then
12132 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12133 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
81ecdfbb
RW
12134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12135$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
3a35eeb3 12136 else
81ecdfbb
RW
12137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12138$as_echo "no" >&6; }
3a35eeb3 12139 fi
2429c060
PB
12140 elif test $build != $host && test $have_gcc_for_target = yes; then
12141 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
d3f5afc4
MS
12142 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12143 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
2429c060
PB
12144 fi
12145fi
c6b750e1 12146if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12147 # Extract the first word of "nm", so it can be a program name with args.
12148set dummy nm; ac_word=$2
81ecdfbb
RW
12149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12150$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12151if ${ac_cv_path_NM_FOR_TARGET+:} false; then :
81ecdfbb 12152 $as_echo_n "(cached) " >&6
2429c060 12153else
c6b750e1
DJ
12154 case $NM_FOR_TARGET in
12155 [\\/]* | ?:[\\/]*)
2429c060
PB
12156 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12157 ;;
2429c060 12158 *)
c6b750e1
DJ
12159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12160for as_dir in $gcc_cv_tool_dirs
12161do
12162 IFS=$as_save_IFS
12163 test -z "$as_dir" && as_dir=.
81ecdfbb 12164 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12165 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 12166 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12168 break 2
12169 fi
12170done
81ecdfbb
RW
12171 done
12172IFS=$as_save_IFS
c6b750e1 12173
2429c060
PB
12174 ;;
12175esac
12176fi
c6b750e1 12177NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060 12178if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12180$as_echo "$NM_FOR_TARGET" >&6; }
2429c060 12181else
81ecdfbb
RW
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12183$as_echo "no" >&6; }
2429c060
PB
12184fi
12185
81ecdfbb 12186
2429c060
PB
12187fi
12188if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9a819804
AO
12189
12190
12191if test -n "$NM_FOR_TARGET"; then
12192 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12193elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12194 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12195fi
12196
12197if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12198 for ncn_progname in nm; do
12199 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12200set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12202$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12203if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
81ecdfbb 12204 $as_echo_n "(cached) " >&6
9a819804
AO
12205else
12206 if test -n "$NM_FOR_TARGET"; then
12207 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12208else
12209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12210for as_dir in $PATH
12211do
12212 IFS=$as_save_IFS
12213 test -z "$as_dir" && as_dir=.
81ecdfbb 12214 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 12216 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12218 break 2
12219 fi
12220done
81ecdfbb
RW
12221 done
12222IFS=$as_save_IFS
9a819804
AO
12223
12224fi
12225fi
12226NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12227if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12229$as_echo "$NM_FOR_TARGET" >&6; }
9a819804 12230else
81ecdfbb
RW
12231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12232$as_echo "no" >&6; }
9a819804
AO
12233fi
12234
81ecdfbb 12235
9a819804
AO
12236 done
12237fi
12238
12239if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12240 for ncn_progname in nm; do
81ecdfbb
RW
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12242$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12243 if test -x $with_build_time_tools/${ncn_progname}; then
12244 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12246$as_echo "yes" >&6; }
2429c060
PB
12247 break
12248 else
81ecdfbb
RW
12249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12250$as_echo "no" >&6; }
2429c060
PB
12251 fi
12252 done
12253fi
12254
12255if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12256 for ncn_progname in nm; do
12257 if test -n "$ncn_target_tool_prefix"; then
12258 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 12259set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12261$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12262if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
81ecdfbb 12263 $as_echo_n "(cached) " >&6
859789af 12264else
55db4b87
PB
12265 if test -n "$NM_FOR_TARGET"; then
12266 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12267else
c6b750e1
DJ
12268as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12269for as_dir in $PATH
12270do
12271 IFS=$as_save_IFS
12272 test -z "$as_dir" && as_dir=.
81ecdfbb 12273 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 12275 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12277 break 2
12278 fi
12279done
81ecdfbb
RW
12280 done
12281IFS=$as_save_IFS
c6b750e1 12282
859789af
AC
12283fi
12284fi
c6b750e1 12285NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
55db4b87 12286if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12288$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12289else
81ecdfbb
RW
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12291$as_echo "no" >&6; }
859789af
AC
12292fi
12293
81ecdfbb 12294
2429c060
PB
12295 fi
12296 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12297 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12298set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12300$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12301if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
81ecdfbb 12302 $as_echo_n "(cached) " >&6
859789af 12303else
05cbd757
PB
12304 if test -n "$NM_FOR_TARGET"; then
12305 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12306else
c6b750e1
DJ
12307as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12308for as_dir in $PATH
12309do
12310 IFS=$as_save_IFS
12311 test -z "$as_dir" && as_dir=.
81ecdfbb 12312 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12313 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 12314 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12316 break 2
12317 fi
12318done
81ecdfbb
RW
12319 done
12320IFS=$as_save_IFS
c6b750e1 12321
859789af
AC
12322fi
12323fi
c6b750e1 12324NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
05cbd757 12325if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12327$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12328else
81ecdfbb
RW
12329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12330$as_echo "no" >&6; }
859789af 12331fi
c6b750e1 12332
81ecdfbb 12333
2429c060
PB
12334 fi
12335 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12336 done
12337fi
c6b750e1 12338
05cbd757
PB
12339if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12340 set dummy nm
12341 if test $build = $target ; then
12342 NM_FOR_TARGET="$2"
859789af 12343 else
05cbd757 12344 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12345 fi
d3f5afc4
MS
12346else
12347 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
859789af
AC
12348fi
12349
3a35eeb3
PB
12350else
12351 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060
PB
12352fi
12353
12354
12355
12356
6b91c541
AP
12357if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12358 if test -n "$with_build_time_tools"; then
12359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objcopy in $with_build_time_tools" >&5
12360$as_echo_n "checking for objcopy in $with_build_time_tools... " >&6; }
12361 if test -x $with_build_time_tools/objcopy; then
12362 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
12363 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
12365$as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
12366 else
12367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12368$as_echo "no" >&6; }
12369 fi
12370 elif test $build != $host && test $have_gcc_for_target = yes; then
12371 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
12372 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
12373 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12374 fi
12375fi
12376if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12377 # Extract the first word of "objcopy", so it can be a program name with args.
12378set dummy objcopy; ac_word=$2
12379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12380$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12381if ${ac_cv_path_OBJCOPY_FOR_TARGET+:} false; then :
6b91c541
AP
12382 $as_echo_n "(cached) " >&6
12383else
12384 case $OBJCOPY_FOR_TARGET in
12385 [\\/]* | ?:[\\/]*)
12386 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
12387 ;;
12388 *)
12389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12390for as_dir in $gcc_cv_tool_dirs
12391do
12392 IFS=$as_save_IFS
12393 test -z "$as_dir" && as_dir=.
12394 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12395 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6b91c541
AP
12396 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12398 break 2
12399 fi
12400done
12401 done
12402IFS=$as_save_IFS
12403
12404 ;;
12405esac
12406fi
12407OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12408if test -n "$OBJCOPY_FOR_TARGET"; then
12409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12410$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12411else
12412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12413$as_echo "no" >&6; }
12414fi
12415
12416
12417fi
12418if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12419
12420
12421if test -n "$OBJCOPY_FOR_TARGET"; then
12422 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12423elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12424 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12425fi
12426
12427if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12428 for ncn_progname in objcopy; do
12429 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12430set dummy ${ncn_progname}; ac_word=$2
12431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12432$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12433if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
6b91c541
AP
12434 $as_echo_n "(cached) " >&6
12435else
12436 if test -n "$OBJCOPY_FOR_TARGET"; then
12437 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12438else
12439as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12440for as_dir in $PATH
12441do
12442 IFS=$as_save_IFS
12443 test -z "$as_dir" && as_dir=.
12444 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12445 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6b91c541
AP
12446 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12448 break 2
12449 fi
12450done
12451 done
12452IFS=$as_save_IFS
12453
12454fi
12455fi
12456OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12457if test -n "$OBJCOPY_FOR_TARGET"; then
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12459$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12460else
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12462$as_echo "no" >&6; }
12463fi
12464
12465
12466 done
12467fi
12468
12469if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
12470 for ncn_progname in objcopy; do
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12472$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12473 if test -x $with_build_time_tools/${ncn_progname}; then
12474 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12476$as_echo "yes" >&6; }
12477 break
12478 else
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12480$as_echo "no" >&6; }
12481 fi
12482 done
12483fi
12484
12485if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12486 for ncn_progname in objcopy; do
12487 if test -n "$ncn_target_tool_prefix"; then
12488 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12489set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12491$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12492if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
6b91c541
AP
12493 $as_echo_n "(cached) " >&6
12494else
12495 if test -n "$OBJCOPY_FOR_TARGET"; then
12496 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12497else
12498as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12499for as_dir in $PATH
12500do
12501 IFS=$as_save_IFS
12502 test -z "$as_dir" && as_dir=.
12503 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12504 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6b91c541
AP
12505 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12507 break 2
12508 fi
12509done
12510 done
12511IFS=$as_save_IFS
12512
12513fi
12514fi
12515OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12516if test -n "$OBJCOPY_FOR_TARGET"; then
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12518$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12519else
12520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12521$as_echo "no" >&6; }
12522fi
12523
12524
12525 fi
12526 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
12527 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12528set dummy ${ncn_progname}; ac_word=$2
12529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12530$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12531if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
6b91c541
AP
12532 $as_echo_n "(cached) " >&6
12533else
12534 if test -n "$OBJCOPY_FOR_TARGET"; then
12535 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12536else
12537as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12538for as_dir in $PATH
12539do
12540 IFS=$as_save_IFS
12541 test -z "$as_dir" && as_dir=.
12542 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12543 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6b91c541
AP
12544 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12546 break 2
12547 fi
12548done
12549 done
12550IFS=$as_save_IFS
12551
12552fi
12553fi
12554OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12555if test -n "$OBJCOPY_FOR_TARGET"; then
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12557$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12558else
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12560$as_echo "no" >&6; }
12561fi
12562
12563
12564 fi
12565 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
12566 done
12567fi
12568
12569if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
12570 set dummy objcopy
12571 if test $build = $target ; then
12572 OBJCOPY_FOR_TARGET="$2"
12573 else
12574 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
12575 fi
12576else
12577 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
12578fi
12579
12580else
12581 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12582fi
12583
12584
12585
12586
2429c060
PB
12587if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12588 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12590$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12591 if test -x $with_build_time_tools/objdump; then
12592 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12593 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
81ecdfbb
RW
12594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12595$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
3a35eeb3 12596 else
81ecdfbb
RW
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12598$as_echo "no" >&6; }
3a35eeb3 12599 fi
2429c060
PB
12600 elif test $build != $host && test $have_gcc_for_target = yes; then
12601 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
d3f5afc4
MS
12602 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12603 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
2429c060
PB
12604 fi
12605fi
c6b750e1 12606if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12607 # Extract the first word of "objdump", so it can be a program name with args.
12608set dummy objdump; ac_word=$2
81ecdfbb
RW
12609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12610$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12611if ${ac_cv_path_OBJDUMP_FOR_TARGET+:} false; then :
81ecdfbb 12612 $as_echo_n "(cached) " >&6
2429c060 12613else
c6b750e1
DJ
12614 case $OBJDUMP_FOR_TARGET in
12615 [\\/]* | ?:[\\/]*)
2429c060
PB
12616 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12617 ;;
2429c060 12618 *)
c6b750e1
DJ
12619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12620for as_dir in $gcc_cv_tool_dirs
12621do
12622 IFS=$as_save_IFS
12623 test -z "$as_dir" && as_dir=.
81ecdfbb 12624 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12625 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 12626 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12628 break 2
12629 fi
12630done
81ecdfbb
RW
12631 done
12632IFS=$as_save_IFS
c6b750e1 12633
2429c060
PB
12634 ;;
12635esac
12636fi
c6b750e1 12637OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060 12638if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12640$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
2429c060 12641else
81ecdfbb
RW
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12643$as_echo "no" >&6; }
2429c060
PB
12644fi
12645
81ecdfbb 12646
2429c060
PB
12647fi
12648if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9a819804
AO
12649
12650
12651if test -n "$OBJDUMP_FOR_TARGET"; then
12652 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12653elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12654 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12655fi
12656
12657if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12658 for ncn_progname in objdump; do
12659 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12660set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12662$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12663if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
81ecdfbb 12664 $as_echo_n "(cached) " >&6
9a819804
AO
12665else
12666 if test -n "$OBJDUMP_FOR_TARGET"; then
12667 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12668else
12669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12670for as_dir in $PATH
12671do
12672 IFS=$as_save_IFS
12673 test -z "$as_dir" && as_dir=.
81ecdfbb 12674 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12675 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 12676 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12678 break 2
12679 fi
12680done
81ecdfbb
RW
12681 done
12682IFS=$as_save_IFS
9a819804
AO
12683
12684fi
12685fi
12686OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12687if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12689$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
9a819804 12690else
81ecdfbb
RW
12691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12692$as_echo "no" >&6; }
9a819804
AO
12693fi
12694
81ecdfbb 12695
9a819804
AO
12696 done
12697fi
12698
12699if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12700 for ncn_progname in objdump; do
81ecdfbb
RW
12701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12702$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12703 if test -x $with_build_time_tools/${ncn_progname}; then
12704 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12706$as_echo "yes" >&6; }
2429c060
PB
12707 break
12708 else
81ecdfbb
RW
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12710$as_echo "no" >&6; }
2429c060
PB
12711 fi
12712 done
12713fi
12714
12715if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12716 for ncn_progname in objdump; do
12717 if test -n "$ncn_target_tool_prefix"; then
12718 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12719set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12721$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12722if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
81ecdfbb 12723 $as_echo_n "(cached) " >&6
5ae72758
DJ
12724else
12725 if test -n "$OBJDUMP_FOR_TARGET"; then
12726 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12727else
c6b750e1
DJ
12728as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12729for as_dir in $PATH
12730do
12731 IFS=$as_save_IFS
12732 test -z "$as_dir" && as_dir=.
81ecdfbb 12733 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12734 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 12735 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12736 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12737 break 2
12738 fi
12739done
81ecdfbb
RW
12740 done
12741IFS=$as_save_IFS
c6b750e1 12742
5ae72758
DJ
12743fi
12744fi
c6b750e1 12745OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12746if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12748$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12749else
81ecdfbb
RW
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12751$as_echo "no" >&6; }
5ae72758
DJ
12752fi
12753
81ecdfbb 12754
2429c060
PB
12755 fi
12756 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12757 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5ae72758 12758set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12760$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12761if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
81ecdfbb 12762 $as_echo_n "(cached) " >&6
5ae72758
DJ
12763else
12764 if test -n "$OBJDUMP_FOR_TARGET"; then
12765 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12766else
c6b750e1
DJ
12767as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12768for as_dir in $PATH
12769do
12770 IFS=$as_save_IFS
12771 test -z "$as_dir" && as_dir=.
81ecdfbb 12772 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12773 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 12774 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12776 break 2
12777 fi
12778done
81ecdfbb
RW
12779 done
12780IFS=$as_save_IFS
c6b750e1 12781
5ae72758
DJ
12782fi
12783fi
c6b750e1 12784OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12785if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12787$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12788else
81ecdfbb
RW
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12790$as_echo "no" >&6; }
5ae72758 12791fi
c6b750e1 12792
81ecdfbb 12793
2429c060
PB
12794 fi
12795 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12796 done
12797fi
c6b750e1 12798
5ae72758
DJ
12799if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12800 set dummy objdump
12801 if test $build = $target ; then
12802 OBJDUMP_FOR_TARGET="$2"
12803 else
12804 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12805 fi
d3f5afc4
MS
12806else
12807 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
5ae72758
DJ
12808fi
12809
3a35eeb3
PB
12810else
12811 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060
PB
12812fi
12813
12814
12815
12816
12817if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12818 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12820$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12821 if test -x $with_build_time_tools/ranlib; then
12822 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12823 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
81ecdfbb
RW
12824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12825$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
3a35eeb3 12826 else
81ecdfbb
RW
12827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12828$as_echo "no" >&6; }
3a35eeb3 12829 fi
2429c060
PB
12830 elif test $build != $host && test $have_gcc_for_target = yes; then
12831 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
d3f5afc4
MS
12832 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12833 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
2429c060
PB
12834 fi
12835fi
c6b750e1 12836if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12837 # Extract the first word of "ranlib", so it can be a program name with args.
12838set dummy ranlib; ac_word=$2
81ecdfbb
RW
12839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12840$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12841if ${ac_cv_path_RANLIB_FOR_TARGET+:} false; then :
81ecdfbb 12842 $as_echo_n "(cached) " >&6
2429c060 12843else
c6b750e1
DJ
12844 case $RANLIB_FOR_TARGET in
12845 [\\/]* | ?:[\\/]*)
2429c060
PB
12846 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12847 ;;
2429c060 12848 *)
c6b750e1
DJ
12849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12850for as_dir in $gcc_cv_tool_dirs
12851do
12852 IFS=$as_save_IFS
12853 test -z "$as_dir" && as_dir=.
81ecdfbb 12854 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 12856 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12858 break 2
12859 fi
12860done
81ecdfbb
RW
12861 done
12862IFS=$as_save_IFS
c6b750e1 12863
2429c060
PB
12864 ;;
12865esac
12866fi
c6b750e1 12867RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
2429c060 12868if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12870$as_echo "$RANLIB_FOR_TARGET" >&6; }
2429c060 12871else
81ecdfbb
RW
12872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12873$as_echo "no" >&6; }
2429c060
PB
12874fi
12875
81ecdfbb 12876
2429c060
PB
12877fi
12878if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
9a819804
AO
12879
12880
12881if test -n "$RANLIB_FOR_TARGET"; then
12882 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12883elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12884 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12885fi
12886
12887if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12888 for ncn_progname in ranlib; do
12889 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12890set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12892$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12893if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
81ecdfbb 12894 $as_echo_n "(cached) " >&6
9a819804
AO
12895else
12896 if test -n "$RANLIB_FOR_TARGET"; then
12897 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12898else
12899as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12900for as_dir in $PATH
12901do
12902 IFS=$as_save_IFS
12903 test -z "$as_dir" && as_dir=.
81ecdfbb 12904 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 12906 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12908 break 2
12909 fi
12910done
81ecdfbb
RW
12911 done
12912IFS=$as_save_IFS
9a819804
AO
12913
12914fi
12915fi
12916RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12917if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12919$as_echo "$RANLIB_FOR_TARGET" >&6; }
9a819804 12920else
81ecdfbb
RW
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12922$as_echo "no" >&6; }
9a819804
AO
12923fi
12924
81ecdfbb 12925
9a819804
AO
12926 done
12927fi
12928
12929if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12930 for ncn_progname in ranlib; do
81ecdfbb
RW
12931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12932$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12933 if test -x $with_build_time_tools/${ncn_progname}; then
12934 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12936$as_echo "yes" >&6; }
2429c060
PB
12937 break
12938 else
81ecdfbb
RW
12939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12940$as_echo "no" >&6; }
2429c060
PB
12941 fi
12942 done
12943fi
12944
12945if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12946 for ncn_progname in ranlib; do
12947 if test -n "$ncn_target_tool_prefix"; then
12948 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5ae72758 12949set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12951$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12952if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
81ecdfbb 12953 $as_echo_n "(cached) " >&6
859789af 12954else
55db4b87
PB
12955 if test -n "$RANLIB_FOR_TARGET"; then
12956 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12957else
c6b750e1
DJ
12958as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12959for as_dir in $PATH
12960do
12961 IFS=$as_save_IFS
12962 test -z "$as_dir" && as_dir=.
81ecdfbb 12963 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12964 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 12965 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12967 break 2
12968 fi
12969done
81ecdfbb
RW
12970 done
12971IFS=$as_save_IFS
c6b750e1 12972
859789af
AC
12973fi
12974fi
c6b750e1 12975RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
55db4b87 12976if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12978$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12979else
81ecdfbb
RW
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12981$as_echo "no" >&6; }
859789af
AC
12982fi
12983
81ecdfbb 12984
2429c060
PB
12985 fi
12986 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12987 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12988set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12990$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12991if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
81ecdfbb 12992 $as_echo_n "(cached) " >&6
859789af 12993else
05cbd757
PB
12994 if test -n "$RANLIB_FOR_TARGET"; then
12995 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12996else
c6b750e1
DJ
12997as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12998for as_dir in $PATH
12999do
13000 IFS=$as_save_IFS
13001 test -z "$as_dir" && as_dir=.
81ecdfbb 13002 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13003 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 13004 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 13005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13006 break 2
13007 fi
13008done
81ecdfbb
RW
13009 done
13010IFS=$as_save_IFS
c6b750e1 13011
859789af
AC
13012fi
13013fi
c6b750e1 13014RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
05cbd757 13015if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
13017$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 13018else
81ecdfbb
RW
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13020$as_echo "no" >&6; }
859789af 13021fi
c6b750e1 13022
81ecdfbb 13023
2429c060
PB
13024 fi
13025 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
13026 done
13027fi
c6b750e1 13028
2429c060
PB
13029if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
13030 set dummy ranlib
13031 if test $build = $target ; then
13032 RANLIB_FOR_TARGET="$2"
13033 else
13034 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 13035 fi
d3f5afc4
MS
13036else
13037 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
2429c060 13038fi
05cbd757 13039
3a35eeb3
PB
13040else
13041 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
859789af
AC
13042fi
13043
2429c060
PB
13044
13045
13046
b121d7d4
DD
13047if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13048 if test -n "$with_build_time_tools"; then
13049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
13050$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
13051 if test -x $with_build_time_tools/readelf; then
13052 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
13053 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
13054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
13055$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
13056 else
13057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13058$as_echo "no" >&6; }
13059 fi
13060 elif test $build != $host && test $have_gcc_for_target = yes; then
13061 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
13062 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
13063 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
13064 fi
13065fi
13066if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13067 # Extract the first word of "readelf", so it can be a program name with args.
13068set dummy readelf; ac_word=$2
13069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13070$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13071if ${ac_cv_path_READELF_FOR_TARGET+:} false; then :
b121d7d4
DD
13072 $as_echo_n "(cached) " >&6
13073else
13074 case $READELF_FOR_TARGET in
13075 [\\/]* | ?:[\\/]*)
13076 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
13077 ;;
13078 *)
13079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13080for as_dir in $gcc_cv_tool_dirs
13081do
13082 IFS=$as_save_IFS
13083 test -z "$as_dir" && as_dir=.
13084 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b121d7d4
DD
13086 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13088 break 2
13089 fi
13090done
13091 done
13092IFS=$as_save_IFS
13093
13094 ;;
13095esac
13096fi
13097READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13098if test -n "$READELF_FOR_TARGET"; then
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13100$as_echo "$READELF_FOR_TARGET" >&6; }
13101else
13102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13103$as_echo "no" >&6; }
13104fi
13105
13106
13107fi
13108if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13109
13110
13111if test -n "$READELF_FOR_TARGET"; then
13112 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
13113elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13114 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13115fi
13116
13117if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13118 for ncn_progname in readelf; do
13119 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13120set dummy ${ncn_progname}; ac_word=$2
13121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13122$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13123if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
b121d7d4
DD
13124 $as_echo_n "(cached) " >&6
13125else
13126 if test -n "$READELF_FOR_TARGET"; then
13127 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13128else
13129as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13130for as_dir in $PATH
13131do
13132 IFS=$as_save_IFS
13133 test -z "$as_dir" && as_dir=.
13134 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13135 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b121d7d4
DD
13136 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13138 break 2
13139 fi
13140done
13141 done
13142IFS=$as_save_IFS
13143
13144fi
13145fi
13146READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13147if test -n "$READELF_FOR_TARGET"; then
13148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13149$as_echo "$READELF_FOR_TARGET" >&6; }
13150else
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13152$as_echo "no" >&6; }
13153fi
13154
13155
13156 done
13157fi
13158
13159if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
13160 for ncn_progname in readelf; do
13161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13162$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13163 if test -x $with_build_time_tools/${ncn_progname}; then
13164 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13166$as_echo "yes" >&6; }
13167 break
13168 else
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13170$as_echo "no" >&6; }
13171 fi
13172 done
13173fi
13174
13175if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
13176 for ncn_progname in readelf; do
13177 if test -n "$ncn_target_tool_prefix"; then
13178 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13179set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13180{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13181$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13182if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
b121d7d4
DD
13183 $as_echo_n "(cached) " >&6
13184else
13185 if test -n "$READELF_FOR_TARGET"; then
13186 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13187else
13188as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13189for as_dir in $PATH
13190do
13191 IFS=$as_save_IFS
13192 test -z "$as_dir" && as_dir=.
13193 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13194 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b121d7d4
DD
13195 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13197 break 2
13198 fi
13199done
13200 done
13201IFS=$as_save_IFS
13202
13203fi
13204fi
13205READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13206if test -n "$READELF_FOR_TARGET"; then
13207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13208$as_echo "$READELF_FOR_TARGET" >&6; }
13209else
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13211$as_echo "no" >&6; }
13212fi
13213
13214
13215 fi
13216 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
13217 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13218set dummy ${ncn_progname}; ac_word=$2
13219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13220$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13221if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
b121d7d4
DD
13222 $as_echo_n "(cached) " >&6
13223else
13224 if test -n "$READELF_FOR_TARGET"; then
13225 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13226else
13227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13228for as_dir in $PATH
13229do
13230 IFS=$as_save_IFS
13231 test -z "$as_dir" && as_dir=.
13232 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13233 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b121d7d4
DD
13234 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13236 break 2
13237 fi
13238done
13239 done
13240IFS=$as_save_IFS
13241
13242fi
13243fi
13244READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13245if test -n "$READELF_FOR_TARGET"; then
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13247$as_echo "$READELF_FOR_TARGET" >&6; }
13248else
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13250$as_echo "no" >&6; }
13251fi
13252
13253
13254 fi
13255 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13256 done
13257fi
13258
13259if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13260 set dummy readelf
13261 if test $build = $target ; then
13262 READELF_FOR_TARGET="$2"
13263 else
13264 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13265 fi
13266else
13267 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13268fi
13269
13270else
13271 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13272fi
13273
13274
13275
13276
2429c060
PB
13277if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13278 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13280$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13281 if test -x $with_build_time_tools/strip; then
13282 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13283 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
81ecdfbb
RW
13284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13285$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
3a35eeb3 13286 else
81ecdfbb
RW
13287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13288$as_echo "no" >&6; }
3a35eeb3 13289 fi
2429c060
PB
13290 elif test $build != $host && test $have_gcc_for_target = yes; then
13291 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
d3f5afc4
MS
13292 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13293 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
2429c060
PB
13294 fi
13295fi
c6b750e1 13296if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
13297 # Extract the first word of "strip", so it can be a program name with args.
13298set dummy strip; ac_word=$2
81ecdfbb
RW
13299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13300$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13301if ${ac_cv_path_STRIP_FOR_TARGET+:} false; then :
81ecdfbb 13302 $as_echo_n "(cached) " >&6
2429c060 13303else
c6b750e1
DJ
13304 case $STRIP_FOR_TARGET in
13305 [\\/]* | ?:[\\/]*)
2429c060
PB
13306 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13307 ;;
2429c060 13308 *)
c6b750e1
DJ
13309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13310for as_dir in $gcc_cv_tool_dirs
13311do
13312 IFS=$as_save_IFS
13313 test -z "$as_dir" && as_dir=.
81ecdfbb 13314 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13315 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 13316 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13318 break 2
13319 fi
13320done
81ecdfbb
RW
13321 done
13322IFS=$as_save_IFS
c6b750e1 13323
2429c060
PB
13324 ;;
13325esac
13326fi
c6b750e1 13327STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060 13328if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13330$as_echo "$STRIP_FOR_TARGET" >&6; }
2429c060 13331else
81ecdfbb
RW
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13333$as_echo "no" >&6; }
2429c060
PB
13334fi
13335
81ecdfbb 13336
2429c060
PB
13337fi
13338if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
9a819804
AO
13339
13340
13341if test -n "$STRIP_FOR_TARGET"; then
13342 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13343elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13344 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13345fi
13346
13347if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13348 for ncn_progname in strip; do
13349 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13350set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13352$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13353if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
81ecdfbb 13354 $as_echo_n "(cached) " >&6
9a819804
AO
13355else
13356 if test -n "$STRIP_FOR_TARGET"; then
13357 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13358else
13359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13360for as_dir in $PATH
13361do
13362 IFS=$as_save_IFS
13363 test -z "$as_dir" && as_dir=.
81ecdfbb 13364 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13365 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 13366 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 13367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
13368 break 2
13369 fi
13370done
81ecdfbb
RW
13371 done
13372IFS=$as_save_IFS
9a819804
AO
13373
13374fi
13375fi
13376STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13377if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13379$as_echo "$STRIP_FOR_TARGET" >&6; }
9a819804 13380else
81ecdfbb
RW
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13382$as_echo "no" >&6; }
9a819804
AO
13383fi
13384
81ecdfbb 13385
9a819804
AO
13386 done
13387fi
13388
13389if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13390 for ncn_progname in strip; do
81ecdfbb
RW
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13392$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13393 if test -x $with_build_time_tools/${ncn_progname}; then
13394 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13396$as_echo "yes" >&6; }
2429c060
PB
13397 break
13398 else
81ecdfbb
RW
13399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13400$as_echo "no" >&6; }
2429c060
PB
13401 fi
13402 done
13403fi
13404
13405if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13406 for ncn_progname in strip; do
13407 if test -n "$ncn_target_tool_prefix"; then
13408 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 13409set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13410{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13411$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13412if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
81ecdfbb 13413 $as_echo_n "(cached) " >&6
7e0f7140
GK
13414else
13415 if test -n "$STRIP_FOR_TARGET"; then
13416 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
c6b750e1
DJ
13417else
13418as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13419for as_dir in $PATH
13420do
13421 IFS=$as_save_IFS
13422 test -z "$as_dir" && as_dir=.
81ecdfbb 13423 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 13425 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13427 break 2
13428 fi
13429done
81ecdfbb
RW
13430 done
13431IFS=$as_save_IFS
c6b750e1 13432
7e0f7140
GK
13433fi
13434fi
c6b750e1 13435STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 13436if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13438$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 13439else
81ecdfbb
RW
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13441$as_echo "no" >&6; }
7e0f7140
GK
13442fi
13443
81ecdfbb 13444
2429c060
PB
13445 fi
13446 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13447 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 13448set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13450$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13451if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
81ecdfbb 13452 $as_echo_n "(cached) " >&6
7e0f7140
GK
13453else
13454 if test -n "$STRIP_FOR_TARGET"; then
13455 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13456else
c6b750e1
DJ
13457as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13458for as_dir in $PATH
13459do
13460 IFS=$as_save_IFS
13461 test -z "$as_dir" && as_dir=.
81ecdfbb 13462 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13463 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 13464 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 13465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13466 break 2
13467 fi
13468done
81ecdfbb
RW
13469 done
13470IFS=$as_save_IFS
c6b750e1 13471
7e0f7140
GK
13472fi
13473fi
c6b750e1 13474STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 13475if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13477$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 13478else
81ecdfbb
RW
13479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13480$as_echo "no" >&6; }
7e0f7140 13481fi
c6b750e1 13482
81ecdfbb 13483
2429c060
PB
13484 fi
13485 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13486 done
13487fi
c6b750e1 13488
7e0f7140
GK
13489if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13490 set dummy strip
13491 if test $build = $target ; then
13492 STRIP_FOR_TARGET="$2"
13493 else
13494 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13495 fi
d3f5afc4
MS
13496else
13497 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
7e0f7140
GK
13498fi
13499
3a35eeb3
PB
13500else
13501 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060
PB
13502fi
13503
13504
13505
13506
13507if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13508 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13510$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13511 if test -x $with_build_time_tools/windres; then
13512 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13513 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
81ecdfbb
RW
13514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13515$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
3a35eeb3 13516 else
81ecdfbb
RW
13517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13518$as_echo "no" >&6; }
3a35eeb3 13519 fi
2429c060
PB
13520 elif test $build != $host && test $have_gcc_for_target = yes; then
13521 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
d3f5afc4
MS
13522 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13523 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
2429c060
PB
13524 fi
13525fi
c6b750e1 13526if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
13527 # Extract the first word of "windres", so it can be a program name with args.
13528set dummy windres; ac_word=$2
81ecdfbb
RW
13529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13530$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13531if ${ac_cv_path_WINDRES_FOR_TARGET+:} false; then :
81ecdfbb 13532 $as_echo_n "(cached) " >&6
2429c060 13533else
c6b750e1
DJ
13534 case $WINDRES_FOR_TARGET in
13535 [\\/]* | ?:[\\/]*)
2429c060
PB
13536 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13537 ;;
2429c060 13538 *)
c6b750e1
DJ
13539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13540for as_dir in $gcc_cv_tool_dirs
13541do
13542 IFS=$as_save_IFS
13543 test -z "$as_dir" && as_dir=.
81ecdfbb 13544 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13545 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 13546 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13548 break 2
13549 fi
13550done
81ecdfbb
RW
13551 done
13552IFS=$as_save_IFS
c6b750e1 13553
2429c060
PB
13554 ;;
13555esac
13556fi
c6b750e1 13557WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060 13558if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13560$as_echo "$WINDRES_FOR_TARGET" >&6; }
2429c060 13561else
81ecdfbb
RW
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13563$as_echo "no" >&6; }
2429c060
PB
13564fi
13565
81ecdfbb 13566
2429c060
PB
13567fi
13568if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
9a819804
AO
13569
13570
13571if test -n "$WINDRES_FOR_TARGET"; then
13572 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13573elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13574 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13575fi
13576
13577if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13578 for ncn_progname in windres; do
13579 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13580set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13582$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13583if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
81ecdfbb 13584 $as_echo_n "(cached) " >&6
9a819804
AO
13585else
13586 if test -n "$WINDRES_FOR_TARGET"; then
13587 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13588else
13589as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13590for as_dir in $PATH
13591do
13592 IFS=$as_save_IFS
13593 test -z "$as_dir" && as_dir=.
81ecdfbb 13594 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13595 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9a819804 13596 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
13598 break 2
13599 fi
13600done
81ecdfbb
RW
13601 done
13602IFS=$as_save_IFS
9a819804
AO
13603
13604fi
13605fi
13606WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13607if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13609$as_echo "$WINDRES_FOR_TARGET" >&6; }
9a819804 13610else
81ecdfbb
RW
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13612$as_echo "no" >&6; }
9a819804
AO
13613fi
13614
81ecdfbb 13615
9a819804
AO
13616 done
13617fi
13618
13619if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13620 for ncn_progname in windres; do
81ecdfbb
RW
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13622$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13623 if test -x $with_build_time_tools/${ncn_progname}; then
13624 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13626$as_echo "yes" >&6; }
2429c060
PB
13627 break
13628 else
81ecdfbb
RW
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13630$as_echo "no" >&6; }
2429c060
PB
13631 fi
13632 done
13633fi
13634
13635if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13636 for ncn_progname in windres; do
13637 if test -n "$ncn_target_tool_prefix"; then
13638 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 13639set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13641$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13642if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
81ecdfbb 13643 $as_echo_n "(cached) " >&6
859789af 13644else
55db4b87
PB
13645 if test -n "$WINDRES_FOR_TARGET"; then
13646 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13647else
c6b750e1
DJ
13648as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13649for as_dir in $PATH
13650do
13651 IFS=$as_save_IFS
13652 test -z "$as_dir" && as_dir=.
81ecdfbb 13653 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13654 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 13655 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13657 break 2
13658 fi
13659done
81ecdfbb
RW
13660 done
13661IFS=$as_save_IFS
c6b750e1 13662
859789af
AC
13663fi
13664fi
c6b750e1 13665WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
55db4b87 13666if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13668$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13669else
81ecdfbb
RW
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13671$as_echo "no" >&6; }
859789af
AC
13672fi
13673
81ecdfbb 13674
2429c060
PB
13675 fi
13676 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13677 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 13678set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13680$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13681if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
81ecdfbb 13682 $as_echo_n "(cached) " >&6
859789af 13683else
05cbd757
PB
13684 if test -n "$WINDRES_FOR_TARGET"; then
13685 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13686else
c6b750e1
DJ
13687as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13688for as_dir in $PATH
13689do
13690 IFS=$as_save_IFS
13691 test -z "$as_dir" && as_dir=.
81ecdfbb 13692 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c6b750e1 13694 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13696 break 2
13697 fi
13698done
81ecdfbb
RW
13699 done
13700IFS=$as_save_IFS
c6b750e1 13701
859789af
AC
13702fi
13703fi
c6b750e1 13704WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
05cbd757 13705if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13707$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13708else
81ecdfbb
RW
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13710$as_echo "no" >&6; }
859789af 13711fi
c6b750e1 13712
81ecdfbb 13713
2429c060
PB
13714 fi
13715 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13716 done
13717fi
c6b750e1 13718
05cbd757
PB
13719if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13720 set dummy windres
13721 if test $build = $target ; then
13722 WINDRES_FOR_TARGET="$2"
859789af 13723 else
05cbd757 13724 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 13725 fi
d3f5afc4
MS
13726else
13727 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
859789af
AC
13728fi
13729
3a35eeb3
PB
13730else
13731 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060
PB
13732fi
13733
852e5f18 13734
0c24b341
NC
13735
13736
13737if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13738 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13740$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
0c24b341
NC
13741 if test -x $with_build_time_tools/windmc; then
13742 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13743 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
81ecdfbb
RW
13744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13745$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
0c24b341 13746 else
81ecdfbb
RW
13747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13748$as_echo "no" >&6; }
0c24b341
NC
13749 fi
13750 elif test $build != $host && test $have_gcc_for_target = yes; then
13751 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13752 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13753 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13754 fi
13755fi
13756if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13757 # Extract the first word of "windmc", so it can be a program name with args.
13758set dummy windmc; ac_word=$2
81ecdfbb
RW
13759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13760$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13761if ${ac_cv_path_WINDMC_FOR_TARGET+:} false; then :
81ecdfbb 13762 $as_echo_n "(cached) " >&6
0c24b341
NC
13763else
13764 case $WINDMC_FOR_TARGET in
13765 [\\/]* | ?:[\\/]*)
13766 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13767 ;;
13768 *)
13769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13770for as_dir in $gcc_cv_tool_dirs
13771do
13772 IFS=$as_save_IFS
13773 test -z "$as_dir" && as_dir=.
81ecdfbb 13774 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0c24b341 13776 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13778 break 2
13779 fi
13780done
81ecdfbb
RW
13781 done
13782IFS=$as_save_IFS
0c24b341
NC
13783
13784 ;;
13785esac
13786fi
13787WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
0c24b341 13788if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13790$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13791else
81ecdfbb
RW
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13793$as_echo "no" >&6; }
0c24b341
NC
13794fi
13795
81ecdfbb 13796
0c24b341
NC
13797fi
13798if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13799
13800
13801if test -n "$WINDMC_FOR_TARGET"; then
13802 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13803elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13804 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13805fi
13806
13807if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13808 for ncn_progname in windmc; do
13809 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13810set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13812$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13813if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
81ecdfbb 13814 $as_echo_n "(cached) " >&6
0c24b341
NC
13815else
13816 if test -n "$WINDMC_FOR_TARGET"; then
13817 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13818else
13819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13820for as_dir in $PATH
13821do
13822 IFS=$as_save_IFS
13823 test -z "$as_dir" && as_dir=.
81ecdfbb 13824 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13825 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0c24b341 13826 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13828 break 2
13829 fi
13830done
81ecdfbb
RW
13831 done
13832IFS=$as_save_IFS
0c24b341
NC
13833
13834fi
13835fi
13836WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13837if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13839$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13840else
81ecdfbb
RW
13841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13842$as_echo "no" >&6; }
0c24b341
NC
13843fi
13844
81ecdfbb 13845
0c24b341
NC
13846 done
13847fi
13848
13849if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13850 for ncn_progname in windmc; do
81ecdfbb
RW
13851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13852$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
0c24b341
NC
13853 if test -x $with_build_time_tools/${ncn_progname}; then
13854 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13856$as_echo "yes" >&6; }
0c24b341
NC
13857 break
13858 else
81ecdfbb
RW
13859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13860$as_echo "no" >&6; }
0c24b341
NC
13861 fi
13862 done
13863fi
13864
13865if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13866 for ncn_progname in windmc; do
13867 if test -n "$ncn_target_tool_prefix"; then
13868 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13869set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13871$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13872if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
81ecdfbb 13873 $as_echo_n "(cached) " >&6
0c24b341
NC
13874else
13875 if test -n "$WINDMC_FOR_TARGET"; then
13876 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13877else
13878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13879for as_dir in $PATH
13880do
13881 IFS=$as_save_IFS
13882 test -z "$as_dir" && as_dir=.
81ecdfbb 13883 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13884 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0c24b341 13885 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13887 break 2
13888 fi
13889done
81ecdfbb
RW
13890 done
13891IFS=$as_save_IFS
0c24b341
NC
13892
13893fi
13894fi
13895WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13896if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13898$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13899else
81ecdfbb
RW
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13901$as_echo "no" >&6; }
0c24b341
NC
13902fi
13903
81ecdfbb 13904
0c24b341
NC
13905 fi
13906 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13907 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13908set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13910$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13911if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
81ecdfbb 13912 $as_echo_n "(cached) " >&6
0c24b341
NC
13913else
13914 if test -n "$WINDMC_FOR_TARGET"; then
13915 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13916else
13917as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13918for as_dir in $PATH
13919do
13920 IFS=$as_save_IFS
13921 test -z "$as_dir" && as_dir=.
81ecdfbb 13922 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13923 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0c24b341 13924 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13926 break 2
13927 fi
13928done
81ecdfbb
RW
13929 done
13930IFS=$as_save_IFS
0c24b341
NC
13931
13932fi
13933fi
13934WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13935if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13937$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13938else
81ecdfbb
RW
13939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13940$as_echo "no" >&6; }
0c24b341
NC
13941fi
13942
81ecdfbb 13943
0c24b341
NC
13944 fi
13945 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13946 done
13947fi
13948
13949if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13950 set dummy windmc
13951 if test $build = $target ; then
13952 WINDMC_FOR_TARGET="$2"
13953 else
13954 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13955 fi
13956else
13957 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13958fi
13959
13960else
13961 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13962fi
13963
13964
be01d343
PB
13965RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13966
81ecdfbb
RW
13967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13968$as_echo_n "checking where to find the target ar... " >&6; }
be01d343 13969if test "x${build}" != "x${host}" ; then
2429c060
PB
13970 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13971 # We already found the complete path
b8025f34 13972 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13974$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13975 else
13976 # Canadian cross, just use what we found
81ecdfbb
RW
13977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13978$as_echo "pre-installed" >&6; }
2429c060 13979 fi
be01d343
PB
13980else
13981 ok=yes
13982 case " ${configdirs} " in
13983 *" binutils "*) ;;
13984 *) ok=no ;;
13985 esac
c6b750e1 13986
be01d343
PB
13987 if test $ok = yes; then
13988 # An in-tree tool is available and we can use it
13989 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
81ecdfbb
RW
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13991$as_echo "just compiled" >&6; }
2429c060
PB
13992 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13993 # We already found the complete path
b8025f34 13994 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13996$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13997 elif test "x$target" = "x$host"; then
13998 # We can use an host tool
13999 AR_FOR_TARGET='$(AR)'
81ecdfbb
RW
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14001$as_echo "host tool" >&6; }
be01d343
PB
14002 else
14003 # We need a cross tool
81ecdfbb
RW
14004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14005$as_echo "pre-installed" >&6; }
be01d343
PB
14006 fi
14007fi
4b900473 14008
81ecdfbb
RW
14009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
14010$as_echo_n "checking where to find the target as... " >&6; }
be01d343 14011if test "x${build}" != "x${host}" ; then
2429c060
PB
14012 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
14013 # We already found the complete path
b8025f34 14014 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14016$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14017 else
14018 # Canadian cross, just use what we found
81ecdfbb
RW
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14020$as_echo "pre-installed" >&6; }
2429c060 14021 fi
be01d343
PB
14022else
14023 ok=yes
14024 case " ${configdirs} " in
14025 *" gas "*) ;;
14026 *) ok=no ;;
14027 esac
c6b750e1 14028
be01d343
PB
14029 if test $ok = yes; then
14030 # An in-tree tool is available and we can use it
14031 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
81ecdfbb
RW
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14033$as_echo "just compiled" >&6; }
2429c060
PB
14034 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
14035 # We already found the complete path
b8025f34 14036 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14038$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14039 elif test "x$target" = "x$host"; then
14040 # We can use an host tool
14041 AS_FOR_TARGET='$(AS)'
81ecdfbb
RW
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14043$as_echo "host tool" >&6; }
be01d343
PB
14044 else
14045 # We need a cross tool
81ecdfbb
RW
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14047$as_echo "pre-installed" >&6; }
be01d343
PB
14048 fi
14049fi
4b900473 14050
81ecdfbb
RW
14051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
14052$as_echo_n "checking where to find the target cc... " >&6; }
be01d343 14053if test "x${build}" != "x${host}" ; then
2429c060
PB
14054 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
14055 # We already found the complete path
b8025f34 14056 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
14057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14058$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14059 else
14060 # Canadian cross, just use what we found
81ecdfbb
RW
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14062$as_echo "pre-installed" >&6; }
2429c060 14063 fi
be01d343
PB
14064else
14065 ok=yes
14066 case " ${configdirs} " in
14067 *" gcc "*) ;;
14068 *) ok=no ;;
14069 esac
c6b750e1 14070
be01d343
PB
14071 if test $ok = yes; then
14072 # An in-tree tool is available and we can use it
14073 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14075$as_echo "just compiled" >&6; }
2429c060
PB
14076 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
14077 # We already found the complete path
b8025f34 14078 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14080$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14081 elif test "x$target" = "x$host"; then
14082 # We can use an host tool
14083 CC_FOR_TARGET='$(CC)'
81ecdfbb
RW
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14085$as_echo "host tool" >&6; }
be01d343
PB
14086 else
14087 # We need a cross tool
81ecdfbb
RW
14088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14089$as_echo "pre-installed" >&6; }
be01d343
PB
14090 fi
14091fi
4b900473 14092
81ecdfbb
RW
14093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
14094$as_echo_n "checking where to find the target c++... " >&6; }
be01d343 14095if test "x${build}" != "x${host}" ; then
2429c060
PB
14096 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14097 # We already found the complete path
b8025f34 14098 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
14099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14100$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14101 else
14102 # Canadian cross, just use what we found
81ecdfbb
RW
14103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14104$as_echo "pre-installed" >&6; }
2429c060 14105 fi
be01d343
PB
14106else
14107 ok=yes
14108 case " ${configdirs} " in
14109 *" gcc "*) ;;
14110 *) ok=no ;;
14111 esac
14112 case ,${enable_languages}, in
14113 *,c++,*) ;;
14114 *) ok=no ;;
14115 esac
14116 if test $ok = yes; then
14117 # An in-tree tool is available and we can use it
95e43135 14118 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
81ecdfbb
RW
14119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14120$as_echo "just compiled" >&6; }
2429c060
PB
14121 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14122 # We already found the complete path
b8025f34 14123 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
14124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14125$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14126 elif test "x$target" = "x$host"; then
14127 # We can use an host tool
14128 CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14130$as_echo "host tool" >&6; }
be01d343
PB
14131 else
14132 # We need a cross tool
81ecdfbb
RW
14133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14134$as_echo "pre-installed" >&6; }
be01d343
PB
14135 fi
14136fi
4b900473 14137
81ecdfbb
RW
14138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
14139$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
be01d343 14140if test "x${build}" != "x${host}" ; then
2429c060
PB
14141 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14142 # We already found the complete path
b8025f34 14143 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14145$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14146 else
14147 # Canadian cross, just use what we found
81ecdfbb
RW
14148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14149$as_echo "pre-installed" >&6; }
2429c060 14150 fi
be01d343
PB
14151else
14152 ok=yes
14153 case " ${configdirs} " in
14154 *" gcc "*) ;;
14155 *) ok=no ;;
14156 esac
14157 case ,${enable_languages}, in
14158 *,c++,*) ;;
14159 *) ok=no ;;
14160 esac
14161 if test $ok = yes; then
14162 # An in-tree tool is available and we can use it
95e43135 14163 RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
81ecdfbb
RW
14164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14165$as_echo "just compiled" >&6; }
2429c060
PB
14166 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14167 # We already found the complete path
b8025f34 14168 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
14169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14170$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14171 elif test "x$target" = "x$host"; then
14172 # We can use an host tool
14173 RAW_CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
14174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14175$as_echo "host tool" >&6; }
be01d343
PB
14176 else
14177 # We need a cross tool
81ecdfbb
RW
14178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14179$as_echo "pre-installed" >&6; }
be01d343
PB
14180 fi
14181fi
4b900473 14182
81ecdfbb
RW
14183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
14184$as_echo_n "checking where to find the target dlltool... " >&6; }
be01d343 14185if test "x${build}" != "x${host}" ; then
2429c060
PB
14186 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14187 # We already found the complete path
b8025f34 14188 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14190$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14191 else
14192 # Canadian cross, just use what we found
81ecdfbb
RW
14193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14194$as_echo "pre-installed" >&6; }
2429c060 14195 fi
be01d343
PB
14196else
14197 ok=yes
14198 case " ${configdirs} " in
14199 *" binutils "*) ;;
14200 *) ok=no ;;
14201 esac
c6b750e1 14202
be01d343
PB
14203 if test $ok = yes; then
14204 # An in-tree tool is available and we can use it
14205 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
81ecdfbb
RW
14206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14207$as_echo "just compiled" >&6; }
2429c060
PB
14208 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14209 # We already found the complete path
b8025f34 14210 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
14211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14212$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14213 elif test "x$target" = "x$host"; then
14214 # We can use an host tool
14215 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
81ecdfbb
RW
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14217$as_echo "host tool" >&6; }
be01d343
PB
14218 else
14219 # We need a cross tool
81ecdfbb
RW
14220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14221$as_echo "pre-installed" >&6; }
be01d343
PB
14222 fi
14223fi
4b900473 14224
81ecdfbb
RW
14225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
14226$as_echo_n "checking where to find the target gcc... " >&6; }
be01d343 14227if test "x${build}" != "x${host}" ; then
2429c060
PB
14228 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14229 # We already found the complete path
b8025f34 14230 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14232$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14233 else
14234 # Canadian cross, just use what we found
81ecdfbb
RW
14235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14236$as_echo "pre-installed" >&6; }
2429c060 14237 fi
be01d343
PB
14238else
14239 ok=yes
14240 case " ${configdirs} " in
14241 *" gcc "*) ;;
14242 *) ok=no ;;
14243 esac
c6b750e1 14244
be01d343
PB
14245 if test $ok = yes; then
14246 # An in-tree tool is available and we can use it
14247 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14249$as_echo "just compiled" >&6; }
2429c060
PB
14250 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14251 # We already found the complete path
b8025f34 14252 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
14253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14254$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14255 elif test "x$target" = "x$host"; then
14256 # We can use an host tool
14257 GCC_FOR_TARGET='$()'
81ecdfbb
RW
14258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14259$as_echo "host tool" >&6; }
be01d343
PB
14260 else
14261 # We need a cross tool
81ecdfbb
RW
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14263$as_echo "pre-installed" >&6; }
be01d343
PB
14264 fi
14265fi
4b900473 14266
81ecdfbb
RW
14267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14268$as_echo_n "checking where to find the target gfortran... " >&6; }
be01d343 14269if test "x${build}" != "x${host}" ; then
2429c060
PB
14270 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14271 # We already found the complete path
b8025f34 14272 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
14273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14274$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14275 else
14276 # Canadian cross, just use what we found
81ecdfbb
RW
14277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14278$as_echo "pre-installed" >&6; }
2429c060 14279 fi
be01d343
PB
14280else
14281 ok=yes
14282 case " ${configdirs} " in
14283 *" gcc "*) ;;
14284 *) ok=no ;;
14285 esac
14286 case ,${enable_languages}, in
14287 *,fortran,*) ;;
14288 *) ok=no ;;
14289 esac
14290 if test $ok = yes; then
14291 # An in-tree tool is available and we can use it
14292 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14294$as_echo "just compiled" >&6; }
2429c060
PB
14295 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14296 # We already found the complete path
b8025f34 14297 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
14298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14299$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14300 elif test "x$target" = "x$host"; then
14301 # We can use an host tool
14302 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
81ecdfbb
RW
14303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14304$as_echo "host tool" >&6; }
be01d343
PB
14305 else
14306 # We need a cross tool
81ecdfbb
RW
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14308$as_echo "pre-installed" >&6; }
be01d343
PB
14309 fi
14310fi
4b900473 14311
e552509b
ILT
14312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14313$as_echo_n "checking where to find the target gccgo... " >&6; }
14314if test "x${build}" != "x${host}" ; then
14315 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14316 # We already found the complete path
14317 ac_dir=`dirname $GOC_FOR_TARGET`
14318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14319$as_echo "pre-installed in $ac_dir" >&6; }
14320 else
14321 # Canadian cross, just use what we found
14322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14323$as_echo "pre-installed" >&6; }
14324 fi
14325else
14326 ok=yes
14327 case " ${configdirs} " in
14328 *" gcc "*) ;;
14329 *) ok=no ;;
14330 esac
14331 case ,${enable_languages}, in
14332 *,go,*) ;;
14333 *) ok=no ;;
14334 esac
14335 if test $ok = yes; then
14336 # An in-tree tool is available and we can use it
14337 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14339$as_echo "just compiled" >&6; }
14340 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14341 # We already found the complete path
14342 ac_dir=`dirname $GOC_FOR_TARGET`
14343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14344$as_echo "pre-installed in $ac_dir" >&6; }
14345 elif test "x$target" = "x$host"; then
14346 # We can use an host tool
14347 GOC_FOR_TARGET='$(GOC)'
14348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14349$as_echo "host tool" >&6; }
14350 else
14351 # We need a cross tool
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14353$as_echo "pre-installed" >&6; }
14354 fi
14355fi
14356
81ecdfbb
RW
14357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14358$as_echo_n "checking where to find the target ld... " >&6; }
be01d343 14359if test "x${build}" != "x${host}" ; then
2429c060
PB
14360 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14361 # We already found the complete path
b8025f34 14362 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
14363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14364$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14365 else
14366 # Canadian cross, just use what we found
81ecdfbb
RW
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14368$as_echo "pre-installed" >&6; }
2429c060 14369 fi
be01d343
PB
14370else
14371 ok=yes
14372 case " ${configdirs} " in
14373 *" ld "*) ;;
14374 *) ok=no ;;
14375 esac
c6b750e1 14376
be01d343
PB
14377 if test $ok = yes; then
14378 # An in-tree tool is available and we can use it
14379 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
81ecdfbb
RW
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14381$as_echo "just compiled" >&6; }
2429c060
PB
14382 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14383 # We already found the complete path
b8025f34 14384 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
14385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14386$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14387 elif test "x$target" = "x$host"; then
14388 # We can use an host tool
14389 LD_FOR_TARGET='$(LD)'
81ecdfbb
RW
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14391$as_echo "host tool" >&6; }
be01d343
PB
14392 else
14393 # We need a cross tool
81ecdfbb
RW
14394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14395$as_echo "pre-installed" >&6; }
be01d343
PB
14396 fi
14397fi
4b900473 14398
81ecdfbb
RW
14399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14400$as_echo_n "checking where to find the target lipo... " >&6; }
be01d343 14401if test "x${build}" != "x${host}" ; then
2429c060
PB
14402 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14403 # We already found the complete path
b8025f34 14404 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
14405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14406$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14407 else
14408 # Canadian cross, just use what we found
81ecdfbb
RW
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14410$as_echo "pre-installed" >&6; }
2429c060 14411 fi
be01d343 14412else
2429c060
PB
14413 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14414 # We already found the complete path
b8025f34 14415 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14417$as_echo "pre-installed in $ac_dir" >&6; }
2429c060 14418 elif test "x$target" = "x$host"; then
be01d343
PB
14419 # We can use an host tool
14420 LIPO_FOR_TARGET='$(LIPO)'
81ecdfbb
RW
14421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14422$as_echo "host tool" >&6; }
be01d343
PB
14423 else
14424 # We need a cross tool
81ecdfbb
RW
14425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14426$as_echo "pre-installed" >&6; }
be01d343
PB
14427 fi
14428fi
4b900473 14429
81ecdfbb
RW
14430{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14431$as_echo_n "checking where to find the target nm... " >&6; }
be01d343 14432if test "x${build}" != "x${host}" ; then
2429c060
PB
14433 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14434 # We already found the complete path
b8025f34 14435 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14437$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14438 else
14439 # Canadian cross, just use what we found
81ecdfbb
RW
14440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14441$as_echo "pre-installed" >&6; }
2429c060 14442 fi
be01d343
PB
14443else
14444 ok=yes
14445 case " ${configdirs} " in
14446 *" binutils "*) ;;
14447 *) ok=no ;;
14448 esac
c6b750e1 14449
be01d343
PB
14450 if test $ok = yes; then
14451 # An in-tree tool is available and we can use it
14452 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
81ecdfbb
RW
14453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14454$as_echo "just compiled" >&6; }
2429c060
PB
14455 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14456 # We already found the complete path
b8025f34 14457 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
14458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14459$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14460 elif test "x$target" = "x$host"; then
14461 # We can use an host tool
14462 NM_FOR_TARGET='$(NM)'
81ecdfbb
RW
14463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14464$as_echo "host tool" >&6; }
be01d343
PB
14465 else
14466 # We need a cross tool
81ecdfbb
RW
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14468$as_echo "pre-installed" >&6; }
be01d343
PB
14469 fi
14470fi
4b900473 14471
6b91c541
AP
14472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objcopy" >&5
14473$as_echo_n "checking where to find the target objcopy... " >&6; }
14474if test "x${build}" != "x${host}" ; then
14475 if expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14476 # We already found the complete path
14477 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14479$as_echo "pre-installed in $ac_dir" >&6; }
14480 else
14481 # Canadian cross, just use what we found
14482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14483$as_echo "pre-installed" >&6; }
14484 fi
14485else
14486 ok=yes
14487 case " ${configdirs} " in
14488 *" binutils "*) ;;
14489 *) ok=no ;;
14490 esac
14491
14492 if test $ok = yes; then
14493 # An in-tree tool is available and we can use it
14494 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
14495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14496$as_echo "just compiled" >&6; }
14497 elif expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14498 # We already found the complete path
14499 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14501$as_echo "pre-installed in $ac_dir" >&6; }
14502 elif test "x$target" = "x$host"; then
14503 # We can use an host tool
1b6c0831 14504 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
6b91c541
AP
14505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14506$as_echo "host tool" >&6; }
14507 else
14508 # We need a cross tool
14509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14510$as_echo "pre-installed" >&6; }
14511 fi
14512fi
14513
81ecdfbb
RW
14514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14515$as_echo_n "checking where to find the target objdump... " >&6; }
be01d343 14516if test "x${build}" != "x${host}" ; then
2429c060
PB
14517 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14518 # We already found the complete path
b8025f34 14519 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
14520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14521$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14522 else
14523 # Canadian cross, just use what we found
81ecdfbb
RW
14524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14525$as_echo "pre-installed" >&6; }
2429c060 14526 fi
be01d343
PB
14527else
14528 ok=yes
14529 case " ${configdirs} " in
14530 *" binutils "*) ;;
14531 *) ok=no ;;
14532 esac
c6b750e1 14533
be01d343
PB
14534 if test $ok = yes; then
14535 # An in-tree tool is available and we can use it
14536 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
81ecdfbb
RW
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14538$as_echo "just compiled" >&6; }
2429c060
PB
14539 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14540 # We already found the complete path
b8025f34 14541 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
14542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14543$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14544 elif test "x$target" = "x$host"; then
14545 # We can use an host tool
14546 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
81ecdfbb
RW
14547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14548$as_echo "host tool" >&6; }
be01d343
PB
14549 else
14550 # We need a cross tool
81ecdfbb
RW
14551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14552$as_echo "pre-installed" >&6; }
be01d343
PB
14553 fi
14554fi
4b900473 14555
81ecdfbb
RW
14556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14557$as_echo_n "checking where to find the target ranlib... " >&6; }
be01d343 14558if test "x${build}" != "x${host}" ; then
2429c060
PB
14559 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14560 # We already found the complete path
b8025f34 14561 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
14562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14563$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14564 else
14565 # Canadian cross, just use what we found
81ecdfbb
RW
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14567$as_echo "pre-installed" >&6; }
2429c060 14568 fi
be01d343
PB
14569else
14570 ok=yes
14571 case " ${configdirs} " in
14572 *" binutils "*) ;;
14573 *) ok=no ;;
14574 esac
c6b750e1 14575
be01d343
PB
14576 if test $ok = yes; then
14577 # An in-tree tool is available and we can use it
14578 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
81ecdfbb
RW
14579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14580$as_echo "just compiled" >&6; }
2429c060
PB
14581 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14582 # We already found the complete path
b8025f34 14583 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
14584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14585$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14586 elif test "x$target" = "x$host"; then
14587 # We can use an host tool
14588 RANLIB_FOR_TARGET='$(RANLIB)'
81ecdfbb
RW
14589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14590$as_echo "host tool" >&6; }
be01d343
PB
14591 else
14592 # We need a cross tool
81ecdfbb
RW
14593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14594$as_echo "pre-installed" >&6; }
be01d343
PB
14595 fi
14596fi
4b900473 14597
b121d7d4
DD
14598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14599$as_echo_n "checking where to find the target readelf... " >&6; }
14600if test "x${build}" != "x${host}" ; then
14601 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14602 # We already found the complete path
14603 ac_dir=`dirname $READELF_FOR_TARGET`
14604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14605$as_echo "pre-installed in $ac_dir" >&6; }
14606 else
14607 # Canadian cross, just use what we found
14608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14609$as_echo "pre-installed" >&6; }
14610 fi
14611else
14612 ok=yes
14613 case " ${configdirs} " in
14614 *" binutils "*) ;;
14615 *) ok=no ;;
14616 esac
14617
14618 if test $ok = yes; then
14619 # An in-tree tool is available and we can use it
14620 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14622$as_echo "just compiled" >&6; }
14623 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14624 # We already found the complete path
14625 ac_dir=`dirname $READELF_FOR_TARGET`
14626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14627$as_echo "pre-installed in $ac_dir" >&6; }
14628 elif test "x$target" = "x$host"; then
14629 # We can use an host tool
14630 READELF_FOR_TARGET='$(READELF)'
14631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14632$as_echo "host tool" >&6; }
14633 else
14634 # We need a cross tool
14635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14636$as_echo "pre-installed" >&6; }
14637 fi
14638fi
14639
81ecdfbb
RW
14640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14641$as_echo_n "checking where to find the target strip... " >&6; }
be01d343 14642if test "x${build}" != "x${host}" ; then
2429c060
PB
14643 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14644 # We already found the complete path
b8025f34 14645 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14647$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14648 else
14649 # Canadian cross, just use what we found
81ecdfbb
RW
14650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14651$as_echo "pre-installed" >&6; }
2429c060 14652 fi
be01d343
PB
14653else
14654 ok=yes
14655 case " ${configdirs} " in
14656 *" binutils "*) ;;
14657 *) ok=no ;;
14658 esac
c6b750e1 14659
be01d343
PB
14660 if test $ok = yes; then
14661 # An in-tree tool is available and we can use it
9b980aa1 14662 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
81ecdfbb
RW
14663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14664$as_echo "just compiled" >&6; }
2429c060
PB
14665 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14666 # We already found the complete path
b8025f34 14667 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14669$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14670 elif test "x$target" = "x$host"; then
14671 # We can use an host tool
14672 STRIP_FOR_TARGET='$(STRIP)'
81ecdfbb
RW
14673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14674$as_echo "host tool" >&6; }
be01d343
PB
14675 else
14676 # We need a cross tool
81ecdfbb
RW
14677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14678$as_echo "pre-installed" >&6; }
be01d343
PB
14679 fi
14680fi
4b900473 14681
81ecdfbb
RW
14682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14683$as_echo_n "checking where to find the target windres... " >&6; }
be01d343 14684if test "x${build}" != "x${host}" ; then
2429c060
PB
14685 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14686 # We already found the complete path
b8025f34 14687 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14689$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14690 else
14691 # Canadian cross, just use what we found
81ecdfbb
RW
14692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14693$as_echo "pre-installed" >&6; }
2429c060 14694 fi
be01d343
PB
14695else
14696 ok=yes
14697 case " ${configdirs} " in
14698 *" binutils "*) ;;
14699 *) ok=no ;;
14700 esac
c6b750e1 14701
be01d343
PB
14702 if test $ok = yes; then
14703 # An in-tree tool is available and we can use it
14704 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
81ecdfbb
RW
14705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14706$as_echo "just compiled" >&6; }
2429c060
PB
14707 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14708 # We already found the complete path
b8025f34 14709 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14711$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14712 elif test "x$target" = "x$host"; then
14713 # We can use an host tool
14714 WINDRES_FOR_TARGET='$(WINDRES)'
81ecdfbb
RW
14715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14716$as_echo "host tool" >&6; }
be01d343
PB
14717 else
14718 # We need a cross tool
81ecdfbb
RW
14719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14720$as_echo "pre-installed" >&6; }
be01d343 14721 fi
a0da8069 14722fi
54752a6b 14723
81ecdfbb
RW
14724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14725$as_echo_n "checking where to find the target windmc... " >&6; }
0c24b341
NC
14726if test "x${build}" != "x${host}" ; then
14727 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14728 # We already found the complete path
14729 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14731$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14732 else
14733 # Canadian cross, just use what we found
81ecdfbb
RW
14734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14735$as_echo "pre-installed" >&6; }
0c24b341
NC
14736 fi
14737else
14738 ok=yes
14739 case " ${configdirs} " in
14740 *" binutils "*) ;;
14741 *) ok=no ;;
14742 esac
14743
14744 if test $ok = yes; then
14745 # An in-tree tool is available and we can use it
14746 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
81ecdfbb
RW
14747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14748$as_echo "just compiled" >&6; }
0c24b341
NC
14749 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14750 # We already found the complete path
14751 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14753$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14754 elif test "x$target" = "x$host"; then
14755 # We can use an host tool
14756 WINDMC_FOR_TARGET='$(WINDMC)'
81ecdfbb
RW
14757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14758$as_echo "host tool" >&6; }
0c24b341
NC
14759 else
14760 # We need a cross tool
81ecdfbb
RW
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14762$as_echo "pre-installed" >&6; }
0c24b341
NC
14763 fi
14764fi
14765
54752a6b
NN
14766
14767
be01d343 14768
4b900473 14769
a0da8069
NN
14770# Certain tools may need extra flags.
14771AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14772RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14773NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14774
be01d343
PB
14775# When building target libraries, except in a Canadian cross, we use
14776# the same toolchain as the compiler we just built.
14777COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14778COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14779COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14780if test $host = $build; then
14781 case " $configdirs " in
14782 *" gcc "*)
14783 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14784 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14785 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14786 ;;
14787 esac
14788fi
14789
14790
14791
14792
14793
81ecdfbb
RW
14794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14795$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14796# Check whether --enable-maintainer-mode was given.
14797if test "${enable_maintainer_mode+set}" = set; then :
14798 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3d5e36ae
AO
14799else
14800 USE_MAINTAINER_MODE=no
81ecdfbb
RW
14801fi
14802
14803{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14804$as_echo "$USE_MAINTAINER_MODE" >&6; }
3d5e36ae
AO
14805
14806
14807if test "$USE_MAINTAINER_MODE" = yes; then
14808 MAINTAINER_MODE_TRUE=
14809 MAINTAINER_MODE_FALSE='#'
14810else
14811 MAINTAINER_MODE_TRUE='#'
14812 MAINTAINER_MODE_FALSE=
c6b750e1 14813fi
3d5e36ae
AO
14814MAINT=$MAINTAINER_MODE_TRUE
14815
1d39f329
NN
14816# ---------------------
14817# GCC bootstrap support
14818# ---------------------
14819
14820# Stage specific cflags for build.
14821stage1_cflags="-g"
14822case $build in
14823 vax-*-*)
14824 case ${GCC} in
14825 yes) stage1_cflags="-g -Wa,-J" ;;
14826 *) stage1_cflags="-g -J" ;;
14827 esac ;;
1d39f329
NN
14828esac
14829
1d89b610 14830
1d39f329 14831
8a0d8a5c 14832# Enable --enable-checking in stage1 of the compiler.
81ecdfbb
RW
14833# Check whether --enable-stage1-checking was given.
14834if test "${enable_stage1_checking+set}" = set; then :
14835 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8a0d8a5c 14836else
5566c1fa 14837 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
ce6c656d
L
14838 # For --disable-checking or implicit --enable-checking=release, avoid
14839 # setting --enable-checking=gc in the default stage1 checking for LTO
14840 # bootstraps. See PR62077.
ce6c656d
L
14841 case $BUILD_CONFIG in
14842 *lto*)
05a13254
NC
14843 stage1_checking=--enable-checking=release,misc,gimple,rtlflag,tree,types;;
14844 *)
14845 stage1_checking=--enable-checking=yes,types;;
ce6c656d 14846 esac
05a13254
NC
14847 if test "x$enable_checking" = x && \
14848 test -d ${srcdir}/gcc && \
14849 test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
14850 stage1_checking=--enable-checking=yes,types,extra
14851 fi
8a0d8a5c 14852else
5566c1fa 14853 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c 14854fi
81ecdfbb 14855fi
8a0d8a5c
PB
14856
14857
c6b750e1 14858
81ecdfbb
RW
14859# Enable -Werror in bootstrap stage2 and later.
14860# Check whether --enable-werror was given.
14861if test "${enable_werror+set}" = set; then :
14862 enableval=$enable_werror;
1a6f2dc7
NN
14863case ${enable_werror} in
14864 yes) stage2_werror_flag="--enable-werror-always" ;;
14865 *) stage2_werror_flag="" ;;
1d39f329
NN
14866esac
14867
82033c9b 14868else
82033c9b 14869
bf41f30d
NC
14870if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14871 case $BUILD_CONFIG in
14872 bootstrap-debug)
14873 stage2_werror_flag="--enable-werror-always" ;;
14874 "")
14875 stage2_werror_flag="--enable-werror-always" ;;
14876 esac
14877fi
82033c9b 14878
bf41f30d 14879fi
82033c9b 14880
1b6c0831 14881
1b6c0831 14882
1b6c0831 14883
e8a5fa9c
RW
14884# Specify what files to not compare during bootstrap.
14885
14886compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14887case "$target" in
14888 hppa*64*-*-hpux*) ;;
bf41f30d 14889 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/* | gcc/function-tests.o" ;;
1488e230 14890 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
e8a5fa9c
RW
14891esac
14892
14893
81ecdfbb
RW
14894ac_config_files="$ac_config_files Makefile"
14895
c6b750e1 14896cat >confcache <<\_ACEOF
a0da8069
NN
14897# This file is a shell script that caches the results of configure
14898# tests run on this system so they can be shared between configure
c6b750e1
DJ
14899# scripts and configure runs, see configure's option --config-cache.
14900# It is not useful on other systems. If it contains results you don't
14901# want to keep, you may remove or edit it.
a0da8069 14902#
c6b750e1
DJ
14903# config.status only pays attention to the cache file if you give it
14904# the --recheck option to rerun configure.
a0da8069 14905#
c6b750e1
DJ
14906# `ac_cv_env_foo' variables (set or unset) will be overridden when
14907# loading this file, other *unset* `ac_cv_foo' will be assigned the
14908# following values.
14909
14910_ACEOF
14911
a0da8069
NN
14912# The following way of writing the cache mishandles newlines in values,
14913# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14914# So, we kill variables containing newlines.
a0da8069
NN
14915# Ultrix sh set writes to stderr and can't be redirected directly,
14916# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14917(
14918 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14919 eval ac_val=\$$ac_var
14920 case $ac_val in #(
14921 *${as_nl}*)
14922 case $ac_var in #(
14923 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14924$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14925 esac
14926 case $ac_var in #(
14927 _ | IFS | as_nl) ;; #(
14928 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14929 *) { eval $ac_var=; unset $ac_var;} ;;
14930 esac ;;
14931 esac
14932 done
14933
c6b750e1 14934 (set) 2>&1 |
81ecdfbb
RW
14935 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14936 *${as_nl}ac_space=\ *)
14937 # `set' does not quote correctly, so add quotes: double-quote
14938 # substitution turns \\\\ into \\, and sed turns \\ into \.
c6b750e1
DJ
14939 sed -n \
14940 "s/'/'\\\\''/g;
14941 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14942 ;; #(
c6b750e1
DJ
14943 *)
14944 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14945 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 14946 ;;
81ecdfbb
RW
14947 esac |
14948 sort
14949) |
c6b750e1 14950 sed '
81ecdfbb 14951 /^ac_cv_env_/b end
c6b750e1 14952 t clear
81ecdfbb 14953 :clear
c6b750e1
DJ
14954 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14955 t end
81ecdfbb
RW
14956 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14957 :end' >>confcache
14958if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14959 if test -w "$cache_file"; then
d0ac1c44 14960 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
14961 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14962$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
14963 if test ! -f "$cache_file" || test -h "$cache_file"; then
14964 cat confcache >"$cache_file"
14965 else
14966 case $cache_file in #(
14967 */* | ?:*)
14968 mv -f confcache "$cache_file"$$ &&
14969 mv -f "$cache_file"$$ "$cache_file" ;; #(
14970 *)
14971 mv -f confcache "$cache_file" ;;
14972 esac
14973 fi
14974 fi
a0da8069 14975 else
81ecdfbb
RW
14976 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14977$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
a0da8069 14978 fi
852e5f18 14979fi
a0da8069 14980rm -f confcache
852e5f18 14981
a0da8069
NN
14982test "x$prefix" = xNONE && prefix=$ac_default_prefix
14983# Let make expand exec_prefix.
14984test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
852e5f18 14985
a0da8069
NN
14986# Transform confdefs.h into DEFS.
14987# Protect against shell expansion while executing Makefile rules.
14988# Protect against Makefile macro expansion.
c6b750e1
DJ
14989#
14990# If the first sed substitution is executed (which looks for macros that
81ecdfbb 14991# take arguments), then branch to the quote section. Otherwise,
c6b750e1 14992# look for a macro that doesn't take arguments.
81ecdfbb
RW
14993ac_script='
14994:mline
14995/\\$/{
14996 N
14997 s,\\\n,,
14998 b mline
14999}
c6b750e1 15000t clear
81ecdfbb
RW
15001:clear
15002s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 15003t quote
81ecdfbb 15004s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 15005t quote
81ecdfbb
RW
15006b any
15007:quote
15008s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
15009s/\[/\\&/g
15010s/\]/\\&/g
15011s/\$/$$/g
15012H
15013:any
15014${
15015 g
15016 s/^\n//
15017 s/\n/ /g
15018 p
15019}
15020'
15021DEFS=`sed -n "$ac_script" confdefs.h`
c6b750e1
DJ
15022
15023
15024ac_libobjs=
15025ac_ltlibobjs=
d0ac1c44 15026U=
c6b750e1
DJ
15027for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15028 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15029 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15030 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15031 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15032 # will be set to the directory where LIBOBJS objects are built.
15033 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15034 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c6b750e1
DJ
15035done
15036LIBOBJS=$ac_libobjs
852e5f18 15037
c6b750e1 15038LTLIBOBJS=$ac_ltlibobjs
376a0e54 15039
cac3d6c4 15040
c6b750e1 15041
d0ac1c44 15042: "${CONFIG_STATUS=./config.status}"
81ecdfbb 15043ac_write_fail=0
c6b750e1
DJ
15044ac_clean_files_save=$ac_clean_files
15045ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
15046{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15047$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15048as_write_fail=0
15049cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c6b750e1
DJ
15050#! $SHELL
15051# Generated by $as_me.
a0da8069 15052# Run this file to recreate the current configuration.
a0da8069 15053# Compiler output produced by configure, useful for debugging
c6b750e1 15054# configure, is in config.log if it exists.
376a0e54 15055
c6b750e1
DJ
15056debug=false
15057ac_cs_recheck=false
15058ac_cs_silent=false
c6b750e1 15059
81ecdfbb
RW
15060SHELL=\${CONFIG_SHELL-$SHELL}
15061export SHELL
15062_ASEOF
15063cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15064## -------------------- ##
15065## M4sh Initialization. ##
15066## -------------------- ##
15067
15068# Be more Bourne compatible
15069DUALCASE=1; export DUALCASE # for MKS sh
15070if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
15071 emulate sh
15072 NULLCMD=:
81ecdfbb 15073 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
15074 # is contrary to our usage. Disable this feature.
15075 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
15076 setopt NO_GLOB_SUBST
15077else
15078 case `(set -o) 2>/dev/null` in #(
15079 *posix*) :
15080 set -o posix ;; #(
15081 *) :
15082 ;;
15083esac
c6b750e1 15084fi
c6b750e1 15085
81ecdfbb
RW
15086
15087as_nl='
15088'
15089export as_nl
15090# Printing a long string crashes Solaris 7 /usr/bin/printf.
15091as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15092as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15093as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15094# Prefer a ksh shell builtin over an external printf program on Solaris,
15095# but without wasting forks for bash or zsh.
15096if test -z "$BASH_VERSION$ZSH_VERSION" \
15097 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15098 as_echo='print -r --'
15099 as_echo_n='print -rn --'
15100elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15101 as_echo='printf %s\n'
15102 as_echo_n='printf %s'
15103else
15104 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15105 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15106 as_echo_n='/usr/ucb/echo -n'
15107 else
15108 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15109 as_echo_n_body='eval
15110 arg=$1;
15111 case $arg in #(
15112 *"$as_nl"*)
15113 expr "X$arg" : "X\\(.*\\)$as_nl";
15114 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15115 esac;
15116 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15117 '
15118 export as_echo_n_body
15119 as_echo_n='sh -c $as_echo_n_body as_echo'
15120 fi
15121 export as_echo_body
15122 as_echo='sh -c $as_echo_body as_echo'
c6b750e1
DJ
15123fi
15124
81ecdfbb
RW
15125# The user is always right.
15126if test "${PATH_SEPARATOR+set}" != set; then
15127 PATH_SEPARATOR=:
15128 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15129 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15130 PATH_SEPARATOR=';'
15131 }
15132fi
15133
15134
15135# IFS
15136# We need space, tab and new line, in precisely that order. Quoting is
15137# there to prevent editors from complaining about space-tab.
15138# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15139# splitting by setting IFS to empty value.)
15140IFS=" "" $as_nl"
15141
15142# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 15143as_myself=
81ecdfbb
RW
15144case $0 in #((
15145 *[\\/]* ) as_myself=$0 ;;
15146 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15147for as_dir in $PATH
15148do
15149 IFS=$as_save_IFS
15150 test -z "$as_dir" && as_dir=.
15151 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15152 done
15153IFS=$as_save_IFS
15154
15155 ;;
15156esac
15157# We did not find ourselves, most probably we were run as `sh COMMAND'
15158# in which case we are not to be found in the path.
15159if test "x$as_myself" = x; then
15160 as_myself=$0
15161fi
15162if test ! -f "$as_myself"; then
15163 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15164 exit 1
15165fi
c6b750e1 15166
81ecdfbb
RW
15167# Unset variables that we do not need and which cause bugs (e.g. in
15168# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15169# suppresses any "Segmentation fault" message there. '((' could
15170# trigger a bug in pdksh 5.2.14.
15171for as_var in BASH_ENV ENV MAIL MAILPATH
15172do eval test x\${$as_var+set} = xset \
15173 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15174done
c6b750e1
DJ
15175PS1='$ '
15176PS2='> '
15177PS4='+ '
15178
15179# NLS nuisances.
81ecdfbb
RW
15180LC_ALL=C
15181export LC_ALL
15182LANGUAGE=C
15183export LANGUAGE
15184
15185# CDPATH.
15186(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15187
15188
d0ac1c44
SM
15189# as_fn_error STATUS ERROR [LINENO LOG_FD]
15190# ----------------------------------------
81ecdfbb
RW
15191# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15192# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 15193# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
15194as_fn_error ()
15195{
d0ac1c44
SM
15196 as_status=$1; test $as_status -eq 0 && as_status=1
15197 if test "$4"; then
15198 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15199 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
c6b750e1 15200 fi
d0ac1c44 15201 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
15202 as_fn_exit $as_status
15203} # as_fn_error
15204
15205
15206# as_fn_set_status STATUS
15207# -----------------------
15208# Set $? to STATUS, without forking.
15209as_fn_set_status ()
15210{
15211 return $1
15212} # as_fn_set_status
15213
15214# as_fn_exit STATUS
15215# -----------------
15216# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15217as_fn_exit ()
15218{
15219 set +e
15220 as_fn_set_status $1
15221 exit $1
15222} # as_fn_exit
15223
15224# as_fn_unset VAR
15225# ---------------
15226# Portably unset VAR.
15227as_fn_unset ()
15228{
15229 { eval $1=; unset $1;}
15230}
15231as_unset=as_fn_unset
15232# as_fn_append VAR VALUE
15233# ----------------------
15234# Append the text in VALUE to the end of the definition contained in VAR. Take
15235# advantage of any shell optimizations that allow amortized linear growth over
15236# repeated appends, instead of the typical quadratic growth present in naive
15237# implementations.
15238if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15239 eval 'as_fn_append ()
15240 {
15241 eval $1+=\$2
15242 }'
15243else
15244 as_fn_append ()
15245 {
15246 eval $1=\$$1\$2
15247 }
15248fi # as_fn_append
15249
15250# as_fn_arith ARG...
15251# ------------------
15252# Perform arithmetic evaluation on the ARGs, and store the result in the
15253# global $as_val. Take advantage of shells that can avoid forks. The arguments
15254# must be portable across $(()) and expr.
15255if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15256 eval 'as_fn_arith ()
15257 {
15258 as_val=$(( $* ))
15259 }'
15260else
15261 as_fn_arith ()
15262 {
15263 as_val=`expr "$@" || test $? -eq 1`
15264 }
15265fi # as_fn_arith
15266
c6b750e1 15267
81ecdfbb
RW
15268if expr a : '\(a\)' >/dev/null 2>&1 &&
15269 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
15270 as_expr=expr
15271else
15272 as_expr=false
15273fi
15274
81ecdfbb 15275if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
15276 as_basename=basename
15277else
15278 as_basename=false
15279fi
15280
81ecdfbb
RW
15281if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15282 as_dirname=dirname
15283else
15284 as_dirname=false
15285fi
c6b750e1 15286
81ecdfbb 15287as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
15288$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15289 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15290 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15291$as_echo X/"$0" |
15292 sed '/^.*\/\([^/][^/]*\)\/*$/{
15293 s//\1/
15294 q
15295 }
15296 /^X\/\(\/\/\)$/{
15297 s//\1/
15298 q
15299 }
15300 /^X\/\(\/\).*/{
15301 s//\1/
15302 q
15303 }
15304 s/.*/./; q'`
c6b750e1 15305
c6b750e1
DJ
15306# Avoid depending upon Character Ranges.
15307as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15308as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15309as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15310as_cr_digits='0123456789'
15311as_cr_alnum=$as_cr_Letters$as_cr_digits
15312
81ecdfbb
RW
15313ECHO_C= ECHO_N= ECHO_T=
15314case `echo -n x` in #(((((
15315-n*)
15316 case `echo 'xy\c'` in
15317 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15318 xy) ECHO_C='\c';;
15319 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15320 ECHO_T=' ';;
15321 esac;;
15322*)
15323 ECHO_N='-n';;
c6b750e1
DJ
15324esac
15325
81ecdfbb
RW
15326rm -f conf$$ conf$$.exe conf$$.file
15327if test -d conf$$.dir; then
15328 rm -f conf$$.dir/conf$$.file
c6b750e1 15329else
81ecdfbb
RW
15330 rm -f conf$$.dir
15331 mkdir conf$$.dir 2>/dev/null
c6b750e1 15332fi
81ecdfbb
RW
15333if (echo >conf$$.file) 2>/dev/null; then
15334 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 15335 as_ln_s='ln -s'
81ecdfbb
RW
15336 # ... but there are two gotchas:
15337 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15338 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 15339 # In both cases, we have to default to `cp -pR'.
81ecdfbb 15340 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 15341 as_ln_s='cp -pR'
81ecdfbb
RW
15342 elif ln conf$$.file conf$$ 2>/dev/null; then
15343 as_ln_s=ln
15344 else
d0ac1c44 15345 as_ln_s='cp -pR'
c6b750e1 15346 fi
c6b750e1 15347else
d0ac1c44 15348 as_ln_s='cp -pR'
c6b750e1 15349fi
81ecdfbb
RW
15350rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15351rmdir conf$$.dir 2>/dev/null
15352
15353
15354# as_fn_mkdir_p
15355# -------------
15356# Create "$as_dir" as a directory, including parents if necessary.
15357as_fn_mkdir_p ()
15358{
15359
15360 case $as_dir in #(
15361 -*) as_dir=./$as_dir;;
15362 esac
15363 test -d "$as_dir" || eval $as_mkdir_p || {
15364 as_dirs=
15365 while :; do
15366 case $as_dir in #(
15367 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15368 *) as_qdir=$as_dir;;
15369 esac
15370 as_dirs="'$as_qdir' $as_dirs"
15371 as_dir=`$as_dirname -- "$as_dir" ||
15372$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15373 X"$as_dir" : 'X\(//\)[^/]' \| \
15374 X"$as_dir" : 'X\(//\)$' \| \
15375 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15376$as_echo X"$as_dir" |
15377 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15378 s//\1/
15379 q
15380 }
15381 /^X\(\/\/\)[^/].*/{
15382 s//\1/
15383 q
15384 }
15385 /^X\(\/\/\)$/{
15386 s//\1/
15387 q
15388 }
15389 /^X\(\/\).*/{
15390 s//\1/
15391 q
15392 }
15393 s/.*/./; q'`
15394 test -d "$as_dir" && break
15395 done
15396 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 15397 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 15398
c6b750e1 15399
81ecdfbb 15400} # as_fn_mkdir_p
c6b750e1 15401if mkdir -p . 2>/dev/null; then
81ecdfbb 15402 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
15403else
15404 test -d ./-p && rmdir ./-p
15405 as_mkdir_p=false
15406fi
15407
d0ac1c44
SM
15408
15409# as_fn_executable_p FILE
15410# -----------------------
15411# Test if FILE is an executable regular file.
15412as_fn_executable_p ()
15413{
15414 test -f "$1" && test -x "$1"
15415} # as_fn_executable_p
15416as_test_x='test -x'
15417as_executable_p=as_fn_executable_p
c6b750e1
DJ
15418
15419# Sed expression to map a string onto a valid CPP name.
15420as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15421
15422# Sed expression to map a string onto a valid variable name.
15423as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15424
15425
c6b750e1 15426exec 6>&1
81ecdfbb
RW
15427## ----------------------------------- ##
15428## Main body of $CONFIG_STATUS script. ##
15429## ----------------------------------- ##
15430_ASEOF
15431test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15432
15433cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15434# Save the log message, to keep $0 and so on meaningful, and to
c6b750e1 15435# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15436# values after options handling.
15437ac_log="
c6b750e1 15438This file was extended by $as_me, which was
d0ac1c44 15439generated by GNU Autoconf 2.69. Invocation command line was
c6b750e1
DJ
15440
15441 CONFIG_FILES = $CONFIG_FILES
15442 CONFIG_HEADERS = $CONFIG_HEADERS
15443 CONFIG_LINKS = $CONFIG_LINKS
15444 CONFIG_COMMANDS = $CONFIG_COMMANDS
15445 $ $0 $@
15446
81ecdfbb
RW
15447on `(hostname || uname -n) 2>/dev/null | sed 1q`
15448"
15449
c6b750e1
DJ
15450_ACEOF
15451
81ecdfbb
RW
15452case $ac_config_files in *"
15453"*) set x $ac_config_files; shift; ac_config_files=$*;;
15454esac
c6b750e1 15455
c6b750e1 15456
c6b750e1 15457
81ecdfbb
RW
15458cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15459# Files that config.status was made for.
15460config_files="$ac_config_files"
c6b750e1 15461
81ecdfbb 15462_ACEOF
c6b750e1 15463
81ecdfbb 15464cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 15465ac_cs_usage="\
81ecdfbb
RW
15466\`$as_me' instantiates files and other configuration actions
15467from templates according to the current configuration. Unless the files
15468and actions are specified as TAGs, all are instantiated by default.
c6b750e1 15469
81ecdfbb 15470Usage: $0 [OPTION]... [TAG]...
c6b750e1
DJ
15471
15472 -h, --help print this help, then exit
81ecdfbb 15473 -V, --version print version number and configuration settings, then exit
d0ac1c44 15474 --config print configuration, then exit
81ecdfbb
RW
15475 -q, --quiet, --silent
15476 do not print progress messages
c6b750e1
DJ
15477 -d, --debug don't remove temporary files
15478 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15479 --file=FILE[:TEMPLATE]
15480 instantiate the configuration file FILE
c6b750e1
DJ
15481
15482Configuration files:
15483$config_files
15484
81ecdfbb 15485Report bugs to the package provider."
c6b750e1 15486
81ecdfbb
RW
15487_ACEOF
15488cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15489ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
c6b750e1
DJ
15490ac_cs_version="\\
15491config.status
d0ac1c44
SM
15492configured by $0, generated by GNU Autoconf 2.69,
15493 with options \\"\$ac_cs_config\\"
c6b750e1 15494
d0ac1c44 15495Copyright (C) 2012 Free Software Foundation, Inc.
c6b750e1
DJ
15496This config.status script is free software; the Free Software Foundation
15497gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15498
15499ac_pwd='$ac_pwd'
15500srcdir='$srcdir'
15501INSTALL='$INSTALL'
8e957354 15502AWK='$AWK'
81ecdfbb 15503test -n "\$AWK" || AWK=awk
c6b750e1
DJ
15504_ACEOF
15505
81ecdfbb
RW
15506cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15507# The default lists apply if the user does not specify any file.
c6b750e1
DJ
15508ac_need_defaults=:
15509while test $# != 0
a0da8069 15510do
c6b750e1 15511 case $1 in
d0ac1c44 15512 --*=?*)
81ecdfbb
RW
15513 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15514 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c6b750e1
DJ
15515 ac_shift=:
15516 ;;
d0ac1c44
SM
15517 --*=)
15518 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15519 ac_optarg=
15520 ac_shift=:
15521 ;;
81ecdfbb 15522 *)
c6b750e1
DJ
15523 ac_option=$1
15524 ac_optarg=$2
15525 ac_shift=shift
15526 ;;
c6b750e1
DJ
15527 esac
15528
15529 case $ac_option in
15530 # Handling of the options.
a0da8069 15531 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
c6b750e1 15532 ac_cs_recheck=: ;;
81ecdfbb
RW
15533 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15534 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
15535 --config | --confi | --conf | --con | --co | --c )
15536 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 15537 --debug | --debu | --deb | --de | --d | -d )
c6b750e1
DJ
15538 debug=: ;;
15539 --file | --fil | --fi | --f )
15540 $ac_shift
81ecdfbb
RW
15541 case $ac_optarg in
15542 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 15543 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
15544 esac
15545 as_fn_append CONFIG_FILES " '$ac_optarg'"
c6b750e1 15546 ac_need_defaults=false;;
81ecdfbb
RW
15547 --he | --h | --help | --hel | -h )
15548 $as_echo "$ac_cs_usage"; exit ;;
c6b750e1
DJ
15549 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15550 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15551 ac_cs_silent=: ;;
15552
15553 # This is an error.
d0ac1c44 15554 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 15555Try \`$0 --help' for more information." ;;
c6b750e1 15556
81ecdfbb
RW
15557 *) as_fn_append ac_config_targets " $1"
15558 ac_need_defaults=false ;;
c6b750e1 15559
376a0e54 15560 esac
c6b750e1 15561 shift
376a0e54
CM
15562done
15563
c6b750e1 15564ac_configure_extra_args=
376a0e54 15565
c6b750e1
DJ
15566if $ac_cs_silent; then
15567 exec 6>/dev/null
15568 ac_configure_extra_args="$ac_configure_extra_args --silent"
15569fi
376a0e54 15570
c6b750e1 15571_ACEOF
81ecdfbb 15572cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1 15573if \$ac_cs_recheck; then
d0ac1c44 15574 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
15575 shift
15576 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15577 CONFIG_SHELL='$SHELL'
15578 export CONFIG_SHELL
15579 exec "\$@"
c6b750e1
DJ
15580fi
15581
15582_ACEOF
81ecdfbb
RW
15583cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15584exec 5>>config.log
15585{
15586 echo
15587 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15588## Running $as_me. ##
15589_ASBOX
15590 $as_echo "$ac_log"
15591} >&5
c6b750e1 15592
81ecdfbb
RW
15593_ACEOF
15594cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
06a51eac
RW
15595#
15596# INIT-COMMANDS
15597#
15598extrasub_build="$extrasub_build"
15599 extrasub_host="$extrasub_host"
15600 extrasub_target="$extrasub_target"
15601
81ecdfbb 15602_ACEOF
c6b750e1 15603
81ecdfbb 15604cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 15605
81ecdfbb 15606# Handling of arguments.
c6b750e1
DJ
15607for ac_config_target in $ac_config_targets
15608do
81ecdfbb
RW
15609 case $ac_config_target in
15610 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15611
d0ac1c44 15612 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c6b750e1
DJ
15613 esac
15614done
15615
81ecdfbb 15616
c6b750e1
DJ
15617# If the user did not use the arguments to specify the items to instantiate,
15618# then the envvar interface is used. Set only those that are not.
15619# We use the long form for the default assignment because of an extremely
15620# bizarre bug on SunOS 4.1.3.
15621if $ac_need_defaults; then
15622 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15623fi
15624
15625# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15626# simply because there is no reason against having it here, and in addition,
c6b750e1 15627# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15628# Hook for its removal unless debugging.
15629# Note that there is a small window in which the directory will not be cleaned:
15630# after its creation but before its name has been assigned to `$tmp'.
c6b750e1
DJ
15631$debug ||
15632{
d0ac1c44 15633 tmp= ac_tmp=
81ecdfbb 15634 trap 'exit_status=$?
d0ac1c44
SM
15635 : "${ac_tmp:=$tmp}"
15636 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
15637' 0
15638 trap 'as_fn_exit 1' 1 2 13 15
c6b750e1 15639}
c6b750e1
DJ
15640# Create a (secure) tmp directory for tmp files.
15641
15642{
81ecdfbb 15643 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 15644 test -d "$tmp"
c6b750e1
DJ
15645} ||
15646{
81ecdfbb
RW
15647 tmp=./conf$$-$RANDOM
15648 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
15649} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15650ac_tmp=$tmp
81ecdfbb
RW
15651
15652# Set up the scripts for CONFIG_FILES section.
15653# No need to generate them if there are no CONFIG_FILES.
15654# This happens for instance with `./config.status config.h'.
15655if test -n "$CONFIG_FILES"; then
15656
15657if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15658 ac_cs_awk_getline=:
15659 ac_cs_awk_pipe_init=
15660 ac_cs_awk_read_file='
15661 while ((getline aline < (F[key])) > 0)
15662 print(aline)
15663 close(F[key])'
15664 ac_cs_awk_pipe_fini=
15665else
15666 ac_cs_awk_getline=false
15667 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15668 ac_cs_awk_read_file='
15669 print "|#_!!_#|"
15670 print "cat " F[key] " &&"
15671 '$ac_cs_awk_pipe_init
15672 # The final `:' finishes the AND list.
15673 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15674fi
15675ac_cr=`echo X | tr X '\015'`
15676# On cygwin, bash can eat \r inside `` if the user requested igncr.
15677# But we know of no other shell where ac_cr would be empty at this
15678# point, so we can use a bashism as a fallback.
15679if test "x$ac_cr" = x; then
15680 eval ac_cr=\$\'\\r\'
15681fi
15682ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15683if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 15684 ac_cs_awk_cr='\\r'
81ecdfbb
RW
15685else
15686 ac_cs_awk_cr=$ac_cr
15687fi
15688
d0ac1c44 15689echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
15690_ACEOF
15691
15692# Create commands to substitute file output variables.
c6b750e1 15693{
81ecdfbb 15694 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
d0ac1c44 15695 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
81ecdfbb
RW
15696 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15697 echo "_ACAWK" &&
15698 echo "_ACEOF"
15699} >conf$$files.sh &&
15700. ./conf$$files.sh ||
d0ac1c44 15701 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 15702rm -f conf$$files.sh
c6b750e1 15703
81ecdfbb
RW
15704{
15705 echo "cat >conf$$subs.awk <<_ACEOF" &&
15706 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15707 echo "_ACEOF"
15708} >conf$$subs.sh ||
d0ac1c44
SM
15709 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15710ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
15711ac_delim='%!_!# '
15712for ac_last_try in false false false false false :; do
15713 . ./conf$$subs.sh ||
d0ac1c44 15714 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
15715
15716 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15717 if test $ac_delim_n = $ac_delim_num; then
15718 break
15719 elif $ac_last_try; then
d0ac1c44 15720 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
15721 else
15722 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15723 fi
15724done
15725rm -f conf$$subs.sh
15726
15727cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15728cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
c6b750e1 15729_ACEOF
81ecdfbb
RW
15730sed -n '
15731h
15732s/^/S["/; s/!.*/"]=/
15733p
15734g
15735s/^[^!]*!//
15736:repl
15737t repl
15738s/'"$ac_delim"'$//
15739t delim
15740:nl
15741h
d0ac1c44 15742s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15743t more1
15744s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15745p
15746n
15747b repl
15748:more1
15749s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15750p
15751g
15752s/.\{148\}//
15753t nl
15754:delim
15755h
d0ac1c44 15756s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15757t more2
15758s/["\\]/\\&/g; s/^/"/; s/$/"/
15759p
15760b
15761:more2
15762s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15763p
15764g
15765s/.\{148\}//
15766t delim
15767' <conf$$subs.awk | sed '
15768/^[^""]/{
15769 N
15770 s/\n//
15771}
15772' >>$CONFIG_STATUS || ac_write_fail=1
15773rm -f conf$$subs.awk
15774cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15775_ACAWK
d0ac1c44 15776cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
15777 for (key in S) S_is_set[key] = 1
15778 FS = "\a"
15779 \$ac_cs_awk_pipe_init
15780}
15781{
15782 line = $ 0
15783 nfields = split(line, field, "@")
15784 substed = 0
15785 len = length(field[1])
15786 for (i = 2; i < nfields; i++) {
15787 key = field[i]
15788 keylen = length(key)
15789 if (S_is_set[key]) {
15790 value = S[key]
15791 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15792 len += length(value) + length(field[++i])
15793 substed = 1
15794 } else
15795 len += 1 + keylen
15796 }
15797 if (nfields == 3 && !substed) {
15798 key = field[2]
15799 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15800 \$ac_cs_awk_read_file
15801 next
15802 }
15803 }
15804 print line
15805}
15806\$ac_cs_awk_pipe_fini
15807_ACAWK
15808_ACEOF
15809cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15810if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15811 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15812else
15813 cat
d0ac1c44
SM
15814fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15815 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb
RW
15816_ACEOF
15817
d0ac1c44
SM
15818# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15819# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
15820# trailing colons and then remove the whole line if VPATH becomes empty
15821# (actually we leave an empty line to preserve line numbers).
15822if test "x$srcdir" = x.; then
d0ac1c44
SM
15823 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15824h
15825s///
15826s/^/:/
15827s/[ ]*$/:/
15828s/:\$(srcdir):/:/g
15829s/:\${srcdir}:/:/g
15830s/:@srcdir@:/:/g
15831s/^:*//
81ecdfbb 15832s/:*$//
d0ac1c44
SM
15833x
15834s/\(=[ ]*\).*/\1/
15835G
15836s/\n//
81ecdfbb
RW
15837s/^[^=]*=[ ]*$//
15838}'
15839fi
c6b750e1 15840
81ecdfbb
RW
15841cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15842fi # test -n "$CONFIG_FILES"
c6b750e1 15843
c6b750e1 15844
81ecdfbb
RW
15845eval set X " :F $CONFIG_FILES "
15846shift
15847for ac_tag
15848do
15849 case $ac_tag in
15850 :[FHLC]) ac_mode=$ac_tag; continue;;
15851 esac
15852 case $ac_mode$ac_tag in
15853 :[FHL]*:*);;
d0ac1c44 15854 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
15855 :[FH]-) ac_tag=-:-;;
15856 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15857 esac
15858 ac_save_IFS=$IFS
15859 IFS=:
15860 set x $ac_tag
15861 IFS=$ac_save_IFS
15862 shift
15863 ac_file=$1
15864 shift
252b5132 15865
81ecdfbb
RW
15866 case $ac_mode in
15867 :L) ac_source=$1;;
15868 :[FH])
15869 ac_file_inputs=
15870 for ac_f
15871 do
15872 case $ac_f in
d0ac1c44 15873 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
15874 *) # Look for the file first in the build tree, then in the source tree
15875 # (if the path is not absolute). The absolute path cannot be DOS-style,
15876 # because $ac_f cannot contain `:'.
15877 test -f "$ac_f" ||
15878 case $ac_f in
15879 [\\/$]*) false;;
15880 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15881 esac ||
d0ac1c44 15882 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
15883 esac
15884 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15885 as_fn_append ac_file_inputs " '$ac_f'"
15886 done
c6b750e1 15887
81ecdfbb
RW
15888 # Let's still pretend it is `configure' which instantiates (i.e., don't
15889 # use $as_me), people would be surprised to read:
15890 # /* config.h. Generated by config.status. */
15891 configure_input='Generated from '`
15892 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15893 `' by configure.'
15894 if test x"$ac_file" != x-; then
15895 configure_input="$ac_file. $configure_input"
15896 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15897$as_echo "$as_me: creating $ac_file" >&6;}
a0da8069 15898 fi
81ecdfbb
RW
15899 # Neutralize special characters interpreted by sed in replacement strings.
15900 case $configure_input in #(
15901 *\&* | *\|* | *\\* )
15902 ac_sed_conf_input=`$as_echo "$configure_input" |
15903 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15904 *) ac_sed_conf_input=$configure_input;;
15905 esac
cac3d6c4 15906
81ecdfbb 15907 case $ac_tag in
d0ac1c44
SM
15908 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15909 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
15910 esac
15911 ;;
a0da8069 15912 esac
252b5132 15913
81ecdfbb 15914 ac_dir=`$as_dirname -- "$ac_file" ||
c6b750e1
DJ
15915$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15916 X"$ac_file" : 'X\(//\)[^/]' \| \
15917 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15918 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15919$as_echo X"$ac_file" |
15920 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15921 s//\1/
15922 q
15923 }
15924 /^X\(\/\/\)[^/].*/{
15925 s//\1/
15926 q
15927 }
15928 /^X\(\/\/\)$/{
15929 s//\1/
15930 q
15931 }
15932 /^X\(\/\).*/{
15933 s//\1/
15934 q
15935 }
15936 s/.*/./; q'`
15937 as_dir="$ac_dir"; as_fn_mkdir_p
c6b750e1 15938 ac_builddir=.
252b5132 15939
81ecdfbb
RW
15940case "$ac_dir" in
15941.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15942*)
15943 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15944 # A ".." for each directory in $ac_dir_suffix.
15945 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15946 case $ac_top_builddir_sub in
15947 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15948 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15949 esac ;;
15950esac
15951ac_abs_top_builddir=$ac_pwd
15952ac_abs_builddir=$ac_pwd$ac_dir_suffix
15953# for backward compatibility:
15954ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
15955
15956case $srcdir in
81ecdfbb 15957 .) # We are building in place.
c6b750e1 15958 ac_srcdir=.
81ecdfbb
RW
15959 ac_top_srcdir=$ac_top_builddir_sub
15960 ac_abs_top_srcdir=$ac_pwd ;;
15961 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 15962 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15963 ac_top_srcdir=$srcdir
15964 ac_abs_top_srcdir=$srcdir ;;
15965 *) # Relative name.
15966 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15967 ac_top_srcdir=$ac_top_build_prefix$srcdir
15968 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 15969esac
81ecdfbb 15970ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15971
252b5132 15972
81ecdfbb
RW
15973 case $ac_mode in
15974 :F)
15975 #
15976 # CONFIG_FILE
15977 #
c6b750e1
DJ
15978
15979 case $INSTALL in
15980 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 15981 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
a0da8069 15982 esac
81ecdfbb 15983_ACEOF
252b5132 15984
81ecdfbb
RW
15985cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15986# If the template does not know about datarootdir, expand it.
15987# FIXME: This hack should be removed a few years after 2.60.
15988ac_datarootdir_hack=; ac_datarootdir_seen=
15989ac_sed_dataroot='
15990/datarootdir/ {
15991 p
15992 q
15993}
15994/@datadir@/p
15995/@docdir@/p
15996/@infodir@/p
15997/@localedir@/p
15998/@mandir@/p'
15999case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16000*datarootdir*) ac_datarootdir_seen=yes;;
16001*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16002 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16003$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
c6b750e1 16004_ACEOF
81ecdfbb
RW
16005cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16006 ac_datarootdir_hack='
16007 s&@datadir@&$datadir&g
16008 s&@docdir@&$docdir&g
16009 s&@infodir@&$infodir&g
16010 s&@localedir@&$localedir&g
16011 s&@mandir@&$mandir&g
16012 s&\\\${datarootdir}&$datarootdir&g' ;;
16013esac
16014_ACEOF
16015
16016# Neutralize VPATH when `$srcdir' = `.'.
16017# Shell code in configure.ac might set extrasub.
16018# FIXME: do we really want to maintain this feature?
16019cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16020ac_sed_extra="$ac_vpsub
c6b750e1
DJ
16021$extrasub
16022_ACEOF
81ecdfbb 16023cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1
DJ
16024:t
16025/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16026s|@configure_input@|$ac_sed_conf_input|;t t
16027s&@top_builddir@&$ac_top_builddir_sub&;t t
16028s&@top_build_prefix@&$ac_top_build_prefix&;t t
16029s&@srcdir@&$ac_srcdir&;t t
16030s&@abs_srcdir@&$ac_abs_srcdir&;t t
16031s&@top_srcdir@&$ac_top_srcdir&;t t
16032s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16033s&@builddir@&$ac_builddir&;t t
16034s&@abs_builddir@&$ac_abs_builddir&;t t
16035s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16036s&@INSTALL@&$ac_INSTALL&;t t
16037$ac_datarootdir_hack
16038"
16039eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16040if $ac_cs_awk_getline; then
d0ac1c44 16041 $AWK -f "$ac_tmp/subs.awk"
81ecdfbb 16042else
d0ac1c44
SM
16043 $AWK -f "$ac_tmp/subs.awk" | $SHELL
16044fi \
16045 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16046
16047test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
16048 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16049 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16050 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 16051 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16052which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 16053$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16054which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 16055
d0ac1c44 16056 rm -f "$ac_tmp/stdin"
81ecdfbb 16057 case $ac_file in
d0ac1c44
SM
16058 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16059 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 16060 esac \
d0ac1c44 16061 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 16062 ;;
c148b4cb 16063
c148b4cb 16064
c148b4cb 16065
81ecdfbb
RW
16066 esac
16067
06a51eac
RW
16068
16069 case $ac_file$ac_mode in
16070 "Makefile":F) sed "$extrasub_build" Makefile |
16071 sed "$extrasub_host" |
16072 sed "$extrasub_target" > mf$$
16073 mv -f mf$$ Makefile ;;
16074
16075 esac
81ecdfbb
RW
16076done # for ac_tag
16077
16078
16079as_fn_exit 0
c6b750e1 16080_ACEOF
c6b750e1
DJ
16081ac_clean_files=$ac_clean_files_save
16082
81ecdfbb 16083test $ac_write_fail = 0 ||
d0ac1c44 16084 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 16085
c6b750e1
DJ
16086
16087# configure is writing to config.log, and then calls config.status.
16088# config.status does its own redirection, appending to config.log.
16089# Unfortunately, on DOS this fails, as config.log is still kept open
16090# by configure, so config.status won't be able to write to it; its
16091# output is simply discarded. So we exec the FD to /dev/null,
16092# effectively closing config.log, so it can be properly (re)opened and
16093# appended to by config.status. When coming back to configure, we
16094# need to make the FD available again.
16095if test "$no_create" != yes; then
16096 ac_cs_success=:
16097 ac_config_status_args=
16098 test "$silent" = yes &&
16099 ac_config_status_args="$ac_config_status_args --quiet"
16100 exec 5>/dev/null
16101 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16102 exec 5>>config.log
16103 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16104 # would make configure fail if this is the last instruction.
d0ac1c44 16105 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
16106fi
16107if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16108 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16109$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c6b750e1 16110fi
c148b4cb 16111