]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
[Ada] Improved support for aspect alignment in CCG
[thirdparty/gcc.git] / configure
CommitLineData
671aa708 1#! /bin/sh
671aa708 2# Guess values for system-dependent variables and create Makefiles.
22e05272
JM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
5213506e 7#
671aa708
NN
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
5213506e
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
1c710c3c 14
5213506e
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
18 emulate sh
19 NULLCMD=:
5213506e 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
1c710c3c 31fi
1c710c3c 32
5213506e
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
1c710c3c
DJ
79fi
80
81
5213506e
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
22e05272 90as_myself=
5213506e
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
1c710c3c
DJ
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
5213506e
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
22e05272
JM
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;}
5213506e
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
22e05272
JM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
5213506e
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'\" &&
87264276
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"
5213506e
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
1c710c3c 211do
5213506e
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 :
22e05272
JM
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
5213506e
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."
1c710c3c 266 else
5213506e
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."
1c710c3c 271 fi
5213506e
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
1c710c3c 301
5213506e
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"
22e05272 355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5213506e
RW
356
357
358} # as_fn_mkdir_p
22e05272
JM
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
5213506e
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
22e05272
JM
403# as_fn_error STATUS ERROR [LINENO LOG_FD]
404# ----------------------------------------
5213506e
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
22e05272 407# script with STATUS, using 1 if that was 0.
5213506e
RW
408as_fn_error ()
409{
22e05272
JM
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
5213506e 414 fi
22e05272 415 $as_echo "$as_me: error: $2" >&2
5213506e
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
1c710c3c
DJ
421 as_expr=expr
422else
423 as_expr=false
424fi
425
5213506e 426if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
427 as_basename=basename
428else
429 as_basename=false
430fi
431
5213506e
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
1c710c3c 437
5213506e 438as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
439$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
5213506e
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'`
1c710c3c 456
2aeb72e9
DD
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
11a67599 463
1c710c3c 464
5213506e
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 |
1c710c3c 474 sed '
5213506e
RW
475 s/[$]LINENO.*/&-/
476 t lineno
477 b
478 :lineno
1c710c3c 479 N
5213506e
RW
480 :loop
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
1c710c3c 482 t loop
5213506e 483 s/-\n.*//
1c710c3c 484 ' >$as_me.lineno &&
5213506e
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; }
1c710c3c 487
22e05272
JM
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
1c710c3c
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
5213506e
RW
494 # original and so on. Autoconf is especially sensitive to this).
495 . "./$as_me.lineno"
1c710c3c
DJ
496 # Exit status is that of the last command.
497 exit
498}
499
5213506e
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';;
1c710c3c
DJ
511esac
512
5213506e
RW
513rm -f conf$$ conf$$.exe conf$$.file
514if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
1c710c3c 516else
5213506e
RW
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
1c710c3c 519fi
5213506e
RW
520if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 522 as_ln_s='ln -s'
5213506e
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.
22e05272 526 # In both cases, we have to default to `cp -pR'.
5213506e 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22e05272 528 as_ln_s='cp -pR'
5213506e
RW
529 elif ln conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s=ln
531 else
22e05272 532 as_ln_s='cp -pR'
2aeb72e9 533 fi
1c710c3c 534else
22e05272 535 as_ln_s='cp -pR'
1c710c3c 536fi
5213506e
RW
537rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538rmdir conf$$.dir 2>/dev/null
1c710c3c
DJ
539
540if mkdir -p . 2>/dev/null; then
5213506e 541 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
542else
543 test -d ./-p && rmdir ./-p
544 as_mkdir_p=false
545fi
546
22e05272
JM
547as_test_x='test -x'
548as_executable_p=as_fn_executable_p
0b0dc272 549
1c710c3c
DJ
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
22e05272
JM
557test -n "$DJDIR" || exec 7<&0 </dev/null
558exec 6>&1
1c710c3c
DJ
559
560# Name of the host.
22e05272 561# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1c710c3c
DJ
562# so uname gets run too.
563ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
564
1c710c3c
DJ
565#
566# Initializations.
567#
671aa708 568ac_default_prefix=/usr/local
5213506e 569ac_clean_files=
1c710c3c 570ac_config_libobj_dir=.
5213506e 571LIBOBJS=
1c710c3c
DJ
572cross_compiling=no
573subdirs=
574MFLAGS=
575MAKEFLAGS=
2aeb72e9 576
1c710c3c
DJ
577# Identity of this package.
578PACKAGE_NAME=
579PACKAGE_TARNAME=
580PACKAGE_VERSION=
581PACKAGE_STRING=
582PACKAGE_BUGREPORT=
5213506e 583PACKAGE_URL=
1c710c3c
DJ
584
585ac_unique_file="move-if-change"
5213506e
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
e7a82751 604READELF_FOR_TARGET
5213506e 605RANLIB_FOR_TARGET
e4a9a572 606OTOOL_FOR_TARGET
5213506e 607OBJDUMP_FOR_TARGET
9bccfdf5 608OBJCOPY_FOR_TARGET
5213506e
RW
609NM_FOR_TARGET
610LIPO_FOR_TARGET
611LD_FOR_TARGET
612DLLTOOL_FOR_TARGET
613AS_FOR_TARGET
614AR_FOR_TARGET
b4c522fa 615GDC_FOR_TARGET
632e2a07 616GOC_FOR_TARGET
5213506e 617GFORTRAN_FOR_TARGET
5213506e
RW
618GCC_FOR_TARGET
619CXX_FOR_TARGET
620CC_FOR_TARGET
e7a82751 621READELF
e4a9a572 622OTOOL
5213506e
RW
623OBJDUMP
624OBJCOPY
625WINDMC
626WINDRES
627STRIP
628RANLIB
629NM
630LIPO
631LD
632DLLTOOL
633AS
634AR
635RUNTEST
636EXPECT
637MAKEINFO
638FLEX
639LEX
640M4
641BISON
642YACC
5213506e
RW
643WINDRES_FOR_BUILD
644WINDMC_FOR_BUILD
645RANLIB_FOR_BUILD
646NM_FOR_BUILD
647LD_FOR_BUILD
648LDFLAGS_FOR_BUILD
b4c522fa 649GDC_FOR_BUILD
632e2a07 650GOC_FOR_BUILD
5213506e 651GFORTRAN_FOR_BUILD
5213506e
RW
652DLLTOOL_FOR_BUILD
653CXX_FOR_BUILD
654CXXFLAGS_FOR_BUILD
655CFLAGS_FOR_BUILD
656CC_FOR_BUILD
657AS_FOR_BUILD
658AR_FOR_BUILD
aae29963 659target_configdirs
5213506e 660configdirs
5213506e 661build_configdirs
5213506e
RW
662INSTALL_GDB_TK
663GDB_TK
664CONFIGURE_GDB_TK
665build_tooldir
666tooldir
667GCC_SHLIB_SUBDIR
668RPATH_ENVVAR
ffedf511
RW
669target_configargs
670host_configargs
671build_configargs
e12c4094 672BUILD_CONFIG
6f57bdf6 673LDFLAGS_FOR_TARGET
5213506e
RW
674CXXFLAGS_FOR_TARGET
675CFLAGS_FOR_TARGET
676DEBUG_PREFIX_CFLAGS_FOR_TARGET
677SYSROOT_CFLAGS_FOR_TARGET
3c36aa6b 678get_gcc_base_ver
1c01ebf6 679extra_host_zlib_configure_flags
d7f09764 680extra_host_libiberty_configure_flags
fca38047 681stage1_languages
cdfee50a 682host_shared
45b3824d
TS
683extra_linker_plugin_flags
684extra_linker_plugin_configure_flags
33ad93b9 685islinc
eae1a5d4 686isllibs
5213506e 687poststage1_ldflags
ed2eaa9f 688poststage1_libs
5213506e 689stage1_ldflags
0b21f5d3 690stage1_libs
0ff2d841 691extra_isl_gmp_configure_flags
5213506e
RW
692extra_mpc_mpfr_configure_flags
693extra_mpc_gmp_configure_flags
694extra_mpfr_configure_flags
695gmpinc
696gmplibs
697do_compare
698GNATMAKE
699GNATBIND
700ac_ct_CXX
701CXXFLAGS
702CXX
703OBJEXT
704EXEEXT
705ac_ct_CC
706CPPFLAGS
707LDFLAGS
708CFLAGS
709CC
5f520819 710extra_liboffloadmic_configure_flags
5213506e
RW
711target_subdir
712host_subdir
713build_subdir
714build_libsubdir
87264276
PB
715AWK
716SED
5213506e
RW
717LN_S
718LN
719INSTALL_DATA
720INSTALL_SCRIPT
721INSTALL_PROGRAM
722target_os
723target_vendor
724target_cpu
725target
726host_os
727host_vendor
728host_cpu
729host
730target_noncanonical
731host_noncanonical
732build_noncanonical
733build_os
734build_vendor
735build_cpu
736build
737TOPLEVEL_CONFIGURE_ARGUMENTS
738target_alias
739host_alias
740build_alias
741LIBS
742ECHO_T
743ECHO_N
744ECHO_C
745DEFS
746mandir
747localedir
748libdir
749psdir
750pdfdir
751dvidir
752htmldir
753infodir
754docdir
755oldincludedir
756includedir
757localstatedir
758sharedstatedir
759sysconfdir
760datadir
761datarootdir
762libexecdir
763sbindir
764bindir
765program_transform_name
766prefix
767exec_prefix
768PACKAGE_URL
769PACKAGE_BUGREPORT
770PACKAGE_STRING
771PACKAGE_VERSION
772PACKAGE_TARNAME
773PACKAGE_NAME
774PATH_SEPARATOR
775SHELL'
776ac_subst_files='serialization_dependencies
777host_makefile_frag
778target_makefile_frag
779alphaieee_frag
780ospace_frag'
781ac_user_opts='
782enable_option_checking
783with_build_libsubdir
a05c2c75 784with_system_zlib
85c64bbe
BS
785enable_as_accelerator_for
786enable_offload_targets
5213506e 787enable_gold
21539e2e 788enable_ld
78edb32f 789enable_compressed_debug_sections
87e6d9dc
TB
790enable_libquadmath
791enable_libquadmath_support
5213506e
RW
792enable_libada
793enable_libssp
1873ec0c 794enable_libstdcxx
5f520819 795enable_liboffloadmic
ff3ac0f4 796enable_bootstrap
5213506e
RW
797with_mpc
798with_mpc_include
799with_mpc_lib
800with_mpfr_dir
801with_mpfr
802with_mpfr_include
803with_mpfr_lib
804with_gmp_dir
805with_gmp
806with_gmp_include
807with_gmp_lib
5213506e 808with_stage1_libs
aac9103b 809with_static_standard_libraries
0b21f5d3 810with_stage1_ldflags
5213506e 811with_boot_libs
ed2eaa9f 812with_boot_ldflags
33ad93b9
RG
813with_isl
814with_isl_include
815with_isl_lib
816enable_isl_version_check
d7f09764 817enable_lto
45b3824d
TS
818enable_linker_plugin_configure_flags
819enable_linker_plugin_flags
cdfee50a 820enable_host_shared
5213506e 821enable_stage1_languages
43c40f3e 822enable_objc_gc
114bf3f1
MK
823with_target_bdw_gc
824with_target_bdw_gc_include
825with_target_bdw_gc_lib
3c36aa6b 826with_gcc_major_version_only
5213506e
RW
827with_build_sysroot
828with_debug_prefix_map
5646b7b9 829with_build_config
beeda1d9 830enable_vtable_verify
5213506e
RW
831enable_serial_configure
832with_build_time_tools
833enable_maintainer_mode
834enable_stage1_checking
835enable_werror
5213506e
RW
836'
837 ac_precious_vars='build_alias
838host_alias
839target_alias
840CC
841CFLAGS
842LDFLAGS
843LIBS
844CPPFLAGS
845CXX
846CXXFLAGS
847CCC
ffedf511
RW
848build_configargs
849host_configargs
850target_configargs
5213506e
RW
851AR
852AS
853DLLTOOL
854LD
855LIPO
856NM
857RANLIB
858STRIP
859WINDRES
860WINDMC
861OBJCOPY
862OBJDUMP
e4a9a572 863OTOOL
e7a82751 864READELF
5213506e
RW
865CC_FOR_TARGET
866CXX_FOR_TARGET
867GCC_FOR_TARGET
5213506e 868GFORTRAN_FOR_TARGET
632e2a07 869GOC_FOR_TARGET
b4c522fa 870GDC_FOR_TARGET
5213506e
RW
871AR_FOR_TARGET
872AS_FOR_TARGET
873DLLTOOL_FOR_TARGET
874LD_FOR_TARGET
875LIPO_FOR_TARGET
876NM_FOR_TARGET
9bccfdf5 877OBJCOPY_FOR_TARGET
5213506e 878OBJDUMP_FOR_TARGET
e4a9a572 879OTOOL_FOR_TARGET
5213506e 880RANLIB_FOR_TARGET
e7a82751 881READELF_FOR_TARGET
5213506e
RW
882STRIP_FOR_TARGET
883WINDRES_FOR_TARGET
884WINDMC_FOR_TARGET'
885
671aa708
NN
886
887# Initialize some variables set by options.
1c710c3c
DJ
888ac_init_help=
889ac_init_version=false
5213506e
RW
890ac_unrecognized_opts=
891ac_unrecognized_sep=
671aa708
NN
892# The variables have the same names as the options, with
893# dashes changed to underlines.
1c710c3c 894cache_file=/dev/null
671aa708 895exec_prefix=NONE
671aa708 896no_create=
671aa708
NN
897no_recursion=
898prefix=NONE
899program_prefix=NONE
900program_suffix=NONE
901program_transform_name=s,x,x,
902silent=
903site=
904srcdir=
671aa708
NN
905verbose=
906x_includes=NONE
907x_libraries=NONE
1c710c3c
DJ
908
909# Installation directory options.
910# These are left unexpanded so users can "make install exec_prefix=/foo"
911# and all the variables that are supposed to be based on exec_prefix
912# by default will actually change.
913# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 914# (The list follows the same order as the GNU Coding Standards.)
671aa708
NN
915bindir='${exec_prefix}/bin'
916sbindir='${exec_prefix}/sbin'
917libexecdir='${exec_prefix}/libexec'
5213506e
RW
918datarootdir='${prefix}/share'
919datadir='${datarootdir}'
671aa708
NN
920sysconfdir='${prefix}/etc'
921sharedstatedir='${prefix}/com'
922localstatedir='${prefix}/var'
671aa708
NN
923includedir='${prefix}/include'
924oldincludedir='/usr/include'
5213506e
RW
925docdir='${datarootdir}/doc/${PACKAGE}'
926infodir='${datarootdir}/info'
927htmldir='${docdir}'
928dvidir='${docdir}'
929pdfdir='${docdir}'
930psdir='${docdir}'
931libdir='${exec_prefix}/lib'
932localedir='${datarootdir}/locale'
933mandir='${datarootdir}/man'
79c06341 934
671aa708 935ac_prev=
5213506e 936ac_dashdash=
671aa708
NN
937for ac_option
938do
671aa708
NN
939 # If the previous option needs an argument, assign it.
940 if test -n "$ac_prev"; then
5213506e 941 eval $ac_prev=\$ac_option
671aa708
NN
942 ac_prev=
943 continue
944 fi
79c06341 945
5213506e 946 case $ac_option in
22e05272
JM
947 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
948 *=) ac_optarg= ;;
949 *) ac_optarg=yes ;;
5213506e 950 esac
671aa708
NN
951
952 # Accept the important Cygnus configure options, so we can diagnose typos.
953
5213506e
RW
954 case $ac_dashdash$ac_option in
955 --)
956 ac_dashdash=yes ;;
671aa708
NN
957
958 -bindir | --bindir | --bindi | --bind | --bin | --bi)
959 ac_prev=bindir ;;
960 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1c710c3c 961 bindir=$ac_optarg ;;
671aa708
NN
962
963 -build | --build | --buil | --bui | --bu)
1c710c3c 964 ac_prev=build_alias ;;
671aa708 965 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1c710c3c 966 build_alias=$ac_optarg ;;
671aa708
NN
967
968 -cache-file | --cache-file | --cache-fil | --cache-fi \
969 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
970 ac_prev=cache_file ;;
971 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
972 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1c710c3c
DJ
973 cache_file=$ac_optarg ;;
974
975 --config-cache | -C)
976 cache_file=config.cache ;;
671aa708 977
5213506e 978 -datadir | --datadir | --datadi | --datad)
671aa708 979 ac_prev=datadir ;;
5213506e 980 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1c710c3c 981 datadir=$ac_optarg ;;
671aa708 982
5213506e
RW
983 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
984 | --dataroo | --dataro | --datar)
985 ac_prev=datarootdir ;;
986 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
987 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
988 datarootdir=$ac_optarg ;;
989
671aa708 990 -disable-* | --disable-*)
5213506e 991 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
671aa708 992 # Reject names that are not valid shell variable names.
5213506e 993 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 994 as_fn_error $? "invalid feature name: $ac_useropt"
5213506e
RW
995 ac_useropt_orig=$ac_useropt
996 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
997 case $ac_user_opts in
998 *"
999"enable_$ac_useropt"
1000"*) ;;
1001 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1002 ac_unrecognized_sep=', ';;
1003 esac
1004 eval enable_$ac_useropt=no ;;
1005
1006 -docdir | --docdir | --docdi | --doc | --do)
1007 ac_prev=docdir ;;
1008 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1009 docdir=$ac_optarg ;;
1010
1011 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1012 ac_prev=dvidir ;;
1013 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1014 dvidir=$ac_optarg ;;
671aa708
NN
1015
1016 -enable-* | --enable-*)
5213506e 1017 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
671aa708 1018 # Reject names that are not valid shell variable names.
5213506e 1019 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 1020 as_fn_error $? "invalid feature name: $ac_useropt"
5213506e
RW
1021 ac_useropt_orig=$ac_useropt
1022 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1023 case $ac_user_opts in
1024 *"
1025"enable_$ac_useropt"
1026"*) ;;
1027 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1028 ac_unrecognized_sep=', ';;
2aeb72e9 1029 esac
5213506e 1030 eval enable_$ac_useropt=\$ac_optarg ;;
671aa708
NN
1031
1032 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1033 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1034 | --exec | --exe | --ex)
1035 ac_prev=exec_prefix ;;
1036 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1037 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1038 | --exec=* | --exe=* | --ex=*)
1c710c3c 1039 exec_prefix=$ac_optarg ;;
671aa708
NN
1040
1041 -gas | --gas | --ga | --g)
1042 # Obsolete; use --with-gas.
1043 with_gas=yes ;;
1044
1c710c3c
DJ
1045 -help | --help | --hel | --he | -h)
1046 ac_init_help=long ;;
1047 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1048 ac_init_help=recursive ;;
1049 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1050 ac_init_help=short ;;
671aa708
NN
1051
1052 -host | --host | --hos | --ho)
1c710c3c 1053 ac_prev=host_alias ;;
671aa708 1054 -host=* | --host=* | --hos=* | --ho=*)
1c710c3c 1055 host_alias=$ac_optarg ;;
671aa708 1056
5213506e
RW
1057 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1058 ac_prev=htmldir ;;
1059 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1060 | --ht=*)
1061 htmldir=$ac_optarg ;;
1062
671aa708
NN
1063 -includedir | --includedir | --includedi | --included | --include \
1064 | --includ | --inclu | --incl | --inc)
1065 ac_prev=includedir ;;
1066 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1067 | --includ=* | --inclu=* | --incl=* | --inc=*)
1c710c3c 1068 includedir=$ac_optarg ;;
671aa708
NN
1069
1070 -infodir | --infodir | --infodi | --infod | --info | --inf)
1071 ac_prev=infodir ;;
1072 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1c710c3c 1073 infodir=$ac_optarg ;;
671aa708
NN
1074
1075 -libdir | --libdir | --libdi | --libd)
1076 ac_prev=libdir ;;
1077 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1c710c3c 1078 libdir=$ac_optarg ;;
671aa708
NN
1079
1080 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1081 | --libexe | --libex | --libe)
1082 ac_prev=libexecdir ;;
1083 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1084 | --libexe=* | --libex=* | --libe=*)
1c710c3c 1085 libexecdir=$ac_optarg ;;
671aa708 1086
5213506e
RW
1087 -localedir | --localedir | --localedi | --localed | --locale)
1088 ac_prev=localedir ;;
1089 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1090 localedir=$ac_optarg ;;
1091
671aa708 1092 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 1093 | --localstate | --localstat | --localsta | --localst | --locals)
671aa708
NN
1094 ac_prev=localstatedir ;;
1095 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 1096 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1c710c3c 1097 localstatedir=$ac_optarg ;;
671aa708
NN
1098
1099 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1100 ac_prev=mandir ;;
1101 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1c710c3c 1102 mandir=$ac_optarg ;;
671aa708
NN
1103
1104 -nfp | --nfp | --nf)
1105 # Obsolete; use --without-fp.
1106 with_fp=no ;;
1107
1108 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1c710c3c 1109 | --no-cr | --no-c | -n)
671aa708
NN
1110 no_create=yes ;;
1111
1112 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1113 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1114 no_recursion=yes ;;
1115
1116 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1117 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1118 | --oldin | --oldi | --old | --ol | --o)
1119 ac_prev=oldincludedir ;;
1120 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1121 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1122 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1c710c3c 1123 oldincludedir=$ac_optarg ;;
671aa708
NN
1124
1125 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1126 ac_prev=prefix ;;
1127 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1c710c3c 1128 prefix=$ac_optarg ;;
671aa708
NN
1129
1130 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1131 | --program-pre | --program-pr | --program-p)
1132 ac_prev=program_prefix ;;
1133 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1134 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1c710c3c 1135 program_prefix=$ac_optarg ;;
671aa708
NN
1136
1137 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1138 | --program-suf | --program-su | --program-s)
1139 ac_prev=program_suffix ;;
1140 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1141 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1c710c3c 1142 program_suffix=$ac_optarg ;;
671aa708
NN
1143
1144 -program-transform-name | --program-transform-name \
1145 | --program-transform-nam | --program-transform-na \
1146 | --program-transform-n | --program-transform- \
1147 | --program-transform | --program-transfor \
1148 | --program-transfo | --program-transf \
1149 | --program-trans | --program-tran \
1150 | --progr-tra | --program-tr | --program-t)
1151 ac_prev=program_transform_name ;;
1152 -program-transform-name=* | --program-transform-name=* \
1153 | --program-transform-nam=* | --program-transform-na=* \
1154 | --program-transform-n=* | --program-transform-=* \
1155 | --program-transform=* | --program-transfor=* \
1156 | --program-transfo=* | --program-transf=* \
1157 | --program-trans=* | --program-tran=* \
1158 | --progr-tra=* | --program-tr=* | --program-t=*)
1c710c3c 1159 program_transform_name=$ac_optarg ;;
671aa708 1160
5213506e
RW
1161 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1162 ac_prev=pdfdir ;;
1163 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1164 pdfdir=$ac_optarg ;;
1165
1166 -psdir | --psdir | --psdi | --psd | --ps)
1167 ac_prev=psdir ;;
1168 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1169 psdir=$ac_optarg ;;
1170
671aa708
NN
1171 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1172 | -silent | --silent | --silen | --sile | --sil)
1173 silent=yes ;;
1174
1175 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1176 ac_prev=sbindir ;;
1177 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1178 | --sbi=* | --sb=*)
1c710c3c 1179 sbindir=$ac_optarg ;;
671aa708
NN
1180
1181 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1182 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1183 | --sharedst | --shareds | --shared | --share | --shar \
1184 | --sha | --sh)
1185 ac_prev=sharedstatedir ;;
1186 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1187 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1188 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1189 | --sha=* | --sh=*)
1c710c3c 1190 sharedstatedir=$ac_optarg ;;
671aa708
NN
1191
1192 -site | --site | --sit)
1193 ac_prev=site ;;
1194 -site=* | --site=* | --sit=*)
1c710c3c 1195 site=$ac_optarg ;;
671aa708
NN
1196
1197 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1198 ac_prev=srcdir ;;
1199 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1c710c3c 1200 srcdir=$ac_optarg ;;
671aa708
NN
1201
1202 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1203 | --syscon | --sysco | --sysc | --sys | --sy)
1204 ac_prev=sysconfdir ;;
1205 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1206 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1c710c3c 1207 sysconfdir=$ac_optarg ;;
671aa708
NN
1208
1209 -target | --target | --targe | --targ | --tar | --ta | --t)
1c710c3c 1210 ac_prev=target_alias ;;
671aa708 1211 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1c710c3c 1212 target_alias=$ac_optarg ;;
671aa708
NN
1213
1214 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1215 verbose=yes ;;
1216
1c710c3c
DJ
1217 -version | --version | --versio | --versi | --vers | -V)
1218 ac_init_version=: ;;
671aa708
NN
1219
1220 -with-* | --with-*)
5213506e 1221 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
671aa708 1222 # Reject names that are not valid shell variable names.
5213506e 1223 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 1224 as_fn_error $? "invalid package name: $ac_useropt"
5213506e
RW
1225 ac_useropt_orig=$ac_useropt
1226 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1227 case $ac_user_opts in
1228 *"
1229"with_$ac_useropt"
1230"*) ;;
1231 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1232 ac_unrecognized_sep=', ';;
2aeb72e9 1233 esac
5213506e 1234 eval with_$ac_useropt=\$ac_optarg ;;
671aa708
NN
1235
1236 -without-* | --without-*)
5213506e 1237 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
671aa708 1238 # Reject names that are not valid shell variable names.
5213506e 1239 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 1240 as_fn_error $? "invalid package name: $ac_useropt"
5213506e
RW
1241 ac_useropt_orig=$ac_useropt
1242 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1243 case $ac_user_opts in
1244 *"
1245"with_$ac_useropt"
1246"*) ;;
1247 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1248 ac_unrecognized_sep=', ';;
1249 esac
1250 eval with_$ac_useropt=no ;;
671aa708
NN
1251
1252 --x)
1253 # Obsolete; use --with-x.
1254 with_x=yes ;;
1255
1256 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1257 | --x-incl | --x-inc | --x-in | --x-i)
1258 ac_prev=x_includes ;;
1259 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1260 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1c710c3c 1261 x_includes=$ac_optarg ;;
671aa708
NN
1262
1263 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1264 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1265 ac_prev=x_libraries ;;
1266 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1267 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1c710c3c 1268 x_libraries=$ac_optarg ;;
671aa708 1269
22e05272
JM
1270 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1271Try \`$0 --help' for more information"
671aa708
NN
1272 ;;
1273
1c710c3c
DJ
1274 *=*)
1275 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1276 # Reject names that are not valid shell variable names.
5213506e
RW
1277 case $ac_envvar in #(
1278 '' | [0-9]* | *[!_$as_cr_alnum]* )
22e05272 1279 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
5213506e
RW
1280 esac
1281 eval $ac_envvar=\$ac_optarg
1c710c3c
DJ
1282 export $ac_envvar ;;
1283
671aa708 1284 *)
1c710c3c 1285 # FIXME: should be removed in autoconf 3.0.
5213506e 1286 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1c710c3c 1287 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1288 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
22e05272 1289 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
671aa708
NN
1290 ;;
1291
1292 esac
1293done
1294
1295if test -n "$ac_prev"; then
1c710c3c 1296 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
22e05272 1297 as_fn_error $? "missing argument to $ac_option"
af71363e 1298fi
af71363e 1299
5213506e
RW
1300if test -n "$ac_unrecognized_opts"; then
1301 case $enable_option_checking in
1302 no) ;;
22e05272 1303 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
5213506e 1304 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2aeb72e9 1305 esac
5213506e 1306fi
2aeb72e9 1307
5213506e
RW
1308# Check all directory arguments for consistency.
1309for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1310 datadir sysconfdir sharedstatedir localstatedir includedir \
1311 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1312 libdir localedir mandir
2aeb72e9 1313do
5213506e
RW
1314 eval ac_val=\$$ac_var
1315 # Remove trailing slashes.
1316 case $ac_val in
1317 */ )
1318 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1319 eval $ac_var=\$ac_val;;
1320 esac
1321 # Be sure to have absolute directory names.
2aeb72e9 1322 case $ac_val in
5213506e
RW
1323 [\\/$]* | ?:[\\/]* ) continue;;
1324 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
671aa708 1325 esac
22e05272 1326 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
671aa708
NN
1327done
1328
1c710c3c
DJ
1329# There might be people who depend on the old broken behavior: `$host'
1330# used to hold the argument of --host etc.
1331# FIXME: To remove some day.
1332build=$build_alias
1333host=$host_alias
1334target=$target_alias
0b0dc272 1335
1c710c3c
DJ
1336# FIXME: To remove some day.
1337if test "x$host_alias" != x; then
1338 if test "x$build_alias" = x; then
1339 cross_compiling=maybe
1c710c3c
DJ
1340 elif test "x$build_alias" != "x$host_alias"; then
1341 cross_compiling=yes
1342 fi
1343fi
1344
1345ac_tool_prefix=
1346test -n "$host_alias" && ac_tool_prefix=$host_alias-
1347
1348test "$silent" = yes && exec 6>/dev/null
671aa708 1349
671aa708 1350
5213506e
RW
1351ac_pwd=`pwd` && test -n "$ac_pwd" &&
1352ac_ls_di=`ls -di .` &&
1353ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
22e05272 1354 as_fn_error $? "working directory cannot be determined"
5213506e 1355test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
22e05272 1356 as_fn_error $? "pwd does not report name of working directory"
5213506e
RW
1357
1358
671aa708
NN
1359# Find the source files, if location was not specified.
1360if test -z "$srcdir"; then
1361 ac_srcdir_defaulted=yes
5213506e
RW
1362 # Try the directory containing this script, then the parent directory.
1363 ac_confdir=`$as_dirname -- "$as_myself" ||
1364$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1365 X"$as_myself" : 'X\(//\)[^/]' \| \
1366 X"$as_myself" : 'X\(//\)$' \| \
1367 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1368$as_echo X"$as_myself" |
1369 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1370 s//\1/
1371 q
1372 }
1373 /^X\(\/\/\)[^/].*/{
1374 s//\1/
1375 q
1376 }
1377 /^X\(\/\/\)$/{
1378 s//\1/
1379 q
1380 }
1381 /^X\(\/\).*/{
1382 s//\1/
1383 q
1384 }
1385 s/.*/./; q'`
671aa708 1386 srcdir=$ac_confdir
5213506e 1387 if test ! -r "$srcdir/$ac_unique_file"; then
671aa708
NN
1388 srcdir=..
1389 fi
1390else
1391 ac_srcdir_defaulted=no
1392fi
5213506e
RW
1393if test ! -r "$srcdir/$ac_unique_file"; then
1394 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
22e05272 1395 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
5213506e
RW
1396fi
1397ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1398ac_abs_confdir=`(
22e05272 1399 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
5213506e
RW
1400 pwd)`
1401# When building in place, set srcdir=.
1402if test "$ac_abs_confdir" = "$ac_pwd"; then
1403 srcdir=.
1404fi
1405# Remove unnecessary trailing slashes from srcdir.
1406# Double slashes in file names in object file debugging info
1407# mess up M-x gdb in Emacs.
1408case $srcdir in
1409*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1410esac
87841584
AM
1411case $srcdir in
1412 *" "*)
22e05272 1413 as_fn_error $? "path to source, $srcdir, contains spaces"
87841584
AM
1414 ;;
1415esac
ac9e6043
RW
1416ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1417
5213506e
RW
1418for ac_var in $ac_precious_vars; do
1419 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1420 eval ac_env_${ac_var}_value=\$${ac_var}
1421 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1422 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1423done
1c710c3c
DJ
1424
1425#
1426# Report the --help message.
1427#
1428if test "$ac_init_help" = "long"; then
1429 # Omit some internal or obsolete options to make the list less imposing.
1430 # This message is too long to be a string in the A/UX 3.1 sh.
1431 cat <<_ACEOF
1432\`configure' configures this package to adapt to many kinds of systems.
1433
1434Usage: $0 [OPTION]... [VAR=VALUE]...
1435
1436To assign environment variables (e.g., CC, CFLAGS...), specify them as
1437VAR=VALUE. See below for descriptions of some of the useful variables.
1438
1439Defaults for the options are specified in brackets.
1440
1441Configuration:
1442 -h, --help display this help and exit
1443 --help=short display options specific to this package
1444 --help=recursive display the short help of all the included packages
1445 -V, --version display version information and exit
22e05272 1446 -q, --quiet, --silent do not print \`checking ...' messages
1c710c3c
DJ
1447 --cache-file=FILE cache test results in FILE [disabled]
1448 -C, --config-cache alias for \`--cache-file=config.cache'
1449 -n, --no-create do not create output files
1450 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1451
1c710c3c
DJ
1452Installation directories:
1453 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1454 [$ac_default_prefix]
1c710c3c 1455 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1456 [PREFIX]
1c710c3c
DJ
1457
1458By default, \`make install' will install all the files in
1459\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1460an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1461for instance \`--prefix=\$HOME'.
1462
1463For better control, use the options below.
1464
1465Fine tuning of the installation directories:
5213506e
RW
1466 --bindir=DIR user executables [EPREFIX/bin]
1467 --sbindir=DIR system admin executables [EPREFIX/sbin]
1468 --libexecdir=DIR program executables [EPREFIX/libexec]
1469 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1470 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1471 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1472 --libdir=DIR object code libraries [EPREFIX/lib]
1473 --includedir=DIR C header files [PREFIX/include]
1474 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1475 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1476 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1477 --infodir=DIR info documentation [DATAROOTDIR/info]
1478 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1479 --mandir=DIR man documentation [DATAROOTDIR/man]
1480 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1481 --htmldir=DIR html documentation [DOCDIR]
1482 --dvidir=DIR dvi documentation [DOCDIR]
1483 --pdfdir=DIR pdf documentation [DOCDIR]
1484 --psdir=DIR ps documentation [DOCDIR]
1c710c3c
DJ
1485_ACEOF
1486
1487 cat <<\_ACEOF
1488
1489Program names:
1490 --program-prefix=PREFIX prepend PREFIX to installed program names
1491 --program-suffix=SUFFIX append SUFFIX to installed program names
1492 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1493
1494System types:
1495 --build=BUILD configure for building on BUILD [guessed]
1496 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1497 --target=TARGET configure for building compilers for TARGET [HOST]
1498_ACEOF
1499fi
1500
1501if test -n "$ac_init_help"; then
1502
1503 cat <<\_ACEOF
1504
1505Optional Features:
5213506e 1506 --disable-option-checking ignore unrecognized --enable/--with options
1c710c3c
DJ
1507 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1508 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
85c64bbe
BS
1509 --enable-as-accelerator-for=ARG
1510 build as offload target compiler. Specify offload
1511 host triple by ARG
1512 --enable-offload-targets=LIST
1513 enable offloading to devices from comma-separated
1514 LIST of TARGET[=DIR]. Use optional path to find
1515 offload target compiler during the build
21539e2e 1516 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
33e39b66 1517 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
324402a0 1518 --enable-compressed-debug-sections={all,gas,gold,ld,none}
78edb32f
L
1519 Enable compressed debug sections for gas, gold or ld
1520 by default
87e6d9dc
TB
1521 --disable-libquadmath do not build libquadmath directory
1522 --disable-libquadmath-support
1523 disable libquadmath support for Fortran
30b74385
RW
1524 --enable-libada build libada directory
1525 --enable-libssp build libssp directory
1873ec0c 1526 --disable-libstdcxx do not build libstdc++-v3 directory
5f520819
KY
1527 --enable-liboffloadmic=ARG
1528 build liboffloadmic [ARG={no,host,target}]
ff3ac0f4 1529 --enable-bootstrap enable bootstrapping [yes if native build]
33ad93b9 1530 --disable-isl-version-check
560d18d3 1531 disable check for isl version
d7f09764 1532 --enable-lto enable link time optimization support
45b3824d
TS
1533 --enable-linker-plugin-configure-flags=FLAGS
1534 additional flags for configuring linker plugins
1535 [none]
1536 --enable-linker-plugin-flags=FLAGS
1537 additional flags for configuring and building linker
1538 plugins [none]
cdfee50a 1539 --enable-host-shared build host code as shared libraries
33e39b66
AS
1540 --enable-stage1-languages[=all]
1541 choose additional languages to build during stage1.
1542 Mostly useful for compiler development
43c40f3e
RO
1543 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1544 Objective-C runtime
318a4e6d 1545 --enable-vtable-verify Enable vtable verification feature
30b74385 1546 --enable-serial-[{host,target,build}-]configure
33e39b66
AS
1547 force sequential configuration of sub-packages for
1548 the host, target or build machine, or all
1549 sub-packages
1550 --enable-maintainer-mode
1551 enable make rules and dependencies not useful (and
1552 sometimes confusing) to the casual installer
1553 --enable-stage1-checking[=all]
1554 choose additional checking for stage1 of the
1555 compiler
1c710c3c
DJ
1556 --enable-werror enable -Werror in bootstrap stage2 and later
1557
1558Optional Packages:
1559 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1560 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1561 --with-build-libsubdir=DIR Directory where to find libraries for build system
a05c2c75 1562 --with-system-zlib use installed libz
33e39b66
AS
1563 --with-mpc=PATH specify prefix directory for installed MPC package.
1564 Equivalent to --with-mpc-include=PATH/include plus
1565 --with-mpc-lib=PATH/lib
1566 --with-mpc-include=PATH specify directory for installed MPC include files
1567 --with-mpc-lib=PATH specify directory for the installed MPC library
30b74385
RW
1568 --with-mpfr-dir=PATH this option has been REMOVED
1569 --with-mpfr=PATH specify prefix directory for installed MPFR package.
33e39b66
AS
1570 Equivalent to --with-mpfr-include=PATH/include plus
1571 --with-mpfr-lib=PATH/lib
1c710c3c 1572 --with-mpfr-include=PATH
30b74385
RW
1573 specify directory for installed MPFR include files
1574 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1575 --with-gmp-dir=PATH this option has been REMOVED
33e39b66
AS
1576 --with-gmp=PATH specify prefix directory for the installed GMP
1577 package. Equivalent to
1578 --with-gmp-include=PATH/include plus
1579 --with-gmp-lib=PATH/lib
30b74385
RW
1580 --with-gmp-include=PATH specify directory for installed GMP include files
1581 --with-gmp-lib=PATH specify directory for the installed GMP library
0b21f5d3 1582 --with-stage1-libs=LIBS libraries for stage1
aac9103b
TT
1583 --with-static-standard-libraries
1584 use -static-libstdc++ and -static-libgcc
1585 (default=auto)
33e39b66
AS
1586 --with-stage1-ldflags=FLAGS
1587 linker flags for stage1
33e39b66
AS
1588 --with-boot-libs=LIBS libraries for stage2 and later
1589 --with-boot-ldflags=FLAGS
1590 linker flags for stage2 and later
e357a5e0 1591 --with-isl=PATH Specify prefix directory for the installed isl
33e39b66 1592 package. Equivalent to
33ad93b9
RG
1593 --with-isl-include=PATH/include plus
1594 --with-isl-lib=PATH/lib
560d18d3
AK
1595 --with-isl-include=PATH Specify directory for installed isl include files
1596 --with-isl-lib=PATH Specify the directory for the installed isl library
114bf3f1
MK
1597 --with-target-bdw-gc=PATHLIST
1598 specify prefix directory for installed bdw-gc
1599 package. Equivalent to
1600 --with-target-bdw-gc-include=PATH/include plus
1601 --with-target-bdw-gc-lib=PATH/lib
1602 --with-target-bdw-gc-include=PATHLIST
1603 specify directories for installed bdw-gc include
1604 files
1605 --with-target-bdw-gc-lib=PATHLIST
1606 specify directories for installed bdw-gc library
3c36aa6b
JJ
1607 --with-gcc-major-version-only
1608 use only GCC major number in filesystem paths
30b74385 1609 --with-build-sysroot=SYSROOT
1c710c3c 1610 use sysroot as the system root during the build
c8aea42c 1611 --with-debug-prefix-map='A=B C=D ...'
33e39b66
AS
1612 map A to B, C to D ... in debug information
1613 --with-build-config='NAME NAME2...'
1614 use config/NAME.mk build configuration
30b74385 1615 --with-build-time-tools=PATH
1c710c3c 1616 use given path to find target tools during the build
1c710c3c
DJ
1617
1618Some influential environment variables:
1619 CC C compiler command
1620 CFLAGS C compiler flags
1621 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1622 nonstandard directory <lib dir>
5213506e 1623 LIBS libraries to pass to the linker, e.g. -l<library>
22e05272 1624 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
5213506e 1625 you have headers in a nonstandard directory <include dir>
c3a86da9
DJ
1626 CXX C++ compiler command
1627 CXXFLAGS C++ compiler flags
ffedf511
RW
1628 build_configargs
1629 additional configure arguments for build directories
1630 host_configargs
1631 additional configure arguments for host directories
1632 target_configargs
1633 additional configure arguments for target directories
278a7a38
AO
1634 AR AR for the host
1635 AS AS for the host
1636 DLLTOOL DLLTOOL for the host
1637 LD LD for the host
1638 LIPO LIPO for the host
1639 NM NM for the host
1640 RANLIB RANLIB for the host
1641 STRIP STRIP for the host
1642 WINDRES WINDRES for the host
901119ae 1643 WINDMC WINDMC for the host
278a7a38
AO
1644 OBJCOPY OBJCOPY for the host
1645 OBJDUMP OBJDUMP for the host
e4a9a572 1646 OTOOL OTOOL for the host
e7a82751 1647 READELF READELF for the host
278a7a38
AO
1648 CC_FOR_TARGET
1649 CC for the target
1650 CXX_FOR_TARGET
1651 CXX for the target
1652 GCC_FOR_TARGET
1653 GCC for the target
278a7a38
AO
1654 GFORTRAN_FOR_TARGET
1655 GFORTRAN for the target
632e2a07
ILT
1656 GOC_FOR_TARGET
1657 GOC for the target
b4c522fa
IB
1658 GDC_FOR_TARGET
1659 GDC for the target
278a7a38
AO
1660 AR_FOR_TARGET
1661 AR for the target
1662 AS_FOR_TARGET
1663 AS for the target
1664 DLLTOOL_FOR_TARGET
1665 DLLTOOL for the target
1666 LD_FOR_TARGET
1667 LD for the target
1668 LIPO_FOR_TARGET
1669 LIPO for the target
1670 NM_FOR_TARGET
1671 NM for the target
9bccfdf5
AP
1672 OBJCOPY_FOR_TARGET
1673 OBJCOPY for the target
278a7a38
AO
1674 OBJDUMP_FOR_TARGET
1675 OBJDUMP for the target
e4a9a572
IS
1676 OTOOL_FOR_TARGET
1677 OTOOL for the target
278a7a38
AO
1678 RANLIB_FOR_TARGET
1679 RANLIB for the target
e7a82751
RM
1680 READELF_FOR_TARGET
1681 READELF for the target
278a7a38
AO
1682 STRIP_FOR_TARGET
1683 STRIP for the target
1684 WINDRES_FOR_TARGET
1685 WINDRES for the target
901119ae
KT
1686 WINDMC_FOR_TARGET
1687 WINDMC for the target
1c710c3c
DJ
1688
1689Use these variables to override the choices made by `configure' or to help
1690it to find libraries and programs with nonstandard names/locations.
1691
5213506e 1692Report bugs to the package provider.
1c710c3c 1693_ACEOF
5213506e 1694ac_status=$?
1c710c3c
DJ
1695fi
1696
1697if test "$ac_init_help" = "recursive"; then
1698 # If there are subdirs, report their specific --help.
1c710c3c 1699 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1700 test -d "$ac_dir" ||
1701 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1702 continue
1c710c3c
DJ
1703 ac_builddir=.
1704
5213506e
RW
1705case "$ac_dir" in
1706.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1707*)
1708 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1709 # A ".." for each directory in $ac_dir_suffix.
1710 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1711 case $ac_top_builddir_sub in
1712 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1713 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1714 esac ;;
1715esac
1716ac_abs_top_builddir=$ac_pwd
1717ac_abs_builddir=$ac_pwd$ac_dir_suffix
1718# for backward compatibility:
1719ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
1720
1721case $srcdir in
5213506e 1722 .) # We are building in place.
1c710c3c 1723 ac_srcdir=.
5213506e
RW
1724 ac_top_srcdir=$ac_top_builddir_sub
1725 ac_abs_top_srcdir=$ac_pwd ;;
1726 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 1727 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1728 ac_top_srcdir=$srcdir
1729 ac_abs_top_srcdir=$srcdir ;;
1730 *) # Relative name.
1731 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1732 ac_top_srcdir=$ac_top_build_prefix$srcdir
1733 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2aeb72e9 1734esac
5213506e
RW
1735ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1736
1737 cd "$ac_dir" || { ac_status=$?; continue; }
1738 # Check for guested configure.
1739 if test -f "$ac_srcdir/configure.gnu"; then
1740 echo &&
1741 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1742 elif test -f "$ac_srcdir/configure"; then
1743 echo &&
1744 $SHELL "$ac_srcdir/configure" --help=recursive
1c710c3c 1745 else
5213506e
RW
1746 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1747 fi || ac_status=$?
1748 cd "$ac_pwd" || { ac_status=$?; break; }
1c710c3c
DJ
1749 done
1750fi
1751
5213506e 1752test -n "$ac_init_help" && exit $ac_status
1c710c3c
DJ
1753if $ac_init_version; then
1754 cat <<\_ACEOF
5213506e 1755configure
22e05272 1756generated by GNU Autoconf 2.69
1c710c3c 1757
22e05272 1758Copyright (C) 2012 Free Software Foundation, Inc.
1c710c3c
DJ
1759This configure script is free software; the Free Software Foundation
1760gives unlimited permission to copy, distribute and modify it.
1761_ACEOF
5213506e 1762 exit
0b0dc272 1763fi
5213506e
RW
1764
1765## ------------------------ ##
1766## Autoconf initialization. ##
1767## ------------------------ ##
1768
1769# ac_fn_c_try_compile LINENO
1770# --------------------------
1771# Try to compile conftest.$ac_ext, and return whether this succeeded.
1772ac_fn_c_try_compile ()
1773{
1774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775 rm -f conftest.$ac_objext
1776 if { { ac_try="$ac_compile"
1777case "(($ac_try" in
1778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1779 *) ac_try_echo=$ac_try;;
1780esac
1781eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1782$as_echo "$ac_try_echo"; } >&5
1783 (eval "$ac_compile") 2>conftest.err
1784 ac_status=$?
1785 if test -s conftest.err; then
1786 grep -v '^ *+' conftest.err >conftest.er1
1787 cat conftest.er1 >&5
1788 mv -f conftest.er1 conftest.err
1789 fi
1790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1791 test $ac_status = 0; } && {
1792 test -z "$ac_c_werror_flag" ||
1793 test ! -s conftest.err
1794 } && test -s conftest.$ac_objext; then :
1795 ac_retval=0
1796else
1797 $as_echo "$as_me: failed program was:" >&5
1798sed 's/^/| /' conftest.$ac_ext >&5
1799
1800 ac_retval=1
1801fi
22e05272
JM
1802 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1803 as_fn_set_status $ac_retval
5213506e
RW
1804
1805} # ac_fn_c_try_compile
1806
1807# ac_fn_cxx_try_compile LINENO
1808# ----------------------------
1809# Try to compile conftest.$ac_ext, and return whether this succeeded.
1810ac_fn_cxx_try_compile ()
1811{
1812 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1813 rm -f conftest.$ac_objext
1814 if { { ac_try="$ac_compile"
1815case "(($ac_try" in
1816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1817 *) ac_try_echo=$ac_try;;
1818esac
1819eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1820$as_echo "$ac_try_echo"; } >&5
1821 (eval "$ac_compile") 2>conftest.err
1822 ac_status=$?
1823 if test -s conftest.err; then
1824 grep -v '^ *+' conftest.err >conftest.er1
1825 cat conftest.er1 >&5
1826 mv -f conftest.er1 conftest.err
1827 fi
1828 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1829 test $ac_status = 0; } && {
1830 test -z "$ac_cxx_werror_flag" ||
1831 test ! -s conftest.err
1832 } && test -s conftest.$ac_objext; then :
1833 ac_retval=0
1834else
1835 $as_echo "$as_me: failed program was:" >&5
1836sed 's/^/| /' conftest.$ac_ext >&5
1837
1838 ac_retval=1
1839fi
22e05272
JM
1840 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1841 as_fn_set_status $ac_retval
5213506e
RW
1842
1843} # ac_fn_cxx_try_compile
1844
0b21f5d3
EB
1845# ac_fn_cxx_try_link LINENO
1846# -------------------------
1847# Try to link conftest.$ac_ext, and return whether this succeeded.
1848ac_fn_cxx_try_link ()
1849{
1850 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1851 rm -f conftest.$ac_objext conftest$ac_exeext
1852 if { { ac_try="$ac_link"
1853case "(($ac_try" in
1854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1855 *) ac_try_echo=$ac_try;;
1856esac
1857eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1858$as_echo "$ac_try_echo"; } >&5
1859 (eval "$ac_link") 2>conftest.err
1860 ac_status=$?
1861 if test -s conftest.err; then
1862 grep -v '^ *+' conftest.err >conftest.er1
1863 cat conftest.er1 >&5
1864 mv -f conftest.er1 conftest.err
1865 fi
1866 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1867 test $ac_status = 0; } && {
1868 test -z "$ac_cxx_werror_flag" ||
1869 test ! -s conftest.err
1870 } && test -s conftest$ac_exeext && {
1871 test "$cross_compiling" = yes ||
22e05272 1872 test -x conftest$ac_exeext
0b21f5d3
EB
1873 }; then :
1874 ac_retval=0
1875else
1876 $as_echo "$as_me: failed program was:" >&5
1877sed 's/^/| /' conftest.$ac_ext >&5
1878
1879 ac_retval=1
1880fi
1881 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1882 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1883 # interfere with the next link command; also delete a directory that is
1884 # left behind by Apple's compiler. We do this before executing the actions.
1885 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
22e05272
JM
1886 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1887 as_fn_set_status $ac_retval
0b21f5d3
EB
1888
1889} # ac_fn_cxx_try_link
1890
5213506e
RW
1891# ac_fn_c_try_link LINENO
1892# -----------------------
1893# Try to link conftest.$ac_ext, and return whether this succeeded.
1894ac_fn_c_try_link ()
1895{
1896 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1897 rm -f conftest.$ac_objext conftest$ac_exeext
1898 if { { ac_try="$ac_link"
1899case "(($ac_try" in
1900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1901 *) ac_try_echo=$ac_try;;
1902esac
1903eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1904$as_echo "$ac_try_echo"; } >&5
1905 (eval "$ac_link") 2>conftest.err
1906 ac_status=$?
1907 if test -s conftest.err; then
1908 grep -v '^ *+' conftest.err >conftest.er1
1909 cat conftest.er1 >&5
1910 mv -f conftest.er1 conftest.err
1911 fi
1912 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1913 test $ac_status = 0; } && {
1914 test -z "$ac_c_werror_flag" ||
1915 test ! -s conftest.err
1916 } && test -s conftest$ac_exeext && {
1917 test "$cross_compiling" = yes ||
22e05272 1918 test -x conftest$ac_exeext
5213506e
RW
1919 }; then :
1920 ac_retval=0
1921else
1922 $as_echo "$as_me: failed program was:" >&5
1923sed 's/^/| /' conftest.$ac_ext >&5
1924
1925 ac_retval=1
1926fi
1927 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1928 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1929 # interfere with the next link command; also delete a directory that is
1930 # left behind by Apple's compiler. We do this before executing the actions.
1931 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
22e05272
JM
1932 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1933 as_fn_set_status $ac_retval
5213506e
RW
1934
1935} # ac_fn_c_try_link
1936cat >config.log <<_ACEOF
1c710c3c
DJ
1937This file contains any messages produced by compilers while
1938running configure, to aid debugging if configure makes a mistake.
1939
1940It was created by $as_me, which was
22e05272 1941generated by GNU Autoconf 2.69. Invocation command line was
1c710c3c
DJ
1942
1943 $ $0 $@
1944
1945_ACEOF
5213506e 1946exec 5>>config.log
1c710c3c
DJ
1947{
1948cat <<_ASUNAME
1949## --------- ##
1950## Platform. ##
1951## --------- ##
1952
1953hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1954uname -m = `(uname -m) 2>/dev/null || echo unknown`
1955uname -r = `(uname -r) 2>/dev/null || echo unknown`
1956uname -s = `(uname -s) 2>/dev/null || echo unknown`
1957uname -v = `(uname -v) 2>/dev/null || echo unknown`
1958
1959/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1960/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1961
1962/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1963/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1964/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
5213506e 1965/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1c710c3c
DJ
1966/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1967/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1968/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1969
1970_ASUNAME
1971
1972as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1973for as_dir in $PATH
1974do
1975 IFS=$as_save_IFS
1976 test -z "$as_dir" && as_dir=.
5213506e
RW
1977 $as_echo "PATH: $as_dir"
1978 done
1979IFS=$as_save_IFS
1c710c3c
DJ
1980
1981} >&5
1982
1983cat >&5 <<_ACEOF
1984
1985
1986## ----------- ##
1987## Core tests. ##
1988## ----------- ##
1989
1990_ACEOF
1991
1992
1993# Keep a trace of the command line.
1994# Strip out --no-create and --no-recursion so they do not pile up.
1995# Strip out --silent because we don't want to record it for future runs.
1996# Also quote any args containing shell meta-characters.
1997# Make two passes to allow for proper duplicate-argument suppression.
1998ac_configure_args=
1999ac_configure_args0=
2000ac_configure_args1=
1c710c3c
DJ
2001ac_must_keep_next=false
2002for ac_pass in 1 2
2003do
2004 for ac_arg
2005 do
2006 case $ac_arg in
2007 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2008 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2009 | -silent | --silent | --silen | --sile | --sil)
2010 continue ;;
5213506e
RW
2011 *\'*)
2012 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
2013 esac
2014 case $ac_pass in
5213506e 2015 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1c710c3c 2016 2)
5213506e 2017 as_fn_append ac_configure_args1 " '$ac_arg'"
1c710c3c
DJ
2018 if test $ac_must_keep_next = true; then
2019 ac_must_keep_next=false # Got value, back to normal.
2020 else
2021 case $ac_arg in
2022 *=* | --config-cache | -C | -disable-* | --disable-* \
2023 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2024 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2025 | -with-* | --with-* | -without-* | --without-* | --x)
2026 case "$ac_configure_args0 " in
2027 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2028 esac
2029 ;;
2030 -* ) ac_must_keep_next=true ;;
2031 esac
2032 fi
5213506e 2033 as_fn_append ac_configure_args " '$ac_arg'"
1c710c3c
DJ
2034 ;;
2035 esac
2036 done
2037done
5213506e
RW
2038{ ac_configure_args0=; unset ac_configure_args0;}
2039{ ac_configure_args1=; unset ac_configure_args1;}
1c710c3c
DJ
2040
2041# When interrupted or exit'd, cleanup temporary files, and complete
2042# config.log. We remove comments because anyway the quotes in there
2043# would cause problems or look ugly.
5213506e
RW
2044# WARNING: Use '\'' to represent an apostrophe within the trap.
2045# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1c710c3c
DJ
2046trap 'exit_status=$?
2047 # Save into config.log some information that might help in debugging.
2048 {
2049 echo
2050
22e05272 2051 $as_echo "## ---------------- ##
1c710c3c 2052## Cache variables. ##
22e05272 2053## ---------------- ##"
1c710c3c
DJ
2054 echo
2055 # The following way of writing the cache mishandles newlines in values,
5213506e
RW
2056(
2057 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2058 eval ac_val=\$$ac_var
2059 case $ac_val in #(
2060 *${as_nl}*)
2061 case $ac_var in #(
2062 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2063$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2064 esac
2065 case $ac_var in #(
2066 _ | IFS | as_nl) ;; #(
2067 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2068 *) { eval $ac_var=; unset $ac_var;} ;;
2069 esac ;;
2070 esac
2071 done
1c710c3c 2072 (set) 2>&1 |
5213506e
RW
2073 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2074 *${as_nl}ac_space=\ *)
1c710c3c 2075 sed -n \
5213506e
RW
2076 "s/'\''/'\''\\\\'\'''\''/g;
2077 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2078 ;; #(
1c710c3c 2079 *)
5213506e 2080 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 2081 ;;
5213506e
RW
2082 esac |
2083 sort
2084)
1c710c3c
DJ
2085 echo
2086
22e05272 2087 $as_echo "## ----------------- ##
1c710c3c 2088## Output variables. ##
22e05272 2089## ----------------- ##"
1c710c3c
DJ
2090 echo
2091 for ac_var in $ac_subst_vars
2092 do
5213506e
RW
2093 eval ac_val=\$$ac_var
2094 case $ac_val in
2095 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2096 esac
2097 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2098 done | sort
2099 echo
2100
2101 if test -n "$ac_subst_files"; then
22e05272 2102 $as_echo "## ------------------- ##
5213506e 2103## File substitutions. ##
22e05272 2104## ------------------- ##"
1c710c3c
DJ
2105 echo
2106 for ac_var in $ac_subst_files
2107 do
5213506e
RW
2108 eval ac_val=\$$ac_var
2109 case $ac_val in
2110 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2111 esac
2112 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2113 done | sort
2114 echo
2115 fi
2116
2117 if test -s confdefs.h; then
22e05272 2118 $as_echo "## ----------- ##
1c710c3c 2119## confdefs.h. ##
22e05272 2120## ----------- ##"
1c710c3c 2121 echo
5213506e 2122 cat confdefs.h
1c710c3c
DJ
2123 echo
2124 fi
2125 test "$ac_signal" != 0 &&
5213506e
RW
2126 $as_echo "$as_me: caught signal $ac_signal"
2127 $as_echo "$as_me: exit $exit_status"
1c710c3c 2128 } >&5
5213506e
RW
2129 rm -f core *.core core.conftest.* &&
2130 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1c710c3c 2131 exit $exit_status
5213506e 2132' 0
1c710c3c 2133for ac_signal in 1 2 13 15; do
5213506e 2134 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1c710c3c
DJ
2135done
2136ac_signal=0
2137
2138# confdefs.h avoids OS command line length limits that DEFS can exceed.
5213506e
RW
2139rm -f -r conftest* confdefs.h
2140
2141$as_echo "/* confdefs.h */" > confdefs.h
1c710c3c
DJ
2142
2143# Predefined preprocessor variables.
2144
2145cat >>confdefs.h <<_ACEOF
2146#define PACKAGE_NAME "$PACKAGE_NAME"
2147_ACEOF
2148
1c710c3c
DJ
2149cat >>confdefs.h <<_ACEOF
2150#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2151_ACEOF
2152
1c710c3c
DJ
2153cat >>confdefs.h <<_ACEOF
2154#define PACKAGE_VERSION "$PACKAGE_VERSION"
2155_ACEOF
0b0dc272 2156
1c710c3c
DJ
2157cat >>confdefs.h <<_ACEOF
2158#define PACKAGE_STRING "$PACKAGE_STRING"
2159_ACEOF
2160
1c710c3c
DJ
2161cat >>confdefs.h <<_ACEOF
2162#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2163_ACEOF
2164
5213506e
RW
2165cat >>confdefs.h <<_ACEOF
2166#define PACKAGE_URL "$PACKAGE_URL"
2167_ACEOF
2168
1c710c3c
DJ
2169
2170# Let the site file select an alternate cache file if it wants to.
5213506e
RW
2171# Prefer an explicitly selected file to automatically selected ones.
2172ac_site_file1=NONE
2173ac_site_file2=NONE
2174if test -n "$CONFIG_SITE"; then
22e05272
JM
2175 # We do not want a PATH search for config.site.
2176 case $CONFIG_SITE in #((
2177 -*) ac_site_file1=./$CONFIG_SITE;;
2178 */*) ac_site_file1=$CONFIG_SITE;;
2179 *) ac_site_file1=./$CONFIG_SITE;;
2180 esac
5213506e
RW
2181elif test "x$prefix" != xNONE; then
2182 ac_site_file1=$prefix/share/config.site
2183 ac_site_file2=$prefix/etc/config.site
2184else
2185 ac_site_file1=$ac_default_prefix/share/config.site
2186 ac_site_file2=$ac_default_prefix/etc/config.site
671aa708 2187fi
5213506e
RW
2188for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2189do
2190 test "x$ac_site_file" = xNONE && continue
22e05272 2191 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
5213506e
RW
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2193$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1c710c3c 2194 sed 's/^/| /' "$ac_site_file" >&5
22e05272
JM
2195 . "$ac_site_file" \
2196 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2197$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2198as_fn_error $? "failed to load site script $ac_site_file
2199See \`config.log' for more details" "$LINENO" 5; }
671aa708
NN
2200 fi
2201done
2202
2203if test -r "$cache_file"; then
22e05272
JM
2204 # Some versions of bash will fail to source /dev/null (special files
2205 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2206 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
5213506e
RW
2207 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2208$as_echo "$as_me: loading cache $cache_file" >&6;}
1c710c3c 2209 case $cache_file in
5213506e
RW
2210 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2211 *) . "./$cache_file";;
1c710c3c
DJ
2212 esac
2213 fi
671aa708 2214else
5213506e
RW
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2216$as_echo "$as_me: creating cache $cache_file" >&6;}
1c710c3c
DJ
2217 >$cache_file
2218fi
2219
2220# Check that the precious variables saved in the cache have kept the same
2221# value.
2222ac_cache_corrupted=false
5213506e 2223for ac_var in $ac_precious_vars; do
1c710c3c
DJ
2224 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2225 eval ac_new_set=\$ac_env_${ac_var}_set
5213506e
RW
2226 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2227 eval ac_new_val=\$ac_env_${ac_var}_value
1c710c3c
DJ
2228 case $ac_old_set,$ac_new_set in
2229 set,)
5213506e
RW
2230 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2231$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1c710c3c
DJ
2232 ac_cache_corrupted=: ;;
2233 ,set)
5213506e
RW
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2235$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1c710c3c
DJ
2236 ac_cache_corrupted=: ;;
2237 ,);;
2238 *)
2239 if test "x$ac_old_val" != "x$ac_new_val"; then
5213506e
RW
2240 # differences in whitespace do not lead to failure.
2241 ac_old_val_w=`echo x $ac_old_val`
2242 ac_new_val_w=`echo x $ac_new_val`
2243 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2244 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2245$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2246 ac_cache_corrupted=:
2247 else
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2249$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2250 eval $ac_var=\$ac_old_val
2251 fi
2252 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2253$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2254 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2255$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1c710c3c
DJ
2256 fi;;
2257 esac
2258 # Pass precious variables to config.status.
2259 if test "$ac_new_set" = set; then
2260 case $ac_new_val in
5213506e 2261 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
2262 *) ac_arg=$ac_var=$ac_new_val ;;
2263 esac
2264 case " $ac_configure_args " in
2265 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
5213506e 2266 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1c710c3c
DJ
2267 esac
2268 fi
2269done
2270if $ac_cache_corrupted; then
5213506e
RW
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2272$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2273 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2274$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
22e05272 2275 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
671aa708 2276fi
5213506e
RW
2277## -------------------- ##
2278## Main body of script. ##
2279## -------------------- ##
671aa708 2280
2aeb72e9
DD
2281ac_ext=c
2282ac_cpp='$CPP $CPPFLAGS'
2283ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2284ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2285ac_compiler_gnu=$ac_cv_c_compiler_gnu
2286
1c710c3c
DJ
2287
2288
2289
1c710c3c
DJ
2290
2291
0115d4a3 2292
1c710c3c 2293
ad33ff57
RW
2294progname=$0
2295# if PWD already has a value, it is probably wrong.
2296if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2297
2298# Export original configure arguments for use by sub-configures.
2299# Quote arguments with shell meta charatcers.
2300TOPLEVEL_CONFIGURE_ARGUMENTS=
2301set -- "$progname" "$@"
2302for ac_arg
2303do
2304 case "$ac_arg" in
2305 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2306 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2307 # if the argument is of the form -foo=baz, quote the baz part only
2308 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2309 *) ;;
2310 esac
2311 # Add the quoted argument to the list.
2312 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2313done
2314if test "$silent" = yes; then
2315 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2316fi
2317# Remove the initial space we just introduced and, as these will be
2318# expanded by make, quote '$'.
2319TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2320
1c710c3c
DJ
2321
2322# Find the build, host, and target systems.
671aa708 2323ac_aux_dir=
5213506e 2324for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
22e05272
JM
2325 if test -f "$ac_dir/install-sh"; then
2326 ac_aux_dir=$ac_dir
2327 ac_install_sh="$ac_aux_dir/install-sh -c"
2328 break
2329 elif test -f "$ac_dir/install.sh"; then
2330 ac_aux_dir=$ac_dir
2331 ac_install_sh="$ac_aux_dir/install.sh -c"
2332 break
2333 elif test -f "$ac_dir/shtool"; then
2334 ac_aux_dir=$ac_dir
2335 ac_install_sh="$ac_aux_dir/shtool install -c"
2336 break
2337 fi
671aa708
NN
2338done
2339if test -z "$ac_aux_dir"; then
22e05272 2340 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
671aa708 2341fi
5213506e
RW
2342
2343# These three variables are undocumented and unsupported,
2344# and are intended to be withdrawn in a future Autoconf release.
2345# They can cause serious problems if a builder's source tree is in a directory
2346# whose full name contains unusual characters.
2347ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2348ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2349ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2350
671aa708 2351
1c710c3c 2352# Make sure we can run config.sub.
5213506e 2353$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
22e05272 2354 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
5213506e
RW
2355
2356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2357$as_echo_n "checking build system type... " >&6; }
22e05272 2358if ${ac_cv_build+:} false; then :
5213506e
RW
2359 $as_echo_n "(cached) " >&6
2360else
2361 ac_build_alias=$build_alias
2362test "x$ac_build_alias" = x &&
2363 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2364test "x$ac_build_alias" = x &&
22e05272 2365 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5213506e 2366ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
22e05272 2367 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5213506e
RW
2368
2369fi
2370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2371$as_echo "$ac_cv_build" >&6; }
2372case $ac_cv_build in
2373*-*-*) ;;
22e05272 2374*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
5213506e 2375esac
1c710c3c 2376build=$ac_cv_build
5213506e
RW
2377ac_save_IFS=$IFS; IFS='-'
2378set x $ac_cv_build
2379shift
2380build_cpu=$1
2381build_vendor=$2
2382shift; shift
2383# Remember, the first character of IFS is used to create $*,
2384# except with old shells:
2385build_os=$*
2386IFS=$ac_save_IFS
2387case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
671aa708 2388
671aa708 2389
1c710c3c
DJ
2390 case ${build_alias} in
2391 "") build_noncanonical=${build} ;;
2392 *) build_noncanonical=${build_alias} ;;
af71363e
AS
2393esac
2394
2395
af71363e 2396
1c710c3c
DJ
2397 case ${host_alias} in
2398 "") host_noncanonical=${build_noncanonical} ;;
2399 *) host_noncanonical=${host_alias} ;;
af71363e
AS
2400esac
2401
af71363e 2402
1c710c3c
DJ
2403
2404 case ${target_alias} in
2405 "") target_noncanonical=${host_noncanonical} ;;
2406 *) target_noncanonical=${target_alias} ;;
af71363e
AS
2407esac
2408
af71363e 2409
1c710c3c
DJ
2410
2411
2412test "$host_noncanonical" = "$target_noncanonical" &&
671aa708
NN
2413 test "$program_prefix$program_suffix$program_transform_name" = \
2414 NONENONEs,x,x, &&
1c710c3c 2415 program_transform_name=s,y,y,
af71363e 2416
5213506e
RW
2417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2418$as_echo_n "checking host system type... " >&6; }
22e05272 2419if ${ac_cv_host+:} false; then :
5213506e 2420 $as_echo_n "(cached) " >&6
af71363e 2421else
5213506e
RW
2422 if test "x$host_alias" = x; then
2423 ac_cv_host=$ac_cv_build
2424else
2425 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
22e05272 2426 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5213506e 2427fi
1c710c3c 2428
af71363e 2429fi
5213506e
RW
2430{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2431$as_echo "$ac_cv_host" >&6; }
2432case $ac_cv_host in
2433*-*-*) ;;
22e05272 2434*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
5213506e 2435esac
1c710c3c 2436host=$ac_cv_host
5213506e
RW
2437ac_save_IFS=$IFS; IFS='-'
2438set x $ac_cv_host
2439shift
2440host_cpu=$1
2441host_vendor=$2
2442shift; shift
2443# Remember, the first character of IFS is used to create $*,
2444# except with old shells:
2445host_os=$*
2446IFS=$ac_save_IFS
2447case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2aeb72e9
DD
2448
2449
5213506e
RW
2450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2451$as_echo_n "checking target system type... " >&6; }
22e05272 2452if ${ac_cv_target+:} false; then :
5213506e 2453 $as_echo_n "(cached) " >&6
1c710c3c 2454else
5213506e
RW
2455 if test "x$target_alias" = x; then
2456 ac_cv_target=$ac_cv_host
2457else
2458 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
22e05272 2459 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5213506e 2460fi
1c710c3c
DJ
2461
2462fi
5213506e
RW
2463{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2464$as_echo "$ac_cv_target" >&6; }
2465case $ac_cv_target in
2466*-*-*) ;;
22e05272 2467*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
5213506e 2468esac
1c710c3c 2469target=$ac_cv_target
5213506e
RW
2470ac_save_IFS=$IFS; IFS='-'
2471set x $ac_cv_target
2472shift
2473target_cpu=$1
2474target_vendor=$2
2475shift; shift
2476# Remember, the first character of IFS is used to create $*,
2477# except with old shells:
2478target_os=$*
2479IFS=$ac_save_IFS
2480case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1c710c3c
DJ
2481
2482
2483# The aliases save the names the user supplied, while $host etc.
2484# will get canonicalized.
2485test -n "$target_alias" &&
2486 test "$program_prefix$program_suffix$program_transform_name" = \
2487 NONENONEs,x,x, &&
2488 program_prefix=${target_alias}-
5213506e 2489
671aa708 2490test "$program_prefix" != NONE &&
5213506e 2491 program_transform_name="s&^&$program_prefix&;$program_transform_name"
671aa708
NN
2492# Use a double $ so make ignores it.
2493test "$program_suffix" != NONE &&
5213506e
RW
2494 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2495# Double any \ or $.
1c710c3c 2496# By default was `s,x,x', remove it if useless.
5213506e
RW
2497ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2498program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
af71363e 2499
671aa708
NN
2500
2501
775956d0
NN
2502# Get 'install' or 'install-sh' and its variants.
2503# Find a good install program. We prefer a C program (faster),
2504# so one script is as good as another. But avoid the broken or
2505# incompatible versions:
2506# SysV /etc/install, /usr/sbin/install
2507# SunOS /usr/etc/install
2508# IRIX /sbin/install
2509# AIX /bin/install
1c710c3c 2510# AmigaOS /C/install, which installs bootblocks on floppy discs
775956d0
NN
2511# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2512# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2513# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1c710c3c 2514# OS/2's system install, which has a completely different semantic
775956d0 2515# ./install, which can be erroneously created by make from ./install.sh.
38d24731 2516# Reject install programs that cannot install multiple files.
5213506e
RW
2517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2518$as_echo_n "checking for a BSD-compatible install... " >&6; }
775956d0 2519if test -z "$INSTALL"; then
22e05272 2520if ${ac_cv_path_install+:} false; then :
5213506e 2521 $as_echo_n "(cached) " >&6
1c710c3c
DJ
2522else
2523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2524for as_dir in $PATH
2525do
2526 IFS=$as_save_IFS
2527 test -z "$as_dir" && as_dir=.
5213506e
RW
2528 # Account for people who put trailing slashes in PATH elements.
2529case $as_dir/ in #((
2530 ./ | .// | /[cC]/* | \
1c710c3c 2531 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5213506e 2532 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1c710c3c
DJ
2533 /usr/ucb/* ) ;;
2534 *)
2535 # OSF1 and SCO ODT 3.0 have their own names for install.
2536 # Don't use installbsd from OSF since it installs stuff as root
2537 # by default.
2538 for ac_prog in ginstall scoinst install; do
2539 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2540 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
775956d0 2541 if test $ac_prog = install &&
1c710c3c 2542 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
775956d0
NN
2543 # AIX install. It has an incompatible calling convention.
2544 :
1c710c3c
DJ
2545 elif test $ac_prog = install &&
2546 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2547 # program-specific install script used by HP pwplus--don't use.
2548 :
775956d0 2549 else
38d24731
RW
2550 rm -rf conftest.one conftest.two conftest.dir
2551 echo one > conftest.one
2552 echo two > conftest.two
2553 mkdir conftest.dir
2554 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2555 test -s conftest.one && test -s conftest.two &&
2556 test -s conftest.dir/conftest.one &&
2557 test -s conftest.dir/conftest.two
2558 then
2559 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2560 break 3
2561 fi
775956d0
NN
2562 fi
2563 fi
2564 done
1c710c3c
DJ
2565 done
2566 ;;
2567esac
5213506e
RW
2568
2569 done
2570IFS=$as_save_IFS
1c710c3c 2571
38d24731 2572rm -rf conftest.one conftest.two conftest.dir
775956d0
NN
2573
2574fi
2575 if test "${ac_cv_path_install+set}" = set; then
1c710c3c 2576 INSTALL=$ac_cv_path_install
775956d0 2577 else
38d24731
RW
2578 # As a last resort, use the slow shell script. Don't cache a
2579 # value for INSTALL within a source directory, because that will
775956d0 2580 # break other packages using the cache if that directory is
38d24731 2581 # removed, or if the value is a relative name.
1c710c3c 2582 INSTALL=$ac_install_sh
775956d0
NN
2583 fi
2584fi
5213506e
RW
2585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2586$as_echo "$INSTALL" >&6; }
775956d0
NN
2587
2588# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2589# It thinks the first close brace ends the variable substitution.
2590test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2591
1c710c3c 2592test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
775956d0
NN
2593
2594test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2595
5213506e
RW
2596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2597$as_echo_n "checking whether ln works... " >&6; }
22e05272 2598if ${acx_cv_prog_LN+:} false; then :
5213506e 2599 $as_echo_n "(cached) " >&6
ad6717df
PB
2600else
2601 rm -f conftestdata_t
2602echo >conftestdata_f
2603if ln conftestdata_f conftestdata_t 2>/dev/null
2604then
2605 acx_cv_prog_LN=ln
2606else
2607 acx_cv_prog_LN=no
2608fi
2609rm -f conftestdata_f conftestdata_t
2610
2611fi
2612if test $acx_cv_prog_LN = no; then
2613 LN="cp"
5213506e
RW
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2615$as_echo "no, using $LN" >&6; }
ad6717df
PB
2616else
2617 LN="$acx_cv_prog_LN"
5213506e
RW
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2619$as_echo "yes" >&6; }
ad6717df
PB
2620fi
2621
5213506e
RW
2622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2623$as_echo_n "checking whether ln -s works... " >&6; }
1c710c3c
DJ
2624LN_S=$as_ln_s
2625if test "$LN_S" = "ln -s"; then
5213506e
RW
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2627$as_echo "yes" >&6; }
fb0103e5 2628else
5213506e
RW
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2630$as_echo "no, using $LN_S" >&6; }
148907ea
PB
2631fi
2632
87264276
PB
2633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2634$as_echo_n "checking for a sed that does not truncate output... " >&6; }
22e05272 2635if ${ac_cv_path_SED+:} false; then :
87264276
PB
2636 $as_echo_n "(cached) " >&6
2637else
2638 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2639 for ac_i in 1 2 3 4 5 6 7; do
2640 ac_script="$ac_script$as_nl$ac_script"
2641 done
2642 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2643 { ac_script=; unset ac_script;}
2644 if test -z "$SED"; then
2645 ac_path_SED_found=false
2646 # Loop through the user's path and test for each of PROGNAME-LIST
2647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2648for as_dir in $PATH
2649do
2650 IFS=$as_save_IFS
2651 test -z "$as_dir" && as_dir=.
2652 for ac_prog in sed gsed; do
2653 for ac_exec_ext in '' $ac_executable_extensions; do
2654 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
22e05272 2655 as_fn_executable_p "$ac_path_SED" || continue
87264276
PB
2656# Check for GNU ac_path_SED and select it if it is found.
2657 # Check for GNU $ac_path_SED
2658case `"$ac_path_SED" --version 2>&1` in
2659*GNU*)
2660 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2661*)
2662 ac_count=0
2663 $as_echo_n 0123456789 >"conftest.in"
2664 while :
2665 do
2666 cat "conftest.in" "conftest.in" >"conftest.tmp"
2667 mv "conftest.tmp" "conftest.in"
2668 cp "conftest.in" "conftest.nl"
2669 $as_echo '' >> "conftest.nl"
2670 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2671 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2672 as_fn_arith $ac_count + 1 && ac_count=$as_val
2673 if test $ac_count -gt ${ac_path_SED_max-0}; then
2674 # Best one so far, save it but keep looking for a better one
2675 ac_cv_path_SED="$ac_path_SED"
2676 ac_path_SED_max=$ac_count
2677 fi
2678 # 10*(2^10) chars as input seems more than enough
2679 test $ac_count -gt 10 && break
2680 done
2681 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2682esac
2683
2684 $ac_path_SED_found && break 3
2685 done
2686 done
2687 done
2688IFS=$as_save_IFS
2689 if test -z "$ac_cv_path_SED"; then
22e05272 2690 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
87264276
PB
2691 fi
2692else
2693 ac_cv_path_SED=$SED
2694fi
2695
2696fi
2697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2698$as_echo "$ac_cv_path_SED" >&6; }
2699 SED="$ac_cv_path_SED"
2700 rm -f conftest.sed
2701
2702for ac_prog in gawk mawk nawk awk
2703do
2704 # Extract the first word of "$ac_prog", so it can be a program name with args.
2705set dummy $ac_prog; ac_word=$2
2706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2707$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2708if ${ac_cv_prog_AWK+:} false; then :
87264276
PB
2709 $as_echo_n "(cached) " >&6
2710else
2711 if test -n "$AWK"; then
2712 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2713else
2714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2715for as_dir in $PATH
2716do
2717 IFS=$as_save_IFS
2718 test -z "$as_dir" && as_dir=.
2719 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2720 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
87264276
PB
2721 ac_cv_prog_AWK="$ac_prog"
2722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2723 break 2
2724 fi
2725done
2726 done
2727IFS=$as_save_IFS
2728
2729fi
2730fi
2731AWK=$ac_cv_prog_AWK
2732if test -n "$AWK"; then
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2734$as_echo "$AWK" >&6; }
2735else
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2737$as_echo "no" >&6; }
2738fi
2739
2740
2741 test -n "$AWK" && break
2742done
2743
775956d0 2744
ee6a22df
L
2745srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2746
2747# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2748# a relative path.
2749if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2750 INSTALL="${srcpwd}/install-sh -c"
2751fi
2752
671aa708
NN
2753# Set srcdir to "." if that's what it is.
2754# This is important for multilib support.
2755pwd=`${PWDCMD-pwd}`
671aa708
NN
2756if test "${pwd}" = "${srcpwd}" ; then
2757 srcdir=.
79c06341
JL
2758fi
2759
671aa708 2760topsrcdir=$srcpwd
5d4a5ee6 2761
671aa708 2762extra_host_args=
afabd8e6 2763
671aa708
NN
2764### To add a new directory to the tree, first choose whether it is a target
2765### or a host dependent tool. Then put it into the appropriate list
2766### (library or tools, host or target), doing a dependency sort.
79c06341 2767
1c710c3c 2768# Subdirs will be configured in the order listed in build_configdirs,
671aa708 2769# configdirs, or target_configdirs; see the serialization section below.
79c06341 2770
1c710c3c
DJ
2771# Dependency sorting is only needed when *configuration* must be done in
2772# a particular order. In all cases a dependency should be specified in
671aa708 2773# the Makefile, whether or not it's implicitly specified here.
79c06341 2774
671aa708
NN
2775# Double entries in build_configdirs, configdirs, or target_configdirs may
2776# cause circular dependencies and break everything horribly.
79c06341 2777
23f6b2f9
PB
2778# these library is used by various programs built for the build
2779# environment
2780#
929315a9 2781build_libs="build-libiberty build-libcpp"
23f6b2f9
PB
2782
2783# these tools are built for the build environment
85bfb75e 2784build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
23f6b2f9 2785
671aa708 2786# these libraries are used by various programs built for the host environment
eae1a5d4 2787#f
de6abd85 2788host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv libctf"
671aa708 2789
671aa708
NN
2790# these tools are built for the host environment
2791# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2792# know that we are building the simulator.
2793# binutils, gas and ld appear in that order because it makes sense to run
2794# "make check" in that particular order.
38e3d868 2795# If --enable-gold is used, "gold" may replace "ld".
f9d09df0 2796host_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"
671aa708 2797
671aa708
NN
2798# these libraries are built for the target environment, and are built after
2799# the host libraries and the host tools (which may be a cross compiler)
8499116a 2800# Note that libiberty is not a target library.
291f172e 2801target_libraries="target-libgcc \
eff02e4f 2802 target-libbacktrace \
671aa708
NN
2803 target-libgloss \
2804 target-newlib \
6d3b5aea 2805 target-libgomp \
5f520819 2806 target-liboffloadmic \
5fd1486c 2807 target-libhsail-rt \
48310492 2808 target-libatomic \
0a35513e 2809 target-libitm \
cb543528 2810 target-libstdc++-v3 \
f35db108 2811 target-libsanitizer \
2077db1b 2812 target-libvtv \
77008252 2813 target-libssp \
1ec601bf 2814 target-libquadmath \
6de9cd9a 2815 target-libgfortran \
012447ea 2816 target-libffi \
d9cdb878 2817 target-libobjc \
632e2a07 2818 target-libada \
b4c522fa 2819 target-libgo \
bb50312e
IB
2820 target-libphobos \
2821 target-zlib"
671aa708 2822
4dbda6f0
NN
2823# these tools are built using the target libraries, and are intended to
2824# run only in the target environment
671aa708 2825#
4dbda6f0 2826# note: any program that *uses* libraries that are in the "target_libraries"
1bcce263 2827# list belongs in this list.
671aa708 2828#
85bfb75e 2829target_tools="target-rda"
79c06341 2830
671aa708 2831################################################################################
79c06341 2832
671aa708
NN
2833## All tools belong in one of the four categories, and are assigned above
2834## We assign ${configdirs} this way to remove all embedded newlines. This
2835## is important because configure will choke if they ever get through.
2836## ${configdirs} is directories we build using the host tools.
2837## ${target_configdirs} is directories we build using the target tools.
671aa708 2838configdirs=`echo ${host_libs} ${host_tools}`
4dbda6f0 2839target_configdirs=`echo ${target_libraries} ${target_tools}`
71b5d516 2840build_configdirs=`echo ${build_libs} ${build_tools}`
8b87bb96 2841
ac9e6043
RW
2842
2843
671aa708 2844################################################################################
79c06341 2845
671aa708 2846srcname="gnu development package"
79c06341 2847
671aa708
NN
2848# This gets set non-empty for some net releases of packages.
2849appdirs=""
79c06341 2850
671aa708
NN
2851# Define is_cross_compiler to save on calls to 'test'.
2852is_cross_compiler=
2853if test x"${host}" = x"${target}" ; then
2854 is_cross_compiler=no
79c06341 2855else
671aa708 2856 is_cross_compiler=yes
1c710c3c 2857fi
79c06341 2858
b4acb5ef 2859# Find the build and target subdir names.
8b87bb96 2860
2e9e6f68
DJ
2861# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2862# have matching libraries, they should use host libraries: Makefile.tpl
2863# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2864# However, they still use the build modules, because the corresponding
2865# host modules (e.g. bison) are only built for the host when bootstrap
2866# finishes. So:
2867# - build_subdir is where we find build modules, and never changes.
2868# - build_libsubdir is where we find build libraries, and can be overridden.
2869
2870# Prefix 'build-' so this never conflicts with target_subdir.
8b87bb96 2871build_subdir="build-${build_noncanonical}"
1c710c3c 2872
5213506e
RW
2873# Check whether --with-build-libsubdir was given.
2874if test "${with_build_libsubdir+set}" = set; then :
2875 withval=$with_build_libsubdir; build_libsubdir="$withval"
2e9e6f68
DJ
2876else
2877 build_libsubdir="$build_subdir"
5213506e
RW
2878fi
2879
215c351a
PB
2880# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2881if ( test $srcdir = . && test -d gcc ) \
2882 || test -d $srcdir/../host-${host_noncanonical}; then
2883 host_subdir="host-${host_noncanonical}"
2884else
2885 host_subdir=.
2886fi
8b87bb96
NN
2887# No prefix.
2888target_subdir=${target_noncanonical}
1c710c3c 2889
0db770bd
RW
2890# Be sure to cover against remnants of an in-tree build.
2891if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
22e05272 2892 as_fn_error $? "building out of tree but $srcdir contains host-${host_noncanonical}.
0db770bd
RW
2893Use a pristine source tree when building in a separate tree" "$LINENO" 5
2894fi
79c06341 2895
671aa708
NN
2896# Skipdirs are removed silently.
2897skipdirs=
2898# Noconfigdirs are removed loudly.
2899noconfigdirs=""
79c06341 2900
671aa708
NN
2901use_gnu_ld=
2902# Make sure we don't let GNU ld be added if we didn't want it.
2903if test x$with_gnu_ld = xno ; then
2904 use_gnu_ld=no
5afab7ad 2905 noconfigdirs="$noconfigdirs ld gold"
79c06341
JL
2906fi
2907
671aa708
NN
2908use_gnu_as=
2909# Make sure we don't let GNU as be added if we didn't want it.
2910if test x$with_gnu_as = xno ; then
2911 use_gnu_as=no
2912 noconfigdirs="$noconfigdirs gas"
79c06341
JL
2913fi
2914
d7f09764 2915use_included_zlib=
a05c2c75
L
2916
2917# Check whether --with-system-zlib was given.
2918if test "${with_system_zlib+set}" = set; then :
2919 withval=$with_system_zlib;
2920fi
2921
d7f09764
DN
2922# Make sure we don't let ZLIB be added if we didn't want it.
2923if test x$with_system_zlib = xyes ; then
2924 use_included_zlib=no
2925 noconfigdirs="$noconfigdirs zlib"
2926fi
2927
1c710c3c 2928# some tools are so dependent upon X11 that if we're not building with X,
671aa708 2929# it's not even worth trying to configure, much less build, that tool.
79c06341 2930
671aa708
NN
2931case ${with_x} in
2932 yes | "") ;; # the default value for this tree is that X11 is available
2933 no)
b4f96efe 2934 skipdirs="${skipdirs} tk itcl libgui"
671aa708 2935 # We won't be able to build gdbtk without X.
1c710c3c 2936 enable_gdbtk=no
671aa708
NN
2937 ;;
2938 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2939esac
79c06341 2940
1bcce263 2941# Some are only suitable for cross toolchains.
671aa708
NN
2942# Remove these if host=target.
2943cross_only="target-libgloss target-newlib target-opcodes"
2944
2945case $is_cross_compiler in
2946 no) skipdirs="${skipdirs} ${cross_only}" ;;
671aa708 2947esac
79c06341 2948
671aa708
NN
2949# If both --with-headers and --with-libs are specified, default to
2950# --without-newlib.
ee6a22df
L
2951if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2952 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
671aa708
NN
2953 if test x"${with_newlib}" = x ; then
2954 with_newlib=no
2955 fi
79c06341
JL
2956fi
2957
671aa708
NN
2958# Recognize --with-newlib/--without-newlib.
2959case ${with_newlib} in
2960 no) skipdirs="${skipdirs} target-newlib" ;;
2961 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2962esac
79c06341 2963
85c64bbe
BS
2964# Check whether --enable-as-accelerator-for was given.
2965if test "${enable_as_accelerator_for+set}" = set; then :
4b4f2e35 2966 enableval=$enable_as_accelerator_for;
85c64bbe
BS
2967fi
2968
2969
2970# Check whether --enable-offload-targets was given.
2971if test "${enable_offload_targets+set}" = set; then :
2972 enableval=$enable_offload_targets;
2973 if test x"$enable_offload_targets" = x; then
22e05272 2974 as_fn_error $? "no offload targets specified" "$LINENO" 5
85c64bbe
BS
2975 fi
2976
2977else
2978 enable_offload_targets=
2979fi
2980
2981
21539e2e
MK
2982# Handle --enable-gold, --enable-ld.
2983# --disable-gold [--enable-ld]
2984# Build only ld. Default option.
9580395f
L
2985# --enable-gold [--enable-ld]
2986# Build both gold and ld. Install gold as "ld.gold", install ld
2987# as "ld.bfd" and "ld".
2988# --enable-gold=default [--enable-ld]
21539e2e
MK
2989# Build both gold and ld. Install gold as "ld.gold" and "ld",
2990# install ld as "ld.bfd".
2991# --enable-gold[=default] --disable-ld
2992# Build only gold, which is then installed as both "ld.gold" and "ld".
2993# --enable-gold --enable-ld=default
9580395f
L
2994# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2995# and ld.bfd).
21539e2e
MK
2996# In other words, ld is default
2997# --enable-gold=default --enable-ld=default
2998# Error.
2999
3000default_ld=
5213506e
RW
3001# Check whether --enable-gold was given.
3002if test "${enable_gold+set}" = set; then :
3003 enableval=$enable_gold; ENABLE_GOLD=$enableval
5afab7ad
ILT
3004else
3005 ENABLE_GOLD=no
5213506e
RW
3006fi
3007
21539e2e
MK
3008case "${ENABLE_GOLD}" in
3009 yes|default)
38e3d868
RM
3010 # Check for ELF target.
3011 is_elf=no
3012 case "${target}" in
3013 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
0e76460f 3014 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
8c6d158a 3015 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
ff4b7a7e 3016 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
38e3d868
RM
3017 case "${target}" in
3018 *-*-linux*aout* | *-*-linux*oldld*)
3019 ;;
3020 *)
3021 is_elf=yes
3022 ;;
3023 esac
3024 esac
3025
3026 if test "$is_elf" = "yes"; then
3027 # Check for target supported by gold.
5afab7ad 3028 case "${target}" in
7705dfd1 3029 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
1b858e76 3030 | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
21539e2e
MK
3031 configdirs="$configdirs gold"
3032 if test x${ENABLE_GOLD} = xdefault; then
3033 default_ld=gold
3034 fi
38e3d868 3035 ENABLE_GOLD=yes
5afab7ad
ILT
3036 ;;
3037 esac
38e3d868
RM
3038 fi
3039 ;;
3040 no)
3041 ;;
3042 *)
22e05272 3043 as_fn_error $? "invalid --enable-gold argument" "$LINENO" 5
38e3d868 3044 ;;
21539e2e
MK
3045esac
3046
3047# Check whether --enable-ld was given.
3048if test "${enable_ld+set}" = set; then :
3049 enableval=$enable_ld; ENABLE_LD=$enableval
3050else
3051 ENABLE_LD=yes
3052fi
3053
3054
3055case "${ENABLE_LD}" in
3056 default)
9580395f 3057 if test x${default_ld} != x; then
22e05272 3058 as_fn_error $? "either gold or ld can be the default ld" "$LINENO" 5
21539e2e
MK
3059 fi
3060 ;;
3061 yes)
3062 ;;
3063 no)
3064 if test x${ENABLE_GOLD} != xyes; then
3065 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3066$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3067 fi
3068 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3069 ;;
3070 *)
22e05272 3071 as_fn_error $? "invalid --enable-ld argument" "$LINENO" 5
21539e2e
MK
3072 ;;
3073esac
5afab7ad 3074
78edb32f
L
3075# PR gas/19109
3076# Decide the default method for compressing debug sections.
3077# Provide a configure time option to override our default.
3078# Check whether --enable-compressed_debug_sections was given.
3079if test "${enable_compressed_debug_sections+set}" = set; then :
3080 enableval=$enable_compressed_debug_sections;
3081 if test x"$enable_compressed_debug_sections" = xyes; then
22e05272 3082 as_fn_error $? "no program with compressed debug sections specified" "$LINENO" 5
78edb32f
L
3083 fi
3084
3085else
3086 enable_compressed_debug_sections=
3087fi
3088
3089
671aa708 3090# Configure extra directories which are host specific
79c06341 3091
671aa708
NN
3092case "${host}" in
3093 *-cygwin*)
3094 configdirs="$configdirs libtermcap" ;;
3095esac
79c06341 3096
4fab7234
HPN
3097# A target can indicate whether a language isn't supported for some reason.
3098# Only spaces may be used in this macro; not newlines or tabs.
3099unsupported_languages=
3100
1c710c3c 3101# Remove more programs from consideration, based on the host or
671aa708
NN
3102# target this usually means that a port of the program doesn't
3103# exist yet.
ec8d6ddc 3104
671aa708 3105case "${host}" in
111eeb6e 3106 i[3456789]86-*-msdosdjgpp*)
c9bdb152 3107 noconfigdirs="$noconfigdirs tcl tk itcl"
671aa708 3108 ;;
671aa708 3109esac
ec8d6ddc 3110
6de9cd9a 3111
87e6d9dc
TB
3112# Check whether --enable-libquadmath was given.
3113if test "${enable_libquadmath+set}" = set; then :
3114 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3115else
3116 ENABLE_LIBQUADMATH=yes
3117fi
3118
3119if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3120 noconfigdirs="$noconfigdirs target-libquadmath"
3121fi
3122
3123
3124# Check whether --enable-libquadmath-support was given.
3125if test "${enable_libquadmath_support+set}" = set; then :
3126 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3127else
3128 ENABLE_LIBQUADMATH_SUPPORT=yes
3129fi
3130
3131enable_libquadmath_support=
3132if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3133 enable_libquadmath_support=no
3134fi
3135
3136
5213506e
RW
3137# Check whether --enable-libada was given.
3138if test "${enable_libada+set}" = set; then :
3139 enableval=$enable_libada; ENABLE_LIBADA=$enableval
d9cdb878
AC
3140else
3141 ENABLE_LIBADA=yes
5213506e
RW
3142fi
3143
d9cdb878 3144if test "${ENABLE_LIBADA}" != "yes" ; then
5395b47b 3145 noconfigdirs="$noconfigdirs gnattools"
d9cdb878
AC
3146fi
3147
5213506e
RW
3148# Check whether --enable-libssp was given.
3149if test "${enable_libssp+set}" = set; then :
3150 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
ef0087a7
KH
3151else
3152 ENABLE_LIBSSP=yes
5213506e
RW
3153fi
3154
ef0087a7 3155
1873ec0c
L
3156# Check whether --enable-libstdcxx was given.
3157if test "${enable_libstdcxx+set}" = set; then :
3158 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3159else
3160 ENABLE_LIBSTDCXX=default
3161fi
3162
3163if test "${ENABLE_LIBSTDCXX}" = "no" ; then
1007a55c 3164 noconfigdirs="$noconfigdirs target-libstdc++-v3"
1873ec0c
L
3165fi
3166
5f520819
KY
3167# If this is accelerator compiler and its target is intelmic we enable
3168# target liboffloadmic by default. If this is compiler with offloading
3169# for intelmic we enable host liboffloadmic by default. Otherwise
3170# liboffloadmic is disabled by default.
3171# Check whether --enable-liboffloadmic was given.
3172if test "${enable_liboffloadmic+set}" = set; then :
3173 enableval=$enable_liboffloadmic; case "$enableval" in
3174 no | host | target)
3175 enable_liboffloadmic=$enableval ;;
3176 *)
22e05272 3177 as_fn_error $? "--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
5f520819
KY
3178esac
3179else
4b4f2e35 3180 if test x"$enable_as_accelerator_for" != x; then
5f520819
KY
3181 case "${target}" in
3182 *-intelmic-* | *-intelmicemul-*)
3183 enable_liboffloadmic=target
3184 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=target"
3185 ;;
3186 *)
3187 enable_liboffloadmic=no
3188 ;;
3189 esac
3190else
3191 case "${enable_offload_targets}" in
3192 *-intelmic-* | *-intelmicemul-*)
3193 enable_liboffloadmic=host
3194 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=host"
3195 ;;
3196 *)
3197 enable_liboffloadmic=no
3198 ;;
3199 esac
3200fi
3201fi
3202
3203
3204
44a7d18d 3205# Enable libgomp by default on hosted POSIX systems, and a few others.
27079765 3206if test x$enable_libgomp = x ; then
953ff289 3207 case "${target}" in
416ac4d4 3208 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
953ff289 3209 ;;
8c6d158a 3210 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
953ff289 3211 ;;
b24513a1 3212 *-*-solaris2* | *-*-hpux11*)
953ff289 3213 ;;
cac90078 3214 *-*-darwin* | *-*-aix*)
953ff289 3215 ;;
29b1533a 3216 nvptx*-*-* | amdgcn*-*-*)
44a7d18d 3217 ;;
953ff289
DN
3218 *)
3219 noconfigdirs="$noconfigdirs target-libgomp"
3220 ;;
3221 esac
27079765 3222fi
953ff289 3223
48310492
RH
3224# Disable libatomic on unsupported systems.
3225if test -d ${srcdir}/libatomic; then
3226 if test x$enable_libatomic = x; then
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3228$as_echo_n "checking for libatomic support... " >&6; }
3229 if (srcdir=${srcdir}/libatomic; \
3230 . ${srcdir}/configure.tgt; \
3231 test -n "$UNSUPPORTED")
3232 then
3233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3234$as_echo "no" >&6; }
3235 noconfigdirs="$noconfigdirs target-libatomic"
3236 else
3237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3238$as_echo "yes" >&6; }
3239 fi
3240 fi
3241fi
3242
5f520819
KY
3243# Disable liboffloadmic on unsupported systems.
3244if test -d ${srcdir}/liboffloadmic; then
3245 if test x$enable_liboffloadmic != xno; then
3246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3247$as_echo_n "checking for liboffloadmic support... " >&6; }
3248 if (srcdir=${srcdir}/liboffloadmic; \
3249 . ${srcdir}/configure.tgt; \
3250 test -n "$UNSUPPORTED")
3251 then
3252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3253$as_echo "no" >&6; }
3254 noconfigdirs="$noconfigdirs target-liboffloadmic"
3255 else
3256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3257$as_echo "yes" >&6; }
3258 fi
3259 fi
3260fi
3261
e948157d
RH
3262# Disable libitm on unsupported systems.
3263if test -d ${srcdir}/libitm; then
3264 if test x$enable_libitm = x; then
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
01f3428c 3266$as_echo_n "checking for libitm support... " >&6; }
e948157d
RH
3267 if (srcdir=${srcdir}/libitm; \
3268 . ${srcdir}/configure.tgt; \
3269 test -n "$UNSUPPORTED")
3270 then
3271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
01f3428c 3272$as_echo "no" >&6; }
e948157d
RH
3273 noconfigdirs="$noconfigdirs target-libitm"
3274 else
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
01f3428c 3276$as_echo "yes" >&6; }
e948157d
RH
3277 fi
3278 fi
0a35513e
AH
3279fi
3280
93bf5390
RH
3281# Disable libsanitizer on unsupported systems.
3282if test -d ${srcdir}/libsanitizer; then
3283 if test x$enable_libsanitizer = x; then
3284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3285$as_echo_n "checking for libsanitizer support... " >&6; }
3286 if (srcdir=${srcdir}/libsanitizer; \
3287 . ${srcdir}/configure.tgt; \
3288 test -n "$UNSUPPORTED")
3289 then
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3291$as_echo "no" >&6; }
3292 noconfigdirs="$noconfigdirs target-libsanitizer"
3293 else
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3295$as_echo "yes" >&6; }
3296 fi
3297 fi
3298fi
3299
2077db1b
CT
3300# Disable libvtv on unsupported systems.
3301if test -d ${srcdir}/libvtv; then
3302 if test x$enable_libvtv = x; then
3303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3304$as_echo_n "checking for libvtv support... " >&6; }
3305 if (srcdir=${srcdir}/libvtv; \
3306 . ${srcdir}/configure.tgt; \
1e74b850 3307 test "$VTV_SUPPORTED" != "yes")
2077db1b
CT
3308 then
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3310$as_echo "no" >&6; }
3311 noconfigdirs="$noconfigdirs target-libvtv"
3312 else
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3314$as_echo "yes" >&6; }
3315 fi
3316 fi
3317fi
3318
5373cd33 3319
f6a24a94
MJ
3320# Disable libhsail-rt on unsupported systems.
3321if test -d ${srcdir}/libhsail-rt; then
3322 if test x$enable_libhsail_rt = x; then
3323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libhsail-rt support" >&5
3324$as_echo_n "checking for libhsail-rt support... " >&6; }
3325 if (srcdir=${srcdir}/libhsail-rt; \
3326 . ${srcdir}/configure.tgt; \
3327 test -n "$UNSUPPORTED")
3328 then
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3330$as_echo "no" >&6; }
3331 unsupported_languages="$unsupported_languages brig"
3332 # This implicitly disables also target-libhsail-rt as it won't
3333 # get added to the build without BRIG FE.
3334 else
3335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3336$as_echo "yes" >&6; }
3337 fi
3338 fi
3339fi
5373cd33
IE
3340
3341
d91491e5
SE
3342# Disable libquadmath for some systems.
3343case "${target}" in
e7fae550
DE
3344 avr-*-*)
3345 noconfigdirs="$noconfigdirs target-libquadmath"
3346 ;;
d91491e5
SE
3347 # libquadmath is unused on AIX and libquadmath build process use of
3348 # LD_LIBRARY_PATH can break AIX bootstrap.
3349 powerpc-*-aix* | rs6000-*-aix*)
3350 noconfigdirs="$noconfigdirs target-libquadmath"
3351 ;;
3352esac
3353
1e9e0e23
JM
3354# Disable libssp for some systems.
3355case "${target}" in
3356 avr-*-*)
b318fb4b 3357 # No hosted I/O support.
1e9e0e23
JM
3358 noconfigdirs="$noconfigdirs target-libssp"
3359 ;;
91dfef96
JM
3360 bpf-*-*)
3361 noconfigdirs="$noconfigdirs target-libssp"
3362 ;;
1e9e0e23
JM
3363 powerpc-*-aix* | rs6000-*-aix*)
3364 noconfigdirs="$noconfigdirs target-libssp"
85b8555e 3365 ;;
8d2af3a2
DD
3366 pru-*-*)
3367 # No hosted I/O support.
3368 noconfigdirs="$noconfigdirs target-libssp"
3369 ;;
85b8555e 3370 rl78-*-*)
7cb62ef1
EB
3371 # libssp uses a misaligned load to trigger a fault, but the RL78
3372 # doesn't fault for those - instead, it gives a build-time error
3373 # for explicit misaligned loads.
85b8555e 3374 noconfigdirs="$noconfigdirs target-libssp"
1e9e0e23 3375 ;;
0969ec7d
EB
3376 visium-*-*)
3377 # No hosted I/O support.
3378 noconfigdirs="$noconfigdirs target-libssp"
3379 ;;
1e9e0e23
JM
3380esac
3381
1e9e0e23 3382# Disable libstdc++-v3 for some systems.
1873ec0c
L
3383# Allow user to override this if they pass --enable-libstdc++-v3
3384if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3385 case "${target}" in
3386 *-*-vxworks*)
3387 # VxWorks uses the Dinkumware C++ library.
3388 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3389 ;;
afa3d80e
TS
3390 amdgcn*-*-*)
3391 # Not ported/fails to build when using newlib.
3392 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3393 ;;
1873ec0c
L
3394 arm*-wince-pe*)
3395 # the C++ libraries don't build on top of CE's C libraries
3396 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3397 ;;
3398 avr-*-*)
3399 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3400 ;;
91dfef96
JM
3401 bpf-*-*)
3402 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3403 ;;
fef939d6
JB
3404 ft32-*-*)
3405 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3406 ;;
1873ec0c
L
3407 esac
3408fi
1e9e0e23 3409
91dfef96
JM
3410# Disable C++ on systems where it is known to not work.
3411# For testing, you can override this with --enable-languages=c++.
3412case ,${enable_languages}, in
3413 *,c++,*)
3414 ;;
3415 *)
3416 case "${target}" in
3417 bpf-*-*)
3418 unsupported_languages="$unsupported_languages c++"
3419 ;;
3420 esac
3421 ;;
3422esac
3423
3424# Disable Objc on systems where it is known to not work.
3425# For testing, you can override this with --enable-languages=objc.
3426case ,${enable_languages}, in
3427 *,objc,*)
3428 ;;
3429 *)
3430 case "${target}" in
3431 bpf-*-*)
3432 unsupported_languages="$unsupported_languages objc"
3433 ;;
3434 esac
3435 ;;
3436esac
3437
260eedb9
IB
3438# Disable D on systems where it is known to not work.
3439# For testing, you can override this with --enable-languages=d.
3440case ,${enable_languages}, in
3441 *,d,*)
3442 ;;
3443 *)
3444 case "${target}" in
4d024c32 3445 *-*-darwin*)
91dfef96
JM
3446 unsupported_languages="$unsupported_languages d"
3447 ;;
3448 bpf-*-*)
260eedb9
IB
3449 unsupported_languages="$unsupported_languages d"
3450 ;;
3451 esac
3452 ;;
3453esac
3454
3455# Disable libphobos on unsupported systems.
3456# For testing, you can override this with --enable-libphobos.
3457if test -d ${srcdir}/libphobos; then
3458 if test x$enable_libphobos = x; then
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libphobos support" >&5
3460$as_echo_n "checking for libphobos support... " >&6; }
3461 if (srcdir=${srcdir}/libphobos; \
3462 . ${srcdir}/configure.tgt; \
7d31d331 3463 test "$LIBPHOBOS_SUPPORTED" != "yes")
260eedb9
IB
3464 then
3465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3466$as_echo "no" >&6; }
3467 noconfigdirs="$noconfigdirs target-libphobos"
3468 else
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3470$as_echo "yes" >&6; }
3471 fi
3472 fi
3473fi
3474
1e9e0e23
JM
3475# Disable Fortran for some systems.
3476case "${target}" in
3477 mmix-*-*)
3478 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3479 unsupported_languages="$unsupported_languages fortran"
3480 ;;
91dfef96
JM
3481 bpf-*-*)
3482 unsupported_languages="$unsupported_languages fortran"
3483 ;;
1e9e0e23
JM
3484esac
3485
012447ea
JJ
3486# Disable libffi for some systems.
3487case "${target}" in
3488 powerpc-*-darwin*)
3489 ;;
3490 i[3456789]86-*-darwin*)
3491 ;;
3492 x86_64-*-darwin[912]*)
3493 ;;
3494 *-*-darwin*)
3495 noconfigdirs="$noconfigdirs target-libffi"
3496 ;;
3497 *-*-netware*)
3498 noconfigdirs="$noconfigdirs target-libffi"
3499 ;;
3500 *-*-phoenix*)
3501 noconfigdirs="$noconfigdirs target-libffi"
3502 ;;
3503 *-*-rtems*)
3504 noconfigdirs="$noconfigdirs target-libffi"
3505 ;;
3506 *-*-tpf*)
3507 noconfigdirs="$noconfigdirs target-libffi"
3508 ;;
3509 *-*-uclinux*)
3510 noconfigdirs="$noconfigdirs target-libffi"
3511 ;;
3512 *-*-vxworks*)
3513 noconfigdirs="$noconfigdirs target-libffi"
3514 ;;
b20e7532
AT
3515 aarch64*-*-freebsd*)
3516 noconfigdirs="$noconfigdirs target-libffi"
3517 ;;
012447ea
JJ
3518 alpha*-*-*vms*)
3519 noconfigdirs="$noconfigdirs target-libffi"
3520 ;;
3521 arm*-*-freebsd*)
3522 noconfigdirs="$noconfigdirs target-libffi"
3523 ;;
3524 arm-wince-pe)
3525 noconfigdirs="$noconfigdirs target-libffi"
3526 ;;
3527 arm*-*-symbianelf*)
3528 noconfigdirs="$noconfigdirs target-libffi"
3529 ;;
91dfef96
JM
3530 bpf-*-*)
3531 noconfigdirs="$noconfigdirs target-libffi"
3532 ;;
012447ea
JJ
3533 cris-*-* | crisv32-*-*)
3534 case "${target}" in
3535 *-*-linux*)
3536 ;;
3537 *) # See PR46792 regarding target-libffi.
3538 noconfigdirs="$noconfigdirs target-libffi";;
3539 esac
3540 ;;
3541 hppa*64*-*-hpux*)
3542 noconfigdirs="$noconfigdirs target-libffi"
3543 ;;
3544 hppa*-hp-hpux11*)
3545 ;;
3546 hppa*-*-hpux*)
3547 noconfigdirs="$noconfigdirs target-libffi"
3548 ;;
3549 ia64*-*-*vms*)
3550 noconfigdirs="$noconfigdirs target-libffi"
3551 ;;
3552 i[3456789]86-w64-mingw*)
3553 noconfigdirs="$noconfigdirs target-libffi"
3554 ;;
3555 i[3456789]86-*-mingw*)
3556 noconfigdirs="$noconfigdirs target-libffi"
3557 ;;
3558 x86_64-*-mingw*)
3559 noconfigdirs="$noconfigdirs target-libffi"
3560 ;;
3561 mmix-*-*)
3562 noconfigdirs="$noconfigdirs target-libffi"
3563 ;;
3564 powerpc-*-aix*)
012447ea
JJ
3565 ;;
3566 rs6000-*-aix*)
012447ea
JJ
3567 ;;
3568 ft32-*-*)
3569 noconfigdirs="$noconfigdirs target-libffi"
3570 ;;
3571 *-*-lynxos*)
3572 noconfigdirs="$noconfigdirs target-libffi"
3573 ;;
3574esac
3575
3576# Disable the go frontend on systems where it is known to not work. Please keep
3577# this in sync with contrib/config-list.mk.
3578case "${target}" in
91dfef96 3579*-*-darwin* | *-*-cygwin* | *-*-mingw* | bpf-* )
012447ea
JJ
3580 unsupported_languages="$unsupported_languages go"
3581 ;;
3582esac
3583
f9d09df0
TT
3584# Only allow gdbserver on some systems.
3585if test -d ${srcdir}/gdbserver; then
3586 if test x$enable_gdbserver = x; then
3587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdbserver support" >&5
3588$as_echo_n "checking for gdbserver support... " >&6; }
3589 if (srcdir=${srcdir}/gdbserver; \
3590 . ${srcdir}/configure.srv; \
3591 test -n "$UNSUPPORTED")
3592 then
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3594$as_echo "no" >&6; }
3595 noconfigdirs="$noconfigdirs gdbserver"
3596 else
3597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3598$as_echo "yes" >&6; }
3599 fi
3600 fi
3601fi
3602
cdbc9e92
ILT
3603# Disable libgo for some systems where it is known to not work.
3604# For testing, you can easily override this with --enable-libgo.
3605if test x$enable_libgo = x; then
3606 case "${target}" in
3607 *-*-darwin*)
3608 # PR 46986
3609 noconfigdirs="$noconfigdirs target-libgo"
3610 ;;
3611 *-*-cygwin* | *-*-mingw*)
3612 noconfigdirs="$noconfigdirs target-libgo"
3613 ;;
91dfef96
JM
3614 bpf-*-*)
3615 noconfigdirs="$noconfigdirs target-libgo"
3616 ;;
cdbc9e92
ILT
3617 esac
3618fi
3619
c03353e2
RIL
3620# Default libgloss CPU subdirectory.
3621libgloss_dir="$target_cpu"
6de9cd9a 3622
fbcf0dca
JM
3623case "${target}" in
3624 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3625 libgloss_dir=wince
3626 ;;
4dddfc74
YZ
3627 aarch64*-*-* )
3628 libgloss_dir=aarch64
3629 ;;
fbcf0dca
JM
3630 arm*-*-*)
3631 libgloss_dir=arm
3632 ;;
3633 cris-*-* | crisv32-*-*)
3634 libgloss_dir=cris
3635 ;;
3636 hppa*-*-*)
3637 libgloss_dir=pa
3638 ;;
3639 i[3456789]86-*-*)
3640 libgloss_dir=i386
3641 ;;
3642 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3643 libgloss_dir=m68hc11
3644 ;;
3645 m68*-*-* | fido-*-*)
3646 libgloss_dir=m68k
3647 ;;
3648 mips*-*-*)
3649 libgloss_dir=mips
3650 ;;
3651 powerpc*-*-*)
3652 libgloss_dir=rs6000
3653 ;;
8d2af3a2
DD
3654 pru-*-*)
3655 libgloss_dir=pru
3656 ;;
fbcf0dca
JM
3657 sparc*-*-*)
3658 libgloss_dir=sparc
3659 ;;
3660esac
3661
6a789d5e 3662# Disable newlib and libgloss for various target OSes.
671aa708 3663case "${target}" in
6a789d5e
JM
3664 alpha*-dec-osf*)
3665 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3666 ;;
3667 i[3456789]86-*-linux*)
3668 # This section makes it possible to build newlib natively on linux.
3669 # If we are using a cross compiler then don't configure newlib.
3670 if test x${is_cross_compiler} != xno ; then
3671 noconfigdirs="$noconfigdirs target-newlib"
3672 fi
3673 noconfigdirs="$noconfigdirs target-libgloss"
3674 # If we are not using a cross compiler, do configure newlib.
3675 # Note however, that newlib will only be configured in this situation
3676 # if the --with-newlib option has been given, because otherwise
3677 # 'target-newlib' will appear in skipdirs.
3678 ;;
3679 i[3456789]86-*-rdos*)
3680 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3681 ;;
3682 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3683 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3684 ;;
3685 sparc-*-sunos4*)
3686 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3687 ;;
91dfef96
JM
3688 bpf-*-*)
3689 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3690 ;;
6a789d5e
JM
3691 *-*-aix*)
3692 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3693 ;;
3694 *-*-beos*)
3695 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3696 ;;
671aa708 3697 *-*-chorusos)
0036370f 3698 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3699 ;;
6a789d5e
JM
3700 *-*-dragonfly*)
3701 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3702 ;;
3703 *-*-freebsd*)
3704 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3705 ;;
3706 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3707 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3708 ;;
3709 *-*-lynxos*)
3710 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3711 ;;
3712 *-*-mingw*)
3713 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3714 ;;
3715 *-*-netbsd*)
3716 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3717 ;;
3718 *-*-netware*)
3719 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3720 ;;
3721 *-*-tpf*)
3722 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3723 ;;
3724 *-*-uclinux*)
3725 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3726 ;;
3727 *-*-vxworks*)
3728 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3729 ;;
3730esac
3731
3732case "${target}" in
3733 *-*-chorusos)
3734 ;;
3be96231
TG
3735 aarch64-*-darwin*)
3736 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3737 noconfigdirs="$noconfigdirs sim target-rda"
3738 ;;
7431c1a1
AS
3739 amdgcn*-*-*)
3740 ;;
3be96231
TG
3741 arm-*-darwin*)
3742 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3743 noconfigdirs="$noconfigdirs sim target-rda"
3744 ;;
75eeae1a 3745 powerpc-*-darwin*)
e1514c3f 3746 noconfigdirs="$noconfigdirs ld gas gdb gprof"
9c8f9ec2 3747 noconfigdirs="$noconfigdirs sim target-rda"
940cde4d 3748 ;;
354ebf88
RW
3749 i[3456789]86-*-darwin*)
3750 noconfigdirs="$noconfigdirs ld gprof"
3751 noconfigdirs="$noconfigdirs sim target-rda"
3752 ;;
3753 x86_64-*-darwin[912]*)
0db3a858
TG
3754 noconfigdirs="$noconfigdirs ld gas gprof"
3755 noconfigdirs="$noconfigdirs sim target-rda"
3756 ;;
42c1cd8a
AT
3757 *-*-darwin*)
3758 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3759 noconfigdirs="$noconfigdirs sim target-rda"
42c1cd8a 3760 ;;
8c6d158a 3761 *-*-dragonfly*)
8c6d158a 3762 ;;
c3f84f61 3763 *-*-freebsd*)
6de9cd9a
DN
3764 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3765 && test -f /usr/local/include/gmp.h; then
3766 with_gmp=/usr/local
3767 fi
6de9cd9a 3768 ;;
ef4e7569
US
3769 *-*-kaos*)
3770 # Remove unsupported stuff on all kaOS configurations.
ef4e7569
US
3771 noconfigdirs="$noconfigdirs target-libgloss"
3772 ;;
671aa708 3773 *-*-netbsd*)
671aa708 3774 ;;
61fec9ff 3775 *-*-netware*)
671aa708 3776 ;;
fd6487af
JS
3777 *-*-phoenix*)
3778 noconfigdirs="$noconfigdirs target-libgloss"
3779 ;;
671aa708 3780 *-*-rtems*)
2909494b 3781 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3782 ;;
a8ba31f2
EC
3783 # The tpf target doesn't support gdb yet.
3784 *-*-tpf*)
6a789d5e 3785 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
a8ba31f2 3786 ;;
5785c0ed 3787 *-*-uclinux*)
6a789d5e 3788 noconfigdirs="$noconfigdirs target-rda"
5785c0ed 3789 ;;
671aa708 3790 *-*-vxworks*)
671aa708
NN
3791 ;;
3792 alpha*-dec-osf*)
3793 # ld works, but does not support shared libraries.
671aa708 3794 # gas doesn't generate exception information.
6a789d5e 3795 noconfigdirs="$noconfigdirs gas ld"
671aa708
NN
3796 ;;
3797 alpha*-*-*vms*)
2909494b 3798 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
671aa708 3799 ;;
671aa708
NN
3800 alpha*-*-*)
3801 # newlib is not 64 bit ready
2909494b 3802 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3803 ;;
91dfef96
JM
3804 bpf-*-*)
3805 noconfigdirs="$noconfigdirs target-libobjc target-libbacktrace"
3806 ;;
671aa708 3807 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
b4f96efe 3808 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
671aa708 3809 ;;
2fd88f4f
AK
3810 arc*-*-*)
3811 noconfigdirs="$noconfigdirs sim"
3812 ;;
671aa708 3813 arm-*-pe*)
2909494b 3814 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3815 ;;
671aa708 3816 arm-*-riscix*)
0036370f 3817 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3818 ;;
b588ae30
GJL
3819 avr-*-*)
3820 if test x${with_avrlibc} != xno; then
3821 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3822 fi
3823 ;;
671aa708 3824 c4x-*-* | tic4x-*-*)
0036370f 3825 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3826 ;;
0036370f
JM
3827 tic54x-*-*)
3828 noconfigdirs="$noconfigdirs target-libgloss gdb"
671aa708 3829 ;;
671aa708 3830 d10v-*-*)
0036370f 3831 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3832 ;;
3833 d30v-*-*)
0036370f 3834 noconfigdirs="$noconfigdirs gdb"
671aa708
NN
3835 ;;
3836 fr30-*-elf*)
2909494b 3837 noconfigdirs="$noconfigdirs gdb"
671aa708 3838 ;;
a05c2c75
L
3839 ft32-*-*)
3840 noconfigdirs="$noconfigdirs target-rda gprof"
3841 ;;
55f2d967 3842 moxie-*-*)
a05c2c75 3843 noconfigdirs="$noconfigdirs"
55f2d967 3844 ;;
671aa708 3845 h8300*-*-*)
2909494b 3846 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3847 ;;
3848 h8500-*-*)
0036370f 3849 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3850 ;;
ee6a22df 3851 hppa1.1-*-osf* | hppa1.1-*-bsd* )
ee6a22df 3852 ;;
a05c2c75
L
3853 hppa*64*-*-hpux*)
3854 noconfigdirs="$noconfigdirs gdb"
3855 ;;
3856 hppa*-*-hpux11*)
3857 noconfigdirs="$noconfigdirs gdb ld"
3858 ;;
4569f85e 3859 hppa*64*-*-linux*)
671aa708 3860 ;;
56f8587a 3861 hppa*-*-linux*)
3e732ba0 3862 ;;
671aa708 3863 hppa*-*-*elf* | \
671aa708
NN
3864 hppa*-*-lites* | \
3865 hppa*-*-openbsd* | \
3866 hppa*64*-*-*)
671aa708 3867 ;;
c03353e2 3868 hppa*-*-pro*)
c03353e2 3869 ;;
671aa708 3870 hppa*-*-*)
2909494b 3871 noconfigdirs="$noconfigdirs ld"
671aa708 3872 ;;
fb87ad5d 3873 i960-*-*)
0036370f 3874 noconfigdirs="$noconfigdirs gdb"
fb87ad5d 3875 ;;
671aa708
NN
3876 ia64*-*-elf*)
3877 # No gdb support yet.
1bcce263 3878 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
671aa708
NN
3879 ;;
3880 ia64*-**-hpux*)
5a2931d1 3881 # No ld support yet.
a05c2c75 3882 noconfigdirs="$noconfigdirs gdb libgui itcl ld"
671aa708 3883 ;;
52535a64 3884 ia64*-*-*vms*)
091fe9ca
TG
3885 # No ld support yet.
3886 noconfigdirs="$noconfigdirs libgui itcl ld"
52535a64 3887 ;;
ef4c4300 3888 i[3456789]86-w64-mingw*)
ef4c4300
KT
3889 ;;
3890 i[3456789]86-*-mingw*)
b91f0a41 3891 target_configdirs="$target_configdirs target-winsup"
1c710c3c 3892 ;;
671aa708
NN
3893 *-*-cygwin*)
3894 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1bcce263 3895 noconfigdirs="$noconfigdirs target-libgloss"
801e2270 3896 # always build newlib if winsup directory is present.
b91f0a41 3897 if test -d "$srcdir/winsup/cygwin"; then
801e2270 3898 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ee6a22df 3899 elif test -d "$srcdir/newlib"; then
b91f0a41 3900 echo "Warning: winsup/cygwin is missing so newlib can't be built."
801e2270 3901 fi
1c710c3c 3902 ;;
f2a0e225 3903 i[3456789]86-*-pe)
ebb9f8b0 3904 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3905 ;;
f2a0e225 3906 i[3456789]86-*-sco3.2v5*)
671aa708
NN
3907 # The linker does not yet know about weak symbols in COFF,
3908 # and is not configured to handle mixed ELF and COFF.
0036370f 3909 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3910 ;;
f2a0e225 3911 i[3456789]86-*-sco*)
0036370f 3912 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3913 ;;
fbdd5d87 3914 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
671aa708
NN
3915 noconfigdirs="$noconfigdirs target-libgloss"
3916 ;;
f2a0e225 3917 i[3456789]86-*-sysv4*)
0036370f 3918 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3919 ;;
f2a0e225 3920 i[3456789]86-*-beos*)
6a789d5e 3921 noconfigdirs="$noconfigdirs gdb"
3aa83176 3922 ;;
d1f8db0c 3923 i[3456789]86-*-rdos*)
6a789d5e 3924 noconfigdirs="$noconfigdirs gdb"
c03353e2 3925 ;;
671aa708 3926 mmix-*-*)
2909494b 3927 noconfigdirs="$noconfigdirs gdb"
671aa708 3928 ;;
ab34901f 3929 mt-*-*)
79dd769c
AH
3930 noconfigdirs="$noconfigdirs sim"
3931 ;;
58b40a67
FT
3932 nfp-*-*)
3933 noconfigdirs="$noconfigdirs ld gas gdb gprof sim"
3934 noconfigdirs="$noconfigdirs $target_libraries"
3935 ;;
e6cbe965
SC
3936 pdp11-*-*)
3937 noconfigdirs="$noconfigdirs gdb gprof"
3938 ;;
671aa708
NN
3939 powerpc-*-aix*)
3940 # copied from rs6000-*-* entry
6a789d5e 3941 noconfigdirs="$noconfigdirs gprof"
671aa708 3942 ;;
4569f85e 3943 powerpc*-*-winnt* | powerpc*-*-pe*)
671aa708 3944 target_configdirs="$target_configdirs target-winsup"
0036370f 3945 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
671aa708
NN
3946 # always build newlib.
3947 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3948 ;;
3949 # This is temporary until we can link against shared libraries
3950 powerpcle-*-solaris*)
0036370f 3951 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
671aa708
NN
3952 ;;
3953 powerpc-*-beos*)
6a789d5e 3954 noconfigdirs="$noconfigdirs gdb"
671aa708 3955 ;;
671aa708 3956 rs6000-*-lynxos*)
6a789d5e 3957 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3958 ;;
3959 rs6000-*-aix*)
6a789d5e 3960 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3961 ;;
3962 rs6000-*-*)
2909494b 3963 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3964 ;;
3965 m68k-apollo-*)
0036370f 3966 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
671aa708 3967 ;;
ca9fe997 3968 microblaze*)
2909494b 3969 noconfigdirs="$noconfigdirs gprof"
ca9fe997 3970 ;;
d896cc4d 3971 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
d9dced13
RS
3972 if test x$with_newlib = xyes; then
3973 noconfigdirs="$noconfigdirs gprof"
3974 fi
d9dced13 3975 ;;
671aa708 3976 mips*-*-irix5*)
0036370f 3977 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708
NN
3978 ;;
3979 mips*-*-irix6*)
2909494b 3980 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3981 ;;
671aa708 3982 mips*-*-bsd*)
bc98bcc4 3983 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
671aa708 3984 ;;
671aa708 3985 mips*-*-linux*)
671aa708 3986 ;;
bc98bcc4
JBG
3987 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3988 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3989 noconfigdirs="$noconfigdirs ld gas gprof"
3990 ;;
671aa708 3991 mips*-*-*)
2909494b 3992 noconfigdirs="$noconfigdirs gprof"
671aa708 3993 ;;
738f2522 3994 nvptx*-*-*)
738f2522
BS
3995 noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
3996 ;;
bc6d9014 3997 sh-*-*)
ea2002ba
CB
3998 case "${target}" in
3999 sh*-*-elf)
2909494b 4000 ;;
ea2002ba 4001 *)
2909494b 4002 noconfigdirs="$noconfigdirs target-libgloss" ;;
ea2002ba 4003 esac
671aa708 4004 ;;
671aa708 4005 sparc-*-sunos4*)
6a789d5e 4006 if test x${is_cross_compiler} = xno ; then
671aa708
NN
4007 use_gnu_ld=no
4008 fi
4009 ;;
b42f0d7e 4010 tic6x-*-*)
0d557ff8 4011 noconfigdirs="$noconfigdirs sim"
b42f0d7e 4012 ;;
341c653c 4013 tilepro*-*-* | tilegx*-*-*)
db1d217c
WL
4014 noconfigdirs="$noconfigdirs sim"
4015 ;;
671aa708 4016 v810-*-*)
0036370f 4017 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
671aa708
NN
4018 ;;
4019 vax-*-*)
2909494b 4020 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 4021 ;;
1fc1d82e
MR
4022 wasm32-*-*)
4023 noconfigdirs="$noconfigdirs ld"
4024 ;;
671aa708 4025esac
79c06341 4026
671aa708
NN
4027# If we aren't building newlib, then don't build libgloss, since libgloss
4028# depends upon some newlib header files.
4029case "${noconfigdirs}" in
4030 *target-libgloss*) ;;
4031 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
4032esac
4033
671aa708 4034# Work in distributions that contain no compiler tools, like Autoconf.
671aa708
NN
4035host_makefile_frag=/dev/null
4036if test -d ${srcdir}/config ; then
4037case "${host}" in
f2a0e225 4038 i[3456789]86-*-msdosdjgpp*)
671aa708
NN
4039 host_makefile_frag="config/mh-djgpp"
4040 ;;
4041 *-cygwin*)
2a79c47f 4042
5213506e
RW
4043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
4044$as_echo_n "checking to see if cat works as expected... " >&6; }
2a79c47f 4045echo a >cygwin-cat-check
e25a8c82 4046if test `cat cygwin-cat-check` = a ; then
2a79c47f 4047 rm cygwin-cat-check
5213506e
RW
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4049$as_echo "yes" >&6; }
2a79c47f
NC
4050else
4051 rm cygwin-cat-check
5213506e
RW
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4053$as_echo "no" >&6; }
22e05272 4054 as_fn_error $? "The cat command does not ignore carriage return characters.
2a79c47f
NC
4055 Please either mount the build directory in binary mode or run the following
4056 commands before running any configure script:
4057set -o igncr
4058export SHELLOPTS
5213506e 4059 " "$LINENO" 5
2a79c47f
NC
4060fi
4061
671aa708
NN
4062 host_makefile_frag="config/mh-cygwin"
4063 ;;
c53a18d3 4064 *-mingw*)
1f5a6b84 4065 host_makefile_frag="config/mh-mingw"
95af8923 4066 ;;
cabb9d59 4067 alpha*-linux*)
13be44ed
UB
4068 host_makefile_frag="config/mh-alpha-linux"
4069 ;;
efd41714 4070 hppa*-hp-hpux10*)
efd41714 4071 host_makefile_frag="config/mh-pa-hpux10"
671aa708 4072 ;;
111eeb6e 4073 hppa*-hp-hpux*)
efd41714
PB
4074 host_makefile_frag="config/mh-pa"
4075 ;;
4076 hppa*-*)
4077 host_makefile_frag="config/mh-pa"
4078 ;;
d8ed14ce
IS
4079 *-*-darwin*)
4080 host_makefile_frag="config/mh-darwin"
be8fff81 4081 ;;
d19bca38
PB
4082 powerpc-*-aix*)
4083 host_makefile_frag="config/mh-ppc-aix"
4084 ;;
4085 rs6000-*-aix*)
4086 host_makefile_frag="config/mh-ppc-aix"
4087 ;;
671aa708
NN
4088esac
4089fi
4090
55ffb5ed 4091if test "${build}" != "${host}" ; then
0999159b
PB
4092 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
4093 AS_FOR_BUILD=${AS_FOR_BUILD-as}
55ffb5ed 4094 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
0999159b 4095 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
0999159b 4096 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
632e2a07 4097 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
b4c522fa 4098 GDC_FOR_BUILD=${GDC_FOR_BUILD-gdc}
0999159b
PB
4099 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
4100 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
4101 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
4102 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
4103 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
4104 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
4105else
4106 AR_FOR_BUILD="\$(AR)"
4107 AS_FOR_BUILD="\$(AS)"
fb0103e5 4108 CC_FOR_BUILD="\$(CC)"
0999159b 4109 CXX_FOR_BUILD="\$(CXX)"
0999159b 4110 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
632e2a07 4111 GOC_FOR_BUILD="\$(GOC)"
b4c522fa 4112 GDC_FOR_BUILD="\$(GDC)"
0999159b
PB
4113 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
4114 LD_FOR_BUILD="\$(LD)"
4115 NM_FOR_BUILD="\$(NM)"
4116 RANLIB_FOR_BUILD="\$(RANLIB)"
4117 WINDRES_FOR_BUILD="\$(WINDRES)"
4118 WINDMC_FOR_BUILD="\$(WINDMC)"
c3a86da9
DJ
4119fi
4120
4121ac_ext=c
1c710c3c
DJ
4122ac_cpp='$CPP $CPPFLAGS'
4123ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4124ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4125ac_compiler_gnu=$ac_cv_c_compiler_gnu
4126if test -n "$ac_tool_prefix"; then
4127 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4128set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
4129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4130$as_echo_n "checking for $ac_word... " >&6; }
22e05272 4131if ${ac_cv_prog_CC+:} false; then :
5213506e 4132 $as_echo_n "(cached) " >&6
1c710c3c
DJ
4133else
4134 if test -n "$CC"; then
4135 ac_cv_prog_CC="$CC" # Let the user override the test.
4136else
4137as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4138for as_dir in $PATH
4139do
4140 IFS=$as_save_IFS
4141 test -z "$as_dir" && as_dir=.
5213506e 4142 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 4143 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 4144 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 4145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4146 break 2
4147 fi
4148done
5213506e
RW
4149 done
4150IFS=$as_save_IFS
1c710c3c
DJ
4151
4152fi
4153fi
4154CC=$ac_cv_prog_CC
4155if test -n "$CC"; then
5213506e
RW
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4157$as_echo "$CC" >&6; }
1c710c3c 4158else
5213506e
RW
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4160$as_echo "no" >&6; }
1c710c3c
DJ
4161fi
4162
5213506e 4163
1c710c3c
DJ
4164fi
4165if test -z "$ac_cv_prog_CC"; then
4166 ac_ct_CC=$CC
fb0103e5
RG
4167 # Extract the first word of "gcc", so it can be a program name with args.
4168set dummy gcc; ac_word=$2
5213506e
RW
4169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4170$as_echo_n "checking for $ac_word... " >&6; }
22e05272 4171if ${ac_cv_prog_ac_ct_CC+:} false; then :
5213506e 4172 $as_echo_n "(cached) " >&6
1c710c3c
DJ
4173else
4174 if test -n "$ac_ct_CC"; then
4175 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4176else
4177as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4178for as_dir in $PATH
4179do
4180 IFS=$as_save_IFS
4181 test -z "$as_dir" && as_dir=.
5213506e 4182 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 4183 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 4184 ac_cv_prog_ac_ct_CC="gcc"
5213506e 4185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4186 break 2
4187 fi
4188done
5213506e
RW
4189 done
4190IFS=$as_save_IFS
1c710c3c
DJ
4191
4192fi
4193fi
4194ac_ct_CC=$ac_cv_prog_ac_ct_CC
4195if test -n "$ac_ct_CC"; then
5213506e
RW
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4197$as_echo "$ac_ct_CC" >&6; }
1c710c3c 4198else
5213506e
RW
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4200$as_echo "no" >&6; }
1c710c3c
DJ
4201fi
4202
5213506e
RW
4203 if test "x$ac_ct_CC" = x; then
4204 CC=""
4205 else
4206 case $cross_compiling:$ac_tool_warned in
4207yes:)
4208{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4209$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4210ac_tool_warned=yes ;;
4211esac
4212 CC=$ac_ct_CC
4213 fi
1c710c3c
DJ
4214else
4215 CC="$ac_cv_prog_CC"
4216fi
4217
4218if test -z "$CC"; then
5213506e
RW
4219 if test -n "$ac_tool_prefix"; then
4220 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1c710c3c 4221set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
4222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4223$as_echo_n "checking for $ac_word... " >&6; }
22e05272 4224if ${ac_cv_prog_CC+:} false; then :
5213506e 4225 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4226else
4227 if test -n "$CC"; then
4228 ac_cv_prog_CC="$CC" # Let the user override the test.
4229else
1c710c3c
DJ
4230as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4231for as_dir in $PATH
4232do
4233 IFS=$as_save_IFS
4234 test -z "$as_dir" && as_dir=.
5213506e 4235 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 4236 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 4237 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 4238 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4239 break 2
4240 fi
4241done
5213506e
RW
4242 done
4243IFS=$as_save_IFS
1c710c3c 4244
0b0dc272 4245fi
0b0dc272 4246fi
1c710c3c 4247CC=$ac_cv_prog_CC
af71363e 4248if test -n "$CC"; then
5213506e
RW
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4250$as_echo "$CC" >&6; }
2aeb72e9 4251else
5213506e
RW
4252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4253$as_echo "no" >&6; }
2aeb72e9
DD
4254fi
4255
2aeb72e9 4256
5213506e 4257 fi
1c710c3c 4258fi
55ffb5ed
NN
4259if test -z "$CC"; then
4260 # Extract the first word of "cc", so it can be a program name with args.
4261set dummy cc; ac_word=$2
5213506e
RW
4262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4263$as_echo_n "checking for $ac_word... " >&6; }
22e05272 4264if ${ac_cv_prog_CC+:} false; then :
5213506e 4265 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4266else
4267 if test -n "$CC"; then
4268 ac_cv_prog_CC="$CC" # Let the user override the test.
4269else
0b0dc272 4270 ac_prog_rejected=no
1c710c3c
DJ
4271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4272for as_dir in $PATH
4273do
4274 IFS=$as_save_IFS
4275 test -z "$as_dir" && as_dir=.
5213506e 4276 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 4277 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c
DJ
4278 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4279 ac_prog_rejected=yes
4280 continue
4281 fi
4282 ac_cv_prog_CC="cc"
5213506e 4283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4284 break 2
4285 fi
4286done
5213506e
RW
4287 done
4288IFS=$as_save_IFS
1c710c3c 4289
55ffb5ed
NN
4290if test $ac_prog_rejected = yes; then
4291 # We found a bogon in the path, so make sure we never use it.
4292 set dummy $ac_cv_prog_CC
4293 shift
1c710c3c 4294 if test $# != 0; then
55ffb5ed
NN
4295 # We chose a different compiler from the bogus one.
4296 # However, it has the same basename, so the bogon will be chosen
4297 # first if we set CC to just the basename; use the full file name.
4298 shift
1c710c3c 4299 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
55ffb5ed
NN
4300 fi
4301fi
4302fi
4303fi
1c710c3c 4304CC=$ac_cv_prog_CC
55ffb5ed 4305if test -n "$CC"; then
5213506e
RW
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4307$as_echo "$CC" >&6; }
55ffb5ed 4308else
5213506e
RW
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4310$as_echo "no" >&6; }
55ffb5ed
NN
4311fi
4312
5213506e 4313
1c710c3c
DJ
4314fi
4315if test -z "$CC"; then
4316 if test -n "$ac_tool_prefix"; then
5213506e 4317 for ac_prog in cl.exe
1c710c3c
DJ
4318 do
4319 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4320set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4322$as_echo_n "checking for $ac_word... " >&6; }
22e05272 4323if ${ac_cv_prog_CC+:} false; then :
5213506e 4324 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4325else
4326 if test -n "$CC"; then
4327 ac_cv_prog_CC="$CC" # Let the user override the test.
4328else
1c710c3c
DJ
4329as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4330for as_dir in $PATH
4331do
4332 IFS=$as_save_IFS
4333 test -z "$as_dir" && as_dir=.
5213506e 4334 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 4335 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 4336 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 4337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4338 break 2
4339 fi
4340done
5213506e
RW
4341 done
4342IFS=$as_save_IFS
1c710c3c 4343
55ffb5ed
NN
4344fi
4345fi
1c710c3c 4346CC=$ac_cv_prog_CC
55ffb5ed 4347if test -n "$CC"; then
5213506e
RW
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4349$as_echo "$CC" >&6; }
a4b9e93e 4350else
5213506e
RW
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4352$as_echo "no" >&6; }
fb0103e5 4353fi
af71363e 4354
5213506e 4355
1c710c3c
DJ
4356 test -n "$CC" && break
4357 done
af71363e 4358fi
1c710c3c
DJ
4359if test -z "$CC"; then
4360 ac_ct_CC=$CC
5213506e 4361 for ac_prog in cl.exe
1c710c3c
DJ
4362do
4363 # Extract the first word of "$ac_prog", so it can be a program name with args.
4364set dummy $ac_prog; ac_word=$2
5213506e
RW
4365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4366$as_echo_n "checking for $ac_word... " >&6; }
22e05272 4367if ${ac_cv_prog_ac_ct_CC+:} false; then :
5213506e 4368 $as_echo_n "(cached) " >&6
0b0dc272 4369else
1c710c3c
DJ
4370 if test -n "$ac_ct_CC"; then
4371 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
0b0dc272 4372else
1c710c3c
DJ
4373as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4374for as_dir in $PATH
4375do
4376 IFS=$as_save_IFS
4377 test -z "$as_dir" && as_dir=.
5213506e 4378 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 4379 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 4380 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 4381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4382 break 2
4383 fi
4384done
5213506e
RW
4385 done
4386IFS=$as_save_IFS
1c710c3c 4387
af71363e
AS
4388fi
4389fi
1c710c3c
DJ
4390ac_ct_CC=$ac_cv_prog_ac_ct_CC
4391if test -n "$ac_ct_CC"; then
5213506e
RW
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4393$as_echo "$ac_ct_CC" >&6; }
fb0103e5 4394else
5213506e
RW
4395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4396$as_echo "no" >&6; }
af71363e 4397fi
0b0dc272 4398
5213506e 4399
1c710c3c
DJ
4400 test -n "$ac_ct_CC" && break
4401done
4402
5213506e
RW
4403 if test "x$ac_ct_CC" = x; then
4404 CC=""
4405 else
4406 case $cross_compiling:$ac_tool_warned in
4407yes:)
4408{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4409$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4410ac_tool_warned=yes ;;
4411esac
4412 CC=$ac_ct_CC
4413 fi
1c710c3c
DJ
4414fi
4415
4416fi
4417
4418
5213506e
RW
4419test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4420$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
4421as_fn_error $? "no acceptable C compiler found in \$PATH
4422See \`config.log' for more details" "$LINENO" 5; }
1c710c3c
DJ
4423
4424# Provide some information about the compiler.
5213506e
RW
4425$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4426set X $ac_compile
4427ac_compiler=$2
4428for ac_option in --version -v -V -qversion; do
4429 { { ac_try="$ac_compiler $ac_option >&5"
4430case "(($ac_try" in
4431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4432 *) ac_try_echo=$ac_try;;
4433esac
4434eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4435$as_echo "$ac_try_echo"; } >&5
4436 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1c710c3c 4437 ac_status=$?
5213506e
RW
4438 if test -s conftest.err; then
4439 sed '10a\
4440... rest of stderr output deleted ...
4441 10q' conftest.err >conftest.er1
4442 cat conftest.er1 >&5
5213506e 4443 fi
22e05272 4444 rm -f conftest.er1 conftest.err
5213506e
RW
4445 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4446 test $ac_status = 0; }
4447done
1c710c3c 4448
5213506e 4449cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4450/* end confdefs.h. */
4451
4452int
4453main ()
4454{
4455
4456 ;
4457 return 0;
4458}
4459_ACEOF
4460ac_clean_files_save=$ac_clean_files
22e05272 4461ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
1c710c3c
DJ
4462# Try to create an executable without -o first, disregard a.out.
4463# It will help us diagnose broken compilers, and finding out an intuition
4464# of exeext.
22e05272
JM
4465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4466$as_echo_n "checking whether the C compiler works... " >&6; }
5213506e
RW
4467ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4468
4469# The possible output files:
4470ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4471
4472ac_rmfiles=
4473for ac_file in $ac_files
4474do
4475 case $ac_file in
4476 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4477 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4478 esac
4479done
4480rm -f $ac_rmfiles
4481
4482if { { ac_try="$ac_link_default"
4483case "(($ac_try" in
4484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4485 *) ac_try_echo=$ac_try;;
4486esac
4487eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4488$as_echo "$ac_try_echo"; } >&5
4489 (eval "$ac_link_default") 2>&5
1c710c3c 4490 ac_status=$?
5213506e
RW
4491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4492 test $ac_status = 0; }; then :
4493 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4494# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4495# in a Makefile. We should not override ac_cv_exeext if it was cached,
4496# so that the user can short-circuit this test for compilers unknown to
4497# Autoconf.
4498for ac_file in $ac_files ''
1c710c3c
DJ
4499do
4500 test -f "$ac_file" || continue
4501 case $ac_file in
5213506e 4502 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
1c710c3c
DJ
4503 ;;
4504 [ab].out )
4505 # We found the default executable, but exeext='' is most
4506 # certainly right.
4507 break;;
4508 *.* )
5213506e
RW
4509 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4510 then :; else
4511 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4512 fi
4513 # We set ac_cv_exeext here because the later test for it is not
4514 # safe: cross compilers may not add the suffix if given an `-o'
4515 # argument, so we may need to know it at that point already.
4516 # Even if this section looks crufty: it has the advantage of
4517 # actually working.
1c710c3c
DJ
4518 break;;
4519 * )
4520 break;;
4521 esac
4522done
5213506e
RW
4523test "$ac_cv_exeext" = no && ac_cv_exeext=
4524
1c710c3c 4525else
5213506e
RW
4526 ac_file=''
4527fi
5213506e 4528if test -z "$ac_file"; then :
22e05272
JM
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4530$as_echo "no" >&6; }
4531$as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4532sed 's/^/| /' conftest.$ac_ext >&5
4533
5213506e
RW
4534{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4535$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
4536as_fn_error 77 "C compiler cannot create executables
4537See \`config.log' for more details" "$LINENO" 5; }
4538else
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4540$as_echo "yes" >&6; }
1c710c3c 4541fi
22e05272
JM
4542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4543$as_echo_n "checking for C compiler default output file name... " >&6; }
4544{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4545$as_echo "$ac_file" >&6; }
1c710c3c 4546ac_exeext=$ac_cv_exeext
1c710c3c 4547
22e05272 4548rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
1c710c3c 4549ac_clean_files=$ac_clean_files_save
5213506e
RW
4550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4551$as_echo_n "checking for suffix of executables... " >&6; }
4552if { { ac_try="$ac_link"
4553case "(($ac_try" in
4554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4555 *) ac_try_echo=$ac_try;;
4556esac
4557eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4558$as_echo "$ac_try_echo"; } >&5
4559 (eval "$ac_link") 2>&5
1c710c3c 4560 ac_status=$?
5213506e
RW
4561 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4562 test $ac_status = 0; }; then :
1c710c3c
DJ
4563 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4564# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4565# work properly (i.e., refer to `conftest.exe'), while it won't with
4566# `rm'.
4567for ac_file in conftest.exe conftest conftest.*; do
4568 test -f "$ac_file" || continue
4569 case $ac_file in
5213506e 4570 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1c710c3c 4571 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1c710c3c
DJ
4572 break;;
4573 * ) break;;
4574 esac
4575done
af71363e 4576else
5213506e
RW
4577 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4578$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
4579as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4580See \`config.log' for more details" "$LINENO" 5; }
1c710c3c 4581fi
22e05272 4582rm -f conftest conftest$ac_cv_exeext
5213506e
RW
4583{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4584$as_echo "$ac_cv_exeext" >&6; }
1c710c3c
DJ
4585
4586rm -f conftest.$ac_ext
4587EXEEXT=$ac_cv_exeext
4588ac_exeext=$EXEEXT
22e05272
JM
4589cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4590/* end confdefs.h. */
4591#include <stdio.h>
4592int
4593main ()
4594{
4595FILE *f = fopen ("conftest.out", "w");
4596 return ferror (f) || fclose (f) != 0;
4597
4598 ;
4599 return 0;
4600}
4601_ACEOF
4602ac_clean_files="$ac_clean_files conftest.out"
4603# Check that the compiler produces executables we can run. If not, either
4604# the compiler is broken, or we cross compile.
4605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4606$as_echo_n "checking whether we are cross compiling... " >&6; }
4607if test "$cross_compiling" != yes; then
4608 { { ac_try="$ac_link"
4609case "(($ac_try" in
4610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4611 *) ac_try_echo=$ac_try;;
4612esac
4613eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4614$as_echo "$ac_try_echo"; } >&5
4615 (eval "$ac_link") 2>&5
4616 ac_status=$?
4617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4618 test $ac_status = 0; }
4619 if { ac_try='./conftest$ac_cv_exeext'
4620 { { case "(($ac_try" in
4621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4622 *) ac_try_echo=$ac_try;;
4623esac
4624eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4625$as_echo "$ac_try_echo"; } >&5
4626 (eval "$ac_try") 2>&5
4627 ac_status=$?
4628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4629 test $ac_status = 0; }; }; then
4630 cross_compiling=no
4631 else
4632 if test "$cross_compiling" = maybe; then
4633 cross_compiling=yes
4634 else
4635 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4636$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4637as_fn_error $? "cannot run C compiled programs.
4638If you meant to cross compile, use \`--host'.
4639See \`config.log' for more details" "$LINENO" 5; }
4640 fi
4641 fi
4642fi
4643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4644$as_echo "$cross_compiling" >&6; }
4645
4646rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4647ac_clean_files=$ac_clean_files_save
5213506e
RW
4648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4649$as_echo_n "checking for suffix of object files... " >&6; }
22e05272 4650if ${ac_cv_objext+:} false; then :
5213506e 4651 $as_echo_n "(cached) " >&6
1c710c3c 4652else
5213506e 4653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4654/* end confdefs.h. */
4655
4656int
4657main ()
4658{
4659
4660 ;
4661 return 0;
4662}
4663_ACEOF
4664rm -f conftest.o conftest.obj
5213506e
RW
4665if { { ac_try="$ac_compile"
4666case "(($ac_try" in
4667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4668 *) ac_try_echo=$ac_try;;
4669esac
4670eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4671$as_echo "$ac_try_echo"; } >&5
4672 (eval "$ac_compile") 2>&5
1c710c3c 4673 ac_status=$?
5213506e
RW
4674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4675 test $ac_status = 0; }; then :
4676 for ac_file in conftest.o conftest.obj conftest.*; do
4677 test -f "$ac_file" || continue;
1c710c3c 4678 case $ac_file in
5213506e 4679 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
1c710c3c
DJ
4680 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4681 break;;
4682 esac
4683done
4684else
5213506e 4685 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4686sed 's/^/| /' conftest.$ac_ext >&5
4687
5213506e
RW
4688{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4689$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
4690as_fn_error $? "cannot compute suffix of object files: cannot compile
4691See \`config.log' for more details" "$LINENO" 5; }
1c710c3c 4692fi
1c710c3c
DJ
4693rm -f conftest.$ac_cv_objext conftest.$ac_ext
4694fi
5213506e
RW
4695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4696$as_echo "$ac_cv_objext" >&6; }
1c710c3c
DJ
4697OBJEXT=$ac_cv_objext
4698ac_objext=$OBJEXT
5213506e
RW
4699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4700$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
22e05272 4701if ${ac_cv_c_compiler_gnu+:} false; then :
5213506e 4702 $as_echo_n "(cached) " >&6
1c710c3c 4703else
5213506e 4704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4705/* end confdefs.h. */
4706
4707int
4708main ()
4709{
4710#ifndef __GNUC__
4711 choke me
4712#endif
4713
4714 ;
4715 return 0;
4716}
4717_ACEOF
5213506e 4718if ac_fn_c_try_compile "$LINENO"; then :
1c710c3c
DJ
4719 ac_compiler_gnu=yes
4720else
5213506e 4721 ac_compiler_gnu=no
1c710c3c 4722fi
5213506e 4723rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c
DJ
4724ac_cv_c_compiler_gnu=$ac_compiler_gnu
4725
4726fi
5213506e
RW
4727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4728$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4729if test $ac_compiler_gnu = yes; then
4730 GCC=yes
4731else
4732 GCC=
4733fi
1c710c3c
DJ
4734ac_test_CFLAGS=${CFLAGS+set}
4735ac_save_CFLAGS=$CFLAGS
5213506e
RW
4736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4737$as_echo_n "checking whether $CC accepts -g... " >&6; }
22e05272 4738if ${ac_cv_prog_cc_g+:} false; then :
5213506e
RW
4739 $as_echo_n "(cached) " >&6
4740else
4741 ac_save_c_werror_flag=$ac_c_werror_flag
4742 ac_c_werror_flag=yes
4743 ac_cv_prog_cc_g=no
4744 CFLAGS="-g"
4745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4746/* end confdefs.h. */
4747
4748int
4749main ()
4750{
4751
4752 ;
4753 return 0;
4754}
4755_ACEOF
5213506e 4756if ac_fn_c_try_compile "$LINENO"; then :
55ffb5ed
NN
4757 ac_cv_prog_cc_g=yes
4758else
5213506e
RW
4759 CFLAGS=""
4760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4761/* end confdefs.h. */
4762
4763int
4764main ()
4765{
4766
4767 ;
4768 return 0;
4769}
4770_ACEOF
4771if ac_fn_c_try_compile "$LINENO"; then :
4772
4773else
4774 ac_c_werror_flag=$ac_save_c_werror_flag
4775 CFLAGS="-g"
4776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4777/* end confdefs.h. */
af71363e 4778
5213506e
RW
4779int
4780main ()
4781{
4782
4783 ;
4784 return 0;
4785}
4786_ACEOF
4787if ac_fn_c_try_compile "$LINENO"; then :
4788 ac_cv_prog_cc_g=yes
4789fi
4790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b0dc272 4791fi
5213506e 4792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 4793fi
5213506e
RW
4794rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4795 ac_c_werror_flag=$ac_save_c_werror_flag
4796fi
4797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4798$as_echo "$ac_cv_prog_cc_g" >&6; }
55ffb5ed 4799if test "$ac_test_CFLAGS" = set; then
1c710c3c 4800 CFLAGS=$ac_save_CFLAGS
55ffb5ed
NN
4801elif test $ac_cv_prog_cc_g = yes; then
4802 if test "$GCC" = yes; then
4803 CFLAGS="-g -O2"
4804 else
4805 CFLAGS="-g"
4806 fi
4807else
4808 if test "$GCC" = yes; then
4809 CFLAGS="-O2"
4810 else
4811 CFLAGS=
4812 fi
4813fi
5213506e
RW
4814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4815$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
22e05272 4816if ${ac_cv_prog_cc_c89+:} false; then :
5213506e 4817 $as_echo_n "(cached) " >&6
1c710c3c 4818else
5213506e 4819 ac_cv_prog_cc_c89=no
1c710c3c 4820ac_save_CC=$CC
5213506e 4821cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4822/* end confdefs.h. */
4823#include <stdarg.h>
4824#include <stdio.h>
22e05272 4825struct stat;
1c710c3c
DJ
4826/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4827struct buf { int x; };
4828FILE * (*rcsopen) (struct buf *, struct stat *, int);
4829static char *e (p, i)
4830 char **p;
4831 int i;
4832{
4833 return p[i];
4834}
4835static char *f (char * (*g) (char **, int), char **p, ...)
4836{
4837 char *s;
4838 va_list v;
4839 va_start (v,p);
4840 s = g (p, va_arg (v,int));
4841 va_end (v);
4842 return s;
4843}
4844
4845/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4846 function prototypes and stuff, but not '\xHH' hex character constants.
4847 These don't provoke an error unfortunately, instead are silently treated
5213506e 4848 as 'x'. The following induces an error, until -std is added to get
1c710c3c
DJ
4849 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4850 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 4851 that's true only with -std. */
1c710c3c
DJ
4852int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4853
5213506e
RW
4854/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4855 inside strings and character constants. */
4856#define FOO(x) 'x'
4857int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4858
1c710c3c
DJ
4859int test (int i, double x);
4860struct s1 {int (*f) (int a);};
4861struct s2 {int (*f) (double a);};
4862int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4863int argc;
4864char **argv;
4865int
4866main ()
4867{
4868return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4869 ;
4870 return 0;
4871}
4872_ACEOF
5213506e
RW
4873for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4874 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1c710c3c
DJ
4875do
4876 CC="$ac_save_CC $ac_arg"
5213506e
RW
4877 if ac_fn_c_try_compile "$LINENO"; then :
4878 ac_cv_prog_cc_c89=$ac_arg
1c710c3c 4879fi
5213506e
RW
4880rm -f core conftest.err conftest.$ac_objext
4881 test "x$ac_cv_prog_cc_c89" != "xno" && break
1c710c3c 4882done
5213506e 4883rm -f conftest.$ac_ext
1c710c3c
DJ
4884CC=$ac_save_CC
4885
4886fi
5213506e
RW
4887# AC_CACHE_VAL
4888case "x$ac_cv_prog_cc_c89" in
4889 x)
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4891$as_echo "none needed" >&6; } ;;
4892 xno)
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4894$as_echo "unsupported" >&6; } ;;
1c710c3c 4895 *)
5213506e
RW
4896 CC="$CC $ac_cv_prog_cc_c89"
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4898$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1c710c3c 4899esac
5213506e 4900if test "x$ac_cv_prog_cc_c89" != xno; then :
1c710c3c 4901
2aeb72e9
DD
4902fi
4903
2aeb72e9
DD
4904ac_ext=c
4905ac_cpp='$CPP $CPPFLAGS'
4906ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4907ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4908ac_compiler_gnu=$ac_cv_c_compiler_gnu
4909
5213506e 4910ac_ext=cpp
2aeb72e9
DD
4911ac_cpp='$CXXCPP $CPPFLAGS'
4912ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4913ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4914ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5213506e
RW
4915if test -z "$CXX"; then
4916 if test -n "$CCC"; then
4917 CXX=$CCC
4918 else
4919 if test -n "$ac_tool_prefix"; then
4920 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2aeb72e9
DD
4921 do
4922 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4923set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4924{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4925$as_echo_n "checking for $ac_word... " >&6; }
22e05272 4926if ${ac_cv_prog_CXX+:} false; then :
5213506e 4927 $as_echo_n "(cached) " >&6
2aeb72e9
DD
4928else
4929 if test -n "$CXX"; then
4930 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4931else
4932as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4933for as_dir in $PATH
4934do
4935 IFS=$as_save_IFS
4936 test -z "$as_dir" && as_dir=.
5213506e 4937 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 4938 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2aeb72e9 4939 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5213506e 4940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2aeb72e9
DD
4941 break 2
4942 fi
4943done
5213506e
RW
4944 done
4945IFS=$as_save_IFS
55ffb5ed 4946
c3a86da9
DJ
4947fi
4948fi
4949CXX=$ac_cv_prog_CXX
4950if test -n "$CXX"; then
5213506e
RW
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4952$as_echo "$CXX" >&6; }
c3a86da9 4953else
5213506e
RW
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4955$as_echo "no" >&6; }
c3a86da9
DJ
4956fi
4957
5213506e 4958
c3a86da9
DJ
4959 test -n "$CXX" && break
4960 done
4961fi
4962if test -z "$CXX"; then
4963 ac_ct_CXX=$CXX
5213506e 4964 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
c3a86da9
DJ
4965do
4966 # Extract the first word of "$ac_prog", so it can be a program name with args.
4967set dummy $ac_prog; ac_word=$2
5213506e
RW
4968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4969$as_echo_n "checking for $ac_word... " >&6; }
22e05272 4970if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5213506e 4971 $as_echo_n "(cached) " >&6
c3a86da9
DJ
4972else
4973 if test -n "$ac_ct_CXX"; then
4974 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4975else
4976as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4977for as_dir in $PATH
4978do
4979 IFS=$as_save_IFS
4980 test -z "$as_dir" && as_dir=.
5213506e 4981 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 4982 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c3a86da9 4983 ac_cv_prog_ac_ct_CXX="$ac_prog"
5213506e 4984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c3a86da9
DJ
4985 break 2
4986 fi
4987done
5213506e
RW
4988 done
4989IFS=$as_save_IFS
c3a86da9
DJ
4990
4991fi
4992fi
4993ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4994if test -n "$ac_ct_CXX"; then
5213506e
RW
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4996$as_echo "$ac_ct_CXX" >&6; }
c3a86da9 4997else
5213506e
RW
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4999$as_echo "no" >&6; }
c3a86da9
DJ
5000fi
5001
5213506e 5002
c3a86da9
DJ
5003 test -n "$ac_ct_CXX" && break
5004done
c3a86da9 5005
5213506e
RW
5006 if test "x$ac_ct_CXX" = x; then
5007 CXX="g++"
5008 else
5009 case $cross_compiling:$ac_tool_warned in
5010yes:)
5011{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5012$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5013ac_tool_warned=yes ;;
5014esac
5015 CXX=$ac_ct_CXX
5016 fi
c3a86da9
DJ
5017fi
5018
5213506e
RW
5019 fi
5020fi
c3a86da9 5021# Provide some information about the compiler.
5213506e
RW
5022$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5023set X $ac_compile
5024ac_compiler=$2
5025for ac_option in --version -v -V -qversion; do
5026 { { ac_try="$ac_compiler $ac_option >&5"
5027case "(($ac_try" in
5028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5029 *) ac_try_echo=$ac_try;;
5030esac
5031eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5032$as_echo "$ac_try_echo"; } >&5
5033 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c3a86da9 5034 ac_status=$?
5213506e
RW
5035 if test -s conftest.err; then
5036 sed '10a\
5037... rest of stderr output deleted ...
5038 10q' conftest.err >conftest.er1
5039 cat conftest.er1 >&5
5213506e 5040 fi
22e05272 5041 rm -f conftest.er1 conftest.err
5213506e
RW
5042 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5043 test $ac_status = 0; }
5044done
c3a86da9 5045
5213506e
RW
5046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5047$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
22e05272 5048if ${ac_cv_cxx_compiler_gnu+:} false; then :
5213506e 5049 $as_echo_n "(cached) " >&6
c3a86da9 5050else
5213506e 5051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
5052/* end confdefs.h. */
5053
5054int
5055main ()
5056{
5057#ifndef __GNUC__
5058 choke me
5059#endif
5060
5061 ;
5062 return 0;
5063}
5064_ACEOF
5213506e 5065if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
5066 ac_compiler_gnu=yes
5067else
5213506e 5068 ac_compiler_gnu=no
c3a86da9 5069fi
5213506e 5070rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c3a86da9
DJ
5071ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5072
5073fi
5213506e
RW
5074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5075$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5076if test $ac_compiler_gnu = yes; then
5077 GXX=yes
5078else
5079 GXX=
5080fi
c3a86da9
DJ
5081ac_test_CXXFLAGS=${CXXFLAGS+set}
5082ac_save_CXXFLAGS=$CXXFLAGS
5213506e
RW
5083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5084$as_echo_n "checking whether $CXX accepts -g... " >&6; }
22e05272 5085if ${ac_cv_prog_cxx_g+:} false; then :
5213506e
RW
5086 $as_echo_n "(cached) " >&6
5087else
5088 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5089 ac_cxx_werror_flag=yes
5090 ac_cv_prog_cxx_g=no
5091 CXXFLAGS="-g"
5092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
5093/* end confdefs.h. */
5094
5095int
5096main ()
5097{
5098
5099 ;
5100 return 0;
5101}
5102_ACEOF
5213506e 5103if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
5104 ac_cv_prog_cxx_g=yes
5105else
5213506e
RW
5106 CXXFLAGS=""
5107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 5108/* end confdefs.h. */
5213506e 5109
c3a86da9
DJ
5110int
5111main ()
5112{
5213506e 5113
c3a86da9
DJ
5114 ;
5115 return 0;
5116}
5117_ACEOF
5213506e 5118if ac_fn_cxx_try_compile "$LINENO"; then :
23f6b2f9 5119
5213506e
RW
5120else
5121 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5122 CXXFLAGS="-g"
5123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 5124/* end confdefs.h. */
5213506e 5125
c3a86da9
DJ
5126int
5127main ()
5128{
5213506e 5129
c3a86da9
DJ
5130 ;
5131 return 0;
5132}
5133_ACEOF
5213506e
RW
5134if ac_fn_cxx_try_compile "$LINENO"; then :
5135 ac_cv_prog_cxx_g=yes
11a67599 5136fi
5213506e
RW
5137rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5138fi
5139rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5140fi
5141rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5142 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5143fi
5144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5145$as_echo "$ac_cv_prog_cxx_g" >&6; }
5146if test "$ac_test_CXXFLAGS" = set; then
5147 CXXFLAGS=$ac_save_CXXFLAGS
5148elif test $ac_cv_prog_cxx_g = yes; then
5149 if test "$GXX" = yes; then
5150 CXXFLAGS="-g -O2"
5151 else
5152 CXXFLAGS="-g"
5153 fi
5154else
5155 if test "$GXX" = yes; then
5156 CXXFLAGS="-O2"
5157 else
5158 CXXFLAGS=
5159 fi
c3a86da9 5160fi
c3a86da9
DJ
5161ac_ext=c
5162ac_cpp='$CPP $CPPFLAGS'
5163ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5164ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5165ac_compiler_gnu=$ac_cv_c_compiler_gnu
5166
5167
5168# We must set the default linker to the linker used by gcc for the correct
5169# operation of libtool. If LD is not defined and we are using gcc, try to
5170# set the LD default to the ld used by gcc.
5171if test -z "$LD"; then
5172 if test "$GCC" = yes; then
5173 case $build in
5174 *-*-mingw*)
5175 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
5176 *)
5177 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
5178 esac
5179 case $gcc_prog_ld in
5180 # Accept absolute paths.
5181 [\\/]* | [A-Za-z]:[\\/]*)
5182 LD="$gcc_prog_ld" ;;
5183 esac
5184 fi
23f6b2f9
PB
5185fi
5186
0b21f5d3
EB
5187# Check whether -static-libstdc++ -static-libgcc is supported.
5188have_static_libs=no
5189if test "$GCC" = yes; then
5190 saved_LDFLAGS="$LDFLAGS"
5191
5192 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5194$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5195 ac_ext=cpp
5196ac_cpp='$CXXCPP $CPPFLAGS'
5197ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5198ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5199ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5200
5201
5202cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5203/* end confdefs.h. */
0d6414b2
EB
5204
5205#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5206#error -static-libstdc++ not implemented
5207#endif
0b21f5d3
EB
5208int main() {}
5209_ACEOF
5210if ac_fn_cxx_try_link "$LINENO"; then :
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5212$as_echo "yes" >&6; }; have_static_libs=yes
5213else
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5215$as_echo "no" >&6; }
5216fi
5217rm -f core conftest.err conftest.$ac_objext \
5218 conftest$ac_exeext conftest.$ac_ext
5219 ac_ext=c
5220ac_cpp='$CPP $CPPFLAGS'
5221ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5222ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5223ac_compiler_gnu=$ac_cv_c_compiler_gnu
5224
5225
5226 LDFLAGS="$saved_LDFLAGS"
5227fi
5228
23f6b2f9
PB
5229
5230
55ffb5ed 5231
1c710c3c
DJ
5232if test -n "$ac_tool_prefix"; then
5233 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
55ffb5ed 5234set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5213506e
RW
5235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5236$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5237if ${ac_cv_prog_GNATBIND+:} false; then :
5213506e 5238 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5239else
5240 if test -n "$GNATBIND"; then
5241 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5242else
1c710c3c
DJ
5243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5244for as_dir in $PATH
5245do
5246 IFS=$as_save_IFS
5247 test -z "$as_dir" && as_dir=.
5213506e 5248 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 5250 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5213506e 5251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5252 break 2
5253 fi
5254done
5213506e
RW
5255 done
5256IFS=$as_save_IFS
1c710c3c 5257
55ffb5ed
NN
5258fi
5259fi
1c710c3c 5260GNATBIND=$ac_cv_prog_GNATBIND
55ffb5ed 5261if test -n "$GNATBIND"; then
5213506e
RW
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5263$as_echo "$GNATBIND" >&6; }
55ffb5ed 5264else
5213506e
RW
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5266$as_echo "no" >&6; }
55ffb5ed
NN
5267fi
5268
5213506e 5269
1c710c3c 5270fi
55ffb5ed 5271if test -z "$ac_cv_prog_GNATBIND"; then
1c710c3c 5272 ac_ct_GNATBIND=$GNATBIND
55ffb5ed
NN
5273 # Extract the first word of "gnatbind", so it can be a program name with args.
5274set dummy gnatbind; ac_word=$2
5213506e
RW
5275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5276$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5277if ${ac_cv_prog_ac_ct_GNATBIND+:} false; then :
5213506e 5278 $as_echo_n "(cached) " >&6
55ffb5ed 5279else
1c710c3c
DJ
5280 if test -n "$ac_ct_GNATBIND"; then
5281 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
55ffb5ed 5282else
1c710c3c
DJ
5283as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5284for as_dir in $PATH
5285do
5286 IFS=$as_save_IFS
5287 test -z "$as_dir" && as_dir=.
5213506e 5288 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5289 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 5290 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5213506e 5291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5292 break 2
5293 fi
5294done
5213506e
RW
5295 done
5296IFS=$as_save_IFS
1c710c3c 5297
55ffb5ed
NN
5298fi
5299fi
1c710c3c
DJ
5300ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5301if test -n "$ac_ct_GNATBIND"; then
5213506e
RW
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5303$as_echo "$ac_ct_GNATBIND" >&6; }
55ffb5ed 5304else
5213506e
RW
5305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5306$as_echo "no" >&6; }
55ffb5ed
NN
5307fi
5308
5213506e
RW
5309 if test "x$ac_ct_GNATBIND" = x; then
5310 GNATBIND="no"
5311 else
5312 case $cross_compiling:$ac_tool_warned in
5313yes:)
5314{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5315$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5316ac_tool_warned=yes ;;
5317esac
5318 GNATBIND=$ac_ct_GNATBIND
5319 fi
55ffb5ed 5320else
1c710c3c 5321 GNATBIND="$ac_cv_prog_GNATBIND"
55ffb5ed
NN
5322fi
5323
1c710c3c
DJ
5324if test -n "$ac_tool_prefix"; then
5325 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5305be7e 5326set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5213506e
RW
5327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5328$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5329if ${ac_cv_prog_GNATMAKE+:} false; then :
5213506e 5330 $as_echo_n "(cached) " >&6
5305be7e
RG
5331else
5332 if test -n "$GNATMAKE"; then
5333 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5334else
1c710c3c
DJ
5335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5336for as_dir in $PATH
5337do
5338 IFS=$as_save_IFS
5339 test -z "$as_dir" && as_dir=.
5213506e 5340 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5341 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 5342 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5213506e 5343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5344 break 2
5345 fi
5346done
5213506e
RW
5347 done
5348IFS=$as_save_IFS
1c710c3c 5349
5305be7e
RG
5350fi
5351fi
1c710c3c 5352GNATMAKE=$ac_cv_prog_GNATMAKE
5305be7e 5353if test -n "$GNATMAKE"; then
5213506e
RW
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5355$as_echo "$GNATMAKE" >&6; }
5305be7e 5356else
5213506e
RW
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5358$as_echo "no" >&6; }
5305be7e
RG
5359fi
5360
5213506e 5361
1c710c3c 5362fi
5305be7e 5363if test -z "$ac_cv_prog_GNATMAKE"; then
1c710c3c 5364 ac_ct_GNATMAKE=$GNATMAKE
5305be7e
RG
5365 # Extract the first word of "gnatmake", so it can be a program name with args.
5366set dummy gnatmake; ac_word=$2
5213506e
RW
5367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5368$as_echo_n "checking for $ac_word... " >&6; }
22e05272 5369if ${ac_cv_prog_ac_ct_GNATMAKE+:} false; then :
5213506e 5370 $as_echo_n "(cached) " >&6
5305be7e 5371else
1c710c3c
DJ
5372 if test -n "$ac_ct_GNATMAKE"; then
5373 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5305be7e 5374else
1c710c3c
DJ
5375as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5376for as_dir in $PATH
5377do
5378 IFS=$as_save_IFS
5379 test -z "$as_dir" && as_dir=.
5213506e 5380 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 5381 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 5382 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5213506e 5383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5384 break 2
5385 fi
5386done
5213506e
RW
5387 done
5388IFS=$as_save_IFS
1c710c3c 5389
5305be7e
RG
5390fi
5391fi
1c710c3c
DJ
5392ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5393if test -n "$ac_ct_GNATMAKE"; then
5213506e
RW
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5395$as_echo "$ac_ct_GNATMAKE" >&6; }
5305be7e 5396else
5213506e
RW
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5398$as_echo "no" >&6; }
5305be7e
RG
5399fi
5400
5213506e
RW
5401 if test "x$ac_ct_GNATMAKE" = x; then
5402 GNATMAKE="no"
5403 else
5404 case $cross_compiling:$ac_tool_warned in
5405yes:)
5406{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5407$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5408ac_tool_warned=yes ;;
5409esac
5410 GNATMAKE=$ac_ct_GNATMAKE
5411 fi
5305be7e 5412else
1c710c3c 5413 GNATMAKE="$ac_cv_prog_GNATMAKE"
5305be7e
RG
5414fi
5415
5213506e
RW
5416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5417$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
22e05272 5418if ${acx_cv_cc_gcc_supports_ada+:} false; then :
5213506e 5419 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5420else
5421 cat >conftest.adb <<EOF
5422procedure conftest is begin null; end conftest;
5423EOF
5424acx_cv_cc_gcc_supports_ada=no
5425# There is a bug in old released versions of GCC which causes the
5426# driver to exit successfully when the appropriate language module
5427# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5428# Therefore we must check for the error message as well as an
5429# unsuccessful exit.
1db673ca
RO
5430# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5431# given a .adb file, but produce no object file. So we must check
5432# if an object file was really produced to guard against this.
55ffb5ed 5433errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
1db673ca 5434if test x"$errors" = x && test -f conftest.$ac_objext; then
55ffb5ed 5435 acx_cv_cc_gcc_supports_ada=yes
55ffb5ed
NN
5436fi
5437rm -f conftest.*
5438fi
5213506e
RW
5439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5440$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
55ffb5ed 5441
7cb62ef1 5442if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
55ffb5ed
NN
5443 have_gnat=yes
5444else
5445 have_gnat=no
5446fi
5447
5213506e
RW
5448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5449$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
22e05272 5450if ${gcc_cv_prog_cmp_skip+:} false; then :
5213506e 5451 $as_echo_n "(cached) " >&6
a76494aa
PB
5452else
5453 echo abfoo >t1
5454 echo cdfoo >t2
b55e6680 5455 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
6cf1ac42
PB
5456 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5457 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5458 :
5459 else
5460 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5461 fi
5462 fi
a76494aa
PB
5463 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5464 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
6cf1ac42 5465 :
a76494aa
PB
5466 else
5467 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5468 fi
5469 fi
5470 rm t1 t2
5471
5472fi
5213506e
RW
5473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5474$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
a76494aa
PB
5475do_compare="$gcc_cv_prog_cmp_skip"
5476
5477
55ffb5ed 5478
ff3ac0f4
ILT
5479# Check whether --enable-bootstrap was given.
5480if test "${enable_bootstrap+set}" = set; then :
5481 enableval=$enable_bootstrap;
5482else
5483 enable_bootstrap=default
5484fi
5485
5486
5487# Issue errors and warnings for invalid/strange bootstrap combinations.
bf03b9ff
ILT
5488if test -r $srcdir/gcc/configure; then
5489 have_compiler=yes
5490else
5491 have_compiler=no
5492fi
ff3ac0f4
ILT
5493
5494case "$have_compiler:$host:$target:$enable_bootstrap" in
5495 *:*:*:no) ;;
5496
5497 # Default behavior. Enable bootstrap if we have a compiler
5498 # and we are in a native configuration.
5499 yes:$build:$build:default)
5500 enable_bootstrap=yes ;;
5501
5502 *:*:*:default)
5503 enable_bootstrap=no ;;
5504
5505 # We have a compiler and we are in a native configuration, bootstrap is ok
5506 yes:$build:$build:yes)
5507 ;;
5508
5509 # Other configurations, but we have a compiler. Assume the user knows
5510 # what he's doing.
5511 yes:*:*:yes)
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5513$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5514 ;;
5515
5516 # No compiler: if they passed --enable-bootstrap explicitly, fail
5517 no:*:*:yes)
22e05272 5518 as_fn_error $? "cannot bootstrap without a compiler" "$LINENO" 5 ;;
ff3ac0f4
ILT
5519
5520 # Fail if wrong command line
5521 *)
22e05272 5522 as_fn_error $? "invalid option for --enable-bootstrap" "$LINENO" 5
ff3ac0f4
ILT
5523 ;;
5524esac
5525
5329b59a
JM
5526# When bootstrapping with GCC, build stage 1 in C++11 mode to ensure that a
5527# C++11 compiler can still start the bootstrap.
46070488 5528if test "$enable_bootstrap:$GXX" = "yes:yes"; then
5329b59a 5529 CXX="$CXX -std=c++11"
46070488
JM
5530fi
5531
592c90ff
KG
5532# Used for setting $lt_cv_objdir
5533{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5534$as_echo_n "checking for objdir... " >&6; }
22e05272 5535if ${lt_cv_objdir+:} false; then :
592c90ff
KG
5536 $as_echo_n "(cached) " >&6
5537else
5538 rm -f .libs 2>/dev/null
5539mkdir .libs 2>/dev/null
5540if test -d .libs; then
5541 lt_cv_objdir=.libs
5542else
5543 # MS-DOS does not allow filenames that begin with a dot.
5544 lt_cv_objdir=_libs
5545fi
5546rmdir .libs 2>/dev/null
5547fi
5548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5549$as_echo "$lt_cv_objdir" >&6; }
5550objdir=$lt_cv_objdir
5551
5552
5553
5554
5555
5556cat >>confdefs.h <<_ACEOF
5557#define LT_OBJDIR "$lt_cv_objdir/"
5558_ACEOF
5559
5560
5561
acd26225 5562# Check for GMP, MPFR and MPC
3a5729ea 5563gmplibs="-lmpc -lmpfr -lgmp"
6de9cd9a 5564gmpinc=
e69bf64b 5565have_gmp=no
acd26225
KG
5566
5567# Specify a location for mpc
5568# check for this first so it ends up on the link line before mpfr.
5569
5213506e
RW
5570# Check whether --with-mpc was given.
5571if test "${with_mpc+set}" = set; then :
5572 withval=$with_mpc;
5573fi
acd26225 5574
acd26225 5575
9965e3cd 5576# Check whether --with-mpc-include was given.
5213506e
RW
5577if test "${with_mpc_include+set}" = set; then :
5578 withval=$with_mpc_include;
5579fi
acd26225 5580
acd26225 5581
9965e3cd 5582# Check whether --with-mpc-lib was given.
5213506e
RW
5583if test "${with_mpc_lib+set}" = set; then :
5584 withval=$with_mpc_lib;
5585fi
acd26225 5586
acd26225
KG
5587
5588if test "x$with_mpc" != x; then
3a5729ea
KG
5589 gmplibs="-L$with_mpc/lib $gmplibs"
5590 gmpinc="-I$with_mpc/include $gmpinc"
acd26225
KG
5591fi
5592if test "x$with_mpc_include" != x; then
3a5729ea 5593 gmpinc="-I$with_mpc_include $gmpinc"
acd26225
KG
5594fi
5595if test "x$with_mpc_lib" != x; then
3a5729ea 5596 gmplibs="-L$with_mpc_lib $gmplibs"
acd26225
KG
5597fi
5598if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
592c90ff 5599 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
3a5729ea 5600 gmpinc='-I$$s/mpc/src '"$gmpinc"
acd26225
KG
5601 # Do not test the mpc version. Assume that it is sufficient, since
5602 # it is in the source tree, and the library has not been built yet
5603 # but it would be included on the link line in the version check below
5604 # hence making the test fail.
3a5729ea 5605 have_gmp=yes
acd26225 5606fi
e69bf64b 5607
bebf829d
PB
5608# Specify a location for mpfr
5609# check for this first so it ends up on the link line before gmp.
1c710c3c 5610
5213506e
RW
5611# Check whether --with-mpfr-dir was given.
5612if test "${with_mpfr_dir+set}" = set; then :
22e05272 5613 withval=$with_mpfr_dir; as_fn_error $? "The --with-mpfr-dir=PATH option has been removed.
5213506e
RW
5614Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5615fi
5616
bebf829d
PB
5617
5618
5213506e
RW
5619# Check whether --with-mpfr was given.
5620if test "${with_mpfr+set}" = set; then :
5621 withval=$with_mpfr;
5622fi
1c710c3c 5623
bebf829d 5624
9965e3cd 5625# Check whether --with-mpfr-include was given.
5213506e
RW
5626if test "${with_mpfr_include+set}" = set; then :
5627 withval=$with_mpfr_include;
5628fi
1c710c3c 5629
8a877c9c 5630
9965e3cd 5631# Check whether --with-mpfr-lib was given.
5213506e
RW
5632if test "${with_mpfr_lib+set}" = set; then :
5633 withval=$with_mpfr_lib;
5634fi
8a877c9c 5635
bebf829d
PB
5636
5637if test "x$with_mpfr" != x; then
5638 gmplibs="-L$with_mpfr/lib $gmplibs"
3a5729ea 5639 gmpinc="-I$with_mpfr/include $gmpinc"
bebf829d 5640fi
8a877c9c 5641if test "x$with_mpfr_include" != x; then
3a5729ea 5642 gmpinc="-I$with_mpfr_include $gmpinc"
8a877c9c
KG
5643fi
5644if test "x$with_mpfr_lib" != x; then
5645 gmplibs="-L$with_mpfr_lib $gmplibs"
5646fi
e69bf64b 5647if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
8f3675f8
MR
5648 # MPFR v3.1.0 moved the sources into a src sub-directory.
5649 if ! test -d ${srcdir}/mpfr/src; then
22e05272 5650 as_fn_error $? "Building GCC with MPFR in the source tree is only handled for MPFR 3.1.0+." "$LINENO" 5
8f3675f8 5651 fi
00f35794
BE
5652 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5653 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5654 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
e69bf64b
PB
5655 # Do not test the mpfr version. Assume that it is sufficient, since
5656 # it is in the source tree, and the library has not been built yet
5657 # but it would be included on the link line in the version check below
5658 # hence making the test fail.
5659 have_gmp=yes
5660fi
bebf829d 5661
6de9cd9a 5662# Specify a location for gmp
1c710c3c 5663
5213506e
RW
5664# Check whether --with-gmp-dir was given.
5665if test "${with_gmp_dir+set}" = set; then :
22e05272 5666 withval=$with_gmp_dir; as_fn_error $? "The --with-gmp-dir=PATH option has been removed.
5213506e
RW
5667Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5668fi
5669
6de9cd9a 5670
6de9cd9a 5671
5213506e
RW
5672# Check whether --with-gmp was given.
5673if test "${with_gmp+set}" = set; then :
5674 withval=$with_gmp;
5675fi
1c710c3c 5676
6de9cd9a 5677
9965e3cd 5678# Check whether --with-gmp-include was given.
5213506e
RW
5679if test "${with_gmp_include+set}" = set; then :
5680 withval=$with_gmp_include;
5681fi
1c710c3c 5682
8a877c9c 5683
9965e3cd 5684# Check whether --with-gmp-lib was given.
5213506e
RW
5685if test "${with_gmp_lib+set}" = set; then :
5686 withval=$with_gmp_lib;
5687fi
8a877c9c
KG
5688
5689
6de9cd9a 5690
bebf829d
PB
5691if test "x$with_gmp" != x; then
5692 gmplibs="-L$with_gmp/lib $gmplibs"
5693 gmpinc="-I$with_gmp/include $gmpinc"
6de9cd9a 5694fi
8a877c9c
KG
5695if test "x$with_gmp_include" != x; then
5696 gmpinc="-I$with_gmp_include $gmpinc"
5697fi
5698if test "x$with_gmp_lib" != x; then
5699 gmplibs="-L$with_gmp_lib $gmplibs"
5700fi
e69bf64b 5701if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
592c90ff 5702 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
e69bf64b 5703 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
9183bdcf 5704 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
592c90ff 5705 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
0ff2d841 5706 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
e69bf64b
PB
5707 # Do not test the gmp version. Assume that it is sufficient, since
5708 # it is in the source tree, and the library has not been built yet
5709 # but it would be included on the link line in the version check below
5710 # hence making the test fail.
5711 have_gmp=yes
5712fi
6de9cd9a 5713
d943d7c4 5714if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
e69bf64b
PB
5715 have_gmp=yes
5716 saved_CFLAGS="$CFLAGS"
5717 CFLAGS="$CFLAGS $gmpinc"
362c6d2f
KG
5718 # Check for the recommended and required versions of GMP.
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5720$as_echo_n "checking for the correct version of gmp.h... " >&6; }
e8fd69bb
SP
5721
5722cat confdefs.h - <<_ACEOF >conftest.$ac_ext
362c6d2f
KG
5723/* end confdefs.h. */
5724#include "gmp.h"
5725int
5726main ()
5727{
5728
5729 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5730 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
385c0681 5731 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
362c6d2f
KG
5732 choke me
5733 #endif
5734
5735 ;
5736 return 0;
5737}
5738_ACEOF
5739if ac_fn_c_try_compile "$LINENO"; then :
e8fd69bb 5740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5741/* end confdefs.h. */
362c6d2f 5742#include <gmp.h>
1c710c3c
DJ
5743int
5744main ()
5745{
6de9cd9a 5746
362c6d2f
KG
5747 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5748 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5749 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
e69bf64b
PB
5750 choke me
5751 #endif
1c710c3c
DJ
5752
5753 ;
5754 return 0;
5755}
5756_ACEOF
5213506e
RW
5757if ac_fn_c_try_compile "$LINENO"; then :
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5759$as_echo "yes" >&6; }
362c6d2f
KG
5760else
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5762$as_echo "buggy but acceptable" >&6; }
5763fi
5764rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 5765else
5213506e
RW
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5767$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5768fi
5213506e 5769rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a 5770
acd26225 5771 # If we have GMP, check the MPFR version.
e69bf64b 5772 if test x"$have_gmp" = xyes; then
362c6d2f
KG
5773 # Check for the recommended and required versions of MPFR.
5774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5775$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5213506e 5776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5777/* end confdefs.h. */
70ec446f 5778#include <gmp.h>
e69bf64b 5779 #include <mpfr.h>
1c710c3c
DJ
5780int
5781main ()
5782{
e48d66a9 5783
8be34204 5784 #if MPFR_VERSION < MPFR_VERSION_NUM(3,1,0)
e69bf64b
PB
5785 choke me
5786 #endif
1c710c3c
DJ
5787
5788 ;
5789 return 0;
5790}
5791_ACEOF
5213506e
RW
5792if ac_fn_c_try_compile "$LINENO"; then :
5793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5794/* end confdefs.h. */
a3993f33 5795#include <gmp.h>
e69bf64b 5796 #include <mpfr.h>
1c710c3c
DJ
5797int
5798main ()
5799{
a3993f33 5800
8be34204 5801 #if MPFR_VERSION < MPFR_VERSION_NUM(3,1,6)
e69bf64b
PB
5802 choke me
5803 #endif
acd26225
KG
5804
5805 ;
5806 return 0;
5807}
5808_ACEOF
5213506e
RW
5809if ac_fn_c_try_compile "$LINENO"; then :
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5811$as_echo "yes" >&6; }
acd26225 5812else
5213506e
RW
5813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5814$as_echo "buggy but acceptable" >&6; }
acd26225 5815fi
5213506e 5816rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5817else
5213506e
RW
5818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5819$as_echo "no" >&6; }; have_gmp=no
acd26225 5820fi
5213506e 5821rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5822 fi
5823
5824 # Check for the MPC header version.
3a5729ea 5825 if test x"$have_gmp" = xyes ; then
362c6d2f 5826 # Check for the recommended and required versions of MPC.
5213506e
RW
5827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5828$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5830/* end confdefs.h. */
5831#include <mpc.h>
5832int
5833main ()
5834{
5835
362c6d2f
KG
5836 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5837 choke me
5838 #endif
5839
5840 ;
5841 return 0;
5842}
5843_ACEOF
5844if ac_fn_c_try_compile "$LINENO"; then :
5845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5846/* end confdefs.h. */
5847#include <mpc.h>
5848int
5849main ()
5850{
5851
5852 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
acd26225
KG
5853 choke me
5854 #endif
5855
5856 ;
5857 return 0;
5858}
5859_ACEOF
5213506e
RW
5860if ac_fn_c_try_compile "$LINENO"; then :
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3a5729ea 5862$as_echo "yes" >&6; }
362c6d2f
KG
5863else
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5865$as_echo "buggy but acceptable" >&6; }
5866fi
5867rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5868else
5213506e 5869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3a5729ea 5870$as_echo "no" >&6; }; have_gmp=no
acd26225 5871fi
5213506e 5872rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5873 fi
5874
5875 # Now check the MPFR library.
5876 if test x"$have_gmp" = xyes; then
5877 saved_LIBS="$LIBS"
5878 LIBS="$LIBS $gmplibs"
3a5729ea
KG
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5880$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5213506e 5881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225 5882/* end confdefs.h. */
3a5729ea 5883#include <mpc.h>
acd26225
KG
5884int
5885main ()
5886{
5887
5888 mpfr_t n;
5889 mpfr_t x;
3a5729ea 5890 mpc_t c;
acd26225
KG
5891 int t;
5892 mpfr_init (n);
5893 mpfr_init (x);
90ca6847
TB
5894 mpfr_atan2 (n, n, x, MPFR_RNDN);
5895 mpfr_erfc (n, x, MPFR_RNDN);
5896 mpfr_subnormalize (x, t, MPFR_RNDN);
3a5729ea
KG
5897 mpfr_clear(n);
5898 mpfr_clear(x);
5899 mpc_init2 (c, 53);
5900 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5901 mpc_cosh (c, c, MPC_RNDNN);
5902 mpc_pow (c, c, c, MPC_RNDNN);
5903 mpc_acosh (c, c, MPC_RNDNN);
5904 mpc_clear (c);
1c710c3c
DJ
5905
5906 ;
5907 return 0;
5908}
5909_ACEOF
5213506e
RW
5910if ac_fn_c_try_link "$LINENO"; then :
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5912$as_echo "yes" >&6; }
1c710c3c 5913else
5213506e
RW
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5915$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5916fi
5213506e
RW
5917rm -f core conftest.err conftest.$ac_objext \
5918 conftest$ac_exeext conftest.$ac_ext
acd26225
KG
5919 LIBS="$saved_LIBS"
5920 fi
5921
e69bf64b 5922 CFLAGS="$saved_CFLAGS"
6de9cd9a 5923
362c6d2f
KG
5924# The library versions listed in the error message below should match
5925# the HARD-minimums enforced above.
e69bf64b 5926 if test x$have_gmp != xyes; then
8be34204 5927 as_fn_error $? "Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
3a5729ea
KG
5928Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5929their locations. Source code for these libraries can be found at
5930their respective hosting sites as well as at
aeebd94c 5931https://gcc.gnu.org/pub/gcc/infrastructure/. See also
3a5729ea
KG
5932http://gcc.gnu.org/install/prerequisites.html for additional info. If
5933you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5934make sure that you have installed both the libraries and the header
5935files. They may be located in separate packages." "$LINENO" 5
e69bf64b 5936 fi
70ec446f
KG
5937fi
5938
acd26225
KG
5939# Flags needed for both GMP, MPFR and/or MPC.
5940
5941
6de9cd9a
DN
5942
5943
5944
9e3eba15 5945
0ff2d841 5946
0b21f5d3 5947# Libraries to use for stage1 or when not bootstrapping.
00020c16 5948
0b21f5d3
EB
5949# Check whether --with-stage1-libs was given.
5950if test "${with_stage1_libs+set}" = set; then :
5951 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5952 stage1_libs=
00020c16 5953 else
0b21f5d3 5954 stage1_libs=$withval
00020c16
ILT
5955 fi
5956else
5dc85f7e 5957 stage1_libs=
5213506e
RW
5958fi
5959
00020c16
ILT
5960
5961
aac9103b
TT
5962# Whether or not to use -static-libstdc++ and -static-libgcc. The
5963# default is yes if gcc is being built; no otherwise. The reason for
5964# this default is that gdb is sometimes linked against GNU Source
5965# Highlight, which is a shared library that uses C++ exceptions. In
5966# this case, -static-libstdc++ will cause crashes.
5967
5968# Check whether --with-static-standard-libraries was given.
5969if test "${with_static_standard_libraries+set}" = set; then :
5970 withval=$with_static_standard_libraries;
5971else
5972 with_static_standard_libraries=auto
5973fi
5974
5975if test "$with_static_standard_libraries" = auto; then
5976 with_static_standard_libraries=$have_compiler
5977fi
5978
0b21f5d3 5979# Linker flags to use for stage1 or when not bootstrapping.
00020c16 5980
0b21f5d3
EB
5981# Check whether --with-stage1-ldflags was given.
5982if test "${with_stage1_ldflags+set}" = set; then :
5983 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5984 stage1_ldflags=
00020c16 5985 else
0b21f5d3 5986 stage1_ldflags=$withval
00020c16
ILT
5987 fi
5988else
0b21f5d3
EB
5989 stage1_ldflags=
5990 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5991 # if supported. But if the user explicitly specified the libraries to use,
5992 # trust that they are doing what they want.
aac9103b
TT
5993 if test "$with_static_standard_libraries" = yes -a "$stage1_libs" = "" \
5994 -a "$have_static_libs" = yes; then
0b21f5d3
EB
5995 stage1_ldflags="-static-libstdc++ -static-libgcc"
5996 fi
5213506e
RW
5997fi
5998
00020c16
ILT
5999
6000
5dc85f7e 6001# Libraries to use for stage2 and later builds.
00020c16 6002
5213506e
RW
6003# Check whether --with-boot-libs was given.
6004if test "${with_boot_libs+set}" = set; then :
6005 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e90e6bd7
ILT
6006 poststage1_libs=
6007 else
6008 poststage1_libs=$withval
6009 fi
6010else
5dc85f7e 6011 poststage1_libs=
5213506e
RW
6012fi
6013
00020c16
ILT
6014
6015
ed2eaa9f
ILT
6016# Linker flags to use for stage2 and later builds.
6017
6018# Check whether --with-boot-ldflags was given.
6019if test "${with_boot_ldflags+set}" = set; then :
6020 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
6021 poststage1_ldflags=
6022 else
6023 poststage1_ldflags=$withval
6024 fi
6025else
6026 poststage1_ldflags=
bec93d73
ILT
6027 # In stages 2 and 3, default to linking libstdc++ and libgcc
6028 # statically. But if the user explicitly specified the libraries to
6029 # use, trust that they are doing what they want.
6030 if test "$poststage1_libs" = ""; then
ed2eaa9f
ILT
6031 poststage1_ldflags="-static-libstdc++ -static-libgcc"
6032 fi
6033fi
6034
6035
6036
e357a5e0 6037# GCC GRAPHITE dependency isl.
4a9bb2aa 6038# Basic setup is inlined here, actual checks are in config/isl.m4
f8bf9252
SP
6039
6040
33ad93b9
RG
6041# Check whether --with-isl was given.
6042if test "${with_isl+set}" = set; then :
6043 withval=$with_isl;
5213506e 6044fi
f8bf9252 6045
f8bf9252 6046
eae1a5d4 6047# Treat --without-isl as a request to disable
625afa23 6048# GRAPHITE support and skip all following checks.
eae1a5d4 6049if test "x$with_isl" != "xno"; then
e357a5e0 6050 # Check for isl
625afa23
RG
6051
6052
33ad93b9
RG
6053# Check whether --with-isl-include was given.
6054if test "${with_isl_include+set}" = set; then :
6055 withval=$with_isl_include;
5213506e
RW
6056fi
6057
f8bf9252 6058
33ad93b9
RG
6059# Check whether --with-isl-lib was given.
6060if test "${with_isl_lib+set}" = set; then :
6061 withval=$with_isl_lib;
5213506e 6062fi
f8bf9252 6063
f8bf9252 6064
33ad93b9
RG
6065 # Check whether --enable-isl-version-check was given.
6066if test "${enable_isl_version_check+set}" = set; then :
6067 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
6068else
6069 ENABLE_ISL_CHECK=yes
7d32a440
SP
6070fi
6071
6072
33ad93b9
RG
6073 # Initialize isllibs and islinc.
6074 case $with_isl in
6075 no)
6076 isllibs=
6077 islinc=
6078 ;;
6079 "" | yes)
6080 ;;
6081 *)
6082 isllibs="-L$with_isl/lib"
6083 islinc="-I$with_isl/include"
6084 ;;
6085 esac
6086 if test "x${with_isl_include}" != x ; then
6087 islinc="-I$with_isl_include"
6088 fi
6089 if test "x${with_isl_lib}" != x; then
6090 isllibs="-L$with_isl_lib"
6091 fi
6092 if test "x${islinc}" = x && test "x${isllibs}" = x \
6093 && test -d ${srcdir}/isl; then
6094 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
6095 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
6096 ENABLE_ISL_CHECK=no
560d18d3
AK
6097 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree isl, disabling version check" >&5
6098$as_echo "$as_me: WARNING: using in-tree isl, disabling version check" >&2;}
33ad93b9 6099 fi
7d32a440 6100
eae1a5d4
RG
6101 isllibs="${isllibs} -lisl"
6102
7d32a440 6103
7d32a440 6104
9847828b
RB
6105 if test "${ENABLE_ISL_CHECK}" = yes ; then
6106 _isl_saved_CFLAGS=$CFLAGS
6107 _isl_saved_LDFLAGS=$LDFLAGS
6108 _isl_saved_LIBS=$LIBS
6109
6110 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
70decafb
NS
6111 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs} ${gmplibs}"
6112 LIBS="${_isl_saved_LIBS} -lisl -lgmp"
9847828b 6113
f877b3ad
RB
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.15 or later" >&5
6115$as_echo_n "checking for isl 0.15 or later... " >&6; }
e0c0c325 6116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
622dbadf 6117/* end confdefs.h. */
f877b3ad 6118#include <isl/schedule.h>
622dbadf
BC
6119int
6120main ()
6121{
f877b3ad 6122isl_options_set_schedule_serialize_sccs (NULL, 0);
622dbadf
BC
6123 ;
6124 return 0;
6125}
6126_ACEOF
6127if ac_fn_c_try_link "$LINENO"; then :
9847828b 6128 gcc_cv_isl=yes
622dbadf
BC
6129else
6130 gcc_cv_isl=no
6131fi
6132rm -f core conftest.err conftest.$ac_objext \
6133 conftest$ac_exeext conftest.$ac_ext
9847828b
RB
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6135$as_echo "$gcc_cv_isl" >&6; }
6136
560d18d3 6137 if test "${gcc_cv_isl}" = no ; then
f877b3ad
RB
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: required isl version is 0.15 or later" >&5
6139$as_echo "required isl version is 0.15 or later" >&6; }
1e050c90
AK
6140 fi
6141
9847828b
RB
6142 CFLAGS=$_isl_saved_CFLAGS
6143 LDFLAGS=$_isl_saved_LDFLAGS
6144 LIBS=$_isl_saved_LIBS
6145 fi
6146
6147
f8bf9252 6148
f8bf9252 6149
33ad93b9
RG
6150
6151
33ad93b9
RG
6152 if test "x${with_isl}" = xno; then
6153 graphite_requested=no
6154 elif test "x${with_isl}" != x \
6155 || test "x${with_isl_include}" != x \
6156 || test "x${with_isl_lib}" != x ; then
6157 graphite_requested=yes
6158 else
6159 graphite_requested=no
7d32a440 6160 fi
d789184e 6161
d789184e
SP
6162
6163
33ad93b9
RG
6164 if test "${gcc_cv_isl}" = no ; then
6165 isllibs=
6166 islinc=
6167 fi
6168
6169 if test "${graphite_requested}" = yes \
6170 && test "x${isllibs}" = x \
6171 && test "x${islinc}" = x ; then
f8bf9252 6172
22e05272 6173 as_fn_error $? "Unable to find a usable isl. See config.log for details." "$LINENO" 5
33ad93b9 6174 fi
f8bf9252 6175
d32ef397 6176
d32ef397
AS
6177fi
6178
e357a5e0 6179# If the isl check failed, disable builds of in-tree variant of isl
625afa23 6180if test "x$with_isl" = xno ||
625afa23 6181 test "x$gcc_cv_isl" = xno; then
4a9bb2aa 6182 noconfigdirs="$noconfigdirs isl"
625afa23 6183 islinc=
32d024bf
RG
6184fi
6185
625afa23
RG
6186
6187
6188
d7f09764
DN
6189# Check for LTO support.
6190# Check whether --enable-lto was given.
6191if test "${enable_lto+set}" = set; then :
6192 enableval=$enable_lto; enable_lto=$enableval
6193else
6194 enable_lto=yes; default_enable_lto=yes
6195fi
6196
6197
7413962d 6198
9a02962b
DK
6199
6200
6201target_elf=no
6202case $target in
6203 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
e44dbbe1 6204 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
8f56cb51 6205 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux* | \
8ae12d71 6206 nvptx-*-none)
9a02962b
DK
6207 target_elf=no
6208 ;;
6209 *)
6210 target_elf=yes
6211 ;;
6212esac
6213
6214if test $target_elf = yes; then :
48215350
DK
6215 # ELF platforms build the lto-plugin always.
6216 build_lto_plugin=yes
9a02962b 6217
9a02962b
DK
6218else
6219 if test x"$default_enable_lto" = x"yes" ; then
bb79486c 6220 case $target in
deeba76a 6221 *-apple-darwin[912]* | *-cygwin* | *-mingw* | *djgpp*) ;;
48215350 6222 # On other non-ELF platforms, LTO has yet to be validated.
bb79486c
JH
6223 *) enable_lto=no ;;
6224 esac
9a02962b 6225 else
db50fe7d
IS
6226 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6227 # It would also be nice to check the binutils support, but we don't
9a02962b
DK
6228 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6229 # warn during gcc/ subconfigure; unless you're bootstrapping with
6230 # -flto it won't be needed until after installation anyway.
6231 case $target in
9e530bcd 6232 *-cygwin* | *-mingw* | *-apple-darwin* | *djgpp*) ;;
9a02962b 6233 *) if test x"$enable_lto" = x"yes"; then
22e05272 6234 as_fn_error $? "LTO support is not enabled for this target." "$LINENO" 5
9a02962b
DK
6235 fi
6236 ;;
6237 esac
6238 fi
1cd0b716 6239 # Among non-ELF, only Windows platforms support the lto-plugin so far.
48215350 6240 # Build it unless LTO was explicitly disabled.
1cd0b716 6241 case $target in
48215350 6242 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
1cd0b716
DK
6243 *) ;;
6244 esac
48215350 6245
9a02962b
DK
6246fi
6247
d7f09764 6248
45b3824d
TS
6249# Check whether --enable-linker-plugin-configure-flags was given.
6250if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6251 enableval=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags=$enableval
6252else
6253 extra_linker_plugin_configure_flags=
6254fi
6255
6256
6257# Check whether --enable-linker-plugin-flags was given.
6258if test "${enable_linker_plugin_flags+set}" = set; then :
6259 enableval=$enable_linker_plugin_flags; extra_linker_plugin_flags=$enableval
6260else
6261 extra_linker_plugin_flags=
6262fi
6263
6264
6265
cdfee50a
NS
6266# Enable --enable-host-shared.
6267# Checked early to determine whether jit is an 'all' language
6268# Check whether --enable-host-shared was given.
6269if test "${enable_host_shared+set}" = set; then :
6270 enableval=$enable_host_shared; host_shared=$enableval
6271else
6272 host_shared=no
6273fi
6274
6275
f8bf9252 6276
0823efed 6277# By default, C and C++ are the only stage 1 languages.
e1888513 6278stage1_languages=,c,
2805b53a 6279
00020c16 6280# Target libraries that we bootstrap.
ad1e5170 6281bootstrap_target_libs=,target-libgcc,
00020c16 6282
55ffb5ed
NN
6283# Figure out what language subdirectories are present.
6284# Look if the user specified --enable-languages="..."; if not, use
6285# the environment variable $LANGUAGES if defined. $LANGUAGES might
6286# go away some day.
6287# NB: embedded tabs in this IF block -- do not untabify
6288if test -d ${srcdir}/gcc; then
6289 if test x"${enable_languages+set}" != xset; then
6290 if test x"${LANGUAGES+set}" = xset; then
6291 enable_languages="${LANGUAGES}"
6b1786aa 6292 echo configure.ac: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
55ffb5ed 6293 else
cdfee50a 6294 enable_languages=default
55ffb5ed
NN
6295 fi
6296 else
6297 if test x"${enable_languages}" = x ||
6298 test x"${enable_languages}" = xyes;
6299 then
6b1786aa 6300 echo configure.ac: --enable-languages needs at least one language argument 1>&2
55ffb5ed
NN
6301 exit 1
6302 fi
6303 fi
6304 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6305
7f26dfa3
FXC
6306 # 'f95' is the old name for the 'fortran' language. We issue a warning
6307 # and make the substitution.
6308 case ,${enable_languages}, in
6309 *,f95,*)
6b1786aa 6310 echo configure.ac: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
7f26dfa3
FXC
6311 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6312 ;;
6313 esac
6314
0823efed
DN
6315 # If bootstrapping, C++ must be enabled.
6316 case ",$enable_languages,:$enable_bootstrap" in
6317 *,c++,*:*) ;;
6318 *:yes)
ff3ac0f4
ILT
6319 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6320 enable_languages="${enable_languages},c++"
6321 else
22e05272 6322 as_fn_error $? "bootstrapping requires c++ sources" "$LINENO" 5
ff3ac0f4
ILT
6323 fi
6324 ;;
6325 esac
6326
55ffb5ed
NN
6327 # First scan to see if an enabled language requires some other language.
6328 # We assume that a given config-lang.in will list all the language
6329 # front ends it requires, even if some are required indirectly.
6330 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6331 case ${lang_frag} in
6332 ..) ;;
6333 # The odd quoting in the next line works around
6334 # an apparent bug in bash 1.12 on linux.
6335 ${srcdir}/gcc/[*]/config-lang.in) ;;
6336 *)
69ecd18f
ILT
6337 # From the config-lang.in, get $language, $lang_requires, and
6338 # $lang_requires_boot_languages.
55ffb5ed
NN
6339 language=
6340 lang_requires=
69ecd18f 6341 lang_requires_boot_languages=
d4360477
NS
6342 # set srcdir during sourcing lang_frag to the gcc dir.
6343 # Sadly overriding srcdir on the . line doesn't work in plain sh as it
6344 # polutes this shell
6345 saved_srcdir=${srcdir}
6346 srcdir=${srcdir}/gcc . ${lang_frag}
6347 srcdir=${saved_srcdir}
69ecd18f 6348 for other in ${lang_requires} ${lang_requires_boot_languages}; do
55ffb5ed
NN
6349 case ,${enable_languages}, in
6350 *,$other,*) ;;
cdfee50a 6351 *,default,*) ;;
55ffb5ed
NN
6352 *,all,*) ;;
6353 *,$language,*)
6354 echo " \`$other' language required by \`$language'; enabling" 1>&2
6355 enable_languages="${enable_languages},${other}"
6356 ;;
6357 esac
6358 done
69ecd18f
ILT
6359 for other in ${lang_requires_boot_languages} ; do
6360 if test "$other" != "c"; then
6361 case ,${enable_stage1_languages}, in
6362 *,$other,*) ;;
cdfee50a 6363 *,default,*) ;;
69ecd18f
ILT
6364 *,all,*) ;;
6365 *)
6366 case ,${enable_languages}, in
6367 *,$language,*)
6368 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6369 enable_stage1_languages="$enable_stage1_languages,${other}"
6370 ;;
6371 esac
6372 ;;
6373 esac
6374 fi
6375 done
55ffb5ed
NN
6376 ;;
6377 esac
6378 done
6379
e1888513 6380 new_enable_languages=,c,
d7f09764
DN
6381
6382 # If LTO is enabled, add the LTO front end.
d7f09764 6383 if test "$enable_lto" = "yes" ; then
e4c5bd48
RW
6384 case ,${enable_languages}, in
6385 *,lto,*) ;;
6386 *) enable_languages="${enable_languages},lto" ;;
6387 esac
1cd0b716 6388 if test "${build_lto_plugin}" = "yes" ; then
d7f09764 6389 configdirs="$configdirs lto-plugin"
d7f09764
DN
6390 fi
6391 fi
6392
426c1eb0
TS
6393 # If we're building an offloading compiler, add the LTO front end.
6394 if test x"$enable_as_accelerator_for" != x ; then
6395 case ,${enable_languages}, in
6396 *,lto,*) ;;
6397 *) enable_languages="${enable_languages},lto" ;;
6398 esac
6399 fi
6400
cdfee50a 6401 missing_languages=`echo ",$enable_languages," | sed -e s/,default,/,/ -e s/,all,/,/ -e s/,c,/,/ `
e1888513 6402 potential_languages=,c,
55ffb5ed 6403
4da3b0f8
ILT
6404 enabled_target_libs=
6405 disabled_target_libs=
6406
55ffb5ed
NN
6407 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6408 case ${lang_frag} in
6409 ..) ;;
6410 # The odd quoting in the next line works around
6411 # an apparent bug in bash 1.12 on linux.
6412 ${srcdir}/gcc/[*]/config-lang.in) ;;
6413 *)
1c710c3c 6414 # From the config-lang.in, get $language, $target_libs,
2805b53a 6415 # $lang_dirs, $boot_language, and $build_by_default
55ffb5ed
NN
6416 language=
6417 target_libs=
6418 lang_dirs=
1546bb64 6419 subdir_requires=
e1888513
PB
6420 boot_language=no
6421 build_by_default=yes
d4360477
NS
6422 # set srcdir during sourcing. See above about save & restore
6423 saved_srcdir=${srcdir}
6424 srcdir=${srcdir}/gcc . ${lang_frag}
6425 srcdir=${saved_srcdir}
e1888513
PB
6426 if test x${language} = x; then
6427 echo "${lang_frag} doesn't set \$language." 1>&2
6428 exit 1
6429 fi
6430
78767fd9 6431 if test "$language" = "c++"; then
0823efed 6432 boot_language=yes
00020c16
ILT
6433 fi
6434
178f875a 6435 add_this_lang=no
cdfee50a
NS
6436 # C is always enabled, so no need to add it again
6437 if test "$language" != "c"; then
6438 case ,${enable_languages}, in
6439 *,${language},*)
6440 # Language was explicitly selected; include it
d4a10d0a 6441 add_this_lang=yes
cdfee50a
NS
6442 ;;
6443 *,all,*)
6444 # All languages are enabled
6445 add_this_lang=all
6446 ;;
6447 *,default,*)
6448 # 'default' was selected, select it if it is a default language
178f875a 6449 add_this_lang=${build_by_default}
cdfee50a
NS
6450 ;;
6451 esac
6452 fi
6de9cd9a 6453
1546bb64 6454 # Disable languages that need other directories if these aren't available.
95695ad3 6455 for i in $subdir_requires; do
b6348cb3 6456 test -f "$srcdir/gcc/$i/config-lang.in" && continue
cdfee50a
NS
6457 case ${add_this_lang} in
6458 yes)
1546bb64 6459 # Specifically requested language; tell them.
22e05272 6460 as_fn_error $? "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
1546bb64 6461 ;;
cdfee50a
NS
6462 all)
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The gcc/$i directory contains parts of $language but is missing" >&5
6464$as_echo "$as_me: WARNING: The gcc/$i directory contains parts of $language but is missing" >&2;}
6465 add_this_lang=unsupported
6466 ;;
1546bb64
PB
6467 *)
6468 # Silently disable.
e1888513 6469 add_this_lang=unsupported
1546bb64
PB
6470 ;;
6471 esac
6472 done
6473
e1888513 6474 # Disable Ada if no preexisting GNAT is available.
cdfee50a
NS
6475 case ${add_this_lang}:${language}:${have_gnat} in
6476 yes:ada:no)
e1888513 6477 # Specifically requested language; tell them.
22e05272 6478 as_fn_error $? "GNAT is required to build $language" "$LINENO" 5
e1888513 6479 ;;
cdfee50a
NS
6480 all:ada:no)
6481 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GNAT is required to build $language" >&5
6482$as_echo "$as_me: WARNING: GNAT is required to build $language" >&2;}
6483 add_this_lang=unsupported
6484 ;;
e1888513
PB
6485 *:ada:no)
6486 # Silently disable.
6487 add_this_lang=unsupported
6488 ;;
6489 esac
6490
cdfee50a 6491 # Disable jit if -enable-host-shared not specified
c83027f3
NB
6492 # but not if building for Mingw
6493 case $target in
6494 *mingw*) ;;
6495 *)
6496 case ${add_this_lang}:${language}:${host_shared} in
6497 yes:jit:no)
6498 # PR jit/64780: explicitly specify --enable-host-shared
22e05272 6499 as_fn_error $? "
cdfee50a
NS
6500Enabling language \"jit\" requires --enable-host-shared.
6501
6502--enable-host-shared typically slows the rest of the compiler down by
6503a few %, so you must explicitly enable it.
6504
6505If you want to build both the jit and the regular compiler, it is often
6506best to do this via two separate configure/builds, in separate
6507directories, to avoid imposing the performance cost of
6508--enable-host-shared on the regular compiler." "$LINENO" 5
c83027f3
NB
6509 ;;
6510 all:jit:no)
6511 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-host-shared required to build $language" >&5
cdfee50a 6512$as_echo "$as_me: WARNING: --enable-host-shared required to build $language" >&2;}
c83027f3
NB
6513 add_this_lang=unsupported
6514 ;;
6515 *:jit:no)
6516 # Silently disable.
6517 add_this_lang=unsupported
6518 ;;
6519 esac
6520 ;;
6521 esac
cdfee50a
NS
6522
6523 # Disable a language that is unsupported by the target.
6524 case "${add_this_lang}: $unsupported_languages " in
6525 no:*) ;;
6526 unsupported:*) ;;
6527 *:*" $language "*)
6528 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ${language} not supported for this target" >&5
6529$as_echo "$as_me: WARNING: ${language} not supported for this target" >&2;}
e1888513 6530 add_this_lang=unsupported
4fab7234
HPN
6531 ;;
6532 esac
6533
6de9cd9a 6534 case $add_this_lang in
e1888513 6535 unsupported)
55ffb5ed 6536 # Remove language-dependent dirs.
4da3b0f8
ILT
6537 disabled_target_libs="$disabled_target_libs $target_libs"
6538 noconfigdirs="$noconfigdirs $lang_dirs"
2805b53a 6539 ;;
e1888513
PB
6540 no)
6541 # Remove language-dependent dirs; still show language as supported.
4da3b0f8
ILT
6542 disabled_target_libs="$disabled_target_libs $target_libs"
6543 noconfigdirs="$noconfigdirs $lang_dirs"
e1888513
PB
6544 potential_languages="${potential_languages}${language},"
6545 ;;
cdfee50a 6546 all|yes)
e1888513
PB
6547 new_enable_languages="${new_enable_languages}${language},"
6548 potential_languages="${potential_languages}${language},"
2805b53a 6549 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
4da3b0f8 6550 enabled_target_libs="$enabled_target_libs $target_libs"
ab9dcd0c
RW
6551 case "${boot_language}:,$enable_stage1_languages," in
6552 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
340de83f 6553 # Add to (comma-separated) list of stage 1 languages.
ab9dcd0c
RW
6554 case ",$stage1_languages," in
6555 *,$language,* | ,yes, | ,all,) ;;
6556 *) stage1_languages="${stage1_languages}${language}," ;;
6557 esac
00020c16
ILT
6558 # We need to bootstrap any supporting libraries.
6559 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2805b53a
NN
6560 ;;
6561 esac
6562 ;;
55ffb5ed
NN
6563 esac
6564 ;;
6565 esac
6566 done
6567
4da3b0f8
ILT
6568 # Add target libraries which are only needed for disabled languages
6569 # to noconfigdirs.
6570 if test -n "$disabled_target_libs"; then
6571 for dir in $disabled_target_libs; do
6572 case " $enabled_target_libs " in
6573 *" ${dir} "*) ;;
6574 *) noconfigdirs="$noconfigdirs $dir" ;;
6575 esac
6576 done
6577 fi
6578
5213506e
RW
6579 # Check whether --enable-stage1-languages was given.
6580if test "${enable_stage1_languages+set}" = set; then :
6581 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
e1888513
PB
6582 ,no,|,,)
6583 # Set it to something that will have no effect in the loop below
6584 enable_stage1_languages=c ;;
6585 ,yes,)
6586 enable_stage1_languages=`echo $new_enable_languages | \
6587 sed -e "s/^,//" -e "s/,$//" ` ;;
6588 *,all,*)
6589 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6590 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6591 esac
6592
6593 # Add "good" languages from enable_stage1_languages to stage1_languages,
6594 # while "bad" languages go in missing_languages. Leave no duplicates.
6595 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6596 case $potential_languages in
6597 *,$i,*)
6598 case $stage1_languages in
6599 *,$i,*) ;;
6600 *) stage1_languages="$stage1_languages$i," ;;
6601 esac ;;
6602 *)
6603 case $missing_languages in
6604 *,$i,*) ;;
6605 *) missing_languages="$missing_languages$i," ;;
6606 esac ;;
6607 esac
6608 done
5213506e
RW
6609fi
6610
e1888513
PB
6611
6612 # Remove leading/trailing commas that were added for simplicity
6613 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
79b4b7d2 6614 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
e1888513
PB
6615 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6616 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6617
55ffb5ed 6618 if test "x$missing_languages" != x; then
22e05272 6619 as_fn_error $? "
0cf085e4 6620The following requested languages could not be built: ${missing_languages}
5213506e 6621Supported languages are: ${potential_languages}" "$LINENO" 5
55ffb5ed 6622 fi
55ffb5ed
NN
6623 if test "x$new_enable_languages" != "x$enable_languages"; then
6624 echo The following languages will be built: ${new_enable_languages}
e1888513 6625 enable_languages="$new_enable_languages"
55ffb5ed 6626 fi
e1888513 6627
1c710c3c 6628
b2eaac4a 6629 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
55ffb5ed
NN
6630fi
6631
27079765
AH
6632# Handle --disable-<component> generically.
6633for dir in $configdirs $build_configdirs $target_configdirs ; do
6634 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
ac9e6043
RW
6635 varname=`echo $dirname | sed -e s/+/_/g`
6636 if eval test x\${enable_${varname}} "=" xno ; then
27079765
AH
6637 noconfigdirs="$noconfigdirs $dir"
6638 fi
6639done
6640
43c40f3e
RO
6641# Check for Boehm's garbage collector
6642# Check whether --enable-objc-gc was given.
6643if test "${enable_objc_gc+set}" = set; then :
114bf3f1
MK
6644 enableval=$enable_objc_gc;
6645fi
6646
6647
6648# Check whether --with-target-bdw-gc was given.
6649if test "${with_target_bdw_gc+set}" = set; then :
6650 withval=$with_target_bdw_gc;
6651fi
6652
6653
6654# Check whether --with-target-bdw-gc-include was given.
6655if test "${with_target_bdw_gc_include+set}" = set; then :
6656 withval=$with_target_bdw_gc_include;
6657fi
6658
6659
6660# Check whether --with-target-bdw-gc-lib was given.
6661if test "${with_target_bdw_gc_lib+set}" = set; then :
6662 withval=$with_target_bdw_gc_lib;
6663fi
6664
6665
6666case ,${enable_languages},:${enable_objc_gc} in *,objc,*:yes|*,objc,*:auto)
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bdw garbage collector" >&5
6668$as_echo_n "checking for bdw garbage collector... " >&6; }
6669 if test "x$with_target_bdw_gc$with_target_bdw_gc_include$with_target_bdw_gc_lib" = x; then
825fba52
MK
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using bdw-gc in default locations" >&5
6671$as_echo "using bdw-gc in default locations" >&6; }
114bf3f1
MK
6672 else
6673 if test "x$with_target_bdw_gc_include" = x && test "x$with_target_bdw_gc_lib" != x; then
22e05272 6674 as_fn_error $? "found --with-target-bdw-gc-lib but --with-target-bdw-gc-include missing" "$LINENO" 5
114bf3f1 6675 elif test "x$with_target_bdw_gc_include" != x && test "x$with_target_bdw_gc_lib" = x; then
22e05272 6676 as_fn_error $? "found --with-target-bdw-gc-include but --with-target-bdw-gc-lib missing" "$LINENO" 5
114bf3f1
MK
6677 else
6678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using paths configured with --with-target-bdw-gc options" >&5
6679$as_echo "using paths configured with --with-target-bdw-gc options" >&6; }
6680 fi
6681 fi
43c40f3e
RO
6682esac
6683
5e9d6aa4 6684# Disable libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
99776ebd 6685case ,${enable_languages}, in
1007a55c 6686 *,c++,*)
5e9d6aa4 6687 # Disable libitm, libsanitizer if we're not building libstdc++
1007a55c
JW
6688 case "${noconfigdirs}" in
6689 *target-libstdc++-v3*)
5e9d6aa4 6690 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
1007a55c
JW
6691 ;;
6692 *) ;;
6693 esac
6694 ;;
99776ebd 6695 *)
5e9d6aa4 6696 noconfigdirs="$noconfigdirs target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
99776ebd
RH
6697 ;;
6698esac
6699
ee6a22df
L
6700# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6701# $build_configdirs and $target_configdirs.
55ffb5ed
NN
6702# If we have the source for $noconfigdirs entries, add them to $notsupp.
6703
6704notsupp=""
6705for dir in . $skipdirs $noconfigdirs ; do
ee6a22df 6706 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
55ffb5ed
NN
6707 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6708 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6709 if test -r $srcdir/$dirname/configure ; then
6710 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6711 true
6712 else
6713 notsupp="$notsupp $dir"
6714 fi
6715 fi
6716 fi
ee6a22df
L
6717 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6718 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6719 if test -r $srcdir/$dirname/configure ; then
6720 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6721 true
6722 else
6723 notsupp="$notsupp $dir"
6724 fi
6725 fi
6726 fi
55ffb5ed
NN
6727 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6728 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6729 if test -r $srcdir/$dirname/configure ; then
6730 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6731 true
6732 else
6733 notsupp="$notsupp $dir"
6734 fi
6735 fi
6736 fi
6737done
6738
55ffb5ed
NN
6739# Quietly strip out all directories which aren't configurable in this tree.
6740# This relies on all configurable subdirectories being autoconfiscated, which
6741# is now the case.
23f6b2f9
PB
6742build_configdirs_all="$build_configdirs"
6743build_configdirs=
6744for i in ${build_configdirs_all} ; do
1c710c3c 6745 j=`echo $i | sed -e s/build-//g`
23f6b2f9
PB
6746 if test -f ${srcdir}/$j/configure ; then
6747 build_configdirs="${build_configdirs} $i"
6748 fi
6749done
6750
55ffb5ed
NN
6751configdirs_all="$configdirs"
6752configdirs=
6753for i in ${configdirs_all} ; do
6754 if test -f ${srcdir}/$i/configure ; then
6755 configdirs="${configdirs} $i"
6756 fi
6757done
23f6b2f9 6758
55ffb5ed
NN
6759target_configdirs_all="$target_configdirs"
6760target_configdirs=
6761for i in ${target_configdirs_all} ; do
1c710c3c 6762 j=`echo $i | sed -e s/target-//g`
55ffb5ed
NN
6763 if test -f ${srcdir}/$j/configure ; then
6764 target_configdirs="${target_configdirs} $i"
6765 fi
6766done
6767
45b3824d
TS
6768# libiberty-linker-plugin is special: it doesn't have its own source directory,
6769# so we have to add it after the preceding checks.
6770if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6771then
6772 case " $configdirs " in
6773 *" libiberty "*)
6774 # If we can build libiberty, we can also build libiberty-linker-plugin.
6775 configdirs="$configdirs libiberty-linker-plugin"
6776 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
6777 --with-libiberty=../libiberty-linker-plugin";;
6778 *)
22e05272 6779 as_fn_error $? "libiberty missing" "$LINENO" 5;;
45b3824d
TS
6780 esac
6781fi
6782
fca38047
TS
6783# Sometimes we have special requirements for the host libiberty.
6784extra_host_libiberty_configure_flags=
1c01ebf6 6785extra_host_zlib_configure_flags=
fca38047
TS
6786case " $configdirs " in
6787 *" lto-plugin "* | *" libcc1 "*)
6788 # When these are to be built as shared libraries, the same applies to
6789 # libiberty.
6790 extra_host_libiberty_configure_flags=--enable-shared
6791 ;;
1c01ebf6
L
6792 *" bfd "*)
6793 # When bfd is to be built as a shared library, the same applies to
6794 # zlib.
6795 if test "$enable_shared" = "yes"; then
6796 extra_host_zlib_configure_flags=--enable-host-shared
6797 fi
6798 ;;
fca38047
TS
6799esac
6800
6801
1c01ebf6 6802
55ffb5ed
NN
6803# Produce a warning message for the subdirs we can't configure.
6804# This isn't especially interesting in the Cygnus tree, but in the individual
6805# FSF releases, it's important to let people know when their machine isn't
6806# supported by the one or two programs in a package.
6807
6808if test -n "${notsupp}" && test -z "${norecursion}" ; then
6809 # If $appdirs is non-empty, at least one of those directories must still
6810 # be configured, or we error out. (E.g., if the gas release supports a
6811 # specified target in some subdirs but not the gas subdir, we shouldn't
6812 # pretend that all is well.)
6813 if test -n "$appdirs" ; then
6814 for dir in $appdirs ; do
6815 if test -r $dir/Makefile.in ; then
6816 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6817 appdirs=""
6818 break
6819 fi
23f6b2f9 6820 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
55ffb5ed
NN
6821 appdirs=""
6822 break
6823 fi
6824 fi
6825 done
6826 if test -n "$appdirs" ; then
6827 echo "*** This configuration is not supported by this package." 1>&2
6828 exit 1
6829 fi
6830 fi
6831 # Okay, some application will build, or we don't care to check. Still
6832 # notify of subdirs not getting built.
6833 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6834 echo " ${notsupp}" 1>&2
6835 echo " (Any other directories should still work fine.)" 1>&2
6836fi
6837
6838case "$host" in
6839 *msdosdjgpp*)
6840 enable_gdbtk=no ;;
6841esac
6842
c3a86da9
DJ
6843# To find our prefix, in gcc_cv_tool_prefix.
6844
6845# The user is always right.
6846if test "${PATH_SEPARATOR+set}" != set; then
6847 echo "#! /bin/sh" >conf$$.sh
6848 echo "exit 0" >>conf$$.sh
6849 chmod +x conf$$.sh
6850 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6851 PATH_SEPARATOR=';'
6852 else
6853 PATH_SEPARATOR=:
6854 fi
6855 rm -f conf$$.sh
6856fi
6857
6858
3c36aa6b
JJ
6859 get_gcc_base_ver="cat"
6860
6861# Check whether --with-gcc-major-version-only was given.
6862if test "${with_gcc_major_version_only+set}" = set; then :
6863 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
31db0fe0 6864 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
3c36aa6b
JJ
6865 fi
6866
6867fi
6868
6869
6870
6871
6872
c3a86da9
DJ
6873
6874if test "x$exec_prefix" = xNONE; then
6875 if test "x$prefix" = xNONE; then
6876 gcc_cv_tool_prefix=$ac_default_prefix
6877 else
6878 gcc_cv_tool_prefix=$prefix
6879 fi
6880else
6881 gcc_cv_tool_prefix=$exec_prefix
6882fi
6883
6884# If there is no compiler in the tree, use the PATH only. In any
6885# case, if there is no compiler in the tree nobody should use
6886# AS_FOR_TARGET and LD_FOR_TARGET.
6887if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
3c36aa6b
JJ
6888 if test x$with_gcc_major_version_only = xyes ; then
6889 gcc_version=`sed -e 's/^\([0-9]*\).*$/\1/' $srcdir/gcc/BASE-VER`
6890 else
6891 gcc_version=`cat $srcdir/gcc/BASE-VER`
6892 fi
c3a86da9
DJ
6893 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6894 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6895 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6896 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6897 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6898 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6899else
6900 gcc_cv_tool_dirs=
6901fi
6902
6903if test x$build = x$target && test -n "$md_exec_prefix"; then
6904 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6905fi
6906
6907
6908
55ffb5ed
NN
6909copy_dirs=
6910
1c710c3c 6911
5213506e
RW
6912# Check whether --with-build-sysroot was given.
6913if test "${with_build_sysroot+set}" = set; then :
6914 withval=$with_build_sysroot; if test x"$withval" != x ; then
526635cb
MM
6915 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6916 fi
6917else
6918 SYSROOT_CFLAGS_FOR_TARGET=
5213506e 6919fi
526635cb
MM
6920
6921
c8aea42c 6922
5213506e
RW
6923
6924# Check whether --with-debug-prefix-map was given.
6925if test "${with_debug_prefix_map+set}" = set; then :
6926 withval=$with_debug_prefix_map; if test x"$withval" != x; then
c8aea42c
PB
6927 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6928 for debug_map in $withval; do
6929 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6930 done
6931 fi
6932else
6933 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5213506e
RW
6934fi
6935
c8aea42c
PB
6936
6937
1c8bd6a3
PB
6938# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6939# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6940# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6941# We want to ensure that TARGET libraries (which we know are built with
6942# gcc) are built with "-O2 -g", so include those options when setting
6943# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6944if test "x$CFLAGS_FOR_TARGET" = x; then
fc30054e
AH
6945 if test "x${is_cross_compiler}" = xyes; then
6946 CFLAGS_FOR_TARGET="-g -O2"
6947 else
6948 CFLAGS_FOR_TARGET=$CFLAGS
6949 case " $CFLAGS " in
6950 *" -O2 "*) ;;
6951 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6952 esac
6953 case " $CFLAGS " in
6954 *" -g "* | *" -g3 "*) ;;
6955 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6956 esac
6957 fi
1c8bd6a3
PB
6958fi
6959
6960
6961if test "x$CXXFLAGS_FOR_TARGET" = x; then
fc30054e
AH
6962 if test "x${is_cross_compiler}" = xyes; then
6963 CXXFLAGS_FOR_TARGET="-g -O2"
6964 else
6965 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6966 case " $CXXFLAGS " in
6967 *" -O2 "*) ;;
6968 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6969 esac
6970 case " $CXXFLAGS " in
6971 *" -g "* | *" -g3 "*) ;;
6972 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6973 esac
6974 fi
1c8bd6a3
PB
6975fi
6976
6977
6f57bdf6
DK
6978
6979
55ffb5ed
NN
6980# Handle --with-headers=XXX. If the value is not "yes", the contents of
6981# the named directory are copied to $(tooldir)/sys-include.
6982if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6983 if test x${is_cross_compiler} = xno ; then
6984 echo 1>&2 '***' --with-headers is only supported when cross compiling
6985 exit 1
6986 fi
6987 if test x"${with_headers}" != xyes ; then
c3a86da9 6988 x=${gcc_cv_tool_prefix}
1c710c3c 6989 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
55ffb5ed
NN
6990 fi
6991fi
6992
6993# Handle --with-libs=XXX. If the value is not "yes", the contents of
6994# the name directories are copied to $(tooldir)/lib. Multiple directories
6995# are permitted.
6996if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6997 if test x${is_cross_compiler} = xno ; then
6998 echo 1>&2 '***' --with-libs is only supported when cross compiling
6999 exit 1
7000 fi
7001 if test x"${with_libs}" != xyes ; then
7002 # Copy the libraries in reverse order, so that files in the first named
7003 # library override files in subsequent libraries.
c3a86da9 7004 x=${gcc_cv_tool_prefix}
55ffb5ed 7005 for l in ${with_libs}; do
1c710c3c 7006 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
55ffb5ed
NN
7007 done
7008 fi
7009fi
7010
d7f09764 7011# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
e8b05380
PB
7012#
7013# This is done by determining whether or not the appropriate directory
7014# is available, and by checking whether or not specific configurations
7015# have requested that this magic not happen.
1c710c3c
DJ
7016#
7017# The command line options always override the explicit settings in
6b1786aa 7018# configure.ac, and the settings in configure.ac override this magic.
e8b05380 7019#
1c710c3c 7020# If the default for a toolchain is to use GNU as and ld, and you don't
e8b05380 7021# want to do that, then you should use the --without-gnu-as and
d7f09764
DN
7022# --without-gnu-ld options for the configure script. Similarly, if
7023# the default is to use the included zlib and you don't want to do that,
7024# you should use the --with-system-zlib option for the configure script.
e8b05380
PB
7025
7026if test x${use_gnu_as} = x &&
7027 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
7028 with_gnu_as=yes
7029 extra_host_args="$extra_host_args --with-gnu-as"
7030fi
7031
7032if test x${use_gnu_ld} = x &&
5afab7ad 7033 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
e8b05380
PB
7034 with_gnu_ld=yes
7035 extra_host_args="$extra_host_args --with-gnu-ld"
7036fi
7037
d7f09764
DN
7038if test x${use_included_zlib} = x &&
7039 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
7040 :
7041else
7042 with_system_zlib=yes
7043 extra_host_args="$extra_host_args --with-system-zlib"
7044fi
7045
e8b05380
PB
7046# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
7047# can detect this case.
7048
7049if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
7050 with_newlib=yes
7051 extra_host_args="$extra_host_args --with-newlib"
7052fi
7053
55ffb5ed
NN
7054# Handle ${copy_dirs}
7055set fnord ${copy_dirs}
7056shift
7057while test $# != 0 ; do
7058 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
7059 :
7060 else
7061 echo Copying $1 to $2
7062
7063 # Use the install script to create the directory and all required
7064 # parent directories.
7065 if test -d $2 ; then
7066 :
7067 else
7068 echo >config.temp
7069 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
7070 fi
7071
7072 # Copy the directory, assuming we have tar.
7073 # FIXME: Should we use B in the second tar? Not all systems support it.
7074 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
7075
7076 # It is the responsibility of the user to correctly adjust all
7077 # symlinks. If somebody can figure out how to handle them correctly
7078 # here, feel free to add the code.
7079
7080 echo $1 > $2/COPIED
7081 fi
7082 shift; shift
7083done
7084
e8b05380
PB
7085# Determine a target-dependent exec_prefix that the installed
7086# gcc will search in. Keep this list sorted by triplet, with
7087# the *-*-osname triplets last.
7088md_exec_prefix=
7089case "${target}" in
30b74385 7090 i[34567]86-pc-msdosdjgpp*)
e8b05380
PB
7091 md_exec_prefix=/dev/env/DJDIR/bin
7092 ;;
e8b05380 7093 *-*-hpux* | \
e8b05380 7094 *-*-nto-qnx* | \
6de66370 7095 *-*-solaris2*)
e8b05380
PB
7096 md_exec_prefix=/usr/ccs/bin
7097 ;;
7098esac
7099
671aa708
NN
7100extra_arflags_for_target=
7101extra_nmflags_for_target=
7102extra_ranlibflags_for_target=
7103target_makefile_frag=/dev/null
7104case "${target}" in
58e24147
AM
7105 spu-*-*)
7106 target_makefile_frag="config/mt-spu"
7107 ;;
d896cc4d 7108 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
4bf6c438
RS
7109 target_makefile_frag="config/mt-sde"
7110 ;;
1ec3b87b
RS
7111 mipsisa*-*-elfoabi*)
7112 target_makefile_frag="config/mt-mips-elfoabi"
7113 ;;
08d0963a
RS
7114 mips*-*-*linux* | mips*-*-gnu*)
7115 target_makefile_frag="config/mt-mips-gnu"
7116 ;;
707f1839
SL
7117 nios2-*-elf*)
7118 target_makefile_frag="config/mt-nios2-elf"
7119 ;;
76052545
EB
7120 *-*-linux-android*)
7121 target_makefile_frag="config/mt-android"
7122 ;;
416ac4d4 7123 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
98a5bb3b 7124 target_makefile_frag="config/mt-gnu"
671aa708
NN
7125 ;;
7126 *-*-aix4.[3456789]* | *-*-aix[56789].*)
1c710c3c 7127 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
671aa708
NN
7128 # commands to handle both 32-bit and 64-bit objects. These flags are
7129 # harmless if we're using GNU nm or ar.
7130 extra_arflags_for_target=" -X32_64"
7131 extra_nmflags_for_target=" -B -X32_64"
7132 ;;
671aa708
NN
7133esac
7134
7135alphaieee_frag=/dev/null
7136case $target in
7137 alpha*-*-*)
7138 # This just makes sure to use the -mieee option to build target libs.
7139 # This should probably be set individually by each library.
7140 alphaieee_frag="config/mt-alphaieee"
7141 ;;
7142esac
7143
7144# If --enable-target-optspace always use -Os instead of -O2 to build
7145# the target libraries, similarly if it is not specified, use -Os
7146# on selected platforms.
7147ospace_frag=/dev/null
7148case "${enable_target_optspace}:${target}" in
7149 yes:*)
7150 ospace_frag="config/mt-ospace"
7151 ;;
7152 :d30v-*)
7153 ospace_frag="config/mt-d30v"
7154 ;;
d9063947 7155 :m32r-* | :d10v-* | :fr30-* | :i?86*-*-elfiamcu)
671aa708
NN
7156 ospace_frag="config/mt-ospace"
7157 ;;
7158 no:* | :*)
7159 ;;
7160 *)
7161 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
7162 ;;
7163esac
7164
671aa708
NN
7165# Some systems (e.g., one of the i386-aix systems the gas testers are
7166# using) don't handle "\$" correctly, so don't use it here.
1c710c3c 7167tooldir='${exec_prefix}'/${target_noncanonical}
671aa708
NN
7168build_tooldir=${tooldir}
7169
671aa708
NN
7170# Create a .gdbinit file which runs the one in srcdir
7171# and tells GDB to look there for source files.
7172
7173if test -r ${srcdir}/.gdbinit ; then
7174 case ${srcdir} in
7175 .) ;;
7176 *) cat > ./.gdbinit <<EOF
7177# ${NO_EDIT}
7178dir ${srcdir}
7179dir .
7180source ${srcdir}/.gdbinit
7181EOF
7182 ;;
7183 esac
7184fi
7185
671aa708
NN
7186# Make sure that the compiler is able to generate an executable. If it
7187# can't, we are probably in trouble. We don't care whether we can run the
7188# executable--we might be using a cross compiler--we only care whether it
7189# can be created. At this point the main configure script has set CC.
7190we_are_ok=no
7191echo "int main () { return 0; }" > conftest.c
7192${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7193if test $? = 0 ; then
7194 if test -s conftest || test -s conftest.exe ; then
7195 we_are_ok=yes
7196 fi
1c710c3c 7197fi
671aa708
NN
7198case $we_are_ok in
7199 no)
7200 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7201 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7202 rm -f conftest*
7203 exit 1
7204 ;;
7205esac
7206rm -f conftest*
7207
d89f0ad6 7208# Decide which environment variable is used to find dynamic libraries.
671aa708
NN
7209case "${host}" in
7210 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
111eeb6e 7211 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
d89f0ad6 7212 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
671aa708
NN
7213 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7214esac
7215
d89f0ad6
AL
7216# On systems where the dynamic library environment variable is PATH,
7217# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7218# built executables to PATH.
7219if test "$RPATH_ENVVAR" = PATH; then
7220 GCC_SHLIB_SUBDIR=/shlib
7221else
7222 GCC_SHLIB_SUBDIR=
7223fi
7224
beeda1d9
JJ
7225# Adjust the toplevel makefile according to whether bootstrap was selected.
7226case $enable_bootstrap in
7227 yes)
7228 bootstrap_suffix=bootstrap
7229 BUILD_CONFIG=bootstrap-debug
7230 ;;
7231 no)
7232 bootstrap_suffix=no-bootstrap
7233 BUILD_CONFIG=
7234 ;;
7235esac
7236
7237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7238$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7239
7240
7241# Check whether --with-build-config was given.
7242if test "${with_build_config+set}" = set; then :
7243 withval=$with_build_config; case $with_build_config in
7244 yes) with_build_config= ;;
7245 no) with_build_config= BUILD_CONFIG= ;;
7246 esac
7247fi
7248
7249
7250if test "x${with_build_config}" != x; then
7251 BUILD_CONFIG=$with_build_config
7252else
7253 case $BUILD_CONFIG in
7254 bootstrap-debug)
7255 if echo "int f (void) { return 0; }" > conftest.c &&
7256 ${CC} -c conftest.c &&
7257 mv conftest.o conftest.o.g0 &&
7258 ${CC} -c -g conftest.c &&
7259 mv conftest.o conftest.o.g &&
7260 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7261 :
7262 else
7263 BUILD_CONFIG=
7264 fi
7265 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7266 ;;
7267 esac
7268fi
7269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7270$as_echo "$BUILD_CONFIG" >&6; }
7271
7272
7273# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7275$as_echo_n "checking for --enable-vtable-verify... " >&6; }
7276# Check whether --enable-vtable-verify was given.
7277if test "${enable_vtable_verify+set}" = set; then :
7278 enableval=$enable_vtable_verify; case "$enableval" in
7279 yes) enable_vtable_verify=yes ;;
7280 no) enable_vtable_verify=no ;;
7281 *) enable_vtable_verify=no;;
7282 esac
7283else
7284 enable_vtable_verify=no
7285fi
7286
7287{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7288$as_echo "$enable_vtable_verify" >&6; }
7289
671aa708
NN
7290# Record target_configdirs and the configure arguments for target and
7291# build configuration in Makefile.
7292target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
23f6b2f9 7293build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
9e1c8fc1 7294bootstrap_fixincludes=no
671aa708 7295
ad1e5170
JR
7296# If we are building libgomp, bootstrap it.
7297if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7298 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7299fi
7300
beeda1d9
JJ
7301# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7302# or bootstrap-ubsan, bootstrap it.
7303if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7304 case "$BUILD_CONFIG" in
7305 *bootstrap-asan* | *bootstrap-ubsan* )
7306 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
9e1c8fc1 7307 bootstrap_fixincludes=yes
beeda1d9
JJ
7308 ;;
7309 esac
ac8701fe
L
7310fi
7311
beeda1d9
JJ
7312# If we are building libvtv and --enable-vtable-verify, bootstrap it.
7313if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7314 test "$enable_vtable_verify" != no; then
2077db1b
CT
7315 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7316fi
7317
671aa708
NN
7318# Determine whether gdb needs tk/tcl or not.
7319# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7320# and in that case we want gdb to be built without tk. Ugh!
7321# In fact I believe gdb is the *only* package directly dependent on tk,
7322# so we should be able to put the 'maybe's in unconditionally and
7323# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7324# 100% sure that that's safe though.
e914a571 7325
b4f96efe 7326gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
671aa708
NN
7327case "$enable_gdbtk" in
7328 no)
7329 GDB_TK="" ;;
e914a571
AC
7330 yes)
7331 GDB_TK="${gdb_tk}" ;;
671aa708 7332 *)
e914a571
AC
7333 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7334 # distro. Eventually someone will fix this and move Insight, nee
7335 # gdbtk to a separate directory.
7336 if test -d ${srcdir}/gdb/gdbtk ; then
7337 GDB_TK="${gdb_tk}"
7338 else
7339 GDB_TK=""
7340 fi
7341 ;;
671aa708 7342esac
ef9db8d5
DJ
7343CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7344INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
671aa708 7345
f9d09df0
TT
7346# gdb and gdbserver depend on gnulib and gdbsupport, but as nothing
7347# else does, only include them if one of these is built. The Makefile
7348# provides the ordering, so it's enough here to add to the list.
7349case " ${configdirs} " in
7350 *\ gdb\ *)
7351 configdirs="${configdirs} gnulib gdbsupport"
7352 ;;
7353 *\ gdbserver\ *)
7354 configdirs="${configdirs} gnulib gdbsupport"
7355 ;;
7356esac
98e5be21 7357
60975492 7358# Strip out unwanted targets.
8b87bb96
NN
7359
7360# While at that, we remove Makefiles if we were started for recursive
7361# configuration, so that the top-level Makefile reconfigures them,
7362# like we used to do when configure itself was recursive.
8b87bb96 7363
3e54529c
RW
7364# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7365# but now we're fixing up the Makefile ourselves with the additional
7366# commands passed to AC_CONFIG_FILES. Use separate variables
7367# extrasub-{build,host,target} not because there is any reason to split
7368# the substitutions up that way, but only to remain below the limit of
7369# 99 commands in a script, for HP-UX sed.
da34ca3f
AO
7370
7371# Do not nest @if/@endif or @unless/@endunless pairs, because
7372# configure will not warn you at all.
8b87bb96 7373
79cd2b23
RW
7374case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7375 yes:yes:*\ gold\ *:*,c++,*) ;;
7376 yes:yes:*\ gold\ *:*)
22e05272 7377 as_fn_error $? "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
79cd2b23
RW
7378 ;;
7379esac
7380
3e54529c 7381extrasub_build=
23f6b2f9 7382for module in ${build_configdirs} ; do
5607edfd
PB
7383 if test -z "${no_recursion}" \
7384 && test -f ${build_subdir}/${module}/Makefile; then
7385 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7386 rm -f ${build_subdir}/${module}/Makefile
7387 fi
3e54529c 7388 extrasub_build="$extrasub_build
5607edfd
PB
7389/^@if build-$module\$/d
7390/^@endif build-$module\$/d
da34ca3f 7391/^@unless build-$module\$/,/^@endunless build-$module\$/d
5607edfd 7392/^@if build-$module-$bootstrap_suffix\$/d
da34ca3f
AO
7393/^@endif build-$module-$bootstrap_suffix\$/d
7394/^@unless build-$module-$bootstrap_suffix\$/,/^@endunless build-$module-$bootstrap_suffix\$/d"
5607edfd 7395done
3e54529c 7396extrasub_host=
5607edfd 7397for module in ${configdirs} ; do
a6fbc1e2 7398 if test -z "${no_recursion}"; then
f063a9ed 7399 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
a6fbc1e2
AS
7400 if test -f ${file}; then
7401 echo 1>&2 "*** removing ${file} to force reconfigure"
7402 rm -f ${file}
7403 fi
7404 done
5607edfd 7405 fi
9e1c8fc1
JJ
7406 case ${module},${bootstrap_fixincludes} in
7407 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7408 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7409 esac
3e54529c 7410 extrasub_host="$extrasub_host
5607edfd
PB
7411/^@if $module\$/d
7412/^@endif $module\$/d
da34ca3f 7413/^@unless $module\$/,/^@endunless $module\$/d
9e1c8fc1 7414/^@if $module-$host_bootstrap_suffix\$/d
da34ca3f
AO
7415/^@endif $module-$host_bootstrap_suffix\$/d
7416/^@unless $module-$host_bootstrap_suffix\$/,/^@endunless $module-$host_bootstrap_suffix\$/d"
5607edfd 7417done
3e54529c 7418extrasub_target=
5607edfd
PB
7419for module in ${target_configdirs} ; do
7420 if test -z "${no_recursion}" \
7421 && test -f ${target_subdir}/${module}/Makefile; then
7422 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7423 rm -f ${target_subdir}/${module}/Makefile
7424 fi
00020c16
ILT
7425
7426 # We only bootstrap target libraries listed in bootstrap_target_libs.
7427 case $bootstrap_target_libs in
7428 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7429 *) target_bootstrap_suffix=no-bootstrap ;;
7430 esac
7431
3e54529c 7432 extrasub_target="$extrasub_target
5607edfd
PB
7433/^@if target-$module\$/d
7434/^@endif target-$module\$/d
da34ca3f 7435/^@unless target-$module\$/,/^@endunless target-$module\$/d
00020c16 7436/^@if target-$module-$target_bootstrap_suffix\$/d
da34ca3f
AO
7437/^@endif target-$module-$target_bootstrap_suffix\$/d
7438/^@unless target-$module-$target_bootstrap_suffix\$/,/^@endunless target-$module-$target_bootstrap_suffix\$/d"
5607edfd
PB
7439done
7440
3e54529c
RW
7441# Do the final fixup along with target modules.
7442extrasub_target="$extrasub_target
da34ca3f
AO
7443/^@if /,/^@endif /d
7444/^@unless /d
7445/^@endunless /d"
671aa708
NN
7446
7447# Create the serialization dependencies. This uses a temporary file.
7448
5213506e
RW
7449# Check whether --enable-serial-configure was given.
7450if test "${enable_serial_configure+set}" = set; then :
7451 enableval=$enable_serial_configure;
7452fi
ade82b16
AO
7453
7454
bf1d3e81
NN
7455case ${enable_serial_configure} in
7456 yes)
7457 enable_serial_build_configure=yes
7458 enable_serial_host_configure=yes
7459 enable_serial_target_configure=yes
7460 ;;
7461esac
7462
671aa708
NN
7463# These force 'configure's to be done one at a time, to avoid problems
7464# with contention over a shared config.cache.
7465rm -f serdep.tmp
ade82b16 7466echo '# serdep.tmp' > serdep.tmp
671aa708 7467olditem=
bf1d3e81 7468test "x${enable_serial_build_configure}" = xyes &&
671aa708
NN
7469for item in ${build_configdirs} ; do
7470 case ${olditem} in
7471 "") ;;
ade82b16 7472 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
671aa708
NN
7473 esac
7474 olditem=${item}
7475done
7476olditem=
bf1d3e81 7477test "x${enable_serial_host_configure}" = xyes &&
671aa708
NN
7478for item in ${configdirs} ; do
7479 case ${olditem} in
7480 "") ;;
ade82b16 7481 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
671aa708
NN
7482 esac
7483 olditem=${item}
7484done
7485olditem=
bf1d3e81 7486test "x${enable_serial_target_configure}" = xyes &&
671aa708
NN
7487for item in ${target_configdirs} ; do
7488 case ${olditem} in
7489 "") ;;
ade82b16 7490 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
671aa708
NN
7491 esac
7492 olditem=${item}
7493done
7494serialization_dependencies=serdep.tmp
7495
7496
ade82b16 7497# Base args. Strip norecursion, cache-file, srcdir, host, build,
1c710c3c 7498# target, nonopt, and variable assignments. These are the ones we
f1a036e4
NC
7499# might not want to pass down to subconfigures. The exception being
7500# --cache-file=/dev/null, which is used to turn off the use of cache
7501# files altogether, and which should be passed on to subconfigures.
7502# Also strip program-prefix, program-suffix, and program-transform-name,
7503# so that we can pass down a consistent program-transform-name.
1c710c3c 7504baseargs=
29a63921 7505tbaseargs=
1c710c3c
DJ
7506keep_next=no
7507skip_next=no
7508eval "set -- $ac_configure_args"
44bfc3ac
DJ
7509for ac_arg
7510do
1c710c3c
DJ
7511 if test X"$skip_next" = X"yes"; then
7512 skip_next=no
7513 continue
7514 fi
7515 if test X"$keep_next" = X"yes"; then
7516 case $ac_arg in
7517 *\'*)
7518 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7519 esac
7520 baseargs="$baseargs '$ac_arg'"
29a63921 7521 tbaseargs="$tbaseargs '$ac_arg'"
1c710c3c
DJ
7522 keep_next=no
7523 continue
7524 fi
7525
7526 # Handle separated arguments. Based on the logic generated by
7527 # autoconf 2.59.
7528 case $ac_arg in
7529 *=* | --config-cache | -C | -disable-* | --disable-* \
7530 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7531 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7532 | -with-* | --with-* | -without-* | --without-* | --x)
7533 separate_arg=no
7534 ;;
7535 -*)
7536 separate_arg=yes
7537 ;;
7538 *)
7539 separate_arg=no
7540 ;;
7541 esac
7542
29a63921
AO
7543 skip_targ=no
7544 case $ac_arg in
7545
7546 --with-* | --without-*)
7547 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7548
7549 case $libopt in
7550 *[-_]include)
7551 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7552 ;;
7553 *[-_]lib)
7554 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7555 ;;
7556 *)
7557 lib=$libopt
7558 ;;
7559 esac
7560
7561
7562 case $lib in
4a9bb2aa 7563 mpc | mpfr | gmp | isl)
29a63921
AO
7564 # If we're processing --with-$lib, --with-$lib-include or
7565 # --with-$lib-lib, for one of the libs above, and target is
7566 # different from host, don't pass the current argument to any
7567 # target library's configure.
7568 if test x$is_cross_compiler = xyes; then
7569 skip_targ=yes
7570 fi
7571 ;;
7572 esac
7573 ;;
7574 esac
7575
1c710c3c 7576 case "$ac_arg" in
f1a036e4
NC
7577 --cache-file=/dev/null | \
7578 -cache-file=/dev/null )
7579 # Handled here to avoid the test to skip args below.
7580 baseargs="$baseargs '$ac_arg'"
29a63921 7581 tbaseargs="$tbaseargs '$ac_arg'"
f1a036e4
NC
7582 # Assert: $separate_arg should always be no.
7583 keep_next=$separate_arg
7584 ;;
1c710c3c
DJ
7585 --no*)
7586 continue
7587 ;;
7588 --c* | \
7589 --sr* | \
7590 --ho* | \
7591 --bu* | \
7592 --t* | \
7593 --program-* | \
7594 -cache_file* | \
7595 -srcdir* | \
7596 -host* | \
7597 -build* | \
7598 -target* | \
7599 -program-prefix* | \
7600 -program-suffix* | \
7601 -program-transform-name* )
7602 skip_next=$separate_arg
7603 continue
7604 ;;
7605 -*)
7606 # An option. Add it.
7607 case $ac_arg in
7608 *\'*)
7609 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7610 esac
7611 baseargs="$baseargs '$ac_arg'"
29a63921
AO
7612 if test X"$skip_targ" = Xno; then
7613 tbaseargs="$tbaseargs '$ac_arg'"
7614 fi
1c710c3c
DJ
7615 keep_next=$separate_arg
7616 ;;
7617 *)
7618 # Either a variable assignment, or a nonopt (triplet). Don't
7619 # pass it down; let the Makefile handle this.
7620 continue
7621 ;;
7622 esac
7623done
7624# Remove the initial space we just introduced and, as these will be
7625# expanded by make, quote '$'.
7626baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
671aa708 7627
43bb47c2
DJ
7628# Add in --program-transform-name, after --program-prefix and
7629# --program-suffix have been applied to it. Autoconf has already
7630# doubled dollar signs and backslashes in program_transform_name; we want
7631# the backslashes un-doubled, and then the entire thing wrapped in single
1c710c3c 7632# quotes, because this will be expanded first by make and then by the shell.
43bb47c2
DJ
7633# Also, because we want to override the logic in subdir configure scripts to
7634# choose program_transform_name, replace any s,x,x, with s,y,y,.
7635sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7636${program_transform_name}
7637EOF_SED
7638gcc_transform_name=`cat conftestsed.out`
7639rm -f conftestsed.out
7640baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
29a63921 7641tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
d9acb717
RW
7642if test "$silent" = yes; then
7643 baseargs="$baseargs --silent"
29a63921 7644 tbaseargs="$tbaseargs --silent"
d9acb717 7645fi
0115d4a3 7646baseargs="$baseargs --disable-option-checking"
29a63921 7647tbaseargs="$tbaseargs --disable-option-checking"
43bb47c2 7648
ffedf511
RW
7649# Record and document user additions to sub configure arguments.
7650
7651
7652
7653
671aa708
NN
7654# For the build-side libraries, we just need to pretend we're native,
7655# and not use the same cache file. Multilibs are neither needed nor
3d96b0d0
HPN
7656# desired. We can't even use the same cache file for all build-side
7657# libraries, as they're compiled differently; some with C, some with
7658# C++ or with different feature-enabling options.
7659build_configargs="$build_configargs --cache-file=./config.cache ${baseargs}"
671aa708
NN
7660
7661# For host modules, accept cache file option, or specification as blank.
7662case "${cache_file}" in
7663"") # empty
7664 cache_file_option="" ;;
7665/* | [A-Za-z]:[\\/]* ) # absolute path
7666 cache_file_option="--cache-file=${cache_file}" ;;
7667*) # relative path
7668 cache_file_option="--cache-file=../${cache_file}" ;;
7669esac
7670
09438bde
NN
7671# Host dirs don't like to share a cache file either, horribly enough.
7672# This seems to be due to autoconf 2.5x stupidity.
ffedf511 7673host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
671aa708 7674
29a63921 7675target_configargs="$target_configargs ${tbaseargs}"
671aa708
NN
7676
7677# Passing a --with-cross-host argument lets the target libraries know
7678# whether they are being built with a cross-compiler or being built
7679# native. However, it would be better to use other mechanisms to make the
7680# sorts of decisions they want to make on this basis. Please consider
7681# this option to be deprecated. FIXME.
7682if test x${is_cross_compiler} = xyes ; then
1c710c3c 7683 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
671aa708
NN
7684fi
7685
79e0604d
FXC
7686# Special user-friendly check for native x86_64-linux build, if
7687# multilib is not explicitly enabled.
7688case "$target:$have_compiler:$host:$target:$enable_multilib" in
7689 x86_64-*linux*:yes:$build:$build:)
e640447c 7690 # Make sure we have a development environment that handles 32-bit
79e0604d
FXC
7691 dev64=no
7692 echo "int main () { return 0; }" > conftest.c
7693 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7694 if test $? = 0 ; then
7695 if test -s conftest || test -s conftest.exe ; then
7696 dev64=yes
7697 fi
7698 fi
7699 rm -f conftest*
7700 if test x${dev64} != xyes ; then
22e05272 7701 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
79e0604d
FXC
7702 fi
7703 ;;
7704esac
7705
dc683a3f
RW
7706# Default to --enable-multilib.
7707if test x${enable_multilib} = x ; then
671aa708 7708 target_configargs="--enable-multilib ${target_configargs}"
dc683a3f 7709fi
671aa708
NN
7710
7711# Pass --with-newlib if appropriate. Note that target_configdirs has
7712# changed from the earlier setting of with_newlib.
7713if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7714 target_configargs="--with-newlib ${target_configargs}"
7715fi
7716
6b9eb62c
NN
7717# Different target subdirs use different values of certain variables
7718# (notably CXX). Worse, multilibs use *lots* of different values.
7719# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7720# it doesn't automatically accept command-line overrides of them.
7721# This means it's not safe for target subdirs to share a cache file,
7722# which is disgusting, but there you have it. Hopefully this can be
7723# fixed in future. It's still worthwhile to use a cache file for each
7724# directory. I think.
7725
bebcd931
MS
7726# Pass the appropriate --build, --host, --target and --cache-file arguments.
7727# We need to pass --target, as newer autoconf's requires consistency
7728# for target_alias and gcc doesn't manage it consistently.
e69bf64b 7729target_configargs="--cache-file=./config.cache ${target_configargs}"
671aa708 7730
671aa708
NN
7731FLAGS_FOR_TARGET=
7732case " $target_configdirs " in
7733 *" newlib "*)
7734 case " $target_configargs " in
7735 *" --with-newlib "*)
7736 case "$target" in
5d571eaa 7737 *-cygwin*)
443e6238 7738 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
5d571eaa 7739 ;;
671aa708
NN
7740 esac
7741
7742 # If we're not building GCC, don't discard standard headers.
7743 if test -d ${srcdir}/gcc; then
7744 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7745
7746 if test "${build}" != "${host}"; then
7747 # On Canadian crosses, CC_FOR_TARGET will have already been set
7748 # by `configure', so we won't have an opportunity to add -Bgcc/
7749 # to it. This is right: we don't want to search that directory
7750 # for binaries, but we want the header files in there, so add
7751 # them explicitly.
0463992b 7752 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
671aa708
NN
7753
7754 # Someone might think of using the pre-installed headers on
7755 # Canadian crosses, in case the installed compiler is not fully
7756 # compatible with the compiler being built. In this case, it
7757 # would be better to flag an error than risking having
7758 # incompatible object files being constructed. We can't
7759 # guarantee that an error will be flagged, but let's hope the
7760 # compiler will do it, when presented with incompatible header
7761 # files.
7762 fi
7763 fi
7764
7765 case "${target}-${is_cross_compiler}" in
f2a0e225 7766 i[3456789]86-*-linux*-no)
671aa708
NN
7767 # Here host == target, so we don't need to build gcc,
7768 # so we don't want to discard standard headers.
7769 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7770 ;;
7771 *)
7772 # If we're building newlib, use its generic headers last, but search
7773 # for any libc-related directories first (so make it the last -B
7774 # switch).
7775 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
c03353e2
RIL
7776
7777 # If we're building libgloss, find the startup file, simulator library
7778 # and linker script.
7779 case " $target_configdirs " in
7780 *" libgloss "*)
7781 # Look for startup file, simulator library and maybe linker script.
7782 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7783 # Look for libnosys.a in case the target needs it.
7784 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7785 # Most targets have the linker script in the source directory.
7786 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7787 ;;
7788 esac
671aa708
NN
7789 ;;
7790 esac
7791 ;;
7792 esac
7793 ;;
7794esac
5d571eaa 7795
b91f0a41 7796case "$target" in
5d571eaa
OS
7797 x86_64-*mingw* | *-w64-mingw*)
7798 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7799 # however, use a symlink named 'mingw' in ${prefix} .
7800 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7801 ;;
7802 *-mingw*)
7803 # MinGW can't be handled as Cygwin above since it does not use newlib.
7804 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'
7805 ;;
b91f0a41 7806esac
671aa708 7807
6691a79e
ME
7808# Allow the user to override the flags for
7809# our build compiler if desired.
f019adc1
MF
7810if test x"${build}" = x"${host}" ; then
7811 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7812 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7813 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7814fi
6691a79e 7815
671aa708
NN
7816# On Canadian crosses, we'll be searching the right directories for
7817# the previously-installed cross compiler, so don't bother to add
7818# flags for directories within the install tree of the compiler
7819# being built; programs in there won't even run.
7820if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7821 # Search for pre-installed headers if nothing else fits.
9124bc53 7822 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
671aa708
NN
7823fi
7824
7825if test "x${use_gnu_ld}" = x &&
7826 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7827 # Arrange for us to find uninstalled linker scripts.
215c351a 7828 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
671aa708
NN
7829fi
7830
e88a2c09
DD
7831# Search for other target-specific linker scripts and such.
7832case "${target}" in
3e19841a
PB
7833 mep*)
7834 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7835 ;;
e88a2c09
DD
7836esac
7837
671aa708 7838# Makefile fragments.
7b61653a
PE
7839for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7840do
7841 eval fragval=\$$frag
7842 if test $fragval != /dev/null; then
7843 eval $frag=${srcdir}/$fragval
7844 fi
7845done
671aa708
NN
7846
7847
7848
7849
7850
7851# Miscellanea: directories, flags, etc.
7852
7853
7854
7855
7856
7857
7858
d89f0ad6 7859
23f6b2f9 7860# Build module lists & subconfigure args.
671aa708
NN
7861
7862
7863
2abefe3d
PB
7864# Host module lists & subconfigure args.
7865
7866
7867
aae29963 7868
2abefe3d
PB
7869# Target module lists & subconfigure args.
7870
7871
7872
7873# Build tools.
7874
7875
7876
0999159b
PB
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
b4c522fa 7890
2abefe3d
PB
7891# Generate default definitions for YACC, M4, LEX and other programs that run
7892# on the build machine. These are used if the Makefile can't locate these
7893# programs in objdir.
7894MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7895
7896for ac_prog in 'bison -y' byacc yacc
7897do
1c710c3c 7898 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7899set dummy $ac_prog; ac_word=$2
5213506e
RW
7900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7901$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7902if ${ac_cv_prog_YACC+:} false; then :
5213506e 7903 $as_echo_n "(cached) " >&6
2abefe3d
PB
7904else
7905 if test -n "$YACC"; then
7906 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7907else
1c710c3c
DJ
7908as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7909for as_dir in $PATH
7910do
7911 IFS=$as_save_IFS
7912 test -z "$as_dir" && as_dir=.
5213506e 7913 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7914 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 7915 ac_cv_prog_YACC="$ac_prog"
5213506e 7916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7917 break 2
7918 fi
7919done
5213506e
RW
7920 done
7921IFS=$as_save_IFS
1c710c3c 7922
2abefe3d
PB
7923fi
7924fi
1c710c3c 7925YACC=$ac_cv_prog_YACC
2abefe3d 7926if test -n "$YACC"; then
5213506e
RW
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7928$as_echo "$YACC" >&6; }
2abefe3d 7929else
5213506e
RW
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7931$as_echo "no" >&6; }
2abefe3d
PB
7932fi
7933
5213506e 7934
1c710c3c 7935 test -n "$YACC" && break
2abefe3d
PB
7936done
7937test -n "$YACC" || YACC="$MISSING bison -y"
7938
7939case " $build_configdirs " in
7940 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
2abefe3d
PB
7941esac
7942
7943for ac_prog in bison
7944do
1c710c3c 7945 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7946set dummy $ac_prog; ac_word=$2
5213506e
RW
7947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7948$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7949if ${ac_cv_prog_BISON+:} false; then :
5213506e 7950 $as_echo_n "(cached) " >&6
2abefe3d
PB
7951else
7952 if test -n "$BISON"; then
7953 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7954else
1c710c3c
DJ
7955as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7956for as_dir in $PATH
7957do
7958 IFS=$as_save_IFS
7959 test -z "$as_dir" && as_dir=.
5213506e 7960 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 7961 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 7962 ac_cv_prog_BISON="$ac_prog"
5213506e 7963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7964 break 2
7965 fi
7966done
5213506e
RW
7967 done
7968IFS=$as_save_IFS
1c710c3c 7969
2abefe3d
PB
7970fi
7971fi
1c710c3c 7972BISON=$ac_cv_prog_BISON
2abefe3d 7973if test -n "$BISON"; then
5213506e
RW
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7975$as_echo "$BISON" >&6; }
2abefe3d 7976else
5213506e
RW
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7978$as_echo "no" >&6; }
2abefe3d
PB
7979fi
7980
5213506e 7981
1c710c3c 7982 test -n "$BISON" && break
2abefe3d
PB
7983done
7984test -n "$BISON" || BISON="$MISSING bison"
7985
7986case " $build_configdirs " in
7987 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7988esac
7989
7990for ac_prog in gm4 gnum4 m4
7991do
1c710c3c 7992 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7993set dummy $ac_prog; ac_word=$2
5213506e
RW
7994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7995$as_echo_n "checking for $ac_word... " >&6; }
22e05272 7996if ${ac_cv_prog_M4+:} false; then :
5213506e 7997 $as_echo_n "(cached) " >&6
2abefe3d
PB
7998else
7999 if test -n "$M4"; then
8000 ac_cv_prog_M4="$M4" # Let the user override the test.
8001else
1c710c3c
DJ
8002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8003for as_dir in $PATH
8004do
8005 IFS=$as_save_IFS
8006 test -z "$as_dir" && as_dir=.
5213506e 8007 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8009 ac_cv_prog_M4="$ac_prog"
5213506e 8010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8011 break 2
8012 fi
8013done
5213506e
RW
8014 done
8015IFS=$as_save_IFS
1c710c3c 8016
2abefe3d
PB
8017fi
8018fi
1c710c3c 8019M4=$ac_cv_prog_M4
2abefe3d 8020if test -n "$M4"; then
5213506e
RW
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
8022$as_echo "$M4" >&6; }
2abefe3d 8023else
5213506e
RW
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8025$as_echo "no" >&6; }
2abefe3d
PB
8026fi
8027
5213506e 8028
1c710c3c 8029 test -n "$M4" && break
2abefe3d
PB
8030done
8031test -n "$M4" || M4="$MISSING m4"
8032
8033case " $build_configdirs " in
8034 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
8035esac
8036
8037for ac_prog in flex lex
8038do
1c710c3c 8039 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8040set dummy $ac_prog; ac_word=$2
5213506e
RW
8041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8042$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8043if ${ac_cv_prog_LEX+:} false; then :
5213506e 8044 $as_echo_n "(cached) " >&6
2abefe3d
PB
8045else
8046 if test -n "$LEX"; then
8047 ac_cv_prog_LEX="$LEX" # Let the user override the test.
8048else
1c710c3c
DJ
8049as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8050for as_dir in $PATH
8051do
8052 IFS=$as_save_IFS
8053 test -z "$as_dir" && as_dir=.
5213506e 8054 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8055 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8056 ac_cv_prog_LEX="$ac_prog"
5213506e 8057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8058 break 2
8059 fi
8060done
5213506e
RW
8061 done
8062IFS=$as_save_IFS
1c710c3c 8063
2abefe3d
PB
8064fi
8065fi
1c710c3c 8066LEX=$ac_cv_prog_LEX
2abefe3d 8067if test -n "$LEX"; then
5213506e
RW
8068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
8069$as_echo "$LEX" >&6; }
2abefe3d 8070else
5213506e
RW
8071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8072$as_echo "no" >&6; }
2abefe3d
PB
8073fi
8074
5213506e 8075
1c710c3c 8076 test -n "$LEX" && break
2abefe3d
PB
8077done
8078test -n "$LEX" || LEX="$MISSING flex"
8079
8080case " $build_configdirs " in
8081 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
8082 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
8083esac
8084
8085for ac_prog in flex
8086do
1c710c3c 8087 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8088set dummy $ac_prog; ac_word=$2
5213506e
RW
8089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8090$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8091if ${ac_cv_prog_FLEX+:} false; then :
5213506e 8092 $as_echo_n "(cached) " >&6
2abefe3d
PB
8093else
8094 if test -n "$FLEX"; then
8095 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
8096else
1c710c3c
DJ
8097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8098for as_dir in $PATH
8099do
8100 IFS=$as_save_IFS
8101 test -z "$as_dir" && as_dir=.
5213506e 8102 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8104 ac_cv_prog_FLEX="$ac_prog"
5213506e 8105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8106 break 2
8107 fi
8108done
5213506e
RW
8109 done
8110IFS=$as_save_IFS
1c710c3c 8111
2abefe3d
PB
8112fi
8113fi
1c710c3c 8114FLEX=$ac_cv_prog_FLEX
2abefe3d 8115if test -n "$FLEX"; then
5213506e
RW
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
8117$as_echo "$FLEX" >&6; }
2abefe3d 8118else
5213506e
RW
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8120$as_echo "no" >&6; }
2abefe3d
PB
8121fi
8122
5213506e 8123
1c710c3c 8124 test -n "$FLEX" && break
2abefe3d
PB
8125done
8126test -n "$FLEX" || FLEX="$MISSING flex"
8127
8128case " $build_configdirs " in
8129 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
8130esac
8131
8132for ac_prog in makeinfo
8133do
1c710c3c 8134 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8135set dummy $ac_prog; ac_word=$2
5213506e
RW
8136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8137$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8138if ${ac_cv_prog_MAKEINFO+:} false; then :
5213506e 8139 $as_echo_n "(cached) " >&6
2abefe3d
PB
8140else
8141 if test -n "$MAKEINFO"; then
8142 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
8143else
1c710c3c
DJ
8144as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8145for as_dir in $PATH
8146do
8147 IFS=$as_save_IFS
8148 test -z "$as_dir" && as_dir=.
5213506e 8149 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8150 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8151 ac_cv_prog_MAKEINFO="$ac_prog"
5213506e 8152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8153 break 2
8154 fi
8155done
5213506e
RW
8156 done
8157IFS=$as_save_IFS
1c710c3c 8158
2abefe3d
PB
8159fi
8160fi
1c710c3c 8161MAKEINFO=$ac_cv_prog_MAKEINFO
2abefe3d 8162if test -n "$MAKEINFO"; then
5213506e
RW
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8164$as_echo "$MAKEINFO" >&6; }
2abefe3d 8165else
5213506e
RW
8166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8167$as_echo "no" >&6; }
2abefe3d
PB
8168fi
8169
5213506e 8170
1c710c3c 8171 test -n "$MAKEINFO" && break
2abefe3d
PB
8172done
8173test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8174
8175case " $build_configdirs " in
8176 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8177 *)
8178
d18ff35a 8179 # For an installed makeinfo, we require it to be from texinfo 4.7 or
2abefe3d
PB
8180 # higher, else we use the "missing" dummy.
8181 if ${MAKEINFO} --version \
d18ff35a 8182 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
2abefe3d
PB
8183 :
8184 else
8185 MAKEINFO="$MISSING makeinfo"
8186 fi
8187 ;;
8188
8189esac
671aa708 8190
2abefe3d 8191# FIXME: expect and dejagnu may become build tools?
671aa708 8192
2abefe3d
PB
8193for ac_prog in expect
8194do
1c710c3c 8195 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8196set dummy $ac_prog; ac_word=$2
5213506e
RW
8197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8198$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8199if ${ac_cv_prog_EXPECT+:} false; then :
5213506e 8200 $as_echo_n "(cached) " >&6
2abefe3d
PB
8201else
8202 if test -n "$EXPECT"; then
8203 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8204else
1c710c3c
DJ
8205as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8206for as_dir in $PATH
8207do
8208 IFS=$as_save_IFS
8209 test -z "$as_dir" && as_dir=.
5213506e 8210 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8211 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8212 ac_cv_prog_EXPECT="$ac_prog"
5213506e 8213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8214 break 2
8215 fi
8216done
5213506e
RW
8217 done
8218IFS=$as_save_IFS
1c710c3c 8219
2abefe3d
PB
8220fi
8221fi
1c710c3c 8222EXPECT=$ac_cv_prog_EXPECT
2abefe3d 8223if test -n "$EXPECT"; then
5213506e
RW
8224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8225$as_echo "$EXPECT" >&6; }
2abefe3d 8226else
5213506e
RW
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8228$as_echo "no" >&6; }
2abefe3d 8229fi
671aa708 8230
5213506e 8231
1c710c3c 8232 test -n "$EXPECT" && break
2abefe3d
PB
8233done
8234test -n "$EXPECT" || EXPECT="expect"
671aa708 8235
2abefe3d
PB
8236case " $configdirs " in
8237 *" expect "*)
8238 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8239 ;;
8240esac
671aa708 8241
2abefe3d
PB
8242for ac_prog in runtest
8243do
1c710c3c 8244 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8245set dummy $ac_prog; ac_word=$2
5213506e
RW
8246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8247$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8248if ${ac_cv_prog_RUNTEST+:} false; then :
5213506e 8249 $as_echo_n "(cached) " >&6
2abefe3d
PB
8250else
8251 if test -n "$RUNTEST"; then
8252 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
fb0103e5 8253else
1c710c3c
DJ
8254as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8255for as_dir in $PATH
8256do
8257 IFS=$as_save_IFS
8258 test -z "$as_dir" && as_dir=.
5213506e 8259 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8260 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8261 ac_cv_prog_RUNTEST="$ac_prog"
5213506e 8262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8263 break 2
8264 fi
8265done
5213506e
RW
8266 done
8267IFS=$as_save_IFS
1c710c3c 8268
2abefe3d
PB
8269fi
8270fi
1c710c3c 8271RUNTEST=$ac_cv_prog_RUNTEST
2abefe3d 8272if test -n "$RUNTEST"; then
5213506e
RW
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8274$as_echo "$RUNTEST" >&6; }
2abefe3d 8275else
5213506e
RW
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8277$as_echo "no" >&6; }
2abefe3d 8278fi
671aa708 8279
5213506e 8280
1c710c3c 8281 test -n "$RUNTEST" && break
2abefe3d
PB
8282done
8283test -n "$RUNTEST" || RUNTEST="runtest"
671aa708 8284
2abefe3d
PB
8285case " $configdirs " in
8286 *" dejagnu "*)
c394e891 8287 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
2abefe3d
PB
8288 ;;
8289esac
671aa708
NN
8290
8291
671aa708 8292# Host tools.
ca9f4b81
AO
8293ncn_tool_prefix=
8294test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8295ncn_target_tool_prefix=
8296test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8297
278a7a38
AO
8298
8299
8300if test -n "$AR"; then
8301 ac_cv_prog_AR=$AR
8302elif test -n "$ac_cv_prog_AR"; then
8303 AR=$ac_cv_prog_AR
8304fi
8305
8306if test -n "$ac_cv_prog_AR"; then
8307 for ncn_progname in ar; do
8308 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8309set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8311$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8312if ${ac_cv_prog_AR+:} false; then :
5213506e 8313 $as_echo_n "(cached) " >&6
278a7a38
AO
8314else
8315 if test -n "$AR"; then
8316 ac_cv_prog_AR="$AR" # Let the user override the test.
8317else
8318as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8319for as_dir in $PATH
8320do
8321 IFS=$as_save_IFS
8322 test -z "$as_dir" && as_dir=.
5213506e 8323 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8324 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 8325 ac_cv_prog_AR="${ncn_progname}"
5213506e 8326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8327 break 2
8328 fi
8329done
5213506e
RW
8330 done
8331IFS=$as_save_IFS
278a7a38
AO
8332
8333fi
8334fi
8335AR=$ac_cv_prog_AR
8336if test -n "$AR"; then
5213506e
RW
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8338$as_echo "$AR" >&6; }
278a7a38 8339else
5213506e
RW
8340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8341$as_echo "no" >&6; }
278a7a38
AO
8342fi
8343
5213506e 8344
278a7a38
AO
8345 done
8346fi
8347
8348for ncn_progname in ar; do
2693c0b0
PB
8349 if test -n "$ncn_tool_prefix"; then
8350 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8351set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8353$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8354if ${ac_cv_prog_AR+:} false; then :
5213506e 8355 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8356else
8357 if test -n "$AR"; then
8358 ac_cv_prog_AR="$AR" # Let the user override the test.
8359else
1c710c3c
DJ
8360as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8361for as_dir in $PATH
8362do
8363 IFS=$as_save_IFS
8364 test -z "$as_dir" && as_dir=.
5213506e 8365 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8366 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8367 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
5213506e 8368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8369 break 2
8370 fi
8371done
5213506e
RW
8372 done
8373IFS=$as_save_IFS
1c710c3c 8374
ca9f4b81
AO
8375fi
8376fi
1c710c3c 8377AR=$ac_cv_prog_AR
ca9f4b81 8378if test -n "$AR"; then
5213506e
RW
8379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8380$as_echo "$AR" >&6; }
ca9f4b81 8381else
5213506e
RW
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8383$as_echo "no" >&6; }
ca9f4b81
AO
8384fi
8385
5213506e 8386
2693c0b0
PB
8387 fi
8388 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8389 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8390set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8392$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8393if ${ac_cv_prog_AR+:} false; then :
5213506e 8394 $as_echo_n "(cached) " >&6
ca9f4b81 8395else
2693c0b0 8396 if test -n "$AR"; then
af71363e
AS
8397 ac_cv_prog_AR="$AR" # Let the user override the test.
8398else
1c710c3c
DJ
8399as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8400for as_dir in $PATH
8401do
8402 IFS=$as_save_IFS
8403 test -z "$as_dir" && as_dir=.
5213506e 8404 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8405 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8406 ac_cv_prog_AR="${ncn_progname}"
5213506e 8407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8408 break 2
8409 fi
8410done
5213506e
RW
8411 done
8412IFS=$as_save_IFS
1c710c3c 8413
ca9f4b81
AO
8414fi
8415fi
1c710c3c 8416AR=$ac_cv_prog_AR
2693c0b0 8417if test -n "$AR"; then
5213506e
RW
8418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8419$as_echo "$AR" >&6; }
ca9f4b81 8420else
5213506e
RW
8421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8422$as_echo "no" >&6; }
ca9f4b81 8423fi
1c710c3c 8424
5213506e 8425
2693c0b0
PB
8426 fi
8427 test -n "$ac_cv_prog_AR" && break
8428done
8429
8430if test -z "$ac_cv_prog_AR" ; then
8431 set dummy ar
8432 if test $build = $host ; then
8433 AR="$2"
ca9f4b81 8434 else
2693c0b0 8435 AR="${ncn_tool_prefix}$2"
ca9f4b81 8436 fi
ca9f4b81
AO
8437fi
8438
278a7a38
AO
8439
8440
8441if test -n "$AS"; then
8442 ac_cv_prog_AS=$AS
8443elif test -n "$ac_cv_prog_AS"; then
8444 AS=$ac_cv_prog_AS
8445fi
8446
8447if test -n "$ac_cv_prog_AS"; then
8448 for ncn_progname in as; do
8449 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8450set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8452$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8453if ${ac_cv_prog_AS+:} false; then :
5213506e 8454 $as_echo_n "(cached) " >&6
278a7a38
AO
8455else
8456 if test -n "$AS"; then
8457 ac_cv_prog_AS="$AS" # Let the user override the test.
8458else
8459as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8460for as_dir in $PATH
8461do
8462 IFS=$as_save_IFS
8463 test -z "$as_dir" && as_dir=.
5213506e 8464 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8465 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 8466 ac_cv_prog_AS="${ncn_progname}"
5213506e 8467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8468 break 2
8469 fi
8470done
5213506e
RW
8471 done
8472IFS=$as_save_IFS
278a7a38
AO
8473
8474fi
8475fi
8476AS=$ac_cv_prog_AS
8477if test -n "$AS"; then
5213506e
RW
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8479$as_echo "$AS" >&6; }
278a7a38 8480else
5213506e
RW
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8482$as_echo "no" >&6; }
278a7a38
AO
8483fi
8484
5213506e 8485
278a7a38
AO
8486 done
8487fi
8488
8489for ncn_progname in as; do
2693c0b0
PB
8490 if test -n "$ncn_tool_prefix"; then
8491 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8492set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8494$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8495if ${ac_cv_prog_AS+:} false; then :
5213506e 8496 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8497else
8498 if test -n "$AS"; then
8499 ac_cv_prog_AS="$AS" # Let the user override the test.
0b0dc272 8500else
1c710c3c
DJ
8501as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8502for as_dir in $PATH
8503do
8504 IFS=$as_save_IFS
8505 test -z "$as_dir" && as_dir=.
5213506e 8506 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8507 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8508 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
5213506e 8509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8510 break 2
8511 fi
8512done
5213506e
RW
8513 done
8514IFS=$as_save_IFS
1c710c3c 8515
ca9f4b81
AO
8516fi
8517fi
1c710c3c 8518AS=$ac_cv_prog_AS
ca9f4b81 8519if test -n "$AS"; then
5213506e
RW
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8521$as_echo "$AS" >&6; }
ca9f4b81 8522else
5213506e
RW
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8524$as_echo "no" >&6; }
ca9f4b81
AO
8525fi
8526
5213506e 8527
2693c0b0
PB
8528 fi
8529 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8530 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8531set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8533$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8534if ${ac_cv_prog_AS+:} false; then :
5213506e 8535 $as_echo_n "(cached) " >&6
ca9f4b81 8536else
2693c0b0
PB
8537 if test -n "$AS"; then
8538 ac_cv_prog_AS="$AS" # Let the user override the test.
ca9f4b81 8539else
1c710c3c
DJ
8540as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8541for as_dir in $PATH
8542do
8543 IFS=$as_save_IFS
8544 test -z "$as_dir" && as_dir=.
5213506e 8545 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8546 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8547 ac_cv_prog_AS="${ncn_progname}"
5213506e 8548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8549 break 2
8550 fi
8551done
5213506e
RW
8552 done
8553IFS=$as_save_IFS
1c710c3c 8554
ca9f4b81
AO
8555fi
8556fi
1c710c3c 8557AS=$ac_cv_prog_AS
2693c0b0 8558if test -n "$AS"; then
5213506e
RW
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8560$as_echo "$AS" >&6; }
ca9f4b81 8561else
5213506e
RW
8562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8563$as_echo "no" >&6; }
ca9f4b81 8564fi
1c710c3c 8565
5213506e 8566
2693c0b0
PB
8567 fi
8568 test -n "$ac_cv_prog_AS" && break
8569done
8570
8571if test -z "$ac_cv_prog_AS" ; then
8572 set dummy as
8573 if test $build = $host ; then
8574 AS="$2"
ca9f4b81 8575 else
2693c0b0 8576 AS="${ncn_tool_prefix}$2"
ca9f4b81 8577 fi
ca9f4b81
AO
8578fi
8579
278a7a38
AO
8580
8581
8582if test -n "$DLLTOOL"; then
8583 ac_cv_prog_DLLTOOL=$DLLTOOL
8584elif test -n "$ac_cv_prog_DLLTOOL"; then
8585 DLLTOOL=$ac_cv_prog_DLLTOOL
8586fi
8587
8588if test -n "$ac_cv_prog_DLLTOOL"; then
8589 for ncn_progname in dlltool; do
8590 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8591set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8593$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8594if ${ac_cv_prog_DLLTOOL+:} false; then :
5213506e 8595 $as_echo_n "(cached) " >&6
278a7a38
AO
8596else
8597 if test -n "$DLLTOOL"; then
8598 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8599else
8600as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8601for as_dir in $PATH
8602do
8603 IFS=$as_save_IFS
8604 test -z "$as_dir" && as_dir=.
5213506e 8605 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8606 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 8607 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8609 break 2
8610 fi
8611done
5213506e
RW
8612 done
8613IFS=$as_save_IFS
278a7a38
AO
8614
8615fi
8616fi
8617DLLTOOL=$ac_cv_prog_DLLTOOL
8618if test -n "$DLLTOOL"; then
5213506e
RW
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8620$as_echo "$DLLTOOL" >&6; }
278a7a38 8621else
5213506e
RW
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8623$as_echo "no" >&6; }
278a7a38
AO
8624fi
8625
5213506e 8626
278a7a38
AO
8627 done
8628fi
8629
8630for ncn_progname in dlltool; do
2693c0b0
PB
8631 if test -n "$ncn_tool_prefix"; then
8632 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8633set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8635$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8636if ${ac_cv_prog_DLLTOOL+:} false; then :
5213506e 8637 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8638else
8639 if test -n "$DLLTOOL"; then
8640 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8641else
1c710c3c
DJ
8642as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8643for as_dir in $PATH
8644do
8645 IFS=$as_save_IFS
8646 test -z "$as_dir" && as_dir=.
5213506e 8647 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8648 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8649 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
5213506e 8650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8651 break 2
8652 fi
8653done
5213506e
RW
8654 done
8655IFS=$as_save_IFS
1c710c3c 8656
ca9f4b81
AO
8657fi
8658fi
1c710c3c 8659DLLTOOL=$ac_cv_prog_DLLTOOL
ca9f4b81 8660if test -n "$DLLTOOL"; then
5213506e
RW
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8662$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8663else
5213506e
RW
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8665$as_echo "no" >&6; }
ca9f4b81
AO
8666fi
8667
5213506e 8668
2693c0b0
PB
8669 fi
8670 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8671 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8672set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8674$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8675if ${ac_cv_prog_DLLTOOL+:} false; then :
5213506e 8676 $as_echo_n "(cached) " >&6
ca9f4b81 8677else
2693c0b0
PB
8678 if test -n "$DLLTOOL"; then
8679 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
ca9f4b81 8680else
1c710c3c
DJ
8681as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8682for as_dir in $PATH
8683do
8684 IFS=$as_save_IFS
8685 test -z "$as_dir" && as_dir=.
5213506e 8686 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8687 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8688 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8690 break 2
8691 fi
8692done
5213506e
RW
8693 done
8694IFS=$as_save_IFS
1c710c3c 8695
ca9f4b81
AO
8696fi
8697fi
1c710c3c 8698DLLTOOL=$ac_cv_prog_DLLTOOL
2693c0b0 8699if test -n "$DLLTOOL"; then
5213506e
RW
8700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8701$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8702else
5213506e
RW
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8704$as_echo "no" >&6; }
ca9f4b81 8705fi
1c710c3c 8706
5213506e 8707
2693c0b0
PB
8708 fi
8709 test -n "$ac_cv_prog_DLLTOOL" && break
8710done
8711
8712if test -z "$ac_cv_prog_DLLTOOL" ; then
8713 set dummy dlltool
8714 if test $build = $host ; then
8715 DLLTOOL="$2"
ca9f4b81 8716 else
2693c0b0 8717 DLLTOOL="${ncn_tool_prefix}$2"
ca9f4b81 8718 fi
ca9f4b81
AO
8719fi
8720
278a7a38
AO
8721
8722
8723if test -n "$LD"; then
8724 ac_cv_prog_LD=$LD
8725elif test -n "$ac_cv_prog_LD"; then
8726 LD=$ac_cv_prog_LD
8727fi
8728
8729if test -n "$ac_cv_prog_LD"; then
8730 for ncn_progname in ld; do
8731 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8732set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8734$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8735if ${ac_cv_prog_LD+:} false; then :
5213506e 8736 $as_echo_n "(cached) " >&6
278a7a38
AO
8737else
8738 if test -n "$LD"; then
8739 ac_cv_prog_LD="$LD" # Let the user override the test.
8740else
8741as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8742for as_dir in $PATH
8743do
8744 IFS=$as_save_IFS
8745 test -z "$as_dir" && as_dir=.
5213506e 8746 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8747 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 8748 ac_cv_prog_LD="${ncn_progname}"
5213506e 8749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8750 break 2
8751 fi
8752done
5213506e
RW
8753 done
8754IFS=$as_save_IFS
278a7a38
AO
8755
8756fi
8757fi
8758LD=$ac_cv_prog_LD
8759if test -n "$LD"; then
5213506e
RW
8760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8761$as_echo "$LD" >&6; }
278a7a38 8762else
5213506e
RW
8763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8764$as_echo "no" >&6; }
278a7a38
AO
8765fi
8766
5213506e 8767
278a7a38
AO
8768 done
8769fi
8770
8771for ncn_progname in ld; do
2693c0b0
PB
8772 if test -n "$ncn_tool_prefix"; then
8773 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8774set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8776$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8777if ${ac_cv_prog_LD+:} false; then :
5213506e 8778 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8779else
8780 if test -n "$LD"; then
8781 ac_cv_prog_LD="$LD" # Let the user override the test.
8782else
1c710c3c
DJ
8783as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8784for as_dir in $PATH
8785do
8786 IFS=$as_save_IFS
8787 test -z "$as_dir" && as_dir=.
5213506e 8788 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8789 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8790 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
5213506e 8791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8792 break 2
8793 fi
8794done
5213506e
RW
8795 done
8796IFS=$as_save_IFS
1c710c3c 8797
ca9f4b81
AO
8798fi
8799fi
1c710c3c 8800LD=$ac_cv_prog_LD
ca9f4b81 8801if test -n "$LD"; then
5213506e
RW
8802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8803$as_echo "$LD" >&6; }
ca9f4b81 8804else
5213506e
RW
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8806$as_echo "no" >&6; }
ca9f4b81
AO
8807fi
8808
5213506e 8809
2693c0b0
PB
8810 fi
8811 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8812 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8813set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8815$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8816if ${ac_cv_prog_LD+:} false; then :
5213506e 8817 $as_echo_n "(cached) " >&6
ca9f4b81 8818else
2693c0b0
PB
8819 if test -n "$LD"; then
8820 ac_cv_prog_LD="$LD" # Let the user override the test.
6b65a26d 8821else
1c710c3c
DJ
8822as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8823for as_dir in $PATH
8824do
8825 IFS=$as_save_IFS
8826 test -z "$as_dir" && as_dir=.
5213506e 8827 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8828 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8829 ac_cv_prog_LD="${ncn_progname}"
5213506e 8830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8831 break 2
8832 fi
8833done
5213506e
RW
8834 done
8835IFS=$as_save_IFS
1c710c3c 8836
ca9f4b81
AO
8837fi
8838fi
1c710c3c 8839LD=$ac_cv_prog_LD
2693c0b0 8840if test -n "$LD"; then
5213506e
RW
8841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8842$as_echo "$LD" >&6; }
ca9f4b81 8843else
5213506e
RW
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8845$as_echo "no" >&6; }
ca9f4b81 8846fi
1c710c3c 8847
5213506e 8848
2693c0b0
PB
8849 fi
8850 test -n "$ac_cv_prog_LD" && break
8851done
8852
8853if test -z "$ac_cv_prog_LD" ; then
8854 set dummy ld
8855 if test $build = $host ; then
8856 LD="$2"
ca9f4b81 8857 else
2693c0b0 8858 LD="${ncn_tool_prefix}$2"
ca9f4b81 8859 fi
ca9f4b81
AO
8860fi
8861
278a7a38
AO
8862
8863
8864if test -n "$LIPO"; then
8865 ac_cv_prog_LIPO=$LIPO
8866elif test -n "$ac_cv_prog_LIPO"; then
8867 LIPO=$ac_cv_prog_LIPO
8868fi
8869
8870if test -n "$ac_cv_prog_LIPO"; then
8871 for ncn_progname in lipo; do
8872 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8873set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8875$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8876if ${ac_cv_prog_LIPO+:} false; then :
5213506e 8877 $as_echo_n "(cached) " >&6
278a7a38
AO
8878else
8879 if test -n "$LIPO"; then
8880 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8881else
8882as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8883for as_dir in $PATH
8884do
8885 IFS=$as_save_IFS
8886 test -z "$as_dir" && as_dir=.
5213506e 8887 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 8889 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8891 break 2
8892 fi
8893done
5213506e
RW
8894 done
8895IFS=$as_save_IFS
278a7a38
AO
8896
8897fi
8898fi
8899LIPO=$ac_cv_prog_LIPO
8900if test -n "$LIPO"; then
5213506e
RW
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8902$as_echo "$LIPO" >&6; }
278a7a38 8903else
5213506e
RW
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8905$as_echo "no" >&6; }
278a7a38
AO
8906fi
8907
5213506e 8908
278a7a38
AO
8909 done
8910fi
8911
8912for ncn_progname in lipo; do
2abefe3d
PB
8913 if test -n "$ncn_tool_prefix"; then
8914 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8915set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8917$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8918if ${ac_cv_prog_LIPO+:} false; then :
5213506e 8919 $as_echo_n "(cached) " >&6
2abefe3d
PB
8920else
8921 if test -n "$LIPO"; then
8922 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8923else
1c710c3c
DJ
8924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8925for as_dir in $PATH
8926do
8927 IFS=$as_save_IFS
8928 test -z "$as_dir" && as_dir=.
5213506e 8929 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8931 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
5213506e 8932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8933 break 2
8934 fi
8935done
5213506e
RW
8936 done
8937IFS=$as_save_IFS
1c710c3c 8938
2abefe3d
PB
8939fi
8940fi
1c710c3c 8941LIPO=$ac_cv_prog_LIPO
2abefe3d 8942if test -n "$LIPO"; then
5213506e
RW
8943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8944$as_echo "$LIPO" >&6; }
2abefe3d 8945else
5213506e
RW
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8947$as_echo "no" >&6; }
2abefe3d
PB
8948fi
8949
5213506e 8950
2abefe3d
PB
8951 fi
8952 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8953 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8954set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8956$as_echo_n "checking for $ac_word... " >&6; }
22e05272 8957if ${ac_cv_prog_LIPO+:} false; then :
5213506e 8958 $as_echo_n "(cached) " >&6
2abefe3d
PB
8959else
8960 if test -n "$LIPO"; then
8961 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8962else
1c710c3c
DJ
8963as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8964for as_dir in $PATH
8965do
8966 IFS=$as_save_IFS
8967 test -z "$as_dir" && as_dir=.
5213506e 8968 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 8969 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 8970 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8972 break 2
8973 fi
8974done
5213506e
RW
8975 done
8976IFS=$as_save_IFS
1c710c3c 8977
2abefe3d
PB
8978fi
8979fi
1c710c3c 8980LIPO=$ac_cv_prog_LIPO
2abefe3d 8981if test -n "$LIPO"; then
5213506e
RW
8982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8983$as_echo "$LIPO" >&6; }
2abefe3d 8984else
5213506e
RW
8985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8986$as_echo "no" >&6; }
2abefe3d 8987fi
1c710c3c 8988
5213506e 8989
2abefe3d
PB
8990 fi
8991 test -n "$ac_cv_prog_LIPO" && break
8992done
8993
8994if test -z "$ac_cv_prog_LIPO" ; then
8995 set dummy lipo
8996 if test $build = $host ; then
8997 LIPO="$2"
8998 else
8999 LIPO="${ncn_tool_prefix}$2"
9000 fi
9001fi
9002
278a7a38
AO
9003
9004
9005if test -n "$NM"; then
9006 ac_cv_prog_NM=$NM
9007elif test -n "$ac_cv_prog_NM"; then
9008 NM=$ac_cv_prog_NM
9009fi
9010
9011if test -n "$ac_cv_prog_NM"; then
9012 for ncn_progname in nm; do
9013 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9014set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9016$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9017if ${ac_cv_prog_NM+:} false; then :
5213506e 9018 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9019else
9020 if test -n "$NM"; then
9021 ac_cv_prog_NM="$NM" # Let the user override the test.
9022else
1c710c3c
DJ
9023as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9024for as_dir in $PATH
9025do
9026 IFS=$as_save_IFS
9027 test -z "$as_dir" && as_dir=.
5213506e 9028 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9029 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 9030 ac_cv_prog_NM="${ncn_progname}"
5213506e 9031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9032 break 2
9033 fi
9034done
5213506e
RW
9035 done
9036IFS=$as_save_IFS
1c710c3c 9037
ca9f4b81
AO
9038fi
9039fi
1c710c3c 9040NM=$ac_cv_prog_NM
ca9f4b81 9041if test -n "$NM"; then
5213506e
RW
9042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
9043$as_echo "$NM" >&6; }
ca9f4b81 9044else
5213506e
RW
9045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9046$as_echo "no" >&6; }
ca9f4b81
AO
9047fi
9048
5213506e 9049
278a7a38
AO
9050 done
9051fi
9052
9053for ncn_progname in nm; do
9054 if test -n "$ncn_tool_prefix"; then
9055 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9056set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9058$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9059if ${ac_cv_prog_NM+:} false; then :
5213506e 9060 $as_echo_n "(cached) " >&6
ca9f4b81 9061else
2693c0b0
PB
9062 if test -n "$NM"; then
9063 ac_cv_prog_NM="$NM" # Let the user override the test.
ca9f4b81 9064else
1c710c3c
DJ
9065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9066for as_dir in $PATH
9067do
9068 IFS=$as_save_IFS
9069 test -z "$as_dir" && as_dir=.
5213506e 9070 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9071 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 9072 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
5213506e 9073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9074 break 2
9075 fi
9076done
5213506e
RW
9077 done
9078IFS=$as_save_IFS
1c710c3c 9079
ca9f4b81
AO
9080fi
9081fi
1c710c3c 9082NM=$ac_cv_prog_NM
2693c0b0 9083if test -n "$NM"; then
5213506e
RW
9084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
9085$as_echo "$NM" >&6; }
ca9f4b81 9086else
5213506e
RW
9087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9088$as_echo "no" >&6; }
ca9f4b81 9089fi
1c710c3c 9090
5213506e 9091
2693c0b0 9092 fi
278a7a38
AO
9093 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
9094 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9095set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9097$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9098if ${ac_cv_prog_NM+:} false; then :
5213506e 9099 $as_echo_n "(cached) " >&6
278a7a38
AO
9100else
9101 if test -n "$NM"; then
9102 ac_cv_prog_NM="$NM" # Let the user override the test.
9103else
9104as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9105for as_dir in $PATH
9106do
9107 IFS=$as_save_IFS
9108 test -z "$as_dir" && as_dir=.
5213506e 9109 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9110 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 9111 ac_cv_prog_NM="${ncn_progname}"
5213506e 9112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9113 break 2
9114 fi
9115done
5213506e
RW
9116 done
9117IFS=$as_save_IFS
278a7a38
AO
9118
9119fi
9120fi
9121NM=$ac_cv_prog_NM
9122if test -n "$NM"; then
5213506e
RW
9123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
9124$as_echo "$NM" >&6; }
278a7a38 9125else
5213506e
RW
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9127$as_echo "no" >&6; }
278a7a38
AO
9128fi
9129
5213506e 9130
278a7a38
AO
9131 fi
9132 test -n "$ac_cv_prog_NM" && break
9133done
9134
9135if test -z "$ac_cv_prog_NM" ; then
9136 set dummy nm
9137 if test $build = $host ; then
9138 NM="$2"
9139 else
9140 NM="${ncn_tool_prefix}$2"
9141 fi
9142fi
9143
9144
9145
9146if test -n "$RANLIB"; then
9147 ac_cv_prog_RANLIB=$RANLIB
9148elif test -n "$ac_cv_prog_RANLIB"; then
9149 RANLIB=$ac_cv_prog_RANLIB
9150fi
9151
9152if test -n "$ac_cv_prog_RANLIB"; then
9153 for ncn_progname in ranlib; do
9154 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9155set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9157$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9158if ${ac_cv_prog_RANLIB+:} false; then :
5213506e 9159 $as_echo_n "(cached) " >&6
278a7a38
AO
9160else
9161 if test -n "$RANLIB"; then
9162 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9163else
9164as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9165for as_dir in $PATH
9166do
9167 IFS=$as_save_IFS
9168 test -z "$as_dir" && as_dir=.
5213506e 9169 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9170 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 9171 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 9172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9173 break 2
9174 fi
9175done
5213506e
RW
9176 done
9177IFS=$as_save_IFS
278a7a38
AO
9178
9179fi
9180fi
9181RANLIB=$ac_cv_prog_RANLIB
9182if test -n "$RANLIB"; then
5213506e
RW
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9184$as_echo "$RANLIB" >&6; }
278a7a38 9185else
5213506e
RW
9186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9187$as_echo "no" >&6; }
278a7a38
AO
9188fi
9189
5213506e 9190
278a7a38
AO
9191 done
9192fi
ca9f4b81 9193
278a7a38 9194for ncn_progname in ranlib; do
2693c0b0
PB
9195 if test -n "$ncn_tool_prefix"; then
9196 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9197set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9199$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9200if ${ac_cv_prog_RANLIB+:} false; then :
5213506e 9201 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9202else
9203 if test -n "$RANLIB"; then
9204 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9205else
1c710c3c
DJ
9206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9207for as_dir in $PATH
9208do
9209 IFS=$as_save_IFS
9210 test -z "$as_dir" && as_dir=.
5213506e 9211 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9212 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 9213 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
5213506e 9214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9215 break 2
9216 fi
9217done
5213506e
RW
9218 done
9219IFS=$as_save_IFS
1c710c3c 9220
ca9f4b81
AO
9221fi
9222fi
1c710c3c 9223RANLIB=$ac_cv_prog_RANLIB
ca9f4b81 9224if test -n "$RANLIB"; then
5213506e
RW
9225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9226$as_echo "$RANLIB" >&6; }
ca9f4b81 9227else
5213506e
RW
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9229$as_echo "no" >&6; }
ca9f4b81
AO
9230fi
9231
5213506e 9232
2693c0b0
PB
9233 fi
9234 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9235 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9236set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9238$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9239if ${ac_cv_prog_RANLIB+:} false; then :
5213506e 9240 $as_echo_n "(cached) " >&6
ca9f4b81 9241else
2693c0b0
PB
9242 if test -n "$RANLIB"; then
9243 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
ca9f4b81 9244else
1c710c3c
DJ
9245as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9246for as_dir in $PATH
9247do
9248 IFS=$as_save_IFS
9249 test -z "$as_dir" && as_dir=.
5213506e 9250 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9251 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 9252 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 9253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9254 break 2
9255 fi
9256done
5213506e
RW
9257 done
9258IFS=$as_save_IFS
1c710c3c 9259
ca9f4b81
AO
9260fi
9261fi
1c710c3c 9262RANLIB=$ac_cv_prog_RANLIB
2693c0b0 9263if test -n "$RANLIB"; then
5213506e
RW
9264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9265$as_echo "$RANLIB" >&6; }
ca9f4b81 9266else
5213506e
RW
9267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9268$as_echo "no" >&6; }
ca9f4b81 9269fi
1c710c3c 9270
5213506e 9271
ca9f4b81 9272 fi
2693c0b0
PB
9273 test -n "$ac_cv_prog_RANLIB" && break
9274done
9275
9276if test -z "$ac_cv_prog_RANLIB" ; then
8927b7c0 9277 RANLIB="true"
ca9f4b81
AO
9278fi
9279
278a7a38
AO
9280
9281
9282if test -n "$STRIP"; then
9283 ac_cv_prog_STRIP=$STRIP
9284elif test -n "$ac_cv_prog_STRIP"; then
9285 STRIP=$ac_cv_prog_STRIP
9286fi
9287
9288if test -n "$ac_cv_prog_STRIP"; then
9289 for ncn_progname in strip; do
9290 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9291set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9293$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9294if ${ac_cv_prog_STRIP+:} false; then :
5213506e 9295 $as_echo_n "(cached) " >&6
278a7a38
AO
9296else
9297 if test -n "$STRIP"; then
9298 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9299else
9300as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9301for as_dir in $PATH
9302do
9303 IFS=$as_save_IFS
9304 test -z "$as_dir" && as_dir=.
5213506e 9305 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9306 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 9307 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9309 break 2
9310 fi
9311done
5213506e
RW
9312 done
9313IFS=$as_save_IFS
278a7a38
AO
9314
9315fi
9316fi
9317STRIP=$ac_cv_prog_STRIP
9318if test -n "$STRIP"; then
5213506e
RW
9319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9320$as_echo "$STRIP" >&6; }
278a7a38 9321else
5213506e
RW
9322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9323$as_echo "no" >&6; }
278a7a38
AO
9324fi
9325
5213506e 9326
278a7a38
AO
9327 done
9328fi
9329
9330for ncn_progname in strip; do
2abefe3d
PB
9331 if test -n "$ncn_tool_prefix"; then
9332 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9333set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9335$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9336if ${ac_cv_prog_STRIP+:} false; then :
5213506e 9337 $as_echo_n "(cached) " >&6
2abefe3d
PB
9338else
9339 if test -n "$STRIP"; then
9340 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9341else
1c710c3c
DJ
9342as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9343for as_dir in $PATH
9344do
9345 IFS=$as_save_IFS
9346 test -z "$as_dir" && as_dir=.
5213506e 9347 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9348 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 9349 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9351 break 2
9352 fi
9353done
5213506e
RW
9354 done
9355IFS=$as_save_IFS
1c710c3c 9356
2abefe3d
PB
9357fi
9358fi
1c710c3c 9359STRIP=$ac_cv_prog_STRIP
2abefe3d 9360if test -n "$STRIP"; then
5213506e
RW
9361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9362$as_echo "$STRIP" >&6; }
2abefe3d 9363else
5213506e
RW
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9365$as_echo "no" >&6; }
2abefe3d
PB
9366fi
9367
5213506e 9368
2abefe3d
PB
9369 fi
9370 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9371 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9372set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9374$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9375if ${ac_cv_prog_STRIP+:} false; then :
5213506e 9376 $as_echo_n "(cached) " >&6
2abefe3d
PB
9377else
9378 if test -n "$STRIP"; then
9379 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9380else
1c710c3c
DJ
9381as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9382for as_dir in $PATH
9383do
9384 IFS=$as_save_IFS
9385 test -z "$as_dir" && as_dir=.
5213506e 9386 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9387 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 9388 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9390 break 2
9391 fi
9392done
5213506e
RW
9393 done
9394IFS=$as_save_IFS
1c710c3c 9395
2abefe3d
PB
9396fi
9397fi
1c710c3c 9398STRIP=$ac_cv_prog_STRIP
2abefe3d 9399if test -n "$STRIP"; then
5213506e
RW
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9401$as_echo "$STRIP" >&6; }
2abefe3d 9402else
5213506e
RW
9403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9404$as_echo "no" >&6; }
2abefe3d 9405fi
1c710c3c 9406
5213506e 9407
2abefe3d
PB
9408 fi
9409 test -n "$ac_cv_prog_STRIP" && break
9410done
9411
9412if test -z "$ac_cv_prog_STRIP" ; then
8927b7c0 9413 STRIP="true"
2abefe3d
PB
9414fi
9415
278a7a38
AO
9416
9417
9418if test -n "$WINDRES"; then
9419 ac_cv_prog_WINDRES=$WINDRES
9420elif test -n "$ac_cv_prog_WINDRES"; then
9421 WINDRES=$ac_cv_prog_WINDRES
9422fi
9423
9424if test -n "$ac_cv_prog_WINDRES"; then
9425 for ncn_progname in windres; do
9426 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9427set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9428{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9429$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9430if ${ac_cv_prog_WINDRES+:} false; then :
5213506e 9431 $as_echo_n "(cached) " >&6
278a7a38
AO
9432else
9433 if test -n "$WINDRES"; then
9434 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9435else
9436as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9437for as_dir in $PATH
9438do
9439 IFS=$as_save_IFS
9440 test -z "$as_dir" && as_dir=.
5213506e 9441 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9442 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 9443 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9445 break 2
9446 fi
9447done
5213506e
RW
9448 done
9449IFS=$as_save_IFS
278a7a38
AO
9450
9451fi
9452fi
9453WINDRES=$ac_cv_prog_WINDRES
9454if test -n "$WINDRES"; then
5213506e
RW
9455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9456$as_echo "$WINDRES" >&6; }
278a7a38 9457else
5213506e
RW
9458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9459$as_echo "no" >&6; }
278a7a38
AO
9460fi
9461
5213506e 9462
278a7a38
AO
9463 done
9464fi
9465
9466for ncn_progname in windres; do
2693c0b0
PB
9467 if test -n "$ncn_tool_prefix"; then
9468 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9469set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9471$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9472if ${ac_cv_prog_WINDRES+:} false; then :
5213506e 9473 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9474else
9475 if test -n "$WINDRES"; then
9476 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9477else
1c710c3c
DJ
9478as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9479for as_dir in $PATH
9480do
9481 IFS=$as_save_IFS
9482 test -z "$as_dir" && as_dir=.
5213506e 9483 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9484 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 9485 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
5213506e 9486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9487 break 2
9488 fi
9489done
5213506e
RW
9490 done
9491IFS=$as_save_IFS
1c710c3c 9492
ca9f4b81
AO
9493fi
9494fi
1c710c3c 9495WINDRES=$ac_cv_prog_WINDRES
ca9f4b81 9496if test -n "$WINDRES"; then
5213506e
RW
9497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9498$as_echo "$WINDRES" >&6; }
ca9f4b81 9499else
5213506e
RW
9500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9501$as_echo "no" >&6; }
ca9f4b81
AO
9502fi
9503
5213506e 9504
2693c0b0
PB
9505 fi
9506 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9507 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9508set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9510$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9511if ${ac_cv_prog_WINDRES+:} false; then :
5213506e 9512 $as_echo_n "(cached) " >&6
ca9f4b81 9513else
2693c0b0
PB
9514 if test -n "$WINDRES"; then
9515 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
ca9f4b81 9516else
1c710c3c
DJ
9517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9518for as_dir in $PATH
9519do
9520 IFS=$as_save_IFS
9521 test -z "$as_dir" && as_dir=.
5213506e 9522 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9523 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 9524 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9526 break 2
9527 fi
9528done
5213506e
RW
9529 done
9530IFS=$as_save_IFS
1c710c3c 9531
ca9f4b81
AO
9532fi
9533fi
1c710c3c 9534WINDRES=$ac_cv_prog_WINDRES
2693c0b0 9535if test -n "$WINDRES"; then
5213506e
RW
9536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9537$as_echo "$WINDRES" >&6; }
ca9f4b81 9538else
5213506e
RW
9539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9540$as_echo "no" >&6; }
ca9f4b81 9541fi
1c710c3c 9542
5213506e 9543
2693c0b0
PB
9544 fi
9545 test -n "$ac_cv_prog_WINDRES" && break
9546done
9547
9548if test -z "$ac_cv_prog_WINDRES" ; then
9549 set dummy windres
9550 if test $build = $host ; then
9551 WINDRES="$2"
ca9f4b81 9552 else
2693c0b0 9553 WINDRES="${ncn_tool_prefix}$2"
ca9f4b81 9554 fi
ca9f4b81
AO
9555fi
9556
278a7a38
AO
9557
9558
901119ae
KT
9559if test -n "$WINDMC"; then
9560 ac_cv_prog_WINDMC=$WINDMC
9561elif test -n "$ac_cv_prog_WINDMC"; then
9562 WINDMC=$ac_cv_prog_WINDMC
9563fi
9564
9565if test -n "$ac_cv_prog_WINDMC"; then
9566 for ncn_progname in windmc; do
9567 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9568set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9570$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9571if ${ac_cv_prog_WINDMC+:} false; then :
5213506e 9572 $as_echo_n "(cached) " >&6
901119ae
KT
9573else
9574 if test -n "$WINDMC"; then
9575 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9576else
9577as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9578for as_dir in $PATH
9579do
9580 IFS=$as_save_IFS
9581 test -z "$as_dir" && as_dir=.
5213506e 9582 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9583 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
901119ae 9584 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9586 break 2
9587 fi
9588done
5213506e
RW
9589 done
9590IFS=$as_save_IFS
901119ae
KT
9591
9592fi
9593fi
9594WINDMC=$ac_cv_prog_WINDMC
9595if test -n "$WINDMC"; then
5213506e
RW
9596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9597$as_echo "$WINDMC" >&6; }
901119ae 9598else
5213506e
RW
9599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9600$as_echo "no" >&6; }
901119ae
KT
9601fi
9602
5213506e 9603
901119ae
KT
9604 done
9605fi
9606
9607for ncn_progname in windmc; do
9608 if test -n "$ncn_tool_prefix"; then
9609 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9610set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9612$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9613if ${ac_cv_prog_WINDMC+:} false; then :
5213506e 9614 $as_echo_n "(cached) " >&6
901119ae
KT
9615else
9616 if test -n "$WINDMC"; then
9617 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9618else
9619as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9620for as_dir in $PATH
9621do
9622 IFS=$as_save_IFS
9623 test -z "$as_dir" && as_dir=.
5213506e 9624 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9625 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
901119ae 9626 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
5213506e 9627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9628 break 2
9629 fi
9630done
5213506e
RW
9631 done
9632IFS=$as_save_IFS
901119ae
KT
9633
9634fi
9635fi
9636WINDMC=$ac_cv_prog_WINDMC
9637if test -n "$WINDMC"; then
5213506e
RW
9638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9639$as_echo "$WINDMC" >&6; }
901119ae 9640else
5213506e
RW
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9642$as_echo "no" >&6; }
901119ae
KT
9643fi
9644
5213506e 9645
901119ae
KT
9646 fi
9647 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9648 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9649set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9651$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9652if ${ac_cv_prog_WINDMC+:} false; then :
5213506e 9653 $as_echo_n "(cached) " >&6
901119ae
KT
9654else
9655 if test -n "$WINDMC"; then
9656 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9657else
9658as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9659for as_dir in $PATH
9660do
9661 IFS=$as_save_IFS
9662 test -z "$as_dir" && as_dir=.
5213506e 9663 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9664 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
901119ae 9665 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9667 break 2
9668 fi
9669done
5213506e
RW
9670 done
9671IFS=$as_save_IFS
901119ae
KT
9672
9673fi
9674fi
9675WINDMC=$ac_cv_prog_WINDMC
9676if test -n "$WINDMC"; then
5213506e
RW
9677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9678$as_echo "$WINDMC" >&6; }
901119ae 9679else
5213506e
RW
9680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9681$as_echo "no" >&6; }
901119ae
KT
9682fi
9683
5213506e 9684
901119ae
KT
9685 fi
9686 test -n "$ac_cv_prog_WINDMC" && break
9687done
9688
9689if test -z "$ac_cv_prog_WINDMC" ; then
9690 set dummy windmc
9691 if test $build = $host ; then
9692 WINDMC="$2"
9693 else
9694 WINDMC="${ncn_tool_prefix}$2"
9695 fi
9696fi
9697
9698
9699
278a7a38
AO
9700if test -n "$OBJCOPY"; then
9701 ac_cv_prog_OBJCOPY=$OBJCOPY
9702elif test -n "$ac_cv_prog_OBJCOPY"; then
9703 OBJCOPY=$ac_cv_prog_OBJCOPY
9704fi
9705
9706if test -n "$ac_cv_prog_OBJCOPY"; then
9707 for ncn_progname in objcopy; do
9708 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9709set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9711$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9712if ${ac_cv_prog_OBJCOPY+:} false; then :
5213506e 9713 $as_echo_n "(cached) " >&6
278a7a38
AO
9714else
9715 if test -n "$OBJCOPY"; then
9716 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9717else
9718as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9719for as_dir in $PATH
9720do
9721 IFS=$as_save_IFS
9722 test -z "$as_dir" && as_dir=.
5213506e 9723 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9724 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 9725 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9727 break 2
9728 fi
9729done
5213506e
RW
9730 done
9731IFS=$as_save_IFS
278a7a38
AO
9732
9733fi
9734fi
9735OBJCOPY=$ac_cv_prog_OBJCOPY
9736if test -n "$OBJCOPY"; then
5213506e
RW
9737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9738$as_echo "$OBJCOPY" >&6; }
278a7a38 9739else
5213506e
RW
9740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9741$as_echo "no" >&6; }
278a7a38
AO
9742fi
9743
5213506e 9744
278a7a38
AO
9745 done
9746fi
9747
9748for ncn_progname in objcopy; do
2693c0b0
PB
9749 if test -n "$ncn_tool_prefix"; then
9750 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9751set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9753$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9754if ${ac_cv_prog_OBJCOPY+:} false; then :
5213506e 9755 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9756else
9757 if test -n "$OBJCOPY"; then
9758 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9759else
1c710c3c
DJ
9760as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9761for as_dir in $PATH
9762do
9763 IFS=$as_save_IFS
9764 test -z "$as_dir" && as_dir=.
5213506e 9765 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 9767 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
5213506e 9768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9769 break 2
9770 fi
9771done
5213506e
RW
9772 done
9773IFS=$as_save_IFS
1c710c3c 9774
ca9f4b81
AO
9775fi
9776fi
1c710c3c 9777OBJCOPY=$ac_cv_prog_OBJCOPY
ca9f4b81 9778if test -n "$OBJCOPY"; then
5213506e
RW
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9780$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9781else
5213506e
RW
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9783$as_echo "no" >&6; }
ca9f4b81
AO
9784fi
9785
5213506e 9786
2693c0b0
PB
9787 fi
9788 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9789 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9790set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9792$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9793if ${ac_cv_prog_OBJCOPY+:} false; then :
5213506e 9794 $as_echo_n "(cached) " >&6
ca9f4b81 9795else
2693c0b0
PB
9796 if test -n "$OBJCOPY"; then
9797 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
ca9f4b81 9798else
1c710c3c
DJ
9799as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9800for as_dir in $PATH
9801do
9802 IFS=$as_save_IFS
9803 test -z "$as_dir" && as_dir=.
5213506e 9804 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9805 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 9806 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9808 break 2
9809 fi
9810done
5213506e
RW
9811 done
9812IFS=$as_save_IFS
1c710c3c 9813
ca9f4b81
AO
9814fi
9815fi
1c710c3c 9816OBJCOPY=$ac_cv_prog_OBJCOPY
2693c0b0 9817if test -n "$OBJCOPY"; then
5213506e
RW
9818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9819$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9820else
5213506e
RW
9821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9822$as_echo "no" >&6; }
ca9f4b81 9823fi
1c710c3c 9824
5213506e 9825
2693c0b0
PB
9826 fi
9827 test -n "$ac_cv_prog_OBJCOPY" && break
9828done
9829
9830if test -z "$ac_cv_prog_OBJCOPY" ; then
9831 set dummy objcopy
9832 if test $build = $host ; then
9833 OBJCOPY="$2"
ca9f4b81 9834 else
2693c0b0 9835 OBJCOPY="${ncn_tool_prefix}$2"
ca9f4b81 9836 fi
ca9f4b81
AO
9837fi
9838
278a7a38
AO
9839
9840
9841if test -n "$OBJDUMP"; then
9842 ac_cv_prog_OBJDUMP=$OBJDUMP
9843elif test -n "$ac_cv_prog_OBJDUMP"; then
9844 OBJDUMP=$ac_cv_prog_OBJDUMP
9845fi
9846
9847if test -n "$ac_cv_prog_OBJDUMP"; then
9848 for ncn_progname in objdump; do
9849 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9850set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9852$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9853if ${ac_cv_prog_OBJDUMP+:} false; then :
5213506e 9854 $as_echo_n "(cached) " >&6
278a7a38
AO
9855else
9856 if test -n "$OBJDUMP"; then
9857 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9858else
9859as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9860for as_dir in $PATH
9861do
9862 IFS=$as_save_IFS
9863 test -z "$as_dir" && as_dir=.
5213506e 9864 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9865 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 9866 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9868 break 2
9869 fi
9870done
5213506e
RW
9871 done
9872IFS=$as_save_IFS
278a7a38
AO
9873
9874fi
9875fi
9876OBJDUMP=$ac_cv_prog_OBJDUMP
9877if test -n "$OBJDUMP"; then
5213506e
RW
9878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9879$as_echo "$OBJDUMP" >&6; }
278a7a38 9880else
5213506e
RW
9881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9882$as_echo "no" >&6; }
278a7a38
AO
9883fi
9884
5213506e 9885
278a7a38
AO
9886 done
9887fi
9888
9889for ncn_progname in objdump; do
2693c0b0
PB
9890 if test -n "$ncn_tool_prefix"; then
9891 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9892set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9894$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9895if ${ac_cv_prog_OBJDUMP+:} false; then :
5213506e 9896 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9897else
9898 if test -n "$OBJDUMP"; then
9899 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9900else
1c710c3c
DJ
9901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9902for as_dir in $PATH
9903do
9904 IFS=$as_save_IFS
9905 test -z "$as_dir" && as_dir=.
5213506e 9906 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9907 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 9908 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9910 break 2
9911 fi
9912done
5213506e
RW
9913 done
9914IFS=$as_save_IFS
1c710c3c 9915
ca9f4b81
AO
9916fi
9917fi
1c710c3c 9918OBJDUMP=$ac_cv_prog_OBJDUMP
ca9f4b81 9919if test -n "$OBJDUMP"; then
5213506e
RW
9920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9921$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9922else
5213506e
RW
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9924$as_echo "no" >&6; }
ca9f4b81
AO
9925fi
9926
5213506e 9927
2693c0b0
PB
9928 fi
9929 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9930 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9931set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9932{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9933$as_echo_n "checking for $ac_word... " >&6; }
22e05272 9934if ${ac_cv_prog_OBJDUMP+:} false; then :
5213506e 9935 $as_echo_n "(cached) " >&6
ca9f4b81 9936else
2693c0b0
PB
9937 if test -n "$OBJDUMP"; then
9938 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
ca9f4b81 9939else
1c710c3c
DJ
9940as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9941for as_dir in $PATH
9942do
9943 IFS=$as_save_IFS
9944 test -z "$as_dir" && as_dir=.
5213506e 9945 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 9946 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 9947 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9949 break 2
9950 fi
9951done
5213506e
RW
9952 done
9953IFS=$as_save_IFS
1c710c3c 9954
ca9f4b81
AO
9955fi
9956fi
1c710c3c 9957OBJDUMP=$ac_cv_prog_OBJDUMP
2693c0b0 9958if test -n "$OBJDUMP"; then
5213506e
RW
9959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9960$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9961else
5213506e
RW
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9963$as_echo "no" >&6; }
ca9f4b81 9964fi
1c710c3c 9965
5213506e 9966
2693c0b0
PB
9967 fi
9968 test -n "$ac_cv_prog_OBJDUMP" && break
9969done
9970
9971if test -z "$ac_cv_prog_OBJDUMP" ; then
9972 set dummy objdump
9973 if test $build = $host ; then
9974 OBJDUMP="$2"
ca9f4b81 9975 else
2693c0b0 9976 OBJDUMP="${ncn_tool_prefix}$2"
ca9f4b81 9977 fi
ca9f4b81
AO
9978fi
9979
671aa708
NN
9980
9981
e4a9a572
IS
9982if test -n "$OTOOL"; then
9983 ac_cv_prog_OTOOL=$OTOOL
9984elif test -n "$ac_cv_prog_OTOOL"; then
9985 OTOOL=$ac_cv_prog_OTOOL
9986fi
9987
9988if test -n "$ac_cv_prog_OTOOL"; then
9989 for ncn_progname in otool; do
9990 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9991set dummy ${ncn_progname}; ac_word=$2
9992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9993$as_echo_n "checking for $ac_word... " >&6; }
9994if ${ac_cv_prog_OTOOL+:} false; then :
9995 $as_echo_n "(cached) " >&6
9996else
9997 if test -n "$OTOOL"; then
9998 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
9999else
10000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10001for as_dir in $PATH
10002do
10003 IFS=$as_save_IFS
10004 test -z "$as_dir" && as_dir=.
10005 for ac_exec_ext in '' $ac_executable_extensions; do
10006 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10007 ac_cv_prog_OTOOL="${ncn_progname}"
10008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10009 break 2
10010 fi
10011done
10012 done
10013IFS=$as_save_IFS
10014
10015fi
10016fi
10017OTOOL=$ac_cv_prog_OTOOL
10018if test -n "$OTOOL"; then
10019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
10020$as_echo "$OTOOL" >&6; }
10021else
10022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10023$as_echo "no" >&6; }
10024fi
10025
10026
10027 done
10028fi
10029
10030for ncn_progname in otool; do
10031 if test -n "$ncn_tool_prefix"; then
10032 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10033set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10035$as_echo_n "checking for $ac_word... " >&6; }
10036if ${ac_cv_prog_OTOOL+:} false; then :
10037 $as_echo_n "(cached) " >&6
10038else
10039 if test -n "$OTOOL"; then
10040 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
10041else
10042as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10043for as_dir in $PATH
10044do
10045 IFS=$as_save_IFS
10046 test -z "$as_dir" && as_dir=.
10047 for ac_exec_ext in '' $ac_executable_extensions; do
10048 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10049 ac_cv_prog_OTOOL="${ncn_tool_prefix}${ncn_progname}"
10050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10051 break 2
10052 fi
10053done
10054 done
10055IFS=$as_save_IFS
10056
10057fi
10058fi
10059OTOOL=$ac_cv_prog_OTOOL
10060if test -n "$OTOOL"; then
10061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
10062$as_echo "$OTOOL" >&6; }
10063else
10064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10065$as_echo "no" >&6; }
10066fi
10067
10068
10069 fi
10070 if test -z "$ac_cv_prog_OTOOL" && test $build = $host ; then
10071 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10072set dummy ${ncn_progname}; ac_word=$2
10073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10074$as_echo_n "checking for $ac_word... " >&6; }
10075if ${ac_cv_prog_OTOOL+:} false; then :
10076 $as_echo_n "(cached) " >&6
10077else
10078 if test -n "$OTOOL"; then
10079 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
10080else
10081as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10082for as_dir in $PATH
10083do
10084 IFS=$as_save_IFS
10085 test -z "$as_dir" && as_dir=.
10086 for ac_exec_ext in '' $ac_executable_extensions; do
10087 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10088 ac_cv_prog_OTOOL="${ncn_progname}"
10089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10090 break 2
10091 fi
10092done
10093 done
10094IFS=$as_save_IFS
10095
10096fi
10097fi
10098OTOOL=$ac_cv_prog_OTOOL
10099if test -n "$OTOOL"; then
10100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
10101$as_echo "$OTOOL" >&6; }
10102else
10103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10104$as_echo "no" >&6; }
10105fi
10106
10107
10108 fi
10109 test -n "$ac_cv_prog_OTOOL" && break
10110done
10111
10112if test -z "$ac_cv_prog_OTOOL" ; then
10113 set dummy otool
10114 if test $build = $host ; then
10115 OTOOL="$2"
10116 else
10117 OTOOL="${ncn_tool_prefix}$2"
10118 fi
10119fi
10120
10121
10122
e7a82751
RM
10123if test -n "$READELF"; then
10124 ac_cv_prog_READELF=$READELF
10125elif test -n "$ac_cv_prog_READELF"; then
10126 READELF=$ac_cv_prog_READELF
10127fi
10128
10129if test -n "$ac_cv_prog_READELF"; then
10130 for ncn_progname in readelf; do
10131 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10132set dummy ${ncn_progname}; ac_word=$2
10133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10134$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10135if ${ac_cv_prog_READELF+:} false; then :
e7a82751
RM
10136 $as_echo_n "(cached) " >&6
10137else
10138 if test -n "$READELF"; then
10139 ac_cv_prog_READELF="$READELF" # Let the user override the test.
10140else
10141as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10142for as_dir in $PATH
10143do
10144 IFS=$as_save_IFS
10145 test -z "$as_dir" && as_dir=.
10146 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10147 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e7a82751
RM
10148 ac_cv_prog_READELF="${ncn_progname}"
10149 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10150 break 2
10151 fi
10152done
10153 done
10154IFS=$as_save_IFS
10155
10156fi
10157fi
10158READELF=$ac_cv_prog_READELF
10159if test -n "$READELF"; then
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
10161$as_echo "$READELF" >&6; }
10162else
10163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10164$as_echo "no" >&6; }
10165fi
10166
10167
10168 done
10169fi
10170
10171for ncn_progname in readelf; do
10172 if test -n "$ncn_tool_prefix"; then
10173 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10174set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10176$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10177if ${ac_cv_prog_READELF+:} false; then :
e7a82751
RM
10178 $as_echo_n "(cached) " >&6
10179else
10180 if test -n "$READELF"; then
10181 ac_cv_prog_READELF="$READELF" # Let the user override the test.
10182else
10183as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10184for as_dir in $PATH
10185do
10186 IFS=$as_save_IFS
10187 test -z "$as_dir" && as_dir=.
10188 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10189 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e7a82751
RM
10190 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
10191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10192 break 2
10193 fi
10194done
10195 done
10196IFS=$as_save_IFS
10197
10198fi
10199fi
10200READELF=$ac_cv_prog_READELF
10201if test -n "$READELF"; then
10202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
10203$as_echo "$READELF" >&6; }
10204else
10205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10206$as_echo "no" >&6; }
10207fi
10208
10209
10210 fi
10211 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
10212 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10213set dummy ${ncn_progname}; ac_word=$2
10214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10215$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10216if ${ac_cv_prog_READELF+:} false; then :
e7a82751
RM
10217 $as_echo_n "(cached) " >&6
10218else
10219 if test -n "$READELF"; then
10220 ac_cv_prog_READELF="$READELF" # Let the user override the test.
10221else
10222as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10223for as_dir in $PATH
10224do
10225 IFS=$as_save_IFS
10226 test -z "$as_dir" && as_dir=.
10227 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10228 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e7a82751
RM
10229 ac_cv_prog_READELF="${ncn_progname}"
10230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10231 break 2
10232 fi
10233done
10234 done
10235IFS=$as_save_IFS
10236
10237fi
10238fi
10239READELF=$ac_cv_prog_READELF
10240if test -n "$READELF"; then
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
10242$as_echo "$READELF" >&6; }
10243else
10244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10245$as_echo "no" >&6; }
10246fi
10247
10248
10249 fi
10250 test -n "$ac_cv_prog_READELF" && break
10251done
10252
10253if test -z "$ac_cv_prog_READELF" ; then
10254 set dummy readelf
10255 if test $build = $host ; then
10256 READELF="$2"
10257 else
10258 READELF="${ncn_tool_prefix}$2"
10259 fi
10260fi
10261
10262
10263
671aa708
NN
10264
10265
10266
2abefe3d 10267# Target tools.
1c710c3c 10268
5213506e
RW
10269# Check whether --with-build-time-tools was given.
10270if test "${with_build_time_tools+set}" = set; then :
10271 withval=$with_build_time_tools; case x"$withval" in
e8b05380
PB
10272 x/*) ;;
10273 *)
10274 with_build_time_tools=
5213506e
RW
10275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
10276$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
e8b05380
PB
10277 ;;
10278 esac
ca9f4b81 10279else
e8b05380 10280 with_build_time_tools=
5213506e
RW
10281fi
10282
ca9f4b81 10283
278a7a38
AO
10284
10285
10286if test -n "$CC_FOR_TARGET"; then
10287 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
10288elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
10289 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10290fi
10291
10292if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
10293 for ncn_progname in cc gcc; do
10294 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10295set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10297$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10298if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
5213506e 10299 $as_echo_n "(cached) " >&6
278a7a38
AO
10300else
10301 if test -n "$CC_FOR_TARGET"; then
10302 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10303else
10304as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10305for as_dir in $PATH
10306do
10307 IFS=$as_save_IFS
10308 test -z "$as_dir" && as_dir=.
5213506e 10309 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10310 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 10311 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 10312 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10313 break 2
10314 fi
10315done
5213506e
RW
10316 done
10317IFS=$as_save_IFS
278a7a38
AO
10318
10319fi
10320fi
10321CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10322if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10324$as_echo "$CC_FOR_TARGET" >&6; }
278a7a38 10325else
5213506e
RW
10326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10327$as_echo "no" >&6; }
278a7a38
AO
10328fi
10329
5213506e 10330
278a7a38
AO
10331 done
10332fi
10333
10334if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10335 for ncn_progname in cc gcc; do
5213506e
RW
10336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10337$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10338 if test -x $with_build_time_tools/${ncn_progname}; then
10339 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10341$as_echo "yes" >&6; }
72a7ab82 10342 break
e8b05380 10343 else
5213506e
RW
10344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10345$as_echo "no" >&6; }
72a7ab82
AP
10346 fi
10347 done
4de997d1
PB
10348fi
10349
e8b05380
PB
10350if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10351 for ncn_progname in cc gcc; do
10352 if test -n "$ncn_target_tool_prefix"; then
10353 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10354set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10356$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10357if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
5213506e 10358 $as_echo_n "(cached) " >&6
4de997d1
PB
10359else
10360 if test -n "$CC_FOR_TARGET"; then
10361 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10362else
1c710c3c
DJ
10363as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10364for as_dir in $PATH
10365do
10366 IFS=$as_save_IFS
10367 test -z "$as_dir" && as_dir=.
5213506e 10368 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 10370 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10372 break 2
10373 fi
10374done
5213506e
RW
10375 done
10376IFS=$as_save_IFS
1c710c3c 10377
4de997d1
PB
10378fi
10379fi
1c710c3c 10380CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
4de997d1 10381if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10383$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10384else
5213506e
RW
10385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10386$as_echo "no" >&6; }
4de997d1
PB
10387fi
10388
5213506e 10389
e8b05380
PB
10390 fi
10391 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10392 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10393set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10395$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10396if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
5213506e 10397 $as_echo_n "(cached) " >&6
4de997d1 10398else
2693c0b0
PB
10399 if test -n "$CC_FOR_TARGET"; then
10400 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4de997d1 10401else
1c710c3c
DJ
10402as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10403for as_dir in $PATH
10404do
10405 IFS=$as_save_IFS
10406 test -z "$as_dir" && as_dir=.
5213506e 10407 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10408 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 10409 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 10410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10411 break 2
10412 fi
10413done
5213506e
RW
10414 done
10415IFS=$as_save_IFS
1c710c3c 10416
4de997d1
PB
10417fi
10418fi
1c710c3c 10419CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
2693c0b0 10420if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10422$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10423else
5213506e
RW
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10425$as_echo "no" >&6; }
4de997d1 10426fi
1c710c3c 10427
5213506e 10428
e8b05380
PB
10429 fi
10430 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10431 done
10432fi
1c710c3c 10433
2693c0b0
PB
10434if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10435 set dummy cc gcc
10436 if test $build = $target ; then
10437 CC_FOR_TARGET="$2"
4de997d1 10438 else
2693c0b0 10439 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10440 fi
1c00b503
PB
10441else
10442 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4de997d1
PB
10443fi
10444
278a7a38
AO
10445
10446
10447if test -n "$CXX_FOR_TARGET"; then
10448 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10449elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10450 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10451fi
10452
10453if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10454 for ncn_progname in c++ g++ cxx gxx; do
10455 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10456set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10458$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10459if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
5213506e 10460 $as_echo_n "(cached) " >&6
278a7a38
AO
10461else
10462 if test -n "$CXX_FOR_TARGET"; then
10463 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10464else
10465as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10466for as_dir in $PATH
10467do
10468 IFS=$as_save_IFS
10469 test -z "$as_dir" && as_dir=.
5213506e 10470 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 10472 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10474 break 2
10475 fi
10476done
5213506e
RW
10477 done
10478IFS=$as_save_IFS
278a7a38
AO
10479
10480fi
10481fi
10482CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10483if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10485$as_echo "$CXX_FOR_TARGET" >&6; }
278a7a38 10486else
5213506e
RW
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10488$as_echo "no" >&6; }
278a7a38
AO
10489fi
10490
5213506e 10491
278a7a38
AO
10492 done
10493fi
10494
10495if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10496 for ncn_progname in c++ g++ cxx gxx; do
5213506e
RW
10497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10498$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10499 if test -x $with_build_time_tools/${ncn_progname}; then
10500 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10502$as_echo "yes" >&6; }
e8b05380
PB
10503 break
10504 else
5213506e
RW
10505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10506$as_echo "no" >&6; }
e8b05380
PB
10507 fi
10508 done
10509fi
10510
10511if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10512 for ncn_progname in c++ g++ cxx gxx; do
10513 if test -n "$ncn_target_tool_prefix"; then
10514 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10515set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10517$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10518if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
5213506e 10519 $as_echo_n "(cached) " >&6
4de997d1
PB
10520else
10521 if test -n "$CXX_FOR_TARGET"; then
10522 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10523else
1c710c3c
DJ
10524as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10525for as_dir in $PATH
10526do
10527 IFS=$as_save_IFS
10528 test -z "$as_dir" && as_dir=.
5213506e 10529 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10530 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 10531 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10533 break 2
10534 fi
10535done
5213506e
RW
10536 done
10537IFS=$as_save_IFS
1c710c3c 10538
4de997d1
PB
10539fi
10540fi
1c710c3c 10541CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
4de997d1 10542if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10544$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10545else
5213506e
RW
10546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10547$as_echo "no" >&6; }
4de997d1
PB
10548fi
10549
5213506e 10550
e8b05380
PB
10551 fi
10552 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10553 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10554set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10556$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10557if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
5213506e 10558 $as_echo_n "(cached) " >&6
4de997d1 10559else
2693c0b0
PB
10560 if test -n "$CXX_FOR_TARGET"; then
10561 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4de997d1 10562else
1c710c3c
DJ
10563as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10564for as_dir in $PATH
10565do
10566 IFS=$as_save_IFS
10567 test -z "$as_dir" && as_dir=.
5213506e 10568 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10569 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 10570 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10571 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10572 break 2
10573 fi
10574done
5213506e
RW
10575 done
10576IFS=$as_save_IFS
1c710c3c 10577
4de997d1
PB
10578fi
10579fi
1c710c3c 10580CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
2693c0b0 10581if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10583$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10584else
5213506e
RW
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10586$as_echo "no" >&6; }
4de997d1 10587fi
1c710c3c 10588
5213506e 10589
e8b05380
PB
10590 fi
10591 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10592 done
10593fi
1c710c3c 10594
2693c0b0
PB
10595if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10596 set dummy c++ g++ cxx gxx
10597 if test $build = $target ; then
10598 CXX_FOR_TARGET="$2"
4de997d1 10599 else
2693c0b0 10600 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10601 fi
1c00b503
PB
10602else
10603 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
ca9f4b81
AO
10604fi
10605
278a7a38
AO
10606
10607
10608if test -n "$GCC_FOR_TARGET"; then
10609 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10610elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10611 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10612fi
10613
10614if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10615 for ncn_progname in gcc; do
10616 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10617set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10619$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10620if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
5213506e 10621 $as_echo_n "(cached) " >&6
278a7a38
AO
10622else
10623 if test -n "$GCC_FOR_TARGET"; then
10624 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10625else
10626as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10627for as_dir in $PATH
10628do
10629 IFS=$as_save_IFS
10630 test -z "$as_dir" && as_dir=.
5213506e 10631 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10632 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 10633 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10635 break 2
10636 fi
10637done
5213506e
RW
10638 done
10639IFS=$as_save_IFS
278a7a38
AO
10640
10641fi
10642fi
10643GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10644if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10646$as_echo "$GCC_FOR_TARGET" >&6; }
278a7a38 10647else
5213506e
RW
10648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10649$as_echo "no" >&6; }
278a7a38
AO
10650fi
10651
5213506e 10652
278a7a38
AO
10653 done
10654fi
10655
10656if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10657 for ncn_progname in gcc; do
5213506e
RW
10658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10659$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10660 if test -x $with_build_time_tools/${ncn_progname}; then
10661 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10663$as_echo "yes" >&6; }
e8b05380
PB
10664 break
10665 else
5213506e
RW
10666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10667$as_echo "no" >&6; }
e8b05380
PB
10668 fi
10669 done
10670fi
10671
10672if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10673 for ncn_progname in gcc; do
10674 if test -n "$ncn_target_tool_prefix"; then
10675 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10676set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10678$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10679if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
5213506e 10680 $as_echo_n "(cached) " >&6
ca9f4b81 10681else
e8b05380
PB
10682 if test -n "$GCC_FOR_TARGET"; then
10683 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10684else
1c710c3c
DJ
10685as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10686for as_dir in $PATH
10687do
10688 IFS=$as_save_IFS
10689 test -z "$as_dir" && as_dir=.
5213506e 10690 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10691 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 10692 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10694 break 2
10695 fi
10696done
5213506e
RW
10697 done
10698IFS=$as_save_IFS
1c710c3c 10699
ca9f4b81
AO
10700fi
10701fi
1c710c3c 10702GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10703if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10705$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10706else
5213506e
RW
10707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10708$as_echo "no" >&6; }
ca9f4b81
AO
10709fi
10710
5213506e 10711
e8b05380
PB
10712 fi
10713 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10714 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10715set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10717$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10718if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
5213506e 10719 $as_echo_n "(cached) " >&6
ca9f4b81 10720else
e8b05380
PB
10721 if test -n "$GCC_FOR_TARGET"; then
10722 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10723else
1c710c3c
DJ
10724as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10725for as_dir in $PATH
10726do
10727 IFS=$as_save_IFS
10728 test -z "$as_dir" && as_dir=.
5213506e 10729 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10730 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 10731 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10733 break 2
10734 fi
10735done
5213506e
RW
10736 done
10737IFS=$as_save_IFS
1c710c3c 10738
ca9f4b81
AO
10739fi
10740fi
1c710c3c 10741GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10742if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10744$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10745else
5213506e
RW
10746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10747$as_echo "no" >&6; }
ca9f4b81 10748fi
1c710c3c 10749
5213506e 10750
e8b05380
PB
10751 fi
10752 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10753 done
10754fi
1c710c3c 10755
e8b05380
PB
10756if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10757 GCC_FOR_TARGET="${CC_FOR_TARGET}"
1c00b503
PB
10758else
10759 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
e8b05380
PB
10760fi
10761
278a7a38
AO
10762
10763
278a7a38
AO
10764if test -n "$GFORTRAN_FOR_TARGET"; then
10765 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10766elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10767 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380
PB
10768fi
10769
278a7a38
AO
10770if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10771 for ncn_progname in gfortran; do
10772 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
e8b05380 10773set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10775$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10776if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
5213506e 10777 $as_echo_n "(cached) " >&6
e8b05380 10778else
278a7a38
AO
10779 if test -n "$GFORTRAN_FOR_TARGET"; then
10780 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
e8b05380 10781else
1c710c3c
DJ
10782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10783for as_dir in $PATH
10784do
10785 IFS=$as_save_IFS
10786 test -z "$as_dir" && as_dir=.
5213506e 10787 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10788 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 10789 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10791 break 2
10792 fi
10793done
5213506e
RW
10794 done
10795IFS=$as_save_IFS
1c710c3c 10796
e8b05380
PB
10797fi
10798fi
278a7a38
AO
10799GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10800if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10802$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10803else
5213506e
RW
10804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10805$as_echo "no" >&6; }
e8b05380 10806fi
1c710c3c 10807
5213506e 10808
e8b05380
PB
10809 done
10810fi
1c710c3c 10811
278a7a38 10812if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10813 for ncn_progname in gfortran; do
5213506e
RW
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10815$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10816 if test -x $with_build_time_tools/${ncn_progname}; then
10817 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10819$as_echo "yes" >&6; }
e8b05380
PB
10820 break
10821 else
5213506e
RW
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10823$as_echo "no" >&6; }
e8b05380
PB
10824 fi
10825 done
10826fi
10827
10828if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10829 for ncn_progname in gfortran; do
10830 if test -n "$ncn_target_tool_prefix"; then
10831 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10832set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10834$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10835if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
5213506e 10836 $as_echo_n "(cached) " >&6
e8b05380
PB
10837else
10838 if test -n "$GFORTRAN_FOR_TARGET"; then
1c710c3c
DJ
10839 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10840else
10841as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10842for as_dir in $PATH
10843do
10844 IFS=$as_save_IFS
10845 test -z "$as_dir" && as_dir=.
5213506e 10846 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10847 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 10848 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10850 break 2
10851 fi
10852done
5213506e
RW
10853 done
10854IFS=$as_save_IFS
1c710c3c 10855
e8b05380
PB
10856fi
10857fi
1c710c3c 10858GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10859if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10861$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10862else
5213506e
RW
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10864$as_echo "no" >&6; }
e8b05380
PB
10865fi
10866
5213506e 10867
e8b05380
PB
10868 fi
10869 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10870 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10871set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10873$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10874if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
5213506e 10875 $as_echo_n "(cached) " >&6
e8b05380
PB
10876else
10877 if test -n "$GFORTRAN_FOR_TARGET"; then
10878 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10879else
1c710c3c
DJ
10880as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10881for as_dir in $PATH
10882do
10883 IFS=$as_save_IFS
10884 test -z "$as_dir" && as_dir=.
5213506e 10885 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10886 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 10887 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10889 break 2
10890 fi
10891done
5213506e
RW
10892 done
10893IFS=$as_save_IFS
1c710c3c 10894
e8b05380
PB
10895fi
10896fi
1c710c3c 10897GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10898if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10900$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10901else
5213506e
RW
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10903$as_echo "no" >&6; }
e8b05380 10904fi
1c710c3c 10905
5213506e 10906
e8b05380
PB
10907 fi
10908 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10909 done
10910fi
1c710c3c 10911
e8b05380
PB
10912if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10913 set dummy gfortran
2693c0b0 10914 if test $build = $target ; then
e8b05380 10915 GFORTRAN_FOR_TARGET="$2"
ca9f4b81 10916 else
e8b05380
PB
10917 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10918 fi
1c00b503
PB
10919else
10920 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
e8b05380
PB
10921fi
10922
10923
10924
632e2a07
ILT
10925if test -n "$GOC_FOR_TARGET"; then
10926 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10927elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10928 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10929fi
10930
10931if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10932 for ncn_progname in gccgo; do
10933 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10934set dummy ${ncn_progname}; ac_word=$2
10935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10936$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10937if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
632e2a07
ILT
10938 $as_echo_n "(cached) " >&6
10939else
10940 if test -n "$GOC_FOR_TARGET"; then
10941 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10942else
10943as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10944for as_dir in $PATH
10945do
10946 IFS=$as_save_IFS
10947 test -z "$as_dir" && as_dir=.
10948 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 10949 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
632e2a07
ILT
10950 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10952 break 2
10953 fi
10954done
10955 done
10956IFS=$as_save_IFS
10957
10958fi
10959fi
10960GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10961if test -n "$GOC_FOR_TARGET"; then
10962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10963$as_echo "$GOC_FOR_TARGET" >&6; }
10964else
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10966$as_echo "no" >&6; }
10967fi
10968
10969
10970 done
10971fi
10972
10973if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10974 for ncn_progname in gccgo; do
10975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10976$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10977 if test -x $with_build_time_tools/${ncn_progname}; then
10978 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10980$as_echo "yes" >&6; }
10981 break
10982 else
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10984$as_echo "no" >&6; }
10985 fi
10986 done
10987fi
10988
10989if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10990 for ncn_progname in gccgo; do
10991 if test -n "$ncn_target_tool_prefix"; then
10992 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10993set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10995$as_echo_n "checking for $ac_word... " >&6; }
22e05272 10996if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
632e2a07
ILT
10997 $as_echo_n "(cached) " >&6
10998else
10999 if test -n "$GOC_FOR_TARGET"; then
11000 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
11001else
11002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11003for as_dir in $PATH
11004do
11005 IFS=$as_save_IFS
11006 test -z "$as_dir" && as_dir=.
11007 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
632e2a07
ILT
11009 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11011 break 2
11012 fi
11013done
11014 done
11015IFS=$as_save_IFS
11016
11017fi
11018fi
11019GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
11020if test -n "$GOC_FOR_TARGET"; then
11021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
11022$as_echo "$GOC_FOR_TARGET" >&6; }
11023else
11024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11025$as_echo "no" >&6; }
11026fi
11027
11028
11029 fi
11030 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
11031 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11032set dummy ${ncn_progname}; ac_word=$2
11033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11034$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11035if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
632e2a07
ILT
11036 $as_echo_n "(cached) " >&6
11037else
11038 if test -n "$GOC_FOR_TARGET"; then
11039 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
11040else
11041as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11042for as_dir in $PATH
11043do
11044 IFS=$as_save_IFS
11045 test -z "$as_dir" && as_dir=.
11046 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11047 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
632e2a07
ILT
11048 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
11049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11050 break 2
11051 fi
11052done
11053 done
11054IFS=$as_save_IFS
11055
11056fi
11057fi
11058GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
11059if test -n "$GOC_FOR_TARGET"; then
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
11061$as_echo "$GOC_FOR_TARGET" >&6; }
11062else
11063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11064$as_echo "no" >&6; }
11065fi
11066
11067
11068 fi
11069 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
11070 done
11071fi
11072
11073if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
11074 set dummy gccgo
11075 if test $build = $target ; then
11076 GOC_FOR_TARGET="$2"
11077 else
11078 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11079 fi
11080else
11081 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
11082fi
11083
11084
11085
b4c522fa
IB
11086if test -n "$GDC_FOR_TARGET"; then
11087 ac_cv_prog_GDC_FOR_TARGET=$GDC_FOR_TARGET
11088elif test -n "$ac_cv_prog_GDC_FOR_TARGET"; then
11089 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
11090fi
11091
11092if test -n "$ac_cv_prog_GDC_FOR_TARGET"; then
11093 for ncn_progname in gdc; do
11094 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11095set dummy ${ncn_progname}; ac_word=$2
11096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11097$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11098if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
b4c522fa
IB
11099 $as_echo_n "(cached) " >&6
11100else
11101 if test -n "$GDC_FOR_TARGET"; then
11102 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
11103else
11104as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11105for as_dir in $PATH
11106do
11107 IFS=$as_save_IFS
11108 test -z "$as_dir" && as_dir=.
11109 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11110 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b4c522fa
IB
11111 ac_cv_prog_GDC_FOR_TARGET="${ncn_progname}"
11112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11113 break 2
11114 fi
11115done
11116 done
11117IFS=$as_save_IFS
11118
11119fi
11120fi
11121GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
11122if test -n "$GDC_FOR_TARGET"; then
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDC_FOR_TARGET" >&5
11124$as_echo "$GDC_FOR_TARGET" >&6; }
11125else
11126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11127$as_echo "no" >&6; }
11128fi
11129
11130
11131 done
11132fi
11133
11134if test -z "$ac_cv_prog_GDC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11135 for ncn_progname in gdc; do
11136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11137$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11138 if test -x $with_build_time_tools/${ncn_progname}; then
11139 ac_cv_prog_GDC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11141$as_echo "yes" >&6; }
11142 break
11143 else
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11145$as_echo "no" >&6; }
11146 fi
11147 done
11148fi
11149
11150if test -z "$ac_cv_prog_GDC_FOR_TARGET"; then
11151 for ncn_progname in gdc; do
11152 if test -n "$ncn_target_tool_prefix"; then
11153 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11154set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11156$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11157if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
b4c522fa
IB
11158 $as_echo_n "(cached) " >&6
11159else
11160 if test -n "$GDC_FOR_TARGET"; then
11161 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
11162else
11163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11164for as_dir in $PATH
11165do
11166 IFS=$as_save_IFS
11167 test -z "$as_dir" && as_dir=.
11168 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11169 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b4c522fa
IB
11170 ac_cv_prog_GDC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11172 break 2
11173 fi
11174done
11175 done
11176IFS=$as_save_IFS
11177
11178fi
11179fi
11180GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
11181if test -n "$GDC_FOR_TARGET"; then
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDC_FOR_TARGET" >&5
11183$as_echo "$GDC_FOR_TARGET" >&6; }
11184else
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11186$as_echo "no" >&6; }
11187fi
11188
11189
11190 fi
11191 if test -z "$ac_cv_prog_GDC_FOR_TARGET" && test $build = $target ; then
11192 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11193set dummy ${ncn_progname}; ac_word=$2
11194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11195$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11196if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
b4c522fa
IB
11197 $as_echo_n "(cached) " >&6
11198else
11199 if test -n "$GDC_FOR_TARGET"; then
11200 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
11201else
11202as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11203for as_dir in $PATH
11204do
11205 IFS=$as_save_IFS
11206 test -z "$as_dir" && as_dir=.
11207 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11208 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b4c522fa
IB
11209 ac_cv_prog_GDC_FOR_TARGET="${ncn_progname}"
11210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11211 break 2
11212 fi
11213done
11214 done
11215IFS=$as_save_IFS
11216
11217fi
11218fi
11219GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
11220if test -n "$GDC_FOR_TARGET"; then
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDC_FOR_TARGET" >&5
11222$as_echo "$GDC_FOR_TARGET" >&6; }
11223else
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11225$as_echo "no" >&6; }
11226fi
11227
11228
11229 fi
11230 test -n "$ac_cv_prog_GDC_FOR_TARGET" && break
11231 done
11232fi
11233
11234if test -z "$ac_cv_prog_GDC_FOR_TARGET" ; then
11235 set dummy gdc
11236 if test $build = $target ; then
11237 GDC_FOR_TARGET="$2"
11238 else
11239 GDC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11240 fi
11241else
11242 GDC_FOR_TARGET="$ac_cv_prog_GDC_FOR_TARGET"
11243fi
11244
11245
11246
e8b05380
PB
11247cat > conftest.c << \EOF
11248#ifdef __GNUC__
11249 gcc_yay;
11250#endif
11251EOF
11252if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
11253 have_gcc_for_target=yes
11254else
11255 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
11256 have_gcc_for_target=no
11257fi
11258rm conftest.c
11259
11260
11261
11262
11263if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
11264 if test -n "$with_build_time_tools"; then
5213506e
RW
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
11266$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11267 if test -x $with_build_time_tools/ar; then
11268 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
11269 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
5213506e
RW
11270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
11271$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
d1f8db0c 11272 else
5213506e
RW
11273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11274$as_echo "no" >&6; }
d1f8db0c 11275 fi
e8b05380
PB
11276 elif test $build != $host && test $have_gcc_for_target = yes; then
11277 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
1c00b503
PB
11278 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
11279 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
e8b05380
PB
11280 fi
11281fi
3e19841a 11282if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11283 # Extract the first word of "ar", so it can be a program name with args.
11284set dummy ar; ac_word=$2
5213506e
RW
11285{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11286$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11287if ${ac_cv_path_AR_FOR_TARGET+:} false; then :
5213506e 11288 $as_echo_n "(cached) " >&6
e8b05380 11289else
1c710c3c
DJ
11290 case $AR_FOR_TARGET in
11291 [\\/]* | ?:[\\/]*)
e8b05380
PB
11292 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
11293 ;;
e8b05380 11294 *)
1c710c3c
DJ
11295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11296for as_dir in $gcc_cv_tool_dirs
11297do
11298 IFS=$as_save_IFS
11299 test -z "$as_dir" && as_dir=.
5213506e 11300 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11301 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 11302 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11304 break 2
11305 fi
11306done
5213506e
RW
11307 done
11308IFS=$as_save_IFS
1c710c3c 11309
e8b05380
PB
11310 ;;
11311esac
11312fi
1c710c3c 11313AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380 11314if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11316$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 11317else
5213506e
RW
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11319$as_echo "no" >&6; }
4de997d1
PB
11320fi
11321
5213506e 11322
e8b05380
PB
11323fi
11324if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
278a7a38
AO
11325
11326
11327if test -n "$AR_FOR_TARGET"; then
11328 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
11329elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11330 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11331fi
11332
11333if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11334 for ncn_progname in ar; do
11335 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11336set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11338$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11339if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
5213506e 11340 $as_echo_n "(cached) " >&6
278a7a38
AO
11341else
11342 if test -n "$AR_FOR_TARGET"; then
11343 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11344else
11345as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11346for as_dir in $PATH
11347do
11348 IFS=$as_save_IFS
11349 test -z "$as_dir" && as_dir=.
5213506e 11350 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11351 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 11352 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11354 break 2
11355 fi
11356done
5213506e
RW
11357 done
11358IFS=$as_save_IFS
278a7a38
AO
11359
11360fi
11361fi
11362AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11363if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11365$as_echo "$AR_FOR_TARGET" >&6; }
278a7a38 11366else
5213506e
RW
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11368$as_echo "no" >&6; }
278a7a38
AO
11369fi
11370
5213506e 11371
278a7a38
AO
11372 done
11373fi
11374
11375if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11376 for ncn_progname in ar; do
5213506e
RW
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11378$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11379 if test -x $with_build_time_tools/${ncn_progname}; then
11380 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11382$as_echo "yes" >&6; }
e8b05380
PB
11383 break
11384 else
5213506e
RW
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11386$as_echo "no" >&6; }
e8b05380
PB
11387 fi
11388 done
11389fi
11390
11391if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11392 for ncn_progname in ar; do
11393 if test -n "$ncn_target_tool_prefix"; then
11394 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11395set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11397$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11398if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
5213506e 11399 $as_echo_n "(cached) " >&6
4de997d1 11400else
e8b05380
PB
11401 if test -n "$AR_FOR_TARGET"; then
11402 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
4de997d1 11403else
1c710c3c
DJ
11404as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11405for as_dir in $PATH
11406do
11407 IFS=$as_save_IFS
11408 test -z "$as_dir" && as_dir=.
5213506e 11409 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 11411 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11413 break 2
11414 fi
11415done
5213506e
RW
11416 done
11417IFS=$as_save_IFS
1c710c3c 11418
4de997d1
PB
11419fi
11420fi
1c710c3c 11421AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11422if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11424$as_echo "$AR_FOR_TARGET" >&6; }
4de997d1 11425else
5213506e
RW
11426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11427$as_echo "no" >&6; }
4de997d1
PB
11428fi
11429
5213506e 11430
e8b05380
PB
11431 fi
11432 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11433 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11434set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11436$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11437if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
5213506e 11438 $as_echo_n "(cached) " >&6
e8b05380
PB
11439else
11440 if test -n "$AR_FOR_TARGET"; then
11441 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11442else
1c710c3c
DJ
11443as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11444for as_dir in $PATH
11445do
11446 IFS=$as_save_IFS
11447 test -z "$as_dir" && as_dir=.
5213506e 11448 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11449 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 11450 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11452 break 2
11453 fi
11454done
5213506e
RW
11455 done
11456IFS=$as_save_IFS
1c710c3c 11457
e8b05380
PB
11458fi
11459fi
1c710c3c 11460AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11461if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11463$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 11464else
5213506e
RW
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11466$as_echo "no" >&6; }
e8b05380 11467fi
1c710c3c 11468
5213506e 11469
e8b05380
PB
11470 fi
11471 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11472 done
11473fi
1c710c3c 11474
e8b05380
PB
11475if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11476 set dummy ar
11477 if test $build = $target ; then
11478 AR_FOR_TARGET="$2"
11479 else
11480 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
2693c0b0 11481 fi
1c00b503
PB
11482else
11483 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
e8b05380
PB
11484fi
11485
d1f8db0c
PB
11486else
11487 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380
PB
11488fi
11489
11490
11491
11492
11493if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11494 if test -n "$with_build_time_tools"; then
5213506e
RW
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11496$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11497 if test -x $with_build_time_tools/as; then
11498 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11499 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
5213506e
RW
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11501$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
d1f8db0c 11502 else
5213506e
RW
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11504$as_echo "no" >&6; }
d1f8db0c 11505 fi
e8b05380
PB
11506 elif test $build != $host && test $have_gcc_for_target = yes; then
11507 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
1c00b503
PB
11508 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11509 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
e8b05380
PB
11510 fi
11511fi
3e19841a 11512if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11513 # Extract the first word of "as", so it can be a program name with args.
11514set dummy as; ac_word=$2
5213506e
RW
11515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11516$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11517if ${ac_cv_path_AS_FOR_TARGET+:} false; then :
5213506e 11518 $as_echo_n "(cached) " >&6
e8b05380 11519else
1c710c3c
DJ
11520 case $AS_FOR_TARGET in
11521 [\\/]* | ?:[\\/]*)
e8b05380
PB
11522 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11523 ;;
e8b05380 11524 *)
1c710c3c
DJ
11525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11526for as_dir in $gcc_cv_tool_dirs
11527do
11528 IFS=$as_save_IFS
11529 test -z "$as_dir" && as_dir=.
5213506e 11530 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11531 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 11532 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11534 break 2
11535 fi
11536done
5213506e
RW
11537 done
11538IFS=$as_save_IFS
1c710c3c 11539
e8b05380
PB
11540 ;;
11541esac
11542fi
1c710c3c 11543AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
e8b05380 11544if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11546$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11547else
5213506e
RW
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11549$as_echo "no" >&6; }
e8b05380
PB
11550fi
11551
5213506e 11552
e8b05380
PB
11553fi
11554if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
278a7a38
AO
11555
11556
11557if test -n "$AS_FOR_TARGET"; then
11558 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11559elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11560 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11561fi
11562
11563if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11564 for ncn_progname in as; do
11565 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11566set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11568$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11569if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
5213506e 11570 $as_echo_n "(cached) " >&6
278a7a38
AO
11571else
11572 if test -n "$AS_FOR_TARGET"; then
11573 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11574else
11575as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11576for as_dir in $PATH
11577do
11578 IFS=$as_save_IFS
11579 test -z "$as_dir" && as_dir=.
5213506e 11580 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11581 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 11582 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11584 break 2
11585 fi
11586done
5213506e
RW
11587 done
11588IFS=$as_save_IFS
278a7a38
AO
11589
11590fi
11591fi
11592AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11593if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11595$as_echo "$AS_FOR_TARGET" >&6; }
278a7a38 11596else
5213506e
RW
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11598$as_echo "no" >&6; }
278a7a38
AO
11599fi
11600
5213506e 11601
278a7a38
AO
11602 done
11603fi
11604
11605if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11606 for ncn_progname in as; do
5213506e
RW
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11608$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11609 if test -x $with_build_time_tools/${ncn_progname}; then
11610 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11612$as_echo "yes" >&6; }
e8b05380
PB
11613 break
11614 else
5213506e
RW
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11616$as_echo "no" >&6; }
e8b05380
PB
11617 fi
11618 done
11619fi
11620
11621if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11622 for ncn_progname in as; do
11623 if test -n "$ncn_target_tool_prefix"; then
11624 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11625set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11627$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11628if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
5213506e 11629 $as_echo_n "(cached) " >&6
e8b05380
PB
11630else
11631 if test -n "$AS_FOR_TARGET"; then
11632 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11633else
1c710c3c
DJ
11634as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11635for as_dir in $PATH
11636do
11637 IFS=$as_save_IFS
11638 test -z "$as_dir" && as_dir=.
5213506e 11639 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11640 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 11641 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11643 break 2
11644 fi
11645done
5213506e
RW
11646 done
11647IFS=$as_save_IFS
1c710c3c 11648
e8b05380
PB
11649fi
11650fi
1c710c3c 11651AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11652if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11654$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11655else
5213506e
RW
11656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11657$as_echo "no" >&6; }
e8b05380
PB
11658fi
11659
5213506e 11660
e8b05380
PB
11661 fi
11662 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11663 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11664set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11666$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11667if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
5213506e 11668 $as_echo_n "(cached) " >&6
4de997d1 11669else
e8b05380
PB
11670 if test -n "$AS_FOR_TARGET"; then
11671 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
4de997d1 11672else
1c710c3c
DJ
11673as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11674for as_dir in $PATH
11675do
11676 IFS=$as_save_IFS
11677 test -z "$as_dir" && as_dir=.
5213506e 11678 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11679 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 11680 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11682 break 2
11683 fi
11684done
5213506e
RW
11685 done
11686IFS=$as_save_IFS
1c710c3c 11687
4de997d1
PB
11688fi
11689fi
1c710c3c 11690AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11691if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11693$as_echo "$AS_FOR_TARGET" >&6; }
4de997d1 11694else
5213506e
RW
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11696$as_echo "no" >&6; }
4de997d1 11697fi
1c710c3c 11698
5213506e 11699
e8b05380
PB
11700 fi
11701 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11702 done
11703fi
1c710c3c 11704
e8b05380
PB
11705if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11706 set dummy as
11707 if test $build = $target ; then
11708 AS_FOR_TARGET="$2"
11709 else
11710 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 11711 fi
1c00b503
PB
11712else
11713 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
e8b05380 11714fi
2693c0b0 11715
d1f8db0c
PB
11716else
11717 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
4de997d1
PB
11718fi
11719
e8b05380
PB
11720
11721
11722
11723if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11724 if test -n "$with_build_time_tools"; then
5213506e
RW
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11726$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11727 if test -x $with_build_time_tools/dlltool; then
11728 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11729 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
5213506e
RW
11730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11731$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
d1f8db0c 11732 else
5213506e
RW
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11734$as_echo "no" >&6; }
d1f8db0c 11735 fi
e8b05380
PB
11736 elif test $build != $host && test $have_gcc_for_target = yes; then
11737 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
1c00b503
PB
11738 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11739 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
e8b05380
PB
11740 fi
11741fi
3e19841a 11742if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11743 # Extract the first word of "dlltool", so it can be a program name with args.
11744set dummy dlltool; ac_word=$2
5213506e
RW
11745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11746$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11747if ${ac_cv_path_DLLTOOL_FOR_TARGET+:} false; then :
5213506e 11748 $as_echo_n "(cached) " >&6
4de997d1 11749else
1c710c3c
DJ
11750 case $DLLTOOL_FOR_TARGET in
11751 [\\/]* | ?:[\\/]*)
e8b05380
PB
11752 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11753 ;;
e8b05380 11754 *)
1c710c3c
DJ
11755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11756for as_dir in $gcc_cv_tool_dirs
11757do
11758 IFS=$as_save_IFS
11759 test -z "$as_dir" && as_dir=.
5213506e 11760 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11761 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 11762 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11764 break 2
11765 fi
11766done
5213506e
RW
11767 done
11768IFS=$as_save_IFS
1c710c3c 11769
e8b05380
PB
11770 ;;
11771esac
4de997d1 11772fi
1c710c3c 11773DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380 11774if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11776$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11777else
5213506e
RW
11778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11779$as_echo "no" >&6; }
4de997d1
PB
11780fi
11781
5213506e 11782
e8b05380
PB
11783fi
11784if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
278a7a38
AO
11785
11786
11787if test -n "$DLLTOOL_FOR_TARGET"; then
11788 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11789elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11790 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11791fi
11792
11793if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11794 for ncn_progname in dlltool; do
11795 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11796set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11798$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11799if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
5213506e 11800 $as_echo_n "(cached) " >&6
278a7a38
AO
11801else
11802 if test -n "$DLLTOOL_FOR_TARGET"; then
11803 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11804else
11805as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11806for as_dir in $PATH
11807do
11808 IFS=$as_save_IFS
11809 test -z "$as_dir" && as_dir=.
5213506e 11810 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11811 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 11812 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11814 break 2
11815 fi
11816done
5213506e
RW
11817 done
11818IFS=$as_save_IFS
278a7a38
AO
11819
11820fi
11821fi
11822DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11823if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11825$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
278a7a38 11826else
5213506e
RW
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11828$as_echo "no" >&6; }
278a7a38
AO
11829fi
11830
5213506e 11831
278a7a38
AO
11832 done
11833fi
11834
11835if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11836 for ncn_progname in dlltool; do
5213506e
RW
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11838$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11839 if test -x $with_build_time_tools/${ncn_progname}; then
11840 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11842$as_echo "yes" >&6; }
e8b05380
PB
11843 break
11844 else
5213506e
RW
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11846$as_echo "no" >&6; }
e8b05380
PB
11847 fi
11848 done
11849fi
11850
11851if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11852 for ncn_progname in dlltool; do
11853 if test -n "$ncn_target_tool_prefix"; then
11854 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11855set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11857$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11858if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
5213506e 11859 $as_echo_n "(cached) " >&6
4de997d1 11860else
e8b05380
PB
11861 if test -n "$DLLTOOL_FOR_TARGET"; then
11862 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11863else
1c710c3c
DJ
11864as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11865for as_dir in $PATH
11866do
11867 IFS=$as_save_IFS
11868 test -z "$as_dir" && as_dir=.
5213506e 11869 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11870 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 11871 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11873 break 2
11874 fi
11875done
5213506e
RW
11876 done
11877IFS=$as_save_IFS
1c710c3c 11878
4de997d1
PB
11879fi
11880fi
1c710c3c 11881DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11882if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11884$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11885else
5213506e
RW
11886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11887$as_echo "no" >&6; }
4de997d1 11888fi
4de997d1 11889
5213506e 11890
e8b05380
PB
11891 fi
11892 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11893 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11894set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11896$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11897if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
5213506e 11898 $as_echo_n "(cached) " >&6
4de997d1 11899else
e8b05380
PB
11900 if test -n "$DLLTOOL_FOR_TARGET"; then
11901 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11902else
1c710c3c
DJ
11903as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11904for as_dir in $PATH
11905do
11906 IFS=$as_save_IFS
11907 test -z "$as_dir" && as_dir=.
5213506e 11908 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11909 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 11910 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11912 break 2
11913 fi
11914done
5213506e
RW
11915 done
11916IFS=$as_save_IFS
1c710c3c 11917
4de997d1
PB
11918fi
11919fi
1c710c3c 11920DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11921if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11923$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11924else
5213506e
RW
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11926$as_echo "no" >&6; }
4de997d1 11927fi
1c710c3c 11928
5213506e 11929
e8b05380
PB
11930 fi
11931 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11932 done
11933fi
1c710c3c 11934
e8b05380
PB
11935if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11936 set dummy dlltool
11937 if test $build = $target ; then
11938 DLLTOOL_FOR_TARGET="$2"
11939 else
11940 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11941 fi
1c00b503
PB
11942else
11943 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
e8b05380
PB
11944fi
11945
d1f8db0c
PB
11946else
11947 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380
PB
11948fi
11949
4de997d1 11950
e8b05380
PB
11951
11952
11953if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11954 if test -n "$with_build_time_tools"; then
5213506e
RW
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11956$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11957 if test -x $with_build_time_tools/ld; then
11958 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11959 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
5213506e
RW
11960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11961$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
d1f8db0c 11962 else
5213506e
RW
11963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11964$as_echo "no" >&6; }
d1f8db0c 11965 fi
e8b05380
PB
11966 elif test $build != $host && test $have_gcc_for_target = yes; then
11967 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
1c00b503
PB
11968 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11969 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2693c0b0 11970 fi
e8b05380 11971fi
3e19841a 11972if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11973 # Extract the first word of "ld", so it can be a program name with args.
11974set dummy ld; ac_word=$2
5213506e
RW
11975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11976$as_echo_n "checking for $ac_word... " >&6; }
22e05272 11977if ${ac_cv_path_LD_FOR_TARGET+:} false; then :
5213506e 11978 $as_echo_n "(cached) " >&6
4de997d1 11979else
1c710c3c
DJ
11980 case $LD_FOR_TARGET in
11981 [\\/]* | ?:[\\/]*)
e8b05380
PB
11982 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11983 ;;
e8b05380 11984 *)
1c710c3c
DJ
11985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11986for as_dir in $gcc_cv_tool_dirs
11987do
11988 IFS=$as_save_IFS
11989 test -z "$as_dir" && as_dir=.
5213506e 11990 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 11991 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 11992 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11994 break 2
11995 fi
11996done
5213506e
RW
11997 done
11998IFS=$as_save_IFS
1c710c3c 11999
e8b05380
PB
12000 ;;
12001esac
4de997d1 12002fi
1c710c3c 12003LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380 12004if test -n "$LD_FOR_TARGET"; then
5213506e
RW
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
12006$as_echo "$LD_FOR_TARGET" >&6; }
4de997d1 12007else
5213506e
RW
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12009$as_echo "no" >&6; }
4de997d1 12010fi
2693c0b0 12011
5213506e 12012
e8b05380
PB
12013fi
12014if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
278a7a38
AO
12015
12016
12017if test -n "$LD_FOR_TARGET"; then
12018 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
12019elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
12020 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
12021fi
12022
12023if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
12024 for ncn_progname in ld; do
12025 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12026set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12028$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12029if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
5213506e 12030 $as_echo_n "(cached) " >&6
278a7a38
AO
12031else
12032 if test -n "$LD_FOR_TARGET"; then
12033 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
12034else
12035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12036for as_dir in $PATH
12037do
12038 IFS=$as_save_IFS
12039 test -z "$as_dir" && as_dir=.
5213506e 12040 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12041 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 12042 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 12043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12044 break 2
12045 fi
12046done
5213506e
RW
12047 done
12048IFS=$as_save_IFS
278a7a38
AO
12049
12050fi
12051fi
12052LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
12053if test -n "$LD_FOR_TARGET"; then
5213506e
RW
12054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
12055$as_echo "$LD_FOR_TARGET" >&6; }
278a7a38 12056else
5213506e
RW
12057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12058$as_echo "no" >&6; }
278a7a38
AO
12059fi
12060
5213506e 12061
278a7a38
AO
12062 done
12063fi
12064
12065if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12066 for ncn_progname in ld; do
5213506e
RW
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12068$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12069 if test -x $with_build_time_tools/${ncn_progname}; then
12070 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12072$as_echo "yes" >&6; }
e8b05380
PB
12073 break
12074 else
5213506e
RW
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12076$as_echo "no" >&6; }
e8b05380
PB
12077 fi
12078 done
ca9f4b81
AO
12079fi
12080
e8b05380
PB
12081if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
12082 for ncn_progname in ld; do
12083 if test -n "$ncn_target_tool_prefix"; then
12084 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12085set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12087$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12088if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
5213506e 12089 $as_echo_n "(cached) " >&6
ca9f4b81 12090else
4de997d1
PB
12091 if test -n "$LD_FOR_TARGET"; then
12092 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 12093else
1c710c3c
DJ
12094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12095for as_dir in $PATH
12096do
12097 IFS=$as_save_IFS
12098 test -z "$as_dir" && as_dir=.
5213506e 12099 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12100 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 12101 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12103 break 2
12104 fi
12105done
5213506e
RW
12106 done
12107IFS=$as_save_IFS
1c710c3c 12108
ca9f4b81
AO
12109fi
12110fi
1c710c3c 12111LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
4de997d1 12112if test -n "$LD_FOR_TARGET"; then
5213506e
RW
12113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
12114$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 12115else
5213506e
RW
12116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12117$as_echo "no" >&6; }
ca9f4b81
AO
12118fi
12119
5213506e 12120
e8b05380
PB
12121 fi
12122 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
12123 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12124set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12126$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12127if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
5213506e 12128 $as_echo_n "(cached) " >&6
ca9f4b81 12129else
2693c0b0
PB
12130 if test -n "$LD_FOR_TARGET"; then
12131 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 12132else
1c710c3c
DJ
12133as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12134for as_dir in $PATH
12135do
12136 IFS=$as_save_IFS
12137 test -z "$as_dir" && as_dir=.
5213506e 12138 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12139 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 12140 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 12141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12142 break 2
12143 fi
12144done
5213506e
RW
12145 done
12146IFS=$as_save_IFS
1c710c3c 12147
ca9f4b81
AO
12148fi
12149fi
1c710c3c 12150LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2693c0b0 12151if test -n "$LD_FOR_TARGET"; then
5213506e
RW
12152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
12153$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 12154else
5213506e
RW
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12156$as_echo "no" >&6; }
ca9f4b81 12157fi
1c710c3c 12158
5213506e 12159
e8b05380
PB
12160 fi
12161 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
12162 done
12163fi
1c710c3c 12164
2693c0b0
PB
12165if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
12166 set dummy ld
12167 if test $build = $target ; then
12168 LD_FOR_TARGET="$2"
ca9f4b81 12169 else
2693c0b0 12170 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12171 fi
1c00b503
PB
12172else
12173 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
ca9f4b81
AO
12174fi
12175
d1f8db0c
PB
12176else
12177 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380
PB
12178fi
12179
12180
12181
12182
12183if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
12184 if test -n "$with_build_time_tools"; then
5213506e
RW
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
12186$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12187 if test -x $with_build_time_tools/lipo; then
12188 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
12189 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
5213506e
RW
12190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
12191$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
d1f8db0c 12192 else
5213506e
RW
12193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12194$as_echo "no" >&6; }
d1f8db0c 12195 fi
e8b05380
PB
12196 elif test $build != $host && test $have_gcc_for_target = yes; then
12197 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
1c00b503
PB
12198 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
12199 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
e8b05380
PB
12200 fi
12201fi
278a7a38
AO
12202if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12203 # Extract the first word of "lipo", so it can be a program name with args.
12204set dummy lipo; ac_word=$2
5213506e
RW
12205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12206$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12207if ${ac_cv_path_LIPO_FOR_TARGET+:} false; then :
5213506e 12208 $as_echo_n "(cached) " >&6
278a7a38
AO
12209else
12210 case $LIPO_FOR_TARGET in
12211 [\\/]* | ?:[\\/]*)
12212 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
12213 ;;
12214 *)
12215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12216for as_dir in $gcc_cv_tool_dirs
12217do
12218 IFS=$as_save_IFS
12219 test -z "$as_dir" && as_dir=.
5213506e 12220 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12221 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 12222 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12224 break 2
12225 fi
12226done
5213506e
RW
12227 done
12228IFS=$as_save_IFS
278a7a38
AO
12229
12230 ;;
12231esac
12232fi
12233LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
278a7a38 12234if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12236$as_echo "$LIPO_FOR_TARGET" >&6; }
278a7a38 12237else
5213506e
RW
12238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12239$as_echo "no" >&6; }
278a7a38
AO
12240fi
12241
5213506e 12242
278a7a38
AO
12243fi
12244if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
12245
12246
12247if test -n "$LIPO_FOR_TARGET"; then
12248 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
12249elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
12250 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12251fi
12252
12253if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
12254 for ncn_progname in lipo; do
12255 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12256set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12258$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12259if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
5213506e 12260 $as_echo_n "(cached) " >&6
e8b05380 12261else
278a7a38
AO
12262 if test -n "$LIPO_FOR_TARGET"; then
12263 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12264else
12265as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12266for as_dir in $PATH
1c710c3c
DJ
12267do
12268 IFS=$as_save_IFS
12269 test -z "$as_dir" && as_dir=.
5213506e 12270 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12271 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 12272 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 12273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12274 break 2
12275 fi
12276done
5213506e
RW
12277 done
12278IFS=$as_save_IFS
1c710c3c 12279
e8b05380 12280fi
278a7a38
AO
12281fi
12282LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
e8b05380 12283if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
12284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12285$as_echo "$LIPO_FOR_TARGET" >&6; }
e8b05380 12286else
5213506e
RW
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12288$as_echo "no" >&6; }
e8b05380
PB
12289fi
12290
5213506e 12291
278a7a38 12292 done
e8b05380 12293fi
278a7a38
AO
12294
12295if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12296 for ncn_progname in lipo; do
5213506e
RW
12297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12298$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12299 if test -x $with_build_time_tools/${ncn_progname}; then
12300 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12302$as_echo "yes" >&6; }
e8b05380
PB
12303 break
12304 else
5213506e
RW
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12306$as_echo "no" >&6; }
e8b05380
PB
12307 fi
12308 done
12309fi
12310
12311if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
12312 for ncn_progname in lipo; do
12313 if test -n "$ncn_target_tool_prefix"; then
12314 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12315set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12317$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12318if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
5213506e 12319 $as_echo_n "(cached) " >&6
040b1c5a
GK
12320else
12321 if test -n "$LIPO_FOR_TARGET"; then
12322 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12323else
1c710c3c
DJ
12324as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12325for as_dir in $PATH
12326do
12327 IFS=$as_save_IFS
12328 test -z "$as_dir" && as_dir=.
5213506e 12329 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12330 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 12331 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12333 break 2
12334 fi
12335done
5213506e
RW
12336 done
12337IFS=$as_save_IFS
1c710c3c 12338
040b1c5a
GK
12339fi
12340fi
1c710c3c 12341LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 12342if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12344$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 12345else
5213506e
RW
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12347$as_echo "no" >&6; }
040b1c5a
GK
12348fi
12349
5213506e 12350
e8b05380
PB
12351 fi
12352 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12353 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 12354set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12356$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12357if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
5213506e 12358 $as_echo_n "(cached) " >&6
040b1c5a
GK
12359else
12360 if test -n "$LIPO_FOR_TARGET"; then
72a7ab82
AP
12361 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12362else
1c710c3c
DJ
12363as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12364for as_dir in $PATH
12365do
12366 IFS=$as_save_IFS
12367 test -z "$as_dir" && as_dir=.
5213506e 12368 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 12370 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 12371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12372 break 2
12373 fi
12374done
5213506e
RW
12375 done
12376IFS=$as_save_IFS
1c710c3c 12377
040b1c5a
GK
12378fi
12379fi
1c710c3c 12380LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 12381if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
12382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12383$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 12384else
5213506e
RW
12385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12386$as_echo "no" >&6; }
040b1c5a 12387fi
1c710c3c 12388
5213506e 12389
e8b05380
PB
12390 fi
12391 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12392 done
12393fi
1c710c3c 12394
040b1c5a
GK
12395if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12396 set dummy lipo
12397 if test $build = $target ; then
12398 LIPO_FOR_TARGET="$2"
12399 else
12400 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12401 fi
1c00b503
PB
12402else
12403 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
040b1c5a
GK
12404fi
12405
d1f8db0c
PB
12406else
12407 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
e8b05380
PB
12408fi
12409
12410
12411
12412
12413if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12414 if test -n "$with_build_time_tools"; then
5213506e
RW
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12416$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12417 if test -x $with_build_time_tools/nm; then
12418 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12419 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
5213506e
RW
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12421$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
d1f8db0c 12422 else
5213506e
RW
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12424$as_echo "no" >&6; }
d1f8db0c 12425 fi
e8b05380
PB
12426 elif test $build != $host && test $have_gcc_for_target = yes; then
12427 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
1c00b503
PB
12428 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12429 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
e8b05380
PB
12430 fi
12431fi
3e19841a 12432if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12433 # Extract the first word of "nm", so it can be a program name with args.
12434set dummy nm; ac_word=$2
5213506e
RW
12435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12436$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12437if ${ac_cv_path_NM_FOR_TARGET+:} false; then :
5213506e 12438 $as_echo_n "(cached) " >&6
e8b05380 12439else
1c710c3c
DJ
12440 case $NM_FOR_TARGET in
12441 [\\/]* | ?:[\\/]*)
e8b05380
PB
12442 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12443 ;;
e8b05380 12444 *)
1c710c3c
DJ
12445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12446for as_dir in $gcc_cv_tool_dirs
12447do
12448 IFS=$as_save_IFS
12449 test -z "$as_dir" && as_dir=.
5213506e 12450 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12451 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 12452 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12454 break 2
12455 fi
12456done
5213506e
RW
12457 done
12458IFS=$as_save_IFS
1c710c3c 12459
e8b05380
PB
12460 ;;
12461esac
12462fi
1c710c3c 12463NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380 12464if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12466$as_echo "$NM_FOR_TARGET" >&6; }
e8b05380 12467else
5213506e
RW
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12469$as_echo "no" >&6; }
e8b05380
PB
12470fi
12471
5213506e 12472
e8b05380
PB
12473fi
12474if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
278a7a38
AO
12475
12476
12477if test -n "$NM_FOR_TARGET"; then
12478 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12479elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12480 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12481fi
12482
12483if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12484 for ncn_progname in nm; do
12485 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12486set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12488$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12489if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
5213506e 12490 $as_echo_n "(cached) " >&6
278a7a38
AO
12491else
12492 if test -n "$NM_FOR_TARGET"; then
12493 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12494else
12495as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12496for as_dir in $PATH
12497do
12498 IFS=$as_save_IFS
12499 test -z "$as_dir" && as_dir=.
5213506e 12500 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12501 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 12502 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12504 break 2
12505 fi
12506done
5213506e
RW
12507 done
12508IFS=$as_save_IFS
278a7a38
AO
12509
12510fi
12511fi
12512NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12513if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12515$as_echo "$NM_FOR_TARGET" >&6; }
278a7a38 12516else
5213506e
RW
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12518$as_echo "no" >&6; }
278a7a38
AO
12519fi
12520
5213506e 12521
278a7a38
AO
12522 done
12523fi
12524
12525if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12526 for ncn_progname in nm; do
5213506e
RW
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12528$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12529 if test -x $with_build_time_tools/${ncn_progname}; then
12530 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12532$as_echo "yes" >&6; }
e8b05380
PB
12533 break
12534 else
5213506e
RW
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12536$as_echo "no" >&6; }
e8b05380
PB
12537 fi
12538 done
12539fi
12540
12541if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12542 for ncn_progname in nm; do
12543 if test -n "$ncn_target_tool_prefix"; then
12544 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 12545set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12547$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12548if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
5213506e 12549 $as_echo_n "(cached) " >&6
ca9f4b81 12550else
4de997d1
PB
12551 if test -n "$NM_FOR_TARGET"; then
12552 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12553else
1c710c3c
DJ
12554as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12555for as_dir in $PATH
12556do
12557 IFS=$as_save_IFS
12558 test -z "$as_dir" && as_dir=.
5213506e 12559 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12560 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 12561 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12563 break 2
12564 fi
12565done
5213506e
RW
12566 done
12567IFS=$as_save_IFS
1c710c3c 12568
ca9f4b81
AO
12569fi
12570fi
1c710c3c 12571NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
4de997d1 12572if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12574$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12575else
5213506e
RW
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12577$as_echo "no" >&6; }
ca9f4b81
AO
12578fi
12579
5213506e 12580
e8b05380
PB
12581 fi
12582 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12583 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12584set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12586$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12587if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
5213506e 12588 $as_echo_n "(cached) " >&6
ca9f4b81 12589else
2693c0b0
PB
12590 if test -n "$NM_FOR_TARGET"; then
12591 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12592else
1c710c3c
DJ
12593as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12594for as_dir in $PATH
12595do
12596 IFS=$as_save_IFS
12597 test -z "$as_dir" && as_dir=.
5213506e 12598 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12599 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 12600 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12602 break 2
12603 fi
12604done
5213506e
RW
12605 done
12606IFS=$as_save_IFS
1c710c3c 12607
ca9f4b81
AO
12608fi
12609fi
1c710c3c 12610NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
2693c0b0 12611if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12613$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12614else
5213506e
RW
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12616$as_echo "no" >&6; }
ca9f4b81 12617fi
1c710c3c 12618
5213506e 12619
e8b05380
PB
12620 fi
12621 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12622 done
12623fi
1c710c3c 12624
2693c0b0
PB
12625if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12626 set dummy nm
12627 if test $build = $target ; then
12628 NM_FOR_TARGET="$2"
ca9f4b81 12629 else
2693c0b0 12630 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12631 fi
1c00b503
PB
12632else
12633 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
ca9f4b81
AO
12634fi
12635
d1f8db0c
PB
12636else
12637 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380
PB
12638fi
12639
12640
12641
12642
9bccfdf5
AP
12643if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12644 if test -n "$with_build_time_tools"; then
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objcopy in $with_build_time_tools" >&5
12646$as_echo_n "checking for objcopy in $with_build_time_tools... " >&6; }
12647 if test -x $with_build_time_tools/objcopy; then
12648 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
12649 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
12651$as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
12652 else
12653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12654$as_echo "no" >&6; }
12655 fi
12656 elif test $build != $host && test $have_gcc_for_target = yes; then
12657 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
12658 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
12659 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12660 fi
12661fi
12662if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12663 # Extract the first word of "objcopy", so it can be a program name with args.
12664set dummy objcopy; ac_word=$2
12665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12666$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12667if ${ac_cv_path_OBJCOPY_FOR_TARGET+:} false; then :
9bccfdf5
AP
12668 $as_echo_n "(cached) " >&6
12669else
12670 case $OBJCOPY_FOR_TARGET in
12671 [\\/]* | ?:[\\/]*)
12672 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
12673 ;;
12674 *)
12675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12676for as_dir in $gcc_cv_tool_dirs
12677do
12678 IFS=$as_save_IFS
12679 test -z "$as_dir" && as_dir=.
12680 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12681 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9bccfdf5
AP
12682 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12684 break 2
12685 fi
12686done
12687 done
12688IFS=$as_save_IFS
12689
12690 ;;
12691esac
12692fi
12693OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12694if test -n "$OBJCOPY_FOR_TARGET"; then
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12696$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12697else
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12699$as_echo "no" >&6; }
12700fi
12701
12702
12703fi
12704if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12705
12706
12707if test -n "$OBJCOPY_FOR_TARGET"; then
12708 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12709elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12710 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12711fi
12712
12713if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12714 for ncn_progname in objcopy; do
12715 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12716set dummy ${ncn_progname}; ac_word=$2
12717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12718$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12719if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
9bccfdf5
AP
12720 $as_echo_n "(cached) " >&6
12721else
12722 if test -n "$OBJCOPY_FOR_TARGET"; then
12723 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12724else
12725as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12726for as_dir in $PATH
12727do
12728 IFS=$as_save_IFS
12729 test -z "$as_dir" && as_dir=.
12730 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12731 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9bccfdf5
AP
12732 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12734 break 2
12735 fi
12736done
12737 done
12738IFS=$as_save_IFS
12739
12740fi
12741fi
12742OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12743if test -n "$OBJCOPY_FOR_TARGET"; then
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12745$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12746else
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12748$as_echo "no" >&6; }
12749fi
12750
12751
12752 done
12753fi
12754
12755if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
12756 for ncn_progname in objcopy; do
12757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12758$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12759 if test -x $with_build_time_tools/${ncn_progname}; then
12760 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12762$as_echo "yes" >&6; }
12763 break
12764 else
12765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12766$as_echo "no" >&6; }
12767 fi
12768 done
12769fi
12770
12771if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12772 for ncn_progname in objcopy; do
12773 if test -n "$ncn_target_tool_prefix"; then
12774 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12775set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12777$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12778if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
9bccfdf5
AP
12779 $as_echo_n "(cached) " >&6
12780else
12781 if test -n "$OBJCOPY_FOR_TARGET"; then
12782 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12783else
12784as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12785for as_dir in $PATH
12786do
12787 IFS=$as_save_IFS
12788 test -z "$as_dir" && as_dir=.
12789 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12790 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9bccfdf5
AP
12791 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12793 break 2
12794 fi
12795done
12796 done
12797IFS=$as_save_IFS
12798
12799fi
12800fi
12801OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12802if test -n "$OBJCOPY_FOR_TARGET"; then
12803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12804$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12805else
12806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12807$as_echo "no" >&6; }
12808fi
12809
12810
12811 fi
12812 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
12813 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12814set dummy ${ncn_progname}; ac_word=$2
12815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12816$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12817if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
9bccfdf5
AP
12818 $as_echo_n "(cached) " >&6
12819else
12820 if test -n "$OBJCOPY_FOR_TARGET"; then
12821 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12822else
12823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12824for as_dir in $PATH
12825do
12826 IFS=$as_save_IFS
12827 test -z "$as_dir" && as_dir=.
12828 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12829 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9bccfdf5
AP
12830 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12832 break 2
12833 fi
12834done
12835 done
12836IFS=$as_save_IFS
12837
12838fi
12839fi
12840OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12841if test -n "$OBJCOPY_FOR_TARGET"; then
12842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12843$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12844else
12845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12846$as_echo "no" >&6; }
12847fi
12848
12849
12850 fi
12851 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
12852 done
12853fi
12854
12855if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
12856 set dummy objcopy
12857 if test $build = $target ; then
12858 OBJCOPY_FOR_TARGET="$2"
12859 else
12860 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
12861 fi
12862else
12863 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
12864fi
12865
12866else
12867 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12868fi
12869
12870
12871
12872
e8b05380
PB
12873if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12874 if test -n "$with_build_time_tools"; then
5213506e
RW
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12876$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12877 if test -x $with_build_time_tools/objdump; then
12878 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12879 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
5213506e
RW
12880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12881$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
d1f8db0c 12882 else
5213506e
RW
12883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12884$as_echo "no" >&6; }
d1f8db0c 12885 fi
e8b05380
PB
12886 elif test $build != $host && test $have_gcc_for_target = yes; then
12887 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
1c00b503
PB
12888 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12889 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
e8b05380
PB
12890 fi
12891fi
3e19841a 12892if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12893 # Extract the first word of "objdump", so it can be a program name with args.
12894set dummy objdump; ac_word=$2
5213506e
RW
12895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12896$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12897if ${ac_cv_path_OBJDUMP_FOR_TARGET+:} false; then :
5213506e 12898 $as_echo_n "(cached) " >&6
e8b05380 12899else
1c710c3c
DJ
12900 case $OBJDUMP_FOR_TARGET in
12901 [\\/]* | ?:[\\/]*)
e8b05380
PB
12902 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12903 ;;
e8b05380 12904 *)
1c710c3c
DJ
12905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12906for as_dir in $gcc_cv_tool_dirs
12907do
12908 IFS=$as_save_IFS
12909 test -z "$as_dir" && as_dir=.
5213506e 12910 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12911 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 12912 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12914 break 2
12915 fi
12916done
5213506e
RW
12917 done
12918IFS=$as_save_IFS
1c710c3c 12919
e8b05380
PB
12920 ;;
12921esac
12922fi
1c710c3c 12923OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380 12924if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12926$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
e8b05380 12927else
5213506e
RW
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12929$as_echo "no" >&6; }
e8b05380
PB
12930fi
12931
5213506e 12932
e8b05380
PB
12933fi
12934if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
278a7a38
AO
12935
12936
12937if test -n "$OBJDUMP_FOR_TARGET"; then
12938 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12939elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12940 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12941fi
12942
12943if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12944 for ncn_progname in objdump; do
12945 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12946set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12948$as_echo_n "checking for $ac_word... " >&6; }
22e05272 12949if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
5213506e 12950 $as_echo_n "(cached) " >&6
278a7a38
AO
12951else
12952 if test -n "$OBJDUMP_FOR_TARGET"; then
12953 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12954else
12955as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12956for as_dir in $PATH
12957do
12958 IFS=$as_save_IFS
12959 test -z "$as_dir" && as_dir=.
5213506e 12960 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 12961 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 12962 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12964 break 2
12965 fi
12966done
5213506e
RW
12967 done
12968IFS=$as_save_IFS
278a7a38
AO
12969
12970fi
12971fi
12972OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12973if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12975$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
278a7a38 12976else
5213506e
RW
12977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12978$as_echo "no" >&6; }
278a7a38
AO
12979fi
12980
5213506e 12981
278a7a38
AO
12982 done
12983fi
12984
12985if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12986 for ncn_progname in objdump; do
5213506e
RW
12987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12988$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12989 if test -x $with_build_time_tools/${ncn_progname}; then
12990 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12992$as_echo "yes" >&6; }
e8b05380
PB
12993 break
12994 else
5213506e
RW
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12996$as_echo "no" >&6; }
e8b05380
PB
12997 fi
12998 done
12999fi
13000
13001if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
13002 for ncn_progname in objdump; do
13003 if test -n "$ncn_target_tool_prefix"; then
13004 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 13005set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13007$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13008if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
5213506e 13009 $as_echo_n "(cached) " >&6
d739199a
DJ
13010else
13011 if test -n "$OBJDUMP_FOR_TARGET"; then
13012 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
13013else
1c710c3c
DJ
13014as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13015for as_dir in $PATH
13016do
13017 IFS=$as_save_IFS
13018 test -z "$as_dir" && as_dir=.
5213506e 13019 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13020 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 13021 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13023 break 2
13024 fi
13025done
5213506e
RW
13026 done
13027IFS=$as_save_IFS
1c710c3c 13028
d739199a
DJ
13029fi
13030fi
1c710c3c 13031OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 13032if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
13033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
13034$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 13035else
5213506e
RW
13036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13037$as_echo "no" >&6; }
d739199a
DJ
13038fi
13039
5213506e 13040
e8b05380
PB
13041 fi
13042 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
13043 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
d739199a 13044set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13046$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13047if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
5213506e 13048 $as_echo_n "(cached) " >&6
d739199a
DJ
13049else
13050 if test -n "$OBJDUMP_FOR_TARGET"; then
13051 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
13052else
1c710c3c
DJ
13053as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13054for as_dir in $PATH
13055do
13056 IFS=$as_save_IFS
13057 test -z "$as_dir" && as_dir=.
5213506e 13058 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 13060 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 13061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13062 break 2
13063 fi
13064done
5213506e
RW
13065 done
13066IFS=$as_save_IFS
1c710c3c 13067
d739199a
DJ
13068fi
13069fi
1c710c3c 13070OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 13071if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
13073$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 13074else
5213506e
RW
13075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13076$as_echo "no" >&6; }
d739199a 13077fi
1c710c3c 13078
5213506e 13079
e8b05380
PB
13080 fi
13081 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
13082 done
13083fi
1c710c3c 13084
d739199a
DJ
13085if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
13086 set dummy objdump
13087 if test $build = $target ; then
13088 OBJDUMP_FOR_TARGET="$2"
13089 else
13090 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13091 fi
1c00b503
PB
13092else
13093 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
d739199a
DJ
13094fi
13095
d1f8db0c
PB
13096else
13097 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380
PB
13098fi
13099
13100
13101
13102
e4a9a572
IS
13103if test -z "$ac_cv_path_OTOOL_FOR_TARGET" ; then
13104 if test -n "$with_build_time_tools"; then
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for otool in $with_build_time_tools" >&5
13106$as_echo_n "checking for otool in $with_build_time_tools... " >&6; }
13107 if test -x $with_build_time_tools/otool; then
13108 OTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/otool
13109 ac_cv_path_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OTOOL_FOR_TARGET" >&5
13111$as_echo "$ac_cv_path_OTOOL_FOR_TARGET" >&6; }
13112 else
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13114$as_echo "no" >&6; }
13115 fi
13116 elif test $build != $host && test $have_gcc_for_target = yes; then
13117 OTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=otool`
13118 test $OTOOL_FOR_TARGET = otool && OTOOL_FOR_TARGET=
13119 test -n "$OTOOL_FOR_TARGET" && ac_cv_path_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
13120 fi
13121fi
13122if test -z "$ac_cv_path_OTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13123 # Extract the first word of "otool", so it can be a program name with args.
13124set dummy otool; ac_word=$2
13125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13126$as_echo_n "checking for $ac_word... " >&6; }
13127if ${ac_cv_path_OTOOL_FOR_TARGET+:} false; then :
13128 $as_echo_n "(cached) " >&6
13129else
13130 case $OTOOL_FOR_TARGET in
13131 [\\/]* | ?:[\\/]*)
13132 ac_cv_path_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test with a path.
13133 ;;
13134 *)
13135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13136for as_dir in $gcc_cv_tool_dirs
13137do
13138 IFS=$as_save_IFS
13139 test -z "$as_dir" && as_dir=.
13140 for ac_exec_ext in '' $ac_executable_extensions; do
13141 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13142 ac_cv_path_OTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13144 break 2
13145 fi
13146done
13147 done
13148IFS=$as_save_IFS
13149
13150 ;;
13151esac
13152fi
13153OTOOL_FOR_TARGET=$ac_cv_path_OTOOL_FOR_TARGET
13154if test -n "$OTOOL_FOR_TARGET"; then
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL_FOR_TARGET" >&5
13156$as_echo "$OTOOL_FOR_TARGET" >&6; }
13157else
13158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13159$as_echo "no" >&6; }
13160fi
13161
13162
13163fi
13164if test -z "$ac_cv_path_OTOOL_FOR_TARGET" ; then
13165
13166
13167if test -n "$OTOOL_FOR_TARGET"; then
13168 ac_cv_prog_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
13169elif test -n "$ac_cv_prog_OTOOL_FOR_TARGET"; then
13170 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
13171fi
13172
13173if test -n "$ac_cv_prog_OTOOL_FOR_TARGET"; then
13174 for ncn_progname in otool; do
13175 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13176set dummy ${ncn_progname}; ac_word=$2
13177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13178$as_echo_n "checking for $ac_word... " >&6; }
13179if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
13180 $as_echo_n "(cached) " >&6
13181else
13182 if test -n "$OTOOL_FOR_TARGET"; then
13183 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
13184else
13185as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13186for as_dir in $PATH
13187do
13188 IFS=$as_save_IFS
13189 test -z "$as_dir" && as_dir=.
13190 for ac_exec_ext in '' $ac_executable_extensions; do
13191 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13192 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_progname}"
13193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13194 break 2
13195 fi
13196done
13197 done
13198IFS=$as_save_IFS
13199
13200fi
13201fi
13202OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
13203if test -n "$OTOOL_FOR_TARGET"; then
13204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL_FOR_TARGET" >&5
13205$as_echo "$OTOOL_FOR_TARGET" >&6; }
13206else
13207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13208$as_echo "no" >&6; }
13209fi
13210
13211
13212 done
13213fi
13214
13215if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
13216 for ncn_progname in otool; do
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13218$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13219 if test -x $with_build_time_tools/${ncn_progname}; then
13220 ac_cv_prog_OTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13222$as_echo "yes" >&6; }
13223 break
13224 else
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13226$as_echo "no" >&6; }
13227 fi
13228 done
13229fi
13230
13231if test -z "$ac_cv_prog_OTOOL_FOR_TARGET"; then
13232 for ncn_progname in otool; do
13233 if test -n "$ncn_target_tool_prefix"; then
13234 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13235set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13237$as_echo_n "checking for $ac_word... " >&6; }
13238if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
13239 $as_echo_n "(cached) " >&6
13240else
13241 if test -n "$OTOOL_FOR_TARGET"; then
13242 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
13243else
13244as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13245for as_dir in $PATH
13246do
13247 IFS=$as_save_IFS
13248 test -z "$as_dir" && as_dir=.
13249 for ac_exec_ext in '' $ac_executable_extensions; do
13250 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13251 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13253 break 2
13254 fi
13255done
13256 done
13257IFS=$as_save_IFS
13258
13259fi
13260fi
13261OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
13262if test -n "$OTOOL_FOR_TARGET"; then
13263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL_FOR_TARGET" >&5
13264$as_echo "$OTOOL_FOR_TARGET" >&6; }
13265else
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13267$as_echo "no" >&6; }
13268fi
13269
13270
13271 fi
13272 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" && test $build = $target ; then
13273 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13274set dummy ${ncn_progname}; ac_word=$2
13275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13276$as_echo_n "checking for $ac_word... " >&6; }
13277if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
13278 $as_echo_n "(cached) " >&6
13279else
13280 if test -n "$OTOOL_FOR_TARGET"; then
13281 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
13282else
13283as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13284for as_dir in $PATH
13285do
13286 IFS=$as_save_IFS
13287 test -z "$as_dir" && as_dir=.
13288 for ac_exec_ext in '' $ac_executable_extensions; do
13289 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13290 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_progname}"
13291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13292 break 2
13293 fi
13294done
13295 done
13296IFS=$as_save_IFS
13297
13298fi
13299fi
13300OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
13301if test -n "$OTOOL_FOR_TARGET"; then
13302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL_FOR_TARGET" >&5
13303$as_echo "$OTOOL_FOR_TARGET" >&6; }
13304else
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13306$as_echo "no" >&6; }
13307fi
13308
13309
13310 fi
13311 test -n "$ac_cv_prog_OTOOL_FOR_TARGET" && break
13312 done
13313fi
13314
13315if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" ; then
13316 set dummy otool
13317 if test $build = $target ; then
13318 OTOOL_FOR_TARGET="$2"
13319 else
13320 OTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
13321 fi
13322else
13323 OTOOL_FOR_TARGET="$ac_cv_prog_OTOOL_FOR_TARGET"
13324fi
13325
13326else
13327 OTOOL_FOR_TARGET=$ac_cv_path_OTOOL_FOR_TARGET
13328fi
13329
13330
13331
13332
e8b05380
PB
13333if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
13334 if test -n "$with_build_time_tools"; then
5213506e
RW
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
13336$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13337 if test -x $with_build_time_tools/ranlib; then
13338 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
13339 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
5213506e
RW
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
13341$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
d1f8db0c 13342 else
5213506e
RW
13343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13344$as_echo "no" >&6; }
d1f8db0c 13345 fi
e8b05380
PB
13346 elif test $build != $host && test $have_gcc_for_target = yes; then
13347 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
1c00b503
PB
13348 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
13349 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
e8b05380
PB
13350 fi
13351fi
3e19841a 13352if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13353 # Extract the first word of "ranlib", so it can be a program name with args.
13354set dummy ranlib; ac_word=$2
5213506e
RW
13355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13356$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13357if ${ac_cv_path_RANLIB_FOR_TARGET+:} false; then :
5213506e 13358 $as_echo_n "(cached) " >&6
e8b05380 13359else
1c710c3c
DJ
13360 case $RANLIB_FOR_TARGET in
13361 [\\/]* | ?:[\\/]*)
e8b05380
PB
13362 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
13363 ;;
e8b05380 13364 *)
1c710c3c
DJ
13365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13366for as_dir in $gcc_cv_tool_dirs
13367do
13368 IFS=$as_save_IFS
13369 test -z "$as_dir" && as_dir=.
5213506e 13370 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13371 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 13372 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13374 break 2
13375 fi
13376done
5213506e
RW
13377 done
13378IFS=$as_save_IFS
1c710c3c 13379
e8b05380
PB
13380 ;;
13381esac
13382fi
1c710c3c 13383RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
e8b05380 13384if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
13386$as_echo "$RANLIB_FOR_TARGET" >&6; }
e8b05380 13387else
5213506e
RW
13388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13389$as_echo "no" >&6; }
e8b05380
PB
13390fi
13391
5213506e 13392
e8b05380
PB
13393fi
13394if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
278a7a38
AO
13395
13396
13397if test -n "$RANLIB_FOR_TARGET"; then
13398 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
13399elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
13400 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
13401fi
13402
13403if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
13404 for ncn_progname in ranlib; do
13405 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13406set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13408$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13409if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
5213506e 13410 $as_echo_n "(cached) " >&6
278a7a38
AO
13411else
13412 if test -n "$RANLIB_FOR_TARGET"; then
13413 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
13414else
13415as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13416for as_dir in $PATH
13417do
13418 IFS=$as_save_IFS
13419 test -z "$as_dir" && as_dir=.
5213506e 13420 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13421 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 13422 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 13423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13424 break 2
13425 fi
13426done
5213506e
RW
13427 done
13428IFS=$as_save_IFS
278a7a38
AO
13429
13430fi
13431fi
13432RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
13433if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
13435$as_echo "$RANLIB_FOR_TARGET" >&6; }
278a7a38 13436else
5213506e
RW
13437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13438$as_echo "no" >&6; }
278a7a38
AO
13439fi
13440
5213506e 13441
278a7a38
AO
13442 done
13443fi
13444
13445if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13446 for ncn_progname in ranlib; do
5213506e
RW
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13448$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13449 if test -x $with_build_time_tools/${ncn_progname}; then
13450 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13452$as_echo "yes" >&6; }
e8b05380
PB
13453 break
13454 else
5213506e
RW
13455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13456$as_echo "no" >&6; }
e8b05380
PB
13457 fi
13458 done
13459fi
13460
13461if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
13462 for ncn_progname in ranlib; do
13463 if test -n "$ncn_target_tool_prefix"; then
13464 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
d739199a 13465set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13467$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13468if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
5213506e 13469 $as_echo_n "(cached) " >&6
ca9f4b81 13470else
4de997d1
PB
13471 if test -n "$RANLIB_FOR_TARGET"; then
13472 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 13473else
1c710c3c
DJ
13474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13475for as_dir in $PATH
13476do
13477 IFS=$as_save_IFS
13478 test -z "$as_dir" && as_dir=.
5213506e 13479 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13480 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 13481 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13483 break 2
13484 fi
13485done
5213506e
RW
13486 done
13487IFS=$as_save_IFS
1c710c3c 13488
ca9f4b81
AO
13489fi
13490fi
1c710c3c 13491RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
4de997d1 13492if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
13494$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 13495else
5213506e
RW
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13497$as_echo "no" >&6; }
ca9f4b81
AO
13498fi
13499
5213506e 13500
e8b05380
PB
13501 fi
13502 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
13503 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 13504set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13506$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13507if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
5213506e 13508 $as_echo_n "(cached) " >&6
ca9f4b81 13509else
2693c0b0
PB
13510 if test -n "$RANLIB_FOR_TARGET"; then
13511 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 13512else
1c710c3c
DJ
13513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13514for as_dir in $PATH
13515do
13516 IFS=$as_save_IFS
13517 test -z "$as_dir" && as_dir=.
5213506e 13518 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13519 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 13520 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 13521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13522 break 2
13523 fi
13524done
5213506e
RW
13525 done
13526IFS=$as_save_IFS
1c710c3c 13527
ca9f4b81
AO
13528fi
13529fi
1c710c3c 13530RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
2693c0b0 13531if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
13533$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 13534else
5213506e
RW
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13536$as_echo "no" >&6; }
ca9f4b81 13537fi
1c710c3c 13538
5213506e 13539
e8b05380
PB
13540 fi
13541 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
13542 done
13543fi
1c710c3c 13544
e8b05380
PB
13545if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
13546 set dummy ranlib
13547 if test $build = $target ; then
13548 RANLIB_FOR_TARGET="$2"
13549 else
13550 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 13551 fi
1c00b503
PB
13552else
13553 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
e8b05380 13554fi
2693c0b0 13555
d1f8db0c
PB
13556else
13557 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
ca9f4b81
AO
13558fi
13559
e8b05380
PB
13560
13561
13562
e7a82751
RM
13563if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13564 if test -n "$with_build_time_tools"; then
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
13566$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
13567 if test -x $with_build_time_tools/readelf; then
13568 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
13569 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
13571$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
13572 else
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13574$as_echo "no" >&6; }
13575 fi
13576 elif test $build != $host && test $have_gcc_for_target = yes; then
13577 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
13578 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
13579 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
13580 fi
13581fi
13582if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13583 # Extract the first word of "readelf", so it can be a program name with args.
13584set dummy readelf; ac_word=$2
13585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13586$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13587if ${ac_cv_path_READELF_FOR_TARGET+:} false; then :
e7a82751
RM
13588 $as_echo_n "(cached) " >&6
13589else
13590 case $READELF_FOR_TARGET in
13591 [\\/]* | ?:[\\/]*)
13592 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
13593 ;;
13594 *)
13595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13596for as_dir in $gcc_cv_tool_dirs
13597do
13598 IFS=$as_save_IFS
13599 test -z "$as_dir" && as_dir=.
13600 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e7a82751
RM
13602 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13604 break 2
13605 fi
13606done
13607 done
13608IFS=$as_save_IFS
13609
13610 ;;
13611esac
13612fi
13613READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13614if test -n "$READELF_FOR_TARGET"; then
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13616$as_echo "$READELF_FOR_TARGET" >&6; }
13617else
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13619$as_echo "no" >&6; }
13620fi
13621
13622
13623fi
13624if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13625
13626
13627if test -n "$READELF_FOR_TARGET"; then
13628 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
13629elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13630 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13631fi
13632
13633if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13634 for ncn_progname in readelf; do
13635 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13636set dummy ${ncn_progname}; ac_word=$2
13637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13638$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13639if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
e7a82751
RM
13640 $as_echo_n "(cached) " >&6
13641else
13642 if test -n "$READELF_FOR_TARGET"; then
13643 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13644else
13645as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13646for as_dir in $PATH
13647do
13648 IFS=$as_save_IFS
13649 test -z "$as_dir" && as_dir=.
13650 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13651 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e7a82751
RM
13652 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13654 break 2
13655 fi
13656done
13657 done
13658IFS=$as_save_IFS
13659
13660fi
13661fi
13662READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13663if test -n "$READELF_FOR_TARGET"; then
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13665$as_echo "$READELF_FOR_TARGET" >&6; }
13666else
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13668$as_echo "no" >&6; }
13669fi
13670
13671
13672 done
13673fi
13674
13675if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
13676 for ncn_progname in readelf; do
13677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13678$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13679 if test -x $with_build_time_tools/${ncn_progname}; then
13680 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13682$as_echo "yes" >&6; }
13683 break
13684 else
13685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13686$as_echo "no" >&6; }
13687 fi
13688 done
13689fi
13690
13691if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
13692 for ncn_progname in readelf; do
13693 if test -n "$ncn_target_tool_prefix"; then
13694 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13695set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13697$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13698if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
e7a82751
RM
13699 $as_echo_n "(cached) " >&6
13700else
13701 if test -n "$READELF_FOR_TARGET"; then
13702 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13703else
13704as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13705for as_dir in $PATH
13706do
13707 IFS=$as_save_IFS
13708 test -z "$as_dir" && as_dir=.
13709 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13710 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e7a82751
RM
13711 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13713 break 2
13714 fi
13715done
13716 done
13717IFS=$as_save_IFS
13718
13719fi
13720fi
13721READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13722if test -n "$READELF_FOR_TARGET"; then
13723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13724$as_echo "$READELF_FOR_TARGET" >&6; }
13725else
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13727$as_echo "no" >&6; }
13728fi
13729
13730
13731 fi
13732 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
13733 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13734set dummy ${ncn_progname}; ac_word=$2
13735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13736$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13737if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
e7a82751
RM
13738 $as_echo_n "(cached) " >&6
13739else
13740 if test -n "$READELF_FOR_TARGET"; then
13741 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13742else
13743as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13744for as_dir in $PATH
13745do
13746 IFS=$as_save_IFS
13747 test -z "$as_dir" && as_dir=.
13748 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13749 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e7a82751
RM
13750 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13752 break 2
13753 fi
13754done
13755 done
13756IFS=$as_save_IFS
13757
13758fi
13759fi
13760READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13761if test -n "$READELF_FOR_TARGET"; then
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13763$as_echo "$READELF_FOR_TARGET" >&6; }
13764else
13765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13766$as_echo "no" >&6; }
13767fi
13768
13769
13770 fi
13771 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13772 done
13773fi
13774
13775if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13776 set dummy readelf
13777 if test $build = $target ; then
13778 READELF_FOR_TARGET="$2"
13779 else
13780 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13781 fi
13782else
13783 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13784fi
13785
13786else
13787 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13788fi
13789
13790
13791
13792
e8b05380
PB
13793if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13794 if test -n "$with_build_time_tools"; then
5213506e
RW
13795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13796$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13797 if test -x $with_build_time_tools/strip; then
13798 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13799 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
5213506e
RW
13800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13801$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
d1f8db0c 13802 else
5213506e
RW
13803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13804$as_echo "no" >&6; }
d1f8db0c 13805 fi
e8b05380
PB
13806 elif test $build != $host && test $have_gcc_for_target = yes; then
13807 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
1c00b503
PB
13808 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13809 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
e8b05380
PB
13810 fi
13811fi
3e19841a 13812if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13813 # Extract the first word of "strip", so it can be a program name with args.
13814set dummy strip; ac_word=$2
5213506e
RW
13815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13816$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13817if ${ac_cv_path_STRIP_FOR_TARGET+:} false; then :
5213506e 13818 $as_echo_n "(cached) " >&6
e8b05380 13819else
1c710c3c
DJ
13820 case $STRIP_FOR_TARGET in
13821 [\\/]* | ?:[\\/]*)
e8b05380
PB
13822 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13823 ;;
e8b05380 13824 *)
1c710c3c
DJ
13825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13826for as_dir in $gcc_cv_tool_dirs
13827do
13828 IFS=$as_save_IFS
13829 test -z "$as_dir" && as_dir=.
5213506e 13830 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13831 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 13832 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13834 break 2
13835 fi
13836done
5213506e
RW
13837 done
13838IFS=$as_save_IFS
1c710c3c 13839
e8b05380
PB
13840 ;;
13841esac
13842fi
1c710c3c 13843STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380 13844if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13846$as_echo "$STRIP_FOR_TARGET" >&6; }
e8b05380 13847else
5213506e
RW
13848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13849$as_echo "no" >&6; }
e8b05380
PB
13850fi
13851
5213506e 13852
e8b05380
PB
13853fi
13854if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
278a7a38
AO
13855
13856
13857if test -n "$STRIP_FOR_TARGET"; then
13858 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13859elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13860 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13861fi
13862
13863if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13864 for ncn_progname in strip; do
13865 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13866set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13868$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13869if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
5213506e 13870 $as_echo_n "(cached) " >&6
278a7a38
AO
13871else
13872 if test -n "$STRIP_FOR_TARGET"; then
13873 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13874else
13875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13876for as_dir in $PATH
13877do
13878 IFS=$as_save_IFS
13879 test -z "$as_dir" && as_dir=.
5213506e 13880 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 13882 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13884 break 2
13885 fi
13886done
5213506e
RW
13887 done
13888IFS=$as_save_IFS
278a7a38
AO
13889
13890fi
13891fi
13892STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13893if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13895$as_echo "$STRIP_FOR_TARGET" >&6; }
278a7a38 13896else
5213506e
RW
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13898$as_echo "no" >&6; }
278a7a38
AO
13899fi
13900
5213506e 13901
278a7a38
AO
13902 done
13903fi
13904
13905if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13906 for ncn_progname in strip; do
5213506e
RW
13907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13908$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13909 if test -x $with_build_time_tools/${ncn_progname}; then
13910 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13912$as_echo "yes" >&6; }
e8b05380
PB
13913 break
13914 else
5213506e
RW
13915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13916$as_echo "no" >&6; }
e8b05380
PB
13917 fi
13918 done
13919fi
13920
13921if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13922 for ncn_progname in strip; do
13923 if test -n "$ncn_target_tool_prefix"; then
13924 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 13925set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13927$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13928if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
5213506e 13929 $as_echo_n "(cached) " >&6
af71363e
AS
13930else
13931 if test -n "$STRIP_FOR_TARGET"; then
1c710c3c
DJ
13932 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13933else
13934as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13935for as_dir in $PATH
13936do
13937 IFS=$as_save_IFS
13938 test -z "$as_dir" && as_dir=.
5213506e 13939 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13940 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 13941 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13943 break 2
13944 fi
13945done
5213506e
RW
13946 done
13947IFS=$as_save_IFS
1c710c3c 13948
040b1c5a
GK
13949fi
13950fi
1c710c3c 13951STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13952if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13954$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13955else
5213506e
RW
13956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13957$as_echo "no" >&6; }
040b1c5a
GK
13958fi
13959
5213506e 13960
e8b05380
PB
13961 fi
13962 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13963 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 13964set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13966$as_echo_n "checking for $ac_word... " >&6; }
22e05272 13967if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
5213506e 13968 $as_echo_n "(cached) " >&6
040b1c5a
GK
13969else
13970 if test -n "$STRIP_FOR_TARGET"; then
13971 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13972else
1c710c3c
DJ
13973as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13974for as_dir in $PATH
13975do
13976 IFS=$as_save_IFS
13977 test -z "$as_dir" && as_dir=.
5213506e 13978 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 13979 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 13980 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13982 break 2
13983 fi
13984done
5213506e
RW
13985 done
13986IFS=$as_save_IFS
1c710c3c 13987
040b1c5a
GK
13988fi
13989fi
1c710c3c 13990STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13991if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13993$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13994else
5213506e
RW
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13996$as_echo "no" >&6; }
040b1c5a 13997fi
1c710c3c 13998
5213506e 13999
e8b05380
PB
14000 fi
14001 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
14002 done
14003fi
1c710c3c 14004
040b1c5a
GK
14005if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
14006 set dummy strip
14007 if test $build = $target ; then
14008 STRIP_FOR_TARGET="$2"
14009 else
14010 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
14011 fi
1c00b503
PB
14012else
14013 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
040b1c5a
GK
14014fi
14015
d1f8db0c
PB
14016else
14017 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380
PB
14018fi
14019
14020
14021
14022
14023if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
14024 if test -n "$with_build_time_tools"; then
5213506e
RW
14025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
14026$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
d1f8db0c
PB
14027 if test -x $with_build_time_tools/windres; then
14028 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
14029 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
5213506e
RW
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
14031$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
d1f8db0c 14032 else
5213506e
RW
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14034$as_echo "no" >&6; }
d1f8db0c 14035 fi
e8b05380
PB
14036 elif test $build != $host && test $have_gcc_for_target = yes; then
14037 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
1c00b503
PB
14038 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
14039 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
e8b05380
PB
14040 fi
14041fi
3e19841a 14042if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
14043 # Extract the first word of "windres", so it can be a program name with args.
14044set dummy windres; ac_word=$2
5213506e
RW
14045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14046$as_echo_n "checking for $ac_word... " >&6; }
22e05272 14047if ${ac_cv_path_WINDRES_FOR_TARGET+:} false; then :
5213506e 14048 $as_echo_n "(cached) " >&6
e8b05380 14049else
1c710c3c
DJ
14050 case $WINDRES_FOR_TARGET in
14051 [\\/]* | ?:[\\/]*)
e8b05380
PB
14052 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
14053 ;;
e8b05380 14054 *)
1c710c3c
DJ
14055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14056for as_dir in $gcc_cv_tool_dirs
14057do
14058 IFS=$as_save_IFS
14059 test -z "$as_dir" && as_dir=.
5213506e 14060 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 14061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 14062 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 14063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
14064 break 2
14065 fi
14066done
5213506e
RW
14067 done
14068IFS=$as_save_IFS
1c710c3c 14069
e8b05380
PB
14070 ;;
14071esac
14072fi
1c710c3c 14073WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380 14074if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
14076$as_echo "$WINDRES_FOR_TARGET" >&6; }
e8b05380 14077else
5213506e
RW
14078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14079$as_echo "no" >&6; }
e8b05380
PB
14080fi
14081
5213506e 14082
e8b05380
PB
14083fi
14084if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
278a7a38
AO
14085
14086
14087if test -n "$WINDRES_FOR_TARGET"; then
14088 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
14089elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
14090 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
14091fi
14092
14093if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
14094 for ncn_progname in windres; do
14095 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14096set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
14097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14098$as_echo_n "checking for $ac_word... " >&6; }
22e05272 14099if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
5213506e 14100 $as_echo_n "(cached) " >&6
278a7a38
AO
14101else
14102 if test -n "$WINDRES_FOR_TARGET"; then
14103 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
14104else
14105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14106for as_dir in $PATH
14107do
14108 IFS=$as_save_IFS
14109 test -z "$as_dir" && as_dir=.
5213506e 14110 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 14111 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
278a7a38 14112 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 14113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
14114 break 2
14115 fi
14116done
5213506e
RW
14117 done
14118IFS=$as_save_IFS
278a7a38
AO
14119
14120fi
14121fi
14122WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
14123if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
14124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
14125$as_echo "$WINDRES_FOR_TARGET" >&6; }
278a7a38 14126else
5213506e
RW
14127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14128$as_echo "no" >&6; }
278a7a38
AO
14129fi
14130
5213506e 14131
278a7a38
AO
14132 done
14133fi
14134
14135if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 14136 for ncn_progname in windres; do
5213506e
RW
14137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
14138$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
14139 if test -x $with_build_time_tools/${ncn_progname}; then
14140 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
14141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14142$as_echo "yes" >&6; }
e8b05380
PB
14143 break
14144 else
5213506e
RW
14145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14146$as_echo "no" >&6; }
e8b05380
PB
14147 fi
14148 done
14149fi
14150
14151if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
14152 for ncn_progname in windres; do
14153 if test -n "$ncn_target_tool_prefix"; then
14154 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 14155set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
14156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14157$as_echo_n "checking for $ac_word... " >&6; }
22e05272 14158if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
5213506e 14159 $as_echo_n "(cached) " >&6
ca9f4b81 14160else
4de997d1
PB
14161 if test -n "$WINDRES_FOR_TARGET"; then
14162 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 14163else
1c710c3c
DJ
14164as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14165for as_dir in $PATH
14166do
14167 IFS=$as_save_IFS
14168 test -z "$as_dir" && as_dir=.
5213506e 14169 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 14170 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 14171 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 14172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
14173 break 2
14174 fi
14175done
5213506e
RW
14176 done
14177IFS=$as_save_IFS
1c710c3c 14178
ca9f4b81
AO
14179fi
14180fi
1c710c3c 14181WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
4de997d1 14182if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
14183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
14184$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 14185else
5213506e
RW
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14187$as_echo "no" >&6; }
ca9f4b81
AO
14188fi
14189
5213506e 14190
e8b05380
PB
14191 fi
14192 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
14193 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 14194set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
14195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14196$as_echo_n "checking for $ac_word... " >&6; }
22e05272 14197if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
5213506e 14198 $as_echo_n "(cached) " >&6
ca9f4b81 14199else
2693c0b0
PB
14200 if test -n "$WINDRES_FOR_TARGET"; then
14201 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 14202else
1c710c3c
DJ
14203as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14204for as_dir in $PATH
14205do
14206 IFS=$as_save_IFS
14207 test -z "$as_dir" && as_dir=.
5213506e 14208 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 14209 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1c710c3c 14210 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 14211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
14212 break 2
14213 fi
14214done
5213506e
RW
14215 done
14216IFS=$as_save_IFS
1c710c3c 14217
ca9f4b81
AO
14218fi
14219fi
1c710c3c 14220WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
2693c0b0 14221if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
14222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
14223$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 14224else
5213506e
RW
14225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14226$as_echo "no" >&6; }
ca9f4b81 14227fi
1c710c3c 14228
5213506e 14229
e8b05380
PB
14230 fi
14231 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
14232 done
14233fi
1c710c3c 14234
2693c0b0
PB
14235if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
14236 set dummy windres
14237 if test $build = $target ; then
14238 WINDRES_FOR_TARGET="$2"
ca9f4b81 14239 else
2693c0b0 14240 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 14241 fi
1c00b503
PB
14242else
14243 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
ca9f4b81
AO
14244fi
14245
d1f8db0c
PB
14246else
14247 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380
PB
14248fi
14249
4977bab6 14250
901119ae
KT
14251
14252
14253if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
14254 if test -n "$with_build_time_tools"; then
5213506e
RW
14255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
14256$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
901119ae
KT
14257 if test -x $with_build_time_tools/windmc; then
14258 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
14259 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
5213506e
RW
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
14261$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
901119ae 14262 else
5213506e
RW
14263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14264$as_echo "no" >&6; }
901119ae
KT
14265 fi
14266 elif test $build != $host && test $have_gcc_for_target = yes; then
14267 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
1c00b503
PB
14268 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
14269 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
901119ae
KT
14270 fi
14271fi
14272if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
14273 # Extract the first word of "windmc", so it can be a program name with args.
14274set dummy windmc; ac_word=$2
5213506e
RW
14275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14276$as_echo_n "checking for $ac_word... " >&6; }
22e05272 14277if ${ac_cv_path_WINDMC_FOR_TARGET+:} false; then :
5213506e 14278 $as_echo_n "(cached) " >&6
901119ae
KT
14279else
14280 case $WINDMC_FOR_TARGET in
14281 [\\/]* | ?:[\\/]*)
14282 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
14283 ;;
14284 *)
14285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14286for as_dir in $gcc_cv_tool_dirs
14287do
14288 IFS=$as_save_IFS
14289 test -z "$as_dir" && as_dir=.
5213506e 14290 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 14291 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
901119ae 14292 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 14293 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
14294 break 2
14295 fi
14296done
5213506e
RW
14297 done
14298IFS=$as_save_IFS
901119ae
KT
14299
14300 ;;
14301esac
14302fi
14303WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
901119ae 14304if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
14305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
14306$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 14307else
5213506e
RW
14308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14309$as_echo "no" >&6; }
901119ae
KT
14310fi
14311
5213506e 14312
901119ae
KT
14313fi
14314if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
14315
14316
14317if test -n "$WINDMC_FOR_TARGET"; then
14318 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
14319elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
14320 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
14321fi
14322
14323if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
14324 for ncn_progname in windmc; do
14325 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14326set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
14327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14328$as_echo_n "checking for $ac_word... " >&6; }
22e05272 14329if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
5213506e 14330 $as_echo_n "(cached) " >&6
901119ae
KT
14331else
14332 if test -n "$WINDMC_FOR_TARGET"; then
14333 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
14334else
14335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14336for as_dir in $PATH
14337do
14338 IFS=$as_save_IFS
14339 test -z "$as_dir" && as_dir=.
5213506e 14340 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 14341 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
901119ae 14342 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 14343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
14344 break 2
14345 fi
14346done
5213506e
RW
14347 done
14348IFS=$as_save_IFS
901119ae
KT
14349
14350fi
14351fi
14352WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
14353if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
14354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
14355$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 14356else
5213506e
RW
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14358$as_echo "no" >&6; }
901119ae
KT
14359fi
14360
5213506e 14361
901119ae
KT
14362 done
14363fi
14364
14365if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
14366 for ncn_progname in windmc; do
5213506e
RW
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
14368$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
901119ae
KT
14369 if test -x $with_build_time_tools/${ncn_progname}; then
14370 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14372$as_echo "yes" >&6; }
901119ae
KT
14373 break
14374 else
5213506e
RW
14375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14376$as_echo "no" >&6; }
901119ae
KT
14377 fi
14378 done
14379fi
14380
14381if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
14382 for ncn_progname in windmc; do
14383 if test -n "$ncn_target_tool_prefix"; then
14384 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
14385set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
14386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14387$as_echo_n "checking for $ac_word... " >&6; }
22e05272 14388if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
5213506e 14389 $as_echo_n "(cached) " >&6
901119ae
KT
14390else
14391 if test -n "$WINDMC_FOR_TARGET"; then
14392 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
14393else
14394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14395for as_dir in $PATH
14396do
14397 IFS=$as_save_IFS
14398 test -z "$as_dir" && as_dir=.
5213506e 14399 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 14400 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
901119ae 14401 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 14402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
14403 break 2
14404 fi
14405done
5213506e
RW
14406 done
14407IFS=$as_save_IFS
901119ae
KT
14408
14409fi
14410fi
14411WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
14412if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
14413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
14414$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 14415else
5213506e
RW
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14417$as_echo "no" >&6; }
901119ae
KT
14418fi
14419
5213506e 14420
901119ae
KT
14421 fi
14422 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
14423 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14424set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
14425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14426$as_echo_n "checking for $ac_word... " >&6; }
22e05272 14427if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
5213506e 14428 $as_echo_n "(cached) " >&6
901119ae
KT
14429else
14430 if test -n "$WINDMC_FOR_TARGET"; then
14431 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
14432else
14433as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14434for as_dir in $PATH
14435do
14436 IFS=$as_save_IFS
14437 test -z "$as_dir" && as_dir=.
5213506e 14438 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 14439 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
901119ae 14440 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 14441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
14442 break 2
14443 fi
14444done
5213506e
RW
14445 done
14446IFS=$as_save_IFS
901119ae
KT
14447
14448fi
14449fi
14450WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
14451if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
14452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
14453$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 14454else
5213506e
RW
14455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14456$as_echo "no" >&6; }
901119ae
KT
14457fi
14458
5213506e 14459
901119ae
KT
14460 fi
14461 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
14462 done
14463fi
14464
14465if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
14466 set dummy windmc
14467 if test $build = $target ; then
14468 WINDMC_FOR_TARGET="$2"
14469 else
14470 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
14471 fi
1c00b503
PB
14472else
14473 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
901119ae
KT
14474fi
14475
14476else
14477 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
14478fi
14479
14480
2abefe3d
PB
14481RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
14482
5213506e
RW
14483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
14484$as_echo_n "checking where to find the target ar... " >&6; }
2abefe3d 14485if test "x${build}" != "x${host}" ; then
e8b05380
PB
14486 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
14487 # We already found the complete path
172e41aa 14488 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
14489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14490$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14491 else
14492 # Canadian cross, just use what we found
5213506e
RW
14493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14494$as_echo "pre-installed" >&6; }
e8b05380 14495 fi
2abefe3d
PB
14496else
14497 ok=yes
14498 case " ${configdirs} " in
14499 *" binutils "*) ;;
14500 *) ok=no ;;
14501 esac
1c710c3c 14502
2abefe3d
PB
14503 if test $ok = yes; then
14504 # An in-tree tool is available and we can use it
14505 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
5213506e
RW
14506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14507$as_echo "just compiled" >&6; }
e8b05380
PB
14508 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
14509 # We already found the complete path
172e41aa 14510 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
14511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14512$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14513 elif test "x$target" = "x$host"; then
14514 # We can use an host tool
14515 AR_FOR_TARGET='$(AR)'
5213506e
RW
14516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14517$as_echo "host tool" >&6; }
2abefe3d
PB
14518 else
14519 # We need a cross tool
5213506e
RW
14520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14521$as_echo "pre-installed" >&6; }
2abefe3d
PB
14522 fi
14523fi
0b0dc272 14524
5213506e
RW
14525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
14526$as_echo_n "checking where to find the target as... " >&6; }
2abefe3d 14527if test "x${build}" != "x${host}" ; then
e8b05380
PB
14528 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
14529 # We already found the complete path
172e41aa 14530 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
14531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14532$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14533 else
14534 # Canadian cross, just use what we found
5213506e
RW
14535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14536$as_echo "pre-installed" >&6; }
e8b05380 14537 fi
2abefe3d
PB
14538else
14539 ok=yes
14540 case " ${configdirs} " in
14541 *" gas "*) ;;
14542 *) ok=no ;;
14543 esac
1c710c3c 14544
2abefe3d
PB
14545 if test $ok = yes; then
14546 # An in-tree tool is available and we can use it
14547 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
5213506e
RW
14548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14549$as_echo "just compiled" >&6; }
e8b05380
PB
14550 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
14551 # We already found the complete path
172e41aa 14552 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
14553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14554$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14555 elif test "x$target" = "x$host"; then
14556 # We can use an host tool
14557 AS_FOR_TARGET='$(AS)'
5213506e
RW
14558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14559$as_echo "host tool" >&6; }
2abefe3d
PB
14560 else
14561 # We need a cross tool
5213506e
RW
14562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14563$as_echo "pre-installed" >&6; }
2abefe3d
PB
14564 fi
14565fi
0b0dc272 14566
5213506e
RW
14567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
14568$as_echo_n "checking where to find the target cc... " >&6; }
2abefe3d 14569if test "x${build}" != "x${host}" ; then
e8b05380
PB
14570 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
14571 # We already found the complete path
172e41aa 14572 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
14573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14574$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14575 else
14576 # Canadian cross, just use what we found
5213506e
RW
14577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14578$as_echo "pre-installed" >&6; }
e8b05380 14579 fi
2abefe3d
PB
14580else
14581 ok=yes
14582 case " ${configdirs} " in
14583 *" gcc "*) ;;
14584 *) ok=no ;;
14585 esac
1c710c3c 14586
2abefe3d
PB
14587 if test $ok = yes; then
14588 # An in-tree tool is available and we can use it
14589 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14591$as_echo "just compiled" >&6; }
e8b05380
PB
14592 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
14593 # We already found the complete path
172e41aa 14594 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
14595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14596$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14597 elif test "x$target" = "x$host"; then
14598 # We can use an host tool
14599 CC_FOR_TARGET='$(CC)'
5213506e
RW
14600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14601$as_echo "host tool" >&6; }
2abefe3d
PB
14602 else
14603 # We need a cross tool
5213506e
RW
14604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14605$as_echo "pre-installed" >&6; }
2abefe3d
PB
14606 fi
14607fi
0b0dc272 14608
5213506e
RW
14609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
14610$as_echo_n "checking where to find the target c++... " >&6; }
2abefe3d 14611if test "x${build}" != "x${host}" ; then
e8b05380
PB
14612 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14613 # We already found the complete path
172e41aa 14614 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
14615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14616$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14617 else
14618 # Canadian cross, just use what we found
5213506e
RW
14619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14620$as_echo "pre-installed" >&6; }
e8b05380 14621 fi
2abefe3d
PB
14622else
14623 ok=yes
14624 case " ${configdirs} " in
14625 *" gcc "*) ;;
14626 *) ok=no ;;
14627 esac
14628 case ,${enable_languages}, in
14629 *,c++,*) ;;
14630 *) ok=no ;;
14631 esac
14632 if test $ok = yes; then
14633 # An in-tree tool is available and we can use it
2077db1b 14634 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
5213506e
RW
14635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14636$as_echo "just compiled" >&6; }
e8b05380
PB
14637 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14638 # We already found the complete path
172e41aa 14639 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
14640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14641$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14642 elif test "x$target" = "x$host"; then
14643 # We can use an host tool
14644 CXX_FOR_TARGET='$(CXX)'
5213506e
RW
14645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14646$as_echo "host tool" >&6; }
2abefe3d
PB
14647 else
14648 # We need a cross tool
5213506e
RW
14649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14650$as_echo "pre-installed" >&6; }
2abefe3d
PB
14651 fi
14652fi
0b0dc272 14653
5213506e
RW
14654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
14655$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
2abefe3d 14656if test "x${build}" != "x${host}" ; then
e8b05380
PB
14657 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14658 # We already found the complete path
172e41aa 14659 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
14660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14661$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14662 else
14663 # Canadian cross, just use what we found
5213506e
RW
14664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14665$as_echo "pre-installed" >&6; }
e8b05380 14666 fi
2abefe3d
PB
14667else
14668 ok=yes
14669 case " ${configdirs} " in
14670 *" gcc "*) ;;
14671 *) ok=no ;;
14672 esac
14673 case ,${enable_languages}, in
14674 *,c++,*) ;;
14675 *) ok=no ;;
14676 esac
14677 if test $ok = yes; then
14678 # An in-tree tool is available and we can use it
2077db1b 14679 RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
5213506e
RW
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14681$as_echo "just compiled" >&6; }
e8b05380
PB
14682 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14683 # We already found the complete path
172e41aa 14684 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
14685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14686$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14687 elif test "x$target" = "x$host"; then
14688 # We can use an host tool
14689 RAW_CXX_FOR_TARGET='$(CXX)'
5213506e
RW
14690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14691$as_echo "host tool" >&6; }
2abefe3d
PB
14692 else
14693 # We need a cross tool
5213506e
RW
14694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14695$as_echo "pre-installed" >&6; }
2abefe3d
PB
14696 fi
14697fi
0b0dc272 14698
5213506e
RW
14699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
14700$as_echo_n "checking where to find the target dlltool... " >&6; }
2abefe3d 14701if test "x${build}" != "x${host}" ; then
e8b05380
PB
14702 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14703 # We already found the complete path
172e41aa 14704 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
14705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14706$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14707 else
14708 # Canadian cross, just use what we found
5213506e
RW
14709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14710$as_echo "pre-installed" >&6; }
e8b05380 14711 fi
2abefe3d
PB
14712else
14713 ok=yes
14714 case " ${configdirs} " in
14715 *" binutils "*) ;;
14716 *) ok=no ;;
14717 esac
1c710c3c 14718
2abefe3d
PB
14719 if test $ok = yes; then
14720 # An in-tree tool is available and we can use it
14721 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
5213506e
RW
14722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14723$as_echo "just compiled" >&6; }
e8b05380
PB
14724 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14725 # We already found the complete path
172e41aa 14726 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
14727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14728$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14729 elif test "x$target" = "x$host"; then
14730 # We can use an host tool
14731 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
5213506e
RW
14732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14733$as_echo "host tool" >&6; }
2abefe3d
PB
14734 else
14735 # We need a cross tool
5213506e
RW
14736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14737$as_echo "pre-installed" >&6; }
2abefe3d
PB
14738 fi
14739fi
0b0dc272 14740
5213506e
RW
14741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
14742$as_echo_n "checking where to find the target gcc... " >&6; }
2abefe3d 14743if test "x${build}" != "x${host}" ; then
e8b05380
PB
14744 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14745 # We already found the complete path
172e41aa 14746 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
14747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14748$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14749 else
14750 # Canadian cross, just use what we found
5213506e
RW
14751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14752$as_echo "pre-installed" >&6; }
e8b05380 14753 fi
2abefe3d
PB
14754else
14755 ok=yes
14756 case " ${configdirs} " in
14757 *" gcc "*) ;;
14758 *) ok=no ;;
14759 esac
1c710c3c 14760
2abefe3d
PB
14761 if test $ok = yes; then
14762 # An in-tree tool is available and we can use it
14763 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14765$as_echo "just compiled" >&6; }
e8b05380
PB
14766 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14767 # We already found the complete path
172e41aa 14768 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
14769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14770$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14771 elif test "x$target" = "x$host"; then
14772 # We can use an host tool
14773 GCC_FOR_TARGET='$()'
5213506e
RW
14774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14775$as_echo "host tool" >&6; }
2abefe3d
PB
14776 else
14777 # We need a cross tool
5213506e
RW
14778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14779$as_echo "pre-installed" >&6; }
2abefe3d
PB
14780 fi
14781fi
0b0dc272 14782
5213506e
RW
14783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14784$as_echo_n "checking where to find the target gfortran... " >&6; }
2abefe3d 14785if test "x${build}" != "x${host}" ; then
e8b05380
PB
14786 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14787 # We already found the complete path
172e41aa 14788 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
14789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14790$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14791 else
14792 # Canadian cross, just use what we found
5213506e
RW
14793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14794$as_echo "pre-installed" >&6; }
e8b05380 14795 fi
2abefe3d
PB
14796else
14797 ok=yes
14798 case " ${configdirs} " in
14799 *" gcc "*) ;;
14800 *) ok=no ;;
14801 esac
14802 case ,${enable_languages}, in
14803 *,fortran,*) ;;
14804 *) ok=no ;;
14805 esac
14806 if test $ok = yes; then
14807 # An in-tree tool is available and we can use it
14808 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14810$as_echo "just compiled" >&6; }
e8b05380
PB
14811 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14812 # We already found the complete path
172e41aa 14813 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
14814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14815$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14816 elif test "x$target" = "x$host"; then
14817 # We can use an host tool
14818 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
5213506e
RW
14819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14820$as_echo "host tool" >&6; }
2abefe3d
PB
14821 else
14822 # We need a cross tool
5213506e
RW
14823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14824$as_echo "pre-installed" >&6; }
2abefe3d
PB
14825 fi
14826fi
0b0dc272 14827
632e2a07
ILT
14828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14829$as_echo_n "checking where to find the target gccgo... " >&6; }
14830if test "x${build}" != "x${host}" ; then
14831 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14832 # We already found the complete path
14833 ac_dir=`dirname $GOC_FOR_TARGET`
14834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14835$as_echo "pre-installed in $ac_dir" >&6; }
14836 else
14837 # Canadian cross, just use what we found
14838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14839$as_echo "pre-installed" >&6; }
14840 fi
14841else
14842 ok=yes
14843 case " ${configdirs} " in
14844 *" gcc "*) ;;
14845 *) ok=no ;;
14846 esac
14847 case ,${enable_languages}, in
14848 *,go,*) ;;
14849 *) ok=no ;;
14850 esac
14851 if test $ok = yes; then
14852 # An in-tree tool is available and we can use it
14853 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14855$as_echo "just compiled" >&6; }
14856 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14857 # We already found the complete path
14858 ac_dir=`dirname $GOC_FOR_TARGET`
14859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14860$as_echo "pre-installed in $ac_dir" >&6; }
14861 elif test "x$target" = "x$host"; then
14862 # We can use an host tool
14863 GOC_FOR_TARGET='$(GOC)'
14864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14865$as_echo "host tool" >&6; }
14866 else
14867 # We need a cross tool
14868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14869$as_echo "pre-installed" >&6; }
14870 fi
14871fi
14872
b4c522fa
IB
14873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gdc" >&5
14874$as_echo_n "checking where to find the target gdc... " >&6; }
14875if test "x${build}" != "x${host}" ; then
14876 if expr "x$GDC_FOR_TARGET" : "x/" > /dev/null; then
14877 # We already found the complete path
14878 ac_dir=`dirname $GDC_FOR_TARGET`
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14880$as_echo "pre-installed in $ac_dir" >&6; }
14881 else
14882 # Canadian cross, just use what we found
14883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14884$as_echo "pre-installed" >&6; }
14885 fi
14886else
14887 ok=yes
14888 case " ${configdirs} " in
14889 *" gcc "*) ;;
14890 *) ok=no ;;
14891 esac
14892 case ,${enable_languages}, in
14893 *,d,*) ;;
14894 *) ok=no ;;
14895 esac
14896 if test $ok = yes; then
14897 # An in-tree tool is available and we can use it
14898 GDC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gdc -B$$r/$(HOST_SUBDIR)/gcc/'
14899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14900$as_echo "just compiled" >&6; }
14901 elif expr "x$GDC_FOR_TARGET" : "x/" > /dev/null; then
14902 # We already found the complete path
14903 ac_dir=`dirname $GDC_FOR_TARGET`
14904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14905$as_echo "pre-installed in $ac_dir" >&6; }
14906 elif test "x$target" = "x$host"; then
14907 # We can use an host tool
14908 GDC_FOR_TARGET='$(GDC)'
14909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14910$as_echo "host tool" >&6; }
14911 else
14912 # We need a cross tool
14913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14914$as_echo "pre-installed" >&6; }
14915 fi
14916fi
14917
5213506e
RW
14918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14919$as_echo_n "checking where to find the target ld... " >&6; }
2abefe3d 14920if test "x${build}" != "x${host}" ; then
e8b05380
PB
14921 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14922 # We already found the complete path
172e41aa 14923 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14925$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14926 else
14927 # Canadian cross, just use what we found
5213506e
RW
14928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14929$as_echo "pre-installed" >&6; }
e8b05380 14930 fi
2abefe3d
PB
14931else
14932 ok=yes
14933 case " ${configdirs} " in
14934 *" ld "*) ;;
14935 *) ok=no ;;
14936 esac
1c710c3c 14937
2abefe3d
PB
14938 if test $ok = yes; then
14939 # An in-tree tool is available and we can use it
14940 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
5213506e
RW
14941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14942$as_echo "just compiled" >&6; }
e8b05380
PB
14943 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14944 # We already found the complete path
172e41aa 14945 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14947$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14948 elif test "x$target" = "x$host"; then
14949 # We can use an host tool
14950 LD_FOR_TARGET='$(LD)'
5213506e
RW
14951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14952$as_echo "host tool" >&6; }
2abefe3d
PB
14953 else
14954 # We need a cross tool
5213506e
RW
14955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14956$as_echo "pre-installed" >&6; }
2abefe3d
PB
14957 fi
14958fi
0b0dc272 14959
5213506e
RW
14960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14961$as_echo_n "checking where to find the target lipo... " >&6; }
2abefe3d 14962if test "x${build}" != "x${host}" ; then
e8b05380
PB
14963 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14964 # We already found the complete path
172e41aa 14965 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14967$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14968 else
14969 # Canadian cross, just use what we found
5213506e
RW
14970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14971$as_echo "pre-installed" >&6; }
e8b05380 14972 fi
2abefe3d 14973else
e8b05380
PB
14974 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14975 # We already found the complete path
172e41aa 14976 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14978$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380 14979 elif test "x$target" = "x$host"; then
2abefe3d
PB
14980 # We can use an host tool
14981 LIPO_FOR_TARGET='$(LIPO)'
5213506e
RW
14982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14983$as_echo "host tool" >&6; }
2abefe3d
PB
14984 else
14985 # We need a cross tool
5213506e
RW
14986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14987$as_echo "pre-installed" >&6; }
2abefe3d
PB
14988 fi
14989fi
0b0dc272 14990
5213506e
RW
14991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14992$as_echo_n "checking where to find the target nm... " >&6; }
2abefe3d 14993if test "x${build}" != "x${host}" ; then
e8b05380
PB
14994 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14995 # We already found the complete path
172e41aa 14996 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14998$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14999 else
15000 # Canadian cross, just use what we found
5213506e
RW
15001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15002$as_echo "pre-installed" >&6; }
e8b05380 15003 fi
2abefe3d
PB
15004else
15005 ok=yes
15006 case " ${configdirs} " in
15007 *" binutils "*) ;;
15008 *) ok=no ;;
15009 esac
1c710c3c 15010
2abefe3d
PB
15011 if test $ok = yes; then
15012 # An in-tree tool is available and we can use it
15013 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
5213506e
RW
15014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15015$as_echo "just compiled" >&6; }
e8b05380
PB
15016 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
15017 # We already found the complete path
172e41aa 15018 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
15019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15020$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
15021 elif test "x$target" = "x$host"; then
15022 # We can use an host tool
15023 NM_FOR_TARGET='$(NM)'
5213506e
RW
15024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15025$as_echo "host tool" >&6; }
2abefe3d
PB
15026 else
15027 # We need a cross tool
5213506e
RW
15028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15029$as_echo "pre-installed" >&6; }
2abefe3d
PB
15030 fi
15031fi
0b0dc272 15032
9bccfdf5
AP
15033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objcopy" >&5
15034$as_echo_n "checking where to find the target objcopy... " >&6; }
15035if test "x${build}" != "x${host}" ; then
15036 if expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
15037 # We already found the complete path
15038 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
15039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15040$as_echo "pre-installed in $ac_dir" >&6; }
15041 else
15042 # Canadian cross, just use what we found
15043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15044$as_echo "pre-installed" >&6; }
15045 fi
15046else
15047 ok=yes
15048 case " ${configdirs} " in
15049 *" binutils "*) ;;
15050 *) ok=no ;;
15051 esac
15052
15053 if test $ok = yes; then
15054 # An in-tree tool is available and we can use it
15055 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
15056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15057$as_echo "just compiled" >&6; }
15058 elif expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
15059 # We already found the complete path
15060 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
15061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15062$as_echo "pre-installed in $ac_dir" >&6; }
15063 elif test "x$target" = "x$host"; then
15064 # We can use an host tool
ec8fd1c0 15065 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
9bccfdf5
AP
15066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15067$as_echo "host tool" >&6; }
15068 else
15069 # We need a cross tool
15070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15071$as_echo "pre-installed" >&6; }
15072 fi
15073fi
15074
5213506e
RW
15075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
15076$as_echo_n "checking where to find the target objdump... " >&6; }
2abefe3d 15077if test "x${build}" != "x${host}" ; then
e8b05380
PB
15078 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
15079 # We already found the complete path
172e41aa 15080 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
15081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15082$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
15083 else
15084 # Canadian cross, just use what we found
5213506e
RW
15085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15086$as_echo "pre-installed" >&6; }
e8b05380 15087 fi
2abefe3d
PB
15088else
15089 ok=yes
15090 case " ${configdirs} " in
15091 *" binutils "*) ;;
15092 *) ok=no ;;
15093 esac
1c710c3c 15094
2abefe3d
PB
15095 if test $ok = yes; then
15096 # An in-tree tool is available and we can use it
15097 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
5213506e
RW
15098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15099$as_echo "just compiled" >&6; }
e8b05380
PB
15100 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
15101 # We already found the complete path
172e41aa 15102 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
15103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15104$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
15105 elif test "x$target" = "x$host"; then
15106 # We can use an host tool
15107 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
5213506e
RW
15108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15109$as_echo "host tool" >&6; }
2abefe3d
PB
15110 else
15111 # We need a cross tool
5213506e
RW
15112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15113$as_echo "pre-installed" >&6; }
2abefe3d
PB
15114 fi
15115fi
0b0dc272 15116
e4a9a572
IS
15117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target otool" >&5
15118$as_echo_n "checking where to find the target otool... " >&6; }
15119if test "x${build}" != "x${host}" ; then
15120 if expr "x$OTOOL_FOR_TARGET" : "x/" > /dev/null; then
15121 # We already found the complete path
15122 ac_dir=`dirname $OTOOL_FOR_TARGET`
15123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15124$as_echo "pre-installed in $ac_dir" >&6; }
15125 else
15126 # Canadian cross, just use what we found
15127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15128$as_echo "pre-installed" >&6; }
15129 fi
15130else
15131 if expr "x$OTOOL_FOR_TARGET" : "x/" > /dev/null; then
15132 # We already found the complete path
15133 ac_dir=`dirname $OTOOL_FOR_TARGET`
15134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15135$as_echo "pre-installed in $ac_dir" >&6; }
15136 elif test "x$target" = "x$host"; then
15137 # We can use an host tool
15138 OTOOL_FOR_TARGET='$(OTOOL)'
15139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15140$as_echo "host tool" >&6; }
15141 else
15142 # We need a cross tool
15143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15144$as_echo "pre-installed" >&6; }
15145 fi
15146fi
15147
5213506e
RW
15148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
15149$as_echo_n "checking where to find the target ranlib... " >&6; }
2abefe3d 15150if test "x${build}" != "x${host}" ; then
e8b05380
PB
15151 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
15152 # We already found the complete path
172e41aa 15153 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
15154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15155$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
15156 else
15157 # Canadian cross, just use what we found
5213506e
RW
15158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15159$as_echo "pre-installed" >&6; }
e8b05380 15160 fi
2abefe3d
PB
15161else
15162 ok=yes
15163 case " ${configdirs} " in
15164 *" binutils "*) ;;
15165 *) ok=no ;;
15166 esac
1c710c3c 15167
2abefe3d
PB
15168 if test $ok = yes; then
15169 # An in-tree tool is available and we can use it
15170 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
5213506e
RW
15171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15172$as_echo "just compiled" >&6; }
e8b05380
PB
15173 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
15174 # We already found the complete path
172e41aa 15175 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
15176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15177$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
15178 elif test "x$target" = "x$host"; then
15179 # We can use an host tool
15180 RANLIB_FOR_TARGET='$(RANLIB)'
5213506e
RW
15181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15182$as_echo "host tool" >&6; }
2abefe3d
PB
15183 else
15184 # We need a cross tool
5213506e
RW
15185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15186$as_echo "pre-installed" >&6; }
2abefe3d
PB
15187 fi
15188fi
0b0dc272 15189
e7a82751
RM
15190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
15191$as_echo_n "checking where to find the target readelf... " >&6; }
15192if test "x${build}" != "x${host}" ; then
15193 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
15194 # We already found the complete path
15195 ac_dir=`dirname $READELF_FOR_TARGET`
15196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15197$as_echo "pre-installed in $ac_dir" >&6; }
15198 else
15199 # Canadian cross, just use what we found
15200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15201$as_echo "pre-installed" >&6; }
15202 fi
15203else
15204 ok=yes
15205 case " ${configdirs} " in
15206 *" binutils "*) ;;
15207 *) ok=no ;;
15208 esac
15209
15210 if test $ok = yes; then
15211 # An in-tree tool is available and we can use it
15212 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
15213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15214$as_echo "just compiled" >&6; }
15215 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
15216 # We already found the complete path
15217 ac_dir=`dirname $READELF_FOR_TARGET`
15218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15219$as_echo "pre-installed in $ac_dir" >&6; }
15220 elif test "x$target" = "x$host"; then
15221 # We can use an host tool
15222 READELF_FOR_TARGET='$(READELF)'
15223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15224$as_echo "host tool" >&6; }
15225 else
15226 # We need a cross tool
15227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15228$as_echo "pre-installed" >&6; }
15229 fi
15230fi
15231
5213506e
RW
15232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
15233$as_echo_n "checking where to find the target strip... " >&6; }
2abefe3d 15234if test "x${build}" != "x${host}" ; then
e8b05380
PB
15235 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
15236 # We already found the complete path
172e41aa 15237 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
15238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15239$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
15240 else
15241 # Canadian cross, just use what we found
5213506e
RW
15242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15243$as_echo "pre-installed" >&6; }
e8b05380 15244 fi
2abefe3d
PB
15245else
15246 ok=yes
15247 case " ${configdirs} " in
15248 *" binutils "*) ;;
15249 *) ok=no ;;
15250 esac
1c710c3c 15251
2abefe3d
PB
15252 if test $ok = yes; then
15253 # An in-tree tool is available and we can use it
455c8f48 15254 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
5213506e
RW
15255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15256$as_echo "just compiled" >&6; }
e8b05380
PB
15257 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
15258 # We already found the complete path
172e41aa 15259 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
15260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15261$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
15262 elif test "x$target" = "x$host"; then
15263 # We can use an host tool
15264 STRIP_FOR_TARGET='$(STRIP)'
5213506e
RW
15265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15266$as_echo "host tool" >&6; }
2abefe3d
PB
15267 else
15268 # We need a cross tool
5213506e
RW
15269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15270$as_echo "pre-installed" >&6; }
2abefe3d
PB
15271 fi
15272fi
0b0dc272 15273
5213506e
RW
15274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
15275$as_echo_n "checking where to find the target windres... " >&6; }
2abefe3d 15276if test "x${build}" != "x${host}" ; then
e8b05380
PB
15277 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
15278 # We already found the complete path
172e41aa 15279 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
15280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15281$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
15282 else
15283 # Canadian cross, just use what we found
5213506e
RW
15284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15285$as_echo "pre-installed" >&6; }
e8b05380 15286 fi
2abefe3d
PB
15287else
15288 ok=yes
15289 case " ${configdirs} " in
15290 *" binutils "*) ;;
15291 *) ok=no ;;
15292 esac
1c710c3c 15293
2abefe3d
PB
15294 if test $ok = yes; then
15295 # An in-tree tool is available and we can use it
15296 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
5213506e
RW
15297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15298$as_echo "just compiled" >&6; }
e8b05380
PB
15299 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
15300 # We already found the complete path
172e41aa 15301 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
15302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15303$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
15304 elif test "x$target" = "x$host"; then
15305 # We can use an host tool
15306 WINDRES_FOR_TARGET='$(WINDRES)'
5213506e
RW
15307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15308$as_echo "host tool" >&6; }
2abefe3d
PB
15309 else
15310 # We need a cross tool
5213506e
RW
15311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15312$as_echo "pre-installed" >&6; }
2abefe3d 15313 fi
671aa708 15314fi
be912515 15315
5213506e
RW
15316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
15317$as_echo_n "checking where to find the target windmc... " >&6; }
901119ae
KT
15318if test "x${build}" != "x${host}" ; then
15319 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
15320 # We already found the complete path
15321 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
15322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15323$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
15324 else
15325 # Canadian cross, just use what we found
5213506e
RW
15326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15327$as_echo "pre-installed" >&6; }
901119ae
KT
15328 fi
15329else
15330 ok=yes
15331 case " ${configdirs} " in
15332 *" binutils "*) ;;
15333 *) ok=no ;;
15334 esac
15335
15336 if test $ok = yes; then
15337 # An in-tree tool is available and we can use it
15338 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
5213506e
RW
15339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15340$as_echo "just compiled" >&6; }
901119ae
KT
15341 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
15342 # We already found the complete path
15343 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
15344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15345$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
15346 elif test "x$target" = "x$host"; then
15347 # We can use an host tool
15348 WINDMC_FOR_TARGET='$(WINDMC)'
5213506e
RW
15349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15350$as_echo "host tool" >&6; }
901119ae
KT
15351 else
15352 # We need a cross tool
5213506e
RW
15353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15354$as_echo "pre-installed" >&6; }
901119ae
KT
15355 fi
15356fi
15357
be912515
NN
15358
15359
2abefe3d 15360
0b0dc272 15361
671aa708
NN
15362# Certain tools may need extra flags.
15363AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
15364RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
15365NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
15366
2abefe3d
PB
15367# When building target libraries, except in a Canadian cross, we use
15368# the same toolchain as the compiler we just built.
15369COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
15370COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
15371COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
15372if test $host = $build; then
15373 case " $configdirs " in
15374 *" gcc "*)
15375 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
15376 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
15377 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
15378 ;;
15379 esac
15380fi
15381
15382
15383
15384
15385
5213506e
RW
15386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
15387$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
15388# Check whether --enable-maintainer-mode was given.
15389if test "${enable_maintainer_mode+set}" = set; then :
15390 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
ee03dc5e
AO
15391else
15392 USE_MAINTAINER_MODE=no
5213506e
RW
15393fi
15394
15395{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
15396$as_echo "$USE_MAINTAINER_MODE" >&6; }
ee03dc5e
AO
15397
15398
15399if test "$USE_MAINTAINER_MODE" = yes; then
15400 MAINTAINER_MODE_TRUE=
15401 MAINTAINER_MODE_FALSE='#'
15402else
15403 MAINTAINER_MODE_TRUE='#'
15404 MAINTAINER_MODE_FALSE=
1c710c3c 15405fi
ee03dc5e
AO
15406MAINT=$MAINTAINER_MODE_TRUE
15407
2805b53a
NN
15408# ---------------------
15409# GCC bootstrap support
15410# ---------------------
15411
15412# Stage specific cflags for build.
15413stage1_cflags="-g"
15414case $build in
15415 vax-*-*)
15416 case ${GCC} in
15417 yes) stage1_cflags="-g -Wa,-J" ;;
15418 *) stage1_cflags="-g -J" ;;
15419 esac ;;
2805b53a
NN
15420esac
15421
0b50988a 15422
2805b53a 15423
8efea775 15424# Enable --enable-checking in stage1 of the compiler.
5213506e
RW
15425# Check whether --enable-stage1-checking was given.
15426if test "${enable_stage1_checking+set}" = set; then :
15427 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8efea775 15428else
e643dc23 15429 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
c10b5ea0
JJ
15430 # For --disable-checking or implicit --enable-checking=release, avoid
15431 # setting --enable-checking=gc in the default stage1 checking for LTO
15432 # bootstraps. See PR62077.
c10b5ea0
JJ
15433 case $BUILD_CONFIG in
15434 *lto*)
7db11a5a
JJ
15435 stage1_checking=--enable-checking=release,misc,gimple,rtlflag,tree,types;;
15436 *)
15437 stage1_checking=--enable-checking=yes,types;;
c10b5ea0 15438 esac
7db11a5a
JJ
15439 if test "x$enable_checking" = x && \
15440 test -d ${srcdir}/gcc && \
15441 test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
c100769b 15442 stage1_checking=--enable-checking=yes,types,extra
7db11a5a 15443 fi
8efea775 15444else
e643dc23 15445 stage1_checking=--enable-checking=$enable_checking,types
8efea775 15446fi
5213506e 15447fi
8efea775
PB
15448
15449
2aeb72e9 15450
5213506e
RW
15451# Enable -Werror in bootstrap stage2 and later.
15452# Check whether --enable-werror was given.
15453if test "${enable_werror+set}" = set; then :
15454 enableval=$enable_werror;
09a9c095
NN
15455case ${enable_werror} in
15456 yes) stage2_werror_flag="--enable-werror-always" ;;
15457 *) stage2_werror_flag="" ;;
2805b53a
NN
15458esac
15459
afd88efc
ML
15460else
15461
01c712cb
ML
15462if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
15463 case $BUILD_CONFIG in
15464 bootstrap-debug)
15465 stage2_werror_flag="--enable-werror-always" ;;
15466 "")
15467 stage2_werror_flag="--enable-werror-always" ;;
15468 esac
15469fi
15470
afd88efc
ML
15471fi
15472
15473
01c712cb 15474
2805b53a 15475
f2689b09
SE
15476# Specify what files to not compare during bootstrap.
15477
15478compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
15479case "$target" in
15480 hppa*64*-*-hpux*) ;;
4f943869
MK
15481 hppa*-*-hpux*) compare_exclusions="$compare_exclusions | */libgcc/lib2funcs* | gcc/function-tests.o" ;;
15482 powerpc*-ibm-aix*) compare_exclusions="$compare_exclusions | *libgomp*\$(objext)" ;;
f2689b09
SE
15483esac
15484
15485
5213506e
RW
15486ac_config_files="$ac_config_files Makefile"
15487
1c710c3c 15488cat >confcache <<\_ACEOF
671aa708
NN
15489# This file is a shell script that caches the results of configure
15490# tests run on this system so they can be shared between configure
1c710c3c
DJ
15491# scripts and configure runs, see configure's option --config-cache.
15492# It is not useful on other systems. If it contains results you don't
15493# want to keep, you may remove or edit it.
671aa708 15494#
1c710c3c
DJ
15495# config.status only pays attention to the cache file if you give it
15496# the --recheck option to rerun configure.
671aa708 15497#
1c710c3c
DJ
15498# `ac_cv_env_foo' variables (set or unset) will be overridden when
15499# loading this file, other *unset* `ac_cv_foo' will be assigned the
15500# following values.
15501
15502_ACEOF
15503
671aa708
NN
15504# The following way of writing the cache mishandles newlines in values,
15505# but we know of no workaround that is simple, portable, and efficient.
5213506e 15506# So, we kill variables containing newlines.
671aa708
NN
15507# Ultrix sh set writes to stderr and can't be redirected directly,
15508# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
15509(
15510 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15511 eval ac_val=\$$ac_var
15512 case $ac_val in #(
15513 *${as_nl}*)
15514 case $ac_var in #(
15515 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15516$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15517 esac
15518 case $ac_var in #(
15519 _ | IFS | as_nl) ;; #(
15520 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15521 *) { eval $ac_var=; unset $ac_var;} ;;
15522 esac ;;
15523 esac
15524 done
15525
1c710c3c 15526 (set) 2>&1 |
5213506e
RW
15527 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15528 *${as_nl}ac_space=\ *)
15529 # `set' does not quote correctly, so add quotes: double-quote
15530 # substitution turns \\\\ into \\, and sed turns \\ into \.
1c710c3c
DJ
15531 sed -n \
15532 "s/'/'\\\\''/g;
15533 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 15534 ;; #(
1c710c3c
DJ
15535 *)
15536 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 15537 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 15538 ;;
5213506e
RW
15539 esac |
15540 sort
15541) |
1c710c3c 15542 sed '
5213506e 15543 /^ac_cv_env_/b end
1c710c3c 15544 t clear
5213506e 15545 :clear
1c710c3c
DJ
15546 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15547 t end
5213506e
RW
15548 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15549 :end' >>confcache
15550if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15551 if test -w "$cache_file"; then
22e05272 15552 if test "x$cache_file" != "x/dev/null"; then
5213506e
RW
15553 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15554$as_echo "$as_me: updating cache $cache_file" >&6;}
22e05272
JM
15555 if test ! -f "$cache_file" || test -h "$cache_file"; then
15556 cat confcache >"$cache_file"
15557 else
15558 case $cache_file in #(
15559 */* | ?:*)
15560 mv -f confcache "$cache_file"$$ &&
15561 mv -f "$cache_file"$$ "$cache_file" ;; #(
15562 *)
15563 mv -f confcache "$cache_file" ;;
15564 esac
15565 fi
15566 fi
671aa708 15567 else
5213506e
RW
15568 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15569$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
671aa708 15570 fi
4977bab6 15571fi
671aa708 15572rm -f confcache
79c06341 15573
671aa708
NN
15574test "x$prefix" = xNONE && prefix=$ac_default_prefix
15575# Let make expand exec_prefix.
15576test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4e77e8f1 15577
671aa708
NN
15578# Transform confdefs.h into DEFS.
15579# Protect against shell expansion while executing Makefile rules.
15580# Protect against Makefile macro expansion.
1c710c3c
DJ
15581#
15582# If the first sed substitution is executed (which looks for macros that
5213506e 15583# take arguments), then branch to the quote section. Otherwise,
1c710c3c 15584# look for a macro that doesn't take arguments.
5213506e
RW
15585ac_script='
15586:mline
15587/\\$/{
15588 N
15589 s,\\\n,,
15590 b mline
15591}
1c710c3c 15592t clear
5213506e
RW
15593:clear
15594s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 15595t quote
5213506e 15596s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 15597t quote
5213506e
RW
15598b any
15599:quote
15600s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
15601s/\[/\\&/g
15602s/\]/\\&/g
15603s/\$/$$/g
15604H
15605:any
15606${
15607 g
15608 s/^\n//
15609 s/\n/ /g
15610 p
15611}
15612'
15613DEFS=`sed -n "$ac_script" confdefs.h`
1c710c3c
DJ
15614
15615
15616ac_libobjs=
15617ac_ltlibobjs=
22e05272 15618U=
1c710c3c
DJ
15619for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15620 # 1. Remove the extension, and $U if already installed.
5213506e
RW
15621 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15622 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15623 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15624 # will be set to the directory where LIBOBJS objects are built.
15625 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15626 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1c710c3c
DJ
15627done
15628LIBOBJS=$ac_libobjs
fb0103e5 15629
1c710c3c 15630LTLIBOBJS=$ac_ltlibobjs
0b0dc272 15631
af71363e 15632
1c710c3c 15633
22e05272 15634: "${CONFIG_STATUS=./config.status}"
5213506e 15635ac_write_fail=0
1c710c3c
DJ
15636ac_clean_files_save=$ac_clean_files
15637ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
15638{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15639$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15640as_write_fail=0
15641cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1c710c3c
DJ
15642#! $SHELL
15643# Generated by $as_me.
671aa708 15644# Run this file to recreate the current configuration.
671aa708 15645# Compiler output produced by configure, useful for debugging
1c710c3c 15646# configure, is in config.log if it exists.
0b0dc272 15647
1c710c3c
DJ
15648debug=false
15649ac_cs_recheck=false
15650ac_cs_silent=false
1c710c3c 15651
5213506e
RW
15652SHELL=\${CONFIG_SHELL-$SHELL}
15653export SHELL
15654_ASEOF
15655cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15656## -------------------- ##
15657## M4sh Initialization. ##
15658## -------------------- ##
15659
15660# Be more Bourne compatible
15661DUALCASE=1; export DUALCASE # for MKS sh
15662if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
15663 emulate sh
15664 NULLCMD=:
5213506e 15665 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
15666 # is contrary to our usage. Disable this feature.
15667 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
15668 setopt NO_GLOB_SUBST
15669else
15670 case `(set -o) 2>/dev/null` in #(
15671 *posix*) :
15672 set -o posix ;; #(
15673 *) :
15674 ;;
15675esac
1c710c3c 15676fi
1c710c3c 15677
5213506e
RW
15678
15679as_nl='
15680'
15681export as_nl
15682# Printing a long string crashes Solaris 7 /usr/bin/printf.
15683as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15684as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15685as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15686# Prefer a ksh shell builtin over an external printf program on Solaris,
15687# but without wasting forks for bash or zsh.
15688if test -z "$BASH_VERSION$ZSH_VERSION" \
15689 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15690 as_echo='print -r --'
15691 as_echo_n='print -rn --'
15692elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15693 as_echo='printf %s\n'
15694 as_echo_n='printf %s'
15695else
15696 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15697 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15698 as_echo_n='/usr/ucb/echo -n'
15699 else
15700 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15701 as_echo_n_body='eval
15702 arg=$1;
15703 case $arg in #(
15704 *"$as_nl"*)
15705 expr "X$arg" : "X\\(.*\\)$as_nl";
15706 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15707 esac;
15708 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15709 '
15710 export as_echo_n_body
15711 as_echo_n='sh -c $as_echo_n_body as_echo'
15712 fi
15713 export as_echo_body
15714 as_echo='sh -c $as_echo_body as_echo'
1c710c3c
DJ
15715fi
15716
5213506e
RW
15717# The user is always right.
15718if test "${PATH_SEPARATOR+set}" != set; then
15719 PATH_SEPARATOR=:
15720 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15721 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15722 PATH_SEPARATOR=';'
15723 }
15724fi
15725
15726
15727# IFS
15728# We need space, tab and new line, in precisely that order. Quoting is
15729# there to prevent editors from complaining about space-tab.
15730# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15731# splitting by setting IFS to empty value.)
15732IFS=" "" $as_nl"
15733
15734# Find who we are. Look in the path if we contain no directory separator.
22e05272 15735as_myself=
5213506e
RW
15736case $0 in #((
15737 *[\\/]* ) as_myself=$0 ;;
15738 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15739for as_dir in $PATH
15740do
15741 IFS=$as_save_IFS
15742 test -z "$as_dir" && as_dir=.
15743 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15744 done
15745IFS=$as_save_IFS
15746
15747 ;;
15748esac
15749# We did not find ourselves, most probably we were run as `sh COMMAND'
15750# in which case we are not to be found in the path.
15751if test "x$as_myself" = x; then
15752 as_myself=$0
15753fi
15754if test ! -f "$as_myself"; then
15755 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15756 exit 1
15757fi
1c710c3c 15758
5213506e
RW
15759# Unset variables that we do not need and which cause bugs (e.g. in
15760# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15761# suppresses any "Segmentation fault" message there. '((' could
15762# trigger a bug in pdksh 5.2.14.
15763for as_var in BASH_ENV ENV MAIL MAILPATH
15764do eval test x\${$as_var+set} = xset \
15765 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15766done
1c710c3c
DJ
15767PS1='$ '
15768PS2='> '
15769PS4='+ '
15770
15771# NLS nuisances.
5213506e
RW
15772LC_ALL=C
15773export LC_ALL
15774LANGUAGE=C
15775export LANGUAGE
15776
15777# CDPATH.
15778(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15779
15780
22e05272
JM
15781# as_fn_error STATUS ERROR [LINENO LOG_FD]
15782# ----------------------------------------
5213506e
RW
15783# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15784# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22e05272 15785# script with STATUS, using 1 if that was 0.
5213506e
RW
15786as_fn_error ()
15787{
22e05272
JM
15788 as_status=$1; test $as_status -eq 0 && as_status=1
15789 if test "$4"; then
15790 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15791 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1c710c3c 15792 fi
22e05272 15793 $as_echo "$as_me: error: $2" >&2
5213506e
RW
15794 as_fn_exit $as_status
15795} # as_fn_error
15796
15797
15798# as_fn_set_status STATUS
15799# -----------------------
15800# Set $? to STATUS, without forking.
15801as_fn_set_status ()
15802{
15803 return $1
15804} # as_fn_set_status
15805
15806# as_fn_exit STATUS
15807# -----------------
15808# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15809as_fn_exit ()
15810{
15811 set +e
15812 as_fn_set_status $1
15813 exit $1
15814} # as_fn_exit
15815
15816# as_fn_unset VAR
15817# ---------------
15818# Portably unset VAR.
15819as_fn_unset ()
15820{
15821 { eval $1=; unset $1;}
15822}
15823as_unset=as_fn_unset
15824# as_fn_append VAR VALUE
15825# ----------------------
15826# Append the text in VALUE to the end of the definition contained in VAR. Take
15827# advantage of any shell optimizations that allow amortized linear growth over
15828# repeated appends, instead of the typical quadratic growth present in naive
15829# implementations.
15830if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15831 eval 'as_fn_append ()
15832 {
15833 eval $1+=\$2
15834 }'
15835else
15836 as_fn_append ()
15837 {
15838 eval $1=\$$1\$2
15839 }
15840fi # as_fn_append
15841
15842# as_fn_arith ARG...
15843# ------------------
15844# Perform arithmetic evaluation on the ARGs, and store the result in the
15845# global $as_val. Take advantage of shells that can avoid forks. The arguments
15846# must be portable across $(()) and expr.
15847if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15848 eval 'as_fn_arith ()
15849 {
15850 as_val=$(( $* ))
15851 }'
15852else
15853 as_fn_arith ()
15854 {
15855 as_val=`expr "$@" || test $? -eq 1`
15856 }
15857fi # as_fn_arith
15858
1c710c3c 15859
5213506e
RW
15860if expr a : '\(a\)' >/dev/null 2>&1 &&
15861 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
15862 as_expr=expr
15863else
15864 as_expr=false
15865fi
15866
5213506e 15867if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
15868 as_basename=basename
15869else
15870 as_basename=false
15871fi
15872
5213506e
RW
15873if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15874 as_dirname=dirname
15875else
15876 as_dirname=false
15877fi
1c710c3c 15878
5213506e 15879as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
15880$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15881 X"$0" : 'X\(//\)$' \| \
5213506e
RW
15882 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15883$as_echo X/"$0" |
15884 sed '/^.*\/\([^/][^/]*\)\/*$/{
15885 s//\1/
15886 q
15887 }
15888 /^X\/\(\/\/\)$/{
15889 s//\1/
15890 q
15891 }
15892 /^X\/\(\/\).*/{
15893 s//\1/
15894 q
15895 }
15896 s/.*/./; q'`
2aeb72e9 15897
2aeb72e9
DD
15898# Avoid depending upon Character Ranges.
15899as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15900as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15901as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15902as_cr_digits='0123456789'
15903as_cr_alnum=$as_cr_Letters$as_cr_digits
15904
5213506e
RW
15905ECHO_C= ECHO_N= ECHO_T=
15906case `echo -n x` in #(((((
15907-n*)
15908 case `echo 'xy\c'` in
15909 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15910 xy) ECHO_C='\c';;
15911 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15912 ECHO_T=' ';;
15913 esac;;
15914*)
15915 ECHO_N='-n';;
1c710c3c
DJ
15916esac
15917
5213506e
RW
15918rm -f conf$$ conf$$.exe conf$$.file
15919if test -d conf$$.dir; then
15920 rm -f conf$$.dir/conf$$.file
1c710c3c 15921else
5213506e
RW
15922 rm -f conf$$.dir
15923 mkdir conf$$.dir 2>/dev/null
1c710c3c 15924fi
5213506e
RW
15925if (echo >conf$$.file) 2>/dev/null; then
15926 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 15927 as_ln_s='ln -s'
5213506e
RW
15928 # ... but there are two gotchas:
15929 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15930 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22e05272 15931 # In both cases, we have to default to `cp -pR'.
5213506e 15932 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22e05272 15933 as_ln_s='cp -pR'
5213506e
RW
15934 elif ln conf$$.file conf$$ 2>/dev/null; then
15935 as_ln_s=ln
15936 else
22e05272 15937 as_ln_s='cp -pR'
2aeb72e9 15938 fi
1c710c3c 15939else
22e05272 15940 as_ln_s='cp -pR'
1c710c3c 15941fi
5213506e
RW
15942rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15943rmdir conf$$.dir 2>/dev/null
15944
15945
15946# as_fn_mkdir_p
15947# -------------
15948# Create "$as_dir" as a directory, including parents if necessary.
15949as_fn_mkdir_p ()
15950{
15951
15952 case $as_dir in #(
15953 -*) as_dir=./$as_dir;;
15954 esac
15955 test -d "$as_dir" || eval $as_mkdir_p || {
15956 as_dirs=
15957 while :; do
15958 case $as_dir in #(
15959 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15960 *) as_qdir=$as_dir;;
15961 esac
15962 as_dirs="'$as_qdir' $as_dirs"
15963 as_dir=`$as_dirname -- "$as_dir" ||
15964$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15965 X"$as_dir" : 'X\(//\)[^/]' \| \
15966 X"$as_dir" : 'X\(//\)$' \| \
15967 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15968$as_echo X"$as_dir" |
15969 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15970 s//\1/
15971 q
15972 }
15973 /^X\(\/\/\)[^/].*/{
15974 s//\1/
15975 q
15976 }
15977 /^X\(\/\/\)$/{
15978 s//\1/
15979 q
15980 }
15981 /^X\(\/\).*/{
15982 s//\1/
15983 q
15984 }
15985 s/.*/./; q'`
15986 test -d "$as_dir" && break
15987 done
15988 test -z "$as_dirs" || eval "mkdir $as_dirs"
22e05272 15989 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5213506e 15990
1c710c3c 15991
5213506e 15992} # as_fn_mkdir_p
1c710c3c 15993if mkdir -p . 2>/dev/null; then
5213506e 15994 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
15995else
15996 test -d ./-p && rmdir ./-p
15997 as_mkdir_p=false
15998fi
15999
22e05272
JM
16000
16001# as_fn_executable_p FILE
16002# -----------------------
16003# Test if FILE is an executable regular file.
16004as_fn_executable_p ()
16005{
16006 test -f "$1" && test -x "$1"
16007} # as_fn_executable_p
16008as_test_x='test -x'
16009as_executable_p=as_fn_executable_p
1c710c3c
DJ
16010
16011# Sed expression to map a string onto a valid CPP name.
16012as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16013
16014# Sed expression to map a string onto a valid variable name.
16015as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16016
16017
1c710c3c 16018exec 6>&1
5213506e
RW
16019## ----------------------------------- ##
16020## Main body of $CONFIG_STATUS script. ##
16021## ----------------------------------- ##
16022_ASEOF
16023test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16024
16025cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16026# Save the log message, to keep $0 and so on meaningful, and to
1c710c3c 16027# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
16028# values after options handling.
16029ac_log="
1c710c3c 16030This file was extended by $as_me, which was
22e05272 16031generated by GNU Autoconf 2.69. Invocation command line was
1c710c3c
DJ
16032
16033 CONFIG_FILES = $CONFIG_FILES
16034 CONFIG_HEADERS = $CONFIG_HEADERS
16035 CONFIG_LINKS = $CONFIG_LINKS
16036 CONFIG_COMMANDS = $CONFIG_COMMANDS
16037 $ $0 $@
16038
5213506e
RW
16039on `(hostname || uname -n) 2>/dev/null | sed 1q`
16040"
16041
1c710c3c
DJ
16042_ACEOF
16043
5213506e
RW
16044case $ac_config_files in *"
16045"*) set x $ac_config_files; shift; ac_config_files=$*;;
16046esac
1c710c3c 16047
2aeb72e9 16048
2aeb72e9 16049
5213506e
RW
16050cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16051# Files that config.status was made for.
16052config_files="$ac_config_files"
1c710c3c 16053
5213506e 16054_ACEOF
2aeb72e9 16055
5213506e 16056cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c 16057ac_cs_usage="\
5213506e
RW
16058\`$as_me' instantiates files and other configuration actions
16059from templates according to the current configuration. Unless the files
16060and actions are specified as TAGs, all are instantiated by default.
1c710c3c 16061
5213506e 16062Usage: $0 [OPTION]... [TAG]...
1c710c3c
DJ
16063
16064 -h, --help print this help, then exit
5213506e 16065 -V, --version print version number and configuration settings, then exit
22e05272 16066 --config print configuration, then exit
5213506e
RW
16067 -q, --quiet, --silent
16068 do not print progress messages
1c710c3c
DJ
16069 -d, --debug don't remove temporary files
16070 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
16071 --file=FILE[:TEMPLATE]
16072 instantiate the configuration file FILE
1c710c3c
DJ
16073
16074Configuration files:
16075$config_files
16076
5213506e 16077Report bugs to the package provider."
2aeb72e9 16078
5213506e
RW
16079_ACEOF
16080cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22e05272 16081ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1c710c3c
DJ
16082ac_cs_version="\\
16083config.status
22e05272
JM
16084configured by $0, generated by GNU Autoconf 2.69,
16085 with options \\"\$ac_cs_config\\"
1c710c3c 16086
22e05272 16087Copyright (C) 2012 Free Software Foundation, Inc.
1c710c3c
DJ
16088This config.status script is free software; the Free Software Foundation
16089gives unlimited permission to copy, distribute and modify it."
5213506e
RW
16090
16091ac_pwd='$ac_pwd'
16092srcdir='$srcdir'
16093INSTALL='$INSTALL'
87264276 16094AWK='$AWK'
5213506e 16095test -n "\$AWK" || AWK=awk
1c710c3c
DJ
16096_ACEOF
16097
5213506e
RW
16098cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16099# The default lists apply if the user does not specify any file.
1c710c3c
DJ
16100ac_need_defaults=:
16101while test $# != 0
a4b9e93e 16102do
1c710c3c 16103 case $1 in
22e05272 16104 --*=?*)
5213506e
RW
16105 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16106 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1c710c3c
DJ
16107 ac_shift=:
16108 ;;
22e05272
JM
16109 --*=)
16110 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16111 ac_optarg=
16112 ac_shift=:
16113 ;;
5213506e 16114 *)
1c710c3c
DJ
16115 ac_option=$1
16116 ac_optarg=$2
16117 ac_shift=shift
16118 ;;
1c710c3c
DJ
16119 esac
16120
16121 case $ac_option in
16122 # Handling of the options.
671aa708 16123 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1c710c3c 16124 ac_cs_recheck=: ;;
5213506e
RW
16125 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16126 $as_echo "$ac_cs_version"; exit ;;
22e05272
JM
16127 --config | --confi | --conf | --con | --co | --c )
16128 $as_echo "$ac_cs_config"; exit ;;
5213506e 16129 --debug | --debu | --deb | --de | --d | -d )
1c710c3c
DJ
16130 debug=: ;;
16131 --file | --fil | --fi | --f )
16132 $ac_shift
5213506e
RW
16133 case $ac_optarg in
16134 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22e05272 16135 '') as_fn_error $? "missing file argument" ;;
5213506e
RW
16136 esac
16137 as_fn_append CONFIG_FILES " '$ac_optarg'"
2aeb72e9 16138 ac_need_defaults=false;;
5213506e
RW
16139 --he | --h | --help | --hel | -h )
16140 $as_echo "$ac_cs_usage"; exit ;;
1c710c3c
DJ
16141 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16142 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16143 ac_cs_silent=: ;;
16144
16145 # This is an error.
22e05272 16146 -*) as_fn_error $? "unrecognized option: \`$1'
5213506e 16147Try \`$0 --help' for more information." ;;
1c710c3c 16148
5213506e
RW
16149 *) as_fn_append ac_config_targets " $1"
16150 ac_need_defaults=false ;;
1c710c3c 16151
0b0dc272 16152 esac
1c710c3c 16153 shift
0b0dc272
AM
16154done
16155
1c710c3c 16156ac_configure_extra_args=
0b0dc272 16157
1c710c3c
DJ
16158if $ac_cs_silent; then
16159 exec 6>/dev/null
16160 ac_configure_extra_args="$ac_configure_extra_args --silent"
16161fi
0b0dc272 16162
1c710c3c 16163_ACEOF
5213506e 16164cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c 16165if \$ac_cs_recheck; then
22e05272 16166 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5213506e
RW
16167 shift
16168 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16169 CONFIG_SHELL='$SHELL'
16170 export CONFIG_SHELL
16171 exec "\$@"
1c710c3c
DJ
16172fi
16173
16174_ACEOF
5213506e
RW
16175cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16176exec 5>>config.log
16177{
16178 echo
16179 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16180## Running $as_me. ##
16181_ASBOX
16182 $as_echo "$ac_log"
16183} >&5
1c710c3c 16184
5213506e
RW
16185_ACEOF
16186cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3e54529c
RW
16187#
16188# INIT-COMMANDS
16189#
16190extrasub_build="$extrasub_build"
16191 extrasub_host="$extrasub_host"
16192 extrasub_target="$extrasub_target"
16193
5213506e 16194_ACEOF
1c710c3c 16195
5213506e 16196cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11a67599 16197
5213506e 16198# Handling of arguments.
1c710c3c
DJ
16199for ac_config_target in $ac_config_targets
16200do
5213506e
RW
16201 case $ac_config_target in
16202 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16203
22e05272 16204 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1c710c3c
DJ
16205 esac
16206done
16207
5213506e 16208
1c710c3c
DJ
16209# If the user did not use the arguments to specify the items to instantiate,
16210# then the envvar interface is used. Set only those that are not.
16211# We use the long form for the default assignment because of an extremely
16212# bizarre bug on SunOS 4.1.3.
16213if $ac_need_defaults; then
16214 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16215fi
16216
16217# Have a temporary directory for convenience. Make it in the build tree
5213506e 16218# simply because there is no reason against having it here, and in addition,
1c710c3c 16219# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
16220# Hook for its removal unless debugging.
16221# Note that there is a small window in which the directory will not be cleaned:
16222# after its creation but before its name has been assigned to `$tmp'.
1c710c3c
DJ
16223$debug ||
16224{
22e05272 16225 tmp= ac_tmp=
5213506e 16226 trap 'exit_status=$?
22e05272
JM
16227 : "${ac_tmp:=$tmp}"
16228 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5213506e
RW
16229' 0
16230 trap 'as_fn_exit 1' 1 2 13 15
1c710c3c 16231}
1c710c3c
DJ
16232# Create a (secure) tmp directory for tmp files.
16233
16234{
5213506e 16235 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22e05272 16236 test -d "$tmp"
1c710c3c
DJ
16237} ||
16238{
5213506e
RW
16239 tmp=./conf$$-$RANDOM
16240 (umask 077 && mkdir "$tmp")
22e05272
JM
16241} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16242ac_tmp=$tmp
5213506e
RW
16243
16244# Set up the scripts for CONFIG_FILES section.
16245# No need to generate them if there are no CONFIG_FILES.
16246# This happens for instance with `./config.status config.h'.
16247if test -n "$CONFIG_FILES"; then
16248
16249if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
16250 ac_cs_awk_getline=:
16251 ac_cs_awk_pipe_init=
16252 ac_cs_awk_read_file='
16253 while ((getline aline < (F[key])) > 0)
16254 print(aline)
16255 close(F[key])'
16256 ac_cs_awk_pipe_fini=
16257else
16258 ac_cs_awk_getline=false
16259 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
16260 ac_cs_awk_read_file='
16261 print "|#_!!_#|"
16262 print "cat " F[key] " &&"
16263 '$ac_cs_awk_pipe_init
16264 # The final `:' finishes the AND list.
16265 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
16266fi
16267ac_cr=`echo X | tr X '\015'`
16268# On cygwin, bash can eat \r inside `` if the user requested igncr.
16269# But we know of no other shell where ac_cr would be empty at this
16270# point, so we can use a bashism as a fallback.
16271if test "x$ac_cr" = x; then
16272 eval ac_cr=\$\'\\r\'
16273fi
16274ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16275if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22e05272 16276 ac_cs_awk_cr='\\r'
5213506e
RW
16277else
16278 ac_cs_awk_cr=$ac_cr
16279fi
16280
22e05272 16281echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5213506e
RW
16282_ACEOF
16283
16284# Create commands to substitute file output variables.
1c710c3c 16285{
5213506e 16286 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
22e05272 16287 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
5213506e
RW
16288 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
16289 echo "_ACAWK" &&
16290 echo "_ACEOF"
16291} >conf$$files.sh &&
16292. ./conf$$files.sh ||
22e05272 16293 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5213506e 16294rm -f conf$$files.sh
1c710c3c 16295
5213506e
RW
16296{
16297 echo "cat >conf$$subs.awk <<_ACEOF" &&
16298 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16299 echo "_ACEOF"
16300} >conf$$subs.sh ||
22e05272
JM
16301 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16302ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5213506e
RW
16303ac_delim='%!_!# '
16304for ac_last_try in false false false false false :; do
16305 . ./conf$$subs.sh ||
22e05272 16306 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5213506e
RW
16307
16308 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16309 if test $ac_delim_n = $ac_delim_num; then
16310 break
16311 elif $ac_last_try; then
22e05272 16312 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5213506e
RW
16313 else
16314 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16315 fi
16316done
16317rm -f conf$$subs.sh
16318
16319cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22e05272 16320cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
2aeb72e9 16321_ACEOF
5213506e
RW
16322sed -n '
16323h
16324s/^/S["/; s/!.*/"]=/
16325p
16326g
16327s/^[^!]*!//
16328:repl
16329t repl
16330s/'"$ac_delim"'$//
16331t delim
16332:nl
16333h
22e05272 16334s/\(.\{148\}\)..*/\1/
5213506e
RW
16335t more1
16336s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16337p
16338n
16339b repl
16340:more1
16341s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16342p
16343g
16344s/.\{148\}//
16345t nl
16346:delim
16347h
22e05272 16348s/\(.\{148\}\)..*/\1/
5213506e
RW
16349t more2
16350s/["\\]/\\&/g; s/^/"/; s/$/"/
16351p
16352b
16353:more2
16354s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16355p
16356g
16357s/.\{148\}//
16358t delim
16359' <conf$$subs.awk | sed '
16360/^[^""]/{
16361 N
16362 s/\n//
16363}
16364' >>$CONFIG_STATUS || ac_write_fail=1
16365rm -f conf$$subs.awk
16366cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16367_ACAWK
22e05272 16368cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
5213506e
RW
16369 for (key in S) S_is_set[key] = 1
16370 FS = "\a"
16371 \$ac_cs_awk_pipe_init
16372}
16373{
16374 line = $ 0
16375 nfields = split(line, field, "@")
16376 substed = 0
16377 len = length(field[1])
16378 for (i = 2; i < nfields; i++) {
16379 key = field[i]
16380 keylen = length(key)
16381 if (S_is_set[key]) {
16382 value = S[key]
16383 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16384 len += length(value) + length(field[++i])
16385 substed = 1
16386 } else
16387 len += 1 + keylen
16388 }
16389 if (nfields == 3 && !substed) {
16390 key = field[2]
16391 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
16392 \$ac_cs_awk_read_file
16393 next
16394 }
16395 }
16396 print line
16397}
16398\$ac_cs_awk_pipe_fini
16399_ACAWK
16400_ACEOF
16401cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16402if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16403 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16404else
16405 cat
22e05272
JM
16406fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16407 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5213506e
RW
16408_ACEOF
16409
22e05272
JM
16410# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16411# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5213506e
RW
16412# trailing colons and then remove the whole line if VPATH becomes empty
16413# (actually we leave an empty line to preserve line numbers).
16414if test "x$srcdir" = x.; then
22e05272
JM
16415 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16416h
16417s///
16418s/^/:/
16419s/[ ]*$/:/
16420s/:\$(srcdir):/:/g
16421s/:\${srcdir}:/:/g
16422s/:@srcdir@:/:/g
16423s/^:*//
5213506e 16424s/:*$//
22e05272
JM
16425x
16426s/\(=[ ]*\).*/\1/
16427G
16428s/\n//
5213506e
RW
16429s/^[^=]*=[ ]*$//
16430}'
16431fi
2aeb72e9 16432
5213506e
RW
16433cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16434fi # test -n "$CONFIG_FILES"
2aeb72e9 16435
1c710c3c 16436
5213506e
RW
16437eval set X " :F $CONFIG_FILES "
16438shift
16439for ac_tag
16440do
16441 case $ac_tag in
16442 :[FHLC]) ac_mode=$ac_tag; continue;;
16443 esac
16444 case $ac_mode$ac_tag in
16445 :[FHL]*:*);;
22e05272 16446 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5213506e
RW
16447 :[FH]-) ac_tag=-:-;;
16448 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16449 esac
16450 ac_save_IFS=$IFS
16451 IFS=:
16452 set x $ac_tag
16453 IFS=$ac_save_IFS
16454 shift
16455 ac_file=$1
16456 shift
79c06341 16457
5213506e
RW
16458 case $ac_mode in
16459 :L) ac_source=$1;;
16460 :[FH])
16461 ac_file_inputs=
16462 for ac_f
16463 do
16464 case $ac_f in
22e05272 16465 -) ac_f="$ac_tmp/stdin";;
5213506e
RW
16466 *) # Look for the file first in the build tree, then in the source tree
16467 # (if the path is not absolute). The absolute path cannot be DOS-style,
16468 # because $ac_f cannot contain `:'.
16469 test -f "$ac_f" ||
16470 case $ac_f in
16471 [\\/$]*) false;;
16472 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16473 esac ||
22e05272 16474 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5213506e
RW
16475 esac
16476 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16477 as_fn_append ac_file_inputs " '$ac_f'"
16478 done
1c710c3c 16479
5213506e
RW
16480 # Let's still pretend it is `configure' which instantiates (i.e., don't
16481 # use $as_me), people would be surprised to read:
16482 # /* config.h. Generated by config.status. */
16483 configure_input='Generated from '`
16484 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16485 `' by configure.'
16486 if test x"$ac_file" != x-; then
16487 configure_input="$ac_file. $configure_input"
16488 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16489$as_echo "$as_me: creating $ac_file" >&6;}
2aeb72e9 16490 fi
5213506e
RW
16491 # Neutralize special characters interpreted by sed in replacement strings.
16492 case $configure_input in #(
16493 *\&* | *\|* | *\\* )
16494 ac_sed_conf_input=`$as_echo "$configure_input" |
16495 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16496 *) ac_sed_conf_input=$configure_input;;
16497 esac
11a67599 16498
5213506e 16499 case $ac_tag in
22e05272
JM
16500 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16501 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5213506e
RW
16502 esac
16503 ;;
11a67599
ZW
16504 esac
16505
5213506e 16506 ac_dir=`$as_dirname -- "$ac_file" ||
1c710c3c
DJ
16507$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16508 X"$ac_file" : 'X\(//\)[^/]' \| \
16509 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
16510 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16511$as_echo X"$ac_file" |
16512 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16513 s//\1/
16514 q
16515 }
16516 /^X\(\/\/\)[^/].*/{
16517 s//\1/
16518 q
16519 }
16520 /^X\(\/\/\)$/{
16521 s//\1/
16522 q
16523 }
16524 /^X\(\/\).*/{
16525 s//\1/
16526 q
16527 }
16528 s/.*/./; q'`
16529 as_dir="$ac_dir"; as_fn_mkdir_p
1c710c3c 16530 ac_builddir=.
0b0dc272 16531
5213506e
RW
16532case "$ac_dir" in
16533.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16534*)
16535 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16536 # A ".." for each directory in $ac_dir_suffix.
16537 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16538 case $ac_top_builddir_sub in
16539 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16540 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16541 esac ;;
16542esac
16543ac_abs_top_builddir=$ac_pwd
16544ac_abs_builddir=$ac_pwd$ac_dir_suffix
16545# for backward compatibility:
16546ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
16547
16548case $srcdir in
5213506e 16549 .) # We are building in place.
1c710c3c 16550 ac_srcdir=.
5213506e
RW
16551 ac_top_srcdir=$ac_top_builddir_sub
16552 ac_abs_top_srcdir=$ac_pwd ;;
16553 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 16554 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
16555 ac_top_srcdir=$srcdir
16556 ac_abs_top_srcdir=$srcdir ;;
16557 *) # Relative name.
16558 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16559 ac_top_srcdir=$ac_top_build_prefix$srcdir
16560 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1c710c3c 16561esac
5213506e 16562ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
a4b9e93e 16563
0b0dc272 16564
5213506e
RW
16565 case $ac_mode in
16566 :F)
16567 #
16568 # CONFIG_FILE
16569 #
1c710c3c
DJ
16570
16571 case $INSTALL in
16572 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 16573 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
671aa708 16574 esac
5213506e 16575_ACEOF
11a67599 16576
5213506e
RW
16577cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16578# If the template does not know about datarootdir, expand it.
16579# FIXME: This hack should be removed a few years after 2.60.
16580ac_datarootdir_hack=; ac_datarootdir_seen=
16581ac_sed_dataroot='
16582/datarootdir/ {
16583 p
16584 q
16585}
16586/@datadir@/p
16587/@docdir@/p
16588/@infodir@/p
16589/@localedir@/p
16590/@mandir@/p'
16591case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16592*datarootdir*) ac_datarootdir_seen=yes;;
16593*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16594 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16595$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11a67599 16596_ACEOF
5213506e
RW
16597cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16598 ac_datarootdir_hack='
16599 s&@datadir@&$datadir&g
16600 s&@docdir@&$docdir&g
16601 s&@infodir@&$infodir&g
16602 s&@localedir@&$localedir&g
16603 s&@mandir@&$mandir&g
16604 s&\\\${datarootdir}&$datarootdir&g' ;;
16605esac
16606_ACEOF
16607
16608# Neutralize VPATH when `$srcdir' = `.'.
16609# Shell code in configure.ac might set extrasub.
16610# FIXME: do we really want to maintain this feature?
16611cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16612ac_sed_extra="$ac_vpsub
1c710c3c
DJ
16613$extrasub
16614_ACEOF
5213506e 16615cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c
DJ
16616:t
16617/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
16618s|@configure_input@|$ac_sed_conf_input|;t t
16619s&@top_builddir@&$ac_top_builddir_sub&;t t
16620s&@top_build_prefix@&$ac_top_build_prefix&;t t
16621s&@srcdir@&$ac_srcdir&;t t
16622s&@abs_srcdir@&$ac_abs_srcdir&;t t
16623s&@top_srcdir@&$ac_top_srcdir&;t t
16624s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16625s&@builddir@&$ac_builddir&;t t
16626s&@abs_builddir@&$ac_abs_builddir&;t t
16627s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16628s&@INSTALL@&$ac_INSTALL&;t t
16629$ac_datarootdir_hack
16630"
16631eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16632if $ac_cs_awk_getline; then
22e05272 16633 $AWK -f "$ac_tmp/subs.awk"
5213506e 16634else
22e05272
JM
16635 $AWK -f "$ac_tmp/subs.awk" | $SHELL
16636fi \
16637 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5213506e
RW
16638
16639test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22e05272
JM
16640 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16641 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16642 "$ac_tmp/out"`; test -z "$ac_out"; } &&
5213506e 16643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22e05272 16644which seems to be undefined. Please make sure it is defined" >&5
5213506e 16645$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22e05272 16646which seems to be undefined. Please make sure it is defined" >&2;}
5213506e 16647
22e05272 16648 rm -f "$ac_tmp/stdin"
5213506e 16649 case $ac_file in
22e05272
JM
16650 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16651 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5213506e 16652 esac \
22e05272 16653 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5213506e 16654 ;;
11a67599 16655
11a67599 16656
79c06341 16657
5213506e
RW
16658 esac
16659
3e54529c
RW
16660
16661 case $ac_file$ac_mode in
16662 "Makefile":F) sed "$extrasub_build" Makefile |
16663 sed "$extrasub_host" |
16664 sed "$extrasub_target" > mf$$
16665 mv -f mf$$ Makefile ;;
16666
16667 esac
5213506e
RW
16668done # for ac_tag
16669
16670
16671as_fn_exit 0
1c710c3c 16672_ACEOF
1c710c3c
DJ
16673ac_clean_files=$ac_clean_files_save
16674
5213506e 16675test $ac_write_fail = 0 ||
22e05272 16676 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5213506e 16677
1c710c3c
DJ
16678
16679# configure is writing to config.log, and then calls config.status.
16680# config.status does its own redirection, appending to config.log.
16681# Unfortunately, on DOS this fails, as config.log is still kept open
16682# by configure, so config.status won't be able to write to it; its
16683# output is simply discarded. So we exec the FD to /dev/null,
16684# effectively closing config.log, so it can be properly (re)opened and
16685# appended to by config.status. When coming back to configure, we
16686# need to make the FD available again.
16687if test "$no_create" != yes; then
16688 ac_cs_success=:
16689 ac_config_status_args=
16690 test "$silent" = yes &&
16691 ac_config_status_args="$ac_config_status_args --quiet"
16692 exec 5>/dev/null
16693 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16694 exec 5>>config.log
16695 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16696 # would make configure fail if this is the last instruction.
22e05272 16697 $ac_cs_success || as_fn_exit 1
5213506e
RW
16698fi
16699if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16701$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1c710c3c 16702fi
79c06341 16703