]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
Fix g++.dg/abi/lambda-static-1.C with Solaris as
[thirdparty/gcc.git] / configure
CommitLineData
71ab34df 1#! /bin/sh
71ab34df 2# Guess values for system-dependent variables and create Makefiles.
f00f02a3 3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
cd9a469c 7#
71ab34df 8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
cd9a469c 11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
b30fcfae 14
cd9a469c 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 :
b30fcfae 18 emulate sh
19 NULLCMD=:
cd9a469c 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b30fcfae 21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
cd9a469c 23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b30fcfae 31fi
b30fcfae 32
cd9a469c 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 }
b30fcfae 79fi
80
81
cd9a469c 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.
f00f02a3 90as_myself=
cd9a469c 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
b30fcfae 122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
cd9a469c 127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
f00f02a3 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;}
cd9a469c 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
f00f02a3 193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
cd9a469c 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'\" &&
b181f265 198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199test \$(( 1 + 1 )) = 2 || exit 1"
cd9a469c 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
b30fcfae 211do
cd9a469c 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 :
f00f02a3 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
cd9a469c 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."
b30fcfae 266 else
cd9a469c 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."
b30fcfae 271 fi
cd9a469c 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
b30fcfae 301
cd9a469c 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"
f00f02a3 355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
cd9a469c 356
357
358} # as_fn_mkdir_p
f00f02a3 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
cd9a469c 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
f00f02a3 403# as_fn_error STATUS ERROR [LINENO LOG_FD]
404# ----------------------------------------
cd9a469c 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
f00f02a3 407# script with STATUS, using 1 if that was 0.
cd9a469c 408as_fn_error ()
409{
f00f02a3 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
cd9a469c 414 fi
f00f02a3 415 $as_echo "$as_me: error: $2" >&2
cd9a469c 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
b30fcfae 421 as_expr=expr
422else
423 as_expr=false
424fi
425
cd9a469c 426if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b30fcfae 427 as_basename=basename
428else
429 as_basename=false
430fi
431
cd9a469c 432if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
433 as_dirname=dirname
434else
435 as_dirname=false
436fi
b30fcfae 437
cd9a469c 438as_me=`$as_basename -- "$0" ||
b30fcfae 439$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
cd9a469c 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'`
b30fcfae 456
5084f823 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
570af75a 463
b30fcfae 464
cd9a469c 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 |
b30fcfae 474 sed '
cd9a469c 475 s/[$]LINENO.*/&-/
476 t lineno
477 b
478 :lineno
b30fcfae 479 N
cd9a469c 480 :loop
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b30fcfae 482 t loop
cd9a469c 483 s/-\n.*//
b30fcfae 484 ' >$as_me.lineno &&
cd9a469c 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; }
b30fcfae 487
f00f02a3 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
b30fcfae 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
cd9a469c 494 # original and so on. Autoconf is especially sensitive to this).
495 . "./$as_me.lineno"
b30fcfae 496 # Exit status is that of the last command.
497 exit
498}
499
cd9a469c 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';;
b30fcfae 511esac
512
cd9a469c 513rm -f conf$$ conf$$.exe conf$$.file
514if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
b30fcfae 516else
cd9a469c 517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
b30fcfae 519fi
cd9a469c 520if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; then
5084f823 522 as_ln_s='ln -s'
cd9a469c 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.
f00f02a3 526 # In both cases, we have to default to `cp -pR'.
cd9a469c 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
f00f02a3 528 as_ln_s='cp -pR'
cd9a469c 529 elif ln conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s=ln
531 else
f00f02a3 532 as_ln_s='cp -pR'
5084f823 533 fi
b30fcfae 534else
f00f02a3 535 as_ln_s='cp -pR'
b30fcfae 536fi
cd9a469c 537rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538rmdir conf$$.dir 2>/dev/null
b30fcfae 539
540if mkdir -p . 2>/dev/null; then
cd9a469c 541 as_mkdir_p='mkdir -p "$as_dir"'
b30fcfae 542else
543 test -d ./-p && rmdir ./-p
544 as_mkdir_p=false
545fi
546
f00f02a3 547as_test_x='test -x'
548as_executable_p=as_fn_executable_p
a83ffacf 549
b30fcfae 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
f00f02a3 557test -n "$DJDIR" || exec 7<&0 </dev/null
558exec 6>&1
b30fcfae 559
560# Name of the host.
f00f02a3 561# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b30fcfae 562# so uname gets run too.
563ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
564
b30fcfae 565#
566# Initializations.
567#
71ab34df 568ac_default_prefix=/usr/local
cd9a469c 569ac_clean_files=
b30fcfae 570ac_config_libobj_dir=.
cd9a469c 571LIBOBJS=
b30fcfae 572cross_compiling=no
573subdirs=
574MFLAGS=
575MAKEFLAGS=
5084f823 576
b30fcfae 577# Identity of this package.
578PACKAGE_NAME=
579PACKAGE_TARNAME=
580PACKAGE_VERSION=
581PACKAGE_STRING=
582PACKAGE_BUGREPORT=
cd9a469c 583PACKAGE_URL=
b30fcfae 584
585ac_unique_file="move-if-change"
cd9a469c 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
3f71364d 604READELF_FOR_TARGET
cd9a469c 605RANLIB_FOR_TARGET
16706a2e 606OTOOL_FOR_TARGET
cd9a469c 607OBJDUMP_FOR_TARGET
fc740d70 608OBJCOPY_FOR_TARGET
cd9a469c 609NM_FOR_TARGET
610LIPO_FOR_TARGET
611LD_FOR_TARGET
612DLLTOOL_FOR_TARGET
613AS_FOR_TARGET
614AR_FOR_TARGET
03385ed3 615GDC_FOR_TARGET
5ff5b630 616GOC_FOR_TARGET
cd9a469c 617GFORTRAN_FOR_TARGET
cd9a469c 618GCC_FOR_TARGET
619CXX_FOR_TARGET
620CC_FOR_TARGET
3f71364d 621READELF
16706a2e 622OTOOL
cd9a469c 623OBJDUMP
624OBJCOPY
625WINDMC
626WINDRES
627STRIP
628RANLIB
629NM
630LIPO
631LD
632DLLTOOL
633AS
634AR
635RUNTEST
636EXPECT
637MAKEINFO
638FLEX
639LEX
640M4
641BISON
642YACC
cd9a469c 643WINDRES_FOR_BUILD
644WINDMC_FOR_BUILD
645RANLIB_FOR_BUILD
646NM_FOR_BUILD
647LD_FOR_BUILD
648LDFLAGS_FOR_BUILD
03385ed3 649GDC_FOR_BUILD
5ff5b630 650GOC_FOR_BUILD
cd9a469c 651GFORTRAN_FOR_BUILD
cd9a469c 652DLLTOOL_FOR_BUILD
653CXX_FOR_BUILD
654CXXFLAGS_FOR_BUILD
655CFLAGS_FOR_BUILD
656CC_FOR_BUILD
657AS_FOR_BUILD
658AR_FOR_BUILD
1fda3360 659target_configdirs
cd9a469c 660configdirs
cd9a469c 661build_configdirs
cd9a469c 662INSTALL_GDB_TK
663GDB_TK
664CONFIGURE_GDB_TK
665build_tooldir
666tooldir
667GCC_SHLIB_SUBDIR
668RPATH_ENVVAR
372a3f1e 669target_configargs
670host_configargs
671build_configargs
719faf1c 672BUILD_CONFIG
ed9516f5 673LDFLAGS_FOR_TARGET
cd9a469c 674CXXFLAGS_FOR_TARGET
675CFLAGS_FOR_TARGET
676DEBUG_PREFIX_CFLAGS_FOR_TARGET
677SYSROOT_CFLAGS_FOR_TARGET
0812bb06 678get_gcc_base_ver
c850ece7 679extra_host_zlib_configure_flags
7bfefa9d 680extra_host_libiberty_configure_flags
944792ef 681stage1_languages
01b4453c 682host_shared
1015a063 683extra_linker_plugin_flags
684extra_linker_plugin_configure_flags
87e20041 685islinc
429cca51 686isllibs
cd9a469c 687poststage1_ldflags
d6dfe18a 688poststage1_libs
cd9a469c 689stage1_ldflags
13687c85 690stage1_libs
e4128452 691extra_isl_gmp_configure_flags
cd9a469c 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
d3a7dd32 710extra_liboffloadmic_configure_flags
cd9a469c 711target_subdir
712host_subdir
713build_subdir
714build_libsubdir
b181f265 715AWK
716SED
cd9a469c 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
6406d366 784with_system_zlib
a3d93be3 785enable_as_accelerator_for
786enable_offload_targets
cd9a469c 787enable_gold
1e369e5f 788enable_ld
afb6adb9 789enable_compressed_debug_sections
d9d975ae 790enable_libquadmath
791enable_libquadmath_support
cd9a469c 792enable_libada
793enable_libssp
a3ba808f 794enable_libstdcxx
d3a7dd32 795enable_liboffloadmic
6c59dfa4 796enable_bootstrap
cd9a469c 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
cd9a469c 808with_stage1_libs
13687c85 809with_stage1_ldflags
cd9a469c 810with_boot_libs
d6dfe18a 811with_boot_ldflags
87e20041 812with_isl
813with_isl_include
814with_isl_lib
815enable_isl_version_check
7bfefa9d 816enable_lto
1015a063 817enable_linker_plugin_configure_flags
818enable_linker_plugin_flags
01b4453c 819enable_host_shared
cd9a469c 820enable_stage1_languages
03869f98 821enable_objc_gc
baf71228 822with_target_bdw_gc
823with_target_bdw_gc_include
824with_target_bdw_gc_lib
0812bb06 825with_gcc_major_version_only
cd9a469c 826with_build_sysroot
827with_debug_prefix_map
a2059f7a 828with_build_config
ee055341 829enable_vtable_verify
cd9a469c 830enable_serial_configure
831with_build_time_tools
832enable_maintainer_mode
833enable_stage1_checking
834enable_werror
cd9a469c 835'
836 ac_precious_vars='build_alias
837host_alias
838target_alias
839CC
840CFLAGS
841LDFLAGS
842LIBS
843CPPFLAGS
844CXX
845CXXFLAGS
846CCC
372a3f1e 847build_configargs
848host_configargs
849target_configargs
cd9a469c 850AR
851AS
852DLLTOOL
853LD
854LIPO
855NM
856RANLIB
857STRIP
858WINDRES
859WINDMC
860OBJCOPY
861OBJDUMP
16706a2e 862OTOOL
3f71364d 863READELF
cd9a469c 864CC_FOR_TARGET
865CXX_FOR_TARGET
866GCC_FOR_TARGET
cd9a469c 867GFORTRAN_FOR_TARGET
5ff5b630 868GOC_FOR_TARGET
03385ed3 869GDC_FOR_TARGET
cd9a469c 870AR_FOR_TARGET
871AS_FOR_TARGET
872DLLTOOL_FOR_TARGET
873LD_FOR_TARGET
874LIPO_FOR_TARGET
875NM_FOR_TARGET
fc740d70 876OBJCOPY_FOR_TARGET
cd9a469c 877OBJDUMP_FOR_TARGET
16706a2e 878OTOOL_FOR_TARGET
cd9a469c 879RANLIB_FOR_TARGET
3f71364d 880READELF_FOR_TARGET
cd9a469c 881STRIP_FOR_TARGET
882WINDRES_FOR_TARGET
883WINDMC_FOR_TARGET'
884
71ab34df 885
886# Initialize some variables set by options.
b30fcfae 887ac_init_help=
888ac_init_version=false
cd9a469c 889ac_unrecognized_opts=
890ac_unrecognized_sep=
71ab34df 891# The variables have the same names as the options, with
892# dashes changed to underlines.
b30fcfae 893cache_file=/dev/null
71ab34df 894exec_prefix=NONE
71ab34df 895no_create=
71ab34df 896no_recursion=
897prefix=NONE
898program_prefix=NONE
899program_suffix=NONE
900program_transform_name=s,x,x,
901silent=
902site=
903srcdir=
71ab34df 904verbose=
905x_includes=NONE
906x_libraries=NONE
b30fcfae 907
908# Installation directory options.
909# These are left unexpanded so users can "make install exec_prefix=/foo"
910# and all the variables that are supposed to be based on exec_prefix
911# by default will actually change.
912# Use braces instead of parens because sh, perl, etc. also accept them.
cd9a469c 913# (The list follows the same order as the GNU Coding Standards.)
71ab34df 914bindir='${exec_prefix}/bin'
915sbindir='${exec_prefix}/sbin'
916libexecdir='${exec_prefix}/libexec'
cd9a469c 917datarootdir='${prefix}/share'
918datadir='${datarootdir}'
71ab34df 919sysconfdir='${prefix}/etc'
920sharedstatedir='${prefix}/com'
921localstatedir='${prefix}/var'
71ab34df 922includedir='${prefix}/include'
923oldincludedir='/usr/include'
cd9a469c 924docdir='${datarootdir}/doc/${PACKAGE}'
925infodir='${datarootdir}/info'
926htmldir='${docdir}'
927dvidir='${docdir}'
928pdfdir='${docdir}'
929psdir='${docdir}'
930libdir='${exec_prefix}/lib'
931localedir='${datarootdir}/locale'
932mandir='${datarootdir}/man'
a8298541 933
71ab34df 934ac_prev=
cd9a469c 935ac_dashdash=
71ab34df 936for ac_option
937do
71ab34df 938 # If the previous option needs an argument, assign it.
939 if test -n "$ac_prev"; then
cd9a469c 940 eval $ac_prev=\$ac_option
71ab34df 941 ac_prev=
942 continue
943 fi
a8298541 944
cd9a469c 945 case $ac_option in
f00f02a3 946 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
947 *=) ac_optarg= ;;
948 *) ac_optarg=yes ;;
cd9a469c 949 esac
71ab34df 950
951 # Accept the important Cygnus configure options, so we can diagnose typos.
952
cd9a469c 953 case $ac_dashdash$ac_option in
954 --)
955 ac_dashdash=yes ;;
71ab34df 956
957 -bindir | --bindir | --bindi | --bind | --bin | --bi)
958 ac_prev=bindir ;;
959 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b30fcfae 960 bindir=$ac_optarg ;;
71ab34df 961
962 -build | --build | --buil | --bui | --bu)
b30fcfae 963 ac_prev=build_alias ;;
71ab34df 964 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b30fcfae 965 build_alias=$ac_optarg ;;
71ab34df 966
967 -cache-file | --cache-file | --cache-fil | --cache-fi \
968 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
969 ac_prev=cache_file ;;
970 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
971 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b30fcfae 972 cache_file=$ac_optarg ;;
973
974 --config-cache | -C)
975 cache_file=config.cache ;;
71ab34df 976
cd9a469c 977 -datadir | --datadir | --datadi | --datad)
71ab34df 978 ac_prev=datadir ;;
cd9a469c 979 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b30fcfae 980 datadir=$ac_optarg ;;
71ab34df 981
cd9a469c 982 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
983 | --dataroo | --dataro | --datar)
984 ac_prev=datarootdir ;;
985 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
986 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
987 datarootdir=$ac_optarg ;;
988
71ab34df 989 -disable-* | --disable-*)
cd9a469c 990 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
71ab34df 991 # Reject names that are not valid shell variable names.
cd9a469c 992 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
f00f02a3 993 as_fn_error $? "invalid feature name: $ac_useropt"
cd9a469c 994 ac_useropt_orig=$ac_useropt
995 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
996 case $ac_user_opts in
997 *"
998"enable_$ac_useropt"
999"*) ;;
1000 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1001 ac_unrecognized_sep=', ';;
1002 esac
1003 eval enable_$ac_useropt=no ;;
1004
1005 -docdir | --docdir | --docdi | --doc | --do)
1006 ac_prev=docdir ;;
1007 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1008 docdir=$ac_optarg ;;
1009
1010 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1011 ac_prev=dvidir ;;
1012 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1013 dvidir=$ac_optarg ;;
71ab34df 1014
1015 -enable-* | --enable-*)
cd9a469c 1016 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
71ab34df 1017 # Reject names that are not valid shell variable names.
cd9a469c 1018 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
f00f02a3 1019 as_fn_error $? "invalid feature name: $ac_useropt"
cd9a469c 1020 ac_useropt_orig=$ac_useropt
1021 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1022 case $ac_user_opts in
1023 *"
1024"enable_$ac_useropt"
1025"*) ;;
1026 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1027 ac_unrecognized_sep=', ';;
5084f823 1028 esac
cd9a469c 1029 eval enable_$ac_useropt=\$ac_optarg ;;
71ab34df 1030
1031 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1032 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1033 | --exec | --exe | --ex)
1034 ac_prev=exec_prefix ;;
1035 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1036 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1037 | --exec=* | --exe=* | --ex=*)
b30fcfae 1038 exec_prefix=$ac_optarg ;;
71ab34df 1039
1040 -gas | --gas | --ga | --g)
1041 # Obsolete; use --with-gas.
1042 with_gas=yes ;;
1043
b30fcfae 1044 -help | --help | --hel | --he | -h)
1045 ac_init_help=long ;;
1046 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1047 ac_init_help=recursive ;;
1048 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1049 ac_init_help=short ;;
71ab34df 1050
1051 -host | --host | --hos | --ho)
b30fcfae 1052 ac_prev=host_alias ;;
71ab34df 1053 -host=* | --host=* | --hos=* | --ho=*)
b30fcfae 1054 host_alias=$ac_optarg ;;
71ab34df 1055
cd9a469c 1056 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1057 ac_prev=htmldir ;;
1058 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1059 | --ht=*)
1060 htmldir=$ac_optarg ;;
1061
71ab34df 1062 -includedir | --includedir | --includedi | --included | --include \
1063 | --includ | --inclu | --incl | --inc)
1064 ac_prev=includedir ;;
1065 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1066 | --includ=* | --inclu=* | --incl=* | --inc=*)
b30fcfae 1067 includedir=$ac_optarg ;;
71ab34df 1068
1069 -infodir | --infodir | --infodi | --infod | --info | --inf)
1070 ac_prev=infodir ;;
1071 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b30fcfae 1072 infodir=$ac_optarg ;;
71ab34df 1073
1074 -libdir | --libdir | --libdi | --libd)
1075 ac_prev=libdir ;;
1076 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b30fcfae 1077 libdir=$ac_optarg ;;
71ab34df 1078
1079 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1080 | --libexe | --libex | --libe)
1081 ac_prev=libexecdir ;;
1082 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1083 | --libexe=* | --libex=* | --libe=*)
b30fcfae 1084 libexecdir=$ac_optarg ;;
71ab34df 1085
cd9a469c 1086 -localedir | --localedir | --localedi | --localed | --locale)
1087 ac_prev=localedir ;;
1088 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1089 localedir=$ac_optarg ;;
1090
71ab34df 1091 -localstatedir | --localstatedir | --localstatedi | --localstated \
cd9a469c 1092 | --localstate | --localstat | --localsta | --localst | --locals)
71ab34df 1093 ac_prev=localstatedir ;;
1094 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
cd9a469c 1095 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b30fcfae 1096 localstatedir=$ac_optarg ;;
71ab34df 1097
1098 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1099 ac_prev=mandir ;;
1100 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b30fcfae 1101 mandir=$ac_optarg ;;
71ab34df 1102
1103 -nfp | --nfp | --nf)
1104 # Obsolete; use --without-fp.
1105 with_fp=no ;;
1106
1107 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b30fcfae 1108 | --no-cr | --no-c | -n)
71ab34df 1109 no_create=yes ;;
1110
1111 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1112 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1113 no_recursion=yes ;;
1114
1115 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1116 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1117 | --oldin | --oldi | --old | --ol | --o)
1118 ac_prev=oldincludedir ;;
1119 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1120 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1121 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b30fcfae 1122 oldincludedir=$ac_optarg ;;
71ab34df 1123
1124 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1125 ac_prev=prefix ;;
1126 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b30fcfae 1127 prefix=$ac_optarg ;;
71ab34df 1128
1129 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1130 | --program-pre | --program-pr | --program-p)
1131 ac_prev=program_prefix ;;
1132 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1133 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b30fcfae 1134 program_prefix=$ac_optarg ;;
71ab34df 1135
1136 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1137 | --program-suf | --program-su | --program-s)
1138 ac_prev=program_suffix ;;
1139 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1140 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b30fcfae 1141 program_suffix=$ac_optarg ;;
71ab34df 1142
1143 -program-transform-name | --program-transform-name \
1144 | --program-transform-nam | --program-transform-na \
1145 | --program-transform-n | --program-transform- \
1146 | --program-transform | --program-transfor \
1147 | --program-transfo | --program-transf \
1148 | --program-trans | --program-tran \
1149 | --progr-tra | --program-tr | --program-t)
1150 ac_prev=program_transform_name ;;
1151 -program-transform-name=* | --program-transform-name=* \
1152 | --program-transform-nam=* | --program-transform-na=* \
1153 | --program-transform-n=* | --program-transform-=* \
1154 | --program-transform=* | --program-transfor=* \
1155 | --program-transfo=* | --program-transf=* \
1156 | --program-trans=* | --program-tran=* \
1157 | --progr-tra=* | --program-tr=* | --program-t=*)
b30fcfae 1158 program_transform_name=$ac_optarg ;;
71ab34df 1159
cd9a469c 1160 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1161 ac_prev=pdfdir ;;
1162 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1163 pdfdir=$ac_optarg ;;
1164
1165 -psdir | --psdir | --psdi | --psd | --ps)
1166 ac_prev=psdir ;;
1167 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1168 psdir=$ac_optarg ;;
1169
71ab34df 1170 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1171 | -silent | --silent | --silen | --sile | --sil)
1172 silent=yes ;;
1173
1174 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1175 ac_prev=sbindir ;;
1176 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1177 | --sbi=* | --sb=*)
b30fcfae 1178 sbindir=$ac_optarg ;;
71ab34df 1179
1180 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1181 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1182 | --sharedst | --shareds | --shared | --share | --shar \
1183 | --sha | --sh)
1184 ac_prev=sharedstatedir ;;
1185 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1186 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1187 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1188 | --sha=* | --sh=*)
b30fcfae 1189 sharedstatedir=$ac_optarg ;;
71ab34df 1190
1191 -site | --site | --sit)
1192 ac_prev=site ;;
1193 -site=* | --site=* | --sit=*)
b30fcfae 1194 site=$ac_optarg ;;
71ab34df 1195
1196 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1197 ac_prev=srcdir ;;
1198 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b30fcfae 1199 srcdir=$ac_optarg ;;
71ab34df 1200
1201 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1202 | --syscon | --sysco | --sysc | --sys | --sy)
1203 ac_prev=sysconfdir ;;
1204 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1205 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b30fcfae 1206 sysconfdir=$ac_optarg ;;
71ab34df 1207
1208 -target | --target | --targe | --targ | --tar | --ta | --t)
b30fcfae 1209 ac_prev=target_alias ;;
71ab34df 1210 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b30fcfae 1211 target_alias=$ac_optarg ;;
71ab34df 1212
1213 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1214 verbose=yes ;;
1215
b30fcfae 1216 -version | --version | --versio | --versi | --vers | -V)
1217 ac_init_version=: ;;
71ab34df 1218
1219 -with-* | --with-*)
cd9a469c 1220 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
71ab34df 1221 # Reject names that are not valid shell variable names.
cd9a469c 1222 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
f00f02a3 1223 as_fn_error $? "invalid package name: $ac_useropt"
cd9a469c 1224 ac_useropt_orig=$ac_useropt
1225 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1226 case $ac_user_opts in
1227 *"
1228"with_$ac_useropt"
1229"*) ;;
1230 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1231 ac_unrecognized_sep=', ';;
5084f823 1232 esac
cd9a469c 1233 eval with_$ac_useropt=\$ac_optarg ;;
71ab34df 1234
1235 -without-* | --without-*)
cd9a469c 1236 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
71ab34df 1237 # Reject names that are not valid shell variable names.
cd9a469c 1238 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
f00f02a3 1239 as_fn_error $? "invalid package name: $ac_useropt"
cd9a469c 1240 ac_useropt_orig=$ac_useropt
1241 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1242 case $ac_user_opts in
1243 *"
1244"with_$ac_useropt"
1245"*) ;;
1246 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1247 ac_unrecognized_sep=', ';;
1248 esac
1249 eval with_$ac_useropt=no ;;
71ab34df 1250
1251 --x)
1252 # Obsolete; use --with-x.
1253 with_x=yes ;;
1254
1255 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1256 | --x-incl | --x-inc | --x-in | --x-i)
1257 ac_prev=x_includes ;;
1258 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1259 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b30fcfae 1260 x_includes=$ac_optarg ;;
71ab34df 1261
1262 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1263 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1264 ac_prev=x_libraries ;;
1265 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1266 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b30fcfae 1267 x_libraries=$ac_optarg ;;
71ab34df 1268
f00f02a3 1269 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1270Try \`$0 --help' for more information"
71ab34df 1271 ;;
1272
b30fcfae 1273 *=*)
1274 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1275 # Reject names that are not valid shell variable names.
cd9a469c 1276 case $ac_envvar in #(
1277 '' | [0-9]* | *[!_$as_cr_alnum]* )
f00f02a3 1278 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
cd9a469c 1279 esac
1280 eval $ac_envvar=\$ac_optarg
b30fcfae 1281 export $ac_envvar ;;
1282
71ab34df 1283 *)
b30fcfae 1284 # FIXME: should be removed in autoconf 3.0.
cd9a469c 1285 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b30fcfae 1286 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
cd9a469c 1287 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
f00f02a3 1288 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
71ab34df 1289 ;;
1290
1291 esac
1292done
1293
1294if test -n "$ac_prev"; then
b30fcfae 1295 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
f00f02a3 1296 as_fn_error $? "missing argument to $ac_option"
ae48753c 1297fi
ae48753c 1298
cd9a469c 1299if test -n "$ac_unrecognized_opts"; then
1300 case $enable_option_checking in
1301 no) ;;
f00f02a3 1302 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
cd9a469c 1303 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
5084f823 1304 esac
cd9a469c 1305fi
5084f823 1306
cd9a469c 1307# Check all directory arguments for consistency.
1308for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1309 datadir sysconfdir sharedstatedir localstatedir includedir \
1310 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1311 libdir localedir mandir
5084f823 1312do
cd9a469c 1313 eval ac_val=\$$ac_var
1314 # Remove trailing slashes.
1315 case $ac_val in
1316 */ )
1317 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1318 eval $ac_var=\$ac_val;;
1319 esac
1320 # Be sure to have absolute directory names.
5084f823 1321 case $ac_val in
cd9a469c 1322 [\\/$]* | ?:[\\/]* ) continue;;
1323 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
71ab34df 1324 esac
f00f02a3 1325 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
71ab34df 1326done
1327
b30fcfae 1328# There might be people who depend on the old broken behavior: `$host'
1329# used to hold the argument of --host etc.
1330# FIXME: To remove some day.
1331build=$build_alias
1332host=$host_alias
1333target=$target_alias
a83ffacf 1334
b30fcfae 1335# FIXME: To remove some day.
1336if test "x$host_alias" != x; then
1337 if test "x$build_alias" = x; then
1338 cross_compiling=maybe
b30fcfae 1339 elif test "x$build_alias" != "x$host_alias"; then
1340 cross_compiling=yes
1341 fi
1342fi
1343
1344ac_tool_prefix=
1345test -n "$host_alias" && ac_tool_prefix=$host_alias-
1346
1347test "$silent" = yes && exec 6>/dev/null
71ab34df 1348
71ab34df 1349
cd9a469c 1350ac_pwd=`pwd` && test -n "$ac_pwd" &&
1351ac_ls_di=`ls -di .` &&
1352ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
f00f02a3 1353 as_fn_error $? "working directory cannot be determined"
cd9a469c 1354test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
f00f02a3 1355 as_fn_error $? "pwd does not report name of working directory"
cd9a469c 1356
1357
71ab34df 1358# Find the source files, if location was not specified.
1359if test -z "$srcdir"; then
1360 ac_srcdir_defaulted=yes
cd9a469c 1361 # Try the directory containing this script, then the parent directory.
1362 ac_confdir=`$as_dirname -- "$as_myself" ||
1363$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1364 X"$as_myself" : 'X\(//\)[^/]' \| \
1365 X"$as_myself" : 'X\(//\)$' \| \
1366 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1367$as_echo X"$as_myself" |
1368 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1369 s//\1/
1370 q
1371 }
1372 /^X\(\/\/\)[^/].*/{
1373 s//\1/
1374 q
1375 }
1376 /^X\(\/\/\)$/{
1377 s//\1/
1378 q
1379 }
1380 /^X\(\/\).*/{
1381 s//\1/
1382 q
1383 }
1384 s/.*/./; q'`
71ab34df 1385 srcdir=$ac_confdir
cd9a469c 1386 if test ! -r "$srcdir/$ac_unique_file"; then
71ab34df 1387 srcdir=..
1388 fi
1389else
1390 ac_srcdir_defaulted=no
1391fi
cd9a469c 1392if test ! -r "$srcdir/$ac_unique_file"; then
1393 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
f00f02a3 1394 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
cd9a469c 1395fi
1396ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1397ac_abs_confdir=`(
f00f02a3 1398 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
cd9a469c 1399 pwd)`
1400# When building in place, set srcdir=.
1401if test "$ac_abs_confdir" = "$ac_pwd"; then
1402 srcdir=.
1403fi
1404# Remove unnecessary trailing slashes from srcdir.
1405# Double slashes in file names in object file debugging info
1406# mess up M-x gdb in Emacs.
1407case $srcdir in
1408*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409esac
13d2f2b2 1410case $srcdir in
1411 *" "*)
f00f02a3 1412 as_fn_error $? "path to source, $srcdir, contains spaces"
13d2f2b2 1413 ;;
1414esac
d2d2630b 1415ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1416
cd9a469c 1417for ac_var in $ac_precious_vars; do
1418 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1419 eval ac_env_${ac_var}_value=\$${ac_var}
1420 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1421 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1422done
b30fcfae 1423
1424#
1425# Report the --help message.
1426#
1427if test "$ac_init_help" = "long"; then
1428 # Omit some internal or obsolete options to make the list less imposing.
1429 # This message is too long to be a string in the A/UX 3.1 sh.
1430 cat <<_ACEOF
1431\`configure' configures this package to adapt to many kinds of systems.
1432
1433Usage: $0 [OPTION]... [VAR=VALUE]...
1434
1435To assign environment variables (e.g., CC, CFLAGS...), specify them as
1436VAR=VALUE. See below for descriptions of some of the useful variables.
1437
1438Defaults for the options are specified in brackets.
1439
1440Configuration:
1441 -h, --help display this help and exit
1442 --help=short display options specific to this package
1443 --help=recursive display the short help of all the included packages
1444 -V, --version display version information and exit
f00f02a3 1445 -q, --quiet, --silent do not print \`checking ...' messages
b30fcfae 1446 --cache-file=FILE cache test results in FILE [disabled]
1447 -C, --config-cache alias for \`--cache-file=config.cache'
1448 -n, --no-create do not create output files
1449 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1450
b30fcfae 1451Installation directories:
1452 --prefix=PREFIX install architecture-independent files in PREFIX
cd9a469c 1453 [$ac_default_prefix]
b30fcfae 1454 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
cd9a469c 1455 [PREFIX]
b30fcfae 1456
1457By default, \`make install' will install all the files in
1458\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1459an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1460for instance \`--prefix=\$HOME'.
1461
1462For better control, use the options below.
1463
1464Fine tuning of the installation directories:
cd9a469c 1465 --bindir=DIR user executables [EPREFIX/bin]
1466 --sbindir=DIR system admin executables [EPREFIX/sbin]
1467 --libexecdir=DIR program executables [EPREFIX/libexec]
1468 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1469 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1470 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1471 --libdir=DIR object code libraries [EPREFIX/lib]
1472 --includedir=DIR C header files [PREFIX/include]
1473 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1474 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1475 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1476 --infodir=DIR info documentation [DATAROOTDIR/info]
1477 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1478 --mandir=DIR man documentation [DATAROOTDIR/man]
1479 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1480 --htmldir=DIR html documentation [DOCDIR]
1481 --dvidir=DIR dvi documentation [DOCDIR]
1482 --pdfdir=DIR pdf documentation [DOCDIR]
1483 --psdir=DIR ps documentation [DOCDIR]
b30fcfae 1484_ACEOF
1485
1486 cat <<\_ACEOF
1487
1488Program names:
1489 --program-prefix=PREFIX prepend PREFIX to installed program names
1490 --program-suffix=SUFFIX append SUFFIX to installed program names
1491 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1492
1493System types:
1494 --build=BUILD configure for building on BUILD [guessed]
1495 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1496 --target=TARGET configure for building compilers for TARGET [HOST]
1497_ACEOF
1498fi
1499
1500if test -n "$ac_init_help"; then
1501
1502 cat <<\_ACEOF
1503
1504Optional Features:
cd9a469c 1505 --disable-option-checking ignore unrecognized --enable/--with options
b30fcfae 1506 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1507 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
a3d93be3 1508 --enable-as-accelerator-for=ARG
1509 build as offload target compiler. Specify offload
1510 host triple by ARG
1511 --enable-offload-targets=LIST
1512 enable offloading to devices from comma-separated
1513 LIST of TARGET[=DIR]. Use optional path to find
1514 offload target compiler during the build
1e369e5f 1515 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
8747a938 1516 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
325f661b 1517 --enable-compressed-debug-sections={all,gas,gold,ld,none}
afb6adb9 1518 Enable compressed debug sections for gas, gold or ld
1519 by default
d9d975ae 1520 --disable-libquadmath do not build libquadmath directory
1521 --disable-libquadmath-support
1522 disable libquadmath support for Fortran
09c2d953 1523 --enable-libada build libada directory
1524 --enable-libssp build libssp directory
a3ba808f 1525 --disable-libstdcxx do not build libstdc++-v3 directory
d3a7dd32 1526 --enable-liboffloadmic=ARG
1527 build liboffloadmic [ARG={no,host,target}]
6c59dfa4 1528 --enable-bootstrap enable bootstrapping [yes if native build]
87e20041 1529 --disable-isl-version-check
7458b15a 1530 disable check for isl version
7bfefa9d 1531 --enable-lto enable link time optimization support
1015a063 1532 --enable-linker-plugin-configure-flags=FLAGS
1533 additional flags for configuring linker plugins
1534 [none]
1535 --enable-linker-plugin-flags=FLAGS
1536 additional flags for configuring and building linker
1537 plugins [none]
01b4453c 1538 --enable-host-shared build host code as shared libraries
8747a938 1539 --enable-stage1-languages[=all]
1540 choose additional languages to build during stage1.
1541 Mostly useful for compiler development
03869f98 1542 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1543 Objective-C runtime
d5f3a33f 1544 --enable-vtable-verify Enable vtable verification feature
09c2d953 1545 --enable-serial-[{host,target,build}-]configure
8747a938 1546 force sequential configuration of sub-packages for
1547 the host, target or build machine, or all
1548 sub-packages
1549 --enable-maintainer-mode
1550 enable make rules and dependencies not useful (and
1551 sometimes confusing) to the casual installer
1552 --enable-stage1-checking[=all]
1553 choose additional checking for stage1 of the
1554 compiler
b30fcfae 1555 --enable-werror enable -Werror in bootstrap stage2 and later
1556
1557Optional Packages:
1558 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1559 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1560 --with-build-libsubdir=DIR Directory where to find libraries for build system
6406d366 1561 --with-system-zlib use installed libz
8747a938 1562 --with-mpc=PATH specify prefix directory for installed MPC package.
1563 Equivalent to --with-mpc-include=PATH/include plus
1564 --with-mpc-lib=PATH/lib
1565 --with-mpc-include=PATH specify directory for installed MPC include files
1566 --with-mpc-lib=PATH specify directory for the installed MPC library
09c2d953 1567 --with-mpfr-dir=PATH this option has been REMOVED
1568 --with-mpfr=PATH specify prefix directory for installed MPFR package.
8747a938 1569 Equivalent to --with-mpfr-include=PATH/include plus
1570 --with-mpfr-lib=PATH/lib
b30fcfae 1571 --with-mpfr-include=PATH
09c2d953 1572 specify directory for installed MPFR include files
1573 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1574 --with-gmp-dir=PATH this option has been REMOVED
8747a938 1575 --with-gmp=PATH specify prefix directory for the installed GMP
1576 package. Equivalent to
1577 --with-gmp-include=PATH/include plus
1578 --with-gmp-lib=PATH/lib
09c2d953 1579 --with-gmp-include=PATH specify directory for installed GMP include files
1580 --with-gmp-lib=PATH specify directory for the installed GMP library
13687c85 1581 --with-stage1-libs=LIBS libraries for stage1
8747a938 1582 --with-stage1-ldflags=FLAGS
1583 linker flags for stage1
8747a938 1584 --with-boot-libs=LIBS libraries for stage2 and later
1585 --with-boot-ldflags=FLAGS
1586 linker flags for stage2 and later
71130ef8 1587 --with-isl=PATH Specify prefix directory for the installed isl
8747a938 1588 package. Equivalent to
87e20041 1589 --with-isl-include=PATH/include plus
1590 --with-isl-lib=PATH/lib
7458b15a 1591 --with-isl-include=PATH Specify directory for installed isl include files
1592 --with-isl-lib=PATH Specify the directory for the installed isl library
baf71228 1593 --with-target-bdw-gc=PATHLIST
1594 specify prefix directory for installed bdw-gc
1595 package. Equivalent to
1596 --with-target-bdw-gc-include=PATH/include plus
1597 --with-target-bdw-gc-lib=PATH/lib
1598 --with-target-bdw-gc-include=PATHLIST
1599 specify directories for installed bdw-gc include
1600 files
1601 --with-target-bdw-gc-lib=PATHLIST
1602 specify directories for installed bdw-gc library
0812bb06 1603 --with-gcc-major-version-only
1604 use only GCC major number in filesystem paths
09c2d953 1605 --with-build-sysroot=SYSROOT
b30fcfae 1606 use sysroot as the system root during the build
5f1f2de5 1607 --with-debug-prefix-map='A=B C=D ...'
8747a938 1608 map A to B, C to D ... in debug information
1609 --with-build-config='NAME NAME2...'
1610 use config/NAME.mk build configuration
09c2d953 1611 --with-build-time-tools=PATH
b30fcfae 1612 use given path to find target tools during the build
b30fcfae 1613
1614Some influential environment variables:
1615 CC C compiler command
1616 CFLAGS C compiler flags
1617 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1618 nonstandard directory <lib dir>
cd9a469c 1619 LIBS libraries to pass to the linker, e.g. -l<library>
f00f02a3 1620 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
cd9a469c 1621 you have headers in a nonstandard directory <include dir>
eae5b2bc 1622 CXX C++ compiler command
1623 CXXFLAGS C++ compiler flags
372a3f1e 1624 build_configargs
1625 additional configure arguments for build directories
1626 host_configargs
1627 additional configure arguments for host directories
1628 target_configargs
1629 additional configure arguments for target directories
95a05732 1630 AR AR for the host
1631 AS AS for the host
1632 DLLTOOL DLLTOOL for the host
1633 LD LD for the host
1634 LIPO LIPO for the host
1635 NM NM for the host
1636 RANLIB RANLIB for the host
1637 STRIP STRIP for the host
1638 WINDRES WINDRES for the host
75d6a0a9 1639 WINDMC WINDMC for the host
95a05732 1640 OBJCOPY OBJCOPY for the host
1641 OBJDUMP OBJDUMP for the host
16706a2e 1642 OTOOL OTOOL for the host
3f71364d 1643 READELF READELF for the host
95a05732 1644 CC_FOR_TARGET
1645 CC for the target
1646 CXX_FOR_TARGET
1647 CXX for the target
1648 GCC_FOR_TARGET
1649 GCC for the target
95a05732 1650 GFORTRAN_FOR_TARGET
1651 GFORTRAN for the target
5ff5b630 1652 GOC_FOR_TARGET
1653 GOC for the target
03385ed3 1654 GDC_FOR_TARGET
1655 GDC for the target
95a05732 1656 AR_FOR_TARGET
1657 AR for the target
1658 AS_FOR_TARGET
1659 AS for the target
1660 DLLTOOL_FOR_TARGET
1661 DLLTOOL for the target
1662 LD_FOR_TARGET
1663 LD for the target
1664 LIPO_FOR_TARGET
1665 LIPO for the target
1666 NM_FOR_TARGET
1667 NM for the target
fc740d70 1668 OBJCOPY_FOR_TARGET
1669 OBJCOPY for the target
95a05732 1670 OBJDUMP_FOR_TARGET
1671 OBJDUMP for the target
16706a2e 1672 OTOOL_FOR_TARGET
1673 OTOOL for the target
95a05732 1674 RANLIB_FOR_TARGET
1675 RANLIB for the target
3f71364d 1676 READELF_FOR_TARGET
1677 READELF for the target
95a05732 1678 STRIP_FOR_TARGET
1679 STRIP for the target
1680 WINDRES_FOR_TARGET
1681 WINDRES for the target
75d6a0a9 1682 WINDMC_FOR_TARGET
1683 WINDMC for the target
b30fcfae 1684
1685Use these variables to override the choices made by `configure' or to help
1686it to find libraries and programs with nonstandard names/locations.
1687
cd9a469c 1688Report bugs to the package provider.
b30fcfae 1689_ACEOF
cd9a469c 1690ac_status=$?
b30fcfae 1691fi
1692
1693if test "$ac_init_help" = "recursive"; then
1694 # If there are subdirs, report their specific --help.
b30fcfae 1695 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
cd9a469c 1696 test -d "$ac_dir" ||
1697 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1698 continue
b30fcfae 1699 ac_builddir=.
1700
cd9a469c 1701case "$ac_dir" in
1702.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1703*)
1704 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1705 # A ".." for each directory in $ac_dir_suffix.
1706 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1707 case $ac_top_builddir_sub in
1708 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1709 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1710 esac ;;
1711esac
1712ac_abs_top_builddir=$ac_pwd
1713ac_abs_builddir=$ac_pwd$ac_dir_suffix
1714# for backward compatibility:
1715ac_top_builddir=$ac_top_build_prefix
b30fcfae 1716
1717case $srcdir in
cd9a469c 1718 .) # We are building in place.
b30fcfae 1719 ac_srcdir=.
cd9a469c 1720 ac_top_srcdir=$ac_top_builddir_sub
1721 ac_abs_top_srcdir=$ac_pwd ;;
1722 [\\/]* | ?:[\\/]* ) # Absolute name.
b30fcfae 1723 ac_srcdir=$srcdir$ac_dir_suffix;
cd9a469c 1724 ac_top_srcdir=$srcdir
1725 ac_abs_top_srcdir=$srcdir ;;
1726 *) # Relative name.
1727 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1728 ac_top_srcdir=$ac_top_build_prefix$srcdir
1729 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5084f823 1730esac
cd9a469c 1731ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1732
1733 cd "$ac_dir" || { ac_status=$?; continue; }
1734 # Check for guested configure.
1735 if test -f "$ac_srcdir/configure.gnu"; then
1736 echo &&
1737 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1738 elif test -f "$ac_srcdir/configure"; then
1739 echo &&
1740 $SHELL "$ac_srcdir/configure" --help=recursive
b30fcfae 1741 else
cd9a469c 1742 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1743 fi || ac_status=$?
1744 cd "$ac_pwd" || { ac_status=$?; break; }
b30fcfae 1745 done
1746fi
1747
cd9a469c 1748test -n "$ac_init_help" && exit $ac_status
b30fcfae 1749if $ac_init_version; then
1750 cat <<\_ACEOF
cd9a469c 1751configure
f00f02a3 1752generated by GNU Autoconf 2.69
b30fcfae 1753
f00f02a3 1754Copyright (C) 2012 Free Software Foundation, Inc.
b30fcfae 1755This configure script is free software; the Free Software Foundation
1756gives unlimited permission to copy, distribute and modify it.
1757_ACEOF
cd9a469c 1758 exit
a83ffacf 1759fi
cd9a469c 1760
1761## ------------------------ ##
1762## Autoconf initialization. ##
1763## ------------------------ ##
1764
1765# ac_fn_c_try_compile LINENO
1766# --------------------------
1767# Try to compile conftest.$ac_ext, and return whether this succeeded.
1768ac_fn_c_try_compile ()
1769{
1770 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1771 rm -f conftest.$ac_objext
1772 if { { ac_try="$ac_compile"
1773case "(($ac_try" in
1774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1775 *) ac_try_echo=$ac_try;;
1776esac
1777eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1778$as_echo "$ac_try_echo"; } >&5
1779 (eval "$ac_compile") 2>conftest.err
1780 ac_status=$?
1781 if test -s conftest.err; then
1782 grep -v '^ *+' conftest.err >conftest.er1
1783 cat conftest.er1 >&5
1784 mv -f conftest.er1 conftest.err
1785 fi
1786 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1787 test $ac_status = 0; } && {
1788 test -z "$ac_c_werror_flag" ||
1789 test ! -s conftest.err
1790 } && test -s conftest.$ac_objext; then :
1791 ac_retval=0
1792else
1793 $as_echo "$as_me: failed program was:" >&5
1794sed 's/^/| /' conftest.$ac_ext >&5
1795
1796 ac_retval=1
1797fi
f00f02a3 1798 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1799 as_fn_set_status $ac_retval
cd9a469c 1800
1801} # ac_fn_c_try_compile
1802
1803# ac_fn_cxx_try_compile LINENO
1804# ----------------------------
1805# Try to compile conftest.$ac_ext, and return whether this succeeded.
1806ac_fn_cxx_try_compile ()
1807{
1808 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1809 rm -f conftest.$ac_objext
1810 if { { ac_try="$ac_compile"
1811case "(($ac_try" in
1812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1813 *) ac_try_echo=$ac_try;;
1814esac
1815eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1816$as_echo "$ac_try_echo"; } >&5
1817 (eval "$ac_compile") 2>conftest.err
1818 ac_status=$?
1819 if test -s conftest.err; then
1820 grep -v '^ *+' conftest.err >conftest.er1
1821 cat conftest.er1 >&5
1822 mv -f conftest.er1 conftest.err
1823 fi
1824 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1825 test $ac_status = 0; } && {
1826 test -z "$ac_cxx_werror_flag" ||
1827 test ! -s conftest.err
1828 } && test -s conftest.$ac_objext; then :
1829 ac_retval=0
1830else
1831 $as_echo "$as_me: failed program was:" >&5
1832sed 's/^/| /' conftest.$ac_ext >&5
1833
1834 ac_retval=1
1835fi
f00f02a3 1836 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1837 as_fn_set_status $ac_retval
cd9a469c 1838
1839} # ac_fn_cxx_try_compile
1840
13687c85 1841# ac_fn_cxx_try_link LINENO
1842# -------------------------
1843# Try to link conftest.$ac_ext, and return whether this succeeded.
1844ac_fn_cxx_try_link ()
1845{
1846 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1847 rm -f conftest.$ac_objext conftest$ac_exeext
1848 if { { ac_try="$ac_link"
1849case "(($ac_try" in
1850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1851 *) ac_try_echo=$ac_try;;
1852esac
1853eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1854$as_echo "$ac_try_echo"; } >&5
1855 (eval "$ac_link") 2>conftest.err
1856 ac_status=$?
1857 if test -s conftest.err; then
1858 grep -v '^ *+' conftest.err >conftest.er1
1859 cat conftest.er1 >&5
1860 mv -f conftest.er1 conftest.err
1861 fi
1862 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1863 test $ac_status = 0; } && {
1864 test -z "$ac_cxx_werror_flag" ||
1865 test ! -s conftest.err
1866 } && test -s conftest$ac_exeext && {
1867 test "$cross_compiling" = yes ||
f00f02a3 1868 test -x conftest$ac_exeext
13687c85 1869 }; then :
1870 ac_retval=0
1871else
1872 $as_echo "$as_me: failed program was:" >&5
1873sed 's/^/| /' conftest.$ac_ext >&5
1874
1875 ac_retval=1
1876fi
1877 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1878 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1879 # interfere with the next link command; also delete a directory that is
1880 # left behind by Apple's compiler. We do this before executing the actions.
1881 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
f00f02a3 1882 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1883 as_fn_set_status $ac_retval
13687c85 1884
1885} # ac_fn_cxx_try_link
1886
cd9a469c 1887# ac_fn_c_try_link LINENO
1888# -----------------------
1889# Try to link conftest.$ac_ext, and return whether this succeeded.
1890ac_fn_c_try_link ()
1891{
1892 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1893 rm -f conftest.$ac_objext conftest$ac_exeext
1894 if { { ac_try="$ac_link"
1895case "(($ac_try" in
1896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1897 *) ac_try_echo=$ac_try;;
1898esac
1899eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1900$as_echo "$ac_try_echo"; } >&5
1901 (eval "$ac_link") 2>conftest.err
1902 ac_status=$?
1903 if test -s conftest.err; then
1904 grep -v '^ *+' conftest.err >conftest.er1
1905 cat conftest.er1 >&5
1906 mv -f conftest.er1 conftest.err
1907 fi
1908 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1909 test $ac_status = 0; } && {
1910 test -z "$ac_c_werror_flag" ||
1911 test ! -s conftest.err
1912 } && test -s conftest$ac_exeext && {
1913 test "$cross_compiling" = yes ||
f00f02a3 1914 test -x conftest$ac_exeext
cd9a469c 1915 }; then :
1916 ac_retval=0
1917else
1918 $as_echo "$as_me: failed program was:" >&5
1919sed 's/^/| /' conftest.$ac_ext >&5
1920
1921 ac_retval=1
1922fi
1923 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1924 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1925 # interfere with the next link command; also delete a directory that is
1926 # left behind by Apple's compiler. We do this before executing the actions.
1927 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
f00f02a3 1928 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1929 as_fn_set_status $ac_retval
cd9a469c 1930
1931} # ac_fn_c_try_link
1932cat >config.log <<_ACEOF
b30fcfae 1933This file contains any messages produced by compilers while
1934running configure, to aid debugging if configure makes a mistake.
1935
1936It was created by $as_me, which was
f00f02a3 1937generated by GNU Autoconf 2.69. Invocation command line was
b30fcfae 1938
1939 $ $0 $@
1940
1941_ACEOF
cd9a469c 1942exec 5>>config.log
b30fcfae 1943{
1944cat <<_ASUNAME
1945## --------- ##
1946## Platform. ##
1947## --------- ##
1948
1949hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1950uname -m = `(uname -m) 2>/dev/null || echo unknown`
1951uname -r = `(uname -r) 2>/dev/null || echo unknown`
1952uname -s = `(uname -s) 2>/dev/null || echo unknown`
1953uname -v = `(uname -v) 2>/dev/null || echo unknown`
1954
1955/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1956/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1957
1958/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1959/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1960/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
cd9a469c 1961/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
b30fcfae 1962/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1963/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1964/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1965
1966_ASUNAME
1967
1968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1969for as_dir in $PATH
1970do
1971 IFS=$as_save_IFS
1972 test -z "$as_dir" && as_dir=.
cd9a469c 1973 $as_echo "PATH: $as_dir"
1974 done
1975IFS=$as_save_IFS
b30fcfae 1976
1977} >&5
1978
1979cat >&5 <<_ACEOF
1980
1981
1982## ----------- ##
1983## Core tests. ##
1984## ----------- ##
1985
1986_ACEOF
1987
1988
1989# Keep a trace of the command line.
1990# Strip out --no-create and --no-recursion so they do not pile up.
1991# Strip out --silent because we don't want to record it for future runs.
1992# Also quote any args containing shell meta-characters.
1993# Make two passes to allow for proper duplicate-argument suppression.
1994ac_configure_args=
1995ac_configure_args0=
1996ac_configure_args1=
b30fcfae 1997ac_must_keep_next=false
1998for ac_pass in 1 2
1999do
2000 for ac_arg
2001 do
2002 case $ac_arg in
2003 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2004 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2005 | -silent | --silent | --silen | --sile | --sil)
2006 continue ;;
cd9a469c 2007 *\'*)
2008 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b30fcfae 2009 esac
2010 case $ac_pass in
cd9a469c 2011 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b30fcfae 2012 2)
cd9a469c 2013 as_fn_append ac_configure_args1 " '$ac_arg'"
b30fcfae 2014 if test $ac_must_keep_next = true; then
2015 ac_must_keep_next=false # Got value, back to normal.
2016 else
2017 case $ac_arg in
2018 *=* | --config-cache | -C | -disable-* | --disable-* \
2019 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2020 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2021 | -with-* | --with-* | -without-* | --without-* | --x)
2022 case "$ac_configure_args0 " in
2023 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2024 esac
2025 ;;
2026 -* ) ac_must_keep_next=true ;;
2027 esac
2028 fi
cd9a469c 2029 as_fn_append ac_configure_args " '$ac_arg'"
b30fcfae 2030 ;;
2031 esac
2032 done
2033done
cd9a469c 2034{ ac_configure_args0=; unset ac_configure_args0;}
2035{ ac_configure_args1=; unset ac_configure_args1;}
b30fcfae 2036
2037# When interrupted or exit'd, cleanup temporary files, and complete
2038# config.log. We remove comments because anyway the quotes in there
2039# would cause problems or look ugly.
cd9a469c 2040# WARNING: Use '\'' to represent an apostrophe within the trap.
2041# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b30fcfae 2042trap 'exit_status=$?
2043 # Save into config.log some information that might help in debugging.
2044 {
2045 echo
2046
f00f02a3 2047 $as_echo "## ---------------- ##
b30fcfae 2048## Cache variables. ##
f00f02a3 2049## ---------------- ##"
b30fcfae 2050 echo
2051 # The following way of writing the cache mishandles newlines in values,
cd9a469c 2052(
2053 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2054 eval ac_val=\$$ac_var
2055 case $ac_val in #(
2056 *${as_nl}*)
2057 case $ac_var in #(
2058 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2059$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2060 esac
2061 case $ac_var in #(
2062 _ | IFS | as_nl) ;; #(
2063 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2064 *) { eval $ac_var=; unset $ac_var;} ;;
2065 esac ;;
2066 esac
2067 done
b30fcfae 2068 (set) 2>&1 |
cd9a469c 2069 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2070 *${as_nl}ac_space=\ *)
b30fcfae 2071 sed -n \
cd9a469c 2072 "s/'\''/'\''\\\\'\'''\''/g;
2073 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2074 ;; #(
b30fcfae 2075 *)
cd9a469c 2076 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b30fcfae 2077 ;;
cd9a469c 2078 esac |
2079 sort
2080)
b30fcfae 2081 echo
2082
f00f02a3 2083 $as_echo "## ----------------- ##
b30fcfae 2084## Output variables. ##
f00f02a3 2085## ----------------- ##"
b30fcfae 2086 echo
2087 for ac_var in $ac_subst_vars
2088 do
cd9a469c 2089 eval ac_val=\$$ac_var
2090 case $ac_val in
2091 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2092 esac
2093 $as_echo "$ac_var='\''$ac_val'\''"
b30fcfae 2094 done | sort
2095 echo
2096
2097 if test -n "$ac_subst_files"; then
f00f02a3 2098 $as_echo "## ------------------- ##
cd9a469c 2099## File substitutions. ##
f00f02a3 2100## ------------------- ##"
b30fcfae 2101 echo
2102 for ac_var in $ac_subst_files
2103 do
cd9a469c 2104 eval ac_val=\$$ac_var
2105 case $ac_val in
2106 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2107 esac
2108 $as_echo "$ac_var='\''$ac_val'\''"
b30fcfae 2109 done | sort
2110 echo
2111 fi
2112
2113 if test -s confdefs.h; then
f00f02a3 2114 $as_echo "## ----------- ##
b30fcfae 2115## confdefs.h. ##
f00f02a3 2116## ----------- ##"
b30fcfae 2117 echo
cd9a469c 2118 cat confdefs.h
b30fcfae 2119 echo
2120 fi
2121 test "$ac_signal" != 0 &&
cd9a469c 2122 $as_echo "$as_me: caught signal $ac_signal"
2123 $as_echo "$as_me: exit $exit_status"
b30fcfae 2124 } >&5
cd9a469c 2125 rm -f core *.core core.conftest.* &&
2126 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b30fcfae 2127 exit $exit_status
cd9a469c 2128' 0
b30fcfae 2129for ac_signal in 1 2 13 15; do
cd9a469c 2130 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b30fcfae 2131done
2132ac_signal=0
2133
2134# confdefs.h avoids OS command line length limits that DEFS can exceed.
cd9a469c 2135rm -f -r conftest* confdefs.h
2136
2137$as_echo "/* confdefs.h */" > confdefs.h
b30fcfae 2138
2139# Predefined preprocessor variables.
2140
2141cat >>confdefs.h <<_ACEOF
2142#define PACKAGE_NAME "$PACKAGE_NAME"
2143_ACEOF
2144
b30fcfae 2145cat >>confdefs.h <<_ACEOF
2146#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2147_ACEOF
2148
b30fcfae 2149cat >>confdefs.h <<_ACEOF
2150#define PACKAGE_VERSION "$PACKAGE_VERSION"
2151_ACEOF
a83ffacf 2152
b30fcfae 2153cat >>confdefs.h <<_ACEOF
2154#define PACKAGE_STRING "$PACKAGE_STRING"
2155_ACEOF
2156
b30fcfae 2157cat >>confdefs.h <<_ACEOF
2158#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2159_ACEOF
2160
cd9a469c 2161cat >>confdefs.h <<_ACEOF
2162#define PACKAGE_URL "$PACKAGE_URL"
2163_ACEOF
2164
b30fcfae 2165
2166# Let the site file select an alternate cache file if it wants to.
cd9a469c 2167# Prefer an explicitly selected file to automatically selected ones.
2168ac_site_file1=NONE
2169ac_site_file2=NONE
2170if test -n "$CONFIG_SITE"; then
f00f02a3 2171 # We do not want a PATH search for config.site.
2172 case $CONFIG_SITE in #((
2173 -*) ac_site_file1=./$CONFIG_SITE;;
2174 */*) ac_site_file1=$CONFIG_SITE;;
2175 *) ac_site_file1=./$CONFIG_SITE;;
2176 esac
cd9a469c 2177elif test "x$prefix" != xNONE; then
2178 ac_site_file1=$prefix/share/config.site
2179 ac_site_file2=$prefix/etc/config.site
2180else
2181 ac_site_file1=$ac_default_prefix/share/config.site
2182 ac_site_file2=$ac_default_prefix/etc/config.site
71ab34df 2183fi
cd9a469c 2184for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2185do
2186 test "x$ac_site_file" = xNONE && continue
f00f02a3 2187 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
cd9a469c 2188 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2189$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b30fcfae 2190 sed 's/^/| /' "$ac_site_file" >&5
f00f02a3 2191 . "$ac_site_file" \
2192 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2193$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2194as_fn_error $? "failed to load site script $ac_site_file
2195See \`config.log' for more details" "$LINENO" 5; }
71ab34df 2196 fi
2197done
2198
2199if test -r "$cache_file"; then
f00f02a3 2200 # Some versions of bash will fail to source /dev/null (special files
2201 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2202 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
cd9a469c 2203 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2204$as_echo "$as_me: loading cache $cache_file" >&6;}
b30fcfae 2205 case $cache_file in
cd9a469c 2206 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2207 *) . "./$cache_file";;
b30fcfae 2208 esac
2209 fi
71ab34df 2210else
cd9a469c 2211 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2212$as_echo "$as_me: creating cache $cache_file" >&6;}
b30fcfae 2213 >$cache_file
2214fi
2215
2216# Check that the precious variables saved in the cache have kept the same
2217# value.
2218ac_cache_corrupted=false
cd9a469c 2219for ac_var in $ac_precious_vars; do
b30fcfae 2220 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2221 eval ac_new_set=\$ac_env_${ac_var}_set
cd9a469c 2222 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2223 eval ac_new_val=\$ac_env_${ac_var}_value
b30fcfae 2224 case $ac_old_set,$ac_new_set in
2225 set,)
cd9a469c 2226 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2227$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b30fcfae 2228 ac_cache_corrupted=: ;;
2229 ,set)
cd9a469c 2230 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2231$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b30fcfae 2232 ac_cache_corrupted=: ;;
2233 ,);;
2234 *)
2235 if test "x$ac_old_val" != "x$ac_new_val"; then
cd9a469c 2236 # differences in whitespace do not lead to failure.
2237 ac_old_val_w=`echo x $ac_old_val`
2238 ac_new_val_w=`echo x $ac_new_val`
2239 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2241$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2242 ac_cache_corrupted=:
2243 else
2244 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2245$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2246 eval $ac_var=\$ac_old_val
2247 fi
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2249$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2250 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2251$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b30fcfae 2252 fi;;
2253 esac
2254 # Pass precious variables to config.status.
2255 if test "$ac_new_set" = set; then
2256 case $ac_new_val in
cd9a469c 2257 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b30fcfae 2258 *) ac_arg=$ac_var=$ac_new_val ;;
2259 esac
2260 case " $ac_configure_args " in
2261 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
cd9a469c 2262 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b30fcfae 2263 esac
2264 fi
2265done
2266if $ac_cache_corrupted; then
cd9a469c 2267 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2268$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2269 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2270$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
f00f02a3 2271 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
71ab34df 2272fi
cd9a469c 2273## -------------------- ##
2274## Main body of script. ##
2275## -------------------- ##
71ab34df 2276
5084f823 2277ac_ext=c
2278ac_cpp='$CPP $CPPFLAGS'
2279ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2280ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2281ac_compiler_gnu=$ac_cv_c_compiler_gnu
2282
b30fcfae 2283
2284
2285
b30fcfae 2286
2287
cd2f3773 2288
b30fcfae 2289
4e8a889d 2290progname=$0
2291# if PWD already has a value, it is probably wrong.
2292if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2293
2294# Export original configure arguments for use by sub-configures.
2295# Quote arguments with shell meta charatcers.
2296TOPLEVEL_CONFIGURE_ARGUMENTS=
2297set -- "$progname" "$@"
2298for ac_arg
2299do
2300 case "$ac_arg" in
2301 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2302 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2303 # if the argument is of the form -foo=baz, quote the baz part only
2304 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2305 *) ;;
2306 esac
2307 # Add the quoted argument to the list.
2308 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2309done
2310if test "$silent" = yes; then
2311 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2312fi
2313# Remove the initial space we just introduced and, as these will be
2314# expanded by make, quote '$'.
2315TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2316
b30fcfae 2317
2318# Find the build, host, and target systems.
71ab34df 2319ac_aux_dir=
cd9a469c 2320for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
f00f02a3 2321 if test -f "$ac_dir/install-sh"; then
2322 ac_aux_dir=$ac_dir
2323 ac_install_sh="$ac_aux_dir/install-sh -c"
2324 break
2325 elif 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/shtool"; then
2330 ac_aux_dir=$ac_dir
2331 ac_install_sh="$ac_aux_dir/shtool install -c"
2332 break
2333 fi
71ab34df 2334done
2335if test -z "$ac_aux_dir"; then
f00f02a3 2336 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
71ab34df 2337fi
cd9a469c 2338
2339# These three variables are undocumented and unsupported,
2340# and are intended to be withdrawn in a future Autoconf release.
2341# They can cause serious problems if a builder's source tree is in a directory
2342# whose full name contains unusual characters.
2343ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2344ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2345ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2346
71ab34df 2347
b30fcfae 2348# Make sure we can run config.sub.
cd9a469c 2349$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
f00f02a3 2350 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
cd9a469c 2351
2352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2353$as_echo_n "checking build system type... " >&6; }
f00f02a3 2354if ${ac_cv_build+:} false; then :
cd9a469c 2355 $as_echo_n "(cached) " >&6
2356else
2357 ac_build_alias=$build_alias
2358test "x$ac_build_alias" = x &&
2359 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2360test "x$ac_build_alias" = x &&
f00f02a3 2361 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
cd9a469c 2362ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
f00f02a3 2363 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
cd9a469c 2364
2365fi
2366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2367$as_echo "$ac_cv_build" >&6; }
2368case $ac_cv_build in
2369*-*-*) ;;
f00f02a3 2370*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
cd9a469c 2371esac
b30fcfae 2372build=$ac_cv_build
cd9a469c 2373ac_save_IFS=$IFS; IFS='-'
2374set x $ac_cv_build
2375shift
2376build_cpu=$1
2377build_vendor=$2
2378shift; shift
2379# Remember, the first character of IFS is used to create $*,
2380# except with old shells:
2381build_os=$*
2382IFS=$ac_save_IFS
2383case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
71ab34df 2384
71ab34df 2385
b30fcfae 2386 case ${build_alias} in
2387 "") build_noncanonical=${build} ;;
2388 *) build_noncanonical=${build_alias} ;;
ae48753c 2389esac
2390
2391
ae48753c 2392
b30fcfae 2393 case ${host_alias} in
2394 "") host_noncanonical=${build_noncanonical} ;;
2395 *) host_noncanonical=${host_alias} ;;
ae48753c 2396esac
2397
ae48753c 2398
b30fcfae 2399
2400 case ${target_alias} in
2401 "") target_noncanonical=${host_noncanonical} ;;
2402 *) target_noncanonical=${target_alias} ;;
ae48753c 2403esac
2404
ae48753c 2405
b30fcfae 2406
2407
2408test "$host_noncanonical" = "$target_noncanonical" &&
71ab34df 2409 test "$program_prefix$program_suffix$program_transform_name" = \
2410 NONENONEs,x,x, &&
b30fcfae 2411 program_transform_name=s,y,y,
ae48753c 2412
cd9a469c 2413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2414$as_echo_n "checking host system type... " >&6; }
f00f02a3 2415if ${ac_cv_host+:} false; then :
cd9a469c 2416 $as_echo_n "(cached) " >&6
ae48753c 2417else
cd9a469c 2418 if test "x$host_alias" = x; then
2419 ac_cv_host=$ac_cv_build
2420else
2421 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
f00f02a3 2422 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
cd9a469c 2423fi
b30fcfae 2424
ae48753c 2425fi
cd9a469c 2426{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2427$as_echo "$ac_cv_host" >&6; }
2428case $ac_cv_host in
2429*-*-*) ;;
f00f02a3 2430*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
cd9a469c 2431esac
b30fcfae 2432host=$ac_cv_host
cd9a469c 2433ac_save_IFS=$IFS; IFS='-'
2434set x $ac_cv_host
2435shift
2436host_cpu=$1
2437host_vendor=$2
2438shift; shift
2439# Remember, the first character of IFS is used to create $*,
2440# except with old shells:
2441host_os=$*
2442IFS=$ac_save_IFS
2443case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5084f823 2444
2445
cd9a469c 2446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2447$as_echo_n "checking target system type... " >&6; }
f00f02a3 2448if ${ac_cv_target+:} false; then :
cd9a469c 2449 $as_echo_n "(cached) " >&6
b30fcfae 2450else
cd9a469c 2451 if test "x$target_alias" = x; then
2452 ac_cv_target=$ac_cv_host
2453else
2454 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
f00f02a3 2455 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
cd9a469c 2456fi
b30fcfae 2457
2458fi
cd9a469c 2459{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2460$as_echo "$ac_cv_target" >&6; }
2461case $ac_cv_target in
2462*-*-*) ;;
f00f02a3 2463*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
cd9a469c 2464esac
b30fcfae 2465target=$ac_cv_target
cd9a469c 2466ac_save_IFS=$IFS; IFS='-'
2467set x $ac_cv_target
2468shift
2469target_cpu=$1
2470target_vendor=$2
2471shift; shift
2472# Remember, the first character of IFS is used to create $*,
2473# except with old shells:
2474target_os=$*
2475IFS=$ac_save_IFS
2476case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
b30fcfae 2477
2478
2479# The aliases save the names the user supplied, while $host etc.
2480# will get canonicalized.
2481test -n "$target_alias" &&
2482 test "$program_prefix$program_suffix$program_transform_name" = \
2483 NONENONEs,x,x, &&
2484 program_prefix=${target_alias}-
cd9a469c 2485
71ab34df 2486test "$program_prefix" != NONE &&
cd9a469c 2487 program_transform_name="s&^&$program_prefix&;$program_transform_name"
71ab34df 2488# Use a double $ so make ignores it.
2489test "$program_suffix" != NONE &&
cd9a469c 2490 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2491# Double any \ or $.
b30fcfae 2492# By default was `s,x,x', remove it if useless.
cd9a469c 2493ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2494program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ae48753c 2495
71ab34df 2496
2497
450e6c84 2498# Get 'install' or 'install-sh' and its variants.
2499# Find a good install program. We prefer a C program (faster),
2500# so one script is as good as another. But avoid the broken or
2501# incompatible versions:
2502# SysV /etc/install, /usr/sbin/install
2503# SunOS /usr/etc/install
2504# IRIX /sbin/install
2505# AIX /bin/install
b30fcfae 2506# AmigaOS /C/install, which installs bootblocks on floppy discs
450e6c84 2507# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2508# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2509# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
b30fcfae 2510# OS/2's system install, which has a completely different semantic
450e6c84 2511# ./install, which can be erroneously created by make from ./install.sh.
82eaf560 2512# Reject install programs that cannot install multiple files.
cd9a469c 2513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2514$as_echo_n "checking for a BSD-compatible install... " >&6; }
450e6c84 2515if test -z "$INSTALL"; then
f00f02a3 2516if ${ac_cv_path_install+:} false; then :
cd9a469c 2517 $as_echo_n "(cached) " >&6
b30fcfae 2518else
2519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2520for as_dir in $PATH
2521do
2522 IFS=$as_save_IFS
2523 test -z "$as_dir" && as_dir=.
cd9a469c 2524 # Account for people who put trailing slashes in PATH elements.
2525case $as_dir/ in #((
2526 ./ | .// | /[cC]/* | \
b30fcfae 2527 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
cd9a469c 2528 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
b30fcfae 2529 /usr/ucb/* ) ;;
2530 *)
2531 # OSF1 and SCO ODT 3.0 have their own names for install.
2532 # Don't use installbsd from OSF since it installs stuff as root
2533 # by default.
2534 for ac_prog in ginstall scoinst install; do
2535 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 2536 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
450e6c84 2537 if test $ac_prog = install &&
b30fcfae 2538 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
450e6c84 2539 # AIX install. It has an incompatible calling convention.
2540 :
b30fcfae 2541 elif test $ac_prog = install &&
2542 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2543 # program-specific install script used by HP pwplus--don't use.
2544 :
450e6c84 2545 else
82eaf560 2546 rm -rf conftest.one conftest.two conftest.dir
2547 echo one > conftest.one
2548 echo two > conftest.two
2549 mkdir conftest.dir
2550 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2551 test -s conftest.one && test -s conftest.two &&
2552 test -s conftest.dir/conftest.one &&
2553 test -s conftest.dir/conftest.two
2554 then
2555 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2556 break 3
2557 fi
450e6c84 2558 fi
2559 fi
2560 done
b30fcfae 2561 done
2562 ;;
2563esac
cd9a469c 2564
2565 done
2566IFS=$as_save_IFS
b30fcfae 2567
82eaf560 2568rm -rf conftest.one conftest.two conftest.dir
450e6c84 2569
2570fi
2571 if test "${ac_cv_path_install+set}" = set; then
b30fcfae 2572 INSTALL=$ac_cv_path_install
450e6c84 2573 else
82eaf560 2574 # As a last resort, use the slow shell script. Don't cache a
2575 # value for INSTALL within a source directory, because that will
450e6c84 2576 # break other packages using the cache if that directory is
82eaf560 2577 # removed, or if the value is a relative name.
b30fcfae 2578 INSTALL=$ac_install_sh
450e6c84 2579 fi
2580fi
cd9a469c 2581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2582$as_echo "$INSTALL" >&6; }
450e6c84 2583
2584# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2585# It thinks the first close brace ends the variable substitution.
2586test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2587
b30fcfae 2588test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
450e6c84 2589
2590test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2591
cd9a469c 2592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2593$as_echo_n "checking whether ln works... " >&6; }
f00f02a3 2594if ${acx_cv_prog_LN+:} false; then :
cd9a469c 2595 $as_echo_n "(cached) " >&6
599a3eac 2596else
2597 rm -f conftestdata_t
2598echo >conftestdata_f
2599if ln conftestdata_f conftestdata_t 2>/dev/null
2600then
2601 acx_cv_prog_LN=ln
2602else
2603 acx_cv_prog_LN=no
2604fi
2605rm -f conftestdata_f conftestdata_t
2606
2607fi
2608if test $acx_cv_prog_LN = no; then
2609 LN="cp"
cd9a469c 2610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2611$as_echo "no, using $LN" >&6; }
599a3eac 2612else
2613 LN="$acx_cv_prog_LN"
cd9a469c 2614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2615$as_echo "yes" >&6; }
599a3eac 2616fi
2617
cd9a469c 2618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2619$as_echo_n "checking whether ln -s works... " >&6; }
b30fcfae 2620LN_S=$as_ln_s
2621if test "$LN_S" = "ln -s"; then
cd9a469c 2622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2623$as_echo "yes" >&6; }
a4af6a58 2624else
cd9a469c 2625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2626$as_echo "no, using $LN_S" >&6; }
5965d276 2627fi
2628
b181f265 2629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2630$as_echo_n "checking for a sed that does not truncate output... " >&6; }
f00f02a3 2631if ${ac_cv_path_SED+:} false; then :
b181f265 2632 $as_echo_n "(cached) " >&6
2633else
2634 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2635 for ac_i in 1 2 3 4 5 6 7; do
2636 ac_script="$ac_script$as_nl$ac_script"
2637 done
2638 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2639 { ac_script=; unset ac_script;}
2640 if test -z "$SED"; then
2641 ac_path_SED_found=false
2642 # Loop through the user's path and test for each of PROGNAME-LIST
2643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2644for as_dir in $PATH
2645do
2646 IFS=$as_save_IFS
2647 test -z "$as_dir" && as_dir=.
2648 for ac_prog in sed gsed; do
2649 for ac_exec_ext in '' $ac_executable_extensions; do
2650 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
f00f02a3 2651 as_fn_executable_p "$ac_path_SED" || continue
b181f265 2652# Check for GNU ac_path_SED and select it if it is found.
2653 # Check for GNU $ac_path_SED
2654case `"$ac_path_SED" --version 2>&1` in
2655*GNU*)
2656 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2657*)
2658 ac_count=0
2659 $as_echo_n 0123456789 >"conftest.in"
2660 while :
2661 do
2662 cat "conftest.in" "conftest.in" >"conftest.tmp"
2663 mv "conftest.tmp" "conftest.in"
2664 cp "conftest.in" "conftest.nl"
2665 $as_echo '' >> "conftest.nl"
2666 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2667 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2668 as_fn_arith $ac_count + 1 && ac_count=$as_val
2669 if test $ac_count -gt ${ac_path_SED_max-0}; then
2670 # Best one so far, save it but keep looking for a better one
2671 ac_cv_path_SED="$ac_path_SED"
2672 ac_path_SED_max=$ac_count
2673 fi
2674 # 10*(2^10) chars as input seems more than enough
2675 test $ac_count -gt 10 && break
2676 done
2677 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2678esac
2679
2680 $ac_path_SED_found && break 3
2681 done
2682 done
2683 done
2684IFS=$as_save_IFS
2685 if test -z "$ac_cv_path_SED"; then
f00f02a3 2686 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
b181f265 2687 fi
2688else
2689 ac_cv_path_SED=$SED
2690fi
2691
2692fi
2693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2694$as_echo "$ac_cv_path_SED" >&6; }
2695 SED="$ac_cv_path_SED"
2696 rm -f conftest.sed
2697
2698for ac_prog in gawk mawk nawk awk
2699do
2700 # Extract the first word of "$ac_prog", so it can be a program name with args.
2701set dummy $ac_prog; ac_word=$2
2702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2703$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 2704if ${ac_cv_prog_AWK+:} false; then :
b181f265 2705 $as_echo_n "(cached) " >&6
2706else
2707 if test -n "$AWK"; then
2708 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2709else
2710as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2711for as_dir in $PATH
2712do
2713 IFS=$as_save_IFS
2714 test -z "$as_dir" && as_dir=.
2715 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 2716 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b181f265 2717 ac_cv_prog_AWK="$ac_prog"
2718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2719 break 2
2720 fi
2721done
2722 done
2723IFS=$as_save_IFS
2724
2725fi
2726fi
2727AWK=$ac_cv_prog_AWK
2728if test -n "$AWK"; then
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2730$as_echo "$AWK" >&6; }
2731else
2732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2733$as_echo "no" >&6; }
2734fi
2735
2736
2737 test -n "$AWK" && break
2738done
2739
450e6c84 2740
e8eddfdd 2741srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2742
2743# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2744# a relative path.
2745if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2746 INSTALL="${srcpwd}/install-sh -c"
2747fi
2748
71ab34df 2749# Set srcdir to "." if that's what it is.
2750# This is important for multilib support.
2751pwd=`${PWDCMD-pwd}`
71ab34df 2752if test "${pwd}" = "${srcpwd}" ; then
2753 srcdir=.
a8298541 2754fi
2755
71ab34df 2756topsrcdir=$srcpwd
ed37269d 2757
71ab34df 2758extra_host_args=
14ac9144 2759
71ab34df 2760### To add a new directory to the tree, first choose whether it is a target
2761### or a host dependent tool. Then put it into the appropriate list
2762### (library or tools, host or target), doing a dependency sort.
a8298541 2763
b30fcfae 2764# Subdirs will be configured in the order listed in build_configdirs,
71ab34df 2765# configdirs, or target_configdirs; see the serialization section below.
a8298541 2766
b30fcfae 2767# Dependency sorting is only needed when *configuration* must be done in
2768# a particular order. In all cases a dependency should be specified in
71ab34df 2769# the Makefile, whether or not it's implicitly specified here.
a8298541 2770
71ab34df 2771# Double entries in build_configdirs, configdirs, or target_configdirs may
2772# cause circular dependencies and break everything horribly.
a8298541 2773
2f8725b0 2774# these library is used by various programs built for the build
2775# environment
2776#
9245d2c5 2777build_libs="build-libiberty build-libcpp"
2f8725b0 2778
2779# these tools are built for the build environment
4fc99708 2780build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2f8725b0 2781
71ab34df 2782# these libraries are used by various programs built for the host environment
429cca51 2783#f
572cf1f7 2784host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv"
71ab34df 2785
71ab34df 2786# these tools are built for the host environment
2787# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2788# know that we are building the simulator.
2789# binutils, gas and ld appear in that order because it makes sense to run
2790# "make check" in that particular order.
af7c5662 2791# If --enable-gold is used, "gold" may replace "ld".
dcfe52b6 2792host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools"
71ab34df 2793
71ab34df 2794# these libraries are built for the target environment, and are built after
2795# the host libraries and the host tools (which may be a cross compiler)
5ab7e123 2796# Note that libiberty is not a target library.
27bfe7b7 2797target_libraries="target-libgcc \
ecd3459e 2798 target-libbacktrace \
71ab34df 2799 target-libgloss \
2800 target-newlib \
a0191bfe 2801 target-libgomp \
d3a7dd32 2802 target-liboffloadmic \
55a56509 2803 target-libhsail-rt \
6db1d2ca 2804 target-libatomic \
4c0315d0 2805 target-libitm \
54d7d5f2 2806 target-libstdc++-v3 \
549e2197 2807 target-libsanitizer \
b710ec85 2808 target-libvtv \
0d55f4d0 2809 target-libssp \
87969c8c 2810 target-libquadmath \
4ee9c684 2811 target-libgfortran \
38cf534f 2812 target-libffi \
93341878 2813 target-libobjc \
5ff5b630 2814 target-libada \
03385ed3 2815 target-libgo \
2816 target-libphobos"
71ab34df 2817
328637e8 2818# these tools are built using the target libraries, and are intended to
2819# run only in the target environment
71ab34df 2820#
328637e8 2821# note: any program that *uses* libraries that are in the "target_libraries"
6c9785b4 2822# list belongs in this list.
71ab34df 2823#
4fc99708 2824target_tools="target-rda"
a8298541 2825
71ab34df 2826################################################################################
a8298541 2827
71ab34df 2828## All tools belong in one of the four categories, and are assigned above
2829## We assign ${configdirs} this way to remove all embedded newlines. This
2830## is important because configure will choke if they ever get through.
2831## ${configdirs} is directories we build using the host tools.
2832## ${target_configdirs} is directories we build using the target tools.
71ab34df 2833configdirs=`echo ${host_libs} ${host_tools}`
328637e8 2834target_configdirs=`echo ${target_libraries} ${target_tools}`
2b59cb05 2835build_configdirs=`echo ${build_libs} ${build_tools}`
6f4f34a7 2836
d2d2630b 2837
2838
71ab34df 2839################################################################################
a8298541 2840
71ab34df 2841srcname="gnu development package"
a8298541 2842
71ab34df 2843# This gets set non-empty for some net releases of packages.
2844appdirs=""
a8298541 2845
71ab34df 2846# Define is_cross_compiler to save on calls to 'test'.
2847is_cross_compiler=
2848if test x"${host}" = x"${target}" ; then
2849 is_cross_compiler=no
a8298541 2850else
71ab34df 2851 is_cross_compiler=yes
b30fcfae 2852fi
a8298541 2853
2f61b8ca 2854# Find the build and target subdir names.
6f4f34a7 2855
d3e7b04c 2856# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2857# have matching libraries, they should use host libraries: Makefile.tpl
2858# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2859# However, they still use the build modules, because the corresponding
2860# host modules (e.g. bison) are only built for the host when bootstrap
2861# finishes. So:
2862# - build_subdir is where we find build modules, and never changes.
2863# - build_libsubdir is where we find build libraries, and can be overridden.
2864
2865# Prefix 'build-' so this never conflicts with target_subdir.
6f4f34a7 2866build_subdir="build-${build_noncanonical}"
b30fcfae 2867
cd9a469c 2868# Check whether --with-build-libsubdir was given.
2869if test "${with_build_libsubdir+set}" = set; then :
2870 withval=$with_build_libsubdir; build_libsubdir="$withval"
d3e7b04c 2871else
2872 build_libsubdir="$build_subdir"
cd9a469c 2873fi
2874
c1eb9e31 2875# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2876if ( test $srcdir = . && test -d gcc ) \
2877 || test -d $srcdir/../host-${host_noncanonical}; then
2878 host_subdir="host-${host_noncanonical}"
2879else
2880 host_subdir=.
2881fi
6f4f34a7 2882# No prefix.
2883target_subdir=${target_noncanonical}
b30fcfae 2884
04a2e841 2885# Be sure to cover against remnants of an in-tree build.
2886if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
f00f02a3 2887 as_fn_error $? "building out of tree but $srcdir contains host-${host_noncanonical}.
04a2e841 2888Use a pristine source tree when building in a separate tree" "$LINENO" 5
2889fi
a8298541 2890
71ab34df 2891# Skipdirs are removed silently.
2892skipdirs=
2893# Noconfigdirs are removed loudly.
2894noconfigdirs=""
a8298541 2895
71ab34df 2896use_gnu_ld=
2897# Make sure we don't let GNU ld be added if we didn't want it.
2898if test x$with_gnu_ld = xno ; then
2899 use_gnu_ld=no
3d47fcf5 2900 noconfigdirs="$noconfigdirs ld gold"
a8298541 2901fi
2902
71ab34df 2903use_gnu_as=
2904# Make sure we don't let GNU as be added if we didn't want it.
2905if test x$with_gnu_as = xno ; then
2906 use_gnu_as=no
2907 noconfigdirs="$noconfigdirs gas"
a8298541 2908fi
2909
7bfefa9d 2910use_included_zlib=
6406d366 2911
2912# Check whether --with-system-zlib was given.
2913if test "${with_system_zlib+set}" = set; then :
2914 withval=$with_system_zlib;
2915fi
2916
7bfefa9d 2917# Make sure we don't let ZLIB be added if we didn't want it.
2918if test x$with_system_zlib = xyes ; then
2919 use_included_zlib=no
2920 noconfigdirs="$noconfigdirs zlib"
2921fi
2922
b30fcfae 2923# some tools are so dependent upon X11 that if we're not building with X,
71ab34df 2924# it's not even worth trying to configure, much less build, that tool.
a8298541 2925
71ab34df 2926case ${with_x} in
2927 yes | "") ;; # the default value for this tree is that X11 is available
2928 no)
f843f075 2929 skipdirs="${skipdirs} tk itcl libgui"
71ab34df 2930 # We won't be able to build gdbtk without X.
b30fcfae 2931 enable_gdbtk=no
71ab34df 2932 ;;
2933 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2934esac
a8298541 2935
6c9785b4 2936# Some are only suitable for cross toolchains.
71ab34df 2937# Remove these if host=target.
2938cross_only="target-libgloss target-newlib target-opcodes"
2939
2940case $is_cross_compiler in
2941 no) skipdirs="${skipdirs} ${cross_only}" ;;
71ab34df 2942esac
a8298541 2943
71ab34df 2944# If both --with-headers and --with-libs are specified, default to
2945# --without-newlib.
e8eddfdd 2946if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2947 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
71ab34df 2948 if test x"${with_newlib}" = x ; then
2949 with_newlib=no
2950 fi
a8298541 2951fi
2952
71ab34df 2953# Recognize --with-newlib/--without-newlib.
2954case ${with_newlib} in
2955 no) skipdirs="${skipdirs} target-newlib" ;;
2956 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2957esac
a8298541 2958
a3d93be3 2959# Check whether --enable-as-accelerator-for was given.
2960if test "${enable_as_accelerator_for+set}" = set; then :
67cedda8 2961 enableval=$enable_as_accelerator_for;
a3d93be3 2962fi
2963
2964
2965# Check whether --enable-offload-targets was given.
2966if test "${enable_offload_targets+set}" = set; then :
2967 enableval=$enable_offload_targets;
2968 if test x"$enable_offload_targets" = x; then
f00f02a3 2969 as_fn_error $? "no offload targets specified" "$LINENO" 5
a3d93be3 2970 fi
2971
2972else
2973 enable_offload_targets=
2974fi
2975
2976
1e369e5f 2977# Handle --enable-gold, --enable-ld.
2978# --disable-gold [--enable-ld]
2979# Build only ld. Default option.
85516948 2980# --enable-gold [--enable-ld]
2981# Build both gold and ld. Install gold as "ld.gold", install ld
2982# as "ld.bfd" and "ld".
2983# --enable-gold=default [--enable-ld]
1e369e5f 2984# Build both gold and ld. Install gold as "ld.gold" and "ld",
2985# install ld as "ld.bfd".
2986# --enable-gold[=default] --disable-ld
2987# Build only gold, which is then installed as both "ld.gold" and "ld".
2988# --enable-gold --enable-ld=default
85516948 2989# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2990# and ld.bfd).
1e369e5f 2991# In other words, ld is default
2992# --enable-gold=default --enable-ld=default
2993# Error.
2994
2995default_ld=
cd9a469c 2996# Check whether --enable-gold was given.
2997if test "${enable_gold+set}" = set; then :
2998 enableval=$enable_gold; ENABLE_GOLD=$enableval
3d47fcf5 2999else
3000 ENABLE_GOLD=no
cd9a469c 3001fi
3002
1e369e5f 3003case "${ENABLE_GOLD}" in
3004 yes|default)
af7c5662 3005 # Check for ELF target.
3006 is_elf=no
3007 case "${target}" in
3008 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
e4c33dd2 3009 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
e3a1fe08 3010 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
9d36d513 3011 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
af7c5662 3012 case "${target}" in
3013 *-*-linux*aout* | *-*-linux*oldld*)
3014 ;;
3015 *)
3016 is_elf=yes
3017 ;;
3018 esac
3019 esac
3020
3021 if test "$is_elf" = "yes"; then
3022 # Check for target supported by gold.
3d47fcf5 3023 case "${target}" in
58f62c51 3024 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
ca7ff757 3025 | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
1e369e5f 3026 configdirs="$configdirs gold"
3027 if test x${ENABLE_GOLD} = xdefault; then
3028 default_ld=gold
3029 fi
af7c5662 3030 ENABLE_GOLD=yes
3d47fcf5 3031 ;;
3032 esac
af7c5662 3033 fi
3034 ;;
3035 no)
3036 ;;
3037 *)
f00f02a3 3038 as_fn_error $? "invalid --enable-gold argument" "$LINENO" 5
af7c5662 3039 ;;
1e369e5f 3040esac
3041
3042# Check whether --enable-ld was given.
3043if test "${enable_ld+set}" = set; then :
3044 enableval=$enable_ld; ENABLE_LD=$enableval
3045else
3046 ENABLE_LD=yes
3047fi
3048
3049
3050case "${ENABLE_LD}" in
3051 default)
85516948 3052 if test x${default_ld} != x; then
f00f02a3 3053 as_fn_error $? "either gold or ld can be the default ld" "$LINENO" 5
1e369e5f 3054 fi
3055 ;;
3056 yes)
3057 ;;
3058 no)
3059 if test x${ENABLE_GOLD} != xyes; then
3060 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3061$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3062 fi
3063 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3064 ;;
3065 *)
f00f02a3 3066 as_fn_error $? "invalid --enable-ld argument" "$LINENO" 5
1e369e5f 3067 ;;
3068esac
3d47fcf5 3069
afb6adb9 3070# PR gas/19109
3071# Decide the default method for compressing debug sections.
3072# Provide a configure time option to override our default.
3073# Check whether --enable-compressed_debug_sections was given.
3074if test "${enable_compressed_debug_sections+set}" = set; then :
3075 enableval=$enable_compressed_debug_sections;
3076 if test x"$enable_compressed_debug_sections" = xyes; then
f00f02a3 3077 as_fn_error $? "no program with compressed debug sections specified" "$LINENO" 5
afb6adb9 3078 fi
3079
3080else
3081 enable_compressed_debug_sections=
3082fi
3083
3084
71ab34df 3085# Configure extra directories which are host specific
a8298541 3086
71ab34df 3087case "${host}" in
3088 *-cygwin*)
3089 configdirs="$configdirs libtermcap" ;;
3090esac
a8298541 3091
ff7dcf6a 3092# A target can indicate whether a language isn't supported for some reason.
3093# Only spaces may be used in this macro; not newlines or tabs.
3094unsupported_languages=
3095
b30fcfae 3096# Remove more programs from consideration, based on the host or
71ab34df 3097# target this usually means that a port of the program doesn't
3098# exist yet.
c7879c37 3099
71ab34df 3100case "${host}" in
b2240ff6 3101 i[3456789]86-*-msdosdjgpp*)
e3a5e6ff 3102 noconfigdirs="$noconfigdirs tcl tk itcl"
71ab34df 3103 ;;
71ab34df 3104esac
c7879c37 3105
4ee9c684 3106
d9d975ae 3107# Check whether --enable-libquadmath was given.
3108if test "${enable_libquadmath+set}" = set; then :
3109 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3110else
3111 ENABLE_LIBQUADMATH=yes
3112fi
3113
3114if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3115 noconfigdirs="$noconfigdirs target-libquadmath"
3116fi
3117
3118
3119# Check whether --enable-libquadmath-support was given.
3120if test "${enable_libquadmath_support+set}" = set; then :
3121 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3122else
3123 ENABLE_LIBQUADMATH_SUPPORT=yes
3124fi
3125
3126enable_libquadmath_support=
3127if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3128 enable_libquadmath_support=no
3129fi
3130
3131
cd9a469c 3132# Check whether --enable-libada was given.
3133if test "${enable_libada+set}" = set; then :
3134 enableval=$enable_libada; ENABLE_LIBADA=$enableval
93341878 3135else
3136 ENABLE_LIBADA=yes
cd9a469c 3137fi
3138
93341878 3139if test "${ENABLE_LIBADA}" != "yes" ; then
a136b23d 3140 noconfigdirs="$noconfigdirs gnattools"
93341878 3141fi
3142
cd9a469c 3143# Check whether --enable-libssp was given.
3144if test "${enable_libssp+set}" = set; then :
3145 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
07da5214 3146else
3147 ENABLE_LIBSSP=yes
cd9a469c 3148fi
3149
07da5214 3150
a3ba808f 3151# Check whether --enable-libstdcxx was given.
3152if test "${enable_libstdcxx+set}" = set; then :
3153 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3154else
3155 ENABLE_LIBSTDCXX=default
3156fi
3157
3158if test "${ENABLE_LIBSTDCXX}" = "no" ; then
df148e44 3159 noconfigdirs="$noconfigdirs target-libstdc++-v3"
a3ba808f 3160fi
3161
d3a7dd32 3162# If this is accelerator compiler and its target is intelmic we enable
3163# target liboffloadmic by default. If this is compiler with offloading
3164# for intelmic we enable host liboffloadmic by default. Otherwise
3165# liboffloadmic is disabled by default.
3166# Check whether --enable-liboffloadmic was given.
3167if test "${enable_liboffloadmic+set}" = set; then :
3168 enableval=$enable_liboffloadmic; case "$enableval" in
3169 no | host | target)
3170 enable_liboffloadmic=$enableval ;;
3171 *)
f00f02a3 3172 as_fn_error $? "--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
d3a7dd32 3173esac
3174else
67cedda8 3175 if test x"$enable_as_accelerator_for" != x; then
d3a7dd32 3176 case "${target}" in
3177 *-intelmic-* | *-intelmicemul-*)
3178 enable_liboffloadmic=target
3179 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=target"
3180 ;;
3181 *)
3182 enable_liboffloadmic=no
3183 ;;
3184 esac
3185else
3186 case "${enable_offload_targets}" in
3187 *-intelmic-* | *-intelmicemul-*)
3188 enable_liboffloadmic=host
3189 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=host"
3190 ;;
3191 *)
3192 enable_liboffloadmic=no
3193 ;;
3194 esac
3195fi
3196fi
3197
3198
3199
fdcd05c8 3200# Enable libgomp by default on hosted POSIX systems, and a few others.
50996fe5 3201if test x$enable_libgomp = x ; then
1e8e9920 3202 case "${target}" in
3bef4012 3203 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
1e8e9920 3204 ;;
e3a1fe08 3205 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
1e8e9920 3206 ;;
5641963c 3207 *-*-solaris2* | *-*-hpux11*)
1e8e9920 3208 ;;
634efbee 3209 *-*-darwin* | *-*-aix*)
1e8e9920 3210 ;;
fdcd05c8 3211 nvptx*-*-*)
3212 ;;
1e8e9920 3213 *)
3214 noconfigdirs="$noconfigdirs target-libgomp"
3215 ;;
3216 esac
50996fe5 3217fi
1e8e9920 3218
6db1d2ca 3219# Disable libatomic on unsupported systems.
3220if test -d ${srcdir}/libatomic; then
3221 if test x$enable_libatomic = x; then
3222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3223$as_echo_n "checking for libatomic support... " >&6; }
3224 if (srcdir=${srcdir}/libatomic; \
3225 . ${srcdir}/configure.tgt; \
3226 test -n "$UNSUPPORTED")
3227 then
3228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3229$as_echo "no" >&6; }
3230 noconfigdirs="$noconfigdirs target-libatomic"
3231 else
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3233$as_echo "yes" >&6; }
3234 fi
3235 fi
3236fi
3237
d3a7dd32 3238# Disable liboffloadmic on unsupported systems.
3239if test -d ${srcdir}/liboffloadmic; then
3240 if test x$enable_liboffloadmic != xno; then
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3242$as_echo_n "checking for liboffloadmic support... " >&6; }
3243 if (srcdir=${srcdir}/liboffloadmic; \
3244 . ${srcdir}/configure.tgt; \
3245 test -n "$UNSUPPORTED")
3246 then
3247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3248$as_echo "no" >&6; }
3249 noconfigdirs="$noconfigdirs target-liboffloadmic"
3250 else
3251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3252$as_echo "yes" >&6; }
3253 fi
3254 fi
3255fi
3256
42b15c81 3257# Disable libitm on unsupported systems.
3258if test -d ${srcdir}/libitm; then
3259 if test x$enable_libitm = x; then
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
298c66d9 3261$as_echo_n "checking for libitm support... " >&6; }
42b15c81 3262 if (srcdir=${srcdir}/libitm; \
3263 . ${srcdir}/configure.tgt; \
3264 test -n "$UNSUPPORTED")
3265 then
3266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
298c66d9 3267$as_echo "no" >&6; }
42b15c81 3268 noconfigdirs="$noconfigdirs target-libitm"
3269 else
3270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
298c66d9 3271$as_echo "yes" >&6; }
42b15c81 3272 fi
3273 fi
4c0315d0 3274fi
3275
492e75a7 3276# Disable libsanitizer on unsupported systems.
3277if test -d ${srcdir}/libsanitizer; then
3278 if test x$enable_libsanitizer = x; then
3279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3280$as_echo_n "checking for libsanitizer support... " >&6; }
3281 if (srcdir=${srcdir}/libsanitizer; \
3282 . ${srcdir}/configure.tgt; \
3283 test -n "$UNSUPPORTED")
3284 then
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3286$as_echo "no" >&6; }
3287 noconfigdirs="$noconfigdirs target-libsanitizer"
3288 else
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3290$as_echo "yes" >&6; }
3291 fi
3292 fi
3293fi
3294
b710ec85 3295# Disable libvtv on unsupported systems.
3296if test -d ${srcdir}/libvtv; then
3297 if test x$enable_libvtv = x; then
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3299$as_echo_n "checking for libvtv support... " >&6; }
3300 if (srcdir=${srcdir}/libvtv; \
3301 . ${srcdir}/configure.tgt; \
6d0992e1 3302 test "$VTV_SUPPORTED" != "yes")
b710ec85 3303 then
3304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3305$as_echo "no" >&6; }
3306 noconfigdirs="$noconfigdirs target-libvtv"
3307 else
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3309$as_echo "yes" >&6; }
3310 fi
3311 fi
3312fi
3313
202baac8 3314
645a0bd9 3315# Disable libhsail-rt on unsupported systems.
3316if test -d ${srcdir}/libhsail-rt; then
3317 if test x$enable_libhsail_rt = x; then
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libhsail-rt support" >&5
3319$as_echo_n "checking for libhsail-rt support... " >&6; }
3320 if (srcdir=${srcdir}/libhsail-rt; \
3321 . ${srcdir}/configure.tgt; \
3322 test -n "$UNSUPPORTED")
3323 then
3324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3325$as_echo "no" >&6; }
3326 unsupported_languages="$unsupported_languages brig"
3327 # This implicitly disables also target-libhsail-rt as it won't
3328 # get added to the build without BRIG FE.
3329 else
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3331$as_echo "yes" >&6; }
3332 fi
3333 fi
3334fi
202baac8 3335
3336
62f0972f 3337# Disable libquadmath for some systems.
3338case "${target}" in
c36ee471 3339 avr-*-*)
3340 noconfigdirs="$noconfigdirs target-libquadmath"
3341 ;;
62f0972f 3342 # libquadmath is unused on AIX and libquadmath build process use of
3343 # LD_LIBRARY_PATH can break AIX bootstrap.
3344 powerpc-*-aix* | rs6000-*-aix*)
3345 noconfigdirs="$noconfigdirs target-libquadmath"
3346 ;;
3347esac
3348
d5831552 3349# Disable libssp for some systems.
3350case "${target}" in
3351 avr-*-*)
76c19016 3352 # No hosted I/O support.
d5831552 3353 noconfigdirs="$noconfigdirs target-libssp"
3354 ;;
3355 powerpc-*-aix* | rs6000-*-aix*)
3356 noconfigdirs="$noconfigdirs target-libssp"
78e515f7 3357 ;;
3358 rl78-*-*)
9d5fd7d0 3359 # libssp uses a misaligned load to trigger a fault, but the RL78
3360 # doesn't fault for those - instead, it gives a build-time error
3361 # for explicit misaligned loads.
78e515f7 3362 noconfigdirs="$noconfigdirs target-libssp"
d5831552 3363 ;;
8992df51 3364 visium-*-*)
3365 # No hosted I/O support.
3366 noconfigdirs="$noconfigdirs target-libssp"
3367 ;;
d5831552 3368esac
3369
d5831552 3370# Disable libstdc++-v3 for some systems.
a3ba808f 3371# Allow user to override this if they pass --enable-libstdc++-v3
3372if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3373 case "${target}" in
3374 *-*-vxworks*)
3375 # VxWorks uses the Dinkumware C++ library.
3376 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3377 ;;
3378 arm*-wince-pe*)
3379 # the C++ libraries don't build on top of CE's C libraries
3380 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3381 ;;
3382 avr-*-*)
3383 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3384 ;;
b6616c9c 3385 ft32-*-*)
3386 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3387 ;;
a3ba808f 3388 esac
3389fi
d5831552 3390
72a2ce3d 3391# Disable D on systems where it is known to not work.
3392# For testing, you can override this with --enable-languages=d.
3393case ,${enable_languages}, in
3394 *,d,*)
3395 ;;
3396 *)
3397 case "${target}" in
3398 *-*-darwin* | *-*-cygwin* | *-*-mingw*)
3399 unsupported_languages="$unsupported_languages d"
3400 ;;
3401 esac
3402 ;;
3403esac
3404
3405# Disable libphobos on unsupported systems.
3406# For testing, you can override this with --enable-libphobos.
3407if test -d ${srcdir}/libphobos; then
3408 if test x$enable_libphobos = x; then
3409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libphobos support" >&5
3410$as_echo_n "checking for libphobos support... " >&6; }
3411 if (srcdir=${srcdir}/libphobos; \
3412 . ${srcdir}/configure.tgt; \
3413 test -n "$UNSUPPORTED")
3414 then
3415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3416$as_echo "no" >&6; }
3417 noconfigdirs="$noconfigdirs target-libphobos"
3418 else
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3420$as_echo "yes" >&6; }
3421 fi
3422 fi
3423fi
3424
d5831552 3425# Disable Fortran for some systems.
3426case "${target}" in
3427 mmix-*-*)
3428 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3429 unsupported_languages="$unsupported_languages fortran"
3430 ;;
3431esac
3432
38cf534f 3433# Disable libffi for some systems.
3434case "${target}" in
3435 powerpc-*-darwin*)
3436 ;;
3437 i[3456789]86-*-darwin*)
3438 ;;
3439 x86_64-*-darwin[912]*)
3440 ;;
3441 *-*-darwin*)
3442 noconfigdirs="$noconfigdirs target-libffi"
3443 ;;
3444 *-*-netware*)
3445 noconfigdirs="$noconfigdirs target-libffi"
3446 ;;
3447 *-*-phoenix*)
3448 noconfigdirs="$noconfigdirs target-libffi"
3449 ;;
3450 *-*-rtems*)
3451 noconfigdirs="$noconfigdirs target-libffi"
3452 ;;
3453 *-*-tpf*)
3454 noconfigdirs="$noconfigdirs target-libffi"
3455 ;;
3456 *-*-uclinux*)
3457 noconfigdirs="$noconfigdirs target-libffi"
3458 ;;
3459 *-*-vxworks*)
3460 noconfigdirs="$noconfigdirs target-libffi"
3461 ;;
88afddbc 3462 aarch64*-*-freebsd*)
3463 noconfigdirs="$noconfigdirs target-libffi"
3464 ;;
38cf534f 3465 alpha*-*-*vms*)
3466 noconfigdirs="$noconfigdirs target-libffi"
3467 ;;
3468 arm*-*-freebsd*)
3469 noconfigdirs="$noconfigdirs target-libffi"
3470 ;;
3471 arm-wince-pe)
3472 noconfigdirs="$noconfigdirs target-libffi"
3473 ;;
3474 arm*-*-symbianelf*)
3475 noconfigdirs="$noconfigdirs target-libffi"
3476 ;;
3477 cris-*-* | crisv32-*-*)
3478 case "${target}" in
3479 *-*-linux*)
3480 ;;
3481 *) # See PR46792 regarding target-libffi.
3482 noconfigdirs="$noconfigdirs target-libffi";;
3483 esac
3484 ;;
3485 hppa*64*-*-hpux*)
3486 noconfigdirs="$noconfigdirs target-libffi"
3487 ;;
3488 hppa*-hp-hpux11*)
3489 ;;
3490 hppa*-*-hpux*)
3491 noconfigdirs="$noconfigdirs target-libffi"
3492 ;;
3493 ia64*-*-*vms*)
3494 noconfigdirs="$noconfigdirs target-libffi"
3495 ;;
3496 i[3456789]86-w64-mingw*)
3497 noconfigdirs="$noconfigdirs target-libffi"
3498 ;;
3499 i[3456789]86-*-mingw*)
3500 noconfigdirs="$noconfigdirs target-libffi"
3501 ;;
3502 x86_64-*-mingw*)
3503 noconfigdirs="$noconfigdirs target-libffi"
3504 ;;
3505 mmix-*-*)
3506 noconfigdirs="$noconfigdirs target-libffi"
3507 ;;
3508 powerpc-*-aix*)
38cf534f 3509 ;;
3510 rs6000-*-aix*)
38cf534f 3511 ;;
3512 ft32-*-*)
3513 noconfigdirs="$noconfigdirs target-libffi"
3514 ;;
3515 *-*-lynxos*)
3516 noconfigdirs="$noconfigdirs target-libffi"
3517 ;;
3518esac
3519
3520# Disable the go frontend on systems where it is known to not work. Please keep
3521# this in sync with contrib/config-list.mk.
3522case "${target}" in
475738b0 3523*-*-darwin* | *-*-cygwin* | *-*-mingw*)
38cf534f 3524 unsupported_languages="$unsupported_languages go"
3525 ;;
3526esac
3527
a6999726 3528# Disable libgo for some systems where it is known to not work.
3529# For testing, you can easily override this with --enable-libgo.
3530if test x$enable_libgo = x; then
3531 case "${target}" in
3532 *-*-darwin*)
3533 # PR 46986
3534 noconfigdirs="$noconfigdirs target-libgo"
3535 ;;
3536 *-*-cygwin* | *-*-mingw*)
3537 noconfigdirs="$noconfigdirs target-libgo"
3538 ;;
a6999726 3539 esac
3540fi
3541
1c5767f1 3542# Default libgloss CPU subdirectory.
3543libgloss_dir="$target_cpu"
4ee9c684 3544
e0942c78 3545case "${target}" in
3546 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3547 libgloss_dir=wince
3548 ;;
e26fddfa 3549 aarch64*-*-* )
3550 libgloss_dir=aarch64
3551 ;;
e0942c78 3552 arm*-*-*)
3553 libgloss_dir=arm
3554 ;;
3555 cris-*-* | crisv32-*-*)
3556 libgloss_dir=cris
3557 ;;
3558 hppa*-*-*)
3559 libgloss_dir=pa
3560 ;;
3561 i[3456789]86-*-*)
3562 libgloss_dir=i386
3563 ;;
3564 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3565 libgloss_dir=m68hc11
3566 ;;
3567 m68*-*-* | fido-*-*)
3568 libgloss_dir=m68k
3569 ;;
3570 mips*-*-*)
3571 libgloss_dir=mips
3572 ;;
3573 powerpc*-*-*)
3574 libgloss_dir=rs6000
3575 ;;
3576 sparc*-*-*)
3577 libgloss_dir=sparc
3578 ;;
3579esac
3580
d556f192 3581# Disable newlib and libgloss for various target OSes.
71ab34df 3582case "${target}" in
d556f192 3583 alpha*-dec-osf*)
3584 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3585 ;;
3586 i[3456789]86-*-linux*)
3587 # This section makes it possible to build newlib natively on linux.
3588 # If we are using a cross compiler then don't configure newlib.
3589 if test x${is_cross_compiler} != xno ; then
3590 noconfigdirs="$noconfigdirs target-newlib"
3591 fi
3592 noconfigdirs="$noconfigdirs target-libgloss"
3593 # If we are not using a cross compiler, do configure newlib.
3594 # Note however, that newlib will only be configured in this situation
3595 # if the --with-newlib option has been given, because otherwise
3596 # 'target-newlib' will appear in skipdirs.
3597 ;;
3598 i[3456789]86-*-rdos*)
3599 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3600 ;;
3601 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3602 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3603 ;;
3604 sparc-*-sunos4*)
3605 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3606 ;;
3607 *-*-aix*)
3608 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3609 ;;
3610 *-*-beos*)
3611 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3612 ;;
71ab34df 3613 *-*-chorusos)
71559dce 3614 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
71ab34df 3615 ;;
d556f192 3616 *-*-dragonfly*)
3617 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3618 ;;
3619 *-*-freebsd*)
3620 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3621 ;;
3622 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3623 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3624 ;;
3625 *-*-lynxos*)
3626 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3627 ;;
3628 *-*-mingw*)
3629 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3630 ;;
3631 *-*-netbsd*)
3632 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3633 ;;
3634 *-*-netware*)
3635 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3636 ;;
3637 *-*-tpf*)
3638 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3639 ;;
3640 *-*-uclinux*)
3641 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3642 ;;
3643 *-*-vxworks*)
3644 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3645 ;;
3646esac
3647
3648case "${target}" in
3649 *-*-chorusos)
3650 ;;
38f4c967 3651 aarch64-*-darwin*)
3652 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3653 noconfigdirs="$noconfigdirs sim target-rda"
3654 ;;
d62c0949 3655 amdgcn*-*-*)
3656 ;;
38f4c967 3657 arm-*-darwin*)
3658 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3659 noconfigdirs="$noconfigdirs sim target-rda"
3660 ;;
40c500e1 3661 powerpc-*-darwin*)
dba2c8ea 3662 noconfigdirs="$noconfigdirs ld gas gdb gprof"
d28caca4 3663 noconfigdirs="$noconfigdirs sim target-rda"
0894307c 3664 ;;
ea864ded 3665 i[3456789]86-*-darwin*)
3666 noconfigdirs="$noconfigdirs ld gprof"
3667 noconfigdirs="$noconfigdirs sim target-rda"
3668 ;;
3669 x86_64-*-darwin[912]*)
d9f9f3af 3670 noconfigdirs="$noconfigdirs ld gas gprof"
3671 noconfigdirs="$noconfigdirs sim target-rda"
3672 ;;
fce068fd 3673 *-*-darwin*)
3674 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3675 noconfigdirs="$noconfigdirs sim target-rda"
fce068fd 3676 ;;
e3a1fe08 3677 *-*-dragonfly*)
e3a1fe08 3678 ;;
c01dd063 3679 *-*-freebsd*)
4ee9c684 3680 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3681 && test -f /usr/local/include/gmp.h; then
3682 with_gmp=/usr/local
3683 fi
4ee9c684 3684 ;;
336577be 3685 *-*-kaos*)
3686 # Remove unsupported stuff on all kaOS configurations.
336577be 3687 noconfigdirs="$noconfigdirs target-libgloss"
3688 ;;
71ab34df 3689 *-*-netbsd*)
71ab34df 3690 ;;
634f7a13 3691 *-*-netware*)
71ab34df 3692 ;;
1d6aa005 3693 *-*-phoenix*)
3694 noconfigdirs="$noconfigdirs target-libgloss"
3695 ;;
71ab34df 3696 *-*-rtems*)
f24be480 3697 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3698 ;;
9f88bc9d 3699 # The tpf target doesn't support gdb yet.
3700 *-*-tpf*)
d556f192 3701 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
9f88bc9d 3702 ;;
688429c4 3703 *-*-uclinux*)
d556f192 3704 noconfigdirs="$noconfigdirs target-rda"
688429c4 3705 ;;
71ab34df 3706 *-*-vxworks*)
71ab34df 3707 ;;
3708 alpha*-dec-osf*)
3709 # ld works, but does not support shared libraries.
71ab34df 3710 # gas doesn't generate exception information.
d556f192 3711 noconfigdirs="$noconfigdirs gas ld"
71ab34df 3712 ;;
3713 alpha*-*-*vms*)
f24be480 3714 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
71ab34df 3715 ;;
71ab34df 3716 alpha*-*-*)
3717 # newlib is not 64 bit ready
f24be480 3718 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
71ab34df 3719 ;;
71ab34df 3720 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
f843f075 3721 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
71ab34df 3722 ;;
194b906d 3723 arc*-*-*)
3724 noconfigdirs="$noconfigdirs sim"
3725 ;;
71ab34df 3726 arm-*-pe*)
f24be480 3727 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3728 ;;
71ab34df 3729 arm-*-riscix*)
71559dce 3730 noconfigdirs="$noconfigdirs ld target-libgloss"
71ab34df 3731 ;;
fd28e216 3732 avr-*-*)
3733 if test x${with_avrlibc} != xno; then
3734 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3735 fi
3736 ;;
71ab34df 3737 c4x-*-* | tic4x-*-*)
71559dce 3738 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3739 ;;
71559dce 3740 tic54x-*-*)
3741 noconfigdirs="$noconfigdirs target-libgloss gdb"
71ab34df 3742 ;;
71ab34df 3743 d10v-*-*)
71559dce 3744 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3745 ;;
3746 d30v-*-*)
71559dce 3747 noconfigdirs="$noconfigdirs gdb"
71ab34df 3748 ;;
3749 fr30-*-elf*)
f24be480 3750 noconfigdirs="$noconfigdirs gdb"
71ab34df 3751 ;;
6406d366 3752 ft32-*-*)
3753 noconfigdirs="$noconfigdirs target-rda gprof"
3754 ;;
ca2751b6 3755 moxie-*-*)
6406d366 3756 noconfigdirs="$noconfigdirs"
ca2751b6 3757 ;;
71ab34df 3758 h8300*-*-*)
f24be480 3759 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3760 ;;
3761 h8500-*-*)
71559dce 3762 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3763 ;;
e8eddfdd 3764 hppa1.1-*-osf* | hppa1.1-*-bsd* )
e8eddfdd 3765 ;;
6406d366 3766 hppa*64*-*-hpux*)
3767 noconfigdirs="$noconfigdirs gdb"
3768 ;;
3769 hppa*-*-hpux11*)
3770 noconfigdirs="$noconfigdirs gdb ld"
3771 ;;
6bd59761 3772 hppa*64*-*-linux*)
71ab34df 3773 ;;
99684e84 3774 hppa*-*-linux*)
08261f02 3775 ;;
71ab34df 3776 hppa*-*-*elf* | \
71ab34df 3777 hppa*-*-lites* | \
3778 hppa*-*-openbsd* | \
3779 hppa*64*-*-*)
71ab34df 3780 ;;
1c5767f1 3781 hppa*-*-pro*)
1c5767f1 3782 ;;
71ab34df 3783 hppa*-*-*)
f24be480 3784 noconfigdirs="$noconfigdirs ld"
71ab34df 3785 ;;
4a9237fb 3786 i960-*-*)
71559dce 3787 noconfigdirs="$noconfigdirs gdb"
4a9237fb 3788 ;;
71ab34df 3789 ia64*-*-elf*)
3790 # No gdb support yet.
6c9785b4 3791 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
71ab34df 3792 ;;
3793 ia64*-**-hpux*)
1aca86a6 3794 # No ld support yet.
6406d366 3795 noconfigdirs="$noconfigdirs gdb libgui itcl ld"
71ab34df 3796 ;;
8408ca00 3797 ia64*-*-*vms*)
3211401d 3798 # No ld support yet.
3799 noconfigdirs="$noconfigdirs libgui itcl ld"
8408ca00 3800 ;;
ec2eb8fb 3801 i[3456789]86-w64-mingw*)
ec2eb8fb 3802 ;;
3803 i[3456789]86-*-mingw*)
d6d689df 3804 target_configdirs="$target_configdirs target-winsup"
b30fcfae 3805 ;;
71ab34df 3806 *-*-cygwin*)
3807 target_configdirs="$target_configdirs target-libtermcap target-winsup"
6c9785b4 3808 noconfigdirs="$noconfigdirs target-libgloss"
2c10944d 3809 # always build newlib if winsup directory is present.
d6d689df 3810 if test -d "$srcdir/winsup/cygwin"; then
2c10944d 3811 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
e8eddfdd 3812 elif test -d "$srcdir/newlib"; then
d6d689df 3813 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2c10944d 3814 fi
b30fcfae 3815 ;;
f74ea578 3816 i[3456789]86-*-pe)
17b3d2a8 3817 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3818 ;;
f74ea578 3819 i[3456789]86-*-sco3.2v5*)
71ab34df 3820 # The linker does not yet know about weak symbols in COFF,
3821 # and is not configured to handle mixed ELF and COFF.
71559dce 3822 noconfigdirs="$noconfigdirs ld target-libgloss"
71ab34df 3823 ;;
f74ea578 3824 i[3456789]86-*-sco*)
71559dce 3825 noconfigdirs="$noconfigdirs gprof target-libgloss"
71ab34df 3826 ;;
14f27bc6 3827 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
71ab34df 3828 noconfigdirs="$noconfigdirs target-libgloss"
3829 ;;
f74ea578 3830 i[3456789]86-*-sysv4*)
71559dce 3831 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3832 ;;
f74ea578 3833 i[3456789]86-*-beos*)
d556f192 3834 noconfigdirs="$noconfigdirs gdb"
602d002b 3835 ;;
ab0da556 3836 i[3456789]86-*-rdos*)
d556f192 3837 noconfigdirs="$noconfigdirs gdb"
1c5767f1 3838 ;;
71ab34df 3839 mmix-*-*)
f24be480 3840 noconfigdirs="$noconfigdirs gdb"
71ab34df 3841 ;;
957985d9 3842 mt-*-*)
f6fa11cb 3843 noconfigdirs="$noconfigdirs sim"
3844 ;;
b9bdd103 3845 nfp-*-*)
3846 noconfigdirs="$noconfigdirs ld gas gdb gprof sim"
3847 noconfigdirs="$noconfigdirs $target_libraries"
3848 ;;
71ab34df 3849 powerpc-*-aix*)
3850 # copied from rs6000-*-* entry
d556f192 3851 noconfigdirs="$noconfigdirs gprof"
71ab34df 3852 ;;
6bd59761 3853 powerpc*-*-winnt* | powerpc*-*-pe*)
71ab34df 3854 target_configdirs="$target_configdirs target-winsup"
71559dce 3855 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
71ab34df 3856 # always build newlib.
3857 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3858 ;;
3859 # This is temporary until we can link against shared libraries
3860 powerpcle-*-solaris*)
71559dce 3861 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
71ab34df 3862 ;;
3863 powerpc-*-beos*)
d556f192 3864 noconfigdirs="$noconfigdirs gdb"
71ab34df 3865 ;;
71ab34df 3866 rs6000-*-lynxos*)
d556f192 3867 noconfigdirs="$noconfigdirs gprof"
71ab34df 3868 ;;
3869 rs6000-*-aix*)
d556f192 3870 noconfigdirs="$noconfigdirs gprof"
71ab34df 3871 ;;
3872 rs6000-*-*)
f24be480 3873 noconfigdirs="$noconfigdirs gprof"
71ab34df 3874 ;;
3875 m68k-apollo-*)
71559dce 3876 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
71ab34df 3877 ;;
ba2b484f 3878 microblaze*)
f24be480 3879 noconfigdirs="$noconfigdirs gprof"
ba2b484f 3880 ;;
d781ea5c 3881 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
68c9bc25 3882 if test x$with_newlib = xyes; then
3883 noconfigdirs="$noconfigdirs gprof"
3884 fi
68c9bc25 3885 ;;
71ab34df 3886 mips*-*-irix5*)
71559dce 3887 noconfigdirs="$noconfigdirs gprof target-libgloss"
71ab34df 3888 ;;
3889 mips*-*-irix6*)
f24be480 3890 noconfigdirs="$noconfigdirs gprof target-libgloss"
71ab34df 3891 ;;
71ab34df 3892 mips*-*-bsd*)
d6449910 3893 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
71ab34df 3894 ;;
71ab34df 3895 mips*-*-linux*)
71ab34df 3896 ;;
d6449910 3897 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3898 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3899 noconfigdirs="$noconfigdirs ld gas gprof"
3900 ;;
71ab34df 3901 mips*-*-*)
f24be480 3902 noconfigdirs="$noconfigdirs gprof"
71ab34df 3903 ;;
8ce80784 3904 nvptx*-*-*)
8ce80784 3905 noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
3906 ;;
9a9b5abf 3907 sh-*-*)
39f6b116 3908 case "${target}" in
3909 sh*-*-elf)
f24be480 3910 ;;
39f6b116 3911 *)
f24be480 3912 noconfigdirs="$noconfigdirs target-libgloss" ;;
39f6b116 3913 esac
71ab34df 3914 ;;
71ab34df 3915 sparc-*-sunos4*)
d556f192 3916 if test x${is_cross_compiler} = xno ; then
71ab34df 3917 use_gnu_ld=no
3918 fi
3919 ;;
fa0a53e3 3920 tic6x-*-*)
ccdfa490 3921 noconfigdirs="$noconfigdirs sim"
fa0a53e3 3922 ;;
2da35515 3923 tilepro*-*-* | tilegx*-*-*)
e5fa74b2 3924 noconfigdirs="$noconfigdirs sim"
3925 ;;
71ab34df 3926 v810-*-*)
71559dce 3927 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
71ab34df 3928 ;;
3929 vax-*-*)
f24be480 3930 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
71ab34df 3931 ;;
c2762a30 3932 wasm32-*-*)
3933 noconfigdirs="$noconfigdirs ld"
3934 ;;
71ab34df 3935esac
a8298541 3936
71ab34df 3937# If we aren't building newlib, then don't build libgloss, since libgloss
3938# depends upon some newlib header files.
3939case "${noconfigdirs}" in
3940 *target-libgloss*) ;;
3941 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3942esac
3943
71ab34df 3944# Work in distributions that contain no compiler tools, like Autoconf.
71ab34df 3945host_makefile_frag=/dev/null
3946if test -d ${srcdir}/config ; then
3947case "${host}" in
f74ea578 3948 i[3456789]86-*-msdosdjgpp*)
71ab34df 3949 host_makefile_frag="config/mh-djgpp"
3950 ;;
3951 *-cygwin*)
45043b2b 3952
cd9a469c 3953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3954$as_echo_n "checking to see if cat works as expected... " >&6; }
45043b2b 3955echo a >cygwin-cat-check
82d97a59 3956if test `cat cygwin-cat-check` = a ; then
45043b2b 3957 rm cygwin-cat-check
cd9a469c 3958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3959$as_echo "yes" >&6; }
45043b2b 3960else
3961 rm cygwin-cat-check
cd9a469c 3962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3963$as_echo "no" >&6; }
f00f02a3 3964 as_fn_error $? "The cat command does not ignore carriage return characters.
45043b2b 3965 Please either mount the build directory in binary mode or run the following
3966 commands before running any configure script:
3967set -o igncr
3968export SHELLOPTS
cd9a469c 3969 " "$LINENO" 5
45043b2b 3970fi
3971
71ab34df 3972 host_makefile_frag="config/mh-cygwin"
3973 ;;
5a92bcc2 3974 *-mingw*)
70d8e49e 3975 host_makefile_frag="config/mh-mingw"
a378fc89 3976 ;;
bed3355c 3977 alpha*-linux*)
539ded76 3978 host_makefile_frag="config/mh-alpha-linux"
3979 ;;
d2b94e36 3980 hppa*-hp-hpux10*)
d2b94e36 3981 host_makefile_frag="config/mh-pa-hpux10"
71ab34df 3982 ;;
b2240ff6 3983 hppa*-hp-hpux*)
d2b94e36 3984 host_makefile_frag="config/mh-pa"
3985 ;;
3986 hppa*-*)
3987 host_makefile_frag="config/mh-pa"
3988 ;;
16463c8d 3989 *-*-darwin*)
3990 host_makefile_frag="config/mh-darwin"
0222d984 3991 ;;
9d44a802 3992 powerpc-*-aix*)
3993 host_makefile_frag="config/mh-ppc-aix"
3994 ;;
3995 rs6000-*-aix*)
3996 host_makefile_frag="config/mh-ppc-aix"
3997 ;;
71ab34df 3998esac
3999fi
4000
8e1fea1a 4001if test "${build}" != "${host}" ; then
93c5e793 4002 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
4003 AS_FOR_BUILD=${AS_FOR_BUILD-as}
8e1fea1a 4004 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
93c5e793 4005 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
93c5e793 4006 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
5ff5b630 4007 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
03385ed3 4008 GDC_FOR_BUILD=${GDC_FOR_BUILD-gdc}
93c5e793 4009 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
4010 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
4011 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
4012 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
4013 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
4014 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
4015else
4016 AR_FOR_BUILD="\$(AR)"
4017 AS_FOR_BUILD="\$(AS)"
a4af6a58 4018 CC_FOR_BUILD="\$(CC)"
93c5e793 4019 CXX_FOR_BUILD="\$(CXX)"
93c5e793 4020 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
5ff5b630 4021 GOC_FOR_BUILD="\$(GOC)"
03385ed3 4022 GDC_FOR_BUILD="\$(GDC)"
93c5e793 4023 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
4024 LD_FOR_BUILD="\$(LD)"
4025 NM_FOR_BUILD="\$(NM)"
4026 RANLIB_FOR_BUILD="\$(RANLIB)"
4027 WINDRES_FOR_BUILD="\$(WINDRES)"
4028 WINDMC_FOR_BUILD="\$(WINDMC)"
eae5b2bc 4029fi
4030
4031ac_ext=c
b30fcfae 4032ac_cpp='$CPP $CPPFLAGS'
4033ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4034ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4035ac_compiler_gnu=$ac_cv_c_compiler_gnu
4036if test -n "$ac_tool_prefix"; then
4037 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4038set dummy ${ac_tool_prefix}gcc; ac_word=$2
cd9a469c 4039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4040$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 4041if ${ac_cv_prog_CC+:} false; then :
cd9a469c 4042 $as_echo_n "(cached) " >&6
b30fcfae 4043else
4044 if test -n "$CC"; then
4045 ac_cv_prog_CC="$CC" # Let the user override the test.
4046else
4047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4048for as_dir in $PATH
4049do
4050 IFS=$as_save_IFS
4051 test -z "$as_dir" && as_dir=.
cd9a469c 4052 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 4053 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 4054 ac_cv_prog_CC="${ac_tool_prefix}gcc"
cd9a469c 4055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 4056 break 2
4057 fi
4058done
cd9a469c 4059 done
4060IFS=$as_save_IFS
b30fcfae 4061
4062fi
4063fi
4064CC=$ac_cv_prog_CC
4065if test -n "$CC"; then
cd9a469c 4066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4067$as_echo "$CC" >&6; }
b30fcfae 4068else
cd9a469c 4069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4070$as_echo "no" >&6; }
b30fcfae 4071fi
4072
cd9a469c 4073
b30fcfae 4074fi
4075if test -z "$ac_cv_prog_CC"; then
4076 ac_ct_CC=$CC
a4af6a58 4077 # Extract the first word of "gcc", so it can be a program name with args.
4078set dummy gcc; ac_word=$2
cd9a469c 4079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4080$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 4081if ${ac_cv_prog_ac_ct_CC+:} false; then :
cd9a469c 4082 $as_echo_n "(cached) " >&6
b30fcfae 4083else
4084 if test -n "$ac_ct_CC"; then
4085 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4086else
4087as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4088for as_dir in $PATH
4089do
4090 IFS=$as_save_IFS
4091 test -z "$as_dir" && as_dir=.
cd9a469c 4092 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 4093 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 4094 ac_cv_prog_ac_ct_CC="gcc"
cd9a469c 4095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 4096 break 2
4097 fi
4098done
cd9a469c 4099 done
4100IFS=$as_save_IFS
b30fcfae 4101
4102fi
4103fi
4104ac_ct_CC=$ac_cv_prog_ac_ct_CC
4105if test -n "$ac_ct_CC"; then
cd9a469c 4106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4107$as_echo "$ac_ct_CC" >&6; }
b30fcfae 4108else
cd9a469c 4109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4110$as_echo "no" >&6; }
b30fcfae 4111fi
4112
cd9a469c 4113 if test "x$ac_ct_CC" = x; then
4114 CC=""
4115 else
4116 case $cross_compiling:$ac_tool_warned in
4117yes:)
4118{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4119$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4120ac_tool_warned=yes ;;
4121esac
4122 CC=$ac_ct_CC
4123 fi
b30fcfae 4124else
4125 CC="$ac_cv_prog_CC"
4126fi
4127
4128if test -z "$CC"; then
cd9a469c 4129 if test -n "$ac_tool_prefix"; then
4130 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
b30fcfae 4131set dummy ${ac_tool_prefix}cc; ac_word=$2
cd9a469c 4132{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4133$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 4134if ${ac_cv_prog_CC+:} false; then :
cd9a469c 4135 $as_echo_n "(cached) " >&6
8e1fea1a 4136else
4137 if test -n "$CC"; then
4138 ac_cv_prog_CC="$CC" # Let the user override the test.
4139else
b30fcfae 4140as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4141for as_dir in $PATH
4142do
4143 IFS=$as_save_IFS
4144 test -z "$as_dir" && as_dir=.
cd9a469c 4145 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 4146 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 4147 ac_cv_prog_CC="${ac_tool_prefix}cc"
cd9a469c 4148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 4149 break 2
4150 fi
4151done
cd9a469c 4152 done
4153IFS=$as_save_IFS
b30fcfae 4154
a83ffacf 4155fi
a83ffacf 4156fi
b30fcfae 4157CC=$ac_cv_prog_CC
ae48753c 4158if test -n "$CC"; then
cd9a469c 4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4160$as_echo "$CC" >&6; }
5084f823 4161else
cd9a469c 4162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4163$as_echo "no" >&6; }
5084f823 4164fi
4165
5084f823 4166
cd9a469c 4167 fi
b30fcfae 4168fi
8e1fea1a 4169if test -z "$CC"; then
4170 # Extract the first word of "cc", so it can be a program name with args.
4171set dummy cc; ac_word=$2
cd9a469c 4172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4173$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 4174if ${ac_cv_prog_CC+:} false; then :
cd9a469c 4175 $as_echo_n "(cached) " >&6
8e1fea1a 4176else
4177 if test -n "$CC"; then
4178 ac_cv_prog_CC="$CC" # Let the user override the test.
4179else
a83ffacf 4180 ac_prog_rejected=no
b30fcfae 4181as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4182for as_dir in $PATH
4183do
4184 IFS=$as_save_IFS
4185 test -z "$as_dir" && as_dir=.
cd9a469c 4186 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 4187 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 4188 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4189 ac_prog_rejected=yes
4190 continue
4191 fi
4192 ac_cv_prog_CC="cc"
cd9a469c 4193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 4194 break 2
4195 fi
4196done
cd9a469c 4197 done
4198IFS=$as_save_IFS
b30fcfae 4199
8e1fea1a 4200if test $ac_prog_rejected = yes; then
4201 # We found a bogon in the path, so make sure we never use it.
4202 set dummy $ac_cv_prog_CC
4203 shift
b30fcfae 4204 if test $# != 0; then
8e1fea1a 4205 # We chose a different compiler from the bogus one.
4206 # However, it has the same basename, so the bogon will be chosen
4207 # first if we set CC to just the basename; use the full file name.
4208 shift
b30fcfae 4209 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
8e1fea1a 4210 fi
4211fi
4212fi
4213fi
b30fcfae 4214CC=$ac_cv_prog_CC
8e1fea1a 4215if test -n "$CC"; then
cd9a469c 4216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4217$as_echo "$CC" >&6; }
8e1fea1a 4218else
cd9a469c 4219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4220$as_echo "no" >&6; }
8e1fea1a 4221fi
4222
cd9a469c 4223
b30fcfae 4224fi
4225if test -z "$CC"; then
4226 if test -n "$ac_tool_prefix"; then
cd9a469c 4227 for ac_prog in cl.exe
b30fcfae 4228 do
4229 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4230set dummy $ac_tool_prefix$ac_prog; ac_word=$2
cd9a469c 4231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4232$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 4233if ${ac_cv_prog_CC+:} false; then :
cd9a469c 4234 $as_echo_n "(cached) " >&6
8e1fea1a 4235else
4236 if test -n "$CC"; then
4237 ac_cv_prog_CC="$CC" # Let the user override the test.
4238else
b30fcfae 4239as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4240for as_dir in $PATH
4241do
4242 IFS=$as_save_IFS
4243 test -z "$as_dir" && as_dir=.
cd9a469c 4244 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 4245 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 4246 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
cd9a469c 4247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 4248 break 2
4249 fi
4250done
cd9a469c 4251 done
4252IFS=$as_save_IFS
b30fcfae 4253
8e1fea1a 4254fi
4255fi
b30fcfae 4256CC=$ac_cv_prog_CC
8e1fea1a 4257if test -n "$CC"; then
cd9a469c 4258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4259$as_echo "$CC" >&6; }
b1660f25 4260else
cd9a469c 4261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4262$as_echo "no" >&6; }
a4af6a58 4263fi
ae48753c 4264
cd9a469c 4265
b30fcfae 4266 test -n "$CC" && break
4267 done
ae48753c 4268fi
b30fcfae 4269if test -z "$CC"; then
4270 ac_ct_CC=$CC
cd9a469c 4271 for ac_prog in cl.exe
b30fcfae 4272do
4273 # Extract the first word of "$ac_prog", so it can be a program name with args.
4274set dummy $ac_prog; ac_word=$2
cd9a469c 4275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4276$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 4277if ${ac_cv_prog_ac_ct_CC+:} false; then :
cd9a469c 4278 $as_echo_n "(cached) " >&6
a83ffacf 4279else
b30fcfae 4280 if test -n "$ac_ct_CC"; then
4281 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
a83ffacf 4282else
b30fcfae 4283as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4284for as_dir in $PATH
4285do
4286 IFS=$as_save_IFS
4287 test -z "$as_dir" && as_dir=.
cd9a469c 4288 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 4289 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 4290 ac_cv_prog_ac_ct_CC="$ac_prog"
cd9a469c 4291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 4292 break 2
4293 fi
4294done
cd9a469c 4295 done
4296IFS=$as_save_IFS
b30fcfae 4297
ae48753c 4298fi
4299fi
b30fcfae 4300ac_ct_CC=$ac_cv_prog_ac_ct_CC
4301if test -n "$ac_ct_CC"; then
cd9a469c 4302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4303$as_echo "$ac_ct_CC" >&6; }
a4af6a58 4304else
cd9a469c 4305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4306$as_echo "no" >&6; }
ae48753c 4307fi
a83ffacf 4308
cd9a469c 4309
b30fcfae 4310 test -n "$ac_ct_CC" && break
4311done
4312
cd9a469c 4313 if test "x$ac_ct_CC" = x; then
4314 CC=""
4315 else
4316 case $cross_compiling:$ac_tool_warned in
4317yes:)
4318{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4319$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4320ac_tool_warned=yes ;;
4321esac
4322 CC=$ac_ct_CC
4323 fi
b30fcfae 4324fi
4325
4326fi
4327
4328
cd9a469c 4329test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4330$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 4331as_fn_error $? "no acceptable C compiler found in \$PATH
4332See \`config.log' for more details" "$LINENO" 5; }
b30fcfae 4333
4334# Provide some information about the compiler.
cd9a469c 4335$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4336set X $ac_compile
4337ac_compiler=$2
4338for ac_option in --version -v -V -qversion; do
4339 { { ac_try="$ac_compiler $ac_option >&5"
4340case "(($ac_try" in
4341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4342 *) ac_try_echo=$ac_try;;
4343esac
4344eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4345$as_echo "$ac_try_echo"; } >&5
4346 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
b30fcfae 4347 ac_status=$?
cd9a469c 4348 if test -s conftest.err; then
4349 sed '10a\
4350... rest of stderr output deleted ...
4351 10q' conftest.err >conftest.er1
4352 cat conftest.er1 >&5
cd9a469c 4353 fi
f00f02a3 4354 rm -f conftest.er1 conftest.err
cd9a469c 4355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4356 test $ac_status = 0; }
4357done
b30fcfae 4358
cd9a469c 4359cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 4360/* end confdefs.h. */
4361
4362int
4363main ()
4364{
4365
4366 ;
4367 return 0;
4368}
4369_ACEOF
4370ac_clean_files_save=$ac_clean_files
f00f02a3 4371ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
b30fcfae 4372# Try to create an executable without -o first, disregard a.out.
4373# It will help us diagnose broken compilers, and finding out an intuition
4374# of exeext.
f00f02a3 4375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4376$as_echo_n "checking whether the C compiler works... " >&6; }
cd9a469c 4377ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4378
4379# The possible output files:
4380ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4381
4382ac_rmfiles=
4383for ac_file in $ac_files
4384do
4385 case $ac_file in
4386 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4387 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4388 esac
4389done
4390rm -f $ac_rmfiles
4391
4392if { { ac_try="$ac_link_default"
4393case "(($ac_try" in
4394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4395 *) ac_try_echo=$ac_try;;
4396esac
4397eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4398$as_echo "$ac_try_echo"; } >&5
4399 (eval "$ac_link_default") 2>&5
b30fcfae 4400 ac_status=$?
cd9a469c 4401 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4402 test $ac_status = 0; }; then :
4403 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4404# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4405# in a Makefile. We should not override ac_cv_exeext if it was cached,
4406# so that the user can short-circuit this test for compilers unknown to
4407# Autoconf.
4408for ac_file in $ac_files ''
b30fcfae 4409do
4410 test -f "$ac_file" || continue
4411 case $ac_file in
cd9a469c 4412 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
b30fcfae 4413 ;;
4414 [ab].out )
4415 # We found the default executable, but exeext='' is most
4416 # certainly right.
4417 break;;
4418 *.* )
cd9a469c 4419 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4420 then :; else
4421 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4422 fi
4423 # We set ac_cv_exeext here because the later test for it is not
4424 # safe: cross compilers may not add the suffix if given an `-o'
4425 # argument, so we may need to know it at that point already.
4426 # Even if this section looks crufty: it has the advantage of
4427 # actually working.
b30fcfae 4428 break;;
4429 * )
4430 break;;
4431 esac
4432done
cd9a469c 4433test "$ac_cv_exeext" = no && ac_cv_exeext=
4434
b30fcfae 4435else
cd9a469c 4436 ac_file=''
4437fi
cd9a469c 4438if test -z "$ac_file"; then :
f00f02a3 4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4440$as_echo "no" >&6; }
4441$as_echo "$as_me: failed program was:" >&5
b30fcfae 4442sed 's/^/| /' conftest.$ac_ext >&5
4443
cd9a469c 4444{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4445$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 4446as_fn_error 77 "C compiler cannot create executables
4447See \`config.log' for more details" "$LINENO" 5; }
4448else
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4450$as_echo "yes" >&6; }
b30fcfae 4451fi
f00f02a3 4452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4453$as_echo_n "checking for C compiler default output file name... " >&6; }
4454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4455$as_echo "$ac_file" >&6; }
b30fcfae 4456ac_exeext=$ac_cv_exeext
b30fcfae 4457
f00f02a3 4458rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
b30fcfae 4459ac_clean_files=$ac_clean_files_save
cd9a469c 4460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4461$as_echo_n "checking for suffix of executables... " >&6; }
4462if { { ac_try="$ac_link"
4463case "(($ac_try" in
4464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4465 *) ac_try_echo=$ac_try;;
4466esac
4467eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4468$as_echo "$ac_try_echo"; } >&5
4469 (eval "$ac_link") 2>&5
b30fcfae 4470 ac_status=$?
cd9a469c 4471 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4472 test $ac_status = 0; }; then :
b30fcfae 4473 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4474# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4475# work properly (i.e., refer to `conftest.exe'), while it won't with
4476# `rm'.
4477for ac_file in conftest.exe conftest conftest.*; do
4478 test -f "$ac_file" || continue
4479 case $ac_file in
cd9a469c 4480 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
b30fcfae 4481 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
b30fcfae 4482 break;;
4483 * ) break;;
4484 esac
4485done
ae48753c 4486else
cd9a469c 4487 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4488$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 4489as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4490See \`config.log' for more details" "$LINENO" 5; }
b30fcfae 4491fi
f00f02a3 4492rm -f conftest conftest$ac_cv_exeext
cd9a469c 4493{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4494$as_echo "$ac_cv_exeext" >&6; }
b30fcfae 4495
4496rm -f conftest.$ac_ext
4497EXEEXT=$ac_cv_exeext
4498ac_exeext=$EXEEXT
f00f02a3 4499cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4500/* end confdefs.h. */
4501#include <stdio.h>
4502int
4503main ()
4504{
4505FILE *f = fopen ("conftest.out", "w");
4506 return ferror (f) || fclose (f) != 0;
4507
4508 ;
4509 return 0;
4510}
4511_ACEOF
4512ac_clean_files="$ac_clean_files conftest.out"
4513# Check that the compiler produces executables we can run. If not, either
4514# the compiler is broken, or we cross compile.
4515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4516$as_echo_n "checking whether we are cross compiling... " >&6; }
4517if test "$cross_compiling" != yes; then
4518 { { ac_try="$ac_link"
4519case "(($ac_try" in
4520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4521 *) ac_try_echo=$ac_try;;
4522esac
4523eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4524$as_echo "$ac_try_echo"; } >&5
4525 (eval "$ac_link") 2>&5
4526 ac_status=$?
4527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4528 test $ac_status = 0; }
4529 if { ac_try='./conftest$ac_cv_exeext'
4530 { { case "(($ac_try" in
4531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4532 *) ac_try_echo=$ac_try;;
4533esac
4534eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4535$as_echo "$ac_try_echo"; } >&5
4536 (eval "$ac_try") 2>&5
4537 ac_status=$?
4538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4539 test $ac_status = 0; }; }; then
4540 cross_compiling=no
4541 else
4542 if test "$cross_compiling" = maybe; then
4543 cross_compiling=yes
4544 else
4545 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4546$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4547as_fn_error $? "cannot run C compiled programs.
4548If you meant to cross compile, use \`--host'.
4549See \`config.log' for more details" "$LINENO" 5; }
4550 fi
4551 fi
4552fi
4553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4554$as_echo "$cross_compiling" >&6; }
4555
4556rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4557ac_clean_files=$ac_clean_files_save
cd9a469c 4558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4559$as_echo_n "checking for suffix of object files... " >&6; }
f00f02a3 4560if ${ac_cv_objext+:} false; then :
cd9a469c 4561 $as_echo_n "(cached) " >&6
b30fcfae 4562else
cd9a469c 4563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 4564/* end confdefs.h. */
4565
4566int
4567main ()
4568{
4569
4570 ;
4571 return 0;
4572}
4573_ACEOF
4574rm -f conftest.o conftest.obj
cd9a469c 4575if { { ac_try="$ac_compile"
4576case "(($ac_try" in
4577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4578 *) ac_try_echo=$ac_try;;
4579esac
4580eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4581$as_echo "$ac_try_echo"; } >&5
4582 (eval "$ac_compile") 2>&5
b30fcfae 4583 ac_status=$?
cd9a469c 4584 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4585 test $ac_status = 0; }; then :
4586 for ac_file in conftest.o conftest.obj conftest.*; do
4587 test -f "$ac_file" || continue;
b30fcfae 4588 case $ac_file in
cd9a469c 4589 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
b30fcfae 4590 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4591 break;;
4592 esac
4593done
4594else
cd9a469c 4595 $as_echo "$as_me: failed program was:" >&5
b30fcfae 4596sed 's/^/| /' conftest.$ac_ext >&5
4597
cd9a469c 4598{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4599$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 4600as_fn_error $? "cannot compute suffix of object files: cannot compile
4601See \`config.log' for more details" "$LINENO" 5; }
b30fcfae 4602fi
b30fcfae 4603rm -f conftest.$ac_cv_objext conftest.$ac_ext
4604fi
cd9a469c 4605{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4606$as_echo "$ac_cv_objext" >&6; }
b30fcfae 4607OBJEXT=$ac_cv_objext
4608ac_objext=$OBJEXT
cd9a469c 4609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4610$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
f00f02a3 4611if ${ac_cv_c_compiler_gnu+:} false; then :
cd9a469c 4612 $as_echo_n "(cached) " >&6
b30fcfae 4613else
cd9a469c 4614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 4615/* end confdefs.h. */
4616
4617int
4618main ()
4619{
4620#ifndef __GNUC__
4621 choke me
4622#endif
4623
4624 ;
4625 return 0;
4626}
4627_ACEOF
cd9a469c 4628if ac_fn_c_try_compile "$LINENO"; then :
b30fcfae 4629 ac_compiler_gnu=yes
4630else
cd9a469c 4631 ac_compiler_gnu=no
b30fcfae 4632fi
cd9a469c 4633rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b30fcfae 4634ac_cv_c_compiler_gnu=$ac_compiler_gnu
4635
4636fi
cd9a469c 4637{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4638$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4639if test $ac_compiler_gnu = yes; then
4640 GCC=yes
4641else
4642 GCC=
4643fi
b30fcfae 4644ac_test_CFLAGS=${CFLAGS+set}
4645ac_save_CFLAGS=$CFLAGS
cd9a469c 4646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4647$as_echo_n "checking whether $CC accepts -g... " >&6; }
f00f02a3 4648if ${ac_cv_prog_cc_g+:} false; then :
cd9a469c 4649 $as_echo_n "(cached) " >&6
4650else
4651 ac_save_c_werror_flag=$ac_c_werror_flag
4652 ac_c_werror_flag=yes
4653 ac_cv_prog_cc_g=no
4654 CFLAGS="-g"
4655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 4656/* end confdefs.h. */
4657
4658int
4659main ()
4660{
4661
4662 ;
4663 return 0;
4664}
4665_ACEOF
cd9a469c 4666if ac_fn_c_try_compile "$LINENO"; then :
8e1fea1a 4667 ac_cv_prog_cc_g=yes
4668else
cd9a469c 4669 CFLAGS=""
4670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4671/* end confdefs.h. */
4672
4673int
4674main ()
4675{
4676
4677 ;
4678 return 0;
4679}
4680_ACEOF
4681if ac_fn_c_try_compile "$LINENO"; then :
4682
4683else
4684 ac_c_werror_flag=$ac_save_c_werror_flag
4685 CFLAGS="-g"
4686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4687/* end confdefs.h. */
ae48753c 4688
cd9a469c 4689int
4690main ()
4691{
4692
4693 ;
4694 return 0;
4695}
4696_ACEOF
4697if ac_fn_c_try_compile "$LINENO"; then :
4698 ac_cv_prog_cc_g=yes
4699fi
4700rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a83ffacf 4701fi
cd9a469c 4702rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b30fcfae 4703fi
cd9a469c 4704rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4705 ac_c_werror_flag=$ac_save_c_werror_flag
4706fi
4707{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4708$as_echo "$ac_cv_prog_cc_g" >&6; }
8e1fea1a 4709if test "$ac_test_CFLAGS" = set; then
b30fcfae 4710 CFLAGS=$ac_save_CFLAGS
8e1fea1a 4711elif test $ac_cv_prog_cc_g = yes; then
4712 if test "$GCC" = yes; then
4713 CFLAGS="-g -O2"
4714 else
4715 CFLAGS="-g"
4716 fi
4717else
4718 if test "$GCC" = yes; then
4719 CFLAGS="-O2"
4720 else
4721 CFLAGS=
4722 fi
4723fi
cd9a469c 4724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4725$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
f00f02a3 4726if ${ac_cv_prog_cc_c89+:} false; then :
cd9a469c 4727 $as_echo_n "(cached) " >&6
b30fcfae 4728else
cd9a469c 4729 ac_cv_prog_cc_c89=no
b30fcfae 4730ac_save_CC=$CC
cd9a469c 4731cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 4732/* end confdefs.h. */
4733#include <stdarg.h>
4734#include <stdio.h>
f00f02a3 4735struct stat;
b30fcfae 4736/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4737struct buf { int x; };
4738FILE * (*rcsopen) (struct buf *, struct stat *, int);
4739static char *e (p, i)
4740 char **p;
4741 int i;
4742{
4743 return p[i];
4744}
4745static char *f (char * (*g) (char **, int), char **p, ...)
4746{
4747 char *s;
4748 va_list v;
4749 va_start (v,p);
4750 s = g (p, va_arg (v,int));
4751 va_end (v);
4752 return s;
4753}
4754
4755/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4756 function prototypes and stuff, but not '\xHH' hex character constants.
4757 These don't provoke an error unfortunately, instead are silently treated
cd9a469c 4758 as 'x'. The following induces an error, until -std is added to get
b30fcfae 4759 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4760 array size at least. It's necessary to write '\x00'==0 to get something
cd9a469c 4761 that's true only with -std. */
b30fcfae 4762int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4763
cd9a469c 4764/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4765 inside strings and character constants. */
4766#define FOO(x) 'x'
4767int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4768
b30fcfae 4769int test (int i, double x);
4770struct s1 {int (*f) (int a);};
4771struct s2 {int (*f) (double a);};
4772int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4773int argc;
4774char **argv;
4775int
4776main ()
4777{
4778return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4779 ;
4780 return 0;
4781}
4782_ACEOF
cd9a469c 4783for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4784 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
b30fcfae 4785do
4786 CC="$ac_save_CC $ac_arg"
cd9a469c 4787 if ac_fn_c_try_compile "$LINENO"; then :
4788 ac_cv_prog_cc_c89=$ac_arg
b30fcfae 4789fi
cd9a469c 4790rm -f core conftest.err conftest.$ac_objext
4791 test "x$ac_cv_prog_cc_c89" != "xno" && break
b30fcfae 4792done
cd9a469c 4793rm -f conftest.$ac_ext
b30fcfae 4794CC=$ac_save_CC
4795
4796fi
cd9a469c 4797# AC_CACHE_VAL
4798case "x$ac_cv_prog_cc_c89" in
4799 x)
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4801$as_echo "none needed" >&6; } ;;
4802 xno)
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4804$as_echo "unsupported" >&6; } ;;
b30fcfae 4805 *)
cd9a469c 4806 CC="$CC $ac_cv_prog_cc_c89"
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4808$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
b30fcfae 4809esac
cd9a469c 4810if test "x$ac_cv_prog_cc_c89" != xno; then :
b30fcfae 4811
5084f823 4812fi
4813
5084f823 4814ac_ext=c
4815ac_cpp='$CPP $CPPFLAGS'
4816ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4817ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4818ac_compiler_gnu=$ac_cv_c_compiler_gnu
4819
cd9a469c 4820ac_ext=cpp
5084f823 4821ac_cpp='$CXXCPP $CPPFLAGS'
4822ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4823ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4824ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
cd9a469c 4825if test -z "$CXX"; then
4826 if test -n "$CCC"; then
4827 CXX=$CCC
4828 else
4829 if test -n "$ac_tool_prefix"; then
4830 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5084f823 4831 do
4832 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4833set dummy $ac_tool_prefix$ac_prog; ac_word=$2
cd9a469c 4834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4835$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 4836if ${ac_cv_prog_CXX+:} false; then :
cd9a469c 4837 $as_echo_n "(cached) " >&6
5084f823 4838else
4839 if test -n "$CXX"; then
4840 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4841else
4842as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4843for as_dir in $PATH
4844do
4845 IFS=$as_save_IFS
4846 test -z "$as_dir" && as_dir=.
cd9a469c 4847 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 4848 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5084f823 4849 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
cd9a469c 4850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5084f823 4851 break 2
4852 fi
4853done
cd9a469c 4854 done
4855IFS=$as_save_IFS
8e1fea1a 4856
eae5b2bc 4857fi
4858fi
4859CXX=$ac_cv_prog_CXX
4860if test -n "$CXX"; then
cd9a469c 4861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4862$as_echo "$CXX" >&6; }
eae5b2bc 4863else
cd9a469c 4864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4865$as_echo "no" >&6; }
eae5b2bc 4866fi
4867
cd9a469c 4868
eae5b2bc 4869 test -n "$CXX" && break
4870 done
4871fi
4872if test -z "$CXX"; then
4873 ac_ct_CXX=$CXX
cd9a469c 4874 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
eae5b2bc 4875do
4876 # Extract the first word of "$ac_prog", so it can be a program name with args.
4877set dummy $ac_prog; ac_word=$2
cd9a469c 4878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4879$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 4880if ${ac_cv_prog_ac_ct_CXX+:} false; then :
cd9a469c 4881 $as_echo_n "(cached) " >&6
eae5b2bc 4882else
4883 if test -n "$ac_ct_CXX"; then
4884 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4885else
4886as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4887for as_dir in $PATH
4888do
4889 IFS=$as_save_IFS
4890 test -z "$as_dir" && as_dir=.
cd9a469c 4891 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 4892 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
eae5b2bc 4893 ac_cv_prog_ac_ct_CXX="$ac_prog"
cd9a469c 4894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
eae5b2bc 4895 break 2
4896 fi
4897done
cd9a469c 4898 done
4899IFS=$as_save_IFS
eae5b2bc 4900
4901fi
4902fi
4903ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4904if test -n "$ac_ct_CXX"; then
cd9a469c 4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4906$as_echo "$ac_ct_CXX" >&6; }
eae5b2bc 4907else
cd9a469c 4908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4909$as_echo "no" >&6; }
eae5b2bc 4910fi
4911
cd9a469c 4912
eae5b2bc 4913 test -n "$ac_ct_CXX" && break
4914done
eae5b2bc 4915
cd9a469c 4916 if test "x$ac_ct_CXX" = x; then
4917 CXX="g++"
4918 else
4919 case $cross_compiling:$ac_tool_warned in
4920yes:)
4921{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4922$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4923ac_tool_warned=yes ;;
4924esac
4925 CXX=$ac_ct_CXX
4926 fi
eae5b2bc 4927fi
4928
cd9a469c 4929 fi
4930fi
eae5b2bc 4931# Provide some information about the compiler.
cd9a469c 4932$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4933set X $ac_compile
4934ac_compiler=$2
4935for ac_option in --version -v -V -qversion; do
4936 { { ac_try="$ac_compiler $ac_option >&5"
4937case "(($ac_try" in
4938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4939 *) ac_try_echo=$ac_try;;
4940esac
4941eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4942$as_echo "$ac_try_echo"; } >&5
4943 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
eae5b2bc 4944 ac_status=$?
cd9a469c 4945 if test -s conftest.err; then
4946 sed '10a\
4947... rest of stderr output deleted ...
4948 10q' conftest.err >conftest.er1
4949 cat conftest.er1 >&5
cd9a469c 4950 fi
f00f02a3 4951 rm -f conftest.er1 conftest.err
cd9a469c 4952 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4953 test $ac_status = 0; }
4954done
eae5b2bc 4955
cd9a469c 4956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4957$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
f00f02a3 4958if ${ac_cv_cxx_compiler_gnu+:} false; then :
cd9a469c 4959 $as_echo_n "(cached) " >&6
eae5b2bc 4960else
cd9a469c 4961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
eae5b2bc 4962/* end confdefs.h. */
4963
4964int
4965main ()
4966{
4967#ifndef __GNUC__
4968 choke me
4969#endif
4970
4971 ;
4972 return 0;
4973}
4974_ACEOF
cd9a469c 4975if ac_fn_cxx_try_compile "$LINENO"; then :
eae5b2bc 4976 ac_compiler_gnu=yes
4977else
cd9a469c 4978 ac_compiler_gnu=no
eae5b2bc 4979fi
cd9a469c 4980rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
eae5b2bc 4981ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4982
4983fi
cd9a469c 4984{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4985$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4986if test $ac_compiler_gnu = yes; then
4987 GXX=yes
4988else
4989 GXX=
4990fi
eae5b2bc 4991ac_test_CXXFLAGS=${CXXFLAGS+set}
4992ac_save_CXXFLAGS=$CXXFLAGS
cd9a469c 4993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4994$as_echo_n "checking whether $CXX accepts -g... " >&6; }
f00f02a3 4995if ${ac_cv_prog_cxx_g+:} false; then :
cd9a469c 4996 $as_echo_n "(cached) " >&6
4997else
4998 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4999 ac_cxx_werror_flag=yes
5000 ac_cv_prog_cxx_g=no
5001 CXXFLAGS="-g"
5002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
eae5b2bc 5003/* end confdefs.h. */
5004
5005int
5006main ()
5007{
5008
5009 ;
5010 return 0;
5011}
5012_ACEOF
cd9a469c 5013if ac_fn_cxx_try_compile "$LINENO"; then :
eae5b2bc 5014 ac_cv_prog_cxx_g=yes
5015else
cd9a469c 5016 CXXFLAGS=""
5017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
eae5b2bc 5018/* end confdefs.h. */
cd9a469c 5019
eae5b2bc 5020int
5021main ()
5022{
cd9a469c 5023
eae5b2bc 5024 ;
5025 return 0;
5026}
5027_ACEOF
cd9a469c 5028if ac_fn_cxx_try_compile "$LINENO"; then :
2f8725b0 5029
cd9a469c 5030else
5031 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5032 CXXFLAGS="-g"
5033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
eae5b2bc 5034/* end confdefs.h. */
cd9a469c 5035
eae5b2bc 5036int
5037main ()
5038{
cd9a469c 5039
eae5b2bc 5040 ;
5041 return 0;
5042}
5043_ACEOF
cd9a469c 5044if ac_fn_cxx_try_compile "$LINENO"; then :
5045 ac_cv_prog_cxx_g=yes
570af75a 5046fi
cd9a469c 5047rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5048fi
5049rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5050fi
5051rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5052 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5053fi
5054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5055$as_echo "$ac_cv_prog_cxx_g" >&6; }
5056if test "$ac_test_CXXFLAGS" = set; then
5057 CXXFLAGS=$ac_save_CXXFLAGS
5058elif test $ac_cv_prog_cxx_g = yes; then
5059 if test "$GXX" = yes; then
5060 CXXFLAGS="-g -O2"
5061 else
5062 CXXFLAGS="-g"
5063 fi
5064else
5065 if test "$GXX" = yes; then
5066 CXXFLAGS="-O2"
5067 else
5068 CXXFLAGS=
5069 fi
eae5b2bc 5070fi
eae5b2bc 5071ac_ext=c
5072ac_cpp='$CPP $CPPFLAGS'
5073ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5074ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5075ac_compiler_gnu=$ac_cv_c_compiler_gnu
5076
5077
5078# We must set the default linker to the linker used by gcc for the correct
5079# operation of libtool. If LD is not defined and we are using gcc, try to
5080# set the LD default to the ld used by gcc.
5081if test -z "$LD"; then
5082 if test "$GCC" = yes; then
5083 case $build in
5084 *-*-mingw*)
5085 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
5086 *)
5087 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
5088 esac
5089 case $gcc_prog_ld in
5090 # Accept absolute paths.
5091 [\\/]* | [A-Za-z]:[\\/]*)
5092 LD="$gcc_prog_ld" ;;
5093 esac
5094 fi
2f8725b0 5095fi
5096
13687c85 5097# Check whether -static-libstdc++ -static-libgcc is supported.
5098have_static_libs=no
5099if test "$GCC" = yes; then
5100 saved_LDFLAGS="$LDFLAGS"
5101
5102 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5104$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5105 ac_ext=cpp
5106ac_cpp='$CXXCPP $CPPFLAGS'
5107ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5108ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5109ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5110
5111
5112cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5113/* end confdefs.h. */
74f1ea54 5114
5115#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5116#error -static-libstdc++ not implemented
5117#endif
13687c85 5118int main() {}
5119_ACEOF
5120if ac_fn_cxx_try_link "$LINENO"; then :
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5122$as_echo "yes" >&6; }; have_static_libs=yes
5123else
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5125$as_echo "no" >&6; }
5126fi
5127rm -f core conftest.err conftest.$ac_objext \
5128 conftest$ac_exeext conftest.$ac_ext
5129 ac_ext=c
5130ac_cpp='$CPP $CPPFLAGS'
5131ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5132ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5133ac_compiler_gnu=$ac_cv_c_compiler_gnu
5134
5135
5136 LDFLAGS="$saved_LDFLAGS"
5137fi
5138
2f8725b0 5139
5140
8e1fea1a 5141
b30fcfae 5142if test -n "$ac_tool_prefix"; then
5143 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
8e1fea1a 5144set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
cd9a469c 5145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5146$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 5147if ${ac_cv_prog_GNATBIND+:} false; then :
cd9a469c 5148 $as_echo_n "(cached) " >&6
8e1fea1a 5149else
5150 if test -n "$GNATBIND"; then
5151 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5152else
b30fcfae 5153as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5154for as_dir in $PATH
5155do
5156 IFS=$as_save_IFS
5157 test -z "$as_dir" && as_dir=.
cd9a469c 5158 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 5159 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 5160 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
cd9a469c 5161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 5162 break 2
5163 fi
5164done
cd9a469c 5165 done
5166IFS=$as_save_IFS
b30fcfae 5167
8e1fea1a 5168fi
5169fi
b30fcfae 5170GNATBIND=$ac_cv_prog_GNATBIND
8e1fea1a 5171if test -n "$GNATBIND"; then
cd9a469c 5172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5173$as_echo "$GNATBIND" >&6; }
8e1fea1a 5174else
cd9a469c 5175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5176$as_echo "no" >&6; }
8e1fea1a 5177fi
5178
cd9a469c 5179
b30fcfae 5180fi
8e1fea1a 5181if test -z "$ac_cv_prog_GNATBIND"; then
b30fcfae 5182 ac_ct_GNATBIND=$GNATBIND
8e1fea1a 5183 # Extract the first word of "gnatbind", so it can be a program name with args.
5184set dummy gnatbind; ac_word=$2
cd9a469c 5185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5186$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 5187if ${ac_cv_prog_ac_ct_GNATBIND+:} false; then :
cd9a469c 5188 $as_echo_n "(cached) " >&6
8e1fea1a 5189else
b30fcfae 5190 if test -n "$ac_ct_GNATBIND"; then
5191 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
8e1fea1a 5192else
b30fcfae 5193as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5194for as_dir in $PATH
5195do
5196 IFS=$as_save_IFS
5197 test -z "$as_dir" && as_dir=.
cd9a469c 5198 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 5199 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 5200 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
cd9a469c 5201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 5202 break 2
5203 fi
5204done
cd9a469c 5205 done
5206IFS=$as_save_IFS
b30fcfae 5207
8e1fea1a 5208fi
5209fi
b30fcfae 5210ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5211if test -n "$ac_ct_GNATBIND"; then
cd9a469c 5212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5213$as_echo "$ac_ct_GNATBIND" >&6; }
8e1fea1a 5214else
cd9a469c 5215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5216$as_echo "no" >&6; }
8e1fea1a 5217fi
5218
cd9a469c 5219 if test "x$ac_ct_GNATBIND" = x; then
5220 GNATBIND="no"
5221 else
5222 case $cross_compiling:$ac_tool_warned in
5223yes:)
5224{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5225$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5226ac_tool_warned=yes ;;
5227esac
5228 GNATBIND=$ac_ct_GNATBIND
5229 fi
8e1fea1a 5230else
b30fcfae 5231 GNATBIND="$ac_cv_prog_GNATBIND"
8e1fea1a 5232fi
5233
b30fcfae 5234if test -n "$ac_tool_prefix"; then
5235 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
a18b2c54 5236set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
cd9a469c 5237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5238$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 5239if ${ac_cv_prog_GNATMAKE+:} false; then :
cd9a469c 5240 $as_echo_n "(cached) " >&6
a18b2c54 5241else
5242 if test -n "$GNATMAKE"; then
5243 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5244else
b30fcfae 5245as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5246for as_dir in $PATH
5247do
5248 IFS=$as_save_IFS
5249 test -z "$as_dir" && as_dir=.
cd9a469c 5250 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 5251 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 5252 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
cd9a469c 5253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 5254 break 2
5255 fi
5256done
cd9a469c 5257 done
5258IFS=$as_save_IFS
b30fcfae 5259
a18b2c54 5260fi
5261fi
b30fcfae 5262GNATMAKE=$ac_cv_prog_GNATMAKE
a18b2c54 5263if test -n "$GNATMAKE"; then
cd9a469c 5264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5265$as_echo "$GNATMAKE" >&6; }
a18b2c54 5266else
cd9a469c 5267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5268$as_echo "no" >&6; }
a18b2c54 5269fi
5270
cd9a469c 5271
b30fcfae 5272fi
a18b2c54 5273if test -z "$ac_cv_prog_GNATMAKE"; then
b30fcfae 5274 ac_ct_GNATMAKE=$GNATMAKE
a18b2c54 5275 # Extract the first word of "gnatmake", so it can be a program name with args.
5276set dummy gnatmake; ac_word=$2
cd9a469c 5277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5278$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 5279if ${ac_cv_prog_ac_ct_GNATMAKE+:} false; then :
cd9a469c 5280 $as_echo_n "(cached) " >&6
a18b2c54 5281else
b30fcfae 5282 if test -n "$ac_ct_GNATMAKE"; then
5283 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
a18b2c54 5284else
b30fcfae 5285as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5286for as_dir in $PATH
5287do
5288 IFS=$as_save_IFS
5289 test -z "$as_dir" && as_dir=.
cd9a469c 5290 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 5291 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 5292 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
cd9a469c 5293 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 5294 break 2
5295 fi
5296done
cd9a469c 5297 done
5298IFS=$as_save_IFS
b30fcfae 5299
a18b2c54 5300fi
5301fi
b30fcfae 5302ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5303if test -n "$ac_ct_GNATMAKE"; then
cd9a469c 5304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5305$as_echo "$ac_ct_GNATMAKE" >&6; }
a18b2c54 5306else
cd9a469c 5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5308$as_echo "no" >&6; }
a18b2c54 5309fi
5310
cd9a469c 5311 if test "x$ac_ct_GNATMAKE" = x; then
5312 GNATMAKE="no"
5313 else
5314 case $cross_compiling:$ac_tool_warned in
5315yes:)
5316{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5317$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5318ac_tool_warned=yes ;;
5319esac
5320 GNATMAKE=$ac_ct_GNATMAKE
5321 fi
a18b2c54 5322else
b30fcfae 5323 GNATMAKE="$ac_cv_prog_GNATMAKE"
a18b2c54 5324fi
5325
cd9a469c 5326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5327$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
f00f02a3 5328if ${acx_cv_cc_gcc_supports_ada+:} false; then :
cd9a469c 5329 $as_echo_n "(cached) " >&6
8e1fea1a 5330else
5331 cat >conftest.adb <<EOF
5332procedure conftest is begin null; end conftest;
5333EOF
5334acx_cv_cc_gcc_supports_ada=no
5335# There is a bug in old released versions of GCC which causes the
5336# driver to exit successfully when the appropriate language module
5337# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5338# Therefore we must check for the error message as well as an
5339# unsuccessful exit.
216de822 5340# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5341# given a .adb file, but produce no object file. So we must check
5342# if an object file was really produced to guard against this.
8e1fea1a 5343errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
216de822 5344if test x"$errors" = x && test -f conftest.$ac_objext; then
8e1fea1a 5345 acx_cv_cc_gcc_supports_ada=yes
8e1fea1a 5346fi
5347rm -f conftest.*
5348fi
cd9a469c 5349{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5350$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
8e1fea1a 5351
9d5fd7d0 5352if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
8e1fea1a 5353 have_gnat=yes
5354else
5355 have_gnat=no
5356fi
5357
cd9a469c 5358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5359$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
f00f02a3 5360if ${gcc_cv_prog_cmp_skip+:} false; then :
cd9a469c 5361 $as_echo_n "(cached) " >&6
7bcc3b4a 5362else
5363 echo abfoo >t1
5364 echo cdfoo >t2
efbca99c 5365 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
697dfd2c 5366 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5367 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5368 :
5369 else
5370 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5371 fi
5372 fi
7bcc3b4a 5373 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5374 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
697dfd2c 5375 :
7bcc3b4a 5376 else
5377 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5378 fi
5379 fi
5380 rm t1 t2
5381
5382fi
cd9a469c 5383{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5384$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
7bcc3b4a 5385do_compare="$gcc_cv_prog_cmp_skip"
5386
5387
8e1fea1a 5388
6c59dfa4 5389# Check whether --enable-bootstrap was given.
5390if test "${enable_bootstrap+set}" = set; then :
5391 enableval=$enable_bootstrap;
5392else
5393 enable_bootstrap=default
5394fi
5395
5396
5397# Issue errors and warnings for invalid/strange bootstrap combinations.
d7c9b4c1 5398if test -r $srcdir/gcc/configure; then
5399 have_compiler=yes
5400else
5401 have_compiler=no
5402fi
6c59dfa4 5403
5404case "$have_compiler:$host:$target:$enable_bootstrap" in
5405 *:*:*:no) ;;
5406
5407 # Default behavior. Enable bootstrap if we have a compiler
5408 # and we are in a native configuration.
5409 yes:$build:$build:default)
5410 enable_bootstrap=yes ;;
5411
5412 *:*:*:default)
5413 enable_bootstrap=no ;;
5414
5415 # We have a compiler and we are in a native configuration, bootstrap is ok
5416 yes:$build:$build:yes)
5417 ;;
5418
5419 # Other configurations, but we have a compiler. Assume the user knows
5420 # what he's doing.
5421 yes:*:*:yes)
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5423$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5424 ;;
5425
5426 # No compiler: if they passed --enable-bootstrap explicitly, fail
5427 no:*:*:yes)
f00f02a3 5428 as_fn_error $? "cannot bootstrap without a compiler" "$LINENO" 5 ;;
6c59dfa4 5429
5430 # Fail if wrong command line
5431 *)
f00f02a3 5432 as_fn_error $? "invalid option for --enable-bootstrap" "$LINENO" 5
6c59dfa4 5433 ;;
5434esac
5435
27590679 5436# When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
5437# C++98 compiler can still start the bootstrap.
5438if test "$enable_bootstrap:$GXX" = "yes:yes"; then
dce53dbc 5439 CXX="$CXX -std=gnu++98"
27590679 5440fi
5441
c3fc6a63 5442# Used for setting $lt_cv_objdir
5443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5444$as_echo_n "checking for objdir... " >&6; }
f00f02a3 5445if ${lt_cv_objdir+:} false; then :
c3fc6a63 5446 $as_echo_n "(cached) " >&6
5447else
5448 rm -f .libs 2>/dev/null
5449mkdir .libs 2>/dev/null
5450if test -d .libs; then
5451 lt_cv_objdir=.libs
5452else
5453 # MS-DOS does not allow filenames that begin with a dot.
5454 lt_cv_objdir=_libs
5455fi
5456rmdir .libs 2>/dev/null
5457fi
5458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5459$as_echo "$lt_cv_objdir" >&6; }
5460objdir=$lt_cv_objdir
5461
5462
5463
5464
5465
5466cat >>confdefs.h <<_ACEOF
5467#define LT_OBJDIR "$lt_cv_objdir/"
5468_ACEOF
5469
5470
5471
7601a55c 5472# Check for GMP, MPFR and MPC
16de6a81 5473gmplibs="-lmpc -lmpfr -lgmp"
4ee9c684 5474gmpinc=
d45318b3 5475have_gmp=no
7601a55c 5476
5477# Specify a location for mpc
5478# check for this first so it ends up on the link line before mpfr.
5479
cd9a469c 5480# Check whether --with-mpc was given.
5481if test "${with_mpc+set}" = set; then :
5482 withval=$with_mpc;
5483fi
7601a55c 5484
7601a55c 5485
73f813e1 5486# Check whether --with-mpc-include was given.
cd9a469c 5487if test "${with_mpc_include+set}" = set; then :
5488 withval=$with_mpc_include;
5489fi
7601a55c 5490
7601a55c 5491
73f813e1 5492# Check whether --with-mpc-lib was given.
cd9a469c 5493if test "${with_mpc_lib+set}" = set; then :
5494 withval=$with_mpc_lib;
5495fi
7601a55c 5496
7601a55c 5497
5498if test "x$with_mpc" != x; then
16de6a81 5499 gmplibs="-L$with_mpc/lib $gmplibs"
5500 gmpinc="-I$with_mpc/include $gmpinc"
7601a55c 5501fi
5502if test "x$with_mpc_include" != x; then
16de6a81 5503 gmpinc="-I$with_mpc_include $gmpinc"
7601a55c 5504fi
5505if test "x$with_mpc_lib" != x; then
16de6a81 5506 gmplibs="-L$with_mpc_lib $gmplibs"
7601a55c 5507fi
5508if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
c3fc6a63 5509 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
16de6a81 5510 gmpinc='-I$$s/mpc/src '"$gmpinc"
7601a55c 5511 # Do not test the mpc version. Assume that it is sufficient, since
5512 # it is in the source tree, and the library has not been built yet
5513 # but it would be included on the link line in the version check below
5514 # hence making the test fail.
16de6a81 5515 have_gmp=yes
7601a55c 5516fi
d45318b3 5517
5ca838b8 5518# Specify a location for mpfr
5519# check for this first so it ends up on the link line before gmp.
b30fcfae 5520
cd9a469c 5521# Check whether --with-mpfr-dir was given.
5522if test "${with_mpfr_dir+set}" = set; then :
f00f02a3 5523 withval=$with_mpfr_dir; as_fn_error $? "The --with-mpfr-dir=PATH option has been removed.
cd9a469c 5524Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5525fi
5526
5ca838b8 5527
5528
cd9a469c 5529# Check whether --with-mpfr was given.
5530if test "${with_mpfr+set}" = set; then :
5531 withval=$with_mpfr;
5532fi
b30fcfae 5533
5ca838b8 5534
73f813e1 5535# Check whether --with-mpfr-include was given.
cd9a469c 5536if test "${with_mpfr_include+set}" = set; then :
5537 withval=$with_mpfr_include;
5538fi
b30fcfae 5539
a5144c1d 5540
73f813e1 5541# Check whether --with-mpfr-lib was given.
cd9a469c 5542if test "${with_mpfr_lib+set}" = set; then :
5543 withval=$with_mpfr_lib;
5544fi
a5144c1d 5545
5ca838b8 5546
5547if test "x$with_mpfr" != x; then
5548 gmplibs="-L$with_mpfr/lib $gmplibs"
16de6a81 5549 gmpinc="-I$with_mpfr/include $gmpinc"
5ca838b8 5550fi
a5144c1d 5551if test "x$with_mpfr_include" != x; then
16de6a81 5552 gmpinc="-I$with_mpfr_include $gmpinc"
a5144c1d 5553fi
5554if test "x$with_mpfr_lib" != x; then
5555 gmplibs="-L$with_mpfr_lib $gmplibs"
5556fi
d45318b3 5557if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
efa1150d 5558 # MPFR v3.1.0 moved the sources into a src sub-directory.
5559 if ! test -d ${srcdir}/mpfr/src; then
f00f02a3 5560 as_fn_error $? "Building GCC with MPFR in the source tree is only handled for MPFR 3.1.0+." "$LINENO" 5
efa1150d 5561 fi
4b2246ef 5562 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5563 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5564 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
d45318b3 5565 # Do not test the mpfr version. Assume that it is sufficient, since
5566 # it is in the source tree, and the library has not been built yet
5567 # but it would be included on the link line in the version check below
5568 # hence making the test fail.
5569 have_gmp=yes
5570fi
5ca838b8 5571
4ee9c684 5572# Specify a location for gmp
b30fcfae 5573
cd9a469c 5574# Check whether --with-gmp-dir was given.
5575if test "${with_gmp_dir+set}" = set; then :
f00f02a3 5576 withval=$with_gmp_dir; as_fn_error $? "The --with-gmp-dir=PATH option has been removed.
cd9a469c 5577Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5578fi
5579
4ee9c684 5580
4ee9c684 5581
cd9a469c 5582# Check whether --with-gmp was given.
5583if test "${with_gmp+set}" = set; then :
5584 withval=$with_gmp;
5585fi
b30fcfae 5586
4ee9c684 5587
73f813e1 5588# Check whether --with-gmp-include was given.
cd9a469c 5589if test "${with_gmp_include+set}" = set; then :
5590 withval=$with_gmp_include;
5591fi
b30fcfae 5592
a5144c1d 5593
73f813e1 5594# Check whether --with-gmp-lib was given.
cd9a469c 5595if test "${with_gmp_lib+set}" = set; then :
5596 withval=$with_gmp_lib;
5597fi
a5144c1d 5598
5599
4ee9c684 5600
5ca838b8 5601if test "x$with_gmp" != x; then
5602 gmplibs="-L$with_gmp/lib $gmplibs"
5603 gmpinc="-I$with_gmp/include $gmpinc"
4ee9c684 5604fi
a5144c1d 5605if test "x$with_gmp_include" != x; then
5606 gmpinc="-I$with_gmp_include $gmpinc"
5607fi
5608if test "x$with_gmp_lib" != x; then
5609 gmplibs="-L$with_gmp_lib $gmplibs"
5610fi
d45318b3 5611if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
c3fc6a63 5612 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
d45318b3 5613 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
b9a8e4c4 5614 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
c3fc6a63 5615 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
e4128452 5616 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
d45318b3 5617 # Do not test the gmp version. Assume that it is sufficient, since
5618 # it is in the source tree, and the library has not been built yet
5619 # but it would be included on the link line in the version check below
5620 # hence making the test fail.
5621 have_gmp=yes
5622fi
4ee9c684 5623
16c9b2e3 5624if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
d45318b3 5625 have_gmp=yes
5626 saved_CFLAGS="$CFLAGS"
5627 CFLAGS="$CFLAGS $gmpinc"
17b6993a 5628 # Check for the recommended and required versions of GMP.
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5630$as_echo_n "checking for the correct version of gmp.h... " >&6; }
4fd35f21 5631
5632cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17b6993a 5633/* end confdefs.h. */
5634#include "gmp.h"
5635int
5636main ()
5637{
5638
5639 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5640 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
f819bb73 5641 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
17b6993a 5642 choke me
5643 #endif
5644
5645 ;
5646 return 0;
5647}
5648_ACEOF
5649if ac_fn_c_try_compile "$LINENO"; then :
4fd35f21 5650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 5651/* end confdefs.h. */
17b6993a 5652#include <gmp.h>
b30fcfae 5653int
5654main ()
5655{
4ee9c684 5656
17b6993a 5657 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5658 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5659 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
d45318b3 5660 choke me
5661 #endif
b30fcfae 5662
5663 ;
5664 return 0;
5665}
5666_ACEOF
cd9a469c 5667if ac_fn_c_try_compile "$LINENO"; then :
5668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5669$as_echo "yes" >&6; }
17b6993a 5670else
5671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5672$as_echo "buggy but acceptable" >&6; }
5673fi
5674rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b30fcfae 5675else
cd9a469c 5676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5677$as_echo "no" >&6; }; have_gmp=no
b30fcfae 5678fi
cd9a469c 5679rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4ee9c684 5680
7601a55c 5681 # If we have GMP, check the MPFR version.
d45318b3 5682 if test x"$have_gmp" = xyes; then
17b6993a 5683 # Check for the recommended and required versions of MPFR.
5684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5685$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
cd9a469c 5686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 5687/* end confdefs.h. */
6a086156 5688#include <gmp.h>
d45318b3 5689 #include <mpfr.h>
b30fcfae 5690int
5691main ()
5692{
112f3d57 5693
cb1d9044 5694 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
d45318b3 5695 choke me
5696 #endif
b30fcfae 5697
5698 ;
5699 return 0;
5700}
5701_ACEOF
cd9a469c 5702if ac_fn_c_try_compile "$LINENO"; then :
5703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 5704/* end confdefs.h. */
0157cc75 5705#include <gmp.h>
d45318b3 5706 #include <mpfr.h>
b30fcfae 5707int
5708main ()
5709{
0157cc75 5710
17b6993a 5711 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
d45318b3 5712 choke me
5713 #endif
7601a55c 5714
5715 ;
5716 return 0;
5717}
5718_ACEOF
cd9a469c 5719if ac_fn_c_try_compile "$LINENO"; then :
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5721$as_echo "yes" >&6; }
7601a55c 5722else
cd9a469c 5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5724$as_echo "buggy but acceptable" >&6; }
7601a55c 5725fi
cd9a469c 5726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7601a55c 5727else
cd9a469c 5728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5729$as_echo "no" >&6; }; have_gmp=no
7601a55c 5730fi
cd9a469c 5731rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7601a55c 5732 fi
5733
5734 # Check for the MPC header version.
16de6a81 5735 if test x"$have_gmp" = xyes ; then
17b6993a 5736 # Check for the recommended and required versions of MPC.
cd9a469c 5737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5738$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7601a55c 5740/* end confdefs.h. */
5741#include <mpc.h>
5742int
5743main ()
5744{
5745
17b6993a 5746 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5747 choke me
5748 #endif
5749
5750 ;
5751 return 0;
5752}
5753_ACEOF
5754if ac_fn_c_try_compile "$LINENO"; then :
5755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5756/* end confdefs.h. */
5757#include <mpc.h>
5758int
5759main ()
5760{
5761
5762 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
7601a55c 5763 choke me
5764 #endif
5765
5766 ;
5767 return 0;
5768}
5769_ACEOF
cd9a469c 5770if ac_fn_c_try_compile "$LINENO"; then :
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16de6a81 5772$as_echo "yes" >&6; }
17b6993a 5773else
5774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5775$as_echo "buggy but acceptable" >&6; }
5776fi
5777rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7601a55c 5778else
cd9a469c 5779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16de6a81 5780$as_echo "no" >&6; }; have_gmp=no
7601a55c 5781fi
cd9a469c 5782rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7601a55c 5783 fi
5784
5785 # Now check the MPFR library.
5786 if test x"$have_gmp" = xyes; then
5787 saved_LIBS="$LIBS"
5788 LIBS="$LIBS $gmplibs"
16de6a81 5789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5790$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
cd9a469c 5791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7601a55c 5792/* end confdefs.h. */
16de6a81 5793#include <mpc.h>
7601a55c 5794int
5795main ()
5796{
5797
5798 mpfr_t n;
5799 mpfr_t x;
16de6a81 5800 mpc_t c;
7601a55c 5801 int t;
5802 mpfr_init (n);
5803 mpfr_init (x);
5804 mpfr_atan2 (n, n, x, GMP_RNDN);
5805 mpfr_erfc (n, x, GMP_RNDN);
5806 mpfr_subnormalize (x, t, GMP_RNDN);
16de6a81 5807 mpfr_clear(n);
5808 mpfr_clear(x);
5809 mpc_init2 (c, 53);
5810 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5811 mpc_cosh (c, c, MPC_RNDNN);
5812 mpc_pow (c, c, c, MPC_RNDNN);
5813 mpc_acosh (c, c, MPC_RNDNN);
5814 mpc_clear (c);
b30fcfae 5815
5816 ;
5817 return 0;
5818}
5819_ACEOF
cd9a469c 5820if ac_fn_c_try_link "$LINENO"; then :
5821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5822$as_echo "yes" >&6; }
b30fcfae 5823else
cd9a469c 5824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5825$as_echo "no" >&6; }; have_gmp=no
b30fcfae 5826fi
cd9a469c 5827rm -f core conftest.err conftest.$ac_objext \
5828 conftest$ac_exeext conftest.$ac_ext
7601a55c 5829 LIBS="$saved_LIBS"
5830 fi
5831
d45318b3 5832 CFLAGS="$saved_CFLAGS"
4ee9c684 5833
17b6993a 5834# The library versions listed in the error message below should match
5835# the HARD-minimums enforced above.
d45318b3 5836 if test x$have_gmp != xyes; then
f00f02a3 5837 as_fn_error $? "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
16de6a81 5838Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5839their locations. Source code for these libraries can be found at
5840their respective hosting sites as well as at
5841ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5842http://gcc.gnu.org/install/prerequisites.html for additional info. If
5843you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5844make sure that you have installed both the libraries and the header
5845files. They may be located in separate packages." "$LINENO" 5
d45318b3 5846 fi
6a086156 5847fi
5848
7601a55c 5849# Flags needed for both GMP, MPFR and/or MPC.
5850
5851
4ee9c684 5852
5853
5854
bff7ea4a 5855
e4128452 5856
13687c85 5857# Libraries to use for stage1 or when not bootstrapping.
7ab76cec 5858
13687c85 5859# Check whether --with-stage1-libs was given.
5860if test "${with_stage1_libs+set}" = set; then :
5861 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5862 stage1_libs=
7ab76cec 5863 else
13687c85 5864 stage1_libs=$withval
7ab76cec 5865 fi
5866else
9d71bbdc 5867 stage1_libs=
cd9a469c 5868fi
5869
7ab76cec 5870
5871
13687c85 5872# Linker flags to use for stage1 or when not bootstrapping.
7ab76cec 5873
13687c85 5874# Check whether --with-stage1-ldflags was given.
5875if test "${with_stage1_ldflags+set}" = set; then :
5876 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5877 stage1_ldflags=
7ab76cec 5878 else
13687c85 5879 stage1_ldflags=$withval
7ab76cec 5880 fi
5881else
13687c85 5882 stage1_ldflags=
5883 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5884 # if supported. But if the user explicitly specified the libraries to use,
5885 # trust that they are doing what they want.
5886 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5887 stage1_ldflags="-static-libstdc++ -static-libgcc"
5888 fi
cd9a469c 5889fi
5890
7ab76cec 5891
5892
9d71bbdc 5893# Libraries to use for stage2 and later builds.
7ab76cec 5894
cd9a469c 5895# Check whether --with-boot-libs was given.
5896if test "${with_boot_libs+set}" = set; then :
5897 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5110389d 5898 poststage1_libs=
5899 else
5900 poststage1_libs=$withval
5901 fi
5902else
9d71bbdc 5903 poststage1_libs=
cd9a469c 5904fi
5905
7ab76cec 5906
5907
d6dfe18a 5908# Linker flags to use for stage2 and later builds.
5909
5910# Check whether --with-boot-ldflags was given.
5911if test "${with_boot_ldflags+set}" = set; then :
5912 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5913 poststage1_ldflags=
5914 else
5915 poststage1_ldflags=$withval
5916 fi
5917else
5918 poststage1_ldflags=
7deb2d70 5919 # In stages 2 and 3, default to linking libstdc++ and libgcc
5920 # statically. But if the user explicitly specified the libraries to
5921 # use, trust that they are doing what they want.
5922 if test "$poststage1_libs" = ""; then
d6dfe18a 5923 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5924 fi
5925fi
5926
5927
5928
71130ef8 5929# GCC GRAPHITE dependency isl.
572cf1f7 5930# Basic setup is inlined here, actual checks are in config/isl.m4
255b6be7 5931
5932
87e20041 5933# Check whether --with-isl was given.
5934if test "${with_isl+set}" = set; then :
5935 withval=$with_isl;
cd9a469c 5936fi
255b6be7 5937
255b6be7 5938
429cca51 5939# Treat --without-isl as a request to disable
83d54ac4 5940# GRAPHITE support and skip all following checks.
429cca51 5941if test "x$with_isl" != "xno"; then
71130ef8 5942 # Check for isl
83d54ac4 5943
5944
87e20041 5945# Check whether --with-isl-include was given.
5946if test "${with_isl_include+set}" = set; then :
5947 withval=$with_isl_include;
cd9a469c 5948fi
5949
255b6be7 5950
87e20041 5951# Check whether --with-isl-lib was given.
5952if test "${with_isl_lib+set}" = set; then :
5953 withval=$with_isl_lib;
cd9a469c 5954fi
255b6be7 5955
255b6be7 5956
87e20041 5957 # Check whether --enable-isl-version-check was given.
5958if test "${enable_isl_version_check+set}" = set; then :
5959 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5960else
5961 ENABLE_ISL_CHECK=yes
062b4a94 5962fi
5963
5964
87e20041 5965 # Initialize isllibs and islinc.
5966 case $with_isl in
5967 no)
5968 isllibs=
5969 islinc=
5970 ;;
5971 "" | yes)
5972 ;;
5973 *)
5974 isllibs="-L$with_isl/lib"
5975 islinc="-I$with_isl/include"
5976 ;;
5977 esac
5978 if test "x${with_isl_include}" != x ; then
5979 islinc="-I$with_isl_include"
5980 fi
5981 if test "x${with_isl_lib}" != x; then
5982 isllibs="-L$with_isl_lib"
5983 fi
5984 if test "x${islinc}" = x && test "x${isllibs}" = x \
5985 && test -d ${srcdir}/isl; then
5986 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5987 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5988 ENABLE_ISL_CHECK=no
7458b15a 5989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree isl, disabling version check" >&5
5990$as_echo "$as_me: WARNING: using in-tree isl, disabling version check" >&2;}
87e20041 5991 fi
062b4a94 5992
429cca51 5993 isllibs="${isllibs} -lisl"
5994
062b4a94 5995
062b4a94 5996
078393c7 5997 if test "${ENABLE_ISL_CHECK}" = yes ; then
5998 _isl_saved_CFLAGS=$CFLAGS
5999 _isl_saved_LDFLAGS=$LDFLAGS
6000 _isl_saved_LIBS=$LIBS
6001
6002 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
07ae8272 6003 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs} ${gmplibs}"
6004 LIBS="${_isl_saved_LIBS} -lisl -lgmp"
078393c7 6005
8e8a14c2 6006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.15 or later" >&5
6007$as_echo_n "checking for isl 0.15 or later... " >&6; }
b6de67fd 6008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6ac3b11e 6009/* end confdefs.h. */
8e8a14c2 6010#include <isl/schedule.h>
6ac3b11e 6011int
6012main ()
6013{
8e8a14c2 6014isl_options_set_schedule_serialize_sccs (NULL, 0);
6ac3b11e 6015 ;
6016 return 0;
6017}
6018_ACEOF
6019if ac_fn_c_try_link "$LINENO"; then :
078393c7 6020 gcc_cv_isl=yes
6ac3b11e 6021else
6022 gcc_cv_isl=no
6023fi
6024rm -f core conftest.err conftest.$ac_objext \
6025 conftest$ac_exeext conftest.$ac_ext
078393c7 6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6027$as_echo "$gcc_cv_isl" >&6; }
6028
7458b15a 6029 if test "${gcc_cv_isl}" = no ; then
8e8a14c2 6030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: required isl version is 0.15 or later" >&5
6031$as_echo "required isl version is 0.15 or later" >&6; }
45fc5243 6032 fi
6033
078393c7 6034 CFLAGS=$_isl_saved_CFLAGS
6035 LDFLAGS=$_isl_saved_LDFLAGS
6036 LIBS=$_isl_saved_LIBS
6037 fi
6038
6039
255b6be7 6040
255b6be7 6041
87e20041 6042
6043
87e20041 6044 if test "x${with_isl}" = xno; then
6045 graphite_requested=no
6046 elif test "x${with_isl}" != x \
6047 || test "x${with_isl_include}" != x \
6048 || test "x${with_isl_lib}" != x ; then
6049 graphite_requested=yes
6050 else
6051 graphite_requested=no
062b4a94 6052 fi
5362e323 6053
5362e323 6054
6055
87e20041 6056 if test "${gcc_cv_isl}" = no ; then
6057 isllibs=
6058 islinc=
6059 fi
6060
6061 if test "${graphite_requested}" = yes \
6062 && test "x${isllibs}" = x \
6063 && test "x${islinc}" = x ; then
255b6be7 6064
f00f02a3 6065 as_fn_error $? "Unable to find a usable isl. See config.log for details." "$LINENO" 5
87e20041 6066 fi
255b6be7 6067
a3c81e03 6068
a3c81e03 6069fi
6070
71130ef8 6071# If the isl check failed, disable builds of in-tree variant of isl
83d54ac4 6072if test "x$with_isl" = xno ||
83d54ac4 6073 test "x$gcc_cv_isl" = xno; then
572cf1f7 6074 noconfigdirs="$noconfigdirs isl"
83d54ac4 6075 islinc=
bacb15cb 6076fi
6077
83d54ac4 6078
6079
6080
7bfefa9d 6081# Check for LTO support.
6082# Check whether --enable-lto was given.
6083if test "${enable_lto+set}" = set; then :
6084 enableval=$enable_lto; enable_lto=$enableval
6085else
6086 enable_lto=yes; default_enable_lto=yes
6087fi
6088
6089
1a4f45ec 6090
9bdbb0bc 6091
6092
6093target_elf=no
6094case $target in
6095 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
4d72c922 6096 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
cb7a0f1d 6097 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux* | \
0f769573 6098 nvptx-*-none)
9bdbb0bc 6099 target_elf=no
6100 ;;
6101 *)
6102 target_elf=yes
6103 ;;
6104esac
6105
6106if test $target_elf = yes; then :
25630dc7 6107 # ELF platforms build the lto-plugin always.
6108 build_lto_plugin=yes
9bdbb0bc 6109
9bdbb0bc 6110else
6111 if test x"$default_enable_lto" = x"yes" ; then
4ae8c98f 6112 case $target in
c96ae98b 6113 *-apple-darwin[912]* | *-cygwin* | *-mingw* | *djgpp*) ;;
25630dc7 6114 # On other non-ELF platforms, LTO has yet to be validated.
4ae8c98f 6115 *) enable_lto=no ;;
6116 esac
9bdbb0bc 6117 else
62932e4d 6118 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6119 # It would also be nice to check the binutils support, but we don't
9bdbb0bc 6120 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6121 # warn during gcc/ subconfigure; unless you're bootstrapping with
6122 # -flto it won't be needed until after installation anyway.
6123 case $target in
7aa50266 6124 *-cygwin* | *-mingw* | *-apple-darwin* | *djgpp*) ;;
9bdbb0bc 6125 *) if test x"$enable_lto" = x"yes"; then
f00f02a3 6126 as_fn_error $? "LTO support is not enabled for this target." "$LINENO" 5
9bdbb0bc 6127 fi
6128 ;;
6129 esac
6130 fi
ca42e774 6131 # Among non-ELF, only Windows platforms support the lto-plugin so far.
25630dc7 6132 # Build it unless LTO was explicitly disabled.
ca42e774 6133 case $target in
25630dc7 6134 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
ca42e774 6135 *) ;;
6136 esac
25630dc7 6137
9bdbb0bc 6138fi
6139
7bfefa9d 6140
1015a063 6141# Check whether --enable-linker-plugin-configure-flags was given.
6142if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6143 enableval=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags=$enableval
6144else
6145 extra_linker_plugin_configure_flags=
6146fi
6147
6148
6149# Check whether --enable-linker-plugin-flags was given.
6150if test "${enable_linker_plugin_flags+set}" = set; then :
6151 enableval=$enable_linker_plugin_flags; extra_linker_plugin_flags=$enableval
6152else
6153 extra_linker_plugin_flags=
6154fi
6155
6156
6157
01b4453c 6158# Enable --enable-host-shared.
6159# Checked early to determine whether jit is an 'all' language
6160# Check whether --enable-host-shared was given.
6161if test "${enable_host_shared+set}" = set; then :
6162 enableval=$enable_host_shared; host_shared=$enableval
6163else
6164 host_shared=no
6165fi
6166
6167
255b6be7 6168
2b15d2ba 6169# By default, C and C++ are the only stage 1 languages.
9c3a0a29 6170stage1_languages=,c,
2d64c2fd 6171
7ab76cec 6172# Target libraries that we bootstrap.
5c96a839 6173bootstrap_target_libs=,target-libgcc,
7ab76cec 6174
8e1fea1a 6175# Figure out what language subdirectories are present.
6176# Look if the user specified --enable-languages="..."; if not, use
6177# the environment variable $LANGUAGES if defined. $LANGUAGES might
6178# go away some day.
6179# NB: embedded tabs in this IF block -- do not untabify
6180if test -d ${srcdir}/gcc; then
6181 if test x"${enable_languages+set}" != xset; then
6182 if test x"${LANGUAGES+set}" = xset; then
6183 enable_languages="${LANGUAGES}"
e757a6a8 6184 echo configure.ac: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
8e1fea1a 6185 else
01b4453c 6186 enable_languages=default
8e1fea1a 6187 fi
6188 else
6189 if test x"${enable_languages}" = x ||
6190 test x"${enable_languages}" = xyes;
6191 then
e757a6a8 6192 echo configure.ac: --enable-languages needs at least one language argument 1>&2
8e1fea1a 6193 exit 1
6194 fi
6195 fi
6196 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6197
2c718da0 6198 # 'f95' is the old name for the 'fortran' language. We issue a warning
6199 # and make the substitution.
6200 case ,${enable_languages}, in
6201 *,f95,*)
e757a6a8 6202 echo configure.ac: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
2c718da0 6203 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6204 ;;
6205 esac
6206
2b15d2ba 6207 # If bootstrapping, C++ must be enabled.
6208 case ",$enable_languages,:$enable_bootstrap" in
6209 *,c++,*:*) ;;
6210 *:yes)
6c59dfa4 6211 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6212 enable_languages="${enable_languages},c++"
6213 else
f00f02a3 6214 as_fn_error $? "bootstrapping requires c++ sources" "$LINENO" 5
6c59dfa4 6215 fi
6216 ;;
6217 esac
6218
8e1fea1a 6219 # First scan to see if an enabled language requires some other language.
6220 # We assume that a given config-lang.in will list all the language
6221 # front ends it requires, even if some are required indirectly.
6222 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6223 case ${lang_frag} in
6224 ..) ;;
6225 # The odd quoting in the next line works around
6226 # an apparent bug in bash 1.12 on linux.
6227 ${srcdir}/gcc/[*]/config-lang.in) ;;
6228 *)
101ddbe4 6229 # From the config-lang.in, get $language, $lang_requires, and
6230 # $lang_requires_boot_languages.
8e1fea1a 6231 language=
6232 lang_requires=
101ddbe4 6233 lang_requires_boot_languages=
d6400eba 6234 # set srcdir during sourcing lang_frag to the gcc dir.
6235 # Sadly overriding srcdir on the . line doesn't work in plain sh as it
6236 # polutes this shell
6237 saved_srcdir=${srcdir}
6238 srcdir=${srcdir}/gcc . ${lang_frag}
6239 srcdir=${saved_srcdir}
101ddbe4 6240 for other in ${lang_requires} ${lang_requires_boot_languages}; do
8e1fea1a 6241 case ,${enable_languages}, in
6242 *,$other,*) ;;
01b4453c 6243 *,default,*) ;;
8e1fea1a 6244 *,all,*) ;;
6245 *,$language,*)
6246 echo " \`$other' language required by \`$language'; enabling" 1>&2
6247 enable_languages="${enable_languages},${other}"
6248 ;;
6249 esac
6250 done
101ddbe4 6251 for other in ${lang_requires_boot_languages} ; do
6252 if test "$other" != "c"; then
6253 case ,${enable_stage1_languages}, in
6254 *,$other,*) ;;
01b4453c 6255 *,default,*) ;;
101ddbe4 6256 *,all,*) ;;
6257 *)
6258 case ,${enable_languages}, in
6259 *,$language,*)
6260 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6261 enable_stage1_languages="$enable_stage1_languages,${other}"
6262 ;;
6263 esac
6264 ;;
6265 esac
6266 fi
6267 done
8e1fea1a 6268 ;;
6269 esac
6270 done
6271
9c3a0a29 6272 new_enable_languages=,c,
7bfefa9d 6273
6274 # If LTO is enabled, add the LTO front end.
7bfefa9d 6275 if test "$enable_lto" = "yes" ; then
d6ef094a 6276 case ,${enable_languages}, in
6277 *,lto,*) ;;
6278 *) enable_languages="${enable_languages},lto" ;;
6279 esac
ca42e774 6280 if test "${build_lto_plugin}" = "yes" ; then
7bfefa9d 6281 configdirs="$configdirs lto-plugin"
7bfefa9d 6282 fi
6283 fi
6284
dd87c525 6285 # If we're building an offloading compiler, add the LTO front end.
6286 if test x"$enable_as_accelerator_for" != x ; then
6287 case ,${enable_languages}, in
6288 *,lto,*) ;;
6289 *) enable_languages="${enable_languages},lto" ;;
6290 esac
6291 fi
6292
01b4453c 6293 missing_languages=`echo ",$enable_languages," | sed -e s/,default,/,/ -e s/,all,/,/ -e s/,c,/,/ `
9c3a0a29 6294 potential_languages=,c,
8e1fea1a 6295
604a285a 6296 enabled_target_libs=
6297 disabled_target_libs=
6298
8e1fea1a 6299 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6300 case ${lang_frag} in
6301 ..) ;;
6302 # The odd quoting in the next line works around
6303 # an apparent bug in bash 1.12 on linux.
6304 ${srcdir}/gcc/[*]/config-lang.in) ;;
6305 *)
b30fcfae 6306 # From the config-lang.in, get $language, $target_libs,
2d64c2fd 6307 # $lang_dirs, $boot_language, and $build_by_default
8e1fea1a 6308 language=
6309 target_libs=
6310 lang_dirs=
5dee13c2 6311 subdir_requires=
9c3a0a29 6312 boot_language=no
6313 build_by_default=yes
d6400eba 6314 # set srcdir during sourcing. See above about save & restore
6315 saved_srcdir=${srcdir}
6316 srcdir=${srcdir}/gcc . ${lang_frag}
6317 srcdir=${saved_srcdir}
9c3a0a29 6318 if test x${language} = x; then
6319 echo "${lang_frag} doesn't set \$language." 1>&2
6320 exit 1
6321 fi
6322
ef3c41c7 6323 if test "$language" = "c++"; then
2b15d2ba 6324 boot_language=yes
7ab76cec 6325 fi
6326
a2ecd49c 6327 add_this_lang=no
01b4453c 6328 # C is always enabled, so no need to add it again
6329 if test "$language" != "c"; then
6330 case ,${enable_languages}, in
6331 *,${language},*)
6332 # Language was explicitly selected; include it
e53d55e7 6333 add_this_lang=yes
01b4453c 6334 ;;
6335 *,all,*)
6336 # All languages are enabled
6337 add_this_lang=all
6338 ;;
6339 *,default,*)
6340 # 'default' was selected, select it if it is a default language
a2ecd49c 6341 add_this_lang=${build_by_default}
01b4453c 6342 ;;
6343 esac
6344 fi
4ee9c684 6345
5dee13c2 6346 # Disable languages that need other directories if these aren't available.
9333ae0b 6347 for i in $subdir_requires; do
3891e7d9 6348 test -f "$srcdir/gcc/$i/config-lang.in" && continue
01b4453c 6349 case ${add_this_lang} in
6350 yes)
5dee13c2 6351 # Specifically requested language; tell them.
f00f02a3 6352 as_fn_error $? "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
5dee13c2 6353 ;;
01b4453c 6354 all)
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The gcc/$i directory contains parts of $language but is missing" >&5
6356$as_echo "$as_me: WARNING: The gcc/$i directory contains parts of $language but is missing" >&2;}
6357 add_this_lang=unsupported
6358 ;;
5dee13c2 6359 *)
6360 # Silently disable.
9c3a0a29 6361 add_this_lang=unsupported
5dee13c2 6362 ;;
6363 esac
6364 done
6365
9c3a0a29 6366 # Disable Ada if no preexisting GNAT is available.
01b4453c 6367 case ${add_this_lang}:${language}:${have_gnat} in
6368 yes:ada:no)
9c3a0a29 6369 # Specifically requested language; tell them.
f00f02a3 6370 as_fn_error $? "GNAT is required to build $language" "$LINENO" 5
9c3a0a29 6371 ;;
01b4453c 6372 all:ada:no)
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GNAT is required to build $language" >&5
6374$as_echo "$as_me: WARNING: GNAT is required to build $language" >&2;}
6375 add_this_lang=unsupported
6376 ;;
9c3a0a29 6377 *:ada:no)
6378 # Silently disable.
6379 add_this_lang=unsupported
6380 ;;
6381 esac
6382
01b4453c 6383 # Disable jit if -enable-host-shared not specified
6384 case ${add_this_lang}:${language}:${host_shared} in
6385 yes:jit:no)
6386 # PR jit/64780: explicitly specify --enable-host-shared
f00f02a3 6387 as_fn_error $? "
01b4453c 6388Enabling language \"jit\" requires --enable-host-shared.
6389
6390--enable-host-shared typically slows the rest of the compiler down by
6391a few %, so you must explicitly enable it.
6392
6393If you want to build both the jit and the regular compiler, it is often
6394best to do this via two separate configure/builds, in separate
6395directories, to avoid imposing the performance cost of
6396--enable-host-shared on the regular compiler." "$LINENO" 5
6397 ;;
6398 all:jit:no)
6399 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-host-shared required to build $language" >&5
6400$as_echo "$as_me: WARNING: --enable-host-shared required to build $language" >&2;}
6401 add_this_lang=unsupported
6402 ;;
6403 *:jit:no)
6404 # Silently disable.
6405 add_this_lang=unsupported
6406 ;;
6407 esac
6408
6409 # Disable a language that is unsupported by the target.
6410 case "${add_this_lang}: $unsupported_languages " in
6411 no:*) ;;
6412 unsupported:*) ;;
6413 *:*" $language "*)
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ${language} not supported for this target" >&5
6415$as_echo "$as_me: WARNING: ${language} not supported for this target" >&2;}
9c3a0a29 6416 add_this_lang=unsupported
ff7dcf6a 6417 ;;
6418 esac
6419
4ee9c684 6420 case $add_this_lang in
9c3a0a29 6421 unsupported)
8e1fea1a 6422 # Remove language-dependent dirs.
604a285a 6423 disabled_target_libs="$disabled_target_libs $target_libs"
6424 noconfigdirs="$noconfigdirs $lang_dirs"
2d64c2fd 6425 ;;
9c3a0a29 6426 no)
6427 # Remove language-dependent dirs; still show language as supported.
604a285a 6428 disabled_target_libs="$disabled_target_libs $target_libs"
6429 noconfigdirs="$noconfigdirs $lang_dirs"
9c3a0a29 6430 potential_languages="${potential_languages}${language},"
6431 ;;
01b4453c 6432 all|yes)
9c3a0a29 6433 new_enable_languages="${new_enable_languages}${language},"
6434 potential_languages="${potential_languages}${language},"
2d64c2fd 6435 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
604a285a 6436 enabled_target_libs="$enabled_target_libs $target_libs"
32027446 6437 case "${boot_language}:,$enable_stage1_languages," in
6438 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
aff6cf7b 6439 # Add to (comma-separated) list of stage 1 languages.
32027446 6440 case ",$stage1_languages," in
6441 *,$language,* | ,yes, | ,all,) ;;
6442 *) stage1_languages="${stage1_languages}${language}," ;;
6443 esac
7ab76cec 6444 # We need to bootstrap any supporting libraries.
6445 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2d64c2fd 6446 ;;
6447 esac
6448 ;;
8e1fea1a 6449 esac
6450 ;;
6451 esac
6452 done
6453
604a285a 6454 # Add target libraries which are only needed for disabled languages
6455 # to noconfigdirs.
6456 if test -n "$disabled_target_libs"; then
6457 for dir in $disabled_target_libs; do
6458 case " $enabled_target_libs " in
6459 *" ${dir} "*) ;;
6460 *) noconfigdirs="$noconfigdirs $dir" ;;
6461 esac
6462 done
6463 fi
6464
cd9a469c 6465 # Check whether --enable-stage1-languages was given.
6466if test "${enable_stage1_languages+set}" = set; then :
6467 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
9c3a0a29 6468 ,no,|,,)
6469 # Set it to something that will have no effect in the loop below
6470 enable_stage1_languages=c ;;
6471 ,yes,)
6472 enable_stage1_languages=`echo $new_enable_languages | \
6473 sed -e "s/^,//" -e "s/,$//" ` ;;
6474 *,all,*)
6475 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6476 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6477 esac
6478
6479 # Add "good" languages from enable_stage1_languages to stage1_languages,
6480 # while "bad" languages go in missing_languages. Leave no duplicates.
6481 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6482 case $potential_languages in
6483 *,$i,*)
6484 case $stage1_languages in
6485 *,$i,*) ;;
6486 *) stage1_languages="$stage1_languages$i," ;;
6487 esac ;;
6488 *)
6489 case $missing_languages in
6490 *,$i,*) ;;
6491 *) missing_languages="$missing_languages$i," ;;
6492 esac ;;
6493 esac
6494 done
cd9a469c 6495fi
6496
9c3a0a29 6497
6498 # Remove leading/trailing commas that were added for simplicity
6499 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
989edd2f 6500 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9c3a0a29 6501 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6502 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6503
8e1fea1a 6504 if test "x$missing_languages" != x; then
f00f02a3 6505 as_fn_error $? "
e8bfe1fa 6506The following requested languages could not be built: ${missing_languages}
cd9a469c 6507Supported languages are: ${potential_languages}" "$LINENO" 5
8e1fea1a 6508 fi
8e1fea1a 6509 if test "x$new_enable_languages" != "x$enable_languages"; then
6510 echo The following languages will be built: ${new_enable_languages}
9c3a0a29 6511 enable_languages="$new_enable_languages"
8e1fea1a 6512 fi
9c3a0a29 6513
b30fcfae 6514
b0e9b581 6515 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
8e1fea1a 6516fi
6517
50996fe5 6518# Handle --disable-<component> generically.
6519for dir in $configdirs $build_configdirs $target_configdirs ; do
6520 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
d2d2630b 6521 varname=`echo $dirname | sed -e s/+/_/g`
6522 if eval test x\${enable_${varname}} "=" xno ; then
50996fe5 6523 noconfigdirs="$noconfigdirs $dir"
6524 fi
6525done
6526
03869f98 6527# Check for Boehm's garbage collector
6528# Check whether --enable-objc-gc was given.
6529if test "${enable_objc_gc+set}" = set; then :
baf71228 6530 enableval=$enable_objc_gc;
6531fi
6532
6533
6534# Check whether --with-target-bdw-gc was given.
6535if test "${with_target_bdw_gc+set}" = set; then :
6536 withval=$with_target_bdw_gc;
6537fi
6538
6539
6540# Check whether --with-target-bdw-gc-include was given.
6541if test "${with_target_bdw_gc_include+set}" = set; then :
6542 withval=$with_target_bdw_gc_include;
6543fi
6544
6545
6546# Check whether --with-target-bdw-gc-lib was given.
6547if test "${with_target_bdw_gc_lib+set}" = set; then :
6548 withval=$with_target_bdw_gc_lib;
6549fi
6550
6551
6552case ,${enable_languages},:${enable_objc_gc} in *,objc,*:yes|*,objc,*:auto)
6553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bdw garbage collector" >&5
6554$as_echo_n "checking for bdw garbage collector... " >&6; }
6555 if test "x$with_target_bdw_gc$with_target_bdw_gc_include$with_target_bdw_gc_lib" = x; then
74dfdbe3 6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using bdw-gc in default locations" >&5
6557$as_echo "using bdw-gc in default locations" >&6; }
baf71228 6558 else
6559 if test "x$with_target_bdw_gc_include" = x && test "x$with_target_bdw_gc_lib" != x; then
f00f02a3 6560 as_fn_error $? "found --with-target-bdw-gc-lib but --with-target-bdw-gc-include missing" "$LINENO" 5
baf71228 6561 elif test "x$with_target_bdw_gc_include" != x && test "x$with_target_bdw_gc_lib" = x; then
f00f02a3 6562 as_fn_error $? "found --with-target-bdw-gc-include but --with-target-bdw-gc-lib missing" "$LINENO" 5
baf71228 6563 else
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using paths configured with --with-target-bdw-gc options" >&5
6565$as_echo "using paths configured with --with-target-bdw-gc options" >&6; }
6566 fi
6567 fi
03869f98 6568esac
6569
efa02472 6570# Disable libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
b33ca042 6571case ,${enable_languages}, in
df148e44 6572 *,c++,*)
efa02472 6573 # Disable libitm, libsanitizer if we're not building libstdc++
df148e44 6574 case "${noconfigdirs}" in
6575 *target-libstdc++-v3*)
efa02472 6576 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
df148e44 6577 ;;
6578 *) ;;
6579 esac
6580 ;;
b33ca042 6581 *)
efa02472 6582 noconfigdirs="$noconfigdirs target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
b33ca042 6583 ;;
6584esac
6585
e8eddfdd 6586# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6587# $build_configdirs and $target_configdirs.
8e1fea1a 6588# If we have the source for $noconfigdirs entries, add them to $notsupp.
6589
6590notsupp=""
6591for dir in . $skipdirs $noconfigdirs ; do
e8eddfdd 6592 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
8e1fea1a 6593 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6594 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6595 if test -r $srcdir/$dirname/configure ; then
6596 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6597 true
6598 else
6599 notsupp="$notsupp $dir"
6600 fi
6601 fi
6602 fi
e8eddfdd 6603 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6604 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6605 if test -r $srcdir/$dirname/configure ; then
6606 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6607 true
6608 else
6609 notsupp="$notsupp $dir"
6610 fi
6611 fi
6612 fi
8e1fea1a 6613 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6614 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6615 if test -r $srcdir/$dirname/configure ; then
6616 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6617 true
6618 else
6619 notsupp="$notsupp $dir"
6620 fi
6621 fi
6622 fi
6623done
6624
8e1fea1a 6625# Quietly strip out all directories which aren't configurable in this tree.
6626# This relies on all configurable subdirectories being autoconfiscated, which
6627# is now the case.
2f8725b0 6628build_configdirs_all="$build_configdirs"
6629build_configdirs=
6630for i in ${build_configdirs_all} ; do
b30fcfae 6631 j=`echo $i | sed -e s/build-//g`
2f8725b0 6632 if test -f ${srcdir}/$j/configure ; then
6633 build_configdirs="${build_configdirs} $i"
6634 fi
6635done
6636
8e1fea1a 6637configdirs_all="$configdirs"
6638configdirs=
6639for i in ${configdirs_all} ; do
6640 if test -f ${srcdir}/$i/configure ; then
6641 configdirs="${configdirs} $i"
6642 fi
6643done
2f8725b0 6644
8e1fea1a 6645target_configdirs_all="$target_configdirs"
6646target_configdirs=
6647for i in ${target_configdirs_all} ; do
b30fcfae 6648 j=`echo $i | sed -e s/target-//g`
8e1fea1a 6649 if test -f ${srcdir}/$j/configure ; then
6650 target_configdirs="${target_configdirs} $i"
6651 fi
6652done
6653
1015a063 6654# libiberty-linker-plugin is special: it doesn't have its own source directory,
6655# so we have to add it after the preceding checks.
6656if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6657then
6658 case " $configdirs " in
6659 *" libiberty "*)
6660 # If we can build libiberty, we can also build libiberty-linker-plugin.
6661 configdirs="$configdirs libiberty-linker-plugin"
6662 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
6663 --with-libiberty=../libiberty-linker-plugin";;
6664 *)
f00f02a3 6665 as_fn_error $? "libiberty missing" "$LINENO" 5;;
1015a063 6666 esac
6667fi
6668
944792ef 6669# Sometimes we have special requirements for the host libiberty.
6670extra_host_libiberty_configure_flags=
c850ece7 6671extra_host_zlib_configure_flags=
944792ef 6672case " $configdirs " in
6673 *" lto-plugin "* | *" libcc1 "*)
6674 # When these are to be built as shared libraries, the same applies to
6675 # libiberty.
6676 extra_host_libiberty_configure_flags=--enable-shared
6677 ;;
c850ece7 6678 *" bfd "*)
6679 # When bfd is to be built as a shared library, the same applies to
6680 # zlib.
6681 if test "$enable_shared" = "yes"; then
6682 extra_host_zlib_configure_flags=--enable-host-shared
6683 fi
6684 ;;
944792ef 6685esac
6686
6687
c850ece7 6688
8e1fea1a 6689# Produce a warning message for the subdirs we can't configure.
6690# This isn't especially interesting in the Cygnus tree, but in the individual
6691# FSF releases, it's important to let people know when their machine isn't
6692# supported by the one or two programs in a package.
6693
6694if test -n "${notsupp}" && test -z "${norecursion}" ; then
6695 # If $appdirs is non-empty, at least one of those directories must still
6696 # be configured, or we error out. (E.g., if the gas release supports a
6697 # specified target in some subdirs but not the gas subdir, we shouldn't
6698 # pretend that all is well.)
6699 if test -n "$appdirs" ; then
6700 for dir in $appdirs ; do
6701 if test -r $dir/Makefile.in ; then
6702 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6703 appdirs=""
6704 break
6705 fi
2f8725b0 6706 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
8e1fea1a 6707 appdirs=""
6708 break
6709 fi
6710 fi
6711 done
6712 if test -n "$appdirs" ; then
6713 echo "*** This configuration is not supported by this package." 1>&2
6714 exit 1
6715 fi
6716 fi
6717 # Okay, some application will build, or we don't care to check. Still
6718 # notify of subdirs not getting built.
6719 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6720 echo " ${notsupp}" 1>&2
6721 echo " (Any other directories should still work fine.)" 1>&2
6722fi
6723
6724case "$host" in
6725 *msdosdjgpp*)
6726 enable_gdbtk=no ;;
6727esac
6728
eae5b2bc 6729# To find our prefix, in gcc_cv_tool_prefix.
6730
6731# The user is always right.
6732if test "${PATH_SEPARATOR+set}" != set; then
6733 echo "#! /bin/sh" >conf$$.sh
6734 echo "exit 0" >>conf$$.sh
6735 chmod +x conf$$.sh
6736 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6737 PATH_SEPARATOR=';'
6738 else
6739 PATH_SEPARATOR=:
6740 fi
6741 rm -f conf$$.sh
6742fi
6743
6744
0812bb06 6745 get_gcc_base_ver="cat"
6746
6747# Check whether --with-gcc-major-version-only was given.
6748if test "${with_gcc_major_version_only+set}" = set; then :
6749 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
1e42d5c6 6750 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
0812bb06 6751 fi
6752
6753fi
6754
6755
6756
6757
6758
eae5b2bc 6759
6760if test "x$exec_prefix" = xNONE; then
6761 if test "x$prefix" = xNONE; then
6762 gcc_cv_tool_prefix=$ac_default_prefix
6763 else
6764 gcc_cv_tool_prefix=$prefix
6765 fi
6766else
6767 gcc_cv_tool_prefix=$exec_prefix
6768fi
6769
6770# If there is no compiler in the tree, use the PATH only. In any
6771# case, if there is no compiler in the tree nobody should use
6772# AS_FOR_TARGET and LD_FOR_TARGET.
6773if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
0812bb06 6774 if test x$with_gcc_major_version_only = xyes ; then
6775 gcc_version=`sed -e 's/^\([0-9]*\).*$/\1/' $srcdir/gcc/BASE-VER`
6776 else
6777 gcc_version=`cat $srcdir/gcc/BASE-VER`
6778 fi
eae5b2bc 6779 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6780 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6781 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6782 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6783 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6784 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6785else
6786 gcc_cv_tool_dirs=
6787fi
6788
6789if test x$build = x$target && test -n "$md_exec_prefix"; then
6790 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6791fi
6792
6793
6794
8e1fea1a 6795copy_dirs=
6796
b30fcfae 6797
cd9a469c 6798# Check whether --with-build-sysroot was given.
6799if test "${with_build_sysroot+set}" = set; then :
6800 withval=$with_build_sysroot; if test x"$withval" != x ; then
ffa8502d 6801 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6802 fi
6803else
6804 SYSROOT_CFLAGS_FOR_TARGET=
cd9a469c 6805fi
ffa8502d 6806
6807
5f1f2de5 6808
cd9a469c 6809
6810# Check whether --with-debug-prefix-map was given.
6811if test "${with_debug_prefix_map+set}" = set; then :
6812 withval=$with_debug_prefix_map; if test x"$withval" != x; then
5f1f2de5 6813 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6814 for debug_map in $withval; do
6815 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6816 done
6817 fi
6818else
6819 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
cd9a469c 6820fi
6821
5f1f2de5 6822
6823
c898f165 6824# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6825# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6826# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6827# We want to ensure that TARGET libraries (which we know are built with
6828# gcc) are built with "-O2 -g", so include those options when setting
6829# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6830if test "x$CFLAGS_FOR_TARGET" = x; then
f5fad380 6831 if test "x${is_cross_compiler}" = xyes; then
6832 CFLAGS_FOR_TARGET="-g -O2"
6833 else
6834 CFLAGS_FOR_TARGET=$CFLAGS
6835 case " $CFLAGS " in
6836 *" -O2 "*) ;;
6837 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6838 esac
6839 case " $CFLAGS " in
6840 *" -g "* | *" -g3 "*) ;;
6841 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6842 esac
6843 fi
c898f165 6844fi
6845
6846
6847if test "x$CXXFLAGS_FOR_TARGET" = x; then
f5fad380 6848 if test "x${is_cross_compiler}" = xyes; then
6849 CXXFLAGS_FOR_TARGET="-g -O2"
6850 else
6851 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6852 case " $CXXFLAGS " in
6853 *" -O2 "*) ;;
6854 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6855 esac
6856 case " $CXXFLAGS " in
6857 *" -g "* | *" -g3 "*) ;;
6858 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6859 esac
6860 fi
c898f165 6861fi
6862
6863
ed9516f5 6864
6865
8e1fea1a 6866# Handle --with-headers=XXX. If the value is not "yes", the contents of
6867# the named directory are copied to $(tooldir)/sys-include.
6868if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6869 if test x${is_cross_compiler} = xno ; then
6870 echo 1>&2 '***' --with-headers is only supported when cross compiling
6871 exit 1
6872 fi
6873 if test x"${with_headers}" != xyes ; then
eae5b2bc 6874 x=${gcc_cv_tool_prefix}
b30fcfae 6875 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
8e1fea1a 6876 fi
6877fi
6878
6879# Handle --with-libs=XXX. If the value is not "yes", the contents of
6880# the name directories are copied to $(tooldir)/lib. Multiple directories
6881# are permitted.
6882if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6883 if test x${is_cross_compiler} = xno ; then
6884 echo 1>&2 '***' --with-libs is only supported when cross compiling
6885 exit 1
6886 fi
6887 if test x"${with_libs}" != xyes ; then
6888 # Copy the libraries in reverse order, so that files in the first named
6889 # library override files in subsequent libraries.
eae5b2bc 6890 x=${gcc_cv_tool_prefix}
8e1fea1a 6891 for l in ${with_libs}; do
b30fcfae 6892 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
8e1fea1a 6893 done
6894 fi
6895fi
6896
7bfefa9d 6897# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
c47832b1 6898#
6899# This is done by determining whether or not the appropriate directory
6900# is available, and by checking whether or not specific configurations
6901# have requested that this magic not happen.
b30fcfae 6902#
6903# The command line options always override the explicit settings in
e757a6a8 6904# configure.ac, and the settings in configure.ac override this magic.
c47832b1 6905#
b30fcfae 6906# If the default for a toolchain is to use GNU as and ld, and you don't
c47832b1 6907# want to do that, then you should use the --without-gnu-as and
7bfefa9d 6908# --without-gnu-ld options for the configure script. Similarly, if
6909# the default is to use the included zlib and you don't want to do that,
6910# you should use the --with-system-zlib option for the configure script.
c47832b1 6911
6912if test x${use_gnu_as} = x &&
6913 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6914 with_gnu_as=yes
6915 extra_host_args="$extra_host_args --with-gnu-as"
6916fi
6917
6918if test x${use_gnu_ld} = x &&
3d47fcf5 6919 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
c47832b1 6920 with_gnu_ld=yes
6921 extra_host_args="$extra_host_args --with-gnu-ld"
6922fi
6923
7bfefa9d 6924if test x${use_included_zlib} = x &&
6925 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6926 :
6927else
6928 with_system_zlib=yes
6929 extra_host_args="$extra_host_args --with-system-zlib"
6930fi
6931
c47832b1 6932# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6933# can detect this case.
6934
6935if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6936 with_newlib=yes
6937 extra_host_args="$extra_host_args --with-newlib"
6938fi
6939
8e1fea1a 6940# Handle ${copy_dirs}
6941set fnord ${copy_dirs}
6942shift
6943while test $# != 0 ; do
6944 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6945 :
6946 else
6947 echo Copying $1 to $2
6948
6949 # Use the install script to create the directory and all required
6950 # parent directories.
6951 if test -d $2 ; then
6952 :
6953 else
6954 echo >config.temp
6955 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6956 fi
6957
6958 # Copy the directory, assuming we have tar.
6959 # FIXME: Should we use B in the second tar? Not all systems support it.
6960 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6961
6962 # It is the responsibility of the user to correctly adjust all
6963 # symlinks. If somebody can figure out how to handle them correctly
6964 # here, feel free to add the code.
6965
6966 echo $1 > $2/COPIED
6967 fi
6968 shift; shift
6969done
6970
c47832b1 6971# Determine a target-dependent exec_prefix that the installed
6972# gcc will search in. Keep this list sorted by triplet, with
6973# the *-*-osname triplets last.
6974md_exec_prefix=
6975case "${target}" in
09c2d953 6976 i[34567]86-pc-msdosdjgpp*)
c47832b1 6977 md_exec_prefix=/dev/env/DJDIR/bin
6978 ;;
c47832b1 6979 *-*-hpux* | \
c47832b1 6980 *-*-nto-qnx* | \
93faf308 6981 *-*-solaris2*)
c47832b1 6982 md_exec_prefix=/usr/ccs/bin
6983 ;;
6984esac
6985
71ab34df 6986extra_arflags_for_target=
6987extra_nmflags_for_target=
6988extra_ranlibflags_for_target=
6989target_makefile_frag=/dev/null
6990case "${target}" in
57c7de11 6991 spu-*-*)
6992 target_makefile_frag="config/mt-spu"
6993 ;;
d781ea5c 6994 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
f8520ad7 6995 target_makefile_frag="config/mt-sde"
6996 ;;
3013c2c7 6997 mipsisa*-*-elfoabi*)
6998 target_makefile_frag="config/mt-mips-elfoabi"
6999 ;;
559b0712 7000 mips*-*-*linux* | mips*-*-gnu*)
7001 target_makefile_frag="config/mt-mips-gnu"
7002 ;;
2481a2c1 7003 nios2-*-elf*)
7004 target_makefile_frag="config/mt-nios2-elf"
7005 ;;
a703ac2b 7006 *-*-linux-android*)
7007 target_makefile_frag="config/mt-android"
7008 ;;
3bef4012 7009 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
cb8a7007 7010 target_makefile_frag="config/mt-gnu"
71ab34df 7011 ;;
7012 *-*-aix4.[3456789]* | *-*-aix[56789].*)
b30fcfae 7013 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
71ab34df 7014 # commands to handle both 32-bit and 64-bit objects. These flags are
7015 # harmless if we're using GNU nm or ar.
7016 extra_arflags_for_target=" -X32_64"
7017 extra_nmflags_for_target=" -B -X32_64"
7018 ;;
71ab34df 7019esac
7020
7021alphaieee_frag=/dev/null
7022case $target in
7023 alpha*-*-*)
7024 # This just makes sure to use the -mieee option to build target libs.
7025 # This should probably be set individually by each library.
7026 alphaieee_frag="config/mt-alphaieee"
7027 ;;
7028esac
7029
7030# If --enable-target-optspace always use -Os instead of -O2 to build
7031# the target libraries, similarly if it is not specified, use -Os
7032# on selected platforms.
7033ospace_frag=/dev/null
7034case "${enable_target_optspace}:${target}" in
7035 yes:*)
7036 ospace_frag="config/mt-ospace"
7037 ;;
7038 :d30v-*)
7039 ospace_frag="config/mt-d30v"
7040 ;;
1c26a2ee 7041 :m32r-* | :d10v-* | :fr30-* | :i?86*-*-elfiamcu)
71ab34df 7042 ospace_frag="config/mt-ospace"
7043 ;;
7044 no:* | :*)
7045 ;;
7046 *)
7047 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
7048 ;;
7049esac
7050
71ab34df 7051# Some systems (e.g., one of the i386-aix systems the gas testers are
7052# using) don't handle "\$" correctly, so don't use it here.
b30fcfae 7053tooldir='${exec_prefix}'/${target_noncanonical}
71ab34df 7054build_tooldir=${tooldir}
7055
71ab34df 7056# Create a .gdbinit file which runs the one in srcdir
7057# and tells GDB to look there for source files.
7058
7059if test -r ${srcdir}/.gdbinit ; then
7060 case ${srcdir} in
7061 .) ;;
7062 *) cat > ./.gdbinit <<EOF
7063# ${NO_EDIT}
7064dir ${srcdir}
7065dir .
7066source ${srcdir}/.gdbinit
7067EOF
7068 ;;
7069 esac
7070fi
7071
71ab34df 7072# Make sure that the compiler is able to generate an executable. If it
7073# can't, we are probably in trouble. We don't care whether we can run the
7074# executable--we might be using a cross compiler--we only care whether it
7075# can be created. At this point the main configure script has set CC.
7076we_are_ok=no
7077echo "int main () { return 0; }" > conftest.c
7078${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7079if test $? = 0 ; then
7080 if test -s conftest || test -s conftest.exe ; then
7081 we_are_ok=yes
7082 fi
b30fcfae 7083fi
71ab34df 7084case $we_are_ok in
7085 no)
7086 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7087 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7088 rm -f conftest*
7089 exit 1
7090 ;;
7091esac
7092rm -f conftest*
7093
7d804f04 7094# Decide which environment variable is used to find dynamic libraries.
71ab34df 7095case "${host}" in
7096 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
b2240ff6 7097 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
7d804f04 7098 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
71ab34df 7099 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7100esac
7101
7d804f04 7102# On systems where the dynamic library environment variable is PATH,
7103# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7104# built executables to PATH.
7105if test "$RPATH_ENVVAR" = PATH; then
7106 GCC_SHLIB_SUBDIR=/shlib
7107else
7108 GCC_SHLIB_SUBDIR=
7109fi
7110
ee055341 7111# Adjust the toplevel makefile according to whether bootstrap was selected.
7112case $enable_bootstrap in
7113 yes)
7114 bootstrap_suffix=bootstrap
7115 BUILD_CONFIG=bootstrap-debug
7116 ;;
7117 no)
7118 bootstrap_suffix=no-bootstrap
7119 BUILD_CONFIG=
7120 ;;
7121esac
7122
7123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7124$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7125
7126
7127# Check whether --with-build-config was given.
7128if test "${with_build_config+set}" = set; then :
7129 withval=$with_build_config; case $with_build_config in
7130 yes) with_build_config= ;;
7131 no) with_build_config= BUILD_CONFIG= ;;
7132 esac
7133fi
7134
7135
7136if test "x${with_build_config}" != x; then
7137 BUILD_CONFIG=$with_build_config
7138else
7139 case $BUILD_CONFIG in
7140 bootstrap-debug)
7141 if echo "int f (void) { return 0; }" > conftest.c &&
7142 ${CC} -c conftest.c &&
7143 mv conftest.o conftest.o.g0 &&
7144 ${CC} -c -g conftest.c &&
7145 mv conftest.o conftest.o.g &&
7146 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7147 :
7148 else
7149 BUILD_CONFIG=
7150 fi
7151 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7152 ;;
7153 esac
7154fi
7155{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7156$as_echo "$BUILD_CONFIG" >&6; }
7157
7158
7159# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7161$as_echo_n "checking for --enable-vtable-verify... " >&6; }
7162# Check whether --enable-vtable-verify was given.
7163if test "${enable_vtable_verify+set}" = set; then :
7164 enableval=$enable_vtable_verify; case "$enableval" in
7165 yes) enable_vtable_verify=yes ;;
7166 no) enable_vtable_verify=no ;;
7167 *) enable_vtable_verify=no;;
7168 esac
7169else
7170 enable_vtable_verify=no
7171fi
7172
7173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7174$as_echo "$enable_vtable_verify" >&6; }
7175
71ab34df 7176# Record target_configdirs and the configure arguments for target and
7177# build configuration in Makefile.
7178target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
2f8725b0 7179build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
f4ae1a00 7180bootstrap_fixincludes=no
71ab34df 7181
5c96a839 7182# If we are building libgomp, bootstrap it.
7183if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7184 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7185fi
7186
ee055341 7187# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7188# or bootstrap-ubsan, bootstrap it.
7189if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7190 case "$BUILD_CONFIG" in
7191 *bootstrap-asan* | *bootstrap-ubsan* )
7192 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
f4ae1a00 7193 bootstrap_fixincludes=yes
ee055341 7194 ;;
7195 esac
579abfee 7196fi
7197
ee055341 7198# If we are building libvtv and --enable-vtable-verify, bootstrap it.
7199if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7200 test "$enable_vtable_verify" != no; then
b710ec85 7201 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7202fi
7203
71ab34df 7204# Determine whether gdb needs tk/tcl or not.
7205# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7206# and in that case we want gdb to be built without tk. Ugh!
7207# In fact I believe gdb is the *only* package directly dependent on tk,
7208# so we should be able to put the 'maybe's in unconditionally and
7209# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7210# 100% sure that that's safe though.
8fdaf281 7211
f843f075 7212gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
71ab34df 7213case "$enable_gdbtk" in
7214 no)
7215 GDB_TK="" ;;
8fdaf281 7216 yes)
7217 GDB_TK="${gdb_tk}" ;;
71ab34df 7218 *)
8fdaf281 7219 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7220 # distro. Eventually someone will fix this and move Insight, nee
7221 # gdbtk to a separate directory.
7222 if test -d ${srcdir}/gdb/gdbtk ; then
7223 GDB_TK="${gdb_tk}"
7224 else
7225 GDB_TK=""
7226 fi
7227 ;;
71ab34df 7228esac
415470be 7229CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7230INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
71ab34df 7231
01b41571 7232# Strip out unwanted targets.
6f4f34a7 7233
7234# While at that, we remove Makefiles if we were started for recursive
7235# configuration, so that the top-level Makefile reconfigures them,
7236# like we used to do when configure itself was recursive.
6f4f34a7 7237
8bb79148 7238# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7239# but now we're fixing up the Makefile ourselves with the additional
7240# commands passed to AC_CONFIG_FILES. Use separate variables
7241# extrasub-{build,host,target} not because there is any reason to split
7242# the substitutions up that way, but only to remain below the limit of
7243# 99 commands in a script, for HP-UX sed.
9488d90e 7244
7245# Do not nest @if/@endif or @unless/@endunless pairs, because
7246# configure will not warn you at all.
6f4f34a7 7247
7b5fee3e 7248case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7249 yes:yes:*\ gold\ *:*,c++,*) ;;
7250 yes:yes:*\ gold\ *:*)
f00f02a3 7251 as_fn_error $? "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7b5fee3e 7252 ;;
7253esac
7254
8bb79148 7255extrasub_build=
2f8725b0 7256for module in ${build_configdirs} ; do
93f93279 7257 if test -z "${no_recursion}" \
7258 && test -f ${build_subdir}/${module}/Makefile; then
7259 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7260 rm -f ${build_subdir}/${module}/Makefile
7261 fi
8bb79148 7262 extrasub_build="$extrasub_build
93f93279 7263/^@if build-$module\$/d
7264/^@endif build-$module\$/d
9488d90e 7265/^@unless build-$module\$/,/^@endunless build-$module\$/d
93f93279 7266/^@if build-$module-$bootstrap_suffix\$/d
9488d90e 7267/^@endif build-$module-$bootstrap_suffix\$/d
7268/^@unless build-$module-$bootstrap_suffix\$/,/^@endunless build-$module-$bootstrap_suffix\$/d"
93f93279 7269done
8bb79148 7270extrasub_host=
93f93279 7271for module in ${configdirs} ; do
9c19a746 7272 if test -z "${no_recursion}"; then
35d84d10 7273 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
9c19a746 7274 if test -f ${file}; then
7275 echo 1>&2 "*** removing ${file} to force reconfigure"
7276 rm -f ${file}
7277 fi
7278 done
93f93279 7279 fi
f4ae1a00 7280 case ${module},${bootstrap_fixincludes} in
7281 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7282 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7283 esac
8bb79148 7284 extrasub_host="$extrasub_host
93f93279 7285/^@if $module\$/d
7286/^@endif $module\$/d
9488d90e 7287/^@unless $module\$/,/^@endunless $module\$/d
f4ae1a00 7288/^@if $module-$host_bootstrap_suffix\$/d
9488d90e 7289/^@endif $module-$host_bootstrap_suffix\$/d
7290/^@unless $module-$host_bootstrap_suffix\$/,/^@endunless $module-$host_bootstrap_suffix\$/d"
93f93279 7291done
8bb79148 7292extrasub_target=
93f93279 7293for module in ${target_configdirs} ; do
7294 if test -z "${no_recursion}" \
7295 && test -f ${target_subdir}/${module}/Makefile; then
7296 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7297 rm -f ${target_subdir}/${module}/Makefile
7298 fi
7ab76cec 7299
7300 # We only bootstrap target libraries listed in bootstrap_target_libs.
7301 case $bootstrap_target_libs in
7302 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7303 *) target_bootstrap_suffix=no-bootstrap ;;
7304 esac
7305
8bb79148 7306 extrasub_target="$extrasub_target
93f93279 7307/^@if target-$module\$/d
7308/^@endif target-$module\$/d
9488d90e 7309/^@unless target-$module\$/,/^@endunless target-$module\$/d
7ab76cec 7310/^@if target-$module-$target_bootstrap_suffix\$/d
9488d90e 7311/^@endif target-$module-$target_bootstrap_suffix\$/d
7312/^@unless target-$module-$target_bootstrap_suffix\$/,/^@endunless target-$module-$target_bootstrap_suffix\$/d"
93f93279 7313done
7314
8bb79148 7315# Do the final fixup along with target modules.
7316extrasub_target="$extrasub_target
9488d90e 7317/^@if /,/^@endif /d
7318/^@unless /d
7319/^@endunless /d"
71ab34df 7320
7321# Create the serialization dependencies. This uses a temporary file.
7322
cd9a469c 7323# Check whether --enable-serial-configure was given.
7324if test "${enable_serial_configure+set}" = set; then :
7325 enableval=$enable_serial_configure;
7326fi
11d8013a 7327
7328
622c1fa9 7329case ${enable_serial_configure} in
7330 yes)
7331 enable_serial_build_configure=yes
7332 enable_serial_host_configure=yes
7333 enable_serial_target_configure=yes
7334 ;;
7335esac
7336
71ab34df 7337# These force 'configure's to be done one at a time, to avoid problems
7338# with contention over a shared config.cache.
7339rm -f serdep.tmp
11d8013a 7340echo '# serdep.tmp' > serdep.tmp
71ab34df 7341olditem=
622c1fa9 7342test "x${enable_serial_build_configure}" = xyes &&
71ab34df 7343for item in ${build_configdirs} ; do
7344 case ${olditem} in
7345 "") ;;
11d8013a 7346 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
71ab34df 7347 esac
7348 olditem=${item}
7349done
7350olditem=
622c1fa9 7351test "x${enable_serial_host_configure}" = xyes &&
71ab34df 7352for item in ${configdirs} ; do
7353 case ${olditem} in
7354 "") ;;
11d8013a 7355 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
71ab34df 7356 esac
7357 olditem=${item}
7358done
7359olditem=
622c1fa9 7360test "x${enable_serial_target_configure}" = xyes &&
71ab34df 7361for item in ${target_configdirs} ; do
7362 case ${olditem} in
7363 "") ;;
11d8013a 7364 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
71ab34df 7365 esac
7366 olditem=${item}
7367done
7368serialization_dependencies=serdep.tmp
7369
7370
11d8013a 7371# Base args. Strip norecursion, cache-file, srcdir, host, build,
b30fcfae 7372# target, nonopt, and variable assignments. These are the ones we
412c2e81 7373# might not want to pass down to subconfigures. The exception being
7374# --cache-file=/dev/null, which is used to turn off the use of cache
7375# files altogether, and which should be passed on to subconfigures.
7376# Also strip program-prefix, program-suffix, and program-transform-name,
7377# so that we can pass down a consistent program-transform-name.
b30fcfae 7378baseargs=
0e4d1862 7379tbaseargs=
b30fcfae 7380keep_next=no
7381skip_next=no
7382eval "set -- $ac_configure_args"
4ff792a4 7383for ac_arg
7384do
b30fcfae 7385 if test X"$skip_next" = X"yes"; then
7386 skip_next=no
7387 continue
7388 fi
7389 if test X"$keep_next" = X"yes"; then
7390 case $ac_arg in
7391 *\'*)
7392 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7393 esac
7394 baseargs="$baseargs '$ac_arg'"
0e4d1862 7395 tbaseargs="$tbaseargs '$ac_arg'"
b30fcfae 7396 keep_next=no
7397 continue
7398 fi
7399
7400 # Handle separated arguments. Based on the logic generated by
7401 # autoconf 2.59.
7402 case $ac_arg in
7403 *=* | --config-cache | -C | -disable-* | --disable-* \
7404 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7405 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7406 | -with-* | --with-* | -without-* | --without-* | --x)
7407 separate_arg=no
7408 ;;
7409 -*)
7410 separate_arg=yes
7411 ;;
7412 *)
7413 separate_arg=no
7414 ;;
7415 esac
7416
0e4d1862 7417 skip_targ=no
7418 case $ac_arg in
7419
7420 --with-* | --without-*)
7421 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7422
7423 case $libopt in
7424 *[-_]include)
7425 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7426 ;;
7427 *[-_]lib)
7428 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7429 ;;
7430 *)
7431 lib=$libopt
7432 ;;
7433 esac
7434
7435
7436 case $lib in
572cf1f7 7437 mpc | mpfr | gmp | isl)
0e4d1862 7438 # If we're processing --with-$lib, --with-$lib-include or
7439 # --with-$lib-lib, for one of the libs above, and target is
7440 # different from host, don't pass the current argument to any
7441 # target library's configure.
7442 if test x$is_cross_compiler = xyes; then
7443 skip_targ=yes
7444 fi
7445 ;;
7446 esac
7447 ;;
7448 esac
7449
b30fcfae 7450 case "$ac_arg" in
412c2e81 7451 --cache-file=/dev/null | \
7452 -cache-file=/dev/null )
7453 # Handled here to avoid the test to skip args below.
7454 baseargs="$baseargs '$ac_arg'"
0e4d1862 7455 tbaseargs="$tbaseargs '$ac_arg'"
412c2e81 7456 # Assert: $separate_arg should always be no.
7457 keep_next=$separate_arg
7458 ;;
b30fcfae 7459 --no*)
7460 continue
7461 ;;
7462 --c* | \
7463 --sr* | \
7464 --ho* | \
7465 --bu* | \
7466 --t* | \
7467 --program-* | \
7468 -cache_file* | \
7469 -srcdir* | \
7470 -host* | \
7471 -build* | \
7472 -target* | \
7473 -program-prefix* | \
7474 -program-suffix* | \
7475 -program-transform-name* )
7476 skip_next=$separate_arg
7477 continue
7478 ;;
7479 -*)
7480 # An option. Add it.
7481 case $ac_arg in
7482 *\'*)
7483 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7484 esac
7485 baseargs="$baseargs '$ac_arg'"
0e4d1862 7486 if test X"$skip_targ" = Xno; then
7487 tbaseargs="$tbaseargs '$ac_arg'"
7488 fi
b30fcfae 7489 keep_next=$separate_arg
7490 ;;
7491 *)
7492 # Either a variable assignment, or a nonopt (triplet). Don't
7493 # pass it down; let the Makefile handle this.
7494 continue
7495 ;;
7496 esac
7497done
7498# Remove the initial space we just introduced and, as these will be
7499# expanded by make, quote '$'.
7500baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
71ab34df 7501
fbfea1fa 7502# Add in --program-transform-name, after --program-prefix and
7503# --program-suffix have been applied to it. Autoconf has already
7504# doubled dollar signs and backslashes in program_transform_name; we want
7505# the backslashes un-doubled, and then the entire thing wrapped in single
b30fcfae 7506# quotes, because this will be expanded first by make and then by the shell.
fbfea1fa 7507# Also, because we want to override the logic in subdir configure scripts to
7508# choose program_transform_name, replace any s,x,x, with s,y,y,.
7509sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7510${program_transform_name}
7511EOF_SED
7512gcc_transform_name=`cat conftestsed.out`
7513rm -f conftestsed.out
7514baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
0e4d1862 7515tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
af7bb0c0 7516if test "$silent" = yes; then
7517 baseargs="$baseargs --silent"
0e4d1862 7518 tbaseargs="$tbaseargs --silent"
af7bb0c0 7519fi
cd2f3773 7520baseargs="$baseargs --disable-option-checking"
0e4d1862 7521tbaseargs="$tbaseargs --disable-option-checking"
fbfea1fa 7522
372a3f1e 7523# Record and document user additions to sub configure arguments.
7524
7525
7526
7527
71ab34df 7528# For the build-side libraries, we just need to pretend we're native,
7529# and not use the same cache file. Multilibs are neither needed nor
b85b703b 7530# desired. We can't even use the same cache file for all build-side
7531# libraries, as they're compiled differently; some with C, some with
7532# C++ or with different feature-enabling options.
7533build_configargs="$build_configargs --cache-file=./config.cache ${baseargs}"
71ab34df 7534
7535# For host modules, accept cache file option, or specification as blank.
7536case "${cache_file}" in
7537"") # empty
7538 cache_file_option="" ;;
7539/* | [A-Za-z]:[\\/]* ) # absolute path
7540 cache_file_option="--cache-file=${cache_file}" ;;
7541*) # relative path
7542 cache_file_option="--cache-file=../${cache_file}" ;;
7543esac
7544
ba1081ef 7545# Host dirs don't like to share a cache file either, horribly enough.
7546# This seems to be due to autoconf 2.5x stupidity.
372a3f1e 7547host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
71ab34df 7548
0e4d1862 7549target_configargs="$target_configargs ${tbaseargs}"
71ab34df 7550
7551# Passing a --with-cross-host argument lets the target libraries know
7552# whether they are being built with a cross-compiler or being built
7553# native. However, it would be better to use other mechanisms to make the
7554# sorts of decisions they want to make on this basis. Please consider
7555# this option to be deprecated. FIXME.
7556if test x${is_cross_compiler} = xyes ; then
b30fcfae 7557 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
71ab34df 7558fi
7559
87ebeb4c 7560# Special user-friendly check for native x86_64-linux build, if
7561# multilib is not explicitly enabled.
7562case "$target:$have_compiler:$host:$target:$enable_multilib" in
7563 x86_64-*linux*:yes:$build:$build:)
6efd9d79 7564 # Make sure we have a development environment that handles 32-bit
87ebeb4c 7565 dev64=no
7566 echo "int main () { return 0; }" > conftest.c
7567 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7568 if test $? = 0 ; then
7569 if test -s conftest || test -s conftest.exe ; then
7570 dev64=yes
7571 fi
7572 fi
7573 rm -f conftest*
7574 if test x${dev64} != xyes ; then
f00f02a3 7575 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
87ebeb4c 7576 fi
7577 ;;
7578esac
7579
59a40389 7580# Default to --enable-multilib.
7581if test x${enable_multilib} = x ; then
71ab34df 7582 target_configargs="--enable-multilib ${target_configargs}"
59a40389 7583fi
71ab34df 7584
7585# Pass --with-newlib if appropriate. Note that target_configdirs has
7586# changed from the earlier setting of with_newlib.
7587if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7588 target_configargs="--with-newlib ${target_configargs}"
7589fi
7590
74fef112 7591# Different target subdirs use different values of certain variables
7592# (notably CXX). Worse, multilibs use *lots* of different values.
7593# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7594# it doesn't automatically accept command-line overrides of them.
7595# This means it's not safe for target subdirs to share a cache file,
7596# which is disgusting, but there you have it. Hopefully this can be
7597# fixed in future. It's still worthwhile to use a cache file for each
7598# directory. I think.
7599
a8abbd9d 7600# Pass the appropriate --build, --host, --target and --cache-file arguments.
7601# We need to pass --target, as newer autoconf's requires consistency
7602# for target_alias and gcc doesn't manage it consistently.
d45318b3 7603target_configargs="--cache-file=./config.cache ${target_configargs}"
71ab34df 7604
71ab34df 7605FLAGS_FOR_TARGET=
7606case " $target_configdirs " in
7607 *" newlib "*)
7608 case " $target_configargs " in
7609 *" --with-newlib "*)
7610 case "$target" in
fe284774 7611 *-cygwin*)
db54564d 7612 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
fe284774 7613 ;;
71ab34df 7614 esac
7615
7616 # If we're not building GCC, don't discard standard headers.
7617 if test -d ${srcdir}/gcc; then
7618 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7619
7620 if test "${build}" != "${host}"; then
7621 # On Canadian crosses, CC_FOR_TARGET will have already been set
7622 # by `configure', so we won't have an opportunity to add -Bgcc/
7623 # to it. This is right: we don't want to search that directory
7624 # for binaries, but we want the header files in there, so add
7625 # them explicitly.
e619f0a6 7626 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
71ab34df 7627
7628 # Someone might think of using the pre-installed headers on
7629 # Canadian crosses, in case the installed compiler is not fully
7630 # compatible with the compiler being built. In this case, it
7631 # would be better to flag an error than risking having
7632 # incompatible object files being constructed. We can't
7633 # guarantee that an error will be flagged, but let's hope the
7634 # compiler will do it, when presented with incompatible header
7635 # files.
7636 fi
7637 fi
7638
7639 case "${target}-${is_cross_compiler}" in
f74ea578 7640 i[3456789]86-*-linux*-no)
71ab34df 7641 # Here host == target, so we don't need to build gcc,
7642 # so we don't want to discard standard headers.
7643 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7644 ;;
7645 *)
7646 # If we're building newlib, use its generic headers last, but search
7647 # for any libc-related directories first (so make it the last -B
7648 # switch).
7649 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
1c5767f1 7650
7651 # If we're building libgloss, find the startup file, simulator library
7652 # and linker script.
7653 case " $target_configdirs " in
7654 *" libgloss "*)
7655 # Look for startup file, simulator library and maybe linker script.
7656 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7657 # Look for libnosys.a in case the target needs it.
7658 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7659 # Most targets have the linker script in the source directory.
7660 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7661 ;;
7662 esac
71ab34df 7663 ;;
7664 esac
7665 ;;
7666 esac
7667 ;;
7668esac
fe284774 7669
d6d689df 7670case "$target" in
fe284774 7671 x86_64-*mingw* | *-w64-mingw*)
7672 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7673 # however, use a symlink named 'mingw' in ${prefix} .
7674 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7675 ;;
7676 *-mingw*)
7677 # MinGW can't be handled as Cygwin above since it does not use newlib.
7678 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'
7679 ;;
d6d689df 7680esac
71ab34df 7681
d8e9ea04 7682# Allow the user to override the flags for
7683# our build compiler if desired.
823e8b8d 7684if test x"${build}" = x"${host}" ; then
7685 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7686 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7687 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7688fi
d8e9ea04 7689
71ab34df 7690# On Canadian crosses, we'll be searching the right directories for
7691# the previously-installed cross compiler, so don't bother to add
7692# flags for directories within the install tree of the compiler
7693# being built; programs in there won't even run.
7694if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7695 # Search for pre-installed headers if nothing else fits.
5750c7d4 7696 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
71ab34df 7697fi
7698
7699if test "x${use_gnu_ld}" = x &&
7700 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7701 # Arrange for us to find uninstalled linker scripts.
c1eb9e31 7702 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
71ab34df 7703fi
7704
24714a39 7705# Search for other target-specific linker scripts and such.
7706case "${target}" in
38d7211b 7707 mep*)
7708 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7709 ;;
24714a39 7710esac
7711
71ab34df 7712# Makefile fragments.
03c65091 7713for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7714do
7715 eval fragval=\$$frag
7716 if test $fragval != /dev/null; then
7717 eval $frag=${srcdir}/$fragval
7718 fi
7719done
71ab34df 7720
7721
7722
7723
7724
7725# Miscellanea: directories, flags, etc.
7726
7727
7728
7729
7730
7731
7732
7d804f04 7733
2f8725b0 7734# Build module lists & subconfigure args.
71ab34df 7735
7736
7737
f5aebe3e 7738# Host module lists & subconfigure args.
7739
7740
7741
1fda3360 7742
f5aebe3e 7743# Target module lists & subconfigure args.
7744
7745
7746
7747# Build tools.
7748
7749
7750
93c5e793 7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
03385ed3 7764
f5aebe3e 7765# Generate default definitions for YACC, M4, LEX and other programs that run
7766# on the build machine. These are used if the Makefile can't locate these
7767# programs in objdir.
7768MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7769
7770for ac_prog in 'bison -y' byacc yacc
7771do
b30fcfae 7772 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7773set dummy $ac_prog; ac_word=$2
cd9a469c 7774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7775$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7776if ${ac_cv_prog_YACC+:} false; then :
cd9a469c 7777 $as_echo_n "(cached) " >&6
f5aebe3e 7778else
7779 if test -n "$YACC"; then
7780 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7781else
b30fcfae 7782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7783for as_dir in $PATH
7784do
7785 IFS=$as_save_IFS
7786 test -z "$as_dir" && as_dir=.
cd9a469c 7787 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7788 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 7789 ac_cv_prog_YACC="$ac_prog"
cd9a469c 7790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7791 break 2
7792 fi
7793done
cd9a469c 7794 done
7795IFS=$as_save_IFS
b30fcfae 7796
f5aebe3e 7797fi
7798fi
b30fcfae 7799YACC=$ac_cv_prog_YACC
f5aebe3e 7800if test -n "$YACC"; then
cd9a469c 7801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7802$as_echo "$YACC" >&6; }
f5aebe3e 7803else
cd9a469c 7804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7805$as_echo "no" >&6; }
f5aebe3e 7806fi
7807
cd9a469c 7808
b30fcfae 7809 test -n "$YACC" && break
f5aebe3e 7810done
7811test -n "$YACC" || YACC="$MISSING bison -y"
7812
7813case " $build_configdirs " in
7814 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
f5aebe3e 7815esac
7816
7817for ac_prog in bison
7818do
b30fcfae 7819 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7820set dummy $ac_prog; ac_word=$2
cd9a469c 7821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7822$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7823if ${ac_cv_prog_BISON+:} false; then :
cd9a469c 7824 $as_echo_n "(cached) " >&6
f5aebe3e 7825else
7826 if test -n "$BISON"; then
7827 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7828else
b30fcfae 7829as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7830for as_dir in $PATH
7831do
7832 IFS=$as_save_IFS
7833 test -z "$as_dir" && as_dir=.
cd9a469c 7834 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7835 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 7836 ac_cv_prog_BISON="$ac_prog"
cd9a469c 7837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7838 break 2
7839 fi
7840done
cd9a469c 7841 done
7842IFS=$as_save_IFS
b30fcfae 7843
f5aebe3e 7844fi
7845fi
b30fcfae 7846BISON=$ac_cv_prog_BISON
f5aebe3e 7847if test -n "$BISON"; then
cd9a469c 7848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7849$as_echo "$BISON" >&6; }
f5aebe3e 7850else
cd9a469c 7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7852$as_echo "no" >&6; }
f5aebe3e 7853fi
7854
cd9a469c 7855
b30fcfae 7856 test -n "$BISON" && break
f5aebe3e 7857done
7858test -n "$BISON" || BISON="$MISSING bison"
7859
7860case " $build_configdirs " in
7861 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7862esac
7863
7864for ac_prog in gm4 gnum4 m4
7865do
b30fcfae 7866 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7867set dummy $ac_prog; ac_word=$2
cd9a469c 7868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7869$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7870if ${ac_cv_prog_M4+:} false; then :
cd9a469c 7871 $as_echo_n "(cached) " >&6
f5aebe3e 7872else
7873 if test -n "$M4"; then
7874 ac_cv_prog_M4="$M4" # Let the user override the test.
7875else
b30fcfae 7876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7877for as_dir in $PATH
7878do
7879 IFS=$as_save_IFS
7880 test -z "$as_dir" && as_dir=.
cd9a469c 7881 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7882 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 7883 ac_cv_prog_M4="$ac_prog"
cd9a469c 7884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7885 break 2
7886 fi
7887done
cd9a469c 7888 done
7889IFS=$as_save_IFS
b30fcfae 7890
f5aebe3e 7891fi
7892fi
b30fcfae 7893M4=$ac_cv_prog_M4
f5aebe3e 7894if test -n "$M4"; then
cd9a469c 7895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7896$as_echo "$M4" >&6; }
f5aebe3e 7897else
cd9a469c 7898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7899$as_echo "no" >&6; }
f5aebe3e 7900fi
7901
cd9a469c 7902
b30fcfae 7903 test -n "$M4" && break
f5aebe3e 7904done
7905test -n "$M4" || M4="$MISSING m4"
7906
7907case " $build_configdirs " in
7908 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7909esac
7910
7911for ac_prog in flex lex
7912do
b30fcfae 7913 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7914set dummy $ac_prog; ac_word=$2
cd9a469c 7915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7916$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7917if ${ac_cv_prog_LEX+:} false; then :
cd9a469c 7918 $as_echo_n "(cached) " >&6
f5aebe3e 7919else
7920 if test -n "$LEX"; then
7921 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7922else
b30fcfae 7923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7924for as_dir in $PATH
7925do
7926 IFS=$as_save_IFS
7927 test -z "$as_dir" && as_dir=.
cd9a469c 7928 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 7930 ac_cv_prog_LEX="$ac_prog"
cd9a469c 7931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7932 break 2
7933 fi
7934done
cd9a469c 7935 done
7936IFS=$as_save_IFS
b30fcfae 7937
f5aebe3e 7938fi
7939fi
b30fcfae 7940LEX=$ac_cv_prog_LEX
f5aebe3e 7941if test -n "$LEX"; then
cd9a469c 7942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7943$as_echo "$LEX" >&6; }
f5aebe3e 7944else
cd9a469c 7945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7946$as_echo "no" >&6; }
f5aebe3e 7947fi
7948
cd9a469c 7949
b30fcfae 7950 test -n "$LEX" && break
f5aebe3e 7951done
7952test -n "$LEX" || LEX="$MISSING flex"
7953
7954case " $build_configdirs " in
7955 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7956 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7957esac
7958
7959for ac_prog in flex
7960do
b30fcfae 7961 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7962set dummy $ac_prog; ac_word=$2
cd9a469c 7963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7964$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7965if ${ac_cv_prog_FLEX+:} false; then :
cd9a469c 7966 $as_echo_n "(cached) " >&6
f5aebe3e 7967else
7968 if test -n "$FLEX"; then
7969 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7970else
b30fcfae 7971as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7972for as_dir in $PATH
7973do
7974 IFS=$as_save_IFS
7975 test -z "$as_dir" && as_dir=.
cd9a469c 7976 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7977 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 7978 ac_cv_prog_FLEX="$ac_prog"
cd9a469c 7979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7980 break 2
7981 fi
7982done
cd9a469c 7983 done
7984IFS=$as_save_IFS
b30fcfae 7985
f5aebe3e 7986fi
7987fi
b30fcfae 7988FLEX=$ac_cv_prog_FLEX
f5aebe3e 7989if test -n "$FLEX"; then
cd9a469c 7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7991$as_echo "$FLEX" >&6; }
f5aebe3e 7992else
cd9a469c 7993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7994$as_echo "no" >&6; }
f5aebe3e 7995fi
7996
cd9a469c 7997
b30fcfae 7998 test -n "$FLEX" && break
f5aebe3e 7999done
8000test -n "$FLEX" || FLEX="$MISSING flex"
8001
8002case " $build_configdirs " in
8003 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
8004esac
8005
8006for ac_prog in makeinfo
8007do
b30fcfae 8008 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 8009set dummy $ac_prog; ac_word=$2
cd9a469c 8010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8011$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8012if ${ac_cv_prog_MAKEINFO+:} false; then :
cd9a469c 8013 $as_echo_n "(cached) " >&6
f5aebe3e 8014else
8015 if test -n "$MAKEINFO"; then
8016 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
8017else
b30fcfae 8018as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8019for as_dir in $PATH
8020do
8021 IFS=$as_save_IFS
8022 test -z "$as_dir" && as_dir=.
cd9a469c 8023 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8024 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8025 ac_cv_prog_MAKEINFO="$ac_prog"
cd9a469c 8026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8027 break 2
8028 fi
8029done
cd9a469c 8030 done
8031IFS=$as_save_IFS
b30fcfae 8032
f5aebe3e 8033fi
8034fi
b30fcfae 8035MAKEINFO=$ac_cv_prog_MAKEINFO
f5aebe3e 8036if test -n "$MAKEINFO"; then
cd9a469c 8037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8038$as_echo "$MAKEINFO" >&6; }
f5aebe3e 8039else
cd9a469c 8040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8041$as_echo "no" >&6; }
f5aebe3e 8042fi
8043
cd9a469c 8044
b30fcfae 8045 test -n "$MAKEINFO" && break
f5aebe3e 8046done
8047test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8048
8049case " $build_configdirs " in
8050 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8051 *)
8052
03caadda 8053 # For an installed makeinfo, we require it to be from texinfo 4.7 or
f5aebe3e 8054 # higher, else we use the "missing" dummy.
8055 if ${MAKEINFO} --version \
03caadda 8056 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
f5aebe3e 8057 :
8058 else
8059 MAKEINFO="$MISSING makeinfo"
8060 fi
8061 ;;
8062
8063esac
71ab34df 8064
f5aebe3e 8065# FIXME: expect and dejagnu may become build tools?
71ab34df 8066
f5aebe3e 8067for ac_prog in expect
8068do
b30fcfae 8069 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 8070set dummy $ac_prog; ac_word=$2
cd9a469c 8071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8072$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8073if ${ac_cv_prog_EXPECT+:} false; then :
cd9a469c 8074 $as_echo_n "(cached) " >&6
f5aebe3e 8075else
8076 if test -n "$EXPECT"; then
8077 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8078else
b30fcfae 8079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8080for as_dir in $PATH
8081do
8082 IFS=$as_save_IFS
8083 test -z "$as_dir" && as_dir=.
cd9a469c 8084 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8086 ac_cv_prog_EXPECT="$ac_prog"
cd9a469c 8087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8088 break 2
8089 fi
8090done
cd9a469c 8091 done
8092IFS=$as_save_IFS
b30fcfae 8093
f5aebe3e 8094fi
8095fi
b30fcfae 8096EXPECT=$ac_cv_prog_EXPECT
f5aebe3e 8097if test -n "$EXPECT"; then
cd9a469c 8098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8099$as_echo "$EXPECT" >&6; }
f5aebe3e 8100else
cd9a469c 8101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8102$as_echo "no" >&6; }
f5aebe3e 8103fi
71ab34df 8104
cd9a469c 8105
b30fcfae 8106 test -n "$EXPECT" && break
f5aebe3e 8107done
8108test -n "$EXPECT" || EXPECT="expect"
71ab34df 8109
f5aebe3e 8110case " $configdirs " in
8111 *" expect "*)
8112 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8113 ;;
8114esac
71ab34df 8115
f5aebe3e 8116for ac_prog in runtest
8117do
b30fcfae 8118 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 8119set dummy $ac_prog; ac_word=$2
cd9a469c 8120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8121$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8122if ${ac_cv_prog_RUNTEST+:} false; then :
cd9a469c 8123 $as_echo_n "(cached) " >&6
f5aebe3e 8124else
8125 if test -n "$RUNTEST"; then
8126 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
a4af6a58 8127else
b30fcfae 8128as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8129for as_dir in $PATH
8130do
8131 IFS=$as_save_IFS
8132 test -z "$as_dir" && as_dir=.
cd9a469c 8133 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8134 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8135 ac_cv_prog_RUNTEST="$ac_prog"
cd9a469c 8136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8137 break 2
8138 fi
8139done
cd9a469c 8140 done
8141IFS=$as_save_IFS
b30fcfae 8142
f5aebe3e 8143fi
8144fi
b30fcfae 8145RUNTEST=$ac_cv_prog_RUNTEST
f5aebe3e 8146if test -n "$RUNTEST"; then
cd9a469c 8147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8148$as_echo "$RUNTEST" >&6; }
f5aebe3e 8149else
cd9a469c 8150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8151$as_echo "no" >&6; }
f5aebe3e 8152fi
71ab34df 8153
cd9a469c 8154
b30fcfae 8155 test -n "$RUNTEST" && break
f5aebe3e 8156done
8157test -n "$RUNTEST" || RUNTEST="runtest"
71ab34df 8158
f5aebe3e 8159case " $configdirs " in
8160 *" dejagnu "*)
8d365775 8161 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
f5aebe3e 8162 ;;
8163esac
71ab34df 8164
8165
71ab34df 8166# Host tools.
bb612911 8167ncn_tool_prefix=
8168test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8169ncn_target_tool_prefix=
8170test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8171
95a05732 8172
8173
8174if test -n "$AR"; then
8175 ac_cv_prog_AR=$AR
8176elif test -n "$ac_cv_prog_AR"; then
8177 AR=$ac_cv_prog_AR
8178fi
8179
8180if test -n "$ac_cv_prog_AR"; then
8181 for ncn_progname in ar; do
8182 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8183set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8185$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8186if ${ac_cv_prog_AR+:} false; then :
cd9a469c 8187 $as_echo_n "(cached) " >&6
95a05732 8188else
8189 if test -n "$AR"; then
8190 ac_cv_prog_AR="$AR" # Let the user override the test.
8191else
8192as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8193for as_dir in $PATH
8194do
8195 IFS=$as_save_IFS
8196 test -z "$as_dir" && as_dir=.
cd9a469c 8197 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 8199 ac_cv_prog_AR="${ncn_progname}"
cd9a469c 8200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8201 break 2
8202 fi
8203done
cd9a469c 8204 done
8205IFS=$as_save_IFS
95a05732 8206
8207fi
8208fi
8209AR=$ac_cv_prog_AR
8210if test -n "$AR"; then
cd9a469c 8211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8212$as_echo "$AR" >&6; }
95a05732 8213else
cd9a469c 8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8215$as_echo "no" >&6; }
95a05732 8216fi
8217
cd9a469c 8218
95a05732 8219 done
8220fi
8221
8222for ncn_progname in ar; do
768691b5 8223 if test -n "$ncn_tool_prefix"; then
8224 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8225set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8227$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8228if ${ac_cv_prog_AR+:} false; then :
cd9a469c 8229 $as_echo_n "(cached) " >&6
bb612911 8230else
8231 if test -n "$AR"; then
8232 ac_cv_prog_AR="$AR" # Let the user override the test.
8233else
b30fcfae 8234as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8235for as_dir in $PATH
8236do
8237 IFS=$as_save_IFS
8238 test -z "$as_dir" && as_dir=.
cd9a469c 8239 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8240 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8241 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8243 break 2
8244 fi
8245done
cd9a469c 8246 done
8247IFS=$as_save_IFS
b30fcfae 8248
bb612911 8249fi
8250fi
b30fcfae 8251AR=$ac_cv_prog_AR
bb612911 8252if test -n "$AR"; then
cd9a469c 8253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8254$as_echo "$AR" >&6; }
bb612911 8255else
cd9a469c 8256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8257$as_echo "no" >&6; }
bb612911 8258fi
8259
cd9a469c 8260
768691b5 8261 fi
8262 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8263 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8264set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8266$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8267if ${ac_cv_prog_AR+:} false; then :
cd9a469c 8268 $as_echo_n "(cached) " >&6
bb612911 8269else
768691b5 8270 if test -n "$AR"; then
ae48753c 8271 ac_cv_prog_AR="$AR" # Let the user override the test.
8272else
b30fcfae 8273as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8274for as_dir in $PATH
8275do
8276 IFS=$as_save_IFS
8277 test -z "$as_dir" && as_dir=.
cd9a469c 8278 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8279 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8280 ac_cv_prog_AR="${ncn_progname}"
cd9a469c 8281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8282 break 2
8283 fi
8284done
cd9a469c 8285 done
8286IFS=$as_save_IFS
b30fcfae 8287
bb612911 8288fi
8289fi
b30fcfae 8290AR=$ac_cv_prog_AR
768691b5 8291if test -n "$AR"; then
cd9a469c 8292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8293$as_echo "$AR" >&6; }
bb612911 8294else
cd9a469c 8295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8296$as_echo "no" >&6; }
bb612911 8297fi
b30fcfae 8298
cd9a469c 8299
768691b5 8300 fi
8301 test -n "$ac_cv_prog_AR" && break
8302done
8303
8304if test -z "$ac_cv_prog_AR" ; then
8305 set dummy ar
8306 if test $build = $host ; then
8307 AR="$2"
bb612911 8308 else
768691b5 8309 AR="${ncn_tool_prefix}$2"
bb612911 8310 fi
bb612911 8311fi
8312
95a05732 8313
8314
8315if test -n "$AS"; then
8316 ac_cv_prog_AS=$AS
8317elif test -n "$ac_cv_prog_AS"; then
8318 AS=$ac_cv_prog_AS
8319fi
8320
8321if test -n "$ac_cv_prog_AS"; then
8322 for ncn_progname in as; do
8323 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8324set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8326$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8327if ${ac_cv_prog_AS+:} false; then :
cd9a469c 8328 $as_echo_n "(cached) " >&6
95a05732 8329else
8330 if test -n "$AS"; then
8331 ac_cv_prog_AS="$AS" # Let the user override the test.
8332else
8333as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8334for as_dir in $PATH
8335do
8336 IFS=$as_save_IFS
8337 test -z "$as_dir" && as_dir=.
cd9a469c 8338 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8339 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 8340 ac_cv_prog_AS="${ncn_progname}"
cd9a469c 8341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8342 break 2
8343 fi
8344done
cd9a469c 8345 done
8346IFS=$as_save_IFS
95a05732 8347
8348fi
8349fi
8350AS=$ac_cv_prog_AS
8351if test -n "$AS"; then
cd9a469c 8352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8353$as_echo "$AS" >&6; }
95a05732 8354else
cd9a469c 8355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8356$as_echo "no" >&6; }
95a05732 8357fi
8358
cd9a469c 8359
95a05732 8360 done
8361fi
8362
8363for ncn_progname in as; do
768691b5 8364 if test -n "$ncn_tool_prefix"; then
8365 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8366set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8368$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8369if ${ac_cv_prog_AS+:} false; then :
cd9a469c 8370 $as_echo_n "(cached) " >&6
bb612911 8371else
8372 if test -n "$AS"; then
8373 ac_cv_prog_AS="$AS" # Let the user override the test.
a83ffacf 8374else
b30fcfae 8375as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8376for as_dir in $PATH
8377do
8378 IFS=$as_save_IFS
8379 test -z "$as_dir" && as_dir=.
cd9a469c 8380 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8381 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8382 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8384 break 2
8385 fi
8386done
cd9a469c 8387 done
8388IFS=$as_save_IFS
b30fcfae 8389
bb612911 8390fi
8391fi
b30fcfae 8392AS=$ac_cv_prog_AS
bb612911 8393if test -n "$AS"; then
cd9a469c 8394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8395$as_echo "$AS" >&6; }
bb612911 8396else
cd9a469c 8397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8398$as_echo "no" >&6; }
bb612911 8399fi
8400
cd9a469c 8401
768691b5 8402 fi
8403 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8404 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8405set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8406{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8407$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8408if ${ac_cv_prog_AS+:} false; then :
cd9a469c 8409 $as_echo_n "(cached) " >&6
bb612911 8410else
768691b5 8411 if test -n "$AS"; then
8412 ac_cv_prog_AS="$AS" # Let the user override the test.
bb612911 8413else
b30fcfae 8414as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8415for as_dir in $PATH
8416do
8417 IFS=$as_save_IFS
8418 test -z "$as_dir" && as_dir=.
cd9a469c 8419 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8420 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8421 ac_cv_prog_AS="${ncn_progname}"
cd9a469c 8422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8423 break 2
8424 fi
8425done
cd9a469c 8426 done
8427IFS=$as_save_IFS
b30fcfae 8428
bb612911 8429fi
8430fi
b30fcfae 8431AS=$ac_cv_prog_AS
768691b5 8432if test -n "$AS"; then
cd9a469c 8433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8434$as_echo "$AS" >&6; }
bb612911 8435else
cd9a469c 8436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8437$as_echo "no" >&6; }
bb612911 8438fi
b30fcfae 8439
cd9a469c 8440
768691b5 8441 fi
8442 test -n "$ac_cv_prog_AS" && break
8443done
8444
8445if test -z "$ac_cv_prog_AS" ; then
8446 set dummy as
8447 if test $build = $host ; then
8448 AS="$2"
bb612911 8449 else
768691b5 8450 AS="${ncn_tool_prefix}$2"
bb612911 8451 fi
bb612911 8452fi
8453
95a05732 8454
8455
8456if test -n "$DLLTOOL"; then
8457 ac_cv_prog_DLLTOOL=$DLLTOOL
8458elif test -n "$ac_cv_prog_DLLTOOL"; then
8459 DLLTOOL=$ac_cv_prog_DLLTOOL
8460fi
8461
8462if test -n "$ac_cv_prog_DLLTOOL"; then
8463 for ncn_progname in dlltool; do
8464 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8465set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8467$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8468if ${ac_cv_prog_DLLTOOL+:} false; then :
cd9a469c 8469 $as_echo_n "(cached) " >&6
95a05732 8470else
8471 if test -n "$DLLTOOL"; then
8472 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8473else
8474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8475for as_dir in $PATH
8476do
8477 IFS=$as_save_IFS
8478 test -z "$as_dir" && as_dir=.
cd9a469c 8479 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8480 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 8481 ac_cv_prog_DLLTOOL="${ncn_progname}"
cd9a469c 8482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8483 break 2
8484 fi
8485done
cd9a469c 8486 done
8487IFS=$as_save_IFS
95a05732 8488
8489fi
8490fi
8491DLLTOOL=$ac_cv_prog_DLLTOOL
8492if test -n "$DLLTOOL"; then
cd9a469c 8493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8494$as_echo "$DLLTOOL" >&6; }
95a05732 8495else
cd9a469c 8496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8497$as_echo "no" >&6; }
95a05732 8498fi
8499
cd9a469c 8500
95a05732 8501 done
8502fi
8503
8504for ncn_progname in dlltool; do
768691b5 8505 if test -n "$ncn_tool_prefix"; then
8506 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8507set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8509$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8510if ${ac_cv_prog_DLLTOOL+:} false; then :
cd9a469c 8511 $as_echo_n "(cached) " >&6
bb612911 8512else
8513 if test -n "$DLLTOOL"; then
8514 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8515else
b30fcfae 8516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8517for as_dir in $PATH
8518do
8519 IFS=$as_save_IFS
8520 test -z "$as_dir" && as_dir=.
cd9a469c 8521 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8522 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8523 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8525 break 2
8526 fi
8527done
cd9a469c 8528 done
8529IFS=$as_save_IFS
b30fcfae 8530
bb612911 8531fi
8532fi
b30fcfae 8533DLLTOOL=$ac_cv_prog_DLLTOOL
bb612911 8534if test -n "$DLLTOOL"; then
cd9a469c 8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8536$as_echo "$DLLTOOL" >&6; }
bb612911 8537else
cd9a469c 8538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8539$as_echo "no" >&6; }
bb612911 8540fi
8541
cd9a469c 8542
768691b5 8543 fi
8544 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8545 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8546set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8548$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8549if ${ac_cv_prog_DLLTOOL+:} false; then :
cd9a469c 8550 $as_echo_n "(cached) " >&6
bb612911 8551else
768691b5 8552 if test -n "$DLLTOOL"; then
8553 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
bb612911 8554else
b30fcfae 8555as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8556for as_dir in $PATH
8557do
8558 IFS=$as_save_IFS
8559 test -z "$as_dir" && as_dir=.
cd9a469c 8560 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8561 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8562 ac_cv_prog_DLLTOOL="${ncn_progname}"
cd9a469c 8563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8564 break 2
8565 fi
8566done
cd9a469c 8567 done
8568IFS=$as_save_IFS
b30fcfae 8569
bb612911 8570fi
8571fi
b30fcfae 8572DLLTOOL=$ac_cv_prog_DLLTOOL
768691b5 8573if test -n "$DLLTOOL"; then
cd9a469c 8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8575$as_echo "$DLLTOOL" >&6; }
bb612911 8576else
cd9a469c 8577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8578$as_echo "no" >&6; }
bb612911 8579fi
b30fcfae 8580
cd9a469c 8581
768691b5 8582 fi
8583 test -n "$ac_cv_prog_DLLTOOL" && break
8584done
8585
8586if test -z "$ac_cv_prog_DLLTOOL" ; then
8587 set dummy dlltool
8588 if test $build = $host ; then
8589 DLLTOOL="$2"
bb612911 8590 else
768691b5 8591 DLLTOOL="${ncn_tool_prefix}$2"
bb612911 8592 fi
bb612911 8593fi
8594
95a05732 8595
8596
8597if test -n "$LD"; then
8598 ac_cv_prog_LD=$LD
8599elif test -n "$ac_cv_prog_LD"; then
8600 LD=$ac_cv_prog_LD
8601fi
8602
8603if test -n "$ac_cv_prog_LD"; then
8604 for ncn_progname in ld; do
8605 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8606set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8608$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8609if ${ac_cv_prog_LD+:} false; then :
cd9a469c 8610 $as_echo_n "(cached) " >&6
95a05732 8611else
8612 if test -n "$LD"; then
8613 ac_cv_prog_LD="$LD" # Let the user override the test.
8614else
8615as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8616for as_dir in $PATH
8617do
8618 IFS=$as_save_IFS
8619 test -z "$as_dir" && as_dir=.
cd9a469c 8620 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8621 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 8622 ac_cv_prog_LD="${ncn_progname}"
cd9a469c 8623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8624 break 2
8625 fi
8626done
cd9a469c 8627 done
8628IFS=$as_save_IFS
95a05732 8629
8630fi
8631fi
8632LD=$ac_cv_prog_LD
8633if test -n "$LD"; then
cd9a469c 8634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8635$as_echo "$LD" >&6; }
95a05732 8636else
cd9a469c 8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8638$as_echo "no" >&6; }
95a05732 8639fi
8640
cd9a469c 8641
95a05732 8642 done
8643fi
8644
8645for ncn_progname in ld; do
768691b5 8646 if test -n "$ncn_tool_prefix"; then
8647 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8648set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8650$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8651if ${ac_cv_prog_LD+:} false; then :
cd9a469c 8652 $as_echo_n "(cached) " >&6
bb612911 8653else
8654 if test -n "$LD"; then
8655 ac_cv_prog_LD="$LD" # Let the user override the test.
8656else
b30fcfae 8657as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8658for as_dir in $PATH
8659do
8660 IFS=$as_save_IFS
8661 test -z "$as_dir" && as_dir=.
cd9a469c 8662 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8663 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8664 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8666 break 2
8667 fi
8668done
cd9a469c 8669 done
8670IFS=$as_save_IFS
b30fcfae 8671
bb612911 8672fi
8673fi
b30fcfae 8674LD=$ac_cv_prog_LD
bb612911 8675if test -n "$LD"; then
cd9a469c 8676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8677$as_echo "$LD" >&6; }
bb612911 8678else
cd9a469c 8679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8680$as_echo "no" >&6; }
bb612911 8681fi
8682
cd9a469c 8683
768691b5 8684 fi
8685 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8686 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8687set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8689$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8690if ${ac_cv_prog_LD+:} false; then :
cd9a469c 8691 $as_echo_n "(cached) " >&6
bb612911 8692else
768691b5 8693 if test -n "$LD"; then
8694 ac_cv_prog_LD="$LD" # Let the user override the test.
7172be51 8695else
b30fcfae 8696as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8697for as_dir in $PATH
8698do
8699 IFS=$as_save_IFS
8700 test -z "$as_dir" && as_dir=.
cd9a469c 8701 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8702 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8703 ac_cv_prog_LD="${ncn_progname}"
cd9a469c 8704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8705 break 2
8706 fi
8707done
cd9a469c 8708 done
8709IFS=$as_save_IFS
b30fcfae 8710
bb612911 8711fi
8712fi
b30fcfae 8713LD=$ac_cv_prog_LD
768691b5 8714if test -n "$LD"; then
cd9a469c 8715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8716$as_echo "$LD" >&6; }
bb612911 8717else
cd9a469c 8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8719$as_echo "no" >&6; }
bb612911 8720fi
b30fcfae 8721
cd9a469c 8722
768691b5 8723 fi
8724 test -n "$ac_cv_prog_LD" && break
8725done
8726
8727if test -z "$ac_cv_prog_LD" ; then
8728 set dummy ld
8729 if test $build = $host ; then
8730 LD="$2"
bb612911 8731 else
768691b5 8732 LD="${ncn_tool_prefix}$2"
bb612911 8733 fi
bb612911 8734fi
8735
95a05732 8736
8737
8738if test -n "$LIPO"; then
8739 ac_cv_prog_LIPO=$LIPO
8740elif test -n "$ac_cv_prog_LIPO"; then
8741 LIPO=$ac_cv_prog_LIPO
8742fi
8743
8744if test -n "$ac_cv_prog_LIPO"; then
8745 for ncn_progname in lipo; do
8746 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8747set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8749$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8750if ${ac_cv_prog_LIPO+:} false; then :
cd9a469c 8751 $as_echo_n "(cached) " >&6
95a05732 8752else
8753 if test -n "$LIPO"; then
8754 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8755else
8756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8757for as_dir in $PATH
8758do
8759 IFS=$as_save_IFS
8760 test -z "$as_dir" && as_dir=.
cd9a469c 8761 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8762 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 8763 ac_cv_prog_LIPO="${ncn_progname}"
cd9a469c 8764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8765 break 2
8766 fi
8767done
cd9a469c 8768 done
8769IFS=$as_save_IFS
95a05732 8770
8771fi
8772fi
8773LIPO=$ac_cv_prog_LIPO
8774if test -n "$LIPO"; then
cd9a469c 8775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8776$as_echo "$LIPO" >&6; }
95a05732 8777else
cd9a469c 8778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8779$as_echo "no" >&6; }
95a05732 8780fi
8781
cd9a469c 8782
95a05732 8783 done
8784fi
8785
8786for ncn_progname in lipo; do
f5aebe3e 8787 if test -n "$ncn_tool_prefix"; then
8788 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8789set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8791$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8792if ${ac_cv_prog_LIPO+:} false; then :
cd9a469c 8793 $as_echo_n "(cached) " >&6
f5aebe3e 8794else
8795 if test -n "$LIPO"; then
8796 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8797else
b30fcfae 8798as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8799for as_dir in $PATH
8800do
8801 IFS=$as_save_IFS
8802 test -z "$as_dir" && as_dir=.
cd9a469c 8803 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8804 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8805 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8807 break 2
8808 fi
8809done
cd9a469c 8810 done
8811IFS=$as_save_IFS
b30fcfae 8812
f5aebe3e 8813fi
8814fi
b30fcfae 8815LIPO=$ac_cv_prog_LIPO
f5aebe3e 8816if test -n "$LIPO"; then
cd9a469c 8817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8818$as_echo "$LIPO" >&6; }
f5aebe3e 8819else
cd9a469c 8820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8821$as_echo "no" >&6; }
f5aebe3e 8822fi
8823
cd9a469c 8824
f5aebe3e 8825 fi
8826 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8827 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8828set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8830$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8831if ${ac_cv_prog_LIPO+:} false; then :
cd9a469c 8832 $as_echo_n "(cached) " >&6
f5aebe3e 8833else
8834 if test -n "$LIPO"; then
8835 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8836else
b30fcfae 8837as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8838for as_dir in $PATH
8839do
8840 IFS=$as_save_IFS
8841 test -z "$as_dir" && as_dir=.
cd9a469c 8842 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8843 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 8844 ac_cv_prog_LIPO="${ncn_progname}"
cd9a469c 8845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8846 break 2
8847 fi
8848done
cd9a469c 8849 done
8850IFS=$as_save_IFS
b30fcfae 8851
f5aebe3e 8852fi
8853fi
b30fcfae 8854LIPO=$ac_cv_prog_LIPO
f5aebe3e 8855if test -n "$LIPO"; then
cd9a469c 8856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8857$as_echo "$LIPO" >&6; }
f5aebe3e 8858else
cd9a469c 8859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8860$as_echo "no" >&6; }
f5aebe3e 8861fi
b30fcfae 8862
cd9a469c 8863
f5aebe3e 8864 fi
8865 test -n "$ac_cv_prog_LIPO" && break
8866done
8867
8868if test -z "$ac_cv_prog_LIPO" ; then
8869 set dummy lipo
8870 if test $build = $host ; then
8871 LIPO="$2"
8872 else
8873 LIPO="${ncn_tool_prefix}$2"
8874 fi
8875fi
8876
95a05732 8877
8878
8879if test -n "$NM"; then
8880 ac_cv_prog_NM=$NM
8881elif test -n "$ac_cv_prog_NM"; then
8882 NM=$ac_cv_prog_NM
8883fi
8884
8885if test -n "$ac_cv_prog_NM"; then
8886 for ncn_progname in nm; do
8887 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8888set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8890$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8891if ${ac_cv_prog_NM+:} false; then :
cd9a469c 8892 $as_echo_n "(cached) " >&6
bb612911 8893else
8894 if test -n "$NM"; then
8895 ac_cv_prog_NM="$NM" # Let the user override the test.
8896else
b30fcfae 8897as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8898for as_dir in $PATH
8899do
8900 IFS=$as_save_IFS
8901 test -z "$as_dir" && as_dir=.
cd9a469c 8902 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 8904 ac_cv_prog_NM="${ncn_progname}"
cd9a469c 8905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8906 break 2
8907 fi
8908done
cd9a469c 8909 done
8910IFS=$as_save_IFS
b30fcfae 8911
bb612911 8912fi
8913fi
b30fcfae 8914NM=$ac_cv_prog_NM
bb612911 8915if test -n "$NM"; then
cd9a469c 8916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8917$as_echo "$NM" >&6; }
bb612911 8918else
cd9a469c 8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8920$as_echo "no" >&6; }
bb612911 8921fi
8922
cd9a469c 8923
95a05732 8924 done
8925fi
8926
8927for ncn_progname in nm; do
8928 if test -n "$ncn_tool_prefix"; then
8929 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8930set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8932$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8933if ${ac_cv_prog_NM+:} false; then :
cd9a469c 8934 $as_echo_n "(cached) " >&6
bb612911 8935else
768691b5 8936 if test -n "$NM"; then
8937 ac_cv_prog_NM="$NM" # Let the user override the test.
bb612911 8938else
b30fcfae 8939as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8940for as_dir in $PATH
8941do
8942 IFS=$as_save_IFS
8943 test -z "$as_dir" && as_dir=.
cd9a469c 8944 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8945 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 8946 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8948 break 2
8949 fi
8950done
cd9a469c 8951 done
8952IFS=$as_save_IFS
b30fcfae 8953
bb612911 8954fi
8955fi
b30fcfae 8956NM=$ac_cv_prog_NM
768691b5 8957if test -n "$NM"; then
cd9a469c 8958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8959$as_echo "$NM" >&6; }
bb612911 8960else
cd9a469c 8961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8962$as_echo "no" >&6; }
bb612911 8963fi
b30fcfae 8964
cd9a469c 8965
768691b5 8966 fi
95a05732 8967 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8968 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8969set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8971$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 8972if ${ac_cv_prog_NM+:} false; then :
cd9a469c 8973 $as_echo_n "(cached) " >&6
95a05732 8974else
8975 if test -n "$NM"; then
8976 ac_cv_prog_NM="$NM" # Let the user override the test.
8977else
8978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8979for as_dir in $PATH
8980do
8981 IFS=$as_save_IFS
8982 test -z "$as_dir" && as_dir=.
cd9a469c 8983 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 8984 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 8985 ac_cv_prog_NM="${ncn_progname}"
cd9a469c 8986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8987 break 2
8988 fi
8989done
cd9a469c 8990 done
8991IFS=$as_save_IFS
95a05732 8992
8993fi
8994fi
8995NM=$ac_cv_prog_NM
8996if test -n "$NM"; then
cd9a469c 8997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8998$as_echo "$NM" >&6; }
95a05732 8999else
cd9a469c 9000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9001$as_echo "no" >&6; }
95a05732 9002fi
9003
cd9a469c 9004
95a05732 9005 fi
9006 test -n "$ac_cv_prog_NM" && break
9007done
9008
9009if test -z "$ac_cv_prog_NM" ; then
9010 set dummy nm
9011 if test $build = $host ; then
9012 NM="$2"
9013 else
9014 NM="${ncn_tool_prefix}$2"
9015 fi
9016fi
9017
9018
9019
9020if test -n "$RANLIB"; then
9021 ac_cv_prog_RANLIB=$RANLIB
9022elif test -n "$ac_cv_prog_RANLIB"; then
9023 RANLIB=$ac_cv_prog_RANLIB
9024fi
9025
9026if test -n "$ac_cv_prog_RANLIB"; then
9027 for ncn_progname in ranlib; do
9028 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9029set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9031$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9032if ${ac_cv_prog_RANLIB+:} false; then :
cd9a469c 9033 $as_echo_n "(cached) " >&6
95a05732 9034else
9035 if test -n "$RANLIB"; then
9036 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9037else
9038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9039for as_dir in $PATH
9040do
9041 IFS=$as_save_IFS
9042 test -z "$as_dir" && as_dir=.
cd9a469c 9043 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9044 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 9045 ac_cv_prog_RANLIB="${ncn_progname}"
cd9a469c 9046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 9047 break 2
9048 fi
9049done
cd9a469c 9050 done
9051IFS=$as_save_IFS
95a05732 9052
9053fi
9054fi
9055RANLIB=$ac_cv_prog_RANLIB
9056if test -n "$RANLIB"; then
cd9a469c 9057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9058$as_echo "$RANLIB" >&6; }
95a05732 9059else
cd9a469c 9060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9061$as_echo "no" >&6; }
95a05732 9062fi
9063
cd9a469c 9064
95a05732 9065 done
9066fi
bb612911 9067
95a05732 9068for ncn_progname in ranlib; do
768691b5 9069 if test -n "$ncn_tool_prefix"; then
9070 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9071set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 9072{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9073$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9074if ${ac_cv_prog_RANLIB+:} false; then :
cd9a469c 9075 $as_echo_n "(cached) " >&6
bb612911 9076else
9077 if test -n "$RANLIB"; then
9078 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9079else
b30fcfae 9080as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9081for as_dir in $PATH
9082do
9083 IFS=$as_save_IFS
9084 test -z "$as_dir" && as_dir=.
cd9a469c 9085 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9086 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 9087 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 9088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9089 break 2
9090 fi
9091done
cd9a469c 9092 done
9093IFS=$as_save_IFS
b30fcfae 9094
bb612911 9095fi
9096fi
b30fcfae 9097RANLIB=$ac_cv_prog_RANLIB
bb612911 9098if test -n "$RANLIB"; then
cd9a469c 9099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9100$as_echo "$RANLIB" >&6; }
bb612911 9101else
cd9a469c 9102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9103$as_echo "no" >&6; }
bb612911 9104fi
9105
cd9a469c 9106
768691b5 9107 fi
9108 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9109 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9110set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9112$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9113if ${ac_cv_prog_RANLIB+:} false; then :
cd9a469c 9114 $as_echo_n "(cached) " >&6
bb612911 9115else
768691b5 9116 if test -n "$RANLIB"; then
9117 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
bb612911 9118else
b30fcfae 9119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9120for as_dir in $PATH
9121do
9122 IFS=$as_save_IFS
9123 test -z "$as_dir" && as_dir=.
cd9a469c 9124 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9125 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 9126 ac_cv_prog_RANLIB="${ncn_progname}"
cd9a469c 9127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9128 break 2
9129 fi
9130done
cd9a469c 9131 done
9132IFS=$as_save_IFS
b30fcfae 9133
bb612911 9134fi
9135fi
b30fcfae 9136RANLIB=$ac_cv_prog_RANLIB
768691b5 9137if test -n "$RANLIB"; then
cd9a469c 9138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9139$as_echo "$RANLIB" >&6; }
bb612911 9140else
cd9a469c 9141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9142$as_echo "no" >&6; }
bb612911 9143fi
b30fcfae 9144
cd9a469c 9145
bb612911 9146 fi
768691b5 9147 test -n "$ac_cv_prog_RANLIB" && break
9148done
9149
9150if test -z "$ac_cv_prog_RANLIB" ; then
68645a6b 9151 RANLIB="true"
bb612911 9152fi
9153
95a05732 9154
9155
9156if test -n "$STRIP"; then
9157 ac_cv_prog_STRIP=$STRIP
9158elif test -n "$ac_cv_prog_STRIP"; then
9159 STRIP=$ac_cv_prog_STRIP
9160fi
9161
9162if test -n "$ac_cv_prog_STRIP"; then
9163 for ncn_progname in strip; do
9164 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9165set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9167$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9168if ${ac_cv_prog_STRIP+:} false; then :
cd9a469c 9169 $as_echo_n "(cached) " >&6
95a05732 9170else
9171 if test -n "$STRIP"; then
9172 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9173else
9174as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9175for as_dir in $PATH
9176do
9177 IFS=$as_save_IFS
9178 test -z "$as_dir" && as_dir=.
cd9a469c 9179 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9180 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 9181 ac_cv_prog_STRIP="${ncn_progname}"
cd9a469c 9182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 9183 break 2
9184 fi
9185done
cd9a469c 9186 done
9187IFS=$as_save_IFS
95a05732 9188
9189fi
9190fi
9191STRIP=$ac_cv_prog_STRIP
9192if test -n "$STRIP"; then
cd9a469c 9193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9194$as_echo "$STRIP" >&6; }
95a05732 9195else
cd9a469c 9196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9197$as_echo "no" >&6; }
95a05732 9198fi
9199
cd9a469c 9200
95a05732 9201 done
9202fi
9203
9204for ncn_progname in strip; do
f5aebe3e 9205 if test -n "$ncn_tool_prefix"; then
9206 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9207set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 9208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9209$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9210if ${ac_cv_prog_STRIP+:} false; then :
cd9a469c 9211 $as_echo_n "(cached) " >&6
f5aebe3e 9212else
9213 if test -n "$STRIP"; then
9214 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9215else
b30fcfae 9216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9217for as_dir in $PATH
9218do
9219 IFS=$as_save_IFS
9220 test -z "$as_dir" && as_dir=.
cd9a469c 9221 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9222 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 9223 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 9224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9225 break 2
9226 fi
9227done
cd9a469c 9228 done
9229IFS=$as_save_IFS
b30fcfae 9230
f5aebe3e 9231fi
9232fi
b30fcfae 9233STRIP=$ac_cv_prog_STRIP
f5aebe3e 9234if test -n "$STRIP"; then
cd9a469c 9235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9236$as_echo "$STRIP" >&6; }
f5aebe3e 9237else
cd9a469c 9238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9239$as_echo "no" >&6; }
f5aebe3e 9240fi
9241
cd9a469c 9242
f5aebe3e 9243 fi
9244 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9245 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9246set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9248$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9249if ${ac_cv_prog_STRIP+:} false; then :
cd9a469c 9250 $as_echo_n "(cached) " >&6
f5aebe3e 9251else
9252 if test -n "$STRIP"; then
9253 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9254else
b30fcfae 9255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9256for as_dir in $PATH
9257do
9258 IFS=$as_save_IFS
9259 test -z "$as_dir" && as_dir=.
cd9a469c 9260 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9261 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 9262 ac_cv_prog_STRIP="${ncn_progname}"
cd9a469c 9263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9264 break 2
9265 fi
9266done
cd9a469c 9267 done
9268IFS=$as_save_IFS
b30fcfae 9269
f5aebe3e 9270fi
9271fi
b30fcfae 9272STRIP=$ac_cv_prog_STRIP
f5aebe3e 9273if test -n "$STRIP"; then
cd9a469c 9274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9275$as_echo "$STRIP" >&6; }
f5aebe3e 9276else
cd9a469c 9277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9278$as_echo "no" >&6; }
f5aebe3e 9279fi
b30fcfae 9280
cd9a469c 9281
f5aebe3e 9282 fi
9283 test -n "$ac_cv_prog_STRIP" && break
9284done
9285
9286if test -z "$ac_cv_prog_STRIP" ; then
68645a6b 9287 STRIP="true"
f5aebe3e 9288fi
9289
95a05732 9290
9291
9292if test -n "$WINDRES"; then
9293 ac_cv_prog_WINDRES=$WINDRES
9294elif test -n "$ac_cv_prog_WINDRES"; then
9295 WINDRES=$ac_cv_prog_WINDRES
9296fi
9297
9298if test -n "$ac_cv_prog_WINDRES"; then
9299 for ncn_progname in windres; do
9300 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9301set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9303$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9304if ${ac_cv_prog_WINDRES+:} false; then :
cd9a469c 9305 $as_echo_n "(cached) " >&6
95a05732 9306else
9307 if test -n "$WINDRES"; then
9308 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9309else
9310as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9311for as_dir in $PATH
9312do
9313 IFS=$as_save_IFS
9314 test -z "$as_dir" && as_dir=.
cd9a469c 9315 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9316 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 9317 ac_cv_prog_WINDRES="${ncn_progname}"
cd9a469c 9318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 9319 break 2
9320 fi
9321done
cd9a469c 9322 done
9323IFS=$as_save_IFS
95a05732 9324
9325fi
9326fi
9327WINDRES=$ac_cv_prog_WINDRES
9328if test -n "$WINDRES"; then
cd9a469c 9329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9330$as_echo "$WINDRES" >&6; }
95a05732 9331else
cd9a469c 9332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9333$as_echo "no" >&6; }
95a05732 9334fi
9335
cd9a469c 9336
95a05732 9337 done
9338fi
9339
9340for ncn_progname in windres; do
768691b5 9341 if test -n "$ncn_tool_prefix"; then
9342 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9343set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 9344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9345$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9346if ${ac_cv_prog_WINDRES+:} false; then :
cd9a469c 9347 $as_echo_n "(cached) " >&6
bb612911 9348else
9349 if test -n "$WINDRES"; then
9350 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9351else
b30fcfae 9352as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9353for as_dir in $PATH
9354do
9355 IFS=$as_save_IFS
9356 test -z "$as_dir" && as_dir=.
cd9a469c 9357 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9358 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 9359 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 9360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9361 break 2
9362 fi
9363done
cd9a469c 9364 done
9365IFS=$as_save_IFS
b30fcfae 9366
bb612911 9367fi
9368fi
b30fcfae 9369WINDRES=$ac_cv_prog_WINDRES
bb612911 9370if test -n "$WINDRES"; then
cd9a469c 9371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9372$as_echo "$WINDRES" >&6; }
bb612911 9373else
cd9a469c 9374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9375$as_echo "no" >&6; }
bb612911 9376fi
9377
cd9a469c 9378
768691b5 9379 fi
9380 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9381 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9382set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9384$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9385if ${ac_cv_prog_WINDRES+:} false; then :
cd9a469c 9386 $as_echo_n "(cached) " >&6
bb612911 9387else
768691b5 9388 if test -n "$WINDRES"; then
9389 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
bb612911 9390else
b30fcfae 9391as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9392for as_dir in $PATH
9393do
9394 IFS=$as_save_IFS
9395 test -z "$as_dir" && as_dir=.
cd9a469c 9396 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9397 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 9398 ac_cv_prog_WINDRES="${ncn_progname}"
cd9a469c 9399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9400 break 2
9401 fi
9402done
cd9a469c 9403 done
9404IFS=$as_save_IFS
b30fcfae 9405
bb612911 9406fi
9407fi
b30fcfae 9408WINDRES=$ac_cv_prog_WINDRES
768691b5 9409if test -n "$WINDRES"; then
cd9a469c 9410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9411$as_echo "$WINDRES" >&6; }
bb612911 9412else
cd9a469c 9413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9414$as_echo "no" >&6; }
bb612911 9415fi
b30fcfae 9416
cd9a469c 9417
768691b5 9418 fi
9419 test -n "$ac_cv_prog_WINDRES" && break
9420done
9421
9422if test -z "$ac_cv_prog_WINDRES" ; then
9423 set dummy windres
9424 if test $build = $host ; then
9425 WINDRES="$2"
bb612911 9426 else
768691b5 9427 WINDRES="${ncn_tool_prefix}$2"
bb612911 9428 fi
bb612911 9429fi
9430
95a05732 9431
9432
75d6a0a9 9433if test -n "$WINDMC"; then
9434 ac_cv_prog_WINDMC=$WINDMC
9435elif test -n "$ac_cv_prog_WINDMC"; then
9436 WINDMC=$ac_cv_prog_WINDMC
9437fi
9438
9439if test -n "$ac_cv_prog_WINDMC"; then
9440 for ncn_progname in windmc; do
9441 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9442set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9444$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9445if ${ac_cv_prog_WINDMC+:} false; then :
cd9a469c 9446 $as_echo_n "(cached) " >&6
75d6a0a9 9447else
9448 if test -n "$WINDMC"; then
9449 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9450else
9451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9452for as_dir in $PATH
9453do
9454 IFS=$as_save_IFS
9455 test -z "$as_dir" && as_dir=.
cd9a469c 9456 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9457 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75d6a0a9 9458 ac_cv_prog_WINDMC="${ncn_progname}"
cd9a469c 9459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 9460 break 2
9461 fi
9462done
cd9a469c 9463 done
9464IFS=$as_save_IFS
75d6a0a9 9465
9466fi
9467fi
9468WINDMC=$ac_cv_prog_WINDMC
9469if test -n "$WINDMC"; then
cd9a469c 9470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9471$as_echo "$WINDMC" >&6; }
75d6a0a9 9472else
cd9a469c 9473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9474$as_echo "no" >&6; }
75d6a0a9 9475fi
9476
cd9a469c 9477
75d6a0a9 9478 done
9479fi
9480
9481for ncn_progname in windmc; do
9482 if test -n "$ncn_tool_prefix"; then
9483 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9484set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 9485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9486$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9487if ${ac_cv_prog_WINDMC+:} false; then :
cd9a469c 9488 $as_echo_n "(cached) " >&6
75d6a0a9 9489else
9490 if test -n "$WINDMC"; then
9491 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9492else
9493as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9494for as_dir in $PATH
9495do
9496 IFS=$as_save_IFS
9497 test -z "$as_dir" && as_dir=.
cd9a469c 9498 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9499 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75d6a0a9 9500 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 9501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 9502 break 2
9503 fi
9504done
cd9a469c 9505 done
9506IFS=$as_save_IFS
75d6a0a9 9507
9508fi
9509fi
9510WINDMC=$ac_cv_prog_WINDMC
9511if test -n "$WINDMC"; then
cd9a469c 9512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9513$as_echo "$WINDMC" >&6; }
75d6a0a9 9514else
cd9a469c 9515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9516$as_echo "no" >&6; }
75d6a0a9 9517fi
9518
cd9a469c 9519
75d6a0a9 9520 fi
9521 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9522 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9523set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9525$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9526if ${ac_cv_prog_WINDMC+:} false; then :
cd9a469c 9527 $as_echo_n "(cached) " >&6
75d6a0a9 9528else
9529 if test -n "$WINDMC"; then
9530 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9531else
9532as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9533for as_dir in $PATH
9534do
9535 IFS=$as_save_IFS
9536 test -z "$as_dir" && as_dir=.
cd9a469c 9537 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9538 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75d6a0a9 9539 ac_cv_prog_WINDMC="${ncn_progname}"
cd9a469c 9540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 9541 break 2
9542 fi
9543done
cd9a469c 9544 done
9545IFS=$as_save_IFS
75d6a0a9 9546
9547fi
9548fi
9549WINDMC=$ac_cv_prog_WINDMC
9550if test -n "$WINDMC"; then
cd9a469c 9551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9552$as_echo "$WINDMC" >&6; }
75d6a0a9 9553else
cd9a469c 9554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9555$as_echo "no" >&6; }
75d6a0a9 9556fi
9557
cd9a469c 9558
75d6a0a9 9559 fi
9560 test -n "$ac_cv_prog_WINDMC" && break
9561done
9562
9563if test -z "$ac_cv_prog_WINDMC" ; then
9564 set dummy windmc
9565 if test $build = $host ; then
9566 WINDMC="$2"
9567 else
9568 WINDMC="${ncn_tool_prefix}$2"
9569 fi
9570fi
9571
9572
9573
95a05732 9574if test -n "$OBJCOPY"; then
9575 ac_cv_prog_OBJCOPY=$OBJCOPY
9576elif test -n "$ac_cv_prog_OBJCOPY"; then
9577 OBJCOPY=$ac_cv_prog_OBJCOPY
9578fi
9579
9580if test -n "$ac_cv_prog_OBJCOPY"; then
9581 for ncn_progname in objcopy; do
9582 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9583set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9585$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9586if ${ac_cv_prog_OBJCOPY+:} false; then :
cd9a469c 9587 $as_echo_n "(cached) " >&6
95a05732 9588else
9589 if test -n "$OBJCOPY"; then
9590 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9591else
9592as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9593for as_dir in $PATH
9594do
9595 IFS=$as_save_IFS
9596 test -z "$as_dir" && as_dir=.
cd9a469c 9597 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9598 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 9599 ac_cv_prog_OBJCOPY="${ncn_progname}"
cd9a469c 9600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 9601 break 2
9602 fi
9603done
cd9a469c 9604 done
9605IFS=$as_save_IFS
95a05732 9606
9607fi
9608fi
9609OBJCOPY=$ac_cv_prog_OBJCOPY
9610if test -n "$OBJCOPY"; then
cd9a469c 9611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9612$as_echo "$OBJCOPY" >&6; }
95a05732 9613else
cd9a469c 9614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9615$as_echo "no" >&6; }
95a05732 9616fi
9617
cd9a469c 9618
95a05732 9619 done
9620fi
9621
9622for ncn_progname in objcopy; do
768691b5 9623 if test -n "$ncn_tool_prefix"; then
9624 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9625set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 9626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9627$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9628if ${ac_cv_prog_OBJCOPY+:} false; then :
cd9a469c 9629 $as_echo_n "(cached) " >&6
bb612911 9630else
9631 if test -n "$OBJCOPY"; then
9632 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9633else
b30fcfae 9634as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9635for as_dir in $PATH
9636do
9637 IFS=$as_save_IFS
9638 test -z "$as_dir" && as_dir=.
cd9a469c 9639 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9640 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 9641 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 9642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9643 break 2
9644 fi
9645done
cd9a469c 9646 done
9647IFS=$as_save_IFS
b30fcfae 9648
bb612911 9649fi
9650fi
b30fcfae 9651OBJCOPY=$ac_cv_prog_OBJCOPY
bb612911 9652if test -n "$OBJCOPY"; then
cd9a469c 9653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9654$as_echo "$OBJCOPY" >&6; }
bb612911 9655else
cd9a469c 9656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9657$as_echo "no" >&6; }
bb612911 9658fi
9659
cd9a469c 9660
768691b5 9661 fi
9662 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9663 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9664set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9666$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9667if ${ac_cv_prog_OBJCOPY+:} false; then :
cd9a469c 9668 $as_echo_n "(cached) " >&6
bb612911 9669else
768691b5 9670 if test -n "$OBJCOPY"; then
9671 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
bb612911 9672else
b30fcfae 9673as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9674for as_dir in $PATH
9675do
9676 IFS=$as_save_IFS
9677 test -z "$as_dir" && as_dir=.
cd9a469c 9678 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9679 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 9680 ac_cv_prog_OBJCOPY="${ncn_progname}"
cd9a469c 9681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9682 break 2
9683 fi
9684done
cd9a469c 9685 done
9686IFS=$as_save_IFS
b30fcfae 9687
bb612911 9688fi
9689fi
b30fcfae 9690OBJCOPY=$ac_cv_prog_OBJCOPY
768691b5 9691if test -n "$OBJCOPY"; then
cd9a469c 9692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9693$as_echo "$OBJCOPY" >&6; }
bb612911 9694else
cd9a469c 9695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9696$as_echo "no" >&6; }
bb612911 9697fi
b30fcfae 9698
cd9a469c 9699
768691b5 9700 fi
9701 test -n "$ac_cv_prog_OBJCOPY" && break
9702done
9703
9704if test -z "$ac_cv_prog_OBJCOPY" ; then
9705 set dummy objcopy
9706 if test $build = $host ; then
9707 OBJCOPY="$2"
bb612911 9708 else
768691b5 9709 OBJCOPY="${ncn_tool_prefix}$2"
bb612911 9710 fi
bb612911 9711fi
9712
95a05732 9713
9714
9715if test -n "$OBJDUMP"; then
9716 ac_cv_prog_OBJDUMP=$OBJDUMP
9717elif test -n "$ac_cv_prog_OBJDUMP"; then
9718 OBJDUMP=$ac_cv_prog_OBJDUMP
9719fi
9720
9721if test -n "$ac_cv_prog_OBJDUMP"; then
9722 for ncn_progname in objdump; do
9723 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9724set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9726$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9727if ${ac_cv_prog_OBJDUMP+:} false; then :
cd9a469c 9728 $as_echo_n "(cached) " >&6
95a05732 9729else
9730 if test -n "$OBJDUMP"; then
9731 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9732else
9733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9734for as_dir in $PATH
9735do
9736 IFS=$as_save_IFS
9737 test -z "$as_dir" && as_dir=.
cd9a469c 9738 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9739 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 9740 ac_cv_prog_OBJDUMP="${ncn_progname}"
cd9a469c 9741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 9742 break 2
9743 fi
9744done
cd9a469c 9745 done
9746IFS=$as_save_IFS
95a05732 9747
9748fi
9749fi
9750OBJDUMP=$ac_cv_prog_OBJDUMP
9751if test -n "$OBJDUMP"; then
cd9a469c 9752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9753$as_echo "$OBJDUMP" >&6; }
95a05732 9754else
cd9a469c 9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9756$as_echo "no" >&6; }
95a05732 9757fi
9758
cd9a469c 9759
95a05732 9760 done
9761fi
9762
9763for ncn_progname in objdump; do
768691b5 9764 if test -n "$ncn_tool_prefix"; then
9765 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9766set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 9767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9768$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9769if ${ac_cv_prog_OBJDUMP+:} false; then :
cd9a469c 9770 $as_echo_n "(cached) " >&6
bb612911 9771else
9772 if test -n "$OBJDUMP"; then
9773 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9774else
b30fcfae 9775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9776for as_dir in $PATH
9777do
9778 IFS=$as_save_IFS
9779 test -z "$as_dir" && as_dir=.
cd9a469c 9780 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9781 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 9782 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 9783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9784 break 2
9785 fi
9786done
cd9a469c 9787 done
9788IFS=$as_save_IFS
b30fcfae 9789
bb612911 9790fi
9791fi
b30fcfae 9792OBJDUMP=$ac_cv_prog_OBJDUMP
bb612911 9793if test -n "$OBJDUMP"; then
cd9a469c 9794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9795$as_echo "$OBJDUMP" >&6; }
bb612911 9796else
cd9a469c 9797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9798$as_echo "no" >&6; }
bb612911 9799fi
9800
cd9a469c 9801
768691b5 9802 fi
9803 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9804 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9805set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9807$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 9808if ${ac_cv_prog_OBJDUMP+:} false; then :
cd9a469c 9809 $as_echo_n "(cached) " >&6
bb612911 9810else
768691b5 9811 if test -n "$OBJDUMP"; then
9812 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
bb612911 9813else
b30fcfae 9814as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9815for as_dir in $PATH
9816do
9817 IFS=$as_save_IFS
9818 test -z "$as_dir" && as_dir=.
cd9a469c 9819 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 9820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 9821 ac_cv_prog_OBJDUMP="${ncn_progname}"
cd9a469c 9822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9823 break 2
9824 fi
9825done
cd9a469c 9826 done
9827IFS=$as_save_IFS
b30fcfae 9828
bb612911 9829fi
9830fi
b30fcfae 9831OBJDUMP=$ac_cv_prog_OBJDUMP
768691b5 9832if test -n "$OBJDUMP"; then
cd9a469c 9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9834$as_echo "$OBJDUMP" >&6; }
bb612911 9835else
cd9a469c 9836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9837$as_echo "no" >&6; }
bb612911 9838fi
b30fcfae 9839
cd9a469c 9840
768691b5 9841 fi
9842 test -n "$ac_cv_prog_OBJDUMP" && break
9843done
9844
9845if test -z "$ac_cv_prog_OBJDUMP" ; then
9846 set dummy objdump
9847 if test $build = $host ; then
9848 OBJDUMP="$2"
bb612911 9849 else
768691b5 9850 OBJDUMP="${ncn_tool_prefix}$2"
bb612911 9851 fi
bb612911 9852fi
9853
71ab34df 9854
9855
16706a2e 9856if test -n "$OTOOL"; then
9857 ac_cv_prog_OTOOL=$OTOOL
9858elif test -n "$ac_cv_prog_OTOOL"; then
9859 OTOOL=$ac_cv_prog_OTOOL
9860fi
9861
9862if test -n "$ac_cv_prog_OTOOL"; then
9863 for ncn_progname in otool; do
9864 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9865set dummy ${ncn_progname}; ac_word=$2
9866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9867$as_echo_n "checking for $ac_word... " >&6; }
9868if ${ac_cv_prog_OTOOL+:} false; then :
9869 $as_echo_n "(cached) " >&6
9870else
9871 if test -n "$OTOOL"; then
9872 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
9873else
9874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9875for as_dir in $PATH
9876do
9877 IFS=$as_save_IFS
9878 test -z "$as_dir" && as_dir=.
9879 for ac_exec_ext in '' $ac_executable_extensions; do
9880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9881 ac_cv_prog_OTOOL="${ncn_progname}"
9882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9883 break 2
9884 fi
9885done
9886 done
9887IFS=$as_save_IFS
9888
9889fi
9890fi
9891OTOOL=$ac_cv_prog_OTOOL
9892if test -n "$OTOOL"; then
9893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
9894$as_echo "$OTOOL" >&6; }
9895else
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9897$as_echo "no" >&6; }
9898fi
9899
9900
9901 done
9902fi
9903
9904for ncn_progname in otool; do
9905 if test -n "$ncn_tool_prefix"; then
9906 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9907set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9909$as_echo_n "checking for $ac_word... " >&6; }
9910if ${ac_cv_prog_OTOOL+:} false; then :
9911 $as_echo_n "(cached) " >&6
9912else
9913 if test -n "$OTOOL"; then
9914 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
9915else
9916as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9917for as_dir in $PATH
9918do
9919 IFS=$as_save_IFS
9920 test -z "$as_dir" && as_dir=.
9921 for ac_exec_ext in '' $ac_executable_extensions; do
9922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9923 ac_cv_prog_OTOOL="${ncn_tool_prefix}${ncn_progname}"
9924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9925 break 2
9926 fi
9927done
9928 done
9929IFS=$as_save_IFS
9930
9931fi
9932fi
9933OTOOL=$ac_cv_prog_OTOOL
9934if test -n "$OTOOL"; then
9935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
9936$as_echo "$OTOOL" >&6; }
9937else
9938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9939$as_echo "no" >&6; }
9940fi
9941
9942
9943 fi
9944 if test -z "$ac_cv_prog_OTOOL" && test $build = $host ; then
9945 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9946set dummy ${ncn_progname}; ac_word=$2
9947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9948$as_echo_n "checking for $ac_word... " >&6; }
9949if ${ac_cv_prog_OTOOL+:} false; then :
9950 $as_echo_n "(cached) " >&6
9951else
9952 if test -n "$OTOOL"; then
9953 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
9954else
9955as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9956for as_dir in $PATH
9957do
9958 IFS=$as_save_IFS
9959 test -z "$as_dir" && as_dir=.
9960 for ac_exec_ext in '' $ac_executable_extensions; do
9961 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9962 ac_cv_prog_OTOOL="${ncn_progname}"
9963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9964 break 2
9965 fi
9966done
9967 done
9968IFS=$as_save_IFS
9969
9970fi
9971fi
9972OTOOL=$ac_cv_prog_OTOOL
9973if test -n "$OTOOL"; then
9974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
9975$as_echo "$OTOOL" >&6; }
9976else
9977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9978$as_echo "no" >&6; }
9979fi
9980
9981
9982 fi
9983 test -n "$ac_cv_prog_OTOOL" && break
9984done
9985
9986if test -z "$ac_cv_prog_OTOOL" ; then
9987 set dummy otool
9988 if test $build = $host ; then
9989 OTOOL="$2"
9990 else
9991 OTOOL="${ncn_tool_prefix}$2"
9992 fi
9993fi
9994
9995
9996
3f71364d 9997if test -n "$READELF"; then
9998 ac_cv_prog_READELF=$READELF
9999elif test -n "$ac_cv_prog_READELF"; then
10000 READELF=$ac_cv_prog_READELF
10001fi
10002
10003if test -n "$ac_cv_prog_READELF"; then
10004 for ncn_progname in readelf; do
10005 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10006set dummy ${ncn_progname}; ac_word=$2
10007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10008$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10009if ${ac_cv_prog_READELF+:} false; then :
3f71364d 10010 $as_echo_n "(cached) " >&6
10011else
10012 if test -n "$READELF"; then
10013 ac_cv_prog_READELF="$READELF" # Let the user override the test.
10014else
10015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10016for as_dir in $PATH
10017do
10018 IFS=$as_save_IFS
10019 test -z "$as_dir" && as_dir=.
10020 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10021 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3f71364d 10022 ac_cv_prog_READELF="${ncn_progname}"
10023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10024 break 2
10025 fi
10026done
10027 done
10028IFS=$as_save_IFS
10029
10030fi
10031fi
10032READELF=$ac_cv_prog_READELF
10033if test -n "$READELF"; then
10034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
10035$as_echo "$READELF" >&6; }
10036else
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10038$as_echo "no" >&6; }
10039fi
10040
10041
10042 done
10043fi
10044
10045for ncn_progname in readelf; do
10046 if test -n "$ncn_tool_prefix"; then
10047 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
10048set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
10049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10050$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10051if ${ac_cv_prog_READELF+:} false; then :
3f71364d 10052 $as_echo_n "(cached) " >&6
10053else
10054 if test -n "$READELF"; then
10055 ac_cv_prog_READELF="$READELF" # Let the user override the test.
10056else
10057as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10058for as_dir in $PATH
10059do
10060 IFS=$as_save_IFS
10061 test -z "$as_dir" && as_dir=.
10062 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10063 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3f71364d 10064 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
10065 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10066 break 2
10067 fi
10068done
10069 done
10070IFS=$as_save_IFS
10071
10072fi
10073fi
10074READELF=$ac_cv_prog_READELF
10075if test -n "$READELF"; then
10076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
10077$as_echo "$READELF" >&6; }
10078else
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10080$as_echo "no" >&6; }
10081fi
10082
10083
10084 fi
10085 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
10086 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10087set dummy ${ncn_progname}; ac_word=$2
10088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10089$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10090if ${ac_cv_prog_READELF+:} false; then :
3f71364d 10091 $as_echo_n "(cached) " >&6
10092else
10093 if test -n "$READELF"; then
10094 ac_cv_prog_READELF="$READELF" # Let the user override the test.
10095else
10096as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10097for as_dir in $PATH
10098do
10099 IFS=$as_save_IFS
10100 test -z "$as_dir" && as_dir=.
10101 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10102 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3f71364d 10103 ac_cv_prog_READELF="${ncn_progname}"
10104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10105 break 2
10106 fi
10107done
10108 done
10109IFS=$as_save_IFS
10110
10111fi
10112fi
10113READELF=$ac_cv_prog_READELF
10114if test -n "$READELF"; then
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
10116$as_echo "$READELF" >&6; }
10117else
10118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10119$as_echo "no" >&6; }
10120fi
10121
10122
10123 fi
10124 test -n "$ac_cv_prog_READELF" && break
10125done
10126
10127if test -z "$ac_cv_prog_READELF" ; then
10128 set dummy readelf
10129 if test $build = $host ; then
10130 READELF="$2"
10131 else
10132 READELF="${ncn_tool_prefix}$2"
10133 fi
10134fi
10135
10136
10137
71ab34df 10138
10139
10140
f5aebe3e 10141# Target tools.
b30fcfae 10142
cd9a469c 10143# Check whether --with-build-time-tools was given.
10144if test "${with_build_time_tools+set}" = set; then :
10145 withval=$with_build_time_tools; case x"$withval" in
c47832b1 10146 x/*) ;;
10147 *)
10148 with_build_time_tools=
cd9a469c 10149 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
10150$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
c47832b1 10151 ;;
10152 esac
bb612911 10153else
c47832b1 10154 with_build_time_tools=
cd9a469c 10155fi
10156
bb612911 10157
95a05732 10158
10159
10160if test -n "$CC_FOR_TARGET"; then
10161 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
10162elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
10163 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10164fi
10165
10166if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
10167 for ncn_progname in cc gcc; do
10168 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10169set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10171$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10172if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
cd9a469c 10173 $as_echo_n "(cached) " >&6
95a05732 10174else
10175 if test -n "$CC_FOR_TARGET"; then
10176 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10177else
10178as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10179for as_dir in $PATH
10180do
10181 IFS=$as_save_IFS
10182 test -z "$as_dir" && as_dir=.
cd9a469c 10183 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10184 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 10185 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
cd9a469c 10186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 10187 break 2
10188 fi
10189done
cd9a469c 10190 done
10191IFS=$as_save_IFS
95a05732 10192
10193fi
10194fi
10195CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10196if test -n "$CC_FOR_TARGET"; then
cd9a469c 10197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10198$as_echo "$CC_FOR_TARGET" >&6; }
95a05732 10199else
cd9a469c 10200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10201$as_echo "no" >&6; }
95a05732 10202fi
10203
cd9a469c 10204
95a05732 10205 done
10206fi
10207
10208if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 10209 for ncn_progname in cc gcc; do
cd9a469c 10210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10211$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 10212 if test -x $with_build_time_tools/${ncn_progname}; then
10213 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 10214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10215$as_echo "yes" >&6; }
9886f3d1 10216 break
c47832b1 10217 else
cd9a469c 10218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10219$as_echo "no" >&6; }
9886f3d1 10220 fi
10221 done
ef8184c7 10222fi
10223
c47832b1 10224if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10225 for ncn_progname in cc gcc; do
10226 if test -n "$ncn_target_tool_prefix"; then
10227 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 10228set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 10229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10230$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10231if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
cd9a469c 10232 $as_echo_n "(cached) " >&6
ef8184c7 10233else
10234 if test -n "$CC_FOR_TARGET"; then
10235 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10236else
b30fcfae 10237as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10238for as_dir in $PATH
10239do
10240 IFS=$as_save_IFS
10241 test -z "$as_dir" && as_dir=.
cd9a469c 10242 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10243 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 10244 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 10245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10246 break 2
10247 fi
10248done
cd9a469c 10249 done
10250IFS=$as_save_IFS
b30fcfae 10251
ef8184c7 10252fi
10253fi
b30fcfae 10254CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
ef8184c7 10255if test -n "$CC_FOR_TARGET"; then
cd9a469c 10256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10257$as_echo "$CC_FOR_TARGET" >&6; }
ef8184c7 10258else
cd9a469c 10259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10260$as_echo "no" >&6; }
ef8184c7 10261fi
10262
cd9a469c 10263
c47832b1 10264 fi
10265 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10266 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 10267set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10269$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10270if ${ac_cv_prog_CC_FOR_TARGET+:} false; then :
cd9a469c 10271 $as_echo_n "(cached) " >&6
ef8184c7 10272else
768691b5 10273 if test -n "$CC_FOR_TARGET"; then
10274 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
ef8184c7 10275else
b30fcfae 10276as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10277for as_dir in $PATH
10278do
10279 IFS=$as_save_IFS
10280 test -z "$as_dir" && as_dir=.
cd9a469c 10281 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 10283 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
cd9a469c 10284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10285 break 2
10286 fi
10287done
cd9a469c 10288 done
10289IFS=$as_save_IFS
b30fcfae 10290
ef8184c7 10291fi
10292fi
b30fcfae 10293CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
768691b5 10294if test -n "$CC_FOR_TARGET"; then
cd9a469c 10295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10296$as_echo "$CC_FOR_TARGET" >&6; }
ef8184c7 10297else
cd9a469c 10298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10299$as_echo "no" >&6; }
ef8184c7 10300fi
b30fcfae 10301
cd9a469c 10302
c47832b1 10303 fi
10304 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10305 done
10306fi
b30fcfae 10307
768691b5 10308if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10309 set dummy cc gcc
10310 if test $build = $target ; then
10311 CC_FOR_TARGET="$2"
ef8184c7 10312 else
768691b5 10313 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
ef8184c7 10314 fi
b7ef8464 10315else
10316 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
ef8184c7 10317fi
10318
95a05732 10319
10320
10321if test -n "$CXX_FOR_TARGET"; then
10322 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10323elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10324 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10325fi
10326
10327if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10328 for ncn_progname in c++ g++ cxx gxx; do
10329 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10330set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10332$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10333if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
cd9a469c 10334 $as_echo_n "(cached) " >&6
95a05732 10335else
10336 if test -n "$CXX_FOR_TARGET"; then
10337 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10338else
10339as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10340for as_dir in $PATH
10341do
10342 IFS=$as_save_IFS
10343 test -z "$as_dir" && as_dir=.
cd9a469c 10344 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10345 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 10346 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
cd9a469c 10347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 10348 break 2
10349 fi
10350done
cd9a469c 10351 done
10352IFS=$as_save_IFS
95a05732 10353
10354fi
10355fi
10356CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10357if test -n "$CXX_FOR_TARGET"; then
cd9a469c 10358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10359$as_echo "$CXX_FOR_TARGET" >&6; }
95a05732 10360else
cd9a469c 10361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10362$as_echo "no" >&6; }
95a05732 10363fi
10364
cd9a469c 10365
95a05732 10366 done
10367fi
10368
10369if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 10370 for ncn_progname in c++ g++ cxx gxx; do
cd9a469c 10371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10372$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 10373 if test -x $with_build_time_tools/${ncn_progname}; then
10374 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10376$as_echo "yes" >&6; }
c47832b1 10377 break
10378 else
cd9a469c 10379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10380$as_echo "no" >&6; }
c47832b1 10381 fi
10382 done
10383fi
10384
10385if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10386 for ncn_progname in c++ g++ cxx gxx; do
10387 if test -n "$ncn_target_tool_prefix"; then
10388 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 10389set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 10390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10391$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10392if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
cd9a469c 10393 $as_echo_n "(cached) " >&6
ef8184c7 10394else
10395 if test -n "$CXX_FOR_TARGET"; then
10396 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10397else
b30fcfae 10398as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10399for as_dir in $PATH
10400do
10401 IFS=$as_save_IFS
10402 test -z "$as_dir" && as_dir=.
cd9a469c 10403 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10404 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 10405 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 10406 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10407 break 2
10408 fi
10409done
cd9a469c 10410 done
10411IFS=$as_save_IFS
b30fcfae 10412
ef8184c7 10413fi
10414fi
b30fcfae 10415CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
ef8184c7 10416if test -n "$CXX_FOR_TARGET"; then
cd9a469c 10417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10418$as_echo "$CXX_FOR_TARGET" >&6; }
ef8184c7 10419else
cd9a469c 10420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10421$as_echo "no" >&6; }
ef8184c7 10422fi
10423
cd9a469c 10424
c47832b1 10425 fi
10426 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10427 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 10428set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10429{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10430$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10431if ${ac_cv_prog_CXX_FOR_TARGET+:} false; then :
cd9a469c 10432 $as_echo_n "(cached) " >&6
ef8184c7 10433else
768691b5 10434 if test -n "$CXX_FOR_TARGET"; then
10435 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
ef8184c7 10436else
b30fcfae 10437as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10438for as_dir in $PATH
10439do
10440 IFS=$as_save_IFS
10441 test -z "$as_dir" && as_dir=.
cd9a469c 10442 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10443 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 10444 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
cd9a469c 10445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10446 break 2
10447 fi
10448done
cd9a469c 10449 done
10450IFS=$as_save_IFS
b30fcfae 10451
ef8184c7 10452fi
10453fi
b30fcfae 10454CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
768691b5 10455if test -n "$CXX_FOR_TARGET"; then
cd9a469c 10456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10457$as_echo "$CXX_FOR_TARGET" >&6; }
ef8184c7 10458else
cd9a469c 10459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10460$as_echo "no" >&6; }
ef8184c7 10461fi
b30fcfae 10462
cd9a469c 10463
c47832b1 10464 fi
10465 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10466 done
10467fi
b30fcfae 10468
768691b5 10469if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10470 set dummy c++ g++ cxx gxx
10471 if test $build = $target ; then
10472 CXX_FOR_TARGET="$2"
ef8184c7 10473 else
768691b5 10474 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
ef8184c7 10475 fi
b7ef8464 10476else
10477 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
bb612911 10478fi
10479
95a05732 10480
10481
10482if test -n "$GCC_FOR_TARGET"; then
10483 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10484elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10485 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10486fi
10487
10488if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10489 for ncn_progname in gcc; do
10490 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10491set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10493$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10494if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
cd9a469c 10495 $as_echo_n "(cached) " >&6
95a05732 10496else
10497 if test -n "$GCC_FOR_TARGET"; then
10498 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10499else
10500as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10501for as_dir in $PATH
10502do
10503 IFS=$as_save_IFS
10504 test -z "$as_dir" && as_dir=.
cd9a469c 10505 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10506 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 10507 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
cd9a469c 10508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 10509 break 2
10510 fi
10511done
cd9a469c 10512 done
10513IFS=$as_save_IFS
95a05732 10514
10515fi
10516fi
10517GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10518if test -n "$GCC_FOR_TARGET"; then
cd9a469c 10519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10520$as_echo "$GCC_FOR_TARGET" >&6; }
95a05732 10521else
cd9a469c 10522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10523$as_echo "no" >&6; }
95a05732 10524fi
10525
cd9a469c 10526
95a05732 10527 done
10528fi
10529
10530if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 10531 for ncn_progname in gcc; do
cd9a469c 10532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10533$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 10534 if test -x $with_build_time_tools/${ncn_progname}; then
10535 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 10536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10537$as_echo "yes" >&6; }
c47832b1 10538 break
10539 else
cd9a469c 10540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10541$as_echo "no" >&6; }
c47832b1 10542 fi
10543 done
10544fi
10545
10546if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10547 for ncn_progname in gcc; do
10548 if test -n "$ncn_target_tool_prefix"; then
10549 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 10550set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 10551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10552$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10553if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
cd9a469c 10554 $as_echo_n "(cached) " >&6
bb612911 10555else
c47832b1 10556 if test -n "$GCC_FOR_TARGET"; then
10557 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
bb612911 10558else
b30fcfae 10559as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10560for as_dir in $PATH
10561do
10562 IFS=$as_save_IFS
10563 test -z "$as_dir" && as_dir=.
cd9a469c 10564 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10565 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 10566 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 10567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10568 break 2
10569 fi
10570done
cd9a469c 10571 done
10572IFS=$as_save_IFS
b30fcfae 10573
bb612911 10574fi
10575fi
b30fcfae 10576GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
c47832b1 10577if test -n "$GCC_FOR_TARGET"; then
cd9a469c 10578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10579$as_echo "$GCC_FOR_TARGET" >&6; }
bb612911 10580else
cd9a469c 10581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10582$as_echo "no" >&6; }
bb612911 10583fi
10584
cd9a469c 10585
c47832b1 10586 fi
10587 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10588 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 10589set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10591$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10592if ${ac_cv_prog_GCC_FOR_TARGET+:} false; then :
cd9a469c 10593 $as_echo_n "(cached) " >&6
bb612911 10594else
c47832b1 10595 if test -n "$GCC_FOR_TARGET"; then
10596 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
bb612911 10597else
b30fcfae 10598as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10599for as_dir in $PATH
10600do
10601 IFS=$as_save_IFS
10602 test -z "$as_dir" && as_dir=.
cd9a469c 10603 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10604 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 10605 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
cd9a469c 10606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10607 break 2
10608 fi
10609done
cd9a469c 10610 done
10611IFS=$as_save_IFS
b30fcfae 10612
bb612911 10613fi
10614fi
b30fcfae 10615GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
c47832b1 10616if test -n "$GCC_FOR_TARGET"; then
cd9a469c 10617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10618$as_echo "$GCC_FOR_TARGET" >&6; }
bb612911 10619else
cd9a469c 10620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10621$as_echo "no" >&6; }
bb612911 10622fi
b30fcfae 10623
cd9a469c 10624
c47832b1 10625 fi
10626 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10627 done
10628fi
b30fcfae 10629
c47832b1 10630if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10631 GCC_FOR_TARGET="${CC_FOR_TARGET}"
b7ef8464 10632else
10633 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
c47832b1 10634fi
10635
95a05732 10636
10637
95a05732 10638if test -n "$GFORTRAN_FOR_TARGET"; then
10639 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10640elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10641 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
c47832b1 10642fi
10643
95a05732 10644if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10645 for ncn_progname in gfortran; do
10646 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
c47832b1 10647set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10649$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10650if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
cd9a469c 10651 $as_echo_n "(cached) " >&6
c47832b1 10652else
95a05732 10653 if test -n "$GFORTRAN_FOR_TARGET"; then
10654 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
c47832b1 10655else
b30fcfae 10656as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10657for as_dir in $PATH
10658do
10659 IFS=$as_save_IFS
10660 test -z "$as_dir" && as_dir=.
cd9a469c 10661 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10662 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 10663 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
cd9a469c 10664 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10665 break 2
10666 fi
10667done
cd9a469c 10668 done
10669IFS=$as_save_IFS
b30fcfae 10670
c47832b1 10671fi
10672fi
95a05732 10673GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10674if test -n "$GFORTRAN_FOR_TARGET"; then
cd9a469c 10675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10676$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
c47832b1 10677else
cd9a469c 10678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10679$as_echo "no" >&6; }
c47832b1 10680fi
b30fcfae 10681
cd9a469c 10682
c47832b1 10683 done
10684fi
b30fcfae 10685
95a05732 10686if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 10687 for ncn_progname in gfortran; do
cd9a469c 10688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10689$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 10690 if test -x $with_build_time_tools/${ncn_progname}; then
10691 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 10692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10693$as_echo "yes" >&6; }
c47832b1 10694 break
10695 else
cd9a469c 10696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10697$as_echo "no" >&6; }
c47832b1 10698 fi
10699 done
10700fi
10701
10702if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10703 for ncn_progname in gfortran; do
10704 if test -n "$ncn_target_tool_prefix"; then
10705 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10706set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 10707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10708$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10709if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
cd9a469c 10710 $as_echo_n "(cached) " >&6
c47832b1 10711else
10712 if test -n "$GFORTRAN_FOR_TARGET"; then
b30fcfae 10713 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10714else
10715as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10716for as_dir in $PATH
10717do
10718 IFS=$as_save_IFS
10719 test -z "$as_dir" && as_dir=.
cd9a469c 10720 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10721 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 10722 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 10723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10724 break 2
10725 fi
10726done
cd9a469c 10727 done
10728IFS=$as_save_IFS
b30fcfae 10729
c47832b1 10730fi
10731fi
b30fcfae 10732GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
c47832b1 10733if test -n "$GFORTRAN_FOR_TARGET"; then
cd9a469c 10734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10735$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
c47832b1 10736else
cd9a469c 10737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10738$as_echo "no" >&6; }
c47832b1 10739fi
10740
cd9a469c 10741
c47832b1 10742 fi
10743 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10744 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10745set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10747$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10748if ${ac_cv_prog_GFORTRAN_FOR_TARGET+:} false; then :
cd9a469c 10749 $as_echo_n "(cached) " >&6
c47832b1 10750else
10751 if test -n "$GFORTRAN_FOR_TARGET"; then
10752 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10753else
b30fcfae 10754as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10755for as_dir in $PATH
10756do
10757 IFS=$as_save_IFS
10758 test -z "$as_dir" && as_dir=.
cd9a469c 10759 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10760 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 10761 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
cd9a469c 10762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10763 break 2
10764 fi
10765done
cd9a469c 10766 done
10767IFS=$as_save_IFS
b30fcfae 10768
c47832b1 10769fi
10770fi
b30fcfae 10771GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
c47832b1 10772if test -n "$GFORTRAN_FOR_TARGET"; then
cd9a469c 10773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10774$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
c47832b1 10775else
cd9a469c 10776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10777$as_echo "no" >&6; }
c47832b1 10778fi
b30fcfae 10779
cd9a469c 10780
c47832b1 10781 fi
10782 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10783 done
10784fi
b30fcfae 10785
c47832b1 10786if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10787 set dummy gfortran
768691b5 10788 if test $build = $target ; then
c47832b1 10789 GFORTRAN_FOR_TARGET="$2"
bb612911 10790 else
c47832b1 10791 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10792 fi
b7ef8464 10793else
10794 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
c47832b1 10795fi
10796
10797
10798
5ff5b630 10799if test -n "$GOC_FOR_TARGET"; then
10800 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10801elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10802 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10803fi
10804
10805if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10806 for ncn_progname in gccgo; do
10807 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10808set dummy ${ncn_progname}; ac_word=$2
10809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10810$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10811if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
5ff5b630 10812 $as_echo_n "(cached) " >&6
10813else
10814 if test -n "$GOC_FOR_TARGET"; then
10815 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10816else
10817as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10818for as_dir in $PATH
10819do
10820 IFS=$as_save_IFS
10821 test -z "$as_dir" && as_dir=.
10822 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10823 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5ff5b630 10824 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10826 break 2
10827 fi
10828done
10829 done
10830IFS=$as_save_IFS
10831
10832fi
10833fi
10834GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10835if test -n "$GOC_FOR_TARGET"; then
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10837$as_echo "$GOC_FOR_TARGET" >&6; }
10838else
10839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10840$as_echo "no" >&6; }
10841fi
10842
10843
10844 done
10845fi
10846
10847if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10848 for ncn_progname in gccgo; do
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10850$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10851 if test -x $with_build_time_tools/${ncn_progname}; then
10852 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10854$as_echo "yes" >&6; }
10855 break
10856 else
10857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10858$as_echo "no" >&6; }
10859 fi
10860 done
10861fi
10862
10863if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10864 for ncn_progname in gccgo; do
10865 if test -n "$ncn_target_tool_prefix"; then
10866 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10867set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10869$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10870if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
5ff5b630 10871 $as_echo_n "(cached) " >&6
10872else
10873 if test -n "$GOC_FOR_TARGET"; then
10874 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10875else
10876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10877for as_dir in $PATH
10878do
10879 IFS=$as_save_IFS
10880 test -z "$as_dir" && as_dir=.
10881 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10882 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5ff5b630 10883 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10885 break 2
10886 fi
10887done
10888 done
10889IFS=$as_save_IFS
10890
10891fi
10892fi
10893GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10894if test -n "$GOC_FOR_TARGET"; then
10895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10896$as_echo "$GOC_FOR_TARGET" >&6; }
10897else
10898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10899$as_echo "no" >&6; }
10900fi
10901
10902
10903 fi
10904 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10905 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10906set dummy ${ncn_progname}; ac_word=$2
10907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10908$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10909if ${ac_cv_prog_GOC_FOR_TARGET+:} false; then :
5ff5b630 10910 $as_echo_n "(cached) " >&6
10911else
10912 if test -n "$GOC_FOR_TARGET"; then
10913 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10914else
10915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10916for as_dir in $PATH
10917do
10918 IFS=$as_save_IFS
10919 test -z "$as_dir" && as_dir=.
10920 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10921 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5ff5b630 10922 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10924 break 2
10925 fi
10926done
10927 done
10928IFS=$as_save_IFS
10929
10930fi
10931fi
10932GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10933if test -n "$GOC_FOR_TARGET"; then
10934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10935$as_echo "$GOC_FOR_TARGET" >&6; }
10936else
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10938$as_echo "no" >&6; }
10939fi
10940
10941
10942 fi
10943 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10944 done
10945fi
10946
10947if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10948 set dummy gccgo
10949 if test $build = $target ; then
10950 GOC_FOR_TARGET="$2"
10951 else
10952 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10953 fi
10954else
10955 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10956fi
10957
10958
10959
03385ed3 10960if test -n "$GDC_FOR_TARGET"; then
10961 ac_cv_prog_GDC_FOR_TARGET=$GDC_FOR_TARGET
10962elif test -n "$ac_cv_prog_GDC_FOR_TARGET"; then
10963 GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
10964fi
10965
10966if test -n "$ac_cv_prog_GDC_FOR_TARGET"; then
10967 for ncn_progname in gdc; do
10968 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10969set dummy ${ncn_progname}; ac_word=$2
10970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10971$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 10972if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
03385ed3 10973 $as_echo_n "(cached) " >&6
10974else
10975 if test -n "$GDC_FOR_TARGET"; then
10976 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
10977else
10978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10979for as_dir in $PATH
10980do
10981 IFS=$as_save_IFS
10982 test -z "$as_dir" && as_dir=.
10983 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 10984 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
03385ed3 10985 ac_cv_prog_GDC_FOR_TARGET="${ncn_progname}"
10986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10987 break 2
10988 fi
10989done
10990 done
10991IFS=$as_save_IFS
10992
10993fi
10994fi
10995GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
10996if test -n "$GDC_FOR_TARGET"; then
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDC_FOR_TARGET" >&5
10998$as_echo "$GDC_FOR_TARGET" >&6; }
10999else
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11001$as_echo "no" >&6; }
11002fi
11003
11004
11005 done
11006fi
11007
11008if test -z "$ac_cv_prog_GDC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11009 for ncn_progname in gdc; do
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11011$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11012 if test -x $with_build_time_tools/${ncn_progname}; then
11013 ac_cv_prog_GDC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11015$as_echo "yes" >&6; }
11016 break
11017 else
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11019$as_echo "no" >&6; }
11020 fi
11021 done
11022fi
11023
11024if test -z "$ac_cv_prog_GDC_FOR_TARGET"; then
11025 for ncn_progname in gdc; do
11026 if test -n "$ncn_target_tool_prefix"; then
11027 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11028set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11030$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11031if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
03385ed3 11032 $as_echo_n "(cached) " >&6
11033else
11034 if test -n "$GDC_FOR_TARGET"; then
11035 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
11036else
11037as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11038for as_dir in $PATH
11039do
11040 IFS=$as_save_IFS
11041 test -z "$as_dir" && as_dir=.
11042 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11043 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
03385ed3 11044 ac_cv_prog_GDC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11046 break 2
11047 fi
11048done
11049 done
11050IFS=$as_save_IFS
11051
11052fi
11053fi
11054GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
11055if test -n "$GDC_FOR_TARGET"; then
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDC_FOR_TARGET" >&5
11057$as_echo "$GDC_FOR_TARGET" >&6; }
11058else
11059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11060$as_echo "no" >&6; }
11061fi
11062
11063
11064 fi
11065 if test -z "$ac_cv_prog_GDC_FOR_TARGET" && test $build = $target ; then
11066 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11067set dummy ${ncn_progname}; ac_word=$2
11068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11069$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11070if ${ac_cv_prog_GDC_FOR_TARGET+:} false; then :
03385ed3 11071 $as_echo_n "(cached) " >&6
11072else
11073 if test -n "$GDC_FOR_TARGET"; then
11074 ac_cv_prog_GDC_FOR_TARGET="$GDC_FOR_TARGET" # Let the user override the test.
11075else
11076as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11077for as_dir in $PATH
11078do
11079 IFS=$as_save_IFS
11080 test -z "$as_dir" && as_dir=.
11081 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11082 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
03385ed3 11083 ac_cv_prog_GDC_FOR_TARGET="${ncn_progname}"
11084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11085 break 2
11086 fi
11087done
11088 done
11089IFS=$as_save_IFS
11090
11091fi
11092fi
11093GDC_FOR_TARGET=$ac_cv_prog_GDC_FOR_TARGET
11094if test -n "$GDC_FOR_TARGET"; then
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDC_FOR_TARGET" >&5
11096$as_echo "$GDC_FOR_TARGET" >&6; }
11097else
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11099$as_echo "no" >&6; }
11100fi
11101
11102
11103 fi
11104 test -n "$ac_cv_prog_GDC_FOR_TARGET" && break
11105 done
11106fi
11107
11108if test -z "$ac_cv_prog_GDC_FOR_TARGET" ; then
11109 set dummy gdc
11110 if test $build = $target ; then
11111 GDC_FOR_TARGET="$2"
11112 else
11113 GDC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11114 fi
11115else
11116 GDC_FOR_TARGET="$ac_cv_prog_GDC_FOR_TARGET"
11117fi
11118
11119
11120
c47832b1 11121cat > conftest.c << \EOF
11122#ifdef __GNUC__
11123 gcc_yay;
11124#endif
11125EOF
11126if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
11127 have_gcc_for_target=yes
11128else
11129 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
11130 have_gcc_for_target=no
11131fi
11132rm conftest.c
11133
11134
11135
11136
11137if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
11138 if test -n "$with_build_time_tools"; then
cd9a469c 11139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
11140$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
ab0da556 11141 if test -x $with_build_time_tools/ar; then
11142 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
11143 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
cd9a469c 11144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
11145$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
ab0da556 11146 else
cd9a469c 11147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11148$as_echo "no" >&6; }
ab0da556 11149 fi
c47832b1 11150 elif test $build != $host && test $have_gcc_for_target = yes; then
11151 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
b7ef8464 11152 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
11153 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
c47832b1 11154 fi
11155fi
38d7211b 11156if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 11157 # Extract the first word of "ar", so it can be a program name with args.
11158set dummy ar; ac_word=$2
cd9a469c 11159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11160$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11161if ${ac_cv_path_AR_FOR_TARGET+:} false; then :
cd9a469c 11162 $as_echo_n "(cached) " >&6
c47832b1 11163else
b30fcfae 11164 case $AR_FOR_TARGET in
11165 [\\/]* | ?:[\\/]*)
c47832b1 11166 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
11167 ;;
c47832b1 11168 *)
b30fcfae 11169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11170for as_dir in $gcc_cv_tool_dirs
11171do
11172 IFS=$as_save_IFS
11173 test -z "$as_dir" && as_dir=.
cd9a469c 11174 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11175 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 11176 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 11177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11178 break 2
11179 fi
11180done
cd9a469c 11181 done
11182IFS=$as_save_IFS
b30fcfae 11183
c47832b1 11184 ;;
11185esac
11186fi
b30fcfae 11187AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
c47832b1 11188if test -n "$AR_FOR_TARGET"; then
cd9a469c 11189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11190$as_echo "$AR_FOR_TARGET" >&6; }
c47832b1 11191else
cd9a469c 11192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11193$as_echo "no" >&6; }
ef8184c7 11194fi
11195
cd9a469c 11196
c47832b1 11197fi
11198if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
95a05732 11199
11200
11201if test -n "$AR_FOR_TARGET"; then
11202 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
11203elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11204 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11205fi
11206
11207if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11208 for ncn_progname in ar; do
11209 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11210set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11212$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11213if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
cd9a469c 11214 $as_echo_n "(cached) " >&6
95a05732 11215else
11216 if test -n "$AR_FOR_TARGET"; then
11217 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11218else
11219as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11220for as_dir in $PATH
11221do
11222 IFS=$as_save_IFS
11223 test -z "$as_dir" && as_dir=.
cd9a469c 11224 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11225 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 11226 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
cd9a469c 11227 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 11228 break 2
11229 fi
11230done
cd9a469c 11231 done
11232IFS=$as_save_IFS
95a05732 11233
11234fi
11235fi
11236AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11237if test -n "$AR_FOR_TARGET"; then
cd9a469c 11238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11239$as_echo "$AR_FOR_TARGET" >&6; }
95a05732 11240else
cd9a469c 11241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11242$as_echo "no" >&6; }
95a05732 11243fi
11244
cd9a469c 11245
95a05732 11246 done
11247fi
11248
11249if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 11250 for ncn_progname in ar; do
cd9a469c 11251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11252$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 11253 if test -x $with_build_time_tools/${ncn_progname}; then
11254 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 11255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11256$as_echo "yes" >&6; }
c47832b1 11257 break
11258 else
cd9a469c 11259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11260$as_echo "no" >&6; }
c47832b1 11261 fi
11262 done
11263fi
11264
11265if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11266 for ncn_progname in ar; do
11267 if test -n "$ncn_target_tool_prefix"; then
11268 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 11269set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 11270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11271$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11272if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
cd9a469c 11273 $as_echo_n "(cached) " >&6
ef8184c7 11274else
c47832b1 11275 if test -n "$AR_FOR_TARGET"; then
11276 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
ef8184c7 11277else
b30fcfae 11278as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11279for as_dir in $PATH
11280do
11281 IFS=$as_save_IFS
11282 test -z "$as_dir" && as_dir=.
cd9a469c 11283 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11284 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 11285 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 11286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11287 break 2
11288 fi
11289done
cd9a469c 11290 done
11291IFS=$as_save_IFS
b30fcfae 11292
ef8184c7 11293fi
11294fi
b30fcfae 11295AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
c47832b1 11296if test -n "$AR_FOR_TARGET"; then
cd9a469c 11297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11298$as_echo "$AR_FOR_TARGET" >&6; }
ef8184c7 11299else
cd9a469c 11300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11301$as_echo "no" >&6; }
ef8184c7 11302fi
11303
cd9a469c 11304
c47832b1 11305 fi
11306 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11307 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11308set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11310$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11311if ${ac_cv_prog_AR_FOR_TARGET+:} false; then :
cd9a469c 11312 $as_echo_n "(cached) " >&6
c47832b1 11313else
11314 if test -n "$AR_FOR_TARGET"; then
11315 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11316else
b30fcfae 11317as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11318for as_dir in $PATH
11319do
11320 IFS=$as_save_IFS
11321 test -z "$as_dir" && as_dir=.
cd9a469c 11322 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11323 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 11324 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
cd9a469c 11325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11326 break 2
11327 fi
11328done
cd9a469c 11329 done
11330IFS=$as_save_IFS
b30fcfae 11331
c47832b1 11332fi
11333fi
b30fcfae 11334AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
c47832b1 11335if test -n "$AR_FOR_TARGET"; then
cd9a469c 11336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11337$as_echo "$AR_FOR_TARGET" >&6; }
c47832b1 11338else
cd9a469c 11339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11340$as_echo "no" >&6; }
c47832b1 11341fi
b30fcfae 11342
cd9a469c 11343
c47832b1 11344 fi
11345 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11346 done
11347fi
b30fcfae 11348
c47832b1 11349if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11350 set dummy ar
11351 if test $build = $target ; then
11352 AR_FOR_TARGET="$2"
11353 else
11354 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
768691b5 11355 fi
b7ef8464 11356else
11357 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
c47832b1 11358fi
11359
ab0da556 11360else
11361 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
c47832b1 11362fi
11363
11364
11365
11366
11367if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11368 if test -n "$with_build_time_tools"; then
cd9a469c 11369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11370$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
ab0da556 11371 if test -x $with_build_time_tools/as; then
11372 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11373 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
cd9a469c 11374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11375$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
ab0da556 11376 else
cd9a469c 11377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11378$as_echo "no" >&6; }
ab0da556 11379 fi
c47832b1 11380 elif test $build != $host && test $have_gcc_for_target = yes; then
11381 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
b7ef8464 11382 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11383 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
c47832b1 11384 fi
11385fi
38d7211b 11386if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 11387 # Extract the first word of "as", so it can be a program name with args.
11388set dummy as; ac_word=$2
cd9a469c 11389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11390$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11391if ${ac_cv_path_AS_FOR_TARGET+:} false; then :
cd9a469c 11392 $as_echo_n "(cached) " >&6
c47832b1 11393else
b30fcfae 11394 case $AS_FOR_TARGET in
11395 [\\/]* | ?:[\\/]*)
c47832b1 11396 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11397 ;;
c47832b1 11398 *)
b30fcfae 11399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11400for as_dir in $gcc_cv_tool_dirs
11401do
11402 IFS=$as_save_IFS
11403 test -z "$as_dir" && as_dir=.
cd9a469c 11404 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11405 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 11406 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 11407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11408 break 2
11409 fi
11410done
cd9a469c 11411 done
11412IFS=$as_save_IFS
b30fcfae 11413
c47832b1 11414 ;;
11415esac
11416fi
b30fcfae 11417AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
c47832b1 11418if test -n "$AS_FOR_TARGET"; then
cd9a469c 11419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11420$as_echo "$AS_FOR_TARGET" >&6; }
c47832b1 11421else
cd9a469c 11422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11423$as_echo "no" >&6; }
c47832b1 11424fi
11425
cd9a469c 11426
c47832b1 11427fi
11428if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
95a05732 11429
11430
11431if test -n "$AS_FOR_TARGET"; then
11432 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11433elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11434 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11435fi
11436
11437if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11438 for ncn_progname in as; do
11439 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11440set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11442$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11443if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
cd9a469c 11444 $as_echo_n "(cached) " >&6
95a05732 11445else
11446 if test -n "$AS_FOR_TARGET"; then
11447 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11448else
11449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11450for as_dir in $PATH
11451do
11452 IFS=$as_save_IFS
11453 test -z "$as_dir" && as_dir=.
cd9a469c 11454 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11455 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 11456 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
cd9a469c 11457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 11458 break 2
11459 fi
11460done
cd9a469c 11461 done
11462IFS=$as_save_IFS
95a05732 11463
11464fi
11465fi
11466AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11467if test -n "$AS_FOR_TARGET"; then
cd9a469c 11468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11469$as_echo "$AS_FOR_TARGET" >&6; }
95a05732 11470else
cd9a469c 11471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11472$as_echo "no" >&6; }
95a05732 11473fi
11474
cd9a469c 11475
95a05732 11476 done
11477fi
11478
11479if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 11480 for ncn_progname in as; do
cd9a469c 11481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11482$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 11483 if test -x $with_build_time_tools/${ncn_progname}; then
11484 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 11485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11486$as_echo "yes" >&6; }
c47832b1 11487 break
11488 else
cd9a469c 11489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11490$as_echo "no" >&6; }
c47832b1 11491 fi
11492 done
11493fi
11494
11495if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11496 for ncn_progname in as; do
11497 if test -n "$ncn_target_tool_prefix"; then
11498 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11499set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 11500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11501$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11502if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
cd9a469c 11503 $as_echo_n "(cached) " >&6
c47832b1 11504else
11505 if test -n "$AS_FOR_TARGET"; then
11506 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11507else
b30fcfae 11508as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11509for as_dir in $PATH
11510do
11511 IFS=$as_save_IFS
11512 test -z "$as_dir" && as_dir=.
cd9a469c 11513 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11514 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 11515 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 11516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11517 break 2
11518 fi
11519done
cd9a469c 11520 done
11521IFS=$as_save_IFS
b30fcfae 11522
c47832b1 11523fi
11524fi
b30fcfae 11525AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
c47832b1 11526if test -n "$AS_FOR_TARGET"; then
cd9a469c 11527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11528$as_echo "$AS_FOR_TARGET" >&6; }
c47832b1 11529else
cd9a469c 11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11531$as_echo "no" >&6; }
c47832b1 11532fi
11533
cd9a469c 11534
c47832b1 11535 fi
11536 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11537 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 11538set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11540$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11541if ${ac_cv_prog_AS_FOR_TARGET+:} false; then :
cd9a469c 11542 $as_echo_n "(cached) " >&6
ef8184c7 11543else
c47832b1 11544 if test -n "$AS_FOR_TARGET"; then
11545 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
ef8184c7 11546else
b30fcfae 11547as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11548for as_dir in $PATH
11549do
11550 IFS=$as_save_IFS
11551 test -z "$as_dir" && as_dir=.
cd9a469c 11552 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11553 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 11554 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
cd9a469c 11555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11556 break 2
11557 fi
11558done
cd9a469c 11559 done
11560IFS=$as_save_IFS
b30fcfae 11561
ef8184c7 11562fi
11563fi
b30fcfae 11564AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
c47832b1 11565if test -n "$AS_FOR_TARGET"; then
cd9a469c 11566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11567$as_echo "$AS_FOR_TARGET" >&6; }
ef8184c7 11568else
cd9a469c 11569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11570$as_echo "no" >&6; }
ef8184c7 11571fi
b30fcfae 11572
cd9a469c 11573
c47832b1 11574 fi
11575 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11576 done
11577fi
b30fcfae 11578
c47832b1 11579if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11580 set dummy as
11581 if test $build = $target ; then
11582 AS_FOR_TARGET="$2"
11583 else
11584 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
ef8184c7 11585 fi
b7ef8464 11586else
11587 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
c47832b1 11588fi
768691b5 11589
ab0da556 11590else
11591 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
ef8184c7 11592fi
11593
c47832b1 11594
11595
11596
11597if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11598 if test -n "$with_build_time_tools"; then
cd9a469c 11599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11600$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
ab0da556 11601 if test -x $with_build_time_tools/dlltool; then
11602 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11603 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
cd9a469c 11604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11605$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
ab0da556 11606 else
cd9a469c 11607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11608$as_echo "no" >&6; }
ab0da556 11609 fi
c47832b1 11610 elif test $build != $host && test $have_gcc_for_target = yes; then
11611 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
b7ef8464 11612 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11613 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
c47832b1 11614 fi
11615fi
38d7211b 11616if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 11617 # Extract the first word of "dlltool", so it can be a program name with args.
11618set dummy dlltool; ac_word=$2
cd9a469c 11619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11620$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11621if ${ac_cv_path_DLLTOOL_FOR_TARGET+:} false; then :
cd9a469c 11622 $as_echo_n "(cached) " >&6
ef8184c7 11623else
b30fcfae 11624 case $DLLTOOL_FOR_TARGET in
11625 [\\/]* | ?:[\\/]*)
c47832b1 11626 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11627 ;;
c47832b1 11628 *)
b30fcfae 11629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11630for as_dir in $gcc_cv_tool_dirs
11631do
11632 IFS=$as_save_IFS
11633 test -z "$as_dir" && as_dir=.
cd9a469c 11634 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11635 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 11636 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 11637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11638 break 2
11639 fi
11640done
cd9a469c 11641 done
11642IFS=$as_save_IFS
b30fcfae 11643
c47832b1 11644 ;;
11645esac
ef8184c7 11646fi
b30fcfae 11647DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
c47832b1 11648if test -n "$DLLTOOL_FOR_TARGET"; then
cd9a469c 11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11650$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
ef8184c7 11651else
cd9a469c 11652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11653$as_echo "no" >&6; }
ef8184c7 11654fi
11655
cd9a469c 11656
c47832b1 11657fi
11658if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
95a05732 11659
11660
11661if test -n "$DLLTOOL_FOR_TARGET"; then
11662 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11663elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11664 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11665fi
11666
11667if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11668 for ncn_progname in dlltool; do
11669 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11670set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11672$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11673if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
cd9a469c 11674 $as_echo_n "(cached) " >&6
95a05732 11675else
11676 if test -n "$DLLTOOL_FOR_TARGET"; then
11677 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11678else
11679as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11680for as_dir in $PATH
11681do
11682 IFS=$as_save_IFS
11683 test -z "$as_dir" && as_dir=.
cd9a469c 11684 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11685 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 11686 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
cd9a469c 11687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 11688 break 2
11689 fi
11690done
cd9a469c 11691 done
11692IFS=$as_save_IFS
95a05732 11693
11694fi
11695fi
11696DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11697if test -n "$DLLTOOL_FOR_TARGET"; then
cd9a469c 11698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11699$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
95a05732 11700else
cd9a469c 11701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11702$as_echo "no" >&6; }
95a05732 11703fi
11704
cd9a469c 11705
95a05732 11706 done
11707fi
11708
11709if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 11710 for ncn_progname in dlltool; do
cd9a469c 11711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11712$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 11713 if test -x $with_build_time_tools/${ncn_progname}; then
11714 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 11715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11716$as_echo "yes" >&6; }
c47832b1 11717 break
11718 else
cd9a469c 11719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11720$as_echo "no" >&6; }
c47832b1 11721 fi
11722 done
11723fi
11724
11725if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11726 for ncn_progname in dlltool; do
11727 if test -n "$ncn_target_tool_prefix"; then
11728 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11729set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 11730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11731$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11732if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
cd9a469c 11733 $as_echo_n "(cached) " >&6
ef8184c7 11734else
c47832b1 11735 if test -n "$DLLTOOL_FOR_TARGET"; then
11736 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
ef8184c7 11737else
b30fcfae 11738as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11739for as_dir in $PATH
11740do
11741 IFS=$as_save_IFS
11742 test -z "$as_dir" && as_dir=.
cd9a469c 11743 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11744 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 11745 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 11746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11747 break 2
11748 fi
11749done
cd9a469c 11750 done
11751IFS=$as_save_IFS
b30fcfae 11752
ef8184c7 11753fi
11754fi
b30fcfae 11755DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
c47832b1 11756if test -n "$DLLTOOL_FOR_TARGET"; then
cd9a469c 11757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11758$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
ef8184c7 11759else
cd9a469c 11760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11761$as_echo "no" >&6; }
ef8184c7 11762fi
ef8184c7 11763
cd9a469c 11764
c47832b1 11765 fi
11766 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11767 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11768set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11770$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11771if ${ac_cv_prog_DLLTOOL_FOR_TARGET+:} false; then :
cd9a469c 11772 $as_echo_n "(cached) " >&6
ef8184c7 11773else
c47832b1 11774 if test -n "$DLLTOOL_FOR_TARGET"; then
11775 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
ef8184c7 11776else
b30fcfae 11777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11778for as_dir in $PATH
11779do
11780 IFS=$as_save_IFS
11781 test -z "$as_dir" && as_dir=.
cd9a469c 11782 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11783 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 11784 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
cd9a469c 11785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11786 break 2
11787 fi
11788done
cd9a469c 11789 done
11790IFS=$as_save_IFS
b30fcfae 11791
ef8184c7 11792fi
11793fi
b30fcfae 11794DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
c47832b1 11795if test -n "$DLLTOOL_FOR_TARGET"; then
cd9a469c 11796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11797$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
ef8184c7 11798else
cd9a469c 11799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11800$as_echo "no" >&6; }
ef8184c7 11801fi
b30fcfae 11802
cd9a469c 11803
c47832b1 11804 fi
11805 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11806 done
11807fi
b30fcfae 11808
c47832b1 11809if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11810 set dummy dlltool
11811 if test $build = $target ; then
11812 DLLTOOL_FOR_TARGET="$2"
11813 else
11814 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11815 fi
b7ef8464 11816else
11817 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
c47832b1 11818fi
11819
ab0da556 11820else
11821 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
c47832b1 11822fi
11823
ef8184c7 11824
c47832b1 11825
11826
11827if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11828 if test -n "$with_build_time_tools"; then
cd9a469c 11829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11830$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
ab0da556 11831 if test -x $with_build_time_tools/ld; then
11832 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11833 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
cd9a469c 11834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11835$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
ab0da556 11836 else
cd9a469c 11837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11838$as_echo "no" >&6; }
ab0da556 11839 fi
c47832b1 11840 elif test $build != $host && test $have_gcc_for_target = yes; then
11841 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
b7ef8464 11842 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11843 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
768691b5 11844 fi
c47832b1 11845fi
38d7211b 11846if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 11847 # Extract the first word of "ld", so it can be a program name with args.
11848set dummy ld; ac_word=$2
cd9a469c 11849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11850$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11851if ${ac_cv_path_LD_FOR_TARGET+:} false; then :
cd9a469c 11852 $as_echo_n "(cached) " >&6
ef8184c7 11853else
b30fcfae 11854 case $LD_FOR_TARGET in
11855 [\\/]* | ?:[\\/]*)
c47832b1 11856 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11857 ;;
c47832b1 11858 *)
b30fcfae 11859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11860for as_dir in $gcc_cv_tool_dirs
11861do
11862 IFS=$as_save_IFS
11863 test -z "$as_dir" && as_dir=.
cd9a469c 11864 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11865 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 11866 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 11867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11868 break 2
11869 fi
11870done
cd9a469c 11871 done
11872IFS=$as_save_IFS
b30fcfae 11873
c47832b1 11874 ;;
11875esac
ef8184c7 11876fi
b30fcfae 11877LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
c47832b1 11878if test -n "$LD_FOR_TARGET"; then
cd9a469c 11879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11880$as_echo "$LD_FOR_TARGET" >&6; }
ef8184c7 11881else
cd9a469c 11882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11883$as_echo "no" >&6; }
ef8184c7 11884fi
768691b5 11885
cd9a469c 11886
c47832b1 11887fi
11888if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
95a05732 11889
11890
11891if test -n "$LD_FOR_TARGET"; then
11892 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11893elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11894 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11895fi
11896
11897if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11898 for ncn_progname in ld; do
11899 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11900set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11902$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11903if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
cd9a469c 11904 $as_echo_n "(cached) " >&6
95a05732 11905else
11906 if test -n "$LD_FOR_TARGET"; then
11907 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11908else
11909as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11910for as_dir in $PATH
11911do
11912 IFS=$as_save_IFS
11913 test -z "$as_dir" && as_dir=.
cd9a469c 11914 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11915 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 11916 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
cd9a469c 11917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 11918 break 2
11919 fi
11920done
cd9a469c 11921 done
11922IFS=$as_save_IFS
95a05732 11923
11924fi
11925fi
11926LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11927if test -n "$LD_FOR_TARGET"; then
cd9a469c 11928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11929$as_echo "$LD_FOR_TARGET" >&6; }
95a05732 11930else
cd9a469c 11931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11932$as_echo "no" >&6; }
95a05732 11933fi
11934
cd9a469c 11935
95a05732 11936 done
11937fi
11938
11939if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 11940 for ncn_progname in ld; do
cd9a469c 11941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11942$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 11943 if test -x $with_build_time_tools/${ncn_progname}; then
11944 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 11945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11946$as_echo "yes" >&6; }
c47832b1 11947 break
11948 else
cd9a469c 11949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11950$as_echo "no" >&6; }
c47832b1 11951 fi
11952 done
bb612911 11953fi
11954
c47832b1 11955if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11956 for ncn_progname in ld; do
11957 if test -n "$ncn_target_tool_prefix"; then
11958 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 11959set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 11960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11961$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 11962if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
cd9a469c 11963 $as_echo_n "(cached) " >&6
bb612911 11964else
ef8184c7 11965 if test -n "$LD_FOR_TARGET"; then
11966 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
bb612911 11967else
b30fcfae 11968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11969for as_dir in $PATH
11970do
11971 IFS=$as_save_IFS
11972 test -z "$as_dir" && as_dir=.
cd9a469c 11973 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 11974 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 11975 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 11976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11977 break 2
11978 fi
11979done
cd9a469c 11980 done
11981IFS=$as_save_IFS
b30fcfae 11982
bb612911 11983fi
11984fi
b30fcfae 11985LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
ef8184c7 11986if test -n "$LD_FOR_TARGET"; then
cd9a469c 11987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11988$as_echo "$LD_FOR_TARGET" >&6; }
bb612911 11989else
cd9a469c 11990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11991$as_echo "no" >&6; }
bb612911 11992fi
11993
cd9a469c 11994
c47832b1 11995 fi
11996 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11997 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 11998set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12000$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12001if ${ac_cv_prog_LD_FOR_TARGET+:} false; then :
cd9a469c 12002 $as_echo_n "(cached) " >&6
bb612911 12003else
768691b5 12004 if test -n "$LD_FOR_TARGET"; then
12005 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
bb612911 12006else
b30fcfae 12007as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12008for as_dir in $PATH
12009do
12010 IFS=$as_save_IFS
12011 test -z "$as_dir" && as_dir=.
cd9a469c 12012 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12013 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 12014 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
cd9a469c 12015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12016 break 2
12017 fi
12018done
cd9a469c 12019 done
12020IFS=$as_save_IFS
b30fcfae 12021
bb612911 12022fi
12023fi
b30fcfae 12024LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
768691b5 12025if test -n "$LD_FOR_TARGET"; then
cd9a469c 12026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
12027$as_echo "$LD_FOR_TARGET" >&6; }
bb612911 12028else
cd9a469c 12029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12030$as_echo "no" >&6; }
bb612911 12031fi
b30fcfae 12032
cd9a469c 12033
c47832b1 12034 fi
12035 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
12036 done
12037fi
b30fcfae 12038
768691b5 12039if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
12040 set dummy ld
12041 if test $build = $target ; then
12042 LD_FOR_TARGET="$2"
bb612911 12043 else
768691b5 12044 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
bb612911 12045 fi
b7ef8464 12046else
12047 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
bb612911 12048fi
12049
ab0da556 12050else
12051 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
c47832b1 12052fi
12053
12054
12055
12056
12057if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
12058 if test -n "$with_build_time_tools"; then
cd9a469c 12059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
12060$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
ab0da556 12061 if test -x $with_build_time_tools/lipo; then
12062 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
12063 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
cd9a469c 12064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
12065$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
ab0da556 12066 else
cd9a469c 12067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12068$as_echo "no" >&6; }
ab0da556 12069 fi
c47832b1 12070 elif test $build != $host && test $have_gcc_for_target = yes; then
12071 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
b7ef8464 12072 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
12073 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
c47832b1 12074 fi
12075fi
95a05732 12076if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12077 # Extract the first word of "lipo", so it can be a program name with args.
12078set dummy lipo; ac_word=$2
cd9a469c 12079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12080$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12081if ${ac_cv_path_LIPO_FOR_TARGET+:} false; then :
cd9a469c 12082 $as_echo_n "(cached) " >&6
95a05732 12083else
12084 case $LIPO_FOR_TARGET in
12085 [\\/]* | ?:[\\/]*)
12086 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
12087 ;;
12088 *)
12089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12090for as_dir in $gcc_cv_tool_dirs
12091do
12092 IFS=$as_save_IFS
12093 test -z "$as_dir" && as_dir=.
cd9a469c 12094 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12095 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 12096 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 12097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 12098 break 2
12099 fi
12100done
cd9a469c 12101 done
12102IFS=$as_save_IFS
95a05732 12103
12104 ;;
12105esac
12106fi
12107LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
95a05732 12108if test -n "$LIPO_FOR_TARGET"; then
cd9a469c 12109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12110$as_echo "$LIPO_FOR_TARGET" >&6; }
95a05732 12111else
cd9a469c 12112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12113$as_echo "no" >&6; }
95a05732 12114fi
12115
cd9a469c 12116
95a05732 12117fi
12118if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
12119
12120
12121if test -n "$LIPO_FOR_TARGET"; then
12122 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
12123elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
12124 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12125fi
12126
12127if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
12128 for ncn_progname in lipo; do
12129 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12130set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12131{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12132$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12133if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
cd9a469c 12134 $as_echo_n "(cached) " >&6
c47832b1 12135else
95a05732 12136 if test -n "$LIPO_FOR_TARGET"; then
12137 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12138else
12139as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12140for as_dir in $PATH
b30fcfae 12141do
12142 IFS=$as_save_IFS
12143 test -z "$as_dir" && as_dir=.
cd9a469c 12144 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12145 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 12146 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
cd9a469c 12147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12148 break 2
12149 fi
12150done
cd9a469c 12151 done
12152IFS=$as_save_IFS
b30fcfae 12153
c47832b1 12154fi
95a05732 12155fi
12156LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
c47832b1 12157if test -n "$LIPO_FOR_TARGET"; then
cd9a469c 12158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12159$as_echo "$LIPO_FOR_TARGET" >&6; }
c47832b1 12160else
cd9a469c 12161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12162$as_echo "no" >&6; }
c47832b1 12163fi
12164
cd9a469c 12165
95a05732 12166 done
c47832b1 12167fi
95a05732 12168
12169if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 12170 for ncn_progname in lipo; do
cd9a469c 12171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12172$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 12173 if test -x $with_build_time_tools/${ncn_progname}; then
12174 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 12175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12176$as_echo "yes" >&6; }
c47832b1 12177 break
12178 else
cd9a469c 12179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12180$as_echo "no" >&6; }
c47832b1 12181 fi
12182 done
12183fi
12184
12185if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
12186 for ncn_progname in lipo; do
12187 if test -n "$ncn_target_tool_prefix"; then
12188 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 12189set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 12190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12191$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12192if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
cd9a469c 12193 $as_echo_n "(cached) " >&6
9fec3fa8 12194else
12195 if test -n "$LIPO_FOR_TARGET"; then
12196 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12197else
b30fcfae 12198as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12199for as_dir in $PATH
12200do
12201 IFS=$as_save_IFS
12202 test -z "$as_dir" && as_dir=.
cd9a469c 12203 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12204 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 12205 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 12206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12207 break 2
12208 fi
12209done
cd9a469c 12210 done
12211IFS=$as_save_IFS
b30fcfae 12212
9fec3fa8 12213fi
12214fi
b30fcfae 12215LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9fec3fa8 12216if test -n "$LIPO_FOR_TARGET"; then
cd9a469c 12217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12218$as_echo "$LIPO_FOR_TARGET" >&6; }
9fec3fa8 12219else
cd9a469c 12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12221$as_echo "no" >&6; }
9fec3fa8 12222fi
12223
cd9a469c 12224
c47832b1 12225 fi
12226 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12227 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9fec3fa8 12228set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12230$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12231if ${ac_cv_prog_LIPO_FOR_TARGET+:} false; then :
cd9a469c 12232 $as_echo_n "(cached) " >&6
9fec3fa8 12233else
12234 if test -n "$LIPO_FOR_TARGET"; then
9886f3d1 12235 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12236else
b30fcfae 12237as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12238for as_dir in $PATH
12239do
12240 IFS=$as_save_IFS
12241 test -z "$as_dir" && as_dir=.
cd9a469c 12242 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12243 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 12244 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
cd9a469c 12245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12246 break 2
12247 fi
12248done
cd9a469c 12249 done
12250IFS=$as_save_IFS
b30fcfae 12251
9fec3fa8 12252fi
12253fi
b30fcfae 12254LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9fec3fa8 12255if test -n "$LIPO_FOR_TARGET"; then
cd9a469c 12256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12257$as_echo "$LIPO_FOR_TARGET" >&6; }
9fec3fa8 12258else
cd9a469c 12259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12260$as_echo "no" >&6; }
9fec3fa8 12261fi
b30fcfae 12262
cd9a469c 12263
c47832b1 12264 fi
12265 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12266 done
12267fi
b30fcfae 12268
9fec3fa8 12269if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12270 set dummy lipo
12271 if test $build = $target ; then
12272 LIPO_FOR_TARGET="$2"
12273 else
12274 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12275 fi
b7ef8464 12276else
12277 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
9fec3fa8 12278fi
12279
ab0da556 12280else
12281 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
c47832b1 12282fi
12283
12284
12285
12286
12287if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12288 if test -n "$with_build_time_tools"; then
cd9a469c 12289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12290$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
ab0da556 12291 if test -x $with_build_time_tools/nm; then
12292 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12293 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
cd9a469c 12294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12295$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
ab0da556 12296 else
cd9a469c 12297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12298$as_echo "no" >&6; }
ab0da556 12299 fi
c47832b1 12300 elif test $build != $host && test $have_gcc_for_target = yes; then
12301 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
b7ef8464 12302 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12303 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
c47832b1 12304 fi
12305fi
38d7211b 12306if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 12307 # Extract the first word of "nm", so it can be a program name with args.
12308set dummy nm; ac_word=$2
cd9a469c 12309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12310$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12311if ${ac_cv_path_NM_FOR_TARGET+:} false; then :
cd9a469c 12312 $as_echo_n "(cached) " >&6
c47832b1 12313else
b30fcfae 12314 case $NM_FOR_TARGET in
12315 [\\/]* | ?:[\\/]*)
c47832b1 12316 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12317 ;;
c47832b1 12318 *)
b30fcfae 12319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12320for as_dir in $gcc_cv_tool_dirs
12321do
12322 IFS=$as_save_IFS
12323 test -z "$as_dir" && as_dir=.
cd9a469c 12324 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12325 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 12326 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 12327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12328 break 2
12329 fi
12330done
cd9a469c 12331 done
12332IFS=$as_save_IFS
b30fcfae 12333
c47832b1 12334 ;;
12335esac
12336fi
b30fcfae 12337NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
c47832b1 12338if test -n "$NM_FOR_TARGET"; then
cd9a469c 12339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12340$as_echo "$NM_FOR_TARGET" >&6; }
c47832b1 12341else
cd9a469c 12342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12343$as_echo "no" >&6; }
c47832b1 12344fi
12345
cd9a469c 12346
c47832b1 12347fi
12348if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
95a05732 12349
12350
12351if test -n "$NM_FOR_TARGET"; then
12352 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12353elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12354 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12355fi
12356
12357if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12358 for ncn_progname in nm; do
12359 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12360set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12362$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12363if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
cd9a469c 12364 $as_echo_n "(cached) " >&6
95a05732 12365else
12366 if test -n "$NM_FOR_TARGET"; then
12367 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12368else
12369as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12370for as_dir in $PATH
12371do
12372 IFS=$as_save_IFS
12373 test -z "$as_dir" && as_dir=.
cd9a469c 12374 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12375 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 12376 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
cd9a469c 12377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 12378 break 2
12379 fi
12380done
cd9a469c 12381 done
12382IFS=$as_save_IFS
95a05732 12383
12384fi
12385fi
12386NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12387if test -n "$NM_FOR_TARGET"; then
cd9a469c 12388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12389$as_echo "$NM_FOR_TARGET" >&6; }
95a05732 12390else
cd9a469c 12391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12392$as_echo "no" >&6; }
95a05732 12393fi
12394
cd9a469c 12395
95a05732 12396 done
12397fi
12398
12399if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 12400 for ncn_progname in nm; do
cd9a469c 12401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12402$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 12403 if test -x $with_build_time_tools/${ncn_progname}; then
12404 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 12405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12406$as_echo "yes" >&6; }
c47832b1 12407 break
12408 else
cd9a469c 12409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12410$as_echo "no" >&6; }
c47832b1 12411 fi
12412 done
12413fi
12414
12415if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12416 for ncn_progname in nm; do
12417 if test -n "$ncn_target_tool_prefix"; then
12418 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9fec3fa8 12419set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 12420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12421$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12422if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
cd9a469c 12423 $as_echo_n "(cached) " >&6
bb612911 12424else
ef8184c7 12425 if test -n "$NM_FOR_TARGET"; then
12426 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
bb612911 12427else
b30fcfae 12428as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12429for as_dir in $PATH
12430do
12431 IFS=$as_save_IFS
12432 test -z "$as_dir" && as_dir=.
cd9a469c 12433 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12434 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 12435 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 12436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12437 break 2
12438 fi
12439done
cd9a469c 12440 done
12441IFS=$as_save_IFS
b30fcfae 12442
bb612911 12443fi
12444fi
b30fcfae 12445NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
ef8184c7 12446if test -n "$NM_FOR_TARGET"; then
cd9a469c 12447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12448$as_echo "$NM_FOR_TARGET" >&6; }
bb612911 12449else
cd9a469c 12450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12451$as_echo "no" >&6; }
bb612911 12452fi
12453
cd9a469c 12454
c47832b1 12455 fi
12456 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12457 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 12458set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12460$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12461if ${ac_cv_prog_NM_FOR_TARGET+:} false; then :
cd9a469c 12462 $as_echo_n "(cached) " >&6
bb612911 12463else
768691b5 12464 if test -n "$NM_FOR_TARGET"; then
12465 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
bb612911 12466else
b30fcfae 12467as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12468for as_dir in $PATH
12469do
12470 IFS=$as_save_IFS
12471 test -z "$as_dir" && as_dir=.
cd9a469c 12472 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12473 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 12474 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
cd9a469c 12475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12476 break 2
12477 fi
12478done
cd9a469c 12479 done
12480IFS=$as_save_IFS
b30fcfae 12481
bb612911 12482fi
12483fi
b30fcfae 12484NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
768691b5 12485if test -n "$NM_FOR_TARGET"; then
cd9a469c 12486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12487$as_echo "$NM_FOR_TARGET" >&6; }
bb612911 12488else
cd9a469c 12489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12490$as_echo "no" >&6; }
bb612911 12491fi
b30fcfae 12492
cd9a469c 12493
c47832b1 12494 fi
12495 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12496 done
12497fi
b30fcfae 12498
768691b5 12499if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12500 set dummy nm
12501 if test $build = $target ; then
12502 NM_FOR_TARGET="$2"
bb612911 12503 else
768691b5 12504 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
bb612911 12505 fi
b7ef8464 12506else
12507 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
bb612911 12508fi
12509
ab0da556 12510else
12511 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
c47832b1 12512fi
12513
12514
12515
12516
fc740d70 12517if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12518 if test -n "$with_build_time_tools"; then
12519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objcopy in $with_build_time_tools" >&5
12520$as_echo_n "checking for objcopy in $with_build_time_tools... " >&6; }
12521 if test -x $with_build_time_tools/objcopy; then
12522 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
12523 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
12525$as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
12526 else
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12528$as_echo "no" >&6; }
12529 fi
12530 elif test $build != $host && test $have_gcc_for_target = yes; then
12531 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
12532 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
12533 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12534 fi
12535fi
12536if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12537 # Extract the first word of "objcopy", so it can be a program name with args.
12538set dummy objcopy; ac_word=$2
12539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12540$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12541if ${ac_cv_path_OBJCOPY_FOR_TARGET+:} false; then :
fc740d70 12542 $as_echo_n "(cached) " >&6
12543else
12544 case $OBJCOPY_FOR_TARGET in
12545 [\\/]* | ?:[\\/]*)
12546 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
12547 ;;
12548 *)
12549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12550for as_dir in $gcc_cv_tool_dirs
12551do
12552 IFS=$as_save_IFS
12553 test -z "$as_dir" && as_dir=.
12554 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12555 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
fc740d70 12556 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12558 break 2
12559 fi
12560done
12561 done
12562IFS=$as_save_IFS
12563
12564 ;;
12565esac
12566fi
12567OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12568if test -n "$OBJCOPY_FOR_TARGET"; then
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12570$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12571else
12572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12573$as_echo "no" >&6; }
12574fi
12575
12576
12577fi
12578if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12579
12580
12581if test -n "$OBJCOPY_FOR_TARGET"; then
12582 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12583elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12584 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12585fi
12586
12587if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12588 for ncn_progname in objcopy; do
12589 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12590set dummy ${ncn_progname}; ac_word=$2
12591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12592$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12593if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
fc740d70 12594 $as_echo_n "(cached) " >&6
12595else
12596 if test -n "$OBJCOPY_FOR_TARGET"; then
12597 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12598else
12599as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12600for as_dir in $PATH
12601do
12602 IFS=$as_save_IFS
12603 test -z "$as_dir" && as_dir=.
12604 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12605 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
fc740d70 12606 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12608 break 2
12609 fi
12610done
12611 done
12612IFS=$as_save_IFS
12613
12614fi
12615fi
12616OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12617if test -n "$OBJCOPY_FOR_TARGET"; then
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12619$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12620else
12621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12622$as_echo "no" >&6; }
12623fi
12624
12625
12626 done
12627fi
12628
12629if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
12630 for ncn_progname in objcopy; do
12631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12632$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12633 if test -x $with_build_time_tools/${ncn_progname}; then
12634 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12636$as_echo "yes" >&6; }
12637 break
12638 else
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12640$as_echo "no" >&6; }
12641 fi
12642 done
12643fi
12644
12645if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12646 for ncn_progname in objcopy; do
12647 if test -n "$ncn_target_tool_prefix"; then
12648 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12649set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12651$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12652if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
fc740d70 12653 $as_echo_n "(cached) " >&6
12654else
12655 if test -n "$OBJCOPY_FOR_TARGET"; then
12656 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12657else
12658as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12659for as_dir in $PATH
12660do
12661 IFS=$as_save_IFS
12662 test -z "$as_dir" && as_dir=.
12663 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12664 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
fc740d70 12665 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12667 break 2
12668 fi
12669done
12670 done
12671IFS=$as_save_IFS
12672
12673fi
12674fi
12675OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12676if test -n "$OBJCOPY_FOR_TARGET"; then
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12678$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12679else
12680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12681$as_echo "no" >&6; }
12682fi
12683
12684
12685 fi
12686 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
12687 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12688set dummy ${ncn_progname}; ac_word=$2
12689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12690$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12691if ${ac_cv_prog_OBJCOPY_FOR_TARGET+:} false; then :
fc740d70 12692 $as_echo_n "(cached) " >&6
12693else
12694 if test -n "$OBJCOPY_FOR_TARGET"; then
12695 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12696else
12697as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12698for as_dir in $PATH
12699do
12700 IFS=$as_save_IFS
12701 test -z "$as_dir" && as_dir=.
12702 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12703 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
fc740d70 12704 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12706 break 2
12707 fi
12708done
12709 done
12710IFS=$as_save_IFS
12711
12712fi
12713fi
12714OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12715if test -n "$OBJCOPY_FOR_TARGET"; then
12716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12717$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12718else
12719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12720$as_echo "no" >&6; }
12721fi
12722
12723
12724 fi
12725 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
12726 done
12727fi
12728
12729if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
12730 set dummy objcopy
12731 if test $build = $target ; then
12732 OBJCOPY_FOR_TARGET="$2"
12733 else
12734 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
12735 fi
12736else
12737 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
12738fi
12739
12740else
12741 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12742fi
12743
12744
12745
12746
c47832b1 12747if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12748 if test -n "$with_build_time_tools"; then
cd9a469c 12749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12750$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
ab0da556 12751 if test -x $with_build_time_tools/objdump; then
12752 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12753 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
cd9a469c 12754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12755$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
ab0da556 12756 else
cd9a469c 12757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12758$as_echo "no" >&6; }
ab0da556 12759 fi
c47832b1 12760 elif test $build != $host && test $have_gcc_for_target = yes; then
12761 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
b7ef8464 12762 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12763 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
c47832b1 12764 fi
12765fi
38d7211b 12766if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 12767 # Extract the first word of "objdump", so it can be a program name with args.
12768set dummy objdump; ac_word=$2
cd9a469c 12769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12770$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12771if ${ac_cv_path_OBJDUMP_FOR_TARGET+:} false; then :
cd9a469c 12772 $as_echo_n "(cached) " >&6
c47832b1 12773else
b30fcfae 12774 case $OBJDUMP_FOR_TARGET in
12775 [\\/]* | ?:[\\/]*)
c47832b1 12776 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12777 ;;
c47832b1 12778 *)
b30fcfae 12779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12780for as_dir in $gcc_cv_tool_dirs
12781do
12782 IFS=$as_save_IFS
12783 test -z "$as_dir" && as_dir=.
cd9a469c 12784 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12785 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 12786 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 12787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12788 break 2
12789 fi
12790done
cd9a469c 12791 done
12792IFS=$as_save_IFS
b30fcfae 12793
c47832b1 12794 ;;
12795esac
12796fi
b30fcfae 12797OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
c47832b1 12798if test -n "$OBJDUMP_FOR_TARGET"; then
cd9a469c 12799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12800$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
c47832b1 12801else
cd9a469c 12802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12803$as_echo "no" >&6; }
c47832b1 12804fi
12805
cd9a469c 12806
c47832b1 12807fi
12808if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
95a05732 12809
12810
12811if test -n "$OBJDUMP_FOR_TARGET"; then
12812 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12813elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12814 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12815fi
12816
12817if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12818 for ncn_progname in objdump; do
12819 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12820set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12822$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12823if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
cd9a469c 12824 $as_echo_n "(cached) " >&6
95a05732 12825else
12826 if test -n "$OBJDUMP_FOR_TARGET"; then
12827 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12828else
12829as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12830for as_dir in $PATH
12831do
12832 IFS=$as_save_IFS
12833 test -z "$as_dir" && as_dir=.
cd9a469c 12834 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12835 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 12836 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
cd9a469c 12837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 12838 break 2
12839 fi
12840done
cd9a469c 12841 done
12842IFS=$as_save_IFS
95a05732 12843
12844fi
12845fi
12846OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12847if test -n "$OBJDUMP_FOR_TARGET"; then
cd9a469c 12848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12849$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
95a05732 12850else
cd9a469c 12851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12852$as_echo "no" >&6; }
95a05732 12853fi
12854
cd9a469c 12855
95a05732 12856 done
12857fi
12858
12859if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 12860 for ncn_progname in objdump; do
cd9a469c 12861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12862$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 12863 if test -x $with_build_time_tools/${ncn_progname}; then
12864 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 12865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12866$as_echo "yes" >&6; }
c47832b1 12867 break
12868 else
cd9a469c 12869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12870$as_echo "no" >&6; }
c47832b1 12871 fi
12872 done
12873fi
12874
12875if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12876 for ncn_progname in objdump; do
12877 if test -n "$ncn_target_tool_prefix"; then
12878 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 12879set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 12880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12881$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12882if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
cd9a469c 12883 $as_echo_n "(cached) " >&6
ae74ffb7 12884else
12885 if test -n "$OBJDUMP_FOR_TARGET"; then
12886 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12887else
b30fcfae 12888as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12889for as_dir in $PATH
12890do
12891 IFS=$as_save_IFS
12892 test -z "$as_dir" && as_dir=.
cd9a469c 12893 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12894 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 12895 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 12896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12897 break 2
12898 fi
12899done
cd9a469c 12900 done
12901IFS=$as_save_IFS
b30fcfae 12902
ae74ffb7 12903fi
12904fi
b30fcfae 12905OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
ae74ffb7 12906if test -n "$OBJDUMP_FOR_TARGET"; then
cd9a469c 12907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12908$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
ae74ffb7 12909else
cd9a469c 12910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12911$as_echo "no" >&6; }
ae74ffb7 12912fi
12913
cd9a469c 12914
c47832b1 12915 fi
12916 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12917 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
ae74ffb7 12918set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12920$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 12921if ${ac_cv_prog_OBJDUMP_FOR_TARGET+:} false; then :
cd9a469c 12922 $as_echo_n "(cached) " >&6
ae74ffb7 12923else
12924 if test -n "$OBJDUMP_FOR_TARGET"; then
12925 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12926else
b30fcfae 12927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12928for as_dir in $PATH
12929do
12930 IFS=$as_save_IFS
12931 test -z "$as_dir" && as_dir=.
cd9a469c 12932 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 12933 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 12934 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
cd9a469c 12935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12936 break 2
12937 fi
12938done
cd9a469c 12939 done
12940IFS=$as_save_IFS
b30fcfae 12941
ae74ffb7 12942fi
12943fi
b30fcfae 12944OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
ae74ffb7 12945if test -n "$OBJDUMP_FOR_TARGET"; then
cd9a469c 12946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12947$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
ae74ffb7 12948else
cd9a469c 12949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12950$as_echo "no" >&6; }
ae74ffb7 12951fi
b30fcfae 12952
cd9a469c 12953
c47832b1 12954 fi
12955 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12956 done
12957fi
b30fcfae 12958
ae74ffb7 12959if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12960 set dummy objdump
12961 if test $build = $target ; then
12962 OBJDUMP_FOR_TARGET="$2"
12963 else
12964 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12965 fi
b7ef8464 12966else
12967 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
ae74ffb7 12968fi
12969
ab0da556 12970else
12971 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
c47832b1 12972fi
12973
12974
12975
12976
16706a2e 12977if test -z "$ac_cv_path_OTOOL_FOR_TARGET" ; then
12978 if test -n "$with_build_time_tools"; then
12979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for otool in $with_build_time_tools" >&5
12980$as_echo_n "checking for otool in $with_build_time_tools... " >&6; }
12981 if test -x $with_build_time_tools/otool; then
12982 OTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/otool
12983 ac_cv_path_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
12984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OTOOL_FOR_TARGET" >&5
12985$as_echo "$ac_cv_path_OTOOL_FOR_TARGET" >&6; }
12986 else
12987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12988$as_echo "no" >&6; }
12989 fi
12990 elif test $build != $host && test $have_gcc_for_target = yes; then
12991 OTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=otool`
12992 test $OTOOL_FOR_TARGET = otool && OTOOL_FOR_TARGET=
12993 test -n "$OTOOL_FOR_TARGET" && ac_cv_path_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
12994 fi
12995fi
12996if test -z "$ac_cv_path_OTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12997 # Extract the first word of "otool", so it can be a program name with args.
12998set dummy otool; ac_word=$2
12999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13000$as_echo_n "checking for $ac_word... " >&6; }
13001if ${ac_cv_path_OTOOL_FOR_TARGET+:} false; then :
13002 $as_echo_n "(cached) " >&6
13003else
13004 case $OTOOL_FOR_TARGET in
13005 [\\/]* | ?:[\\/]*)
13006 ac_cv_path_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test with a path.
13007 ;;
13008 *)
13009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13010for as_dir in $gcc_cv_tool_dirs
13011do
13012 IFS=$as_save_IFS
13013 test -z "$as_dir" && as_dir=.
13014 for ac_exec_ext in '' $ac_executable_extensions; do
13015 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13016 ac_cv_path_OTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13018 break 2
13019 fi
13020done
13021 done
13022IFS=$as_save_IFS
13023
13024 ;;
13025esac
13026fi
13027OTOOL_FOR_TARGET=$ac_cv_path_OTOOL_FOR_TARGET
13028if test -n "$OTOOL_FOR_TARGET"; then
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL_FOR_TARGET" >&5
13030$as_echo "$OTOOL_FOR_TARGET" >&6; }
13031else
13032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13033$as_echo "no" >&6; }
13034fi
13035
13036
13037fi
13038if test -z "$ac_cv_path_OTOOL_FOR_TARGET" ; then
13039
13040
13041if test -n "$OTOOL_FOR_TARGET"; then
13042 ac_cv_prog_OTOOL_FOR_TARGET=$OTOOL_FOR_TARGET
13043elif test -n "$ac_cv_prog_OTOOL_FOR_TARGET"; then
13044 OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
13045fi
13046
13047if test -n "$ac_cv_prog_OTOOL_FOR_TARGET"; then
13048 for ncn_progname in otool; do
13049 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13050set dummy ${ncn_progname}; ac_word=$2
13051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13052$as_echo_n "checking for $ac_word... " >&6; }
13053if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
13054 $as_echo_n "(cached) " >&6
13055else
13056 if test -n "$OTOOL_FOR_TARGET"; then
13057 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
13058else
13059as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13060for as_dir in $PATH
13061do
13062 IFS=$as_save_IFS
13063 test -z "$as_dir" && as_dir=.
13064 for ac_exec_ext in '' $ac_executable_extensions; do
13065 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13066 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_progname}"
13067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13068 break 2
13069 fi
13070done
13071 done
13072IFS=$as_save_IFS
13073
13074fi
13075fi
13076OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
13077if test -n "$OTOOL_FOR_TARGET"; then
13078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL_FOR_TARGET" >&5
13079$as_echo "$OTOOL_FOR_TARGET" >&6; }
13080else
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13082$as_echo "no" >&6; }
13083fi
13084
13085
13086 done
13087fi
13088
13089if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
13090 for ncn_progname in otool; do
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13092$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13093 if test -x $with_build_time_tools/${ncn_progname}; then
13094 ac_cv_prog_OTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13096$as_echo "yes" >&6; }
13097 break
13098 else
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13100$as_echo "no" >&6; }
13101 fi
13102 done
13103fi
13104
13105if test -z "$ac_cv_prog_OTOOL_FOR_TARGET"; then
13106 for ncn_progname in otool; do
13107 if test -n "$ncn_target_tool_prefix"; then
13108 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13109set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13111$as_echo_n "checking for $ac_word... " >&6; }
13112if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
13113 $as_echo_n "(cached) " >&6
13114else
13115 if test -n "$OTOOL_FOR_TARGET"; then
13116 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
13117else
13118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13119for as_dir in $PATH
13120do
13121 IFS=$as_save_IFS
13122 test -z "$as_dir" && as_dir=.
13123 for ac_exec_ext in '' $ac_executable_extensions; do
13124 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13125 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13127 break 2
13128 fi
13129done
13130 done
13131IFS=$as_save_IFS
13132
13133fi
13134fi
13135OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
13136if test -n "$OTOOL_FOR_TARGET"; then
13137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL_FOR_TARGET" >&5
13138$as_echo "$OTOOL_FOR_TARGET" >&6; }
13139else
13140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13141$as_echo "no" >&6; }
13142fi
13143
13144
13145 fi
13146 if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" && test $build = $target ; then
13147 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13148set dummy ${ncn_progname}; ac_word=$2
13149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13150$as_echo_n "checking for $ac_word... " >&6; }
13151if ${ac_cv_prog_OTOOL_FOR_TARGET+:} false; then :
13152 $as_echo_n "(cached) " >&6
13153else
13154 if test -n "$OTOOL_FOR_TARGET"; then
13155 ac_cv_prog_OTOOL_FOR_TARGET="$OTOOL_FOR_TARGET" # Let the user override the test.
13156else
13157as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13158for as_dir in $PATH
13159do
13160 IFS=$as_save_IFS
13161 test -z "$as_dir" && as_dir=.
13162 for ac_exec_ext in '' $ac_executable_extensions; do
13163 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13164 ac_cv_prog_OTOOL_FOR_TARGET="${ncn_progname}"
13165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13166 break 2
13167 fi
13168done
13169 done
13170IFS=$as_save_IFS
13171
13172fi
13173fi
13174OTOOL_FOR_TARGET=$ac_cv_prog_OTOOL_FOR_TARGET
13175if test -n "$OTOOL_FOR_TARGET"; then
13176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL_FOR_TARGET" >&5
13177$as_echo "$OTOOL_FOR_TARGET" >&6; }
13178else
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13180$as_echo "no" >&6; }
13181fi
13182
13183
13184 fi
13185 test -n "$ac_cv_prog_OTOOL_FOR_TARGET" && break
13186 done
13187fi
13188
13189if test -z "$ac_cv_prog_OTOOL_FOR_TARGET" ; then
13190 set dummy otool
13191 if test $build = $target ; then
13192 OTOOL_FOR_TARGET="$2"
13193 else
13194 OTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
13195 fi
13196else
13197 OTOOL_FOR_TARGET="$ac_cv_prog_OTOOL_FOR_TARGET"
13198fi
13199
13200else
13201 OTOOL_FOR_TARGET=$ac_cv_path_OTOOL_FOR_TARGET
13202fi
13203
13204
13205
13206
c47832b1 13207if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
13208 if test -n "$with_build_time_tools"; then
cd9a469c 13209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
13210$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
ab0da556 13211 if test -x $with_build_time_tools/ranlib; then
13212 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
13213 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
cd9a469c 13214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
13215$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
ab0da556 13216 else
cd9a469c 13217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13218$as_echo "no" >&6; }
ab0da556 13219 fi
c47832b1 13220 elif test $build != $host && test $have_gcc_for_target = yes; then
13221 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
b7ef8464 13222 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
13223 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
c47832b1 13224 fi
13225fi
38d7211b 13226if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 13227 # Extract the first word of "ranlib", so it can be a program name with args.
13228set dummy ranlib; ac_word=$2
cd9a469c 13229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13230$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13231if ${ac_cv_path_RANLIB_FOR_TARGET+:} false; then :
cd9a469c 13232 $as_echo_n "(cached) " >&6
c47832b1 13233else
b30fcfae 13234 case $RANLIB_FOR_TARGET in
13235 [\\/]* | ?:[\\/]*)
c47832b1 13236 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
13237 ;;
c47832b1 13238 *)
b30fcfae 13239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13240for as_dir in $gcc_cv_tool_dirs
13241do
13242 IFS=$as_save_IFS
13243 test -z "$as_dir" && as_dir=.
cd9a469c 13244 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13245 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 13246 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 13247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 13248 break 2
13249 fi
13250done
cd9a469c 13251 done
13252IFS=$as_save_IFS
b30fcfae 13253
c47832b1 13254 ;;
13255esac
13256fi
b30fcfae 13257RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
c47832b1 13258if test -n "$RANLIB_FOR_TARGET"; then
cd9a469c 13259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
13260$as_echo "$RANLIB_FOR_TARGET" >&6; }
c47832b1 13261else
cd9a469c 13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13263$as_echo "no" >&6; }
c47832b1 13264fi
13265
cd9a469c 13266
c47832b1 13267fi
13268if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
95a05732 13269
13270
13271if test -n "$RANLIB_FOR_TARGET"; then
13272 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
13273elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
13274 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
13275fi
13276
13277if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
13278 for ncn_progname in ranlib; do
13279 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13280set dummy ${ncn_progname}; ac_word=$2
cd9a469c 13281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13282$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13283if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
cd9a469c 13284 $as_echo_n "(cached) " >&6
95a05732 13285else
13286 if test -n "$RANLIB_FOR_TARGET"; then
13287 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
13288else
13289as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13290for as_dir in $PATH
13291do
13292 IFS=$as_save_IFS
13293 test -z "$as_dir" && as_dir=.
cd9a469c 13294 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13295 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 13296 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
cd9a469c 13297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 13298 break 2
13299 fi
13300done
cd9a469c 13301 done
13302IFS=$as_save_IFS
95a05732 13303
13304fi
13305fi
13306RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
13307if test -n "$RANLIB_FOR_TARGET"; then
cd9a469c 13308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
13309$as_echo "$RANLIB_FOR_TARGET" >&6; }
95a05732 13310else
cd9a469c 13311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13312$as_echo "no" >&6; }
95a05732 13313fi
13314
cd9a469c 13315
95a05732 13316 done
13317fi
13318
13319if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 13320 for ncn_progname in ranlib; do
cd9a469c 13321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13322$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 13323 if test -x $with_build_time_tools/${ncn_progname}; then
13324 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 13325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13326$as_echo "yes" >&6; }
c47832b1 13327 break
13328 else
cd9a469c 13329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13330$as_echo "no" >&6; }
c47832b1 13331 fi
13332 done
13333fi
13334
13335if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
13336 for ncn_progname in ranlib; do
13337 if test -n "$ncn_target_tool_prefix"; then
13338 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
ae74ffb7 13339set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 13340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13341$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13342if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
cd9a469c 13343 $as_echo_n "(cached) " >&6
bb612911 13344else
ef8184c7 13345 if test -n "$RANLIB_FOR_TARGET"; then
13346 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
bb612911 13347else
b30fcfae 13348as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13349for as_dir in $PATH
13350do
13351 IFS=$as_save_IFS
13352 test -z "$as_dir" && as_dir=.
cd9a469c 13353 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13354 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 13355 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 13356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 13357 break 2
13358 fi
13359done
cd9a469c 13360 done
13361IFS=$as_save_IFS
b30fcfae 13362
bb612911 13363fi
13364fi
b30fcfae 13365RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
ef8184c7 13366if test -n "$RANLIB_FOR_TARGET"; then
cd9a469c 13367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
13368$as_echo "$RANLIB_FOR_TARGET" >&6; }
bb612911 13369else
cd9a469c 13370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13371$as_echo "no" >&6; }
bb612911 13372fi
13373
cd9a469c 13374
c47832b1 13375 fi
13376 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
13377 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 13378set dummy ${ncn_progname}; ac_word=$2
cd9a469c 13379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13380$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13381if ${ac_cv_prog_RANLIB_FOR_TARGET+:} false; then :
cd9a469c 13382 $as_echo_n "(cached) " >&6
bb612911 13383else
768691b5 13384 if test -n "$RANLIB_FOR_TARGET"; then
13385 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
bb612911 13386else
b30fcfae 13387as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13388for as_dir in $PATH
13389do
13390 IFS=$as_save_IFS
13391 test -z "$as_dir" && as_dir=.
cd9a469c 13392 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13393 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 13394 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
cd9a469c 13395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 13396 break 2
13397 fi
13398done
cd9a469c 13399 done
13400IFS=$as_save_IFS
b30fcfae 13401
bb612911 13402fi
13403fi
b30fcfae 13404RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
768691b5 13405if test -n "$RANLIB_FOR_TARGET"; then
cd9a469c 13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
13407$as_echo "$RANLIB_FOR_TARGET" >&6; }
bb612911 13408else
cd9a469c 13409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13410$as_echo "no" >&6; }
bb612911 13411fi
b30fcfae 13412
cd9a469c 13413
c47832b1 13414 fi
13415 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
13416 done
13417fi
b30fcfae 13418
c47832b1 13419if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
13420 set dummy ranlib
13421 if test $build = $target ; then
13422 RANLIB_FOR_TARGET="$2"
13423 else
13424 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
bb612911 13425 fi
b7ef8464 13426else
13427 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
c47832b1 13428fi
768691b5 13429
ab0da556 13430else
13431 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
bb612911 13432fi
13433
c47832b1 13434
13435
13436
3f71364d 13437if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13438 if test -n "$with_build_time_tools"; then
13439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
13440$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
13441 if test -x $with_build_time_tools/readelf; then
13442 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
13443 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
13445$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
13446 else
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13448$as_echo "no" >&6; }
13449 fi
13450 elif test $build != $host && test $have_gcc_for_target = yes; then
13451 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
13452 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
13453 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
13454 fi
13455fi
13456if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13457 # Extract the first word of "readelf", so it can be a program name with args.
13458set dummy readelf; ac_word=$2
13459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13460$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13461if ${ac_cv_path_READELF_FOR_TARGET+:} false; then :
3f71364d 13462 $as_echo_n "(cached) " >&6
13463else
13464 case $READELF_FOR_TARGET in
13465 [\\/]* | ?:[\\/]*)
13466 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
13467 ;;
13468 *)
13469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13470for as_dir in $gcc_cv_tool_dirs
13471do
13472 IFS=$as_save_IFS
13473 test -z "$as_dir" && as_dir=.
13474 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13475 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3f71364d 13476 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13478 break 2
13479 fi
13480done
13481 done
13482IFS=$as_save_IFS
13483
13484 ;;
13485esac
13486fi
13487READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13488if test -n "$READELF_FOR_TARGET"; then
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13490$as_echo "$READELF_FOR_TARGET" >&6; }
13491else
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13493$as_echo "no" >&6; }
13494fi
13495
13496
13497fi
13498if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13499
13500
13501if test -n "$READELF_FOR_TARGET"; then
13502 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
13503elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13504 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13505fi
13506
13507if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13508 for ncn_progname in readelf; do
13509 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13510set dummy ${ncn_progname}; ac_word=$2
13511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13512$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13513if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
3f71364d 13514 $as_echo_n "(cached) " >&6
13515else
13516 if test -n "$READELF_FOR_TARGET"; then
13517 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13518else
13519as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13520for as_dir in $PATH
13521do
13522 IFS=$as_save_IFS
13523 test -z "$as_dir" && as_dir=.
13524 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13525 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3f71364d 13526 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13528 break 2
13529 fi
13530done
13531 done
13532IFS=$as_save_IFS
13533
13534fi
13535fi
13536READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13537if test -n "$READELF_FOR_TARGET"; then
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13539$as_echo "$READELF_FOR_TARGET" >&6; }
13540else
13541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13542$as_echo "no" >&6; }
13543fi
13544
13545
13546 done
13547fi
13548
13549if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
13550 for ncn_progname in readelf; do
13551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13552$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13553 if test -x $with_build_time_tools/${ncn_progname}; then
13554 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13556$as_echo "yes" >&6; }
13557 break
13558 else
13559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13560$as_echo "no" >&6; }
13561 fi
13562 done
13563fi
13564
13565if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
13566 for ncn_progname in readelf; do
13567 if test -n "$ncn_target_tool_prefix"; then
13568 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13569set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13571$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13572if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
3f71364d 13573 $as_echo_n "(cached) " >&6
13574else
13575 if test -n "$READELF_FOR_TARGET"; then
13576 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13577else
13578as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13579for as_dir in $PATH
13580do
13581 IFS=$as_save_IFS
13582 test -z "$as_dir" && as_dir=.
13583 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13584 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3f71364d 13585 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13586 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13587 break 2
13588 fi
13589done
13590 done
13591IFS=$as_save_IFS
13592
13593fi
13594fi
13595READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13596if test -n "$READELF_FOR_TARGET"; then
13597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13598$as_echo "$READELF_FOR_TARGET" >&6; }
13599else
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13601$as_echo "no" >&6; }
13602fi
13603
13604
13605 fi
13606 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
13607 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13608set dummy ${ncn_progname}; ac_word=$2
13609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13610$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13611if ${ac_cv_prog_READELF_FOR_TARGET+:} false; then :
3f71364d 13612 $as_echo_n "(cached) " >&6
13613else
13614 if test -n "$READELF_FOR_TARGET"; then
13615 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13616else
13617as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13618for as_dir in $PATH
13619do
13620 IFS=$as_save_IFS
13621 test -z "$as_dir" && as_dir=.
13622 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13623 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3f71364d 13624 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13626 break 2
13627 fi
13628done
13629 done
13630IFS=$as_save_IFS
13631
13632fi
13633fi
13634READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13635if test -n "$READELF_FOR_TARGET"; then
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13637$as_echo "$READELF_FOR_TARGET" >&6; }
13638else
13639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13640$as_echo "no" >&6; }
13641fi
13642
13643
13644 fi
13645 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13646 done
13647fi
13648
13649if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13650 set dummy readelf
13651 if test $build = $target ; then
13652 READELF_FOR_TARGET="$2"
13653 else
13654 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13655 fi
13656else
13657 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13658fi
13659
13660else
13661 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13662fi
13663
13664
13665
13666
c47832b1 13667if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13668 if test -n "$with_build_time_tools"; then
cd9a469c 13669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13670$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
ab0da556 13671 if test -x $with_build_time_tools/strip; then
13672 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13673 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
cd9a469c 13674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13675$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
ab0da556 13676 else
cd9a469c 13677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13678$as_echo "no" >&6; }
ab0da556 13679 fi
c47832b1 13680 elif test $build != $host && test $have_gcc_for_target = yes; then
13681 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
b7ef8464 13682 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13683 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
c47832b1 13684 fi
13685fi
38d7211b 13686if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 13687 # Extract the first word of "strip", so it can be a program name with args.
13688set dummy strip; ac_word=$2
cd9a469c 13689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13690$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13691if ${ac_cv_path_STRIP_FOR_TARGET+:} false; then :
cd9a469c 13692 $as_echo_n "(cached) " >&6
c47832b1 13693else
b30fcfae 13694 case $STRIP_FOR_TARGET in
13695 [\\/]* | ?:[\\/]*)
c47832b1 13696 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13697 ;;
c47832b1 13698 *)
b30fcfae 13699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13700for as_dir in $gcc_cv_tool_dirs
13701do
13702 IFS=$as_save_IFS
13703 test -z "$as_dir" && as_dir=.
cd9a469c 13704 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13705 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 13706 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 13707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 13708 break 2
13709 fi
13710done
cd9a469c 13711 done
13712IFS=$as_save_IFS
b30fcfae 13713
c47832b1 13714 ;;
13715esac
13716fi
b30fcfae 13717STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
c47832b1 13718if test -n "$STRIP_FOR_TARGET"; then
cd9a469c 13719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13720$as_echo "$STRIP_FOR_TARGET" >&6; }
c47832b1 13721else
cd9a469c 13722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13723$as_echo "no" >&6; }
c47832b1 13724fi
13725
cd9a469c 13726
c47832b1 13727fi
13728if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
95a05732 13729
13730
13731if test -n "$STRIP_FOR_TARGET"; then
13732 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13733elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13734 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13735fi
13736
13737if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13738 for ncn_progname in strip; do
13739 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13740set dummy ${ncn_progname}; ac_word=$2
cd9a469c 13741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13742$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13743if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
cd9a469c 13744 $as_echo_n "(cached) " >&6
95a05732 13745else
13746 if test -n "$STRIP_FOR_TARGET"; then
13747 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13748else
13749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13750for as_dir in $PATH
13751do
13752 IFS=$as_save_IFS
13753 test -z "$as_dir" && as_dir=.
cd9a469c 13754 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13755 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 13756 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
cd9a469c 13757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 13758 break 2
13759 fi
13760done
cd9a469c 13761 done
13762IFS=$as_save_IFS
95a05732 13763
13764fi
13765fi
13766STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13767if test -n "$STRIP_FOR_TARGET"; then
cd9a469c 13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13769$as_echo "$STRIP_FOR_TARGET" >&6; }
95a05732 13770else
cd9a469c 13771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13772$as_echo "no" >&6; }
95a05732 13773fi
13774
cd9a469c 13775
95a05732 13776 done
13777fi
13778
13779if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 13780 for ncn_progname in strip; do
cd9a469c 13781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13782$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 13783 if test -x $with_build_time_tools/${ncn_progname}; then
13784 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 13785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13786$as_echo "yes" >&6; }
c47832b1 13787 break
13788 else
cd9a469c 13789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13790$as_echo "no" >&6; }
c47832b1 13791 fi
13792 done
13793fi
13794
13795if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13796 for ncn_progname in strip; do
13797 if test -n "$ncn_target_tool_prefix"; then
13798 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9fec3fa8 13799set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 13800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13801$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13802if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
cd9a469c 13803 $as_echo_n "(cached) " >&6
ae48753c 13804else
13805 if test -n "$STRIP_FOR_TARGET"; then
b30fcfae 13806 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13807else
13808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13809for as_dir in $PATH
13810do
13811 IFS=$as_save_IFS
13812 test -z "$as_dir" && as_dir=.
cd9a469c 13813 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13814 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 13815 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 13816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 13817 break 2
13818 fi
13819done
cd9a469c 13820 done
13821IFS=$as_save_IFS
b30fcfae 13822
9fec3fa8 13823fi
13824fi
b30fcfae 13825STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
9fec3fa8 13826if test -n "$STRIP_FOR_TARGET"; then
cd9a469c 13827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13828$as_echo "$STRIP_FOR_TARGET" >&6; }
9fec3fa8 13829else
cd9a469c 13830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13831$as_echo "no" >&6; }
9fec3fa8 13832fi
13833
cd9a469c 13834
c47832b1 13835 fi
13836 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13837 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9fec3fa8 13838set dummy ${ncn_progname}; ac_word=$2
cd9a469c 13839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13840$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13841if ${ac_cv_prog_STRIP_FOR_TARGET+:} false; then :
cd9a469c 13842 $as_echo_n "(cached) " >&6
9fec3fa8 13843else
13844 if test -n "$STRIP_FOR_TARGET"; then
13845 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13846else
b30fcfae 13847as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13848for as_dir in $PATH
13849do
13850 IFS=$as_save_IFS
13851 test -z "$as_dir" && as_dir=.
cd9a469c 13852 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13853 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 13854 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
cd9a469c 13855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 13856 break 2
13857 fi
13858done
cd9a469c 13859 done
13860IFS=$as_save_IFS
b30fcfae 13861
9fec3fa8 13862fi
13863fi
b30fcfae 13864STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
9fec3fa8 13865if test -n "$STRIP_FOR_TARGET"; then
cd9a469c 13866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13867$as_echo "$STRIP_FOR_TARGET" >&6; }
9fec3fa8 13868else
cd9a469c 13869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13870$as_echo "no" >&6; }
9fec3fa8 13871fi
b30fcfae 13872
cd9a469c 13873
c47832b1 13874 fi
13875 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13876 done
13877fi
b30fcfae 13878
9fec3fa8 13879if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13880 set dummy strip
13881 if test $build = $target ; then
13882 STRIP_FOR_TARGET="$2"
13883 else
13884 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13885 fi
b7ef8464 13886else
13887 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
9fec3fa8 13888fi
13889
ab0da556 13890else
13891 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
c47832b1 13892fi
13893
13894
13895
13896
13897if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13898 if test -n "$with_build_time_tools"; then
cd9a469c 13899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13900$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
ab0da556 13901 if test -x $with_build_time_tools/windres; then
13902 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13903 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
cd9a469c 13904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13905$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
ab0da556 13906 else
cd9a469c 13907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13908$as_echo "no" >&6; }
ab0da556 13909 fi
c47832b1 13910 elif test $build != $host && test $have_gcc_for_target = yes; then
13911 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
b7ef8464 13912 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13913 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
c47832b1 13914 fi
13915fi
38d7211b 13916if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 13917 # Extract the first word of "windres", so it can be a program name with args.
13918set dummy windres; ac_word=$2
cd9a469c 13919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13920$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13921if ${ac_cv_path_WINDRES_FOR_TARGET+:} false; then :
cd9a469c 13922 $as_echo_n "(cached) " >&6
c47832b1 13923else
b30fcfae 13924 case $WINDRES_FOR_TARGET in
13925 [\\/]* | ?:[\\/]*)
c47832b1 13926 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13927 ;;
c47832b1 13928 *)
b30fcfae 13929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13930for as_dir in $gcc_cv_tool_dirs
13931do
13932 IFS=$as_save_IFS
13933 test -z "$as_dir" && as_dir=.
cd9a469c 13934 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13935 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 13936 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 13937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 13938 break 2
13939 fi
13940done
cd9a469c 13941 done
13942IFS=$as_save_IFS
b30fcfae 13943
c47832b1 13944 ;;
13945esac
13946fi
b30fcfae 13947WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
c47832b1 13948if test -n "$WINDRES_FOR_TARGET"; then
cd9a469c 13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13950$as_echo "$WINDRES_FOR_TARGET" >&6; }
c47832b1 13951else
cd9a469c 13952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13953$as_echo "no" >&6; }
c47832b1 13954fi
13955
cd9a469c 13956
c47832b1 13957fi
13958if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
95a05732 13959
13960
13961if test -n "$WINDRES_FOR_TARGET"; then
13962 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13963elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13964 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13965fi
13966
13967if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13968 for ncn_progname in windres; do
13969 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13970set dummy ${ncn_progname}; ac_word=$2
cd9a469c 13971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13972$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 13973if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
cd9a469c 13974 $as_echo_n "(cached) " >&6
95a05732 13975else
13976 if test -n "$WINDRES_FOR_TARGET"; then
13977 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13978else
13979as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13980for as_dir in $PATH
13981do
13982 IFS=$as_save_IFS
13983 test -z "$as_dir" && as_dir=.
cd9a469c 13984 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 13985 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
95a05732 13986 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
cd9a469c 13987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 13988 break 2
13989 fi
13990done
cd9a469c 13991 done
13992IFS=$as_save_IFS
95a05732 13993
13994fi
13995fi
13996WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13997if test -n "$WINDRES_FOR_TARGET"; then
cd9a469c 13998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13999$as_echo "$WINDRES_FOR_TARGET" >&6; }
95a05732 14000else
cd9a469c 14001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14002$as_echo "no" >&6; }
95a05732 14003fi
14004
cd9a469c 14005
95a05732 14006 done
14007fi
14008
14009if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 14010 for ncn_progname in windres; do
cd9a469c 14011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
14012$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 14013 if test -x $with_build_time_tools/${ncn_progname}; then
14014 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 14015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14016$as_echo "yes" >&6; }
c47832b1 14017 break
14018 else
cd9a469c 14019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14020$as_echo "no" >&6; }
c47832b1 14021 fi
14022 done
14023fi
14024
14025if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
14026 for ncn_progname in windres; do
14027 if test -n "$ncn_target_tool_prefix"; then
14028 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 14029set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 14030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14031$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 14032if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
cd9a469c 14033 $as_echo_n "(cached) " >&6
bb612911 14034else
ef8184c7 14035 if test -n "$WINDRES_FOR_TARGET"; then
14036 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
bb612911 14037else
b30fcfae 14038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14039for as_dir in $PATH
14040do
14041 IFS=$as_save_IFS
14042 test -z "$as_dir" && as_dir=.
cd9a469c 14043 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 14044 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 14045 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 14046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 14047 break 2
14048 fi
14049done
cd9a469c 14050 done
14051IFS=$as_save_IFS
b30fcfae 14052
bb612911 14053fi
14054fi
b30fcfae 14055WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
ef8184c7 14056if test -n "$WINDRES_FOR_TARGET"; then
cd9a469c 14057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
14058$as_echo "$WINDRES_FOR_TARGET" >&6; }
bb612911 14059else
cd9a469c 14060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14061$as_echo "no" >&6; }
bb612911 14062fi
14063
cd9a469c 14064
c47832b1 14065 fi
14066 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
14067 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 14068set dummy ${ncn_progname}; ac_word=$2
cd9a469c 14069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14070$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 14071if ${ac_cv_prog_WINDRES_FOR_TARGET+:} false; then :
cd9a469c 14072 $as_echo_n "(cached) " >&6
bb612911 14073else
768691b5 14074 if test -n "$WINDRES_FOR_TARGET"; then
14075 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
bb612911 14076else
b30fcfae 14077as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14078for as_dir in $PATH
14079do
14080 IFS=$as_save_IFS
14081 test -z "$as_dir" && as_dir=.
cd9a469c 14082 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 14083 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b30fcfae 14084 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
cd9a469c 14085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 14086 break 2
14087 fi
14088done
cd9a469c 14089 done
14090IFS=$as_save_IFS
b30fcfae 14091
bb612911 14092fi
14093fi
b30fcfae 14094WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
768691b5 14095if test -n "$WINDRES_FOR_TARGET"; then
cd9a469c 14096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
14097$as_echo "$WINDRES_FOR_TARGET" >&6; }
bb612911 14098else
cd9a469c 14099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14100$as_echo "no" >&6; }
bb612911 14101fi
b30fcfae 14102
cd9a469c 14103
c47832b1 14104 fi
14105 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
14106 done
14107fi
b30fcfae 14108
768691b5 14109if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
14110 set dummy windres
14111 if test $build = $target ; then
14112 WINDRES_FOR_TARGET="$2"
bb612911 14113 else
768691b5 14114 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
bb612911 14115 fi
b7ef8464 14116else
14117 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
bb612911 14118fi
14119
ab0da556 14120else
14121 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
c47832b1 14122fi
14123
805e22b2 14124
75d6a0a9 14125
14126
14127if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
14128 if test -n "$with_build_time_tools"; then
cd9a469c 14129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
14130$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
75d6a0a9 14131 if test -x $with_build_time_tools/windmc; then
14132 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
14133 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
cd9a469c 14134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
14135$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
75d6a0a9 14136 else
cd9a469c 14137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14138$as_echo "no" >&6; }
75d6a0a9 14139 fi
14140 elif test $build != $host && test $have_gcc_for_target = yes; then
14141 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
b7ef8464 14142 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
14143 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
75d6a0a9 14144 fi
14145fi
14146if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
14147 # Extract the first word of "windmc", so it can be a program name with args.
14148set dummy windmc; ac_word=$2
cd9a469c 14149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14150$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 14151if ${ac_cv_path_WINDMC_FOR_TARGET+:} false; then :
cd9a469c 14152 $as_echo_n "(cached) " >&6
75d6a0a9 14153else
14154 case $WINDMC_FOR_TARGET in
14155 [\\/]* | ?:[\\/]*)
14156 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
14157 ;;
14158 *)
14159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14160for as_dir in $gcc_cv_tool_dirs
14161do
14162 IFS=$as_save_IFS
14163 test -z "$as_dir" && as_dir=.
cd9a469c 14164 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 14165 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75d6a0a9 14166 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 14167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 14168 break 2
14169 fi
14170done
cd9a469c 14171 done
14172IFS=$as_save_IFS
75d6a0a9 14173
14174 ;;
14175esac
14176fi
14177WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
75d6a0a9 14178if test -n "$WINDMC_FOR_TARGET"; then
cd9a469c 14179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
14180$as_echo "$WINDMC_FOR_TARGET" >&6; }
75d6a0a9 14181else
cd9a469c 14182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14183$as_echo "no" >&6; }
75d6a0a9 14184fi
14185
cd9a469c 14186
75d6a0a9 14187fi
14188if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
14189
14190
14191if test -n "$WINDMC_FOR_TARGET"; then
14192 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
14193elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
14194 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
14195fi
14196
14197if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
14198 for ncn_progname in windmc; do
14199 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14200set dummy ${ncn_progname}; ac_word=$2
cd9a469c 14201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14202$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 14203if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
cd9a469c 14204 $as_echo_n "(cached) " >&6
75d6a0a9 14205else
14206 if test -n "$WINDMC_FOR_TARGET"; then
14207 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
14208else
14209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14210for as_dir in $PATH
14211do
14212 IFS=$as_save_IFS
14213 test -z "$as_dir" && as_dir=.
cd9a469c 14214 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 14215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75d6a0a9 14216 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
cd9a469c 14217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 14218 break 2
14219 fi
14220done
cd9a469c 14221 done
14222IFS=$as_save_IFS
75d6a0a9 14223
14224fi
14225fi
14226WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
14227if test -n "$WINDMC_FOR_TARGET"; then
cd9a469c 14228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
14229$as_echo "$WINDMC_FOR_TARGET" >&6; }
75d6a0a9 14230else
cd9a469c 14231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14232$as_echo "no" >&6; }
75d6a0a9 14233fi
14234
cd9a469c 14235
75d6a0a9 14236 done
14237fi
14238
14239if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
14240 for ncn_progname in windmc; do
cd9a469c 14241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
14242$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
75d6a0a9 14243 if test -x $with_build_time_tools/${ncn_progname}; then
14244 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 14245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14246$as_echo "yes" >&6; }
75d6a0a9 14247 break
14248 else
cd9a469c 14249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14250$as_echo "no" >&6; }
75d6a0a9 14251 fi
14252 done
14253fi
14254
14255if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
14256 for ncn_progname in windmc; do
14257 if test -n "$ncn_target_tool_prefix"; then
14258 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
14259set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 14260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14261$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 14262if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
cd9a469c 14263 $as_echo_n "(cached) " >&6
75d6a0a9 14264else
14265 if test -n "$WINDMC_FOR_TARGET"; then
14266 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
14267else
14268as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14269for as_dir in $PATH
14270do
14271 IFS=$as_save_IFS
14272 test -z "$as_dir" && as_dir=.
cd9a469c 14273 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 14274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75d6a0a9 14275 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 14276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 14277 break 2
14278 fi
14279done
cd9a469c 14280 done
14281IFS=$as_save_IFS
75d6a0a9 14282
14283fi
14284fi
14285WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
14286if test -n "$WINDMC_FOR_TARGET"; then
cd9a469c 14287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
14288$as_echo "$WINDMC_FOR_TARGET" >&6; }
75d6a0a9 14289else
cd9a469c 14290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14291$as_echo "no" >&6; }
75d6a0a9 14292fi
14293
cd9a469c 14294
75d6a0a9 14295 fi
14296 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
14297 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
14298set dummy ${ncn_progname}; ac_word=$2
cd9a469c 14299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14300$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 14301if ${ac_cv_prog_WINDMC_FOR_TARGET+:} false; then :
cd9a469c 14302 $as_echo_n "(cached) " >&6
75d6a0a9 14303else
14304 if test -n "$WINDMC_FOR_TARGET"; then
14305 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
14306else
14307as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14308for as_dir in $PATH
14309do
14310 IFS=$as_save_IFS
14311 test -z "$as_dir" && as_dir=.
cd9a469c 14312 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 14313 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75d6a0a9 14314 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
cd9a469c 14315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 14316 break 2
14317 fi
14318done
cd9a469c 14319 done
14320IFS=$as_save_IFS
75d6a0a9 14321
14322fi
14323fi
14324WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
14325if test -n "$WINDMC_FOR_TARGET"; then
cd9a469c 14326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
14327$as_echo "$WINDMC_FOR_TARGET" >&6; }
75d6a0a9 14328else
cd9a469c 14329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14330$as_echo "no" >&6; }
75d6a0a9 14331fi
14332
cd9a469c 14333
75d6a0a9 14334 fi
14335 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
14336 done
14337fi
14338
14339if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
14340 set dummy windmc
14341 if test $build = $target ; then
14342 WINDMC_FOR_TARGET="$2"
14343 else
14344 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
14345 fi
b7ef8464 14346else
14347 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
75d6a0a9 14348fi
14349
14350else
14351 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
14352fi
14353
14354
f5aebe3e 14355RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
14356
cd9a469c 14357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
14358$as_echo_n "checking where to find the target ar... " >&6; }
f5aebe3e 14359if test "x${build}" != "x${host}" ; then
c47832b1 14360 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
14361 # We already found the complete path
a6c599b5 14362 ac_dir=`dirname $AR_FOR_TARGET`
cd9a469c 14363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14364$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14365 else
14366 # Canadian cross, just use what we found
cd9a469c 14367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14368$as_echo "pre-installed" >&6; }
c47832b1 14369 fi
f5aebe3e 14370else
14371 ok=yes
14372 case " ${configdirs} " in
14373 *" binutils "*) ;;
14374 *) ok=no ;;
14375 esac
b30fcfae 14376
f5aebe3e 14377 if test $ok = yes; then
14378 # An in-tree tool is available and we can use it
14379 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
cd9a469c 14380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14381$as_echo "just compiled" >&6; }
c47832b1 14382 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
14383 # We already found the complete path
a6c599b5 14384 ac_dir=`dirname $AR_FOR_TARGET`
cd9a469c 14385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14386$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14387 elif test "x$target" = "x$host"; then
14388 # We can use an host tool
14389 AR_FOR_TARGET='$(AR)'
cd9a469c 14390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14391$as_echo "host tool" >&6; }
f5aebe3e 14392 else
14393 # We need a cross tool
cd9a469c 14394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14395$as_echo "pre-installed" >&6; }
f5aebe3e 14396 fi
14397fi
a83ffacf 14398
cd9a469c 14399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
14400$as_echo_n "checking where to find the target as... " >&6; }
f5aebe3e 14401if test "x${build}" != "x${host}" ; then
c47832b1 14402 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
14403 # We already found the complete path
a6c599b5 14404 ac_dir=`dirname $AS_FOR_TARGET`
cd9a469c 14405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14406$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14407 else
14408 # Canadian cross, just use what we found
cd9a469c 14409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14410$as_echo "pre-installed" >&6; }
c47832b1 14411 fi
f5aebe3e 14412else
14413 ok=yes
14414 case " ${configdirs} " in
14415 *" gas "*) ;;
14416 *) ok=no ;;
14417 esac
b30fcfae 14418
f5aebe3e 14419 if test $ok = yes; then
14420 # An in-tree tool is available and we can use it
14421 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
cd9a469c 14422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14423$as_echo "just compiled" >&6; }
c47832b1 14424 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
14425 # We already found the complete path
a6c599b5 14426 ac_dir=`dirname $AS_FOR_TARGET`
cd9a469c 14427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14428$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14429 elif test "x$target" = "x$host"; then
14430 # We can use an host tool
14431 AS_FOR_TARGET='$(AS)'
cd9a469c 14432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14433$as_echo "host tool" >&6; }
f5aebe3e 14434 else
14435 # We need a cross tool
cd9a469c 14436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14437$as_echo "pre-installed" >&6; }
f5aebe3e 14438 fi
14439fi
a83ffacf 14440
cd9a469c 14441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
14442$as_echo_n "checking where to find the target cc... " >&6; }
f5aebe3e 14443if test "x${build}" != "x${host}" ; then
c47832b1 14444 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
14445 # We already found the complete path
a6c599b5 14446 ac_dir=`dirname $CC_FOR_TARGET`
cd9a469c 14447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14448$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14449 else
14450 # Canadian cross, just use what we found
cd9a469c 14451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14452$as_echo "pre-installed" >&6; }
c47832b1 14453 fi
f5aebe3e 14454else
14455 ok=yes
14456 case " ${configdirs} " in
14457 *" gcc "*) ;;
14458 *) ok=no ;;
14459 esac
b30fcfae 14460
f5aebe3e 14461 if test $ok = yes; then
14462 # An in-tree tool is available and we can use it
14463 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
cd9a469c 14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14465$as_echo "just compiled" >&6; }
c47832b1 14466 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
14467 # We already found the complete path
a6c599b5 14468 ac_dir=`dirname $CC_FOR_TARGET`
cd9a469c 14469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14470$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14471 elif test "x$target" = "x$host"; then
14472 # We can use an host tool
14473 CC_FOR_TARGET='$(CC)'
cd9a469c 14474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14475$as_echo "host tool" >&6; }
f5aebe3e 14476 else
14477 # We need a cross tool
cd9a469c 14478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14479$as_echo "pre-installed" >&6; }
f5aebe3e 14480 fi
14481fi
a83ffacf 14482
cd9a469c 14483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
14484$as_echo_n "checking where to find the target c++... " >&6; }
f5aebe3e 14485if test "x${build}" != "x${host}" ; then
c47832b1 14486 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14487 # We already found the complete path
a6c599b5 14488 ac_dir=`dirname $CXX_FOR_TARGET`
cd9a469c 14489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14490$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14491 else
14492 # Canadian cross, just use what we found
cd9a469c 14493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14494$as_echo "pre-installed" >&6; }
c47832b1 14495 fi
f5aebe3e 14496else
14497 ok=yes
14498 case " ${configdirs} " in
14499 *" gcc "*) ;;
14500 *) ok=no ;;
14501 esac
14502 case ,${enable_languages}, in
14503 *,c++,*) ;;
14504 *) ok=no ;;
14505 esac
14506 if test $ok = yes; then
14507 # An in-tree tool is available and we can use it
b710ec85 14508 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'
cd9a469c 14509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14510$as_echo "just compiled" >&6; }
c47832b1 14511 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14512 # We already found the complete path
a6c599b5 14513 ac_dir=`dirname $CXX_FOR_TARGET`
cd9a469c 14514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14515$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14516 elif test "x$target" = "x$host"; then
14517 # We can use an host tool
14518 CXX_FOR_TARGET='$(CXX)'
cd9a469c 14519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14520$as_echo "host tool" >&6; }
f5aebe3e 14521 else
14522 # We need a cross tool
cd9a469c 14523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14524$as_echo "pre-installed" >&6; }
f5aebe3e 14525 fi
14526fi
a83ffacf 14527
cd9a469c 14528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
14529$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
f5aebe3e 14530if test "x${build}" != "x${host}" ; then
c47832b1 14531 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14532 # We already found the complete path
a6c599b5 14533 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
cd9a469c 14534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14535$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14536 else
14537 # Canadian cross, just use what we found
cd9a469c 14538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14539$as_echo "pre-installed" >&6; }
c47832b1 14540 fi
f5aebe3e 14541else
14542 ok=yes
14543 case " ${configdirs} " in
14544 *" gcc "*) ;;
14545 *) ok=no ;;
14546 esac
14547 case ,${enable_languages}, in
14548 *,c++,*) ;;
14549 *) ok=no ;;
14550 esac
14551 if test $ok = yes; then
14552 # An in-tree tool is available and we can use it
b710ec85 14553 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'
cd9a469c 14554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14555$as_echo "just compiled" >&6; }
c47832b1 14556 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14557 # We already found the complete path
a6c599b5 14558 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
cd9a469c 14559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14560$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14561 elif test "x$target" = "x$host"; then
14562 # We can use an host tool
14563 RAW_CXX_FOR_TARGET='$(CXX)'
cd9a469c 14564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14565$as_echo "host tool" >&6; }
f5aebe3e 14566 else
14567 # We need a cross tool
cd9a469c 14568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14569$as_echo "pre-installed" >&6; }
f5aebe3e 14570 fi
14571fi
a83ffacf 14572
cd9a469c 14573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
14574$as_echo_n "checking where to find the target dlltool... " >&6; }
f5aebe3e 14575if test "x${build}" != "x${host}" ; then
c47832b1 14576 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14577 # We already found the complete path
a6c599b5 14578 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
cd9a469c 14579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14580$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14581 else
14582 # Canadian cross, just use what we found
cd9a469c 14583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14584$as_echo "pre-installed" >&6; }
c47832b1 14585 fi
f5aebe3e 14586else
14587 ok=yes
14588 case " ${configdirs} " in
14589 *" binutils "*) ;;
14590 *) ok=no ;;
14591 esac
b30fcfae 14592
f5aebe3e 14593 if test $ok = yes; then
14594 # An in-tree tool is available and we can use it
14595 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
cd9a469c 14596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14597$as_echo "just compiled" >&6; }
c47832b1 14598 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14599 # We already found the complete path
a6c599b5 14600 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
cd9a469c 14601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14602$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14603 elif test "x$target" = "x$host"; then
14604 # We can use an host tool
14605 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
cd9a469c 14606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14607$as_echo "host tool" >&6; }
f5aebe3e 14608 else
14609 # We need a cross tool
cd9a469c 14610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14611$as_echo "pre-installed" >&6; }
f5aebe3e 14612 fi
14613fi
a83ffacf 14614
cd9a469c 14615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
14616$as_echo_n "checking where to find the target gcc... " >&6; }
f5aebe3e 14617if test "x${build}" != "x${host}" ; then
c47832b1 14618 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14619 # We already found the complete path
a6c599b5 14620 ac_dir=`dirname $GCC_FOR_TARGET`
cd9a469c 14621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14622$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14623 else
14624 # Canadian cross, just use what we found
cd9a469c 14625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14626$as_echo "pre-installed" >&6; }
c47832b1 14627 fi
f5aebe3e 14628else
14629 ok=yes
14630 case " ${configdirs} " in
14631 *" gcc "*) ;;
14632 *) ok=no ;;
14633 esac
b30fcfae 14634
f5aebe3e 14635 if test $ok = yes; then
14636 # An in-tree tool is available and we can use it
14637 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
cd9a469c 14638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14639$as_echo "just compiled" >&6; }
c47832b1 14640 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14641 # We already found the complete path
a6c599b5 14642 ac_dir=`dirname $GCC_FOR_TARGET`
cd9a469c 14643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14644$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14645 elif test "x$target" = "x$host"; then
14646 # We can use an host tool
14647 GCC_FOR_TARGET='$()'
cd9a469c 14648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14649$as_echo "host tool" >&6; }
f5aebe3e 14650 else
14651 # We need a cross tool
cd9a469c 14652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14653$as_echo "pre-installed" >&6; }
f5aebe3e 14654 fi
14655fi
a83ffacf 14656
cd9a469c 14657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14658$as_echo_n "checking where to find the target gfortran... " >&6; }
f5aebe3e 14659if test "x${build}" != "x${host}" ; then
c47832b1 14660 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14661 # We already found the complete path
a6c599b5 14662 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
cd9a469c 14663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14664$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14665 else
14666 # Canadian cross, just use what we found
cd9a469c 14667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14668$as_echo "pre-installed" >&6; }
c47832b1 14669 fi
f5aebe3e 14670else
14671 ok=yes
14672 case " ${configdirs} " in
14673 *" gcc "*) ;;
14674 *) ok=no ;;
14675 esac
14676 case ,${enable_languages}, in
14677 *,fortran,*) ;;
14678 *) ok=no ;;
14679 esac
14680 if test $ok = yes; then
14681 # An in-tree tool is available and we can use it
14682 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
cd9a469c 14683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14684$as_echo "just compiled" >&6; }
c47832b1 14685 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14686 # We already found the complete path
a6c599b5 14687 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
cd9a469c 14688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14689$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14690 elif test "x$target" = "x$host"; then
14691 # We can use an host tool
14692 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
cd9a469c 14693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14694$as_echo "host tool" >&6; }
f5aebe3e 14695 else
14696 # We need a cross tool
cd9a469c 14697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14698$as_echo "pre-installed" >&6; }
f5aebe3e 14699 fi
14700fi
a83ffacf 14701
5ff5b630 14702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14703$as_echo_n "checking where to find the target gccgo... " >&6; }
14704if test "x${build}" != "x${host}" ; then
14705 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14706 # We already found the complete path
14707 ac_dir=`dirname $GOC_FOR_TARGET`
14708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14709$as_echo "pre-installed in $ac_dir" >&6; }
14710 else
14711 # Canadian cross, just use what we found
14712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14713$as_echo "pre-installed" >&6; }
14714 fi
14715else
14716 ok=yes
14717 case " ${configdirs} " in
14718 *" gcc "*) ;;
14719 *) ok=no ;;
14720 esac
14721 case ,${enable_languages}, in
14722 *,go,*) ;;
14723 *) ok=no ;;
14724 esac
14725 if test $ok = yes; then
14726 # An in-tree tool is available and we can use it
14727 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14729$as_echo "just compiled" >&6; }
14730 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14731 # We already found the complete path
14732 ac_dir=`dirname $GOC_FOR_TARGET`
14733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14734$as_echo "pre-installed in $ac_dir" >&6; }
14735 elif test "x$target" = "x$host"; then
14736 # We can use an host tool
14737 GOC_FOR_TARGET='$(GOC)'
14738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14739$as_echo "host tool" >&6; }
14740 else
14741 # We need a cross tool
14742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14743$as_echo "pre-installed" >&6; }
14744 fi
14745fi
14746
03385ed3 14747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gdc" >&5
14748$as_echo_n "checking where to find the target gdc... " >&6; }
14749if test "x${build}" != "x${host}" ; then
14750 if expr "x$GDC_FOR_TARGET" : "x/" > /dev/null; then
14751 # We already found the complete path
14752 ac_dir=`dirname $GDC_FOR_TARGET`
14753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14754$as_echo "pre-installed in $ac_dir" >&6; }
14755 else
14756 # Canadian cross, just use what we found
14757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14758$as_echo "pre-installed" >&6; }
14759 fi
14760else
14761 ok=yes
14762 case " ${configdirs} " in
14763 *" gcc "*) ;;
14764 *) ok=no ;;
14765 esac
14766 case ,${enable_languages}, in
14767 *,d,*) ;;
14768 *) ok=no ;;
14769 esac
14770 if test $ok = yes; then
14771 # An in-tree tool is available and we can use it
14772 GDC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gdc -B$$r/$(HOST_SUBDIR)/gcc/'
14773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14774$as_echo "just compiled" >&6; }
14775 elif expr "x$GDC_FOR_TARGET" : "x/" > /dev/null; then
14776 # We already found the complete path
14777 ac_dir=`dirname $GDC_FOR_TARGET`
14778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14779$as_echo "pre-installed in $ac_dir" >&6; }
14780 elif test "x$target" = "x$host"; then
14781 # We can use an host tool
14782 GDC_FOR_TARGET='$(GDC)'
14783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14784$as_echo "host tool" >&6; }
14785 else
14786 # We need a cross tool
14787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14788$as_echo "pre-installed" >&6; }
14789 fi
14790fi
14791
cd9a469c 14792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14793$as_echo_n "checking where to find the target ld... " >&6; }
f5aebe3e 14794if test "x${build}" != "x${host}" ; then
c47832b1 14795 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14796 # We already found the complete path
a6c599b5 14797 ac_dir=`dirname $LD_FOR_TARGET`
cd9a469c 14798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14799$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14800 else
14801 # Canadian cross, just use what we found
cd9a469c 14802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14803$as_echo "pre-installed" >&6; }
c47832b1 14804 fi
f5aebe3e 14805else
14806 ok=yes
14807 case " ${configdirs} " in
14808 *" ld "*) ;;
14809 *) ok=no ;;
14810 esac
b30fcfae 14811
f5aebe3e 14812 if test $ok = yes; then
14813 # An in-tree tool is available and we can use it
14814 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
cd9a469c 14815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14816$as_echo "just compiled" >&6; }
c47832b1 14817 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14818 # We already found the complete path
a6c599b5 14819 ac_dir=`dirname $LD_FOR_TARGET`
cd9a469c 14820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14821$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14822 elif test "x$target" = "x$host"; then
14823 # We can use an host tool
14824 LD_FOR_TARGET='$(LD)'
cd9a469c 14825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14826$as_echo "host tool" >&6; }
f5aebe3e 14827 else
14828 # We need a cross tool
cd9a469c 14829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14830$as_echo "pre-installed" >&6; }
f5aebe3e 14831 fi
14832fi
a83ffacf 14833
cd9a469c 14834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14835$as_echo_n "checking where to find the target lipo... " >&6; }
f5aebe3e 14836if test "x${build}" != "x${host}" ; then
c47832b1 14837 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14838 # We already found the complete path
a6c599b5 14839 ac_dir=`dirname $LIPO_FOR_TARGET`
cd9a469c 14840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14841$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14842 else
14843 # Canadian cross, just use what we found
cd9a469c 14844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14845$as_echo "pre-installed" >&6; }
c47832b1 14846 fi
f5aebe3e 14847else
c47832b1 14848 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14849 # We already found the complete path
a6c599b5 14850 ac_dir=`dirname $LIPO_FOR_TARGET`
cd9a469c 14851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14852$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14853 elif test "x$target" = "x$host"; then
f5aebe3e 14854 # We can use an host tool
14855 LIPO_FOR_TARGET='$(LIPO)'
cd9a469c 14856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14857$as_echo "host tool" >&6; }
f5aebe3e 14858 else
14859 # We need a cross tool
cd9a469c 14860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14861$as_echo "pre-installed" >&6; }
f5aebe3e 14862 fi
14863fi
a83ffacf 14864
cd9a469c 14865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14866$as_echo_n "checking where to find the target nm... " >&6; }
f5aebe3e 14867if test "x${build}" != "x${host}" ; then
c47832b1 14868 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14869 # We already found the complete path
a6c599b5 14870 ac_dir=`dirname $NM_FOR_TARGET`
cd9a469c 14871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14872$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14873 else
14874 # Canadian cross, just use what we found
cd9a469c 14875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14876$as_echo "pre-installed" >&6; }
c47832b1 14877 fi
f5aebe3e 14878else
14879 ok=yes
14880 case " ${configdirs} " in
14881 *" binutils "*) ;;
14882 *) ok=no ;;
14883 esac
b30fcfae 14884
f5aebe3e 14885 if test $ok = yes; then
14886 # An in-tree tool is available and we can use it
14887 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
cd9a469c 14888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14889$as_echo "just compiled" >&6; }
c47832b1 14890 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14891 # We already found the complete path
a6c599b5 14892 ac_dir=`dirname $NM_FOR_TARGET`
cd9a469c 14893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14894$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14895 elif test "x$target" = "x$host"; then
14896 # We can use an host tool
14897 NM_FOR_TARGET='$(NM)'
cd9a469c 14898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14899$as_echo "host tool" >&6; }
f5aebe3e 14900 else
14901 # We need a cross tool
cd9a469c 14902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14903$as_echo "pre-installed" >&6; }
f5aebe3e 14904 fi
14905fi
a83ffacf 14906
fc740d70 14907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objcopy" >&5
14908$as_echo_n "checking where to find the target objcopy... " >&6; }
14909if test "x${build}" != "x${host}" ; then
14910 if expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14911 # We already found the complete path
14912 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14914$as_echo "pre-installed in $ac_dir" >&6; }
14915 else
14916 # Canadian cross, just use what we found
14917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14918$as_echo "pre-installed" >&6; }
14919 fi
14920else
14921 ok=yes
14922 case " ${configdirs} " in
14923 *" binutils "*) ;;
14924 *) ok=no ;;
14925 esac
14926
14927 if test $ok = yes; then
14928 # An in-tree tool is available and we can use it
14929 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
14930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14931$as_echo "just compiled" >&6; }
14932 elif expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14933 # We already found the complete path
14934 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14936$as_echo "pre-installed in $ac_dir" >&6; }
14937 elif test "x$target" = "x$host"; then
14938 # We can use an host tool
9b31ae9c 14939 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
fc740d70 14940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14941$as_echo "host tool" >&6; }
14942 else
14943 # We need a cross tool
14944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14945$as_echo "pre-installed" >&6; }
14946 fi
14947fi
14948
cd9a469c 14949{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14950$as_echo_n "checking where to find the target objdump... " >&6; }
f5aebe3e 14951if test "x${build}" != "x${host}" ; then
c47832b1 14952 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14953 # We already found the complete path
a6c599b5 14954 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
cd9a469c 14955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14956$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14957 else
14958 # Canadian cross, just use what we found
cd9a469c 14959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14960$as_echo "pre-installed" >&6; }
c47832b1 14961 fi
f5aebe3e 14962else
14963 ok=yes
14964 case " ${configdirs} " in
14965 *" binutils "*) ;;
14966 *) ok=no ;;
14967 esac
b30fcfae 14968
f5aebe3e 14969 if test $ok = yes; then
14970 # An in-tree tool is available and we can use it
14971 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
cd9a469c 14972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14973$as_echo "just compiled" >&6; }
c47832b1 14974 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14975 # We already found the complete path
a6c599b5 14976 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
cd9a469c 14977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14978$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14979 elif test "x$target" = "x$host"; then
14980 # We can use an host tool
14981 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
cd9a469c 14982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14983$as_echo "host tool" >&6; }
f5aebe3e 14984 else
14985 # We need a cross tool
cd9a469c 14986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14987$as_echo "pre-installed" >&6; }
f5aebe3e 14988 fi
14989fi
a83ffacf 14990
16706a2e 14991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target otool" >&5
14992$as_echo_n "checking where to find the target otool... " >&6; }
14993if test "x${build}" != "x${host}" ; then
14994 if expr "x$OTOOL_FOR_TARGET" : "x/" > /dev/null; then
14995 # We already found the complete path
14996 ac_dir=`dirname $OTOOL_FOR_TARGET`
14997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14998$as_echo "pre-installed in $ac_dir" >&6; }
14999 else
15000 # Canadian cross, just use what we found
15001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15002$as_echo "pre-installed" >&6; }
15003 fi
15004else
15005 if expr "x$OTOOL_FOR_TARGET" : "x/" > /dev/null; then
15006 # We already found the complete path
15007 ac_dir=`dirname $OTOOL_FOR_TARGET`
15008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15009$as_echo "pre-installed in $ac_dir" >&6; }
15010 elif test "x$target" = "x$host"; then
15011 # We can use an host tool
15012 OTOOL_FOR_TARGET='$(OTOOL)'
15013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15014$as_echo "host tool" >&6; }
15015 else
15016 # We need a cross tool
15017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15018$as_echo "pre-installed" >&6; }
15019 fi
15020fi
15021
cd9a469c 15022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
15023$as_echo_n "checking where to find the target ranlib... " >&6; }
f5aebe3e 15024if test "x${build}" != "x${host}" ; then
c47832b1 15025 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
15026 # We already found the complete path
a6c599b5 15027 ac_dir=`dirname $RANLIB_FOR_TARGET`
cd9a469c 15028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15029$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 15030 else
15031 # Canadian cross, just use what we found
cd9a469c 15032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15033$as_echo "pre-installed" >&6; }
c47832b1 15034 fi
f5aebe3e 15035else
15036 ok=yes
15037 case " ${configdirs} " in
15038 *" binutils "*) ;;
15039 *) ok=no ;;
15040 esac
b30fcfae 15041
f5aebe3e 15042 if test $ok = yes; then
15043 # An in-tree tool is available and we can use it
15044 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
cd9a469c 15045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15046$as_echo "just compiled" >&6; }
c47832b1 15047 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
15048 # We already found the complete path
a6c599b5 15049 ac_dir=`dirname $RANLIB_FOR_TARGET`
cd9a469c 15050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15051$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 15052 elif test "x$target" = "x$host"; then
15053 # We can use an host tool
15054 RANLIB_FOR_TARGET='$(RANLIB)'
cd9a469c 15055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15056$as_echo "host tool" >&6; }
f5aebe3e 15057 else
15058 # We need a cross tool
cd9a469c 15059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15060$as_echo "pre-installed" >&6; }
f5aebe3e 15061 fi
15062fi
a83ffacf 15063
3f71364d 15064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
15065$as_echo_n "checking where to find the target readelf... " >&6; }
15066if test "x${build}" != "x${host}" ; then
15067 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
15068 # We already found the complete path
15069 ac_dir=`dirname $READELF_FOR_TARGET`
15070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15071$as_echo "pre-installed in $ac_dir" >&6; }
15072 else
15073 # Canadian cross, just use what we found
15074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15075$as_echo "pre-installed" >&6; }
15076 fi
15077else
15078 ok=yes
15079 case " ${configdirs} " in
15080 *" binutils "*) ;;
15081 *) ok=no ;;
15082 esac
15083
15084 if test $ok = yes; then
15085 # An in-tree tool is available and we can use it
15086 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
15087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15088$as_echo "just compiled" >&6; }
15089 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
15090 # We already found the complete path
15091 ac_dir=`dirname $READELF_FOR_TARGET`
15092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15093$as_echo "pre-installed in $ac_dir" >&6; }
15094 elif test "x$target" = "x$host"; then
15095 # We can use an host tool
15096 READELF_FOR_TARGET='$(READELF)'
15097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15098$as_echo "host tool" >&6; }
15099 else
15100 # We need a cross tool
15101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15102$as_echo "pre-installed" >&6; }
15103 fi
15104fi
15105
cd9a469c 15106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
15107$as_echo_n "checking where to find the target strip... " >&6; }
f5aebe3e 15108if test "x${build}" != "x${host}" ; then
c47832b1 15109 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
15110 # We already found the complete path
a6c599b5 15111 ac_dir=`dirname $STRIP_FOR_TARGET`
cd9a469c 15112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15113$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 15114 else
15115 # Canadian cross, just use what we found
cd9a469c 15116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15117$as_echo "pre-installed" >&6; }
c47832b1 15118 fi
f5aebe3e 15119else
15120 ok=yes
15121 case " ${configdirs} " in
15122 *" binutils "*) ;;
15123 *) ok=no ;;
15124 esac
b30fcfae 15125
f5aebe3e 15126 if test $ok = yes; then
15127 # An in-tree tool is available and we can use it
2b7a4d59 15128 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
cd9a469c 15129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15130$as_echo "just compiled" >&6; }
c47832b1 15131 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
15132 # We already found the complete path
a6c599b5 15133 ac_dir=`dirname $STRIP_FOR_TARGET`
cd9a469c 15134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15135$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 15136 elif test "x$target" = "x$host"; then
15137 # We can use an host tool
15138 STRIP_FOR_TARGET='$(STRIP)'
cd9a469c 15139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15140$as_echo "host tool" >&6; }
f5aebe3e 15141 else
15142 # We need a cross tool
cd9a469c 15143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15144$as_echo "pre-installed" >&6; }
f5aebe3e 15145 fi
15146fi
a83ffacf 15147
cd9a469c 15148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
15149$as_echo_n "checking where to find the target windres... " >&6; }
f5aebe3e 15150if test "x${build}" != "x${host}" ; then
c47832b1 15151 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
15152 # We already found the complete path
a6c599b5 15153 ac_dir=`dirname $WINDRES_FOR_TARGET`
cd9a469c 15154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15155$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 15156 else
15157 # Canadian cross, just use what we found
cd9a469c 15158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15159$as_echo "pre-installed" >&6; }
c47832b1 15160 fi
f5aebe3e 15161else
15162 ok=yes
15163 case " ${configdirs} " in
15164 *" binutils "*) ;;
15165 *) ok=no ;;
15166 esac
b30fcfae 15167
f5aebe3e 15168 if test $ok = yes; then
15169 # An in-tree tool is available and we can use it
15170 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
cd9a469c 15171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15172$as_echo "just compiled" >&6; }
c47832b1 15173 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
15174 # We already found the complete path
a6c599b5 15175 ac_dir=`dirname $WINDRES_FOR_TARGET`
cd9a469c 15176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15177$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 15178 elif test "x$target" = "x$host"; then
15179 # We can use an host tool
15180 WINDRES_FOR_TARGET='$(WINDRES)'
cd9a469c 15181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15182$as_echo "host tool" >&6; }
f5aebe3e 15183 else
15184 # We need a cross tool
cd9a469c 15185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15186$as_echo "pre-installed" >&6; }
f5aebe3e 15187 fi
71ab34df 15188fi
49aae208 15189
cd9a469c 15190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
15191$as_echo_n "checking where to find the target windmc... " >&6; }
75d6a0a9 15192if test "x${build}" != "x${host}" ; then
15193 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
15194 # We already found the complete path
15195 ac_dir=`dirname $WINDMC_FOR_TARGET`
cd9a469c 15196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15197$as_echo "pre-installed in $ac_dir" >&6; }
75d6a0a9 15198 else
15199 # Canadian cross, just use what we found
cd9a469c 15200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15201$as_echo "pre-installed" >&6; }
75d6a0a9 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 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
cd9a469c 15213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
15214$as_echo "just compiled" >&6; }
75d6a0a9 15215 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
15216 # We already found the complete path
15217 ac_dir=`dirname $WINDMC_FOR_TARGET`
cd9a469c 15218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
15219$as_echo "pre-installed in $ac_dir" >&6; }
75d6a0a9 15220 elif test "x$target" = "x$host"; then
15221 # We can use an host tool
15222 WINDMC_FOR_TARGET='$(WINDMC)'
cd9a469c 15223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
15224$as_echo "host tool" >&6; }
75d6a0a9 15225 else
15226 # We need a cross tool
cd9a469c 15227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
15228$as_echo "pre-installed" >&6; }
75d6a0a9 15229 fi
15230fi
15231
49aae208 15232
15233
f5aebe3e 15234
a83ffacf 15235
71ab34df 15236# Certain tools may need extra flags.
15237AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
15238RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
15239NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
15240
f5aebe3e 15241# When building target libraries, except in a Canadian cross, we use
15242# the same toolchain as the compiler we just built.
15243COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
15244COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
15245COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
15246if test $host = $build; then
15247 case " $configdirs " in
15248 *" gcc "*)
15249 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
15250 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
15251 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
15252 ;;
15253 esac
15254fi
15255
15256
15257
15258
15259
cd9a469c 15260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
15261$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
15262# Check whether --enable-maintainer-mode was given.
15263if test "${enable_maintainer_mode+set}" = set; then :
15264 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3290c0cf 15265else
15266 USE_MAINTAINER_MODE=no
cd9a469c 15267fi
15268
15269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
15270$as_echo "$USE_MAINTAINER_MODE" >&6; }
3290c0cf 15271
15272
15273if test "$USE_MAINTAINER_MODE" = yes; then
15274 MAINTAINER_MODE_TRUE=
15275 MAINTAINER_MODE_FALSE='#'
15276else
15277 MAINTAINER_MODE_TRUE='#'
15278 MAINTAINER_MODE_FALSE=
b30fcfae 15279fi
3290c0cf 15280MAINT=$MAINTAINER_MODE_TRUE
15281
2d64c2fd 15282# ---------------------
15283# GCC bootstrap support
15284# ---------------------
15285
15286# Stage specific cflags for build.
15287stage1_cflags="-g"
15288case $build in
15289 vax-*-*)
15290 case ${GCC} in
15291 yes) stage1_cflags="-g -Wa,-J" ;;
15292 *) stage1_cflags="-g -J" ;;
15293 esac ;;
2d64c2fd 15294esac
15295
f508ba97 15296
2d64c2fd 15297
39f34cfc 15298# Enable --enable-checking in stage1 of the compiler.
cd9a469c 15299# Check whether --enable-stage1-checking was given.
15300if test "${enable_stage1_checking+set}" = set; then :
15301 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
39f34cfc 15302else
f6be6a96 15303 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
868af6b6 15304 # For --disable-checking or implicit --enable-checking=release, avoid
15305 # setting --enable-checking=gc in the default stage1 checking for LTO
15306 # bootstraps. See PR62077.
868af6b6 15307 case $BUILD_CONFIG in
15308 *lto*)
c05979a1 15309 stage1_checking=--enable-checking=release,misc,gimple,rtlflag,tree,types;;
15310 *)
15311 stage1_checking=--enable-checking=yes,types;;
868af6b6 15312 esac
c05979a1 15313 if test "x$enable_checking" = x && \
15314 test -d ${srcdir}/gcc && \
15315 test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
bee4f5e5 15316 stage1_checking=--enable-checking=yes,types,extra
c05979a1 15317 fi
39f34cfc 15318else
f6be6a96 15319 stage1_checking=--enable-checking=$enable_checking,types
39f34cfc 15320fi
cd9a469c 15321fi
39f34cfc 15322
15323
5084f823 15324
cd9a469c 15325# Enable -Werror in bootstrap stage2 and later.
15326# Check whether --enable-werror was given.
15327if test "${enable_werror+set}" = set; then :
15328 enableval=$enable_werror;
c0c5068d 15329case ${enable_werror} in
15330 yes) stage2_werror_flag="--enable-werror-always" ;;
15331 *) stage2_werror_flag="" ;;
2d64c2fd 15332esac
15333
5362e31e 15334else
15335
14b6abc7 15336if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
15337 case $BUILD_CONFIG in
15338 bootstrap-debug)
15339 stage2_werror_flag="--enable-werror-always" ;;
15340 "")
15341 stage2_werror_flag="--enable-werror-always" ;;
15342 esac
15343fi
15344
5362e31e 15345fi
15346
15347
14b6abc7 15348
2d64c2fd 15349
6fe86052 15350# Specify what files to not compare during bootstrap.
15351
15352compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
15353case "$target" in
15354 hppa*64*-*-hpux*) ;;
43bbe3ea 15355 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/* | gcc/function-tests.o" ;;
62f0972f 15356 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
6fe86052 15357esac
15358
15359
cd9a469c 15360ac_config_files="$ac_config_files Makefile"
15361
b30fcfae 15362cat >confcache <<\_ACEOF
71ab34df 15363# This file is a shell script that caches the results of configure
15364# tests run on this system so they can be shared between configure
b30fcfae 15365# scripts and configure runs, see configure's option --config-cache.
15366# It is not useful on other systems. If it contains results you don't
15367# want to keep, you may remove or edit it.
71ab34df 15368#
b30fcfae 15369# config.status only pays attention to the cache file if you give it
15370# the --recheck option to rerun configure.
71ab34df 15371#
b30fcfae 15372# `ac_cv_env_foo' variables (set or unset) will be overridden when
15373# loading this file, other *unset* `ac_cv_foo' will be assigned the
15374# following values.
15375
15376_ACEOF
15377
71ab34df 15378# The following way of writing the cache mishandles newlines in values,
15379# but we know of no workaround that is simple, portable, and efficient.
cd9a469c 15380# So, we kill variables containing newlines.
71ab34df 15381# Ultrix sh set writes to stderr and can't be redirected directly,
15382# and sets the high bit in the cache file unless we assign to the vars.
cd9a469c 15383(
15384 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15385 eval ac_val=\$$ac_var
15386 case $ac_val in #(
15387 *${as_nl}*)
15388 case $ac_var in #(
15389 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15390$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15391 esac
15392 case $ac_var in #(
15393 _ | IFS | as_nl) ;; #(
15394 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15395 *) { eval $ac_var=; unset $ac_var;} ;;
15396 esac ;;
15397 esac
15398 done
15399
b30fcfae 15400 (set) 2>&1 |
cd9a469c 15401 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15402 *${as_nl}ac_space=\ *)
15403 # `set' does not quote correctly, so add quotes: double-quote
15404 # substitution turns \\\\ into \\, and sed turns \\ into \.
b30fcfae 15405 sed -n \
15406 "s/'/'\\\\''/g;
15407 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
cd9a469c 15408 ;; #(
b30fcfae 15409 *)
15410 # `set' quotes correctly as required by POSIX, so do not add quotes.
cd9a469c 15411 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b30fcfae 15412 ;;
cd9a469c 15413 esac |
15414 sort
15415) |
b30fcfae 15416 sed '
cd9a469c 15417 /^ac_cv_env_/b end
b30fcfae 15418 t clear
cd9a469c 15419 :clear
b30fcfae 15420 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15421 t end
cd9a469c 15422 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15423 :end' >>confcache
15424if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15425 if test -w "$cache_file"; then
f00f02a3 15426 if test "x$cache_file" != "x/dev/null"; then
cd9a469c 15427 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15428$as_echo "$as_me: updating cache $cache_file" >&6;}
f00f02a3 15429 if test ! -f "$cache_file" || test -h "$cache_file"; then
15430 cat confcache >"$cache_file"
15431 else
15432 case $cache_file in #(
15433 */* | ?:*)
15434 mv -f confcache "$cache_file"$$ &&
15435 mv -f "$cache_file"$$ "$cache_file" ;; #(
15436 *)
15437 mv -f confcache "$cache_file" ;;
15438 esac
15439 fi
15440 fi
71ab34df 15441 else
cd9a469c 15442 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15443$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
71ab34df 15444 fi
805e22b2 15445fi
71ab34df 15446rm -f confcache
a8298541 15447
71ab34df 15448test "x$prefix" = xNONE && prefix=$ac_default_prefix
15449# Let make expand exec_prefix.
15450test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
92424a17 15451
71ab34df 15452# Transform confdefs.h into DEFS.
15453# Protect against shell expansion while executing Makefile rules.
15454# Protect against Makefile macro expansion.
b30fcfae 15455#
15456# If the first sed substitution is executed (which looks for macros that
cd9a469c 15457# take arguments), then branch to the quote section. Otherwise,
b30fcfae 15458# look for a macro that doesn't take arguments.
cd9a469c 15459ac_script='
15460:mline
15461/\\$/{
15462 N
15463 s,\\\n,,
15464 b mline
15465}
b30fcfae 15466t clear
cd9a469c 15467:clear
15468s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
b30fcfae 15469t quote
cd9a469c 15470s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
b30fcfae 15471t quote
cd9a469c 15472b any
15473:quote
15474s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
15475s/\[/\\&/g
15476s/\]/\\&/g
15477s/\$/$$/g
15478H
15479:any
15480${
15481 g
15482 s/^\n//
15483 s/\n/ /g
15484 p
15485}
15486'
15487DEFS=`sed -n "$ac_script" confdefs.h`
b30fcfae 15488
15489
15490ac_libobjs=
15491ac_ltlibobjs=
f00f02a3 15492U=
b30fcfae 15493for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15494 # 1. Remove the extension, and $U if already installed.
cd9a469c 15495 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15496 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15497 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15498 # will be set to the directory where LIBOBJS objects are built.
15499 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15500 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b30fcfae 15501done
15502LIBOBJS=$ac_libobjs
a4af6a58 15503
b30fcfae 15504LTLIBOBJS=$ac_ltlibobjs
a83ffacf 15505
ae48753c 15506
b30fcfae 15507
f00f02a3 15508: "${CONFIG_STATUS=./config.status}"
cd9a469c 15509ac_write_fail=0
b30fcfae 15510ac_clean_files_save=$ac_clean_files
15511ac_clean_files="$ac_clean_files $CONFIG_STATUS"
cd9a469c 15512{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15513$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15514as_write_fail=0
15515cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b30fcfae 15516#! $SHELL
15517# Generated by $as_me.
71ab34df 15518# Run this file to recreate the current configuration.
71ab34df 15519# Compiler output produced by configure, useful for debugging
b30fcfae 15520# configure, is in config.log if it exists.
a83ffacf 15521
b30fcfae 15522debug=false
15523ac_cs_recheck=false
15524ac_cs_silent=false
b30fcfae 15525
cd9a469c 15526SHELL=\${CONFIG_SHELL-$SHELL}
15527export SHELL
15528_ASEOF
15529cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15530## -------------------- ##
15531## M4sh Initialization. ##
15532## -------------------- ##
15533
15534# Be more Bourne compatible
15535DUALCASE=1; export DUALCASE # for MKS sh
15536if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b30fcfae 15537 emulate sh
15538 NULLCMD=:
cd9a469c 15539 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b30fcfae 15540 # is contrary to our usage. Disable this feature.
15541 alias -g '${1+"$@"}'='"$@"'
cd9a469c 15542 setopt NO_GLOB_SUBST
15543else
15544 case `(set -o) 2>/dev/null` in #(
15545 *posix*) :
15546 set -o posix ;; #(
15547 *) :
15548 ;;
15549esac
b30fcfae 15550fi
b30fcfae 15551
cd9a469c 15552
15553as_nl='
15554'
15555export as_nl
15556# Printing a long string crashes Solaris 7 /usr/bin/printf.
15557as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15558as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15559as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15560# Prefer a ksh shell builtin over an external printf program on Solaris,
15561# but without wasting forks for bash or zsh.
15562if test -z "$BASH_VERSION$ZSH_VERSION" \
15563 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15564 as_echo='print -r --'
15565 as_echo_n='print -rn --'
15566elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15567 as_echo='printf %s\n'
15568 as_echo_n='printf %s'
15569else
15570 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15571 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15572 as_echo_n='/usr/ucb/echo -n'
15573 else
15574 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15575 as_echo_n_body='eval
15576 arg=$1;
15577 case $arg in #(
15578 *"$as_nl"*)
15579 expr "X$arg" : "X\\(.*\\)$as_nl";
15580 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15581 esac;
15582 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15583 '
15584 export as_echo_n_body
15585 as_echo_n='sh -c $as_echo_n_body as_echo'
15586 fi
15587 export as_echo_body
15588 as_echo='sh -c $as_echo_body as_echo'
b30fcfae 15589fi
15590
cd9a469c 15591# The user is always right.
15592if test "${PATH_SEPARATOR+set}" != set; then
15593 PATH_SEPARATOR=:
15594 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15595 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15596 PATH_SEPARATOR=';'
15597 }
15598fi
15599
15600
15601# IFS
15602# We need space, tab and new line, in precisely that order. Quoting is
15603# there to prevent editors from complaining about space-tab.
15604# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15605# splitting by setting IFS to empty value.)
15606IFS=" "" $as_nl"
15607
15608# Find who we are. Look in the path if we contain no directory separator.
f00f02a3 15609as_myself=
cd9a469c 15610case $0 in #((
15611 *[\\/]* ) as_myself=$0 ;;
15612 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15613for as_dir in $PATH
15614do
15615 IFS=$as_save_IFS
15616 test -z "$as_dir" && as_dir=.
15617 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15618 done
15619IFS=$as_save_IFS
15620
15621 ;;
15622esac
15623# We did not find ourselves, most probably we were run as `sh COMMAND'
15624# in which case we are not to be found in the path.
15625if test "x$as_myself" = x; then
15626 as_myself=$0
15627fi
15628if test ! -f "$as_myself"; then
15629 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15630 exit 1
15631fi
b30fcfae 15632
cd9a469c 15633# Unset variables that we do not need and which cause bugs (e.g. in
15634# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15635# suppresses any "Segmentation fault" message there. '((' could
15636# trigger a bug in pdksh 5.2.14.
15637for as_var in BASH_ENV ENV MAIL MAILPATH
15638do eval test x\${$as_var+set} = xset \
15639 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15640done
b30fcfae 15641PS1='$ '
15642PS2='> '
15643PS4='+ '
15644
15645# NLS nuisances.
cd9a469c 15646LC_ALL=C
15647export LC_ALL
15648LANGUAGE=C
15649export LANGUAGE
15650
15651# CDPATH.
15652(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15653
15654
f00f02a3 15655# as_fn_error STATUS ERROR [LINENO LOG_FD]
15656# ----------------------------------------
cd9a469c 15657# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15658# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
f00f02a3 15659# script with STATUS, using 1 if that was 0.
cd9a469c 15660as_fn_error ()
15661{
f00f02a3 15662 as_status=$1; test $as_status -eq 0 && as_status=1
15663 if test "$4"; then
15664 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15665 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b30fcfae 15666 fi
f00f02a3 15667 $as_echo "$as_me: error: $2" >&2
cd9a469c 15668 as_fn_exit $as_status
15669} # as_fn_error
15670
15671
15672# as_fn_set_status STATUS
15673# -----------------------
15674# Set $? to STATUS, without forking.
15675as_fn_set_status ()
15676{
15677 return $1
15678} # as_fn_set_status
15679
15680# as_fn_exit STATUS
15681# -----------------
15682# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15683as_fn_exit ()
15684{
15685 set +e
15686 as_fn_set_status $1
15687 exit $1
15688} # as_fn_exit
15689
15690# as_fn_unset VAR
15691# ---------------
15692# Portably unset VAR.
15693as_fn_unset ()
15694{
15695 { eval $1=; unset $1;}
15696}
15697as_unset=as_fn_unset
15698# as_fn_append VAR VALUE
15699# ----------------------
15700# Append the text in VALUE to the end of the definition contained in VAR. Take
15701# advantage of any shell optimizations that allow amortized linear growth over
15702# repeated appends, instead of the typical quadratic growth present in naive
15703# implementations.
15704if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15705 eval 'as_fn_append ()
15706 {
15707 eval $1+=\$2
15708 }'
15709else
15710 as_fn_append ()
15711 {
15712 eval $1=\$$1\$2
15713 }
15714fi # as_fn_append
15715
15716# as_fn_arith ARG...
15717# ------------------
15718# Perform arithmetic evaluation on the ARGs, and store the result in the
15719# global $as_val. Take advantage of shells that can avoid forks. The arguments
15720# must be portable across $(()) and expr.
15721if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15722 eval 'as_fn_arith ()
15723 {
15724 as_val=$(( $* ))
15725 }'
15726else
15727 as_fn_arith ()
15728 {
15729 as_val=`expr "$@" || test $? -eq 1`
15730 }
15731fi # as_fn_arith
15732
b30fcfae 15733
cd9a469c 15734if expr a : '\(a\)' >/dev/null 2>&1 &&
15735 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b30fcfae 15736 as_expr=expr
15737else
15738 as_expr=false
15739fi
15740
cd9a469c 15741if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b30fcfae 15742 as_basename=basename
15743else
15744 as_basename=false
15745fi
15746
cd9a469c 15747if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15748 as_dirname=dirname
15749else
15750 as_dirname=false
15751fi
b30fcfae 15752
cd9a469c 15753as_me=`$as_basename -- "$0" ||
b30fcfae 15754$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15755 X"$0" : 'X\(//\)$' \| \
cd9a469c 15756 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15757$as_echo X/"$0" |
15758 sed '/^.*\/\([^/][^/]*\)\/*$/{
15759 s//\1/
15760 q
15761 }
15762 /^X\/\(\/\/\)$/{
15763 s//\1/
15764 q
15765 }
15766 /^X\/\(\/\).*/{
15767 s//\1/
15768 q
15769 }
15770 s/.*/./; q'`
5084f823 15771
5084f823 15772# Avoid depending upon Character Ranges.
15773as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15774as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15775as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15776as_cr_digits='0123456789'
15777as_cr_alnum=$as_cr_Letters$as_cr_digits
15778
cd9a469c 15779ECHO_C= ECHO_N= ECHO_T=
15780case `echo -n x` in #(((((
15781-n*)
15782 case `echo 'xy\c'` in
15783 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15784 xy) ECHO_C='\c';;
15785 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15786 ECHO_T=' ';;
15787 esac;;
15788*)
15789 ECHO_N='-n';;
b30fcfae 15790esac
15791
cd9a469c 15792rm -f conf$$ conf$$.exe conf$$.file
15793if test -d conf$$.dir; then
15794 rm -f conf$$.dir/conf$$.file
b30fcfae 15795else
cd9a469c 15796 rm -f conf$$.dir
15797 mkdir conf$$.dir 2>/dev/null
b30fcfae 15798fi
cd9a469c 15799if (echo >conf$$.file) 2>/dev/null; then
15800 if ln -s conf$$.file conf$$ 2>/dev/null; then
5084f823 15801 as_ln_s='ln -s'
cd9a469c 15802 # ... but there are two gotchas:
15803 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15804 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
f00f02a3 15805 # In both cases, we have to default to `cp -pR'.
cd9a469c 15806 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
f00f02a3 15807 as_ln_s='cp -pR'
cd9a469c 15808 elif ln conf$$.file conf$$ 2>/dev/null; then
15809 as_ln_s=ln
15810 else
f00f02a3 15811 as_ln_s='cp -pR'
5084f823 15812 fi
b30fcfae 15813else
f00f02a3 15814 as_ln_s='cp -pR'
b30fcfae 15815fi
cd9a469c 15816rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15817rmdir conf$$.dir 2>/dev/null
15818
15819
15820# as_fn_mkdir_p
15821# -------------
15822# Create "$as_dir" as a directory, including parents if necessary.
15823as_fn_mkdir_p ()
15824{
15825
15826 case $as_dir in #(
15827 -*) as_dir=./$as_dir;;
15828 esac
15829 test -d "$as_dir" || eval $as_mkdir_p || {
15830 as_dirs=
15831 while :; do
15832 case $as_dir in #(
15833 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15834 *) as_qdir=$as_dir;;
15835 esac
15836 as_dirs="'$as_qdir' $as_dirs"
15837 as_dir=`$as_dirname -- "$as_dir" ||
15838$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15839 X"$as_dir" : 'X\(//\)[^/]' \| \
15840 X"$as_dir" : 'X\(//\)$' \| \
15841 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15842$as_echo X"$as_dir" |
15843 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15844 s//\1/
15845 q
15846 }
15847 /^X\(\/\/\)[^/].*/{
15848 s//\1/
15849 q
15850 }
15851 /^X\(\/\/\)$/{
15852 s//\1/
15853 q
15854 }
15855 /^X\(\/\).*/{
15856 s//\1/
15857 q
15858 }
15859 s/.*/./; q'`
15860 test -d "$as_dir" && break
15861 done
15862 test -z "$as_dirs" || eval "mkdir $as_dirs"
f00f02a3 15863 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
cd9a469c 15864
b30fcfae 15865
cd9a469c 15866} # as_fn_mkdir_p
b30fcfae 15867if mkdir -p . 2>/dev/null; then
cd9a469c 15868 as_mkdir_p='mkdir -p "$as_dir"'
b30fcfae 15869else
15870 test -d ./-p && rmdir ./-p
15871 as_mkdir_p=false
15872fi
15873
f00f02a3 15874
15875# as_fn_executable_p FILE
15876# -----------------------
15877# Test if FILE is an executable regular file.
15878as_fn_executable_p ()
15879{
15880 test -f "$1" && test -x "$1"
15881} # as_fn_executable_p
15882as_test_x='test -x'
15883as_executable_p=as_fn_executable_p
b30fcfae 15884
15885# Sed expression to map a string onto a valid CPP name.
15886as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15887
15888# Sed expression to map a string onto a valid variable name.
15889as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15890
15891
b30fcfae 15892exec 6>&1
cd9a469c 15893## ----------------------------------- ##
15894## Main body of $CONFIG_STATUS script. ##
15895## ----------------------------------- ##
15896_ASEOF
15897test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15898
15899cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15900# Save the log message, to keep $0 and so on meaningful, and to
b30fcfae 15901# report actual input values of CONFIG_FILES etc. instead of their
cd9a469c 15902# values after options handling.
15903ac_log="
b30fcfae 15904This file was extended by $as_me, which was
f00f02a3 15905generated by GNU Autoconf 2.69. Invocation command line was
b30fcfae 15906
15907 CONFIG_FILES = $CONFIG_FILES
15908 CONFIG_HEADERS = $CONFIG_HEADERS
15909 CONFIG_LINKS = $CONFIG_LINKS
15910 CONFIG_COMMANDS = $CONFIG_COMMANDS
15911 $ $0 $@
15912
cd9a469c 15913on `(hostname || uname -n) 2>/dev/null | sed 1q`
15914"
15915
b30fcfae 15916_ACEOF
15917
cd9a469c 15918case $ac_config_files in *"
15919"*) set x $ac_config_files; shift; ac_config_files=$*;;
15920esac
b30fcfae 15921
5084f823 15922
5084f823 15923
cd9a469c 15924cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15925# Files that config.status was made for.
15926config_files="$ac_config_files"
b30fcfae 15927
cd9a469c 15928_ACEOF
5084f823 15929
cd9a469c 15930cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b30fcfae 15931ac_cs_usage="\
cd9a469c 15932\`$as_me' instantiates files and other configuration actions
15933from templates according to the current configuration. Unless the files
15934and actions are specified as TAGs, all are instantiated by default.
b30fcfae 15935
cd9a469c 15936Usage: $0 [OPTION]... [TAG]...
b30fcfae 15937
15938 -h, --help print this help, then exit
cd9a469c 15939 -V, --version print version number and configuration settings, then exit
f00f02a3 15940 --config print configuration, then exit
cd9a469c 15941 -q, --quiet, --silent
15942 do not print progress messages
b30fcfae 15943 -d, --debug don't remove temporary files
15944 --recheck update $as_me by reconfiguring in the same conditions
cd9a469c 15945 --file=FILE[:TEMPLATE]
15946 instantiate the configuration file FILE
b30fcfae 15947
15948Configuration files:
15949$config_files
15950
cd9a469c 15951Report bugs to the package provider."
5084f823 15952
cd9a469c 15953_ACEOF
15954cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
f00f02a3 15955ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b30fcfae 15956ac_cs_version="\\
15957config.status
f00f02a3 15958configured by $0, generated by GNU Autoconf 2.69,
15959 with options \\"\$ac_cs_config\\"
b30fcfae 15960
f00f02a3 15961Copyright (C) 2012 Free Software Foundation, Inc.
b30fcfae 15962This config.status script is free software; the Free Software Foundation
15963gives unlimited permission to copy, distribute and modify it."
cd9a469c 15964
15965ac_pwd='$ac_pwd'
15966srcdir='$srcdir'
15967INSTALL='$INSTALL'
b181f265 15968AWK='$AWK'
cd9a469c 15969test -n "\$AWK" || AWK=awk
b30fcfae 15970_ACEOF
15971
cd9a469c 15972cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15973# The default lists apply if the user does not specify any file.
b30fcfae 15974ac_need_defaults=:
15975while test $# != 0
b1660f25 15976do
b30fcfae 15977 case $1 in
f00f02a3 15978 --*=?*)
cd9a469c 15979 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15980 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b30fcfae 15981 ac_shift=:
15982 ;;
f00f02a3 15983 --*=)
15984 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15985 ac_optarg=
15986 ac_shift=:
15987 ;;
cd9a469c 15988 *)
b30fcfae 15989 ac_option=$1
15990 ac_optarg=$2
15991 ac_shift=shift
15992 ;;
b30fcfae 15993 esac
15994
15995 case $ac_option in
15996 # Handling of the options.
71ab34df 15997 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
b30fcfae 15998 ac_cs_recheck=: ;;
cd9a469c 15999 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16000 $as_echo "$ac_cs_version"; exit ;;
f00f02a3 16001 --config | --confi | --conf | --con | --co | --c )
16002 $as_echo "$ac_cs_config"; exit ;;
cd9a469c 16003 --debug | --debu | --deb | --de | --d | -d )
b30fcfae 16004 debug=: ;;
16005 --file | --fil | --fi | --f )
16006 $ac_shift
cd9a469c 16007 case $ac_optarg in
16008 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
f00f02a3 16009 '') as_fn_error $? "missing file argument" ;;
cd9a469c 16010 esac
16011 as_fn_append CONFIG_FILES " '$ac_optarg'"
5084f823 16012 ac_need_defaults=false;;
cd9a469c 16013 --he | --h | --help | --hel | -h )
16014 $as_echo "$ac_cs_usage"; exit ;;
b30fcfae 16015 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16016 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16017 ac_cs_silent=: ;;
16018
16019 # This is an error.
f00f02a3 16020 -*) as_fn_error $? "unrecognized option: \`$1'
cd9a469c 16021Try \`$0 --help' for more information." ;;
b30fcfae 16022
cd9a469c 16023 *) as_fn_append ac_config_targets " $1"
16024 ac_need_defaults=false ;;
b30fcfae 16025
a83ffacf 16026 esac
b30fcfae 16027 shift
a83ffacf 16028done
16029
b30fcfae 16030ac_configure_extra_args=
a83ffacf 16031
b30fcfae 16032if $ac_cs_silent; then
16033 exec 6>/dev/null
16034 ac_configure_extra_args="$ac_configure_extra_args --silent"
16035fi
a83ffacf 16036
b30fcfae 16037_ACEOF
cd9a469c 16038cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b30fcfae 16039if \$ac_cs_recheck; then
f00f02a3 16040 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
cd9a469c 16041 shift
16042 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16043 CONFIG_SHELL='$SHELL'
16044 export CONFIG_SHELL
16045 exec "\$@"
b30fcfae 16046fi
16047
16048_ACEOF
cd9a469c 16049cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16050exec 5>>config.log
16051{
16052 echo
16053 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16054## Running $as_me. ##
16055_ASBOX
16056 $as_echo "$ac_log"
16057} >&5
b30fcfae 16058
cd9a469c 16059_ACEOF
16060cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8bb79148 16061#
16062# INIT-COMMANDS
16063#
16064extrasub_build="$extrasub_build"
16065 extrasub_host="$extrasub_host"
16066 extrasub_target="$extrasub_target"
16067
cd9a469c 16068_ACEOF
b30fcfae 16069
cd9a469c 16070cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
570af75a 16071
cd9a469c 16072# Handling of arguments.
b30fcfae 16073for ac_config_target in $ac_config_targets
16074do
cd9a469c 16075 case $ac_config_target in
16076 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16077
f00f02a3 16078 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
b30fcfae 16079 esac
16080done
16081
cd9a469c 16082
b30fcfae 16083# If the user did not use the arguments to specify the items to instantiate,
16084# then the envvar interface is used. Set only those that are not.
16085# We use the long form for the default assignment because of an extremely
16086# bizarre bug on SunOS 4.1.3.
16087if $ac_need_defaults; then
16088 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16089fi
16090
16091# Have a temporary directory for convenience. Make it in the build tree
cd9a469c 16092# simply because there is no reason against having it here, and in addition,
b30fcfae 16093# creating and moving files from /tmp can sometimes cause problems.
cd9a469c 16094# Hook for its removal unless debugging.
16095# Note that there is a small window in which the directory will not be cleaned:
16096# after its creation but before its name has been assigned to `$tmp'.
b30fcfae 16097$debug ||
16098{
f00f02a3 16099 tmp= ac_tmp=
cd9a469c 16100 trap 'exit_status=$?
f00f02a3 16101 : "${ac_tmp:=$tmp}"
16102 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
cd9a469c 16103' 0
16104 trap 'as_fn_exit 1' 1 2 13 15
b30fcfae 16105}
b30fcfae 16106# Create a (secure) tmp directory for tmp files.
16107
16108{
cd9a469c 16109 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
f00f02a3 16110 test -d "$tmp"
b30fcfae 16111} ||
16112{
cd9a469c 16113 tmp=./conf$$-$RANDOM
16114 (umask 077 && mkdir "$tmp")
f00f02a3 16115} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16116ac_tmp=$tmp
cd9a469c 16117
16118# Set up the scripts for CONFIG_FILES section.
16119# No need to generate them if there are no CONFIG_FILES.
16120# This happens for instance with `./config.status config.h'.
16121if test -n "$CONFIG_FILES"; then
16122
16123if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
16124 ac_cs_awk_getline=:
16125 ac_cs_awk_pipe_init=
16126 ac_cs_awk_read_file='
16127 while ((getline aline < (F[key])) > 0)
16128 print(aline)
16129 close(F[key])'
16130 ac_cs_awk_pipe_fini=
16131else
16132 ac_cs_awk_getline=false
16133 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
16134 ac_cs_awk_read_file='
16135 print "|#_!!_#|"
16136 print "cat " F[key] " &&"
16137 '$ac_cs_awk_pipe_init
16138 # The final `:' finishes the AND list.
16139 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
16140fi
16141ac_cr=`echo X | tr X '\015'`
16142# On cygwin, bash can eat \r inside `` if the user requested igncr.
16143# But we know of no other shell where ac_cr would be empty at this
16144# point, so we can use a bashism as a fallback.
16145if test "x$ac_cr" = x; then
16146 eval ac_cr=\$\'\\r\'
16147fi
16148ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16149if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
f00f02a3 16150 ac_cs_awk_cr='\\r'
cd9a469c 16151else
16152 ac_cs_awk_cr=$ac_cr
16153fi
16154
f00f02a3 16155echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
cd9a469c 16156_ACEOF
16157
16158# Create commands to substitute file output variables.
b30fcfae 16159{
cd9a469c 16160 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
f00f02a3 16161 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
cd9a469c 16162 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
16163 echo "_ACAWK" &&
16164 echo "_ACEOF"
16165} >conf$$files.sh &&
16166. ./conf$$files.sh ||
f00f02a3 16167 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
cd9a469c 16168rm -f conf$$files.sh
b30fcfae 16169
cd9a469c 16170{
16171 echo "cat >conf$$subs.awk <<_ACEOF" &&
16172 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16173 echo "_ACEOF"
16174} >conf$$subs.sh ||
f00f02a3 16175 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16176ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
cd9a469c 16177ac_delim='%!_!# '
16178for ac_last_try in false false false false false :; do
16179 . ./conf$$subs.sh ||
f00f02a3 16180 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
cd9a469c 16181
16182 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16183 if test $ac_delim_n = $ac_delim_num; then
16184 break
16185 elif $ac_last_try; then
f00f02a3 16186 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
cd9a469c 16187 else
16188 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16189 fi
16190done
16191rm -f conf$$subs.sh
16192
16193cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
f00f02a3 16194cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
5084f823 16195_ACEOF
cd9a469c 16196sed -n '
16197h
16198s/^/S["/; s/!.*/"]=/
16199p
16200g
16201s/^[^!]*!//
16202:repl
16203t repl
16204s/'"$ac_delim"'$//
16205t delim
16206:nl
16207h
f00f02a3 16208s/\(.\{148\}\)..*/\1/
cd9a469c 16209t more1
16210s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16211p
16212n
16213b repl
16214:more1
16215s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16216p
16217g
16218s/.\{148\}//
16219t nl
16220:delim
16221h
f00f02a3 16222s/\(.\{148\}\)..*/\1/
cd9a469c 16223t more2
16224s/["\\]/\\&/g; s/^/"/; s/$/"/
16225p
16226b
16227:more2
16228s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16229p
16230g
16231s/.\{148\}//
16232t delim
16233' <conf$$subs.awk | sed '
16234/^[^""]/{
16235 N
16236 s/\n//
16237}
16238' >>$CONFIG_STATUS || ac_write_fail=1
16239rm -f conf$$subs.awk
16240cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16241_ACAWK
f00f02a3 16242cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
cd9a469c 16243 for (key in S) S_is_set[key] = 1
16244 FS = "\a"
16245 \$ac_cs_awk_pipe_init
16246}
16247{
16248 line = $ 0
16249 nfields = split(line, field, "@")
16250 substed = 0
16251 len = length(field[1])
16252 for (i = 2; i < nfields; i++) {
16253 key = field[i]
16254 keylen = length(key)
16255 if (S_is_set[key]) {
16256 value = S[key]
16257 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16258 len += length(value) + length(field[++i])
16259 substed = 1
16260 } else
16261 len += 1 + keylen
16262 }
16263 if (nfields == 3 && !substed) {
16264 key = field[2]
16265 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
16266 \$ac_cs_awk_read_file
16267 next
16268 }
16269 }
16270 print line
16271}
16272\$ac_cs_awk_pipe_fini
16273_ACAWK
16274_ACEOF
16275cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16276if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16277 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16278else
16279 cat
f00f02a3 16280fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16281 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
cd9a469c 16282_ACEOF
16283
f00f02a3 16284# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16285# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
cd9a469c 16286# trailing colons and then remove the whole line if VPATH becomes empty
16287# (actually we leave an empty line to preserve line numbers).
16288if test "x$srcdir" = x.; then
f00f02a3 16289 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16290h
16291s///
16292s/^/:/
16293s/[ ]*$/:/
16294s/:\$(srcdir):/:/g
16295s/:\${srcdir}:/:/g
16296s/:@srcdir@:/:/g
16297s/^:*//
cd9a469c 16298s/:*$//
f00f02a3 16299x
16300s/\(=[ ]*\).*/\1/
16301G
16302s/\n//
cd9a469c 16303s/^[^=]*=[ ]*$//
16304}'
16305fi
5084f823 16306
cd9a469c 16307cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16308fi # test -n "$CONFIG_FILES"
5084f823 16309
b30fcfae 16310
cd9a469c 16311eval set X " :F $CONFIG_FILES "
16312shift
16313for ac_tag
16314do
16315 case $ac_tag in
16316 :[FHLC]) ac_mode=$ac_tag; continue;;
16317 esac
16318 case $ac_mode$ac_tag in
16319 :[FHL]*:*);;
f00f02a3 16320 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
cd9a469c 16321 :[FH]-) ac_tag=-:-;;
16322 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16323 esac
16324 ac_save_IFS=$IFS
16325 IFS=:
16326 set x $ac_tag
16327 IFS=$ac_save_IFS
16328 shift
16329 ac_file=$1
16330 shift
a8298541 16331
cd9a469c 16332 case $ac_mode in
16333 :L) ac_source=$1;;
16334 :[FH])
16335 ac_file_inputs=
16336 for ac_f
16337 do
16338 case $ac_f in
f00f02a3 16339 -) ac_f="$ac_tmp/stdin";;
cd9a469c 16340 *) # Look for the file first in the build tree, then in the source tree
16341 # (if the path is not absolute). The absolute path cannot be DOS-style,
16342 # because $ac_f cannot contain `:'.
16343 test -f "$ac_f" ||
16344 case $ac_f in
16345 [\\/$]*) false;;
16346 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16347 esac ||
f00f02a3 16348 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
cd9a469c 16349 esac
16350 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16351 as_fn_append ac_file_inputs " '$ac_f'"
16352 done
b30fcfae 16353
cd9a469c 16354 # Let's still pretend it is `configure' which instantiates (i.e., don't
16355 # use $as_me), people would be surprised to read:
16356 # /* config.h. Generated by config.status. */
16357 configure_input='Generated from '`
16358 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16359 `' by configure.'
16360 if test x"$ac_file" != x-; then
16361 configure_input="$ac_file. $configure_input"
16362 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16363$as_echo "$as_me: creating $ac_file" >&6;}
5084f823 16364 fi
cd9a469c 16365 # Neutralize special characters interpreted by sed in replacement strings.
16366 case $configure_input in #(
16367 *\&* | *\|* | *\\* )
16368 ac_sed_conf_input=`$as_echo "$configure_input" |
16369 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16370 *) ac_sed_conf_input=$configure_input;;
16371 esac
570af75a 16372
cd9a469c 16373 case $ac_tag in
f00f02a3 16374 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16375 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
cd9a469c 16376 esac
16377 ;;
570af75a 16378 esac
16379
cd9a469c 16380 ac_dir=`$as_dirname -- "$ac_file" ||
b30fcfae 16381$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16382 X"$ac_file" : 'X\(//\)[^/]' \| \
16383 X"$ac_file" : 'X\(//\)$' \| \
cd9a469c 16384 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16385$as_echo X"$ac_file" |
16386 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16387 s//\1/
16388 q
16389 }
16390 /^X\(\/\/\)[^/].*/{
16391 s//\1/
16392 q
16393 }
16394 /^X\(\/\/\)$/{
16395 s//\1/
16396 q
16397 }
16398 /^X\(\/\).*/{
16399 s//\1/
16400 q
16401 }
16402 s/.*/./; q'`
16403 as_dir="$ac_dir"; as_fn_mkdir_p
b30fcfae 16404 ac_builddir=.
a83ffacf 16405
cd9a469c 16406case "$ac_dir" in
16407.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16408*)
16409 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16410 # A ".." for each directory in $ac_dir_suffix.
16411 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16412 case $ac_top_builddir_sub in
16413 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16414 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16415 esac ;;
16416esac
16417ac_abs_top_builddir=$ac_pwd
16418ac_abs_builddir=$ac_pwd$ac_dir_suffix
16419# for backward compatibility:
16420ac_top_builddir=$ac_top_build_prefix
b30fcfae 16421
16422case $srcdir in
cd9a469c 16423 .) # We are building in place.
b30fcfae 16424 ac_srcdir=.
cd9a469c 16425 ac_top_srcdir=$ac_top_builddir_sub
16426 ac_abs_top_srcdir=$ac_pwd ;;
16427 [\\/]* | ?:[\\/]* ) # Absolute name.
b30fcfae 16428 ac_srcdir=$srcdir$ac_dir_suffix;
cd9a469c 16429 ac_top_srcdir=$srcdir
16430 ac_abs_top_srcdir=$srcdir ;;
16431 *) # Relative name.
16432 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16433 ac_top_srcdir=$ac_top_build_prefix$srcdir
16434 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b30fcfae 16435esac
cd9a469c 16436ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b1660f25 16437
a83ffacf 16438
cd9a469c 16439 case $ac_mode in
16440 :F)
16441 #
16442 # CONFIG_FILE
16443 #
b30fcfae 16444
16445 case $INSTALL in
16446 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
cd9a469c 16447 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
71ab34df 16448 esac
cd9a469c 16449_ACEOF
570af75a 16450
cd9a469c 16451cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16452# If the template does not know about datarootdir, expand it.
16453# FIXME: This hack should be removed a few years after 2.60.
16454ac_datarootdir_hack=; ac_datarootdir_seen=
16455ac_sed_dataroot='
16456/datarootdir/ {
16457 p
16458 q
16459}
16460/@datadir@/p
16461/@docdir@/p
16462/@infodir@/p
16463/@localedir@/p
16464/@mandir@/p'
16465case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16466*datarootdir*) ac_datarootdir_seen=yes;;
16467*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16468 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16469$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
570af75a 16470_ACEOF
cd9a469c 16471cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16472 ac_datarootdir_hack='
16473 s&@datadir@&$datadir&g
16474 s&@docdir@&$docdir&g
16475 s&@infodir@&$infodir&g
16476 s&@localedir@&$localedir&g
16477 s&@mandir@&$mandir&g
16478 s&\\\${datarootdir}&$datarootdir&g' ;;
16479esac
16480_ACEOF
16481
16482# Neutralize VPATH when `$srcdir' = `.'.
16483# Shell code in configure.ac might set extrasub.
16484# FIXME: do we really want to maintain this feature?
16485cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16486ac_sed_extra="$ac_vpsub
b30fcfae 16487$extrasub
16488_ACEOF
cd9a469c 16489cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b30fcfae 16490:t
16491/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
cd9a469c 16492s|@configure_input@|$ac_sed_conf_input|;t t
16493s&@top_builddir@&$ac_top_builddir_sub&;t t
16494s&@top_build_prefix@&$ac_top_build_prefix&;t t
16495s&@srcdir@&$ac_srcdir&;t t
16496s&@abs_srcdir@&$ac_abs_srcdir&;t t
16497s&@top_srcdir@&$ac_top_srcdir&;t t
16498s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16499s&@builddir@&$ac_builddir&;t t
16500s&@abs_builddir@&$ac_abs_builddir&;t t
16501s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16502s&@INSTALL@&$ac_INSTALL&;t t
16503$ac_datarootdir_hack
16504"
16505eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16506if $ac_cs_awk_getline; then
f00f02a3 16507 $AWK -f "$ac_tmp/subs.awk"
cd9a469c 16508else
f00f02a3 16509 $AWK -f "$ac_tmp/subs.awk" | $SHELL
16510fi \
16511 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
cd9a469c 16512
16513test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
f00f02a3 16514 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16515 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16516 "$ac_tmp/out"`; test -z "$ac_out"; } &&
cd9a469c 16517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
f00f02a3 16518which seems to be undefined. Please make sure it is defined" >&5
cd9a469c 16519$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
f00f02a3 16520which seems to be undefined. Please make sure it is defined" >&2;}
cd9a469c 16521
f00f02a3 16522 rm -f "$ac_tmp/stdin"
cd9a469c 16523 case $ac_file in
f00f02a3 16524 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16525 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
cd9a469c 16526 esac \
f00f02a3 16527 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
cd9a469c 16528 ;;
570af75a 16529
570af75a 16530
a8298541 16531
cd9a469c 16532 esac
16533
8bb79148 16534
16535 case $ac_file$ac_mode in
16536 "Makefile":F) sed "$extrasub_build" Makefile |
16537 sed "$extrasub_host" |
16538 sed "$extrasub_target" > mf$$
16539 mv -f mf$$ Makefile ;;
16540
16541 esac
cd9a469c 16542done # for ac_tag
16543
16544
16545as_fn_exit 0
b30fcfae 16546_ACEOF
b30fcfae 16547ac_clean_files=$ac_clean_files_save
16548
cd9a469c 16549test $ac_write_fail = 0 ||
f00f02a3 16550 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
cd9a469c 16551
b30fcfae 16552
16553# configure is writing to config.log, and then calls config.status.
16554# config.status does its own redirection, appending to config.log.
16555# Unfortunately, on DOS this fails, as config.log is still kept open
16556# by configure, so config.status won't be able to write to it; its
16557# output is simply discarded. So we exec the FD to /dev/null,
16558# effectively closing config.log, so it can be properly (re)opened and
16559# appended to by config.status. When coming back to configure, we
16560# need to make the FD available again.
16561if test "$no_create" != yes; then
16562 ac_cs_success=:
16563 ac_config_status_args=
16564 test "$silent" = yes &&
16565 ac_config_status_args="$ac_config_status_args --quiet"
16566 exec 5>/dev/null
16567 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16568 exec 5>>config.log
16569 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16570 # would make configure fail if this is the last instruction.
f00f02a3 16571 $ac_cs_success || as_fn_exit 1
cd9a469c 16572fi
16573if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16575$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b30fcfae 16576fi
a8298541 16577