2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
[deliverable/binutils-gdb.git] / configure
CommitLineData
a0da8069 1#! /bin/sh
a0da8069 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
a0da8069
NN
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c6b750e1 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
c6b750e1 31fi
c6b750e1 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
c6b750e1
DJ
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
c6b750e1
DJ
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
8e957354
PB
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1"
81ecdfbb
RW
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175else
176 as_have_required=no
177fi
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182as_found=false
183for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
c6b750e1 184do
81ecdfbb
RW
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
189 /*)
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
198fi
199fi
200 done;;
201 esac
202 as_found=false
203done
204$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207fi; }
208IFS=$as_save_IFS
209
210
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220fi
221
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
c6b750e1 228 else
81ecdfbb
RW
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230$0: including any error possibly output before this
231$0: message. Then install a modern shell, or manually run
232$0: the script under such a shell if you do have one."
c6b750e1 233 fi
81ecdfbb
RW
234 exit 1
235fi
236fi
237fi
238SHELL=${CONFIG_SHELL-/bin/sh}
239export SHELL
240# Unset more variables known to interfere with behavior of common tools.
241CLICOLOR_FORCE= GREP_OPTIONS=
242unset CLICOLOR_FORCE GREP_OPTIONS
243
244## --------------------- ##
245## M4sh Shell Functions. ##
246## --------------------- ##
247# as_fn_unset VAR
248# ---------------
249# Portably unset VAR.
250as_fn_unset ()
251{
252 { eval $1=; unset $1;}
253}
254as_unset=as_fn_unset
255
256# as_fn_set_status STATUS
257# -----------------------
258# Set $? to STATUS, without forking.
259as_fn_set_status ()
260{
261 return $1
262} # as_fn_set_status
c6b750e1 263
81ecdfbb
RW
264# as_fn_exit STATUS
265# -----------------
266# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267as_fn_exit ()
268{
269 set +e
270 as_fn_set_status $1
271 exit $1
272} # as_fn_exit
273
274# as_fn_mkdir_p
275# -------------
276# Create "$as_dir" as a directory, including parents if necessary.
277as_fn_mkdir_p ()
278{
279
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296$as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
299 q
300 }
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\).*/{
310 s//\1/
311 q
312 }
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320} # as_fn_mkdir_p
321# as_fn_append VAR VALUE
322# ----------------------
323# Append the text in VALUE to the end of the definition contained in VAR. Take
324# advantage of any shell optimizations that allow amortized linear growth over
325# repeated appends, instead of the typical quadratic growth present in naive
326# implementations.
327if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
329 {
330 eval $1+=\$2
331 }'
332else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337fi # as_fn_append
338
339# as_fn_arith ARG...
340# ------------------
341# Perform arithmetic evaluation on the ARGs, and store the result in the
342# global $as_val. Take advantage of shells that can avoid forks. The arguments
343# must be portable across $(()) and expr.
344if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
346 {
347 as_val=$(( $* ))
348 }'
349else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354fi # as_fn_arith
355
356
357# as_fn_error ERROR [LINENO LOG_FD]
358# ---------------------------------
359# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361# script with status $?, using 1 if that was 0.
362as_fn_error ()
363{
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
368 fi
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371} # as_fn_error
372
373if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
375 as_expr=expr
376else
377 as_expr=false
378fi
379
81ecdfbb 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
381 as_basename=basename
382else
383 as_basename=false
384fi
385
81ecdfbb
RW
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
c6b750e1 391
81ecdfbb 392as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396$as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
399 q
400 }
401 /^X\/\(\/\/\)$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\).*/{
406 s//\1/
407 q
408 }
409 s/.*/./; q'`
c6b750e1 410
c6b750e1
DJ
411# Avoid depending upon Character Ranges.
412as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415as_cr_digits='0123456789'
416as_cr_alnum=$as_cr_Letters$as_cr_digits
417
c6b750e1 418
81ecdfbb
RW
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
425 p
426 /[$]LINENO/=
427 ' <$as_myself |
c6b750e1 428 sed '
81ecdfbb
RW
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
c6b750e1 433 N
81ecdfbb
RW
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
c6b750e1 436 t loop
81ecdfbb 437 s/-\n.*//
c6b750e1 438 ' >$as_me.lineno &&
81ecdfbb
RW
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
c6b750e1
DJ
441
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
c6b750e1
DJ
446 # Exit status is that of the last command.
447 exit
448}
449
81ecdfbb
RW
450ECHO_C= ECHO_N= ECHO_T=
451case `echo -n x` in #(((((
452-n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
459*)
460 ECHO_N='-n';;
c6b750e1
DJ
461esac
462
81ecdfbb
RW
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
c6b750e1 466else
81ecdfbb
RW
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
c6b750e1 469fi
81ecdfbb
RW
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 472 as_ln_s='ln -s'
81ecdfbb
RW
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
c6b750e1 483 fi
c6b750e1
DJ
484else
485 as_ln_s='cp -p'
486fi
81ecdfbb
RW
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
c6b750e1
DJ
489
490if mkdir -p . 2>/dev/null; then
81ecdfbb 491 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
81ecdfbb
RW
497if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517fi
518as_executable_p=$as_test_x
c6b750e1
DJ
519
520# Sed expression to map a string onto a valid CPP name.
521as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522
523# Sed expression to map a string onto a valid variable name.
524as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
526
81ecdfbb 527exec 7<&0 </dev/null 6>&1
a0da8069 528
c6b750e1
DJ
529# Name of the host.
530# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531# so uname gets run too.
532ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
c6b750e1
DJ
534#
535# Initializations.
536#
a0da8069 537ac_default_prefix=/usr/local
81ecdfbb 538ac_clean_files=
c6b750e1 539ac_config_libobj_dir=.
81ecdfbb 540LIBOBJS=
c6b750e1
DJ
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
c6b750e1
DJ
545
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
81ecdfbb 552PACKAGE_URL=
c6b750e1
DJ
553
554ac_unique_file="move-if-change"
81ecdfbb
RW
555enable_option_checking=no
556ac_subst_vars='LTLIBOBJS
557LIBOBJS
558compare_exclusions
559stage2_werror_flag
560stage1_checking
561stage1_cflags
562MAINT
563MAINTAINER_MODE_FALSE
564MAINTAINER_MODE_TRUE
565COMPILER_NM_FOR_TARGET
566COMPILER_LD_FOR_TARGET
567COMPILER_AS_FOR_TARGET
568FLAGS_FOR_TARGET
569RAW_CXX_FOR_TARGET
570WINDMC_FOR_TARGET
571WINDRES_FOR_TARGET
572STRIP_FOR_TARGET
573RANLIB_FOR_TARGET
574OBJDUMP_FOR_TARGET
575NM_FOR_TARGET
576LIPO_FOR_TARGET
577LD_FOR_TARGET
578DLLTOOL_FOR_TARGET
579AS_FOR_TARGET
580AR_FOR_TARGET
e552509b 581GOC_FOR_TARGET
81ecdfbb
RW
582GFORTRAN_FOR_TARGET
583GCJ_FOR_TARGET
584GCC_FOR_TARGET
585CXX_FOR_TARGET
586CC_FOR_TARGET
587OBJDUMP
588OBJCOPY
589WINDMC
590WINDRES
591STRIP
592RANLIB
593NM
594LIPO
595LD
596DLLTOOL
597AS
598AR
599RUNTEST
600EXPECT
601MAKEINFO
602FLEX
603LEX
604M4
605BISON
606YACC
607config_shell
608WINDRES_FOR_BUILD
609WINDMC_FOR_BUILD
610RANLIB_FOR_BUILD
611NM_FOR_BUILD
612LD_FOR_BUILD
613LDFLAGS_FOR_BUILD
e552509b 614GOC_FOR_BUILD
81ecdfbb
RW
615GFORTRAN_FOR_BUILD
616GCJ_FOR_BUILD
617DLLTOOL_FOR_BUILD
618CXX_FOR_BUILD
619CXXFLAGS_FOR_BUILD
620CFLAGS_FOR_BUILD
621CC_FOR_BUILD
622AS_FOR_BUILD
623AR_FOR_BUILD
911e63d0 624target_configdirs
81ecdfbb 625configdirs
81ecdfbb 626build_configdirs
81ecdfbb
RW
627INSTALL_GDB_TK
628GDB_TK
629CONFIGURE_GDB_TK
630build_tooldir
631tooldir
632GCC_SHLIB_SUBDIR
633RPATH_ENVVAR
4074d5f2
RW
634target_configargs
635host_configargs
636build_configargs
96655cc4 637BUILD_CONFIG
81ecdfbb
RW
638CXXFLAGS_FOR_TARGET
639CFLAGS_FOR_TARGET
640DEBUG_PREFIX_CFLAGS_FOR_TARGET
641SYSROOT_CFLAGS_FOR_TARGET
642stage1_languages
700d40ca 643extra_host_libiberty_configure_flags
81ecdfbb
RW
644clooginc
645clooglibs
646pplinc
647ppllibs
81ecdfbb 648poststage1_ldflags
143754cd 649poststage1_libs
81ecdfbb
RW
650stage1_libs
651stage1_ldflags
652extra_mpc_mpfr_configure_flags
653extra_mpc_gmp_configure_flags
654extra_mpfr_configure_flags
655gmpinc
656gmplibs
657do_compare
658GNATMAKE
659GNATBIND
660ac_ct_CXX
661CXXFLAGS
662CXX
663OBJEXT
664EXEEXT
665ac_ct_CC
666CPPFLAGS
667LDFLAGS
668CFLAGS
669CC
670target_subdir
671host_subdir
672build_subdir
673build_libsubdir
8e957354
PB
674AWK
675SED
81ecdfbb
RW
676LN_S
677LN
678INSTALL_DATA
679INSTALL_SCRIPT
680INSTALL_PROGRAM
681target_os
682target_vendor
683target_cpu
684target
685host_os
686host_vendor
687host_cpu
688host
689target_noncanonical
690host_noncanonical
691build_noncanonical
692build_os
693build_vendor
694build_cpu
695build
696TOPLEVEL_CONFIGURE_ARGUMENTS
697target_alias
698host_alias
699build_alias
700LIBS
701ECHO_T
702ECHO_N
703ECHO_C
704DEFS
705mandir
706localedir
707libdir
708psdir
709pdfdir
710dvidir
711htmldir
712infodir
713docdir
714oldincludedir
715includedir
716localstatedir
717sharedstatedir
718sysconfdir
719datadir
720datarootdir
721libexecdir
722sbindir
723bindir
724program_transform_name
725prefix
726exec_prefix
727PACKAGE_URL
728PACKAGE_BUGREPORT
729PACKAGE_STRING
730PACKAGE_VERSION
731PACKAGE_TARNAME
732PACKAGE_NAME
733PATH_SEPARATOR
734SHELL'
735ac_subst_files='serialization_dependencies
736host_makefile_frag
737target_makefile_frag
738alphaieee_frag
739ospace_frag'
740ac_user_opts='
741enable_option_checking
742with_build_libsubdir
743enable_gold
c7791212 744enable_ld
89a1e9c3
PB
745enable_libquadmath
746enable_libquadmath_support
81ecdfbb
RW
747enable_libada
748enable_libssp
749enable_build_with_cxx
750with_mpc
751with_mpc_include
752with_mpc_lib
753with_mpfr_dir
754with_mpfr
755with_mpfr_include
756with_mpfr_lib
757with_gmp_dir
758with_gmp
759with_gmp_include
760with_gmp_lib
761with_host_libstdcxx
762with_stage1_ldflags
763with_stage1_libs
81ecdfbb 764with_boot_libs
143754cd 765with_boot_ldflags
81ecdfbb
RW
766with_ppl
767with_ppl_include
768with_ppl_lib
769enable_ppl_version_check
770with_cloog
771with_cloog_include
772with_cloog_lib
e552509b 773enable_cloog_backend
81ecdfbb 774enable_cloog_version_check
700d40ca 775enable_lto
81ecdfbb
RW
776enable_stage1_languages
777enable_objc_gc
778with_build_sysroot
779with_debug_prefix_map
780enable_bootstrap
96655cc4 781with_build_config
81ecdfbb
RW
782enable_serial_configure
783with_build_time_tools
784enable_maintainer_mode
785enable_stage1_checking
786enable_werror
81ecdfbb
RW
787'
788 ac_precious_vars='build_alias
789host_alias
790target_alias
791CC
792CFLAGS
793LDFLAGS
794LIBS
795CPPFLAGS
796CXX
797CXXFLAGS
798CCC
4074d5f2
RW
799build_configargs
800host_configargs
801target_configargs
81ecdfbb
RW
802AR
803AS
804DLLTOOL
805LD
806LIPO
807NM
808RANLIB
809STRIP
810WINDRES
811WINDMC
812OBJCOPY
813OBJDUMP
814CC_FOR_TARGET
815CXX_FOR_TARGET
816GCC_FOR_TARGET
817GCJ_FOR_TARGET
818GFORTRAN_FOR_TARGET
e552509b 819GOC_FOR_TARGET
81ecdfbb
RW
820AR_FOR_TARGET
821AS_FOR_TARGET
822DLLTOOL_FOR_TARGET
823LD_FOR_TARGET
824LIPO_FOR_TARGET
825NM_FOR_TARGET
826OBJDUMP_FOR_TARGET
827RANLIB_FOR_TARGET
828STRIP_FOR_TARGET
829WINDRES_FOR_TARGET
830WINDMC_FOR_TARGET'
831
a0da8069
NN
832
833# Initialize some variables set by options.
c6b750e1
DJ
834ac_init_help=
835ac_init_version=false
81ecdfbb
RW
836ac_unrecognized_opts=
837ac_unrecognized_sep=
a0da8069
NN
838# The variables have the same names as the options, with
839# dashes changed to underlines.
c6b750e1 840cache_file=/dev/null
a0da8069 841exec_prefix=NONE
a0da8069 842no_create=
a0da8069
NN
843no_recursion=
844prefix=NONE
845program_prefix=NONE
846program_suffix=NONE
847program_transform_name=s,x,x,
848silent=
849site=
850srcdir=
a0da8069
NN
851verbose=
852x_includes=NONE
853x_libraries=NONE
c6b750e1
DJ
854
855# Installation directory options.
856# These are left unexpanded so users can "make install exec_prefix=/foo"
857# and all the variables that are supposed to be based on exec_prefix
858# by default will actually change.
859# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 860# (The list follows the same order as the GNU Coding Standards.)
a0da8069
NN
861bindir='${exec_prefix}/bin'
862sbindir='${exec_prefix}/sbin'
863libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
864datarootdir='${prefix}/share'
865datadir='${datarootdir}'
a0da8069
NN
866sysconfdir='${prefix}/etc'
867sharedstatedir='${prefix}/com'
868localstatedir='${prefix}/var'
a0da8069
NN
869includedir='${prefix}/include'
870oldincludedir='/usr/include'
81ecdfbb
RW
871docdir='${datarootdir}/doc/${PACKAGE}'
872infodir='${datarootdir}/info'
873htmldir='${docdir}'
874dvidir='${docdir}'
875pdfdir='${docdir}'
876psdir='${docdir}'
877libdir='${exec_prefix}/lib'
878localedir='${datarootdir}/locale'
879mandir='${datarootdir}/man'
252b5132 880
a0da8069 881ac_prev=
81ecdfbb 882ac_dashdash=
a0da8069
NN
883for ac_option
884do
a0da8069
NN
885 # If the previous option needs an argument, assign it.
886 if test -n "$ac_prev"; then
81ecdfbb 887 eval $ac_prev=\$ac_option
a0da8069
NN
888 ac_prev=
889 continue
890 fi
252b5132 891
81ecdfbb
RW
892 case $ac_option in
893 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
894 *) ac_optarg=yes ;;
895 esac
a0da8069
NN
896
897 # Accept the important Cygnus configure options, so we can diagnose typos.
898
81ecdfbb
RW
899 case $ac_dashdash$ac_option in
900 --)
901 ac_dashdash=yes ;;
a0da8069
NN
902
903 -bindir | --bindir | --bindi | --bind | --bin | --bi)
904 ac_prev=bindir ;;
905 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
c6b750e1 906 bindir=$ac_optarg ;;
a0da8069
NN
907
908 -build | --build | --buil | --bui | --bu)
c6b750e1 909 ac_prev=build_alias ;;
a0da8069 910 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
c6b750e1 911 build_alias=$ac_optarg ;;
a0da8069
NN
912
913 -cache-file | --cache-file | --cache-fil | --cache-fi \
914 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
915 ac_prev=cache_file ;;
916 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
917 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
c6b750e1
DJ
918 cache_file=$ac_optarg ;;
919
920 --config-cache | -C)
921 cache_file=config.cache ;;
a0da8069 922
81ecdfbb 923 -datadir | --datadir | --datadi | --datad)
a0da8069 924 ac_prev=datadir ;;
81ecdfbb 925 -datadir=* | --datadir=* | --datadi=* | --datad=*)
c6b750e1 926 datadir=$ac_optarg ;;
a0da8069 927
81ecdfbb
RW
928 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
929 | --dataroo | --dataro | --datar)
930 ac_prev=datarootdir ;;
931 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
932 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
933 datarootdir=$ac_optarg ;;
934
a0da8069 935 -disable-* | --disable-*)
81ecdfbb 936 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
a0da8069 937 # Reject names that are not valid shell variable names.
81ecdfbb
RW
938 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
939 as_fn_error "invalid feature name: $ac_useropt"
940 ac_useropt_orig=$ac_useropt
941 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
942 case $ac_user_opts in
943 *"
944"enable_$ac_useropt"
945"*) ;;
946 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
947 ac_unrecognized_sep=', ';;
948 esac
949 eval enable_$ac_useropt=no ;;
950
951 -docdir | --docdir | --docdi | --doc | --do)
952 ac_prev=docdir ;;
953 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
954 docdir=$ac_optarg ;;
955
956 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
957 ac_prev=dvidir ;;
958 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
959 dvidir=$ac_optarg ;;
a0da8069
NN
960
961 -enable-* | --enable-*)
81ecdfbb 962 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
a0da8069 963 # Reject names that are not valid shell variable names.
81ecdfbb
RW
964 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
965 as_fn_error "invalid feature name: $ac_useropt"
966 ac_useropt_orig=$ac_useropt
967 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
968 case $ac_user_opts in
969 *"
970"enable_$ac_useropt"
971"*) ;;
972 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
973 ac_unrecognized_sep=', ';;
a0da8069 974 esac
81ecdfbb 975 eval enable_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
976
977 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
978 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
979 | --exec | --exe | --ex)
980 ac_prev=exec_prefix ;;
981 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
982 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
983 | --exec=* | --exe=* | --ex=*)
c6b750e1 984 exec_prefix=$ac_optarg ;;
a0da8069
NN
985
986 -gas | --gas | --ga | --g)
987 # Obsolete; use --with-gas.
988 with_gas=yes ;;
989
c6b750e1
DJ
990 -help | --help | --hel | --he | -h)
991 ac_init_help=long ;;
992 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
993 ac_init_help=recursive ;;
994 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
995 ac_init_help=short ;;
a0da8069
NN
996
997 -host | --host | --hos | --ho)
c6b750e1 998 ac_prev=host_alias ;;
a0da8069 999 -host=* | --host=* | --hos=* | --ho=*)
c6b750e1 1000 host_alias=$ac_optarg ;;
a0da8069 1001
81ecdfbb
RW
1002 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1003 ac_prev=htmldir ;;
1004 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1005 | --ht=*)
1006 htmldir=$ac_optarg ;;
1007
a0da8069
NN
1008 -includedir | --includedir | --includedi | --included | --include \
1009 | --includ | --inclu | --incl | --inc)
1010 ac_prev=includedir ;;
1011 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1012 | --includ=* | --inclu=* | --incl=* | --inc=*)
c6b750e1 1013 includedir=$ac_optarg ;;
a0da8069
NN
1014
1015 -infodir | --infodir | --infodi | --infod | --info | --inf)
1016 ac_prev=infodir ;;
1017 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
c6b750e1 1018 infodir=$ac_optarg ;;
a0da8069
NN
1019
1020 -libdir | --libdir | --libdi | --libd)
1021 ac_prev=libdir ;;
1022 -libdir=* | --libdir=* | --libdi=* | --libd=*)
c6b750e1 1023 libdir=$ac_optarg ;;
a0da8069
NN
1024
1025 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1026 | --libexe | --libex | --libe)
1027 ac_prev=libexecdir ;;
1028 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1029 | --libexe=* | --libex=* | --libe=*)
c6b750e1 1030 libexecdir=$ac_optarg ;;
a0da8069 1031
81ecdfbb
RW
1032 -localedir | --localedir | --localedi | --localed | --locale)
1033 ac_prev=localedir ;;
1034 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1035 localedir=$ac_optarg ;;
1036
a0da8069 1037 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1038 | --localstate | --localstat | --localsta | --localst | --locals)
a0da8069
NN
1039 ac_prev=localstatedir ;;
1040 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1041 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
c6b750e1 1042 localstatedir=$ac_optarg ;;
a0da8069
NN
1043
1044 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1045 ac_prev=mandir ;;
1046 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
c6b750e1 1047 mandir=$ac_optarg ;;
a0da8069
NN
1048
1049 -nfp | --nfp | --nf)
1050 # Obsolete; use --without-fp.
1051 with_fp=no ;;
1052
1053 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
c6b750e1 1054 | --no-cr | --no-c | -n)
a0da8069
NN
1055 no_create=yes ;;
1056
1057 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1058 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1059 no_recursion=yes ;;
1060
1061 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1062 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1063 | --oldin | --oldi | --old | --ol | --o)
1064 ac_prev=oldincludedir ;;
1065 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1066 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1067 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
c6b750e1 1068 oldincludedir=$ac_optarg ;;
a0da8069
NN
1069
1070 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1071 ac_prev=prefix ;;
1072 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
c6b750e1 1073 prefix=$ac_optarg ;;
a0da8069
NN
1074
1075 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1076 | --program-pre | --program-pr | --program-p)
1077 ac_prev=program_prefix ;;
1078 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1079 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
c6b750e1 1080 program_prefix=$ac_optarg ;;
a0da8069
NN
1081
1082 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1083 | --program-suf | --program-su | --program-s)
1084 ac_prev=program_suffix ;;
1085 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1086 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
c6b750e1 1087 program_suffix=$ac_optarg ;;
a0da8069
NN
1088
1089 -program-transform-name | --program-transform-name \
1090 | --program-transform-nam | --program-transform-na \
1091 | --program-transform-n | --program-transform- \
1092 | --program-transform | --program-transfor \
1093 | --program-transfo | --program-transf \
1094 | --program-trans | --program-tran \
1095 | --progr-tra | --program-tr | --program-t)
1096 ac_prev=program_transform_name ;;
1097 -program-transform-name=* | --program-transform-name=* \
1098 | --program-transform-nam=* | --program-transform-na=* \
1099 | --program-transform-n=* | --program-transform-=* \
1100 | --program-transform=* | --program-transfor=* \
1101 | --program-transfo=* | --program-transf=* \
1102 | --program-trans=* | --program-tran=* \
1103 | --progr-tra=* | --program-tr=* | --program-t=*)
c6b750e1 1104 program_transform_name=$ac_optarg ;;
a0da8069 1105
81ecdfbb
RW
1106 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1107 ac_prev=pdfdir ;;
1108 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1109 pdfdir=$ac_optarg ;;
1110
1111 -psdir | --psdir | --psdi | --psd | --ps)
1112 ac_prev=psdir ;;
1113 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1114 psdir=$ac_optarg ;;
1115
a0da8069
NN
1116 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1117 | -silent | --silent | --silen | --sile | --sil)
1118 silent=yes ;;
1119
1120 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1121 ac_prev=sbindir ;;
1122 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1123 | --sbi=* | --sb=*)
c6b750e1 1124 sbindir=$ac_optarg ;;
a0da8069
NN
1125
1126 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1127 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1128 | --sharedst | --shareds | --shared | --share | --shar \
1129 | --sha | --sh)
1130 ac_prev=sharedstatedir ;;
1131 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1132 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1133 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1134 | --sha=* | --sh=*)
c6b750e1 1135 sharedstatedir=$ac_optarg ;;
a0da8069
NN
1136
1137 -site | --site | --sit)
1138 ac_prev=site ;;
1139 -site=* | --site=* | --sit=*)
c6b750e1 1140 site=$ac_optarg ;;
a0da8069
NN
1141
1142 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1143 ac_prev=srcdir ;;
1144 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
c6b750e1 1145 srcdir=$ac_optarg ;;
a0da8069
NN
1146
1147 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1148 | --syscon | --sysco | --sysc | --sys | --sy)
1149 ac_prev=sysconfdir ;;
1150 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1151 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
c6b750e1 1152 sysconfdir=$ac_optarg ;;
a0da8069
NN
1153
1154 -target | --target | --targe | --targ | --tar | --ta | --t)
c6b750e1 1155 ac_prev=target_alias ;;
a0da8069 1156 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
c6b750e1 1157 target_alias=$ac_optarg ;;
a0da8069
NN
1158
1159 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1160 verbose=yes ;;
1161
c6b750e1
DJ
1162 -version | --version | --versio | --versi | --vers | -V)
1163 ac_init_version=: ;;
a0da8069
NN
1164
1165 -with-* | --with-*)
81ecdfbb 1166 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
a0da8069 1167 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1168 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1169 as_fn_error "invalid package name: $ac_useropt"
1170 ac_useropt_orig=$ac_useropt
1171 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 case $ac_user_opts in
1173 *"
1174"with_$ac_useropt"
1175"*) ;;
1176 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1177 ac_unrecognized_sep=', ';;
a0da8069 1178 esac
81ecdfbb 1179 eval with_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
1180
1181 -without-* | --without-*)
81ecdfbb 1182 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
a0da8069 1183 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1184 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1185 as_fn_error "invalid package name: $ac_useropt"
1186 ac_useropt_orig=$ac_useropt
1187 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1188 case $ac_user_opts in
1189 *"
1190"with_$ac_useropt"
1191"*) ;;
1192 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1193 ac_unrecognized_sep=', ';;
1194 esac
1195 eval with_$ac_useropt=no ;;
a0da8069
NN
1196
1197 --x)
1198 # Obsolete; use --with-x.
1199 with_x=yes ;;
1200
1201 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1202 | --x-incl | --x-inc | --x-in | --x-i)
1203 ac_prev=x_includes ;;
1204 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1205 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
c6b750e1 1206 x_includes=$ac_optarg ;;
a0da8069
NN
1207
1208 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1209 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1210 ac_prev=x_libraries ;;
1211 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1212 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
c6b750e1 1213 x_libraries=$ac_optarg ;;
a0da8069 1214
81ecdfbb
RW
1215 -*) as_fn_error "unrecognized option: \`$ac_option'
1216Try \`$0 --help' for more information."
a0da8069
NN
1217 ;;
1218
c6b750e1
DJ
1219 *=*)
1220 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1221 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1222 case $ac_envvar in #(
1223 '' | [0-9]* | *[!_$as_cr_alnum]* )
1224 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1225 esac
1226 eval $ac_envvar=\$ac_optarg
c6b750e1
DJ
1227 export $ac_envvar ;;
1228
a0da8069 1229 *)
c6b750e1 1230 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1231 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
c6b750e1 1232 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1233 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
c6b750e1 1234 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
a0da8069
NN
1235 ;;
1236
1237 esac
1238done
1239
1240if test -n "$ac_prev"; then
c6b750e1 1241 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1242 as_fn_error "missing argument to $ac_option"
a0da8069 1243fi
a0da8069 1244
81ecdfbb
RW
1245if test -n "$ac_unrecognized_opts"; then
1246 case $enable_option_checking in
1247 no) ;;
1248 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1249 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
c6b750e1 1250 esac
81ecdfbb 1251fi
a0da8069 1252
81ecdfbb
RW
1253# Check all directory arguments for consistency.
1254for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1255 datadir sysconfdir sharedstatedir localstatedir includedir \
1256 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1257 libdir localedir mandir
a0da8069 1258do
81ecdfbb
RW
1259 eval ac_val=\$$ac_var
1260 # Remove trailing slashes.
1261 case $ac_val in
1262 */ )
1263 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1264 eval $ac_var=\$ac_val;;
1265 esac
1266 # Be sure to have absolute directory names.
c6b750e1 1267 case $ac_val in
81ecdfbb
RW
1268 [\\/$]* | ?:[\\/]* ) continue;;
1269 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
a0da8069 1270 esac
81ecdfbb 1271 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
a0da8069
NN
1272done
1273
c6b750e1
DJ
1274# There might be people who depend on the old broken behavior: `$host'
1275# used to hold the argument of --host etc.
1276# FIXME: To remove some day.
1277build=$build_alias
1278host=$host_alias
1279target=$target_alias
376a0e54 1280
c6b750e1
DJ
1281# FIXME: To remove some day.
1282if test "x$host_alias" != x; then
1283 if test "x$build_alias" = x; then
1284 cross_compiling=maybe
81ecdfbb 1285 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
c6b750e1
DJ
1286 If a cross compiler is detected then cross compile mode will be used." >&2
1287 elif test "x$build_alias" != "x$host_alias"; then
1288 cross_compiling=yes
1289 fi
1290fi
1291
1292ac_tool_prefix=
1293test -n "$host_alias" && ac_tool_prefix=$host_alias-
1294
1295test "$silent" = yes && exec 6>/dev/null
a0da8069 1296
a0da8069 1297
81ecdfbb
RW
1298ac_pwd=`pwd` && test -n "$ac_pwd" &&
1299ac_ls_di=`ls -di .` &&
1300ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1301 as_fn_error "working directory cannot be determined"
1302test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1303 as_fn_error "pwd does not report name of working directory"
1304
1305
a0da8069
NN
1306# Find the source files, if location was not specified.
1307if test -z "$srcdir"; then
1308 ac_srcdir_defaulted=yes
81ecdfbb
RW
1309 # Try the directory containing this script, then the parent directory.
1310 ac_confdir=`$as_dirname -- "$as_myself" ||
1311$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1312 X"$as_myself" : 'X\(//\)[^/]' \| \
1313 X"$as_myself" : 'X\(//\)$' \| \
1314 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1315$as_echo X"$as_myself" |
1316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1317 s//\1/
1318 q
1319 }
1320 /^X\(\/\/\)[^/].*/{
1321 s//\1/
1322 q
1323 }
1324 /^X\(\/\/\)$/{
1325 s//\1/
1326 q
1327 }
1328 /^X\(\/\).*/{
1329 s//\1/
1330 q
1331 }
1332 s/.*/./; q'`
a0da8069 1333 srcdir=$ac_confdir
81ecdfbb 1334 if test ! -r "$srcdir/$ac_unique_file"; then
a0da8069
NN
1335 srcdir=..
1336 fi
1337else
1338 ac_srcdir_defaulted=no
1339fi
81ecdfbb
RW
1340if test ! -r "$srcdir/$ac_unique_file"; then
1341 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1342 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1343fi
1344ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1345ac_abs_confdir=`(
1346 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1347 pwd)`
1348# When building in place, set srcdir=.
1349if test "$ac_abs_confdir" = "$ac_pwd"; then
1350 srcdir=.
1351fi
1352# Remove unnecessary trailing slashes from srcdir.
1353# Double slashes in file names in object file debugging info
1354# mess up M-x gdb in Emacs.
1355case $srcdir in
1356*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1357esac
6d0cd39e
AM
1358case $srcdir in
1359 *" "*)
1360 as_fn_error "path to source, $srcdir, contains spaces"
1361 ;;
1362esac
9cc8ae67
PB
1363ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1364
81ecdfbb
RW
1365for ac_var in $ac_precious_vars; do
1366 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1367 eval ac_env_${ac_var}_value=\$${ac_var}
1368 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1369 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1370done
c6b750e1
DJ
1371
1372#
1373# Report the --help message.
1374#
1375if test "$ac_init_help" = "long"; then
1376 # Omit some internal or obsolete options to make the list less imposing.
1377 # This message is too long to be a string in the A/UX 3.1 sh.
1378 cat <<_ACEOF
1379\`configure' configures this package to adapt to many kinds of systems.
1380
1381Usage: $0 [OPTION]... [VAR=VALUE]...
1382
1383To assign environment variables (e.g., CC, CFLAGS...), specify them as
1384VAR=VALUE. See below for descriptions of some of the useful variables.
1385
1386Defaults for the options are specified in brackets.
1387
1388Configuration:
1389 -h, --help display this help and exit
1390 --help=short display options specific to this package
1391 --help=recursive display the short help of all the included packages
1392 -V, --version display version information and exit
1393 -q, --quiet, --silent do not print \`checking...' messages
1394 --cache-file=FILE cache test results in FILE [disabled]
1395 -C, --config-cache alias for \`--cache-file=config.cache'
1396 -n, --no-create do not create output files
1397 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398
c6b750e1
DJ
1399Installation directories:
1400 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1401 [$ac_default_prefix]
c6b750e1 1402 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1403 [PREFIX]
c6b750e1
DJ
1404
1405By default, \`make install' will install all the files in
1406\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1407an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1408for instance \`--prefix=\$HOME'.
1409
1410For better control, use the options below.
1411
1412Fine tuning of the installation directories:
81ecdfbb
RW
1413 --bindir=DIR user executables [EPREFIX/bin]
1414 --sbindir=DIR system admin executables [EPREFIX/sbin]
1415 --libexecdir=DIR program executables [EPREFIX/libexec]
1416 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1417 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1418 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1419 --libdir=DIR object code libraries [EPREFIX/lib]
1420 --includedir=DIR C header files [PREFIX/include]
1421 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1422 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1423 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1424 --infodir=DIR info documentation [DATAROOTDIR/info]
1425 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1426 --mandir=DIR man documentation [DATAROOTDIR/man]
1427 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1428 --htmldir=DIR html documentation [DOCDIR]
1429 --dvidir=DIR dvi documentation [DOCDIR]
1430 --pdfdir=DIR pdf documentation [DOCDIR]
1431 --psdir=DIR ps documentation [DOCDIR]
c6b750e1
DJ
1432_ACEOF
1433
1434 cat <<\_ACEOF
1435
1436Program names:
1437 --program-prefix=PREFIX prepend PREFIX to installed program names
1438 --program-suffix=SUFFIX append SUFFIX to installed program names
1439 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1440
1441System types:
1442 --build=BUILD configure for building on BUILD [guessed]
1443 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1444 --target=TARGET configure for building compilers for TARGET [HOST]
1445_ACEOF
a0da8069 1446fi
a0da8069 1447
c6b750e1
DJ
1448if test -n "$ac_init_help"; then
1449
1450 cat <<\_ACEOF
1451
1452Optional Features:
81ecdfbb 1453 --disable-option-checking ignore unrecognized --enable/--with options
c6b750e1
DJ
1454 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1455 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
c7791212 1456 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
7837304f 1457 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
89a1e9c3
PB
1458 --disable-libquadmath do not build libquadmath directory
1459 --disable-libquadmath-support
1460 disable libquadmath support for Fortran
521ec477
DD
1461 --enable-libada build libada directory
1462 --enable-libssp build libssp directory
e8a5fa9c 1463 --enable-build-with-cxx build with C++ compiler instead of C compiler
7837304f
AS
1464 --disable-ppl-version-check
1465 disable check for PPL version
ceca0218
PB
1466 --enable-cloog-backend[=BACKEND]
1467 set the CLooG BACKEND used to either isl, ppl or
1468 ppl-legacy (default)
e552509b
ILT
1469 --disable-cloog-version-check
1470 disable check for CLooG version
700d40ca 1471 --enable-lto enable link time optimization support
7837304f
AS
1472 --enable-stage1-languages[=all]
1473 choose additional languages to build during stage1.
1474 Mostly useful for compiler development
1475 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1476 Objective-C runtime
521ec477
DD
1477 --enable-bootstrap enable bootstrapping [yes if native build]
1478 --enable-serial-[{host,target,build}-]configure
7837304f
AS
1479 force sequential configuration of sub-packages for
1480 the host, target or build machine, or all
1481 sub-packages
1482 --enable-maintainer-mode
1483 enable make rules and dependencies not useful (and
1484 sometimes confusing) to the casual installer
1485 --enable-stage1-checking[=all]
1486 choose additional checking for stage1 of the
1487 compiler
c6b750e1
DJ
1488 --enable-werror enable -Werror in bootstrap stage2 and later
1489
1490Optional Packages:
1491 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1492 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1493 --with-build-libsubdir=DIR Directory where to find libraries for build system
7837304f
AS
1494 --with-mpc=PATH specify prefix directory for installed MPC package.
1495 Equivalent to --with-mpc-include=PATH/include plus
1496 --with-mpc-lib=PATH/lib
1497 --with-mpc-include=PATH specify directory for installed MPC include files
1498 --with-mpc-lib=PATH specify directory for the installed MPC library
521ec477
DD
1499 --with-mpfr-dir=PATH this option has been REMOVED
1500 --with-mpfr=PATH specify prefix directory for installed MPFR package.
7837304f
AS
1501 Equivalent to --with-mpfr-include=PATH/include plus
1502 --with-mpfr-lib=PATH/lib
c6b750e1 1503 --with-mpfr-include=PATH
521ec477
DD
1504 specify directory for installed MPFR include files
1505 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1506 --with-gmp-dir=PATH this option has been REMOVED
7837304f
AS
1507 --with-gmp=PATH specify prefix directory for the installed GMP
1508 package. Equivalent to
1509 --with-gmp-include=PATH/include plus
1510 --with-gmp-lib=PATH/lib
521ec477
DD
1511 --with-gmp-include=PATH specify directory for installed GMP include files
1512 --with-gmp-lib=PATH specify directory for the installed GMP library
7837304f
AS
1513 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1514 linking with PPL
1515 --with-stage1-ldflags=FLAGS
1516 linker flags for stage1
1517 --with-stage1-libs=LIBS libraries for stage1
1518 --with-boot-libs=LIBS libraries for stage2 and later
1519 --with-boot-ldflags=FLAGS
1520 linker flags for stage2 and later
1521 --with-ppl=PATH specify prefix directory for the installed PPL
1522 package. Equivalent to
1523 --with-ppl-include=PATH/include plus
1524 --with-ppl-lib=PATH/lib
1525 --with-ppl-include=PATH specify directory for installed PPL include files
1526 --with-ppl-lib=PATH specify directory for the installed PPL library
e552509b
ILT
1527 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL
1528 package. Equivalent to
1529 --with-cloog-include=PATH/include plus
1530 --with-cloog-lib=PATH/lib
1531 --with-cloog-include=PATH
1532 Specify directory for installed CLooG include files
1533 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1534 library
521ec477 1535 --with-build-sysroot=SYSROOT
c6b750e1 1536 use sysroot as the system root during the build
8a6ee3ab 1537 --with-debug-prefix-map='A=B C=D ...'
7837304f
AS
1538 map A to B, C to D ... in debug information
1539 --with-build-config='NAME NAME2...'
1540 use config/NAME.mk build configuration
521ec477 1541 --with-build-time-tools=PATH
c6b750e1 1542 use given path to find target tools during the build
c6b750e1
DJ
1543
1544Some influential environment variables:
1545 CC C compiler command
1546 CFLAGS C compiler flags
1547 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1548 nonstandard directory <lib dir>
81ecdfbb
RW
1549 LIBS libraries to pass to the linker, e.g. -l<library>
1550 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551 you have headers in a nonstandard directory <include dir>
18f6b6ee
PB
1552 CXX C++ compiler command
1553 CXXFLAGS C++ compiler flags
4074d5f2
RW
1554 build_configargs
1555 additional configure arguments for build directories
1556 host_configargs
1557 additional configure arguments for host directories
1558 target_configargs
1559 additional configure arguments for target directories
9a819804
AO
1560 AR AR for the host
1561 AS AS for the host
1562 DLLTOOL DLLTOOL for the host
1563 LD LD for the host
1564 LIPO LIPO for the host
1565 NM NM for the host
1566 RANLIB RANLIB for the host
1567 STRIP STRIP for the host
1568 WINDRES WINDRES for the host
0c24b341 1569 WINDMC WINDMC for the host
9a819804
AO
1570 OBJCOPY OBJCOPY for the host
1571 OBJDUMP OBJDUMP for the host
1572 CC_FOR_TARGET
1573 CC for the target
1574 CXX_FOR_TARGET
1575 CXX for the target
1576 GCC_FOR_TARGET
1577 GCC for the target
1578 GCJ_FOR_TARGET
1579 GCJ for the target
1580 GFORTRAN_FOR_TARGET
1581 GFORTRAN for the target
e552509b
ILT
1582 GOC_FOR_TARGET
1583 GOC for the target
9a819804
AO
1584 AR_FOR_TARGET
1585 AR for the target
1586 AS_FOR_TARGET
1587 AS for the target
1588 DLLTOOL_FOR_TARGET
1589 DLLTOOL for the target
1590 LD_FOR_TARGET
1591 LD for the target
1592 LIPO_FOR_TARGET
1593 LIPO for the target
1594 NM_FOR_TARGET
1595 NM for the target
1596 OBJDUMP_FOR_TARGET
1597 OBJDUMP for the target
1598 RANLIB_FOR_TARGET
1599 RANLIB for the target
1600 STRIP_FOR_TARGET
1601 STRIP for the target
1602 WINDRES_FOR_TARGET
1603 WINDRES for the target
0c24b341
NC
1604 WINDMC_FOR_TARGET
1605 WINDMC for the target
c6b750e1
DJ
1606
1607Use these variables to override the choices made by `configure' or to help
1608it to find libraries and programs with nonstandard names/locations.
1609
81ecdfbb 1610Report bugs to the package provider.
c6b750e1 1611_ACEOF
81ecdfbb 1612ac_status=$?
c6b750e1
DJ
1613fi
1614
1615if test "$ac_init_help" = "recursive"; then
1616 # If there are subdirs, report their specific --help.
c6b750e1 1617 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1618 test -d "$ac_dir" ||
1619 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1620 continue
c6b750e1
DJ
1621 ac_builddir=.
1622
81ecdfbb
RW
1623case "$ac_dir" in
1624.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1625*)
1626 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1627 # A ".." for each directory in $ac_dir_suffix.
1628 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1629 case $ac_top_builddir_sub in
1630 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1631 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1632 esac ;;
1633esac
1634ac_abs_top_builddir=$ac_pwd
1635ac_abs_builddir=$ac_pwd$ac_dir_suffix
1636# for backward compatibility:
1637ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
1638
1639case $srcdir in
81ecdfbb 1640 .) # We are building in place.
c6b750e1 1641 ac_srcdir=.
81ecdfbb
RW
1642 ac_top_srcdir=$ac_top_builddir_sub
1643 ac_abs_top_srcdir=$ac_pwd ;;
1644 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 1645 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1646 ac_top_srcdir=$srcdir
1647 ac_abs_top_srcdir=$srcdir ;;
1648 *) # Relative name.
1649 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1650 ac_top_srcdir=$ac_top_build_prefix$srcdir
1651 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 1652esac
81ecdfbb
RW
1653ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1654
1655 cd "$ac_dir" || { ac_status=$?; continue; }
1656 # Check for guested configure.
1657 if test -f "$ac_srcdir/configure.gnu"; then
1658 echo &&
1659 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1660 elif test -f "$ac_srcdir/configure"; then
1661 echo &&
1662 $SHELL "$ac_srcdir/configure" --help=recursive
c6b750e1 1663 else
81ecdfbb
RW
1664 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1665 fi || ac_status=$?
1666 cd "$ac_pwd" || { ac_status=$?; break; }
c6b750e1
DJ
1667 done
1668fi
1669
81ecdfbb 1670test -n "$ac_init_help" && exit $ac_status
c6b750e1
DJ
1671if $ac_init_version; then
1672 cat <<\_ACEOF
81ecdfbb
RW
1673configure
1674generated by GNU Autoconf 2.64
c6b750e1 1675
81ecdfbb 1676Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
1677This configure script is free software; the Free Software Foundation
1678gives unlimited permission to copy, distribute and modify it.
1679_ACEOF
81ecdfbb 1680 exit
c6b750e1 1681fi
81ecdfbb
RW
1682
1683## ------------------------ ##
1684## Autoconf initialization. ##
1685## ------------------------ ##
1686
1687# ac_fn_c_try_compile LINENO
1688# --------------------------
1689# Try to compile conftest.$ac_ext, and return whether this succeeded.
1690ac_fn_c_try_compile ()
1691{
1692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1693 rm -f conftest.$ac_objext
1694 if { { ac_try="$ac_compile"
1695case "(($ac_try" in
1696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1697 *) ac_try_echo=$ac_try;;
1698esac
1699eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1700$as_echo "$ac_try_echo"; } >&5
1701 (eval "$ac_compile") 2>conftest.err
1702 ac_status=$?
1703 if test -s conftest.err; then
1704 grep -v '^ *+' conftest.err >conftest.er1
1705 cat conftest.er1 >&5
1706 mv -f conftest.er1 conftest.err
1707 fi
1708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709 test $ac_status = 0; } && {
1710 test -z "$ac_c_werror_flag" ||
1711 test ! -s conftest.err
1712 } && test -s conftest.$ac_objext; then :
1713 ac_retval=0
1714else
1715 $as_echo "$as_me: failed program was:" >&5
1716sed 's/^/| /' conftest.$ac_ext >&5
1717
1718 ac_retval=1
1719fi
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 return $ac_retval
1722
1723} # ac_fn_c_try_compile
1724
1725# ac_fn_cxx_try_compile LINENO
1726# ----------------------------
1727# Try to compile conftest.$ac_ext, and return whether this succeeded.
1728ac_fn_cxx_try_compile ()
1729{
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 rm -f conftest.$ac_objext
1732 if { { ac_try="$ac_compile"
1733case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736esac
1737eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738$as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_compile") 2>conftest.err
1740 ac_status=$?
1741 if test -s conftest.err; then
1742 grep -v '^ *+' conftest.err >conftest.er1
1743 cat conftest.er1 >&5
1744 mv -f conftest.er1 conftest.err
1745 fi
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; } && {
1748 test -z "$ac_cxx_werror_flag" ||
1749 test ! -s conftest.err
1750 } && test -s conftest.$ac_objext; then :
1751 ac_retval=0
1752else
1753 $as_echo "$as_me: failed program was:" >&5
1754sed 's/^/| /' conftest.$ac_ext >&5
1755
1756 ac_retval=1
1757fi
1758 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759 return $ac_retval
1760
1761} # ac_fn_cxx_try_compile
1762
1763# ac_fn_c_try_link LINENO
1764# -----------------------
1765# Try to link conftest.$ac_ext, and return whether this succeeded.
1766ac_fn_c_try_link ()
1767{
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 rm -f conftest.$ac_objext conftest$ac_exeext
1770 if { { ac_try="$ac_link"
1771case "(($ac_try" in
1772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773 *) ac_try_echo=$ac_try;;
1774esac
1775eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776$as_echo "$ac_try_echo"; } >&5
1777 (eval "$ac_link") 2>conftest.err
1778 ac_status=$?
1779 if test -s conftest.err; then
1780 grep -v '^ *+' conftest.err >conftest.er1
1781 cat conftest.er1 >&5
1782 mv -f conftest.er1 conftest.err
1783 fi
1784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1785 test $ac_status = 0; } && {
1786 test -z "$ac_c_werror_flag" ||
1787 test ! -s conftest.err
1788 } && test -s conftest$ac_exeext && {
1789 test "$cross_compiling" = yes ||
1790 $as_test_x conftest$ac_exeext
1791 }; then :
1792 ac_retval=0
1793else
1794 $as_echo "$as_me: failed program was:" >&5
1795sed 's/^/| /' conftest.$ac_ext >&5
1796
1797 ac_retval=1
1798fi
1799 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1800 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1801 # interfere with the next link command; also delete a directory that is
1802 # left behind by Apple's compiler. We do this before executing the actions.
1803 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1804 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1805 return $ac_retval
1806
1807} # ac_fn_c_try_link
1808cat >config.log <<_ACEOF
c6b750e1
DJ
1809This file contains any messages produced by compilers while
1810running configure, to aid debugging if configure makes a mistake.
1811
1812It was created by $as_me, which was
81ecdfbb 1813generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
1814
1815 $ $0 $@
1816
1817_ACEOF
81ecdfbb 1818exec 5>>config.log
c6b750e1
DJ
1819{
1820cat <<_ASUNAME
1821## --------- ##
1822## Platform. ##
1823## --------- ##
1824
1825hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1826uname -m = `(uname -m) 2>/dev/null || echo unknown`
1827uname -r = `(uname -r) 2>/dev/null || echo unknown`
1828uname -s = `(uname -s) 2>/dev/null || echo unknown`
1829uname -v = `(uname -v) 2>/dev/null || echo unknown`
1830
1831/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1832/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1833
1834/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1835/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1836/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1837/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
c6b750e1
DJ
1838/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1839/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1840/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1841
1842_ASUNAME
1843
1844as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1845for as_dir in $PATH
1846do
1847 IFS=$as_save_IFS
1848 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1849 $as_echo "PATH: $as_dir"
1850 done
1851IFS=$as_save_IFS
c6b750e1
DJ
1852
1853} >&5
1854
1855cat >&5 <<_ACEOF
1856
1857
1858## ----------- ##
1859## Core tests. ##
1860## ----------- ##
1861
1862_ACEOF
1863
1864
1865# Keep a trace of the command line.
1866# Strip out --no-create and --no-recursion so they do not pile up.
1867# Strip out --silent because we don't want to record it for future runs.
1868# Also quote any args containing shell meta-characters.
1869# Make two passes to allow for proper duplicate-argument suppression.
1870ac_configure_args=
1871ac_configure_args0=
1872ac_configure_args1=
c6b750e1
DJ
1873ac_must_keep_next=false
1874for ac_pass in 1 2
1875do
1876 for ac_arg
1877 do
1878 case $ac_arg in
1879 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1880 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1881 | -silent | --silent | --silen | --sile | --sil)
1882 continue ;;
81ecdfbb
RW
1883 *\'*)
1884 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
1885 esac
1886 case $ac_pass in
81ecdfbb 1887 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
c6b750e1 1888 2)
81ecdfbb 1889 as_fn_append ac_configure_args1 " '$ac_arg'"
c6b750e1
DJ
1890 if test $ac_must_keep_next = true; then
1891 ac_must_keep_next=false # Got value, back to normal.
1892 else
1893 case $ac_arg in
1894 *=* | --config-cache | -C | -disable-* | --disable-* \
1895 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1896 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1897 | -with-* | --with-* | -without-* | --without-* | --x)
1898 case "$ac_configure_args0 " in
1899 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1900 esac
1901 ;;
1902 -* ) ac_must_keep_next=true ;;
1903 esac
1904 fi
81ecdfbb 1905 as_fn_append ac_configure_args " '$ac_arg'"
c6b750e1
DJ
1906 ;;
1907 esac
1908 done
1909done
81ecdfbb
RW
1910{ ac_configure_args0=; unset ac_configure_args0;}
1911{ ac_configure_args1=; unset ac_configure_args1;}
c6b750e1
DJ
1912
1913# When interrupted or exit'd, cleanup temporary files, and complete
1914# config.log. We remove comments because anyway the quotes in there
1915# would cause problems or look ugly.
81ecdfbb
RW
1916# WARNING: Use '\'' to represent an apostrophe within the trap.
1917# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
c6b750e1
DJ
1918trap 'exit_status=$?
1919 # Save into config.log some information that might help in debugging.
1920 {
1921 echo
1922
1923 cat <<\_ASBOX
1924## ---------------- ##
1925## Cache variables. ##
1926## ---------------- ##
1927_ASBOX
1928 echo
1929 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1930(
1931 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1932 eval ac_val=\$$ac_var
1933 case $ac_val in #(
1934 *${as_nl}*)
1935 case $ac_var in #(
1936 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1937$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1938 esac
1939 case $ac_var in #(
1940 _ | IFS | as_nl) ;; #(
1941 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1942 *) { eval $ac_var=; unset $ac_var;} ;;
1943 esac ;;
1944 esac
1945 done
c6b750e1 1946 (set) 2>&1 |
81ecdfbb
RW
1947 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1948 *${as_nl}ac_space=\ *)
c6b750e1 1949 sed -n \
81ecdfbb
RW
1950 "s/'\''/'\''\\\\'\'''\''/g;
1951 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1952 ;; #(
c6b750e1 1953 *)
81ecdfbb 1954 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 1955 ;;
81ecdfbb
RW
1956 esac |
1957 sort
1958)
c6b750e1
DJ
1959 echo
1960
1961 cat <<\_ASBOX
1962## ----------------- ##
1963## Output variables. ##
1964## ----------------- ##
1965_ASBOX
1966 echo
1967 for ac_var in $ac_subst_vars
1968 do
81ecdfbb
RW
1969 eval ac_val=\$$ac_var
1970 case $ac_val in
1971 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1972 esac
1973 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
1974 done | sort
1975 echo
1976
1977 if test -n "$ac_subst_files"; then
1978 cat <<\_ASBOX
81ecdfbb
RW
1979## ------------------- ##
1980## File substitutions. ##
1981## ------------------- ##
c6b750e1
DJ
1982_ASBOX
1983 echo
1984 for ac_var in $ac_subst_files
1985 do
81ecdfbb
RW
1986 eval ac_val=\$$ac_var
1987 case $ac_val in
1988 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1989 esac
1990 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
1991 done | sort
1992 echo
1993 fi
1994
1995 if test -s confdefs.h; then
1996 cat <<\_ASBOX
1997## ----------- ##
1998## confdefs.h. ##
1999## ----------- ##
2000_ASBOX
2001 echo
81ecdfbb 2002 cat confdefs.h
c6b750e1
DJ
2003 echo
2004 fi
2005 test "$ac_signal" != 0 &&
81ecdfbb
RW
2006 $as_echo "$as_me: caught signal $ac_signal"
2007 $as_echo "$as_me: exit $exit_status"
c6b750e1 2008 } >&5
81ecdfbb
RW
2009 rm -f core *.core core.conftest.* &&
2010 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
c6b750e1 2011 exit $exit_status
81ecdfbb 2012' 0
c6b750e1 2013for ac_signal in 1 2 13 15; do
81ecdfbb 2014 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
c6b750e1
DJ
2015done
2016ac_signal=0
2017
2018# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2019rm -f -r conftest* confdefs.h
2020
2021$as_echo "/* confdefs.h */" > confdefs.h
c6b750e1
DJ
2022
2023# Predefined preprocessor variables.
2024
2025cat >>confdefs.h <<_ACEOF
2026#define PACKAGE_NAME "$PACKAGE_NAME"
2027_ACEOF
2028
c6b750e1
DJ
2029cat >>confdefs.h <<_ACEOF
2030#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2031_ACEOF
2032
c6b750e1
DJ
2033cat >>confdefs.h <<_ACEOF
2034#define PACKAGE_VERSION "$PACKAGE_VERSION"
2035_ACEOF
2036
c6b750e1
DJ
2037cat >>confdefs.h <<_ACEOF
2038#define PACKAGE_STRING "$PACKAGE_STRING"
2039_ACEOF
2040
c6b750e1
DJ
2041cat >>confdefs.h <<_ACEOF
2042#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2043_ACEOF
2044
81ecdfbb
RW
2045cat >>confdefs.h <<_ACEOF
2046#define PACKAGE_URL "$PACKAGE_URL"
2047_ACEOF
2048
c6b750e1
DJ
2049
2050# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2051# Prefer an explicitly selected file to automatically selected ones.
2052ac_site_file1=NONE
2053ac_site_file2=NONE
2054if test -n "$CONFIG_SITE"; then
2055 ac_site_file1=$CONFIG_SITE
2056elif test "x$prefix" != xNONE; then
2057 ac_site_file1=$prefix/share/config.site
2058 ac_site_file2=$prefix/etc/config.site
2059else
2060 ac_site_file1=$ac_default_prefix/share/config.site
2061 ac_site_file2=$ac_default_prefix/etc/config.site
a0da8069 2062fi
81ecdfbb
RW
2063for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2064do
2065 test "x$ac_site_file" = xNONE && continue
a0da8069 2066 if test -r "$ac_site_file"; then
81ecdfbb
RW
2067 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2068$as_echo "$as_me: loading site script $ac_site_file" >&6;}
c6b750e1 2069 sed 's/^/| /' "$ac_site_file" >&5
a0da8069
NN
2070 . "$ac_site_file"
2071 fi
2072done
2073
2074if test -r "$cache_file"; then
c6b750e1
DJ
2075 # Some versions of bash will fail to source /dev/null (special
2076 # files actually), so we avoid doing that.
2077 if test -f "$cache_file"; then
81ecdfbb
RW
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2079$as_echo "$as_me: loading cache $cache_file" >&6;}
c6b750e1 2080 case $cache_file in
81ecdfbb
RW
2081 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2082 *) . "./$cache_file";;
c6b750e1
DJ
2083 esac
2084 fi
a0da8069 2085else
81ecdfbb
RW
2086 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2087$as_echo "$as_me: creating cache $cache_file" >&6;}
c6b750e1
DJ
2088 >$cache_file
2089fi
2090
2091# Check that the precious variables saved in the cache have kept the same
2092# value.
2093ac_cache_corrupted=false
81ecdfbb 2094for ac_var in $ac_precious_vars; do
c6b750e1
DJ
2095 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2096 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2097 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2098 eval ac_new_val=\$ac_env_${ac_var}_value
c6b750e1
DJ
2099 case $ac_old_set,$ac_new_set in
2100 set,)
81ecdfbb
RW
2101 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2102$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
c6b750e1
DJ
2103 ac_cache_corrupted=: ;;
2104 ,set)
81ecdfbb
RW
2105 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2106$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
c6b750e1
DJ
2107 ac_cache_corrupted=: ;;
2108 ,);;
2109 *)
2110 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2111 # differences in whitespace do not lead to failure.
2112 ac_old_val_w=`echo x $ac_old_val`
2113 ac_new_val_w=`echo x $ac_new_val`
2114 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2116$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2117 ac_cache_corrupted=:
2118 else
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2120$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2121 eval $ac_var=\$ac_old_val
2122 fi
2123 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2124$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2126$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
c6b750e1
DJ
2127 fi;;
2128 esac
2129 # Pass precious variables to config.status.
2130 if test "$ac_new_set" = set; then
2131 case $ac_new_val in
81ecdfbb 2132 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
2133 *) ac_arg=$ac_var=$ac_new_val ;;
2134 esac
2135 case " $ac_configure_args " in
2136 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2137 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
c6b750e1
DJ
2138 esac
2139 fi
2140done
2141if $ac_cache_corrupted; then
81ecdfbb
RW
2142 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2143$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2145$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2146 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
a0da8069 2147fi
81ecdfbb
RW
2148## -------------------- ##
2149## Main body of script. ##
2150## -------------------- ##
a0da8069
NN
2151
2152ac_ext=c
a0da8069 2153ac_cpp='$CPP $CPPFLAGS'
c6b750e1
DJ
2154ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2155ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2156ac_compiler_gnu=$ac_cv_c_compiler_gnu
2157
2158
2159
2160
c6b750e1
DJ
2161
2162
34a0f3cf 2163
c6b750e1 2164
5b553f7e
RW
2165
2166progname=$0
2167# if PWD already has a value, it is probably wrong.
2168if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2169
2170# Export original configure arguments for use by sub-configures.
2171# Quote arguments with shell meta charatcers.
2172TOPLEVEL_CONFIGURE_ARGUMENTS=
2173set -- "$progname" "$@"
2174for ac_arg
2175do
2176 case "$ac_arg" in
2177 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2178 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2179 # if the argument is of the form -foo=baz, quote the baz part only
2180 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2181 *) ;;
2182 esac
2183 # Add the quoted argument to the list.
2184 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2185done
2186if test "$silent" = yes; then
2187 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2188fi
2189# Remove the initial space we just introduced and, as these will be
2190# expanded by make, quote '$'.
2191TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2192
c6b750e1
DJ
2193
2194# Find the build, host, and target systems.
a0da8069 2195ac_aux_dir=
81ecdfbb
RW
2196for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2197 for ac_t in install-sh install.sh shtool; do
2198 if test -f "$ac_dir/$ac_t"; then
2199 ac_aux_dir=$ac_dir
2200 ac_install_sh="$ac_aux_dir/$ac_t -c"
2201 break 2
2202 fi
2203 done
a0da8069
NN
2204done
2205if test -z "$ac_aux_dir"; then
81ecdfbb 2206 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
a0da8069 2207fi
81ecdfbb
RW
2208
2209# These three variables are undocumented and unsupported,
2210# and are intended to be withdrawn in a future Autoconf release.
2211# They can cause serious problems if a builder's source tree is in a directory
2212# whose full name contains unusual characters.
2213ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2214ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2215ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2216
a0da8069 2217
c6b750e1 2218# Make sure we can run config.sub.
81ecdfbb
RW
2219$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2220 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2221
2222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2223$as_echo_n "checking build system type... " >&6; }
2224if test "${ac_cv_build+set}" = set; then :
2225 $as_echo_n "(cached) " >&6
2226else
2227 ac_build_alias=$build_alias
2228test "x$ac_build_alias" = x &&
2229 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2230test "x$ac_build_alias" = x &&
2231 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2232ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2233 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2234
2235fi
2236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2237$as_echo "$ac_cv_build" >&6; }
2238case $ac_cv_build in
2239*-*-*) ;;
2240*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2241esac
c6b750e1 2242build=$ac_cv_build
81ecdfbb
RW
2243ac_save_IFS=$IFS; IFS='-'
2244set x $ac_cv_build
2245shift
2246build_cpu=$1
2247build_vendor=$2
2248shift; shift
2249# Remember, the first character of IFS is used to create $*,
2250# except with old shells:
2251build_os=$*
2252IFS=$ac_save_IFS
2253case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
a0da8069 2254
a0da8069 2255
c6b750e1
DJ
2256 case ${build_alias} in
2257 "") build_noncanonical=${build} ;;
2258 *) build_noncanonical=${build_alias} ;;
cac3d6c4
CM
2259esac
2260
2261
cac3d6c4 2262
c6b750e1
DJ
2263 case ${host_alias} in
2264 "") host_noncanonical=${build_noncanonical} ;;
2265 *) host_noncanonical=${host_alias} ;;
cac3d6c4
CM
2266esac
2267
cac3d6c4 2268
c6b750e1
DJ
2269
2270 case ${target_alias} in
2271 "") target_noncanonical=${host_noncanonical} ;;
2272 *) target_noncanonical=${target_alias} ;;
cac3d6c4
CM
2273esac
2274
cac3d6c4 2275
c6b750e1
DJ
2276
2277
2278test "$host_noncanonical" = "$target_noncanonical" &&
a0da8069
NN
2279 test "$program_prefix$program_suffix$program_transform_name" = \
2280 NONENONEs,x,x, &&
c6b750e1 2281 program_transform_name=s,y,y,
cac3d6c4 2282
81ecdfbb
RW
2283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2284$as_echo_n "checking host system type... " >&6; }
2285if test "${ac_cv_host+set}" = set; then :
2286 $as_echo_n "(cached) " >&6
cac3d6c4 2287else
81ecdfbb
RW
2288 if test "x$host_alias" = x; then
2289 ac_cv_host=$ac_cv_build
2290else
2291 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2292 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2293fi
c6b750e1
DJ
2294
2295fi
81ecdfbb
RW
2296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2297$as_echo "$ac_cv_host" >&6; }
2298case $ac_cv_host in
2299*-*-*) ;;
2300*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2301esac
c6b750e1 2302host=$ac_cv_host
81ecdfbb
RW
2303ac_save_IFS=$IFS; IFS='-'
2304set x $ac_cv_host
2305shift
2306host_cpu=$1
2307host_vendor=$2
2308shift; shift
2309# Remember, the first character of IFS is used to create $*,
2310# except with old shells:
2311host_os=$*
2312IFS=$ac_save_IFS
2313case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2314
2315
81ecdfbb
RW
2316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2317$as_echo_n "checking target system type... " >&6; }
2318if test "${ac_cv_target+set}" = set; then :
2319 $as_echo_n "(cached) " >&6
c6b750e1 2320else
81ecdfbb
RW
2321 if test "x$target_alias" = x; then
2322 ac_cv_target=$ac_cv_host
2323else
2324 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2325 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2326fi
c6b750e1 2327
cac3d6c4 2328fi
81ecdfbb
RW
2329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2330$as_echo "$ac_cv_target" >&6; }
2331case $ac_cv_target in
2332*-*-*) ;;
2333*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2334esac
c6b750e1 2335target=$ac_cv_target
81ecdfbb
RW
2336ac_save_IFS=$IFS; IFS='-'
2337set x $ac_cv_target
2338shift
2339target_cpu=$1
2340target_vendor=$2
2341shift; shift
2342# Remember, the first character of IFS is used to create $*,
2343# except with old shells:
2344target_os=$*
2345IFS=$ac_save_IFS
2346case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2347
2348
2349# The aliases save the names the user supplied, while $host etc.
2350# will get canonicalized.
2351test -n "$target_alias" &&
2352 test "$program_prefix$program_suffix$program_transform_name" = \
2353 NONENONEs,x,x, &&
2354 program_prefix=${target_alias}-
81ecdfbb 2355
a0da8069 2356test "$program_prefix" != NONE &&
81ecdfbb 2357 program_transform_name="s&^&$program_prefix&;$program_transform_name"
a0da8069
NN
2358# Use a double $ so make ignores it.
2359test "$program_suffix" != NONE &&
81ecdfbb
RW
2360 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2361# Double any \ or $.
c6b750e1 2362# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2363ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2364program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
cac3d6c4 2365
a0da8069
NN
2366
2367
e5c3f801
NN
2368# Get 'install' or 'install-sh' and its variants.
2369# Find a good install program. We prefer a C program (faster),
2370# so one script is as good as another. But avoid the broken or
2371# incompatible versions:
2372# SysV /etc/install, /usr/sbin/install
2373# SunOS /usr/etc/install
2374# IRIX /sbin/install
2375# AIX /bin/install
c6b750e1 2376# AmigaOS /C/install, which installs bootblocks on floppy discs
e5c3f801
NN
2377# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2378# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2379# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
c6b750e1 2380# OS/2's system install, which has a completely different semantic
e5c3f801 2381# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 2382# Reject install programs that cannot install multiple files.
81ecdfbb
RW
2383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2384$as_echo_n "checking for a BSD-compatible install... " >&6; }
e5c3f801 2385if test -z "$INSTALL"; then
81ecdfbb
RW
2386if test "${ac_cv_path_install+set}" = set; then :
2387 $as_echo_n "(cached) " >&6
c6b750e1
DJ
2388else
2389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2390for as_dir in $PATH
2391do
2392 IFS=$as_save_IFS
2393 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2394 # Account for people who put trailing slashes in PATH elements.
2395case $as_dir/ in #((
2396 ./ | .// | /[cC]/* | \
c6b750e1 2397 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 2398 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
c6b750e1
DJ
2399 /usr/ucb/* ) ;;
2400 *)
2401 # OSF1 and SCO ODT 3.0 have their own names for install.
2402 # Don't use installbsd from OSF since it installs stuff as root
2403 # by default.
2404 for ac_prog in ginstall scoinst install; do
2405 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 2406 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
e5c3f801 2407 if test $ac_prog = install &&
c6b750e1 2408 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
e5c3f801
NN
2409 # AIX install. It has an incompatible calling convention.
2410 :
c6b750e1
DJ
2411 elif test $ac_prog = install &&
2412 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2413 # program-specific install script used by HP pwplus--don't use.
2414 :
e5c3f801 2415 else
58c85be7
RW
2416 rm -rf conftest.one conftest.two conftest.dir
2417 echo one > conftest.one
2418 echo two > conftest.two
2419 mkdir conftest.dir
2420 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2421 test -s conftest.one && test -s conftest.two &&
2422 test -s conftest.dir/conftest.one &&
2423 test -s conftest.dir/conftest.two
2424 then
2425 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2426 break 3
2427 fi
e5c3f801
NN
2428 fi
2429 fi
2430 done
c6b750e1
DJ
2431 done
2432 ;;
2433esac
81ecdfbb
RW
2434
2435 done
2436IFS=$as_save_IFS
c6b750e1 2437
58c85be7 2438rm -rf conftest.one conftest.two conftest.dir
e5c3f801
NN
2439
2440fi
2441 if test "${ac_cv_path_install+set}" = set; then
c6b750e1 2442 INSTALL=$ac_cv_path_install
e5c3f801 2443 else
58c85be7
RW
2444 # As a last resort, use the slow shell script. Don't cache a
2445 # value for INSTALL within a source directory, because that will
e5c3f801 2446 # break other packages using the cache if that directory is
58c85be7 2447 # removed, or if the value is a relative name.
c6b750e1 2448 INSTALL=$ac_install_sh
e5c3f801
NN
2449 fi
2450fi
81ecdfbb
RW
2451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2452$as_echo "$INSTALL" >&6; }
e5c3f801
NN
2453
2454# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2455# It thinks the first close brace ends the variable substitution.
2456test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2457
c6b750e1 2458test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
e5c3f801
NN
2459
2460test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2461
81ecdfbb
RW
2462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2463$as_echo_n "checking whether ln works... " >&6; }
2464if test "${acx_cv_prog_LN+set}" = set; then :
2465 $as_echo_n "(cached) " >&6
656fdd47
PB
2466else
2467 rm -f conftestdata_t
2468echo >conftestdata_f
2469if ln conftestdata_f conftestdata_t 2>/dev/null
2470then
2471 acx_cv_prog_LN=ln
2472else
2473 acx_cv_prog_LN=no
2474fi
2475rm -f conftestdata_f conftestdata_t
2476
2477fi
2478if test $acx_cv_prog_LN = no; then
2479 LN="cp"
81ecdfbb
RW
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2481$as_echo "no, using $LN" >&6; }
656fdd47
PB
2482else
2483 LN="$acx_cv_prog_LN"
81ecdfbb
RW
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2485$as_echo "yes" >&6; }
656fdd47
PB
2486fi
2487
81ecdfbb
RW
2488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2489$as_echo_n "checking whether ln -s works... " >&6; }
c6b750e1
DJ
2490LN_S=$as_ln_s
2491if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2493$as_echo "yes" >&6; }
cac3d6c4 2494else
81ecdfbb
RW
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2496$as_echo "no, using $LN_S" >&6; }
dfdffa2c
PB
2497fi
2498
8e957354
PB
2499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2500$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2501if test "${ac_cv_path_SED+set}" = set; then :
2502 $as_echo_n "(cached) " >&6
2503else
2504 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2505 for ac_i in 1 2 3 4 5 6 7; do
2506 ac_script="$ac_script$as_nl$ac_script"
2507 done
2508 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2509 { ac_script=; unset ac_script;}
2510 if test -z "$SED"; then
2511 ac_path_SED_found=false
2512 # Loop through the user's path and test for each of PROGNAME-LIST
2513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2514for as_dir in $PATH
2515do
2516 IFS=$as_save_IFS
2517 test -z "$as_dir" && as_dir=.
2518 for ac_prog in sed gsed; do
2519 for ac_exec_ext in '' $ac_executable_extensions; do
2520 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2521 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2522# Check for GNU ac_path_SED and select it if it is found.
2523 # Check for GNU $ac_path_SED
2524case `"$ac_path_SED" --version 2>&1` in
2525*GNU*)
2526 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2527*)
2528 ac_count=0
2529 $as_echo_n 0123456789 >"conftest.in"
2530 while :
2531 do
2532 cat "conftest.in" "conftest.in" >"conftest.tmp"
2533 mv "conftest.tmp" "conftest.in"
2534 cp "conftest.in" "conftest.nl"
2535 $as_echo '' >> "conftest.nl"
2536 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2537 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2538 as_fn_arith $ac_count + 1 && ac_count=$as_val
2539 if test $ac_count -gt ${ac_path_SED_max-0}; then
2540 # Best one so far, save it but keep looking for a better one
2541 ac_cv_path_SED="$ac_path_SED"
2542 ac_path_SED_max=$ac_count
2543 fi
2544 # 10*(2^10) chars as input seems more than enough
2545 test $ac_count -gt 10 && break
2546 done
2547 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2548esac
2549
2550 $ac_path_SED_found && break 3
2551 done
2552 done
2553 done
2554IFS=$as_save_IFS
2555 if test -z "$ac_cv_path_SED"; then
2556 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2557 fi
2558else
2559 ac_cv_path_SED=$SED
2560fi
2561
2562fi
2563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2564$as_echo "$ac_cv_path_SED" >&6; }
2565 SED="$ac_cv_path_SED"
2566 rm -f conftest.sed
2567
2568for ac_prog in gawk mawk nawk awk
2569do
2570 # Extract the first word of "$ac_prog", so it can be a program name with args.
2571set dummy $ac_prog; ac_word=$2
2572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2573$as_echo_n "checking for $ac_word... " >&6; }
2574if test "${ac_cv_prog_AWK+set}" = set; then :
2575 $as_echo_n "(cached) " >&6
2576else
2577 if test -n "$AWK"; then
2578 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2579else
2580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2581for as_dir in $PATH
2582do
2583 IFS=$as_save_IFS
2584 test -z "$as_dir" && as_dir=.
2585 for ac_exec_ext in '' $ac_executable_extensions; do
2586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2587 ac_cv_prog_AWK="$ac_prog"
2588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2589 break 2
2590 fi
2591done
2592 done
2593IFS=$as_save_IFS
2594
2595fi
2596fi
2597AWK=$ac_cv_prog_AWK
2598if test -n "$AWK"; then
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2600$as_echo "$AWK" >&6; }
2601else
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2603$as_echo "no" >&6; }
2604fi
2605
2606
2607 test -n "$AWK" && break
2608done
2609
e5c3f801 2610
252b5132 2611### we might need to use some other shell than /bin/sh for running subshells
252b5132
RH
2612### If we are on Windows, search for the shell. This will permit people
2613### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
2614### without also having to set CONFIG_SHELL. This code will work when
2615### using bash, which sets OSTYPE.
2616case "${OSTYPE}" in
2617*win32*)
a0da8069
NN
2618 if test x${CONFIG_SHELL} = x ; then
2619 if test ! -f /bin/sh ; then
2620 if test x${SHELL} != x && test -f ${SHELL} ; then
252b5132
RH
2621 CONFIG_SHELL=${SHELL}
2622 export CONFIG_SHELL
2623 else
2624 for prog in sh sh.exe bash bash.exe; do
2625 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
2626 for dir in $PATH; do
2627 test -z "$dir" && dir=.
2628 if test -f $dir/$prog; then
2629 CONFIG_SHELL=$dir/$prog
2630 export CONFIG_SHELL
2631 break
2632 fi
2633 done
2634 IFS="$save_ifs"
2635 test -n "${CONFIG_SHELL}" && break
2636 done
2637 fi
2638 fi
2639 fi
2640 ;;
2641esac
2642
2643config_shell=${CONFIG_SHELL-/bin/sh}
2644
a0da8069 2645moveifchange=${srcdir}/move-if-change
252b5132 2646
0fdbe983
DJ
2647srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2648
2649# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2650# a relative path.
2651if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2652 INSTALL="${srcpwd}/install-sh -c"
2653fi
2654
a0da8069
NN
2655# Set srcdir to "." if that's what it is.
2656# This is important for multilib support.
2657pwd=`${PWDCMD-pwd}`
a0da8069
NN
2658if test "${pwd}" = "${srcpwd}" ; then
2659 srcdir=.
252b5132
RH
2660fi
2661
a0da8069 2662topsrcdir=$srcpwd
252b5132 2663
a0da8069 2664extra_host_args=
afefada0 2665
a0da8069
NN
2666### To add a new directory to the tree, first choose whether it is a target
2667### or a host dependent tool. Then put it into the appropriate list
2668### (library or tools, host or target), doing a dependency sort.
252b5132 2669
c6b750e1 2670# Subdirs will be configured in the order listed in build_configdirs,
a0da8069 2671# configdirs, or target_configdirs; see the serialization section below.
252b5132 2672
c6b750e1
DJ
2673# Dependency sorting is only needed when *configuration* must be done in
2674# a particular order. In all cases a dependency should be specified in
a0da8069 2675# the Makefile, whether or not it's implicitly specified here.
252b5132 2676
a0da8069
NN
2677# Double entries in build_configdirs, configdirs, or target_configdirs may
2678# cause circular dependencies and break everything horribly.
252b5132 2679
6a9cf61e
PB
2680# these library is used by various programs built for the build
2681# environment
2682#
2683build_libs="build-libiberty"
2684
2685# these tools are built for the build environment
ee025550 2686build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
6a9cf61e 2687
a0da8069
NN
2688# these libraries are used by various programs built for the host environment
2689#
1f53ca9a 2690host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libelf libiconv"
a0da8069 2691
a0da8069
NN
2692# these tools are built for the host environment
2693# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2694# know that we are building the simulator.
2695# binutils, gas and ld appear in that order because it makes sense to run
2696# "make check" in that particular order.
e6de499b 2697# If --enable-gold is used, "gold" may replace "ld".
f9806fa5 2698host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
a0da8069
NN
2699
2700# libgcj represents the runtime libraries only used by gcj.
2701libgcj="target-libffi \
a0da8069
NN
2702 target-zlib \
2703 target-qthreads \
2704 target-libjava"
2705
2706# these libraries are built for the target environment, and are built after
2707# the host libraries and the host tools (which may be a cross compiler)
2708#
b1299c4e
DJ
2709target_libraries="target-libgcc \
2710 target-libiberty \
a0da8069
NN
2711 target-libgloss \
2712 target-newlib \
cff87f51 2713 target-libgomp \
b9459e83 2714 target-libstdc++-v3 \
4b1cb4fe 2715 target-libmudflap \
bb780410 2716 target-libssp \
e552509b 2717 target-libquadmath \
4b1cb4fe 2718 target-libgfortran \
4f0ef2d8 2719 target-boehm-gc \
83326456 2720 ${libgcj} \
a2592b1b 2721 target-libobjc \
e552509b
ILT
2722 target-libada \
2723 target-libgo"
a0da8069 2724
9c14acb8
NN
2725# these tools are built using the target libraries, and are intended to
2726# run only in the target environment
a0da8069 2727#
9c14acb8 2728# note: any program that *uses* libraries that are in the "target_libraries"
a0da8069
NN
2729# list belongs in this list. those programs are also very likely
2730# candidates for the "native_only" list which follows
2731#
a3dd767d 2732target_tools="target-examples target-groff target-gperf target-rda"
252b5132 2733
a0da8069 2734################################################################################
252b5132 2735
a0da8069
NN
2736## All tools belong in one of the four categories, and are assigned above
2737## We assign ${configdirs} this way to remove all embedded newlines. This
2738## is important because configure will choke if they ever get through.
2739## ${configdirs} is directories we build using the host tools.
2740## ${target_configdirs} is directories we build using the target tools.
a0da8069 2741configdirs=`echo ${host_libs} ${host_tools}`
9c14acb8 2742target_configdirs=`echo ${target_libraries} ${target_tools}`
ee025550 2743build_configdirs=`echo ${build_libs} ${build_tools}`
dd12c3a8 2744
9cc8ae67
PB
2745
2746
a0da8069 2747################################################################################
252b5132 2748
a0da8069 2749srcname="gnu development package"
252b5132 2750
a0da8069
NN
2751# This gets set non-empty for some net releases of packages.
2752appdirs=""
252b5132 2753
a0da8069
NN
2754# Define is_cross_compiler to save on calls to 'test'.
2755is_cross_compiler=
2756if test x"${host}" = x"${target}" ; then
2757 is_cross_compiler=no
252b5132 2758else
a0da8069 2759 is_cross_compiler=yes
c6b750e1 2760fi
252b5132 2761
9175bfc0 2762# Find the build and target subdir names.
dd12c3a8 2763
66a79c16
DJ
2764# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2765# have matching libraries, they should use host libraries: Makefile.tpl
2766# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2767# However, they still use the build modules, because the corresponding
2768# host modules (e.g. bison) are only built for the host when bootstrap
2769# finishes. So:
2770# - build_subdir is where we find build modules, and never changes.
2771# - build_libsubdir is where we find build libraries, and can be overridden.
2772
2773# Prefix 'build-' so this never conflicts with target_subdir.
dd12c3a8 2774build_subdir="build-${build_noncanonical}"
c6b750e1 2775
81ecdfbb
RW
2776# Check whether --with-build-libsubdir was given.
2777if test "${with_build_libsubdir+set}" = set; then :
2778 withval=$with_build_libsubdir; build_libsubdir="$withval"
66a79c16
DJ
2779else
2780 build_libsubdir="$build_subdir"
81ecdfbb
RW
2781fi
2782
b00612cc
PB
2783# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2784if ( test $srcdir = . && test -d gcc ) \
2785 || test -d $srcdir/../host-${host_noncanonical}; then
2786 host_subdir="host-${host_noncanonical}"
2787else
2788 host_subdir=.
2789fi
dd12c3a8
NN
2790# No prefix.
2791target_subdir=${target_noncanonical}
c6b750e1 2792
2fd0b40b
RW
2793# Be sure to cover against remnants of an in-tree build.
2794if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2795 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2796Use a pristine source tree when building in a separate tree" "$LINENO" 5
2797fi
252b5132 2798
a0da8069
NN
2799# Skipdirs are removed silently.
2800skipdirs=
2801# Noconfigdirs are removed loudly.
2802noconfigdirs=""
252b5132 2803
a0da8069
NN
2804use_gnu_ld=
2805# Make sure we don't let GNU ld be added if we didn't want it.
2806if test x$with_gnu_ld = xno ; then
2807 use_gnu_ld=no
93f9b408 2808 noconfigdirs="$noconfigdirs ld gold"
252b5132
RH
2809fi
2810
a0da8069
NN
2811use_gnu_as=
2812# Make sure we don't let GNU as be added if we didn't want it.
2813if test x$with_gnu_as = xno ; then
2814 use_gnu_as=no
2815 noconfigdirs="$noconfigdirs gas"
252b5132
RH
2816fi
2817
700d40ca
ILT
2818use_included_zlib=
2819# Make sure we don't let ZLIB be added if we didn't want it.
2820if test x$with_system_zlib = xyes ; then
2821 use_included_zlib=no
2822 noconfigdirs="$noconfigdirs zlib"
2823fi
2824
c6b750e1 2825# some tools are so dependent upon X11 that if we're not building with X,
a0da8069 2826# it's not even worth trying to configure, much less build, that tool.
252b5132 2827
a0da8069
NN
2828case ${with_x} in
2829 yes | "") ;; # the default value for this tree is that X11 is available
2830 no)
675c6968 2831 skipdirs="${skipdirs} tk itcl libgui"
a0da8069 2832 # We won't be able to build gdbtk without X.
c6b750e1 2833 enable_gdbtk=no
a0da8069
NN
2834 ;;
2835 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2836esac
252b5132 2837
a0da8069 2838# Some tools are only suitable for building in a "native" situation.
c6b750e1 2839# Remove these if host!=target.
701628f5 2840native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
252b5132 2841
a0da8069
NN
2842# Similarly, some are only suitable for cross toolchains.
2843# Remove these if host=target.
2844cross_only="target-libgloss target-newlib target-opcodes"
2845
2846case $is_cross_compiler in
2847 no) skipdirs="${skipdirs} ${cross_only}" ;;
2848 yes) skipdirs="${skipdirs} ${native_only}" ;;
2849esac
252b5132 2850
a0da8069
NN
2851# If both --with-headers and --with-libs are specified, default to
2852# --without-newlib.
32be62b5
RS
2853if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2854 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
a0da8069
NN
2855 if test x"${with_newlib}" = x ; then
2856 with_newlib=no
2857 fi
252b5132
RH
2858fi
2859
a0da8069
NN
2860# Recognize --with-newlib/--without-newlib.
2861case ${with_newlib} in
2862 no) skipdirs="${skipdirs} target-newlib" ;;
2863 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2864esac
252b5132 2865
c7791212
NC
2866# Handle --enable-gold, --enable-ld.
2867# --disable-gold [--enable-ld]
2868# Build only ld. Default option.
d3b50760
L
2869# --enable-gold [--enable-ld]
2870# Build both gold and ld. Install gold as "ld.gold", install ld
2871# as "ld.bfd" and "ld".
2872# --enable-gold=default [--enable-ld]
c7791212
NC
2873# Build both gold and ld. Install gold as "ld.gold" and "ld",
2874# install ld as "ld.bfd".
2875# --enable-gold[=default] --disable-ld
2876# Build only gold, which is then installed as both "ld.gold" and "ld".
2877# --enable-gold --enable-ld=default
d3b50760
L
2878# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2879# and ld.bfd).
c7791212
NC
2880# In other words, ld is default
2881# --enable-gold=default --enable-ld=default
2882# Error.
2883
2884default_ld=
81ecdfbb
RW
2885# Check whether --enable-gold was given.
2886if test "${enable_gold+set}" = set; then :
2887 enableval=$enable_gold; ENABLE_GOLD=$enableval
93f9b408
ILT
2888else
2889 ENABLE_GOLD=no
81ecdfbb
RW
2890fi
2891
c7791212
NC
2892case "${ENABLE_GOLD}" in
2893 yes|default)
e6de499b
NC
2894 # Check for ELF target.
2895 is_elf=no
2896 case "${target}" in
2897 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2898 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2899 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
2900 case "${target}" in
2901 *-*-linux*aout* | *-*-linux*oldld*)
2902 ;;
2903 *)
2904 is_elf=yes
2905 ;;
2906 esac
2907 esac
2908
2909 if test "$is_elf" = "yes"; then
2910 # Check for target supported by gold.
93f9b408 2911 case "${target}" in
e6de499b 2912 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
c7791212
NC
2913 configdirs="$configdirs gold"
2914 if test x${ENABLE_GOLD} = xdefault; then
2915 default_ld=gold
2916 fi
e6de499b 2917 ENABLE_GOLD=yes
93f9b408
ILT
2918 ;;
2919 esac
e6de499b
NC
2920 fi
2921 ;;
2922 no)
2923 ;;
2924 *)
2925 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2926 ;;
c7791212
NC
2927esac
2928
2929# Check whether --enable-ld was given.
2930if test "${enable_ld+set}" = set; then :
2931 enableval=$enable_ld; ENABLE_LD=$enableval
2932else
2933 ENABLE_LD=yes
2934fi
2935
2936
2937case "${ENABLE_LD}" in
2938 default)
d3b50760 2939 if test x${default_ld} != x; then
c7791212
NC
2940 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2941 fi
2942 ;;
2943 yes)
2944 ;;
2945 no)
2946 if test x${ENABLE_GOLD} != xyes; then
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2948$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2949 fi
2950 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2951 ;;
2952 *)
2953 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2954 ;;
2955esac
93f9b408 2956
a0da8069 2957# Configure extra directories which are host specific
252b5132 2958
a0da8069
NN
2959case "${host}" in
2960 *-cygwin*)
2961 configdirs="$configdirs libtermcap" ;;
2962esac
252b5132 2963
59f7ec45
HPN
2964# A target can indicate whether a language isn't supported for some reason.
2965# Only spaces may be used in this macro; not newlines or tabs.
2966unsupported_languages=
2967
c6b750e1 2968# Remove more programs from consideration, based on the host or
a0da8069
NN
2969# target this usually means that a port of the program doesn't
2970# exist yet.
252b5132 2971
a0da8069
NN
2972case "${host}" in
2973 hppa*64*-*-*)
2974 noconfigdirs="$noconfigdirs byacc"
2975 ;;
3516a403 2976 i[3456789]86-*-msdosdjgpp*)
675c6968 2977 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
bba45b8b 2978 ;;
2d1e8239
NC
2979 x86_64-*-mingw*)
2980 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2981 ;;
ec11bdc6 2982 i[3456789]86-*-mingw32*)
675c6968 2983 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
45055374 2984 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
bba45b8b 2985 ;;
a0da8069 2986 *-*-cygwin*)
a92834c8 2987 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
a0da8069
NN
2988 ;;
2989 *-*-netbsd*)
a92834c8 2990 noconfigdirs="$noconfigdirs rcs"
a0da8069 2991 ;;
a0da8069 2992esac
252b5132 2993
4b1cb4fe 2994
89a1e9c3
PB
2995# Check whether --enable-libquadmath was given.
2996if test "${enable_libquadmath+set}" = set; then :
2997 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
2998else
2999 ENABLE_LIBQUADMATH=yes
3000fi
3001
3002if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3003 noconfigdirs="$noconfigdirs target-libquadmath"
3004fi
3005
3006
3007# Check whether --enable-libquadmath-support was given.
3008if test "${enable_libquadmath_support+set}" = set; then :
3009 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3010else
3011 ENABLE_LIBQUADMATH_SUPPORT=yes
3012fi
3013
3014enable_libquadmath_support=
3015if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3016 enable_libquadmath_support=no
3017fi
3018
3019
81ecdfbb
RW
3020# Check whether --enable-libada was given.
3021if test "${enable_libada+set}" = set; then :
3022 enableval=$enable_libada; ENABLE_LIBADA=$enableval
a2592b1b
DD
3023else
3024 ENABLE_LIBADA=yes
81ecdfbb
RW
3025fi
3026
a2592b1b 3027if test "${ENABLE_LIBADA}" != "yes" ; then
b00612cc 3028 noconfigdirs="$noconfigdirs gnattools"
a2592b1b
DD
3029fi
3030
81ecdfbb
RW
3031# Check whether --enable-libssp was given.
3032if test "${enable_libssp+set}" = set; then :
3033 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
5f128533
KH
3034else
3035 ENABLE_LIBSSP=yes
81ecdfbb
RW
3036fi
3037
5f128533 3038
a0da8069
NN
3039# Save it here so that, even in case of --enable-libgcj, if the Java
3040# front-end isn't enabled, we still get libgcj disabled.
3041libgcj_saved=$libgcj
3042case $enable_libgcj in
3043yes)
3044 # If we reset it here, it won't get added to noconfigdirs in the
3045 # target-specific build rules, so it will be forcibly enabled
3046 # (unless the Java language itself isn't enabled).
3047 libgcj=
3048 ;;
3049no)
3050 # Make sure we get it printed in the list of not supported target libs.
9e1a94f4
ILT
3051 # Don't disable libffi, though, other languages use it.
3052 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
33d23ee8
ILT
3053 # Clear libgcj_saved so that even if java is enabled libffi won't be
3054 # built.
3055 libgcj_saved=
a0da8069
NN
3056 ;;
3057esac
252b5132 3058
4b1cb4fe 3059
a6df5a19
PB
3060# Disable libmudflap on some systems.
3061if test x$enable_libmudflap = x ; then
3e707e94 3062 case "${target}" in
29383458 3063 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3d6dfe0f 3064 # Enable libmudflap by default in GNU and friends.
3e707e94
PB
3065 ;;
3066 *-*-freebsd*)
3067 # Enable libmudflap by default in FreeBSD.
3068 ;;
3069 *)
3070 # Disable it by default everywhere else.
3071 noconfigdirs="$noconfigdirs target-libmudflap"
3072 ;;
3073 esac
a6df5a19 3074fi
4b1cb4fe 3075
a6df5a19
PB
3076# Disable libgomp on non POSIX hosted systems.
3077if test x$enable_libgomp = x ; then
b3ded179
PB
3078 # Enable libgomp by default on hosted POSIX systems.
3079 case "${target}" in
29383458 3080 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
b3ded179
PB
3081 ;;
3082 *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
3083 ;;
64ce424c 3084 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
b3ded179
PB
3085 ;;
3086 *-*-darwin* | *-*-aix*)
3087 ;;
3088 *)
3089 noconfigdirs="$noconfigdirs target-libgomp"
3090 ;;
3091 esac
a6df5a19 3092fi
b3ded179 3093
691bb5a1
DD
3094# Default libgloss CPU subdirectory.
3095libgloss_dir="$target_cpu"
4b1cb4fe 3096
a0da8069
NN
3097case "${target}" in
3098 *-*-chorusos)
54d1c879 3099 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3100 ;;
24741ab2 3101 powerpc-*-darwin*)
9d39db92 3102 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3103 noconfigdirs="$noconfigdirs sim target-rda"
652dec25 3104 ;;
85bd1942
TG
3105 i[3456789]86-*-darwin*)
3106 noconfigdirs="$noconfigdirs ld gprof"
3107 noconfigdirs="$noconfigdirs sim target-rda"
3108 ;;
e8a5fa9c 3109 x86_64-*-darwin[912]*)
652dec25
TG
3110 noconfigdirs="$noconfigdirs ld gas gprof"
3111 noconfigdirs="$noconfigdirs sim target-rda"
b3f16a9b 3112 ;;
04d1ab34 3113 *-*-darwin*)
d320aacb 3114 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3115 noconfigdirs="$noconfigdirs sim target-rda"
54d1c879 3116 noconfigdirs="$noconfigdirs ${libgcj}"
04d1ab34 3117 ;;
a0da8069 3118 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
54d1c879 3119 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3120 ;;
de0b4a87 3121 *-*-freebsd*)
4b1cb4fe
DD
3122 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3123 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3124 && test -f /usr/local/include/gmp.h; then
3125 with_gmp=/usr/local
3126 fi
3127
3128 # Skip some stuff that's unsupported on some FreeBSD configurations.
3129 case "${target}" in
3130 i*86-*-*) ;;
3131 alpha*-*-*) ;;
143754cd 3132 x86_64-*-*) ;;
4b1cb4fe 3133 *)
54d1c879 3134 noconfigdirs="$noconfigdirs ${libgcj}"
4b1cb4fe
DD
3135 ;;
3136 esac
3137 ;;
f8a495c8
NC
3138 *-*-kaos*)
3139 # Remove unsupported stuff on all kaOS configurations.
54d1c879 3140 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
f8a495c8
NC
3141 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
3142 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3143 noconfigdirs="$noconfigdirs target-libgloss"
3144 ;;
a0da8069
NN
3145 *-*-netbsd*)
3146 # Skip some stuff on all NetBSD configurations.
3147 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3148
3149 # Skip some stuff that's unsupported on some NetBSD configurations.
3150 case "${target}" in
3151 i*86-*-netbsdelf*) ;;
5b474aa8 3152 arm*-*-netbsdelf*) ;;
a0da8069 3153 *)
54d1c879 3154 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3155 ;;
3156 esac
3157 ;;
2a3124ca 3158 *-*-netware*)
54d1c879 3159 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
a0da8069
NN
3160 ;;
3161 *-*-rtems*)
a009f2e7 3162 skipdirs="${skipdirs} target-libiberty"
54d1c879 3163 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3164 ;;
1587117a
EC
3165 # The tpf target doesn't support gdb yet.
3166 *-*-tpf*)
54d1c879 3167 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
1587117a 3168 ;;
c1968181 3169 *-*-uclinux*)
54d1c879 3170 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
c1968181 3171 ;;
a0da8069 3172 *-*-vxworks*)
54d1c879 3173 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
a0da8069
NN
3174 ;;
3175 alpha*-dec-osf*)
3176 # ld works, but does not support shared libraries.
3177 # newlib is not 64 bit ready. I'm not sure about fileutils.
3178 # gas doesn't generate exception information.
3179 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3180 ;;
3181 alpha*-*-*vms*)
d594eacc 3182 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
a0da8069
NN
3183 ;;
3184 alpha*-*-linux*)
3185 # newlib is not 64 bit ready
3186 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3187 ;;
a0da8069
NN
3188 alpha*-*-*)
3189 # newlib is not 64 bit ready
54d1c879 3190 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3191 ;;
4a18bd6b 3192 am33_2.0-*-linux*)
54d1c879 3193 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
4a18bd6b 3194 ;;
a0da8069 3195 sh-*-linux*)
54d1c879 3196 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
c6b750e1 3197 ;;
a0da8069 3198 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
54d1c879 3199 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3200 noconfigdirs="$noconfigdirs target-examples"
3201 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
675c6968 3202 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
a0da8069
NN
3203 noconfigdirs="$noconfigdirs expect dejagnu"
3204 # the C++ libraries don't build on top of CE's C libraries
b9459e83 3205 noconfigdirs="$noconfigdirs target-libstdc++-v3"
a0da8069
NN
3206 noconfigdirs="$noconfigdirs target-newlib"
3207 case "${host}" in
3208 *-*-cygwin*) ;; # keep gdb and readline
b9459e83 3209 *) noconfigdirs="$noconfigdirs gdb readline"
a0da8069
NN
3210 ;;
3211 esac
691bb5a1 3212 libgloss_dir=wince
a0da8069
NN
3213 ;;
3214 arc-*-*)
782cb41f 3215 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3216 ;;
93cc359e 3217 arm-*-coff)
54d1c879 3218 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3219 libgloss_dir=arm
a0da8069 3220 ;;
93cc359e 3221 arm-*-elf* | arm*-*-eabi* )
a0da8069 3222 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
691bb5a1 3223 libgloss_dir=arm
a0da8069 3224 ;;
bd70a46f 3225 arm*-*-linux-gnueabi)
6d18b86b 3226 noconfigdirs="$noconfigdirs target-qthreads"
a5b3b4dd
DD
3227 case ${with_newlib} in
3228 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3229 esac
691bb5a1 3230 libgloss_dir=arm
bd70a46f 3231 ;;
df4a6958 3232 arm*-*-symbianelf*)
54d1c879 3233 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
691bb5a1 3234 libgloss_dir=arm
df4a6958 3235 ;;
a0da8069 3236 arm-*-pe*)
54d1c879 3237 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3238 ;;
a0da8069 3239 arm-*-riscix*)
54d1c879 3240 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
a0da8069
NN
3241 ;;
3242 avr-*-*)
266df637 3243 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
a0da8069 3244 ;;
376a0e54 3245 bfin-*-*)
df51e4e1 3246 unsupported_languages="$unsupported_languages java"
7837304f 3247 noconfigdirs="$noconfigdirs target-boehm-gc"
3cf3372e 3248 if test x${is_cross_compiler} != xno ; then
376a0e54
CM
3249 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3250 fi
3251 ;;
a0da8069 3252 c4x-*-* | tic4x-*-*)
54d1c879 3253 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069
NN
3254 ;;
3255 c54x*-*-* | tic54x-*-*)
54d1c879 3256 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
a0da8069 3257 ;;
52310858
NC
3258 cr16-*-*)
3259 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3260 ;;
c7e66c6d 3261 cris-*-* | crisv32-*-*)
59f7ec45 3262 unsupported_languages="$unsupported_languages java"
c7e66c6d 3263 case "${target}" in
2faa2958 3264 *-*-aout)
096f7d00 3265 unsupported_languages="$unsupported_languages fortran"
59f7ec45 3266 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
d357cef7
HPN
3267 *-*-elf) # See PR46792 regarding target-libffi.
3268 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
2faa2958 3269 *-*-linux*)
5e818318 3270 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
c7e66c6d 3271 *)
096f7d00 3272 unsupported_languages="$unsupported_languages fortran"
54d1c879 3273 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
c7e66c6d 3274 esac
691bb5a1 3275 libgloss_dir=cris
a0da8069
NN
3276 ;;
3277 d10v-*-*)
54d1c879 3278 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069
NN
3279 ;;
3280 d30v-*-*)
54d1c879 3281 noconfigdirs="$noconfigdirs ${libgcj} gdb"
a0da8069
NN
3282 ;;
3283 fr30-*-elf*)
54d1c879 3284 noconfigdirs="$noconfigdirs ${libgcj} gdb"
a0da8069
NN
3285 ;;
3286 frv-*-*)
54d1c879 3287 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3288 ;;
20135e4c
NC
3289 moxie-*-*)
3290 noconfigdirs="$noconfigdirs ${libgcj}"
3291 noconfigdirs="$noconfigdirs gprof"
3292 ;;
a0da8069 3293 h8300*-*-*)
54d1c879 3294 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3295 ;;
3296 h8500-*-*)
54d1c879 3297 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069 3298 ;;
caeba88f 3299 hppa1.1-*-osf* | hppa1.1-*-bsd* )
caeba88f 3300 ;;
93cc359e 3301 hppa*64*-*-linux*)
a0da8069
NN
3302 # In this case, it's because the hppa64-linux target is for
3303 # the kernel only at this point and has no libc, and thus no
3304 # headers, crt*.o, etc., all of which are needed by these.
3305 noconfigdirs="$noconfigdirs target-zlib"
3306 ;;
f0ff0f90 3307 hppa*-*-linux*)
5dcac624 3308 ;;
a0da8069 3309 hppa*-*-*elf* | \
a0da8069
NN
3310 hppa*-*-lites* | \
3311 hppa*-*-openbsd* | \
3312 hppa*64*-*-*)
54d1c879 3313 noconfigdirs="$noconfigdirs ${libgcj}"
4f0ef2d8
CD
3314 ;;
3315 hppa*-hp-hpux11*)
3316 noconfigdirs="$noconfigdirs ld shellutils"
a0da8069 3317 ;;
691bb5a1
DD
3318 hppa*-*-pro*)
3319 libgloss_dir=pa
3320 ;;
a0da8069
NN
3321 hppa*-*-*)
3322 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3323 # build on HP-UX 10.20.
54d1c879 3324 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
a0da8069 3325 ;;
b07c2aad 3326 i960-*-*)
54d1c879 3327 noconfigdirs="$noconfigdirs ${libgcj} gdb"
b07c2aad 3328 ;;
a0da8069
NN
3329 ia64*-*-elf*)
3330 # No gdb support yet.
675c6968 3331 noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
a0da8069
NN
3332 ;;
3333 ia64*-**-hpux*)
92c9a463
JB
3334 # No ld support yet.
3335 noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
a0da8069 3336 ;;
19e99079
NC
3337 ia64*-*-*vms*)
3338 # No gdb or ld support yet.
3339 noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3340 ;;
ec11bdc6 3341 i[3456789]86-*-coff | i[3456789]86-*-elf)
54d1c879 3342 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3343 libgloss_dir=i386
a0da8069 3344 ;;
ec11bdc6 3345 i[3456789]86-*-linux*)
a0da8069
NN
3346 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3347 # not build java stuff by default.
3348 case "${target}" in
3349 *-*-*libc1*)
54d1c879 3350 noconfigdirs="$noconfigdirs ${libgcj}";;
a0da8069
NN
3351 esac
3352
3353 # This section makes it possible to build newlib natively on linux.
3354 # If we are using a cross compiler then don't configure newlib.
3355 if test x${is_cross_compiler} != xno ; then
bba45b8b 3356 noconfigdirs="$noconfigdirs target-newlib"
a0da8069
NN
3357 fi
3358 noconfigdirs="$noconfigdirs target-libgloss"
3359 # If we are not using a cross compiler, do configure newlib.
3360 # Note however, that newlib will only be configured in this situation
3361 # if the --with-newlib option has been given, because otherwise
3362 # 'target-newlib' will appear in skipdirs.
3363 ;;
1f53ca9a
AO
3364 i[3456789]86-w64-mingw*)
3365 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3366 ;;
3367 i[3456789]86-*-mingw*)
45055374
CV
3368 target_configdirs="$target_configdirs target-winsup"
3369 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
c6b750e1 3370 ;;
2d1e8239 3371 x86_64-*-mingw*)
2d1e8239 3372 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
c6b750e1 3373 ;;
a0da8069
NN
3374 *-*-cygwin*)
3375 target_configdirs="$target_configdirs target-libtermcap target-winsup"
e8a5fa9c 3376 noconfigdirs="$noconfigdirs target-gperf target-libgloss"
b76d7de0 3377 # always build newlib if winsup directory is present.
45055374 3378 if test -d "$srcdir/winsup/cygwin"; then
b76d7de0 3379 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ac0fa625 3380 elif test -d "$srcdir/newlib"; then
45055374 3381 echo "Warning: winsup/cygwin is missing so newlib can't be built."
b76d7de0 3382 fi
c6b750e1 3383 ;;
f0ff0f90 3384 i[3456789]86-*-interix* )
caeba88f 3385 ;;
ec11bdc6 3386 i[3456789]86-*-pe)
782cb41f 3387 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3388 ;;
ec11bdc6 3389 i[3456789]86-*-sco3.2v5*)
a0da8069
NN
3390 # The linker does not yet know about weak symbols in COFF,
3391 # and is not configured to handle mixed ELF and COFF.
54d1c879 3392 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
a0da8069 3393 ;;
ec11bdc6 3394 i[3456789]86-*-sco*)
54d1c879 3395 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3396 ;;
ec11bdc6 3397 i[3456789]86-*-solaris2*)
a0da8069
NN
3398 noconfigdirs="$noconfigdirs target-libgloss"
3399 ;;
ec11bdc6 3400 i[3456789]86-*-sysv4*)
54d1c879 3401 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3402 ;;
ec11bdc6 3403 i[3456789]86-*-beos*)
54d1c879 3404 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
bba45b8b 3405 ;;
b59bea8a 3406 i[3456789]86-*-rdos*)
2429c060
PB
3407 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3408 ;;
b07c2aad 3409 m32r-*-*)
54d1c879 3410 noconfigdirs="$noconfigdirs ${libgcj}"
b07c2aad 3411 ;;
a0da8069 3412 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
782cb41f 3413 noconfigdirs="$noconfigdirs target-libiberty"
691bb5a1 3414 libgloss_dir=m68hc11
a0da8069
NN
3415 ;;
3416 m68k-*-elf*)
54d1c879 3417 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3418 ;;
3419 m68k-*-coff*)
54d1c879 3420 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3421 ;;
691bb5a1
DD
3422 m68*-*-* | fido-*-*)
3423 libgloss_dir=m68k
3424 ;;
a0da8069 3425 mmix-*-*)
59f7ec45 3426 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
096f7d00 3427 unsupported_languages="$unsupported_languages fortran java"
a0da8069
NN
3428 ;;
3429 mn10200-*-*)
54d1c879 3430 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3431 ;;
3432 mn10300-*-*)
54d1c879 3433 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3434 ;;
4970f871 3435 mt-*-*)
cdb9b172
AH
3436 noconfigdirs="$noconfigdirs sim"
3437 ;;
887ebfb4
RW
3438 picochip-*-*)
3439 noconfigdirs="$noconfigdirs target-libiberty"
3440 ;;
a0da8069
NN
3441 powerpc-*-aix*)
3442 # copied from rs6000-*-* entry
e8a5fa9c 3443 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
a0da8069 3444 ;;
93cc359e 3445 powerpc*-*-winnt* | powerpc*-*-pe*)
a0da8069 3446 target_configdirs="$target_configdirs target-winsup"
54d1c879 3447 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
a0da8069
NN
3448 # always build newlib.
3449 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3450 ;;
3451 # This is temporary until we can link against shared libraries
3452 powerpcle-*-solaris*)
54d1c879 3453 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
691bb5a1 3454 libgloss_dir=rs6000
a0da8069
NN
3455 ;;
3456 powerpc-*-beos*)
54d1c879 3457 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
a0da8069 3458 ;;
a0da8069 3459 powerpc-*-eabi)
54d1c879 3460 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3461 libgloss_dir=rs6000
caeba88f
AL
3462 ;;
3463 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
691bb5a1 3464 libgloss_dir=rs6000
a0da8069 3465 ;;
a0da8069 3466 rs6000-*-lynxos*)
54d1c879 3467 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
a0da8069
NN
3468 ;;
3469 rs6000-*-aix*)
e8a5fa9c 3470 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
a0da8069
NN
3471 ;;
3472 rs6000-*-*)
54d1c879 3473 noconfigdirs="$noconfigdirs gprof ${libgcj}"
a0da8069
NN
3474 ;;
3475 m68k-apollo-*)
54d1c879 3476 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
a0da8069 3477 ;;
25a07265 3478 microblaze*)
29821356 3479 noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
25a07265 3480 ;;
5bd8be13
RS
3481 mips*-sde-elf*)
3482 skipdirs="$skipdirs target-libiberty"
3483 noconfigdirs="$noconfigdirs ${libgcj}"
3484 if test x$with_newlib = xyes; then
3485 noconfigdirs="$noconfigdirs gprof"
3486 fi
3487 libgloss_dir=mips
3488 ;;
a0da8069 3489 mips*-*-irix5*)
54d1c879 3490 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069
NN
3491 ;;
3492 mips*-*-irix6*)
a0da8069
NN
3493 # Linking libjava exceeds command-line length limits on at least
3494 # IRIX 6.2, but not on IRIX 6.5.
3495 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3496 # <oldham@codesourcery.com>
54d1c879 3497 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3498 ;;
a0da8069 3499 mips*-*-bsd*)
54d1c879 3500 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3501 ;;
a0da8069
NN
3502 mips*-*-linux*)
3503 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3504 ;;
3505 mips*-*-*)
54d1c879 3506 noconfigdirs="$noconfigdirs gprof ${libgcj}"
691bb5a1 3507 libgloss_dir=mips
a0da8069
NN
3508 ;;
3509 romp-*-*)
54d1c879 3510 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
a0da8069 3511 ;;
dbf85af7 3512 sh-*-* | sh64-*-*)
a0da8069 3513 case "${host}" in
ec11bdc6 3514 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
a0da8069
NN
3515 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3516 esac
e8a5fa9c
RW
3517 case "${target}" in
3518 sh*-*-elf)
3519 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3520 *)
3521 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3522 esac
a0da8069 3523 ;;
691bb5a1
DD
3524 sparclet-*-aout* | sparc86x-*-*)
3525 libgloss_dir=sparc
3526 ;;
a0da8069 3527 sparc-*-elf*)
54d1c879 3528 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3529 ;;
3530 sparc64-*-elf*)
54d1c879 3531 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3532 libgloss_dir=sparc
a0da8069
NN
3533 ;;
3534 sparclite-*-*)
54d1c879 3535 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3536 libgloss_dir=sparc
a0da8069
NN
3537 ;;
3538 sparc-*-sunos4*)
54d1c879 3539 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3540 if test x${is_cross_compiler} != xno ; then
3541 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3542 else
3543 use_gnu_ld=no
3544 fi
3545 ;;
e3c770b1 3546 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
54d1c879 3547 noconfigdirs="$noconfigdirs ${libgcj}"
e3c770b1 3548 ;;
a0da8069
NN
3549 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3550 ;;
619a3713
JM
3551 tic6x-*-*)
3552 noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3553 ;;
a0da8069 3554 v810-*-*)
54d1c879 3555 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
a0da8069 3556 ;;
1cd986c5
NC
3557 v850*-*-*)
3558 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3559 ;;
3560 vax-*-vms)
54d1c879 3561 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
a0da8069
NN
3562 ;;
3563 vax-*-*)
54d1c879 3564 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3565 ;;
8b66833e 3566 xtensa*-*-*)
54d1c879 3567 noconfigdirs="$noconfigdirs ${libgcj}"
fbd1054d 3568 ;;
a0da8069 3569 ip2k-*-*)
54d1c879 3570 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
a0da8069 3571 ;;
29383458 3572 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
a0da8069
NN
3573 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3574 ;;
3575 *-*-lynxos*)
54d1c879 3576 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
c6b750e1 3577 ;;
a0da8069 3578 *-*-*)
54d1c879 3579 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3580 ;;
3581esac
252b5132 3582
a0da8069
NN
3583# If we aren't building newlib, then don't build libgloss, since libgloss
3584# depends upon some newlib header files.
3585case "${noconfigdirs}" in
3586 *target-libgloss*) ;;
3587 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3588esac
3589
a0da8069 3590# Work in distributions that contain no compiler tools, like Autoconf.
a0da8069
NN
3591host_makefile_frag=/dev/null
3592if test -d ${srcdir}/config ; then
3593case "${host}" in
ec11bdc6 3594 i[3456789]86-*-msdosdjgpp*)
a0da8069
NN
3595 host_makefile_frag="config/mh-djgpp"
3596 ;;
3597 *-cygwin*)
e33b51a6 3598
81ecdfbb
RW
3599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3600$as_echo_n "checking to see if cat works as expected... " >&6; }
e33b51a6 3601echo a >cygwin-cat-check
1f53ca9a 3602if test `cat cygwin-cat-check` = a ; then
8ade07e9 3603 rm cygwin-cat-check
81ecdfbb
RW
3604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3605$as_echo "yes" >&6; }
e33b51a6 3606else
8ade07e9 3607 rm cygwin-cat-check
81ecdfbb
RW
3608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3609$as_echo "no" >&6; }
3610 as_fn_error "The cat command does not ignore carriage return characters.
e33b51a6
NC
3611 Please either mount the build directory in binary mode or run the following
3612 commands before running any configure script:
3613set -o igncr
3614export SHELLOPTS
81ecdfbb 3615 " "$LINENO" 5
e33b51a6 3616fi
e33b51a6 3617
a0da8069
NN
3618 host_makefile_frag="config/mh-cygwin"
3619 ;;
8a1599ab 3620 *-mingw*)
84e7906e 3621 host_makefile_frag="config/mh-mingw"
2d1e8239 3622 ;;
a0da8069
NN
3623 *-interix*)
3624 host_makefile_frag="config/mh-interix"
3625 ;;
da888c87 3626 hppa*-hp-hpux10*)
da888c87 3627 host_makefile_frag="config/mh-pa-hpux10"
a0da8069 3628 ;;
3516a403 3629 hppa*-hp-hpux*)
da888c87
PB
3630 host_makefile_frag="config/mh-pa"
3631 ;;
3632 hppa*-*)
3633 host_makefile_frag="config/mh-pa"
3634 ;;
e552509b
ILT
3635 *-*-darwin*)
3636 host_makefile_frag="config/mh-darwin"
0df3d27f 3637 ;;
f6d183c0
PB
3638 powerpc-*-aix*)
3639 host_makefile_frag="config/mh-ppc-aix"
3640 ;;
3641 rs6000-*-aix*)
3642 host_makefile_frag="config/mh-ppc-aix"
3643 ;;
a0da8069
NN
3644esac
3645fi
3646
9e07f89d 3647if test "${build}" != "${host}" ; then
1576798e
PB
3648 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3649 AS_FOR_BUILD=${AS_FOR_BUILD-as}
9e07f89d 3650 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1576798e
PB
3651 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3652 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3653 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
e552509b 3654 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
1576798e
PB
3655 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3656 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3657 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3658 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3659 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3660 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3661else
3662 AR_FOR_BUILD="\$(AR)"
3663 AS_FOR_BUILD="\$(AS)"
512b7dfb 3664 CC_FOR_BUILD="\$(CC)"
1576798e
PB
3665 CXX_FOR_BUILD="\$(CXX)"
3666 GCJ_FOR_BUILD="\$(GCJ)"
3667 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
e552509b 3668 GOC_FOR_BUILD="\$(GOC)"
1576798e
PB
3669 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3670 LD_FOR_BUILD="\$(LD)"
3671 NM_FOR_BUILD="\$(NM)"
3672 RANLIB_FOR_BUILD="\$(RANLIB)"
3673 WINDRES_FOR_BUILD="\$(WINDRES)"
3674 WINDMC_FOR_BUILD="\$(WINDMC)"
18f6b6ee
PB
3675fi
3676
3677ac_ext=c
c6b750e1
DJ
3678ac_cpp='$CPP $CPPFLAGS'
3679ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3680ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3681ac_compiler_gnu=$ac_cv_c_compiler_gnu
3682if test -n "$ac_tool_prefix"; then
3683 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3684set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3686$as_echo_n "checking for $ac_word... " >&6; }
3687if test "${ac_cv_prog_CC+set}" = set; then :
3688 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3689else
3690 if test -n "$CC"; then
3691 ac_cv_prog_CC="$CC" # Let the user override the test.
3692else
3693as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3694for as_dir in $PATH
3695do
3696 IFS=$as_save_IFS
3697 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3698 for ac_exec_ext in '' $ac_executable_extensions; do
3699 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3700 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3702 break 2
3703 fi
3704done
81ecdfbb
RW
3705 done
3706IFS=$as_save_IFS
c6b750e1
DJ
3707
3708fi
3709fi
3710CC=$ac_cv_prog_CC
3711if test -n "$CC"; then
81ecdfbb
RW
3712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3713$as_echo "$CC" >&6; }
c6b750e1 3714else
81ecdfbb
RW
3715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3716$as_echo "no" >&6; }
c6b750e1
DJ
3717fi
3718
81ecdfbb 3719
c6b750e1
DJ
3720fi
3721if test -z "$ac_cv_prog_CC"; then
3722 ac_ct_CC=$CC
6a9cf61e 3723 # Extract the first word of "gcc", so it can be a program name with args.
9e07f89d 3724set dummy gcc; ac_word=$2
81ecdfbb
RW
3725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3726$as_echo_n "checking for $ac_word... " >&6; }
3727if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3728 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3729else
3730 if test -n "$ac_ct_CC"; then
3731 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3732else
3733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3734for as_dir in $PATH
3735do
3736 IFS=$as_save_IFS
3737 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3738 for ac_exec_ext in '' $ac_executable_extensions; do
3739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3740 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3742 break 2
3743 fi
3744done
81ecdfbb
RW
3745 done
3746IFS=$as_save_IFS
c6b750e1
DJ
3747
3748fi
3749fi
3750ac_ct_CC=$ac_cv_prog_ac_ct_CC
3751if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3753$as_echo "$ac_ct_CC" >&6; }
c6b750e1 3754else
81ecdfbb
RW
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3756$as_echo "no" >&6; }
c6b750e1
DJ
3757fi
3758
81ecdfbb
RW
3759 if test "x$ac_ct_CC" = x; then
3760 CC=""
3761 else
3762 case $cross_compiling:$ac_tool_warned in
3763yes:)
3764{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3765$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3766ac_tool_warned=yes ;;
3767esac
3768 CC=$ac_ct_CC
3769 fi
c6b750e1
DJ
3770else
3771 CC="$ac_cv_prog_CC"
3772fi
3773
3774if test -z "$CC"; then
81ecdfbb
RW
3775 if test -n "$ac_tool_prefix"; then
3776 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
c6b750e1 3777set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3779$as_echo_n "checking for $ac_word... " >&6; }
3780if test "${ac_cv_prog_CC+set}" = set; then :
3781 $as_echo_n "(cached) " >&6
9e07f89d
NN
3782else
3783 if test -n "$CC"; then
3784 ac_cv_prog_CC="$CC" # Let the user override the test.
3785else
c6b750e1
DJ
3786as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3787for as_dir in $PATH
3788do
3789 IFS=$as_save_IFS
3790 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3791 for ac_exec_ext in '' $ac_executable_extensions; do
3792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3793 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 3794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3795 break 2
3796 fi
3797done
81ecdfbb
RW
3798 done
3799IFS=$as_save_IFS
c6b750e1 3800
9e07f89d
NN
3801fi
3802fi
c6b750e1 3803CC=$ac_cv_prog_CC
9e07f89d 3804if test -n "$CC"; then
81ecdfbb
RW
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3806$as_echo "$CC" >&6; }
c6b750e1 3807else
81ecdfbb
RW
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3809$as_echo "no" >&6; }
c6b750e1
DJ
3810fi
3811
c6b750e1 3812
81ecdfbb 3813 fi
c6b750e1 3814fi
9e07f89d
NN
3815if test -z "$CC"; then
3816 # Extract the first word of "cc", so it can be a program name with args.
3817set dummy cc; ac_word=$2
81ecdfbb
RW
3818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3819$as_echo_n "checking for $ac_word... " >&6; }
3820if test "${ac_cv_prog_CC+set}" = set; then :
3821 $as_echo_n "(cached) " >&6
9e07f89d
NN
3822else
3823 if test -n "$CC"; then
3824 ac_cv_prog_CC="$CC" # Let the user override the test.
3825else
9e07f89d 3826 ac_prog_rejected=no
c6b750e1
DJ
3827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3828for as_dir in $PATH
3829do
3830 IFS=$as_save_IFS
3831 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3832 for ac_exec_ext in '' $ac_executable_extensions; do
3833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1
DJ
3834 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3835 ac_prog_rejected=yes
3836 continue
3837 fi
3838 ac_cv_prog_CC="cc"
81ecdfbb 3839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3840 break 2
3841 fi
3842done
81ecdfbb
RW
3843 done
3844IFS=$as_save_IFS
c6b750e1 3845
9e07f89d
NN
3846if test $ac_prog_rejected = yes; then
3847 # We found a bogon in the path, so make sure we never use it.
3848 set dummy $ac_cv_prog_CC
3849 shift
c6b750e1 3850 if test $# != 0; then
9e07f89d
NN
3851 # We chose a different compiler from the bogus one.
3852 # However, it has the same basename, so the bogon will be chosen
3853 # first if we set CC to just the basename; use the full file name.
3854 shift
c6b750e1 3855 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9e07f89d
NN
3856 fi
3857fi
3858fi
3859fi
c6b750e1 3860CC=$ac_cv_prog_CC
9e07f89d 3861if test -n "$CC"; then
81ecdfbb
RW
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3863$as_echo "$CC" >&6; }
9e07f89d 3864else
81ecdfbb
RW
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3866$as_echo "no" >&6; }
9e07f89d
NN
3867fi
3868
81ecdfbb 3869
c6b750e1
DJ
3870fi
3871if test -z "$CC"; then
3872 if test -n "$ac_tool_prefix"; then
81ecdfbb 3873 for ac_prog in cl.exe
c6b750e1
DJ
3874 do
3875 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3876set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
3877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3878$as_echo_n "checking for $ac_word... " >&6; }
3879if test "${ac_cv_prog_CC+set}" = set; then :
3880 $as_echo_n "(cached) " >&6
9e07f89d
NN
3881else
3882 if test -n "$CC"; then
3883 ac_cv_prog_CC="$CC" # Let the user override the test.
3884else
c6b750e1
DJ
3885as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3886for as_dir in $PATH
3887do
3888 IFS=$as_save_IFS
3889 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3890 for ac_exec_ext in '' $ac_executable_extensions; do
3891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3892 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 3893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1 3894 break 2
376a0e54 3895 fi
c6b750e1 3896done
81ecdfbb
RW
3897 done
3898IFS=$as_save_IFS
cac3d6c4 3899
c6b750e1
DJ
3900fi
3901fi
3902CC=$ac_cv_prog_CC
3903if test -n "$CC"; then
81ecdfbb
RW
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3905$as_echo "$CC" >&6; }
cac3d6c4 3906else
81ecdfbb
RW
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3908$as_echo "no" >&6; }
9e07f89d 3909fi
cac3d6c4 3910
81ecdfbb 3911
c6b750e1
DJ
3912 test -n "$CC" && break
3913 done
cac3d6c4 3914fi
c6b750e1
DJ
3915if test -z "$CC"; then
3916 ac_ct_CC=$CC
81ecdfbb 3917 for ac_prog in cl.exe
c6b750e1
DJ
3918do
3919 # Extract the first word of "$ac_prog", so it can be a program name with args.
3920set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3922$as_echo_n "checking for $ac_word... " >&6; }
3923if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3924 $as_echo_n "(cached) " >&6
cac3d6c4 3925else
c6b750e1
DJ
3926 if test -n "$ac_ct_CC"; then
3927 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
376a0e54 3928else
c6b750e1
DJ
3929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3930for as_dir in $PATH
3931do
3932 IFS=$as_save_IFS
3933 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3934 for ac_exec_ext in '' $ac_executable_extensions; do
3935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3936 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3938 break 2
3939 fi
3940done
81ecdfbb
RW
3941 done
3942IFS=$as_save_IFS
c6b750e1 3943
cac3d6c4
CM
3944fi
3945fi
c6b750e1
DJ
3946ac_ct_CC=$ac_cv_prog_ac_ct_CC
3947if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3949$as_echo "$ac_ct_CC" >&6; }
9e07f89d 3950else
81ecdfbb
RW
3951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3952$as_echo "no" >&6; }
cac3d6c4 3953fi
376a0e54 3954
81ecdfbb 3955
c6b750e1
DJ
3956 test -n "$ac_ct_CC" && break
3957done
3958
81ecdfbb
RW
3959 if test "x$ac_ct_CC" = x; then
3960 CC=""
3961 else
3962 case $cross_compiling:$ac_tool_warned in
3963yes:)
3964{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3965$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3966ac_tool_warned=yes ;;
3967esac
3968 CC=$ac_ct_CC
3969 fi
c6b750e1
DJ
3970fi
3971
3972fi
3973
3974
81ecdfbb
RW
3975test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3976$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3977as_fn_error "no acceptable C compiler found in \$PATH
3978See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
3979
3980# Provide some information about the compiler.
81ecdfbb
RW
3981$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3982set X $ac_compile
3983ac_compiler=$2
3984for ac_option in --version -v -V -qversion; do
3985 { { ac_try="$ac_compiler $ac_option >&5"
3986case "(($ac_try" in
3987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3988 *) ac_try_echo=$ac_try;;
3989esac
3990eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3991$as_echo "$ac_try_echo"; } >&5
3992 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c6b750e1 3993 ac_status=$?
81ecdfbb
RW
3994 if test -s conftest.err; then
3995 sed '10a\
3996... rest of stderr output deleted ...
3997 10q' conftest.err >conftest.er1
3998 cat conftest.er1 >&5
3999 rm -f conftest.er1 conftest.err
4000 fi
4001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4002 test $ac_status = 0; }
4003done
c6b750e1 4004
81ecdfbb 4005cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4006/* end confdefs.h. */
4007
4008int
4009main ()
4010{
4011
4012 ;
4013 return 0;
4014}
4015_ACEOF
4016ac_clean_files_save=$ac_clean_files
81ecdfbb 4017ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
c6b750e1
DJ
4018# Try to create an executable without -o first, disregard a.out.
4019# It will help us diagnose broken compilers, and finding out an intuition
4020# of exeext.
81ecdfbb
RW
4021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4022$as_echo_n "checking for C compiler default output file name... " >&6; }
4023ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4024
4025# The possible output files:
4026ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4027
4028ac_rmfiles=
4029for ac_file in $ac_files
4030do
4031 case $ac_file in
4032 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4033 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4034 esac
4035done
4036rm -f $ac_rmfiles
4037
4038if { { ac_try="$ac_link_default"
4039case "(($ac_try" in
4040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4041 *) ac_try_echo=$ac_try;;
4042esac
4043eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4044$as_echo "$ac_try_echo"; } >&5
4045 (eval "$ac_link_default") 2>&5
c6b750e1 4046 ac_status=$?
81ecdfbb
RW
4047 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4048 test $ac_status = 0; }; then :
4049 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4050# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4051# in a Makefile. We should not override ac_cv_exeext if it was cached,
4052# so that the user can short-circuit this test for compilers unknown to
4053# Autoconf.
4054for ac_file in $ac_files ''
c6b750e1
DJ
4055do
4056 test -f "$ac_file" || continue
4057 case $ac_file in
81ecdfbb 4058 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
c6b750e1
DJ
4059 ;;
4060 [ab].out )
4061 # We found the default executable, but exeext='' is most
4062 # certainly right.
4063 break;;
4064 *.* )
81ecdfbb
RW
4065 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4066 then :; else
4067 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4068 fi
4069 # We set ac_cv_exeext here because the later test for it is not
4070 # safe: cross compilers may not add the suffix if given an `-o'
4071 # argument, so we may need to know it at that point already.
4072 # Even if this section looks crufty: it has the advantage of
4073 # actually working.
c6b750e1
DJ
4074 break;;
4075 * )
4076 break;;
4077 esac
4078done
81ecdfbb
RW
4079test "$ac_cv_exeext" = no && ac_cv_exeext=
4080
c6b750e1 4081else
81ecdfbb
RW
4082 ac_file=''
4083fi
4084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4085$as_echo "$ac_file" >&6; }
4086if test -z "$ac_file"; then :
4087 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4088sed 's/^/| /' conftest.$ac_ext >&5
4089
81ecdfbb
RW
4090{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4091$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4092{ as_fn_set_status 77
4093as_fn_error "C compiler cannot create executables
4094See \`config.log' for more details." "$LINENO" 5; }; }
c6b750e1 4095fi
c6b750e1 4096ac_exeext=$ac_cv_exeext
c6b750e1 4097
81ecdfbb 4098# Check that the compiler produces executables we can run. If not, either
c6b750e1 4099# the compiler is broken, or we cross compile.
81ecdfbb
RW
4100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4101$as_echo_n "checking whether the C compiler works... " >&6; }
c6b750e1
DJ
4102# If not cross compiling, check that we can run a simple program.
4103if test "$cross_compiling" != yes; then
4104 if { ac_try='./$ac_file'
81ecdfbb
RW
4105 { { case "(($ac_try" in
4106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4107 *) ac_try_echo=$ac_try;;
4108esac
4109eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4110$as_echo "$ac_try_echo"; } >&5
4111 (eval "$ac_try") 2>&5
c6b750e1 4112 ac_status=$?
81ecdfbb
RW
4113 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4114 test $ac_status = 0; }; }; then
c6b750e1
DJ
4115 cross_compiling=no
4116 else
4117 if test "$cross_compiling" = maybe; then
4118 cross_compiling=yes
4119 else
81ecdfbb
RW
4120 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4121$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4122as_fn_error "cannot run C compiled programs.
c6b750e1 4123If you meant to cross compile, use \`--host'.
81ecdfbb 4124See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4125 fi
4126 fi
4127fi
81ecdfbb
RW
4128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4129$as_echo "yes" >&6; }
c6b750e1 4130
81ecdfbb 4131rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
c6b750e1 4132ac_clean_files=$ac_clean_files_save
81ecdfbb 4133# Check that the compiler produces executables we can run. If not, either
c6b750e1 4134# the compiler is broken, or we cross compile.
81ecdfbb
RW
4135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4136$as_echo_n "checking whether we are cross compiling... " >&6; }
4137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4138$as_echo "$cross_compiling" >&6; }
4139
4140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4141$as_echo_n "checking for suffix of executables... " >&6; }
4142if { { ac_try="$ac_link"
4143case "(($ac_try" in
4144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4145 *) ac_try_echo=$ac_try;;
4146esac
4147eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4148$as_echo "$ac_try_echo"; } >&5
4149 (eval "$ac_link") 2>&5
c6b750e1 4150 ac_status=$?
81ecdfbb
RW
4151 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4152 test $ac_status = 0; }; then :
c6b750e1
DJ
4153 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4154# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4155# work properly (i.e., refer to `conftest.exe'), while it won't with
4156# `rm'.
4157for ac_file in conftest.exe conftest conftest.*; do
4158 test -f "$ac_file" || continue
4159 case $ac_file in
81ecdfbb 4160 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
c6b750e1 4161 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
c6b750e1
DJ
4162 break;;
4163 * ) break;;
4164 esac
4165done
4166else
81ecdfbb
RW
4167 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4168$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4169as_fn_error "cannot compute suffix of executables: cannot compile and link
4170See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4171fi
c6b750e1 4172rm -f conftest$ac_cv_exeext
81ecdfbb
RW
4173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4174$as_echo "$ac_cv_exeext" >&6; }
c6b750e1
DJ
4175
4176rm -f conftest.$ac_ext
4177EXEEXT=$ac_cv_exeext
4178ac_exeext=$EXEEXT
81ecdfbb
RW
4179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4180$as_echo_n "checking for suffix of object files... " >&6; }
4181if test "${ac_cv_objext+set}" = set; then :
4182 $as_echo_n "(cached) " >&6
c6b750e1 4183else
81ecdfbb 4184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4185/* end confdefs.h. */
4186
4187int
4188main ()
4189{
4190
4191 ;
4192 return 0;
4193}
4194_ACEOF
4195rm -f conftest.o conftest.obj
81ecdfbb
RW
4196if { { ac_try="$ac_compile"
4197case "(($ac_try" in
4198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4199 *) ac_try_echo=$ac_try;;
4200esac
4201eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4202$as_echo "$ac_try_echo"; } >&5
4203 (eval "$ac_compile") 2>&5
c6b750e1 4204 ac_status=$?
81ecdfbb
RW
4205 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4206 test $ac_status = 0; }; then :
4207 for ac_file in conftest.o conftest.obj conftest.*; do
4208 test -f "$ac_file" || continue;
c6b750e1 4209 case $ac_file in
81ecdfbb 4210 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
c6b750e1
DJ
4211 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4212 break;;
4213 esac
4214done
cac3d6c4 4215else
81ecdfbb 4216 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4217sed 's/^/| /' conftest.$ac_ext >&5
4218
81ecdfbb
RW
4219{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4220$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4221as_fn_error "cannot compute suffix of object files: cannot compile
4222See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4223fi
c6b750e1
DJ
4224rm -f conftest.$ac_cv_objext conftest.$ac_ext
4225fi
81ecdfbb
RW
4226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4227$as_echo "$ac_cv_objext" >&6; }
c6b750e1
DJ
4228OBJEXT=$ac_cv_objext
4229ac_objext=$OBJEXT
81ecdfbb
RW
4230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4231$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4232if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4233 $as_echo_n "(cached) " >&6
c6b750e1 4234else
81ecdfbb 4235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4236/* end confdefs.h. */
4237
4238int
4239main ()
4240{
4241#ifndef __GNUC__
4242 choke me
4243#endif
4244
4245 ;
4246 return 0;
4247}
4248_ACEOF
81ecdfbb 4249if ac_fn_c_try_compile "$LINENO"; then :
c6b750e1
DJ
4250 ac_compiler_gnu=yes
4251else
81ecdfbb 4252 ac_compiler_gnu=no
c6b750e1 4253fi
81ecdfbb 4254rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1
DJ
4255ac_cv_c_compiler_gnu=$ac_compiler_gnu
4256
4257fi
81ecdfbb
RW
4258{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4259$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4260if test $ac_compiler_gnu = yes; then
4261 GCC=yes
4262else
4263 GCC=
4264fi
c6b750e1
DJ
4265ac_test_CFLAGS=${CFLAGS+set}
4266ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4268$as_echo_n "checking whether $CC accepts -g... " >&6; }
4269if test "${ac_cv_prog_cc_g+set}" = set; then :
4270 $as_echo_n "(cached) " >&6
4271else
4272 ac_save_c_werror_flag=$ac_c_werror_flag
4273 ac_c_werror_flag=yes
4274 ac_cv_prog_cc_g=no
4275 CFLAGS="-g"
4276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4277/* end confdefs.h. */
4278
4279int
4280main ()
4281{
4282
4283 ;
4284 return 0;
4285}
4286_ACEOF
81ecdfbb 4287if ac_fn_c_try_compile "$LINENO"; then :
9e07f89d
NN
4288 ac_cv_prog_cc_g=yes
4289else
81ecdfbb
RW
4290 CFLAGS=""
4291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4292/* end confdefs.h. */
4293
4294int
4295main ()
4296{
4297
4298 ;
4299 return 0;
4300}
4301_ACEOF
4302if ac_fn_c_try_compile "$LINENO"; then :
4303
4304else
4305 ac_c_werror_flag=$ac_save_c_werror_flag
4306 CFLAGS="-g"
4307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4308/* end confdefs.h. */
cac3d6c4 4309
81ecdfbb
RW
4310int
4311main ()
4312{
4313
4314 ;
4315 return 0;
4316}
4317_ACEOF
4318if ac_fn_c_try_compile "$LINENO"; then :
4319 ac_cv_prog_cc_g=yes
4320fi
4321rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
376a0e54 4322fi
81ecdfbb 4323rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 4324fi
81ecdfbb
RW
4325rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4326 ac_c_werror_flag=$ac_save_c_werror_flag
4327fi
4328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4329$as_echo "$ac_cv_prog_cc_g" >&6; }
9e07f89d 4330if test "$ac_test_CFLAGS" = set; then
c6b750e1 4331 CFLAGS=$ac_save_CFLAGS
9e07f89d
NN
4332elif test $ac_cv_prog_cc_g = yes; then
4333 if test "$GCC" = yes; then
4334 CFLAGS="-g -O2"
4335 else
4336 CFLAGS="-g"
4337 fi
4338else
4339 if test "$GCC" = yes; then
4340 CFLAGS="-O2"
4341 else
4342 CFLAGS=
4343 fi
4344fi
81ecdfbb
RW
4345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4346$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4347if test "${ac_cv_prog_cc_c89+set}" = set; then :
4348 $as_echo_n "(cached) " >&6
c6b750e1 4349else
81ecdfbb 4350 ac_cv_prog_cc_c89=no
c6b750e1 4351ac_save_CC=$CC
81ecdfbb 4352cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4353/* end confdefs.h. */
4354#include <stdarg.h>
4355#include <stdio.h>
4356#include <sys/types.h>
4357#include <sys/stat.h>
4358/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4359struct buf { int x; };
4360FILE * (*rcsopen) (struct buf *, struct stat *, int);
4361static char *e (p, i)
4362 char **p;
4363 int i;
4364{
4365 return p[i];
4366}
4367static char *f (char * (*g) (char **, int), char **p, ...)
4368{
4369 char *s;
4370 va_list v;
4371 va_start (v,p);
4372 s = g (p, va_arg (v,int));
4373 va_end (v);
4374 return s;
4375}
4376
4377/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4378 function prototypes and stuff, but not '\xHH' hex character constants.
4379 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4380 as 'x'. The following induces an error, until -std is added to get
c6b750e1
DJ
4381 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4382 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4383 that's true only with -std. */
c6b750e1
DJ
4384int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4385
81ecdfbb
RW
4386/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4387 inside strings and character constants. */
4388#define FOO(x) 'x'
4389int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4390
c6b750e1
DJ
4391int test (int i, double x);
4392struct s1 {int (*f) (int a);};
4393struct s2 {int (*f) (double a);};
4394int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4395int argc;
4396char **argv;
4397int
4398main ()
4399{
4400return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4401 ;
4402 return 0;
4403}
4404_ACEOF
81ecdfbb
RW
4405for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4406 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
c6b750e1
DJ
4407do
4408 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4409 if ac_fn_c_try_compile "$LINENO"; then :
4410 ac_cv_prog_cc_c89=$ac_arg
c6b750e1 4411fi
81ecdfbb
RW
4412rm -f core conftest.err conftest.$ac_objext
4413 test "x$ac_cv_prog_cc_c89" != "xno" && break
c6b750e1 4414done
81ecdfbb 4415rm -f conftest.$ac_ext
c6b750e1
DJ
4416CC=$ac_save_CC
4417
4418fi
81ecdfbb
RW
4419# AC_CACHE_VAL
4420case "x$ac_cv_prog_cc_c89" in
4421 x)
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4423$as_echo "none needed" >&6; } ;;
4424 xno)
4425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4426$as_echo "unsupported" >&6; } ;;
c6b750e1 4427 *)
81ecdfbb
RW
4428 CC="$CC $ac_cv_prog_cc_c89"
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4430$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c6b750e1 4431esac
81ecdfbb 4432if test "x$ac_cv_prog_cc_c89" != xno; then :
c6b750e1 4433
c6b750e1
DJ
4434fi
4435
c6b750e1
DJ
4436ac_ext=c
4437ac_cpp='$CPP $CPPFLAGS'
4438ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4439ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4440ac_compiler_gnu=$ac_cv_c_compiler_gnu
9e07f89d 4441
81ecdfbb 4442ac_ext=cpp
18f6b6ee
PB
4443ac_cpp='$CXXCPP $CPPFLAGS'
4444ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4445ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4446ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
81ecdfbb
RW
4447if test -z "$CXX"; then
4448 if test -n "$CCC"; then
4449 CXX=$CCC
4450 else
4451 if test -n "$ac_tool_prefix"; then
4452 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4453 do
4454 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4455set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4457$as_echo_n "checking for $ac_word... " >&6; }
4458if test "${ac_cv_prog_CXX+set}" = set; then :
4459 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4460else
4461 if test -n "$CXX"; then
4462 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4463else
4464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4465for as_dir in $PATH
4466do
4467 IFS=$as_save_IFS
4468 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4469 for ac_exec_ext in '' $ac_executable_extensions; do
4470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4471 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
81ecdfbb 4472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee
PB
4473 break 2
4474 fi
4475done
81ecdfbb
RW
4476 done
4477IFS=$as_save_IFS
512b7dfb 4478
18f6b6ee
PB
4479fi
4480fi
4481CXX=$ac_cv_prog_CXX
4482if test -n "$CXX"; then
81ecdfbb
RW
4483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4484$as_echo "$CXX" >&6; }
18f6b6ee 4485else
81ecdfbb
RW
4486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4487$as_echo "no" >&6; }
18f6b6ee
PB
4488fi
4489
81ecdfbb 4490
18f6b6ee
PB
4491 test -n "$CXX" && break
4492 done
4493fi
4494if test -z "$CXX"; then
4495 ac_ct_CXX=$CXX
81ecdfbb 4496 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4497do
4498 # Extract the first word of "$ac_prog", so it can be a program name with args.
4499set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4501$as_echo_n "checking for $ac_word... " >&6; }
4502if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4503 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4504else
4505 if test -n "$ac_ct_CXX"; then
4506 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4507else
4508as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4509for as_dir in $PATH
4510do
4511 IFS=$as_save_IFS
4512 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4513 for ac_exec_ext in '' $ac_executable_extensions; do
4514 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4515 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 4516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee 4517 break 2
512b7dfb 4518 fi
18f6b6ee 4519done
81ecdfbb
RW
4520 done
4521IFS=$as_save_IFS
512b7dfb 4522
18f6b6ee
PB
4523fi
4524fi
4525ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4526if test -n "$ac_ct_CXX"; then
81ecdfbb
RW
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4528$as_echo "$ac_ct_CXX" >&6; }
18f6b6ee 4529else
81ecdfbb
RW
4530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4531$as_echo "no" >&6; }
18f6b6ee
PB
4532fi
4533
81ecdfbb 4534
18f6b6ee
PB
4535 test -n "$ac_ct_CXX" && break
4536done
18f6b6ee 4537
81ecdfbb
RW
4538 if test "x$ac_ct_CXX" = x; then
4539 CXX="g++"
4540 else
4541 case $cross_compiling:$ac_tool_warned in
4542yes:)
4543{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4544$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4545ac_tool_warned=yes ;;
4546esac
4547 CXX=$ac_ct_CXX
4548 fi
18f6b6ee
PB
4549fi
4550
81ecdfbb
RW
4551 fi
4552fi
18f6b6ee 4553# Provide some information about the compiler.
81ecdfbb
RW
4554$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4555set X $ac_compile
4556ac_compiler=$2
4557for ac_option in --version -v -V -qversion; do
4558 { { ac_try="$ac_compiler $ac_option >&5"
4559case "(($ac_try" in
4560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4561 *) ac_try_echo=$ac_try;;
4562esac
4563eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4564$as_echo "$ac_try_echo"; } >&5
4565 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18f6b6ee 4566 ac_status=$?
81ecdfbb
RW
4567 if test -s conftest.err; then
4568 sed '10a\
4569... rest of stderr output deleted ...
4570 10q' conftest.err >conftest.er1
4571 cat conftest.er1 >&5
4572 rm -f conftest.er1 conftest.err
4573 fi
4574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4575 test $ac_status = 0; }
4576done
18f6b6ee 4577
81ecdfbb
RW
4578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4579$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4580if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4581 $as_echo_n "(cached) " >&6
18f6b6ee 4582else
81ecdfbb 4583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4584/* end confdefs.h. */
4585
4586int
4587main ()
4588{
4589#ifndef __GNUC__
4590 choke me
4591#endif
4592
4593 ;
4594 return 0;
4595}
4596_ACEOF
81ecdfbb 4597if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4598 ac_compiler_gnu=yes
4599else
81ecdfbb 4600 ac_compiler_gnu=no
18f6b6ee 4601fi
81ecdfbb 4602rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18f6b6ee
PB
4603ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4604
4605fi
81ecdfbb
RW
4606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4607$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4608if test $ac_compiler_gnu = yes; then
4609 GXX=yes
4610else
4611 GXX=
4612fi
18f6b6ee
PB
4613ac_test_CXXFLAGS=${CXXFLAGS+set}
4614ac_save_CXXFLAGS=$CXXFLAGS
81ecdfbb
RW
4615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4616$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4617if test "${ac_cv_prog_cxx_g+set}" = set; then :
4618 $as_echo_n "(cached) " >&6
4619else
4620 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4621 ac_cxx_werror_flag=yes
4622 ac_cv_prog_cxx_g=no
4623 CXXFLAGS="-g"
4624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4625/* end confdefs.h. */
4626
4627int
4628main ()
4629{
4630
4631 ;
4632 return 0;
4633}
4634_ACEOF
81ecdfbb 4635if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4636 ac_cv_prog_cxx_g=yes
4637else
81ecdfbb
RW
4638 CXXFLAGS=""
4639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4640/* end confdefs.h. */
81ecdfbb 4641
18f6b6ee
PB
4642int
4643main ()
4644{
81ecdfbb 4645
18f6b6ee
PB
4646 ;
4647 return 0;
4648}
4649_ACEOF
81ecdfbb 4650if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee 4651
81ecdfbb
RW
4652else
4653 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4654 CXXFLAGS="-g"
4655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4656/* end confdefs.h. */
81ecdfbb 4657
18f6b6ee
PB
4658int
4659main ()
4660{
81ecdfbb 4661
18f6b6ee
PB
4662 ;
4663 return 0;
4664}
4665_ACEOF
81ecdfbb
RW
4666if ac_fn_cxx_try_compile "$LINENO"; then :
4667 ac_cv_prog_cxx_g=yes
18f6b6ee 4668fi
81ecdfbb
RW
4669rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4670fi
4671rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4672fi
4673rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4674 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4675fi
4676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4677$as_echo "$ac_cv_prog_cxx_g" >&6; }
4678if test "$ac_test_CXXFLAGS" = set; then
4679 CXXFLAGS=$ac_save_CXXFLAGS
4680elif test $ac_cv_prog_cxx_g = yes; then
4681 if test "$GXX" = yes; then
4682 CXXFLAGS="-g -O2"
4683 else
4684 CXXFLAGS="-g"
4685 fi
4686else
4687 if test "$GXX" = yes; then
4688 CXXFLAGS="-O2"
4689 else
4690 CXXFLAGS=
4691 fi
18f6b6ee 4692fi
18f6b6ee
PB
4693ac_ext=c
4694ac_cpp='$CPP $CPPFLAGS'
4695ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4696ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4697ac_compiler_gnu=$ac_cv_c_compiler_gnu
4698
4699
4700# We must set the default linker to the linker used by gcc for the correct
4701# operation of libtool. If LD is not defined and we are using gcc, try to
4702# set the LD default to the ld used by gcc.
4703if test -z "$LD"; then
4704 if test "$GCC" = yes; then
4705 case $build in
4706 *-*-mingw*)
4707 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4708 *)
4709 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4710 esac
4711 case $gcc_prog_ld in
4712 # Accept absolute paths.
4713 [\\/]* | [A-Za-z]:[\\/]*)
4714 LD="$gcc_prog_ld" ;;
4715 esac
4716 fi
512b7dfb
PB
4717fi
4718
4719
4720
4721
c6b750e1 4722if test -n "$ac_tool_prefix"; then
512b7dfb
PB
4723 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4724set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
81ecdfbb
RW
4725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4726$as_echo_n "checking for $ac_word... " >&6; }
4727if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4728 $as_echo_n "(cached) " >&6
9e07f89d 4729else
512b7dfb
PB
4730 if test -n "$GNATBIND"; then
4731 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
9e07f89d 4732else
c6b750e1
DJ
4733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4734for as_dir in $PATH
4735do
4736 IFS=$as_save_IFS
4737 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4738 for ac_exec_ext in '' $ac_executable_extensions; do
4739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4740 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
81ecdfbb 4741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4742 break 2
4743 fi
4744done
81ecdfbb
RW
4745 done
4746IFS=$as_save_IFS
c6b750e1 4747
9e07f89d
NN
4748fi
4749fi
512b7dfb
PB
4750GNATBIND=$ac_cv_prog_GNATBIND
4751if test -n "$GNATBIND"; then
81ecdfbb
RW
4752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4753$as_echo "$GNATBIND" >&6; }
9e07f89d 4754else
81ecdfbb
RW
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4756$as_echo "no" >&6; }
9e07f89d
NN
4757fi
4758
81ecdfbb 4759
c6b750e1 4760fi
512b7dfb
PB
4761if test -z "$ac_cv_prog_GNATBIND"; then
4762 ac_ct_GNATBIND=$GNATBIND
4763 # Extract the first word of "gnatbind", so it can be a program name with args.
4764set dummy gnatbind; ac_word=$2
81ecdfbb
RW
4765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4766$as_echo_n "checking for $ac_word... " >&6; }
4767if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4768 $as_echo_n "(cached) " >&6
9e07f89d 4769else
512b7dfb
PB
4770 if test -n "$ac_ct_GNATBIND"; then
4771 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
9e07f89d 4772else
c6b750e1
DJ
4773as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4774for as_dir in $PATH
4775do
4776 IFS=$as_save_IFS
4777 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4778 for ac_exec_ext in '' $ac_executable_extensions; do
4779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4780 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
81ecdfbb 4781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4782 break 2
4783 fi
4784done
81ecdfbb
RW
4785 done
4786IFS=$as_save_IFS
c6b750e1 4787
9e07f89d
NN
4788fi
4789fi
512b7dfb
PB
4790ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4791if test -n "$ac_ct_GNATBIND"; then
81ecdfbb
RW
4792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4793$as_echo "$ac_ct_GNATBIND" >&6; }
9e07f89d 4794else
81ecdfbb
RW
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4796$as_echo "no" >&6; }
9e07f89d
NN
4797fi
4798
81ecdfbb
RW
4799 if test "x$ac_ct_GNATBIND" = x; then
4800 GNATBIND="no"
4801 else
4802 case $cross_compiling:$ac_tool_warned in
4803yes:)
4804{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4805$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4806ac_tool_warned=yes ;;
4807esac
4808 GNATBIND=$ac_ct_GNATBIND
4809 fi
24ff9987 4810else
512b7dfb 4811 GNATBIND="$ac_cv_prog_GNATBIND"
9e07f89d
NN
4812fi
4813
7df2cd5d 4814if test -n "$ac_tool_prefix"; then
512b7dfb
PB
4815 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4816set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
81ecdfbb
RW
4817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4818$as_echo_n "checking for $ac_word... " >&6; }
4819if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4820 $as_echo_n "(cached) " >&6
7df2cd5d 4821else
512b7dfb
PB
4822 if test -n "$GNATMAKE"; then
4823 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
7df2cd5d
PB
4824else
4825as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4826for as_dir in $PATH
4827do
4828 IFS=$as_save_IFS
4829 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4830 for ac_exec_ext in '' $ac_executable_extensions; do
4831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4832 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
81ecdfbb 4833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
4834 break 2
4835 fi
4836done
81ecdfbb
RW
4837 done
4838IFS=$as_save_IFS
7df2cd5d
PB
4839
4840fi
4841fi
512b7dfb
PB
4842GNATMAKE=$ac_cv_prog_GNATMAKE
4843if test -n "$GNATMAKE"; then
81ecdfbb
RW
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4845$as_echo "$GNATMAKE" >&6; }
7df2cd5d 4846else
81ecdfbb
RW
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4848$as_echo "no" >&6; }
7df2cd5d
PB
4849fi
4850
81ecdfbb 4851
7df2cd5d 4852fi
512b7dfb
PB
4853if test -z "$ac_cv_prog_GNATMAKE"; then
4854 ac_ct_GNATMAKE=$GNATMAKE
4855 # Extract the first word of "gnatmake", so it can be a program name with args.
4856set dummy gnatmake; ac_word=$2
81ecdfbb
RW
4857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4858$as_echo_n "checking for $ac_word... " >&6; }
4859if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4860 $as_echo_n "(cached) " >&6
7df2cd5d 4861else
512b7dfb
PB
4862 if test -n "$ac_ct_GNATMAKE"; then
4863 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
7df2cd5d
PB
4864else
4865as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4866for as_dir in $PATH
4867do
4868 IFS=$as_save_IFS
4869 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4870 for ac_exec_ext in '' $ac_executable_extensions; do
4871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4872 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
81ecdfbb 4873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
4874 break 2
4875 fi
4876done
81ecdfbb
RW
4877 done
4878IFS=$as_save_IFS
7df2cd5d 4879
7df2cd5d
PB
4880fi
4881fi
512b7dfb
PB
4882ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4883if test -n "$ac_ct_GNATMAKE"; then
81ecdfbb
RW
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4885$as_echo "$ac_ct_GNATMAKE" >&6; }
7df2cd5d 4886else
81ecdfbb
RW
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4888$as_echo "no" >&6; }
7df2cd5d
PB
4889fi
4890
81ecdfbb
RW
4891 if test "x$ac_ct_GNATMAKE" = x; then
4892 GNATMAKE="no"
4893 else
4894 case $cross_compiling:$ac_tool_warned in
4895yes:)
4896{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4897$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4898ac_tool_warned=yes ;;
4899esac
4900 GNATMAKE=$ac_ct_GNATMAKE
4901 fi
7df2cd5d 4902else
512b7dfb 4903 GNATMAKE="$ac_cv_prog_GNATMAKE"
7df2cd5d
PB
4904fi
4905
81ecdfbb
RW
4906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4907$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4908if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4909 $as_echo_n "(cached) " >&6
9e07f89d
NN
4910else
4911 cat >conftest.adb <<EOF
4912procedure conftest is begin null; end conftest;
4913EOF
4914acx_cv_cc_gcc_supports_ada=no
4915# There is a bug in old released versions of GCC which causes the
4916# driver to exit successfully when the appropriate language module
4917# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4918# Therefore we must check for the error message as well as an
4919# unsuccessful exit.
b8908782
DD
4920# Other compilers, like HP Tru64 UNIX cc, exit successfully when
4921# given a .adb file, but produce no object file. So we must check
4922# if an object file was really produced to guard against this.
9e07f89d 4923errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
b8908782 4924if test x"$errors" = x && test -f conftest.$ac_objext; then
9e07f89d 4925 acx_cv_cc_gcc_supports_ada=yes
9e07f89d
NN
4926fi
4927rm -f conftest.*
4928fi
81ecdfbb
RW
4929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4930$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
9e07f89d 4931
512b7dfb 4932if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
9e07f89d
NN
4933 have_gnat=yes
4934else
4935 have_gnat=no
4936fi
4937
81ecdfbb
RW
4938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
4939$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
4940if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
4941 $as_echo_n "(cached) " >&6
b8908782
DD
4942else
4943 echo abfoo >t1
4944 echo cdfoo >t2
4945 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4b1cb4fe
DD
4946 if cmp t1 t2 2 2 > /dev/null 2>&1; then
4947 if cmp t1 t2 1 1 > /dev/null 2>&1; then
4948 :
4949 else
4950 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
4951 fi
4952 fi
b8908782
DD
4953 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
4954 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4b1cb4fe 4955 :
b8908782
DD
4956 else
4957 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
4958 fi
4959 fi
4960 rm t1 t2
4961
4962fi
81ecdfbb
RW
4963{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
4964$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
b8908782
DD
4965do_compare="$gcc_cv_prog_cmp_skip"
4966
4967
9e07f89d 4968
e8a5fa9c 4969# See if we are building gcc with C++.
81ecdfbb
RW
4970# Check whether --enable-build-with-cxx was given.
4971if test "${enable_build_with_cxx+set}" = set; then :
4972 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
e8a5fa9c
RW
4973else
4974 ENABLE_BUILD_WITH_CXX=no
81ecdfbb
RW
4975fi
4976
e8a5fa9c 4977
d5f2ee2e
KG
4978# Used for setting $lt_cv_objdir
4979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
4980$as_echo_n "checking for objdir... " >&6; }
4981if test "${lt_cv_objdir+set}" = set; then :
4982 $as_echo_n "(cached) " >&6
4983else
4984 rm -f .libs 2>/dev/null
4985mkdir .libs 2>/dev/null
4986if test -d .libs; then
4987 lt_cv_objdir=.libs
4988else
4989 # MS-DOS does not allow filenames that begin with a dot.
4990 lt_cv_objdir=_libs
4991fi
4992rmdir .libs 2>/dev/null
4993fi
4994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
4995$as_echo "$lt_cv_objdir" >&6; }
4996objdir=$lt_cv_objdir
4997
4998
4999
5000
5001
5002cat >>confdefs.h <<_ACEOF
5003#define LT_OBJDIR "$lt_cv_objdir/"
5004_ACEOF
5005
5006
5007
e8a5fa9c 5008# Check for GMP, MPFR and MPC
d9b76ff9 5009gmplibs="-lmpc -lmpfr -lgmp"
4b1cb4fe 5010gmpinc=
4b900473 5011have_gmp=no
e8a5fa9c
RW
5012
5013# Specify a location for mpc
5014# check for this first so it ends up on the link line before mpfr.
5015
81ecdfbb
RW
5016# Check whether --with-mpc was given.
5017if test "${with_mpc+set}" = set; then :
5018 withval=$with_mpc;
5019fi
e8a5fa9c 5020
e8a5fa9c 5021
e552509b 5022# Check whether --with-mpc-include was given.
81ecdfbb
RW
5023if test "${with_mpc_include+set}" = set; then :
5024 withval=$with_mpc_include;
5025fi
e8a5fa9c 5026
e8a5fa9c 5027
e552509b 5028# Check whether --with-mpc-lib was given.
81ecdfbb
RW
5029if test "${with_mpc_lib+set}" = set; then :
5030 withval=$with_mpc_lib;
5031fi
e8a5fa9c 5032
e8a5fa9c
RW
5033
5034if test "x$with_mpc" != x; then
d9b76ff9
KG
5035 gmplibs="-L$with_mpc/lib $gmplibs"
5036 gmpinc="-I$with_mpc/include $gmpinc"
e8a5fa9c
RW
5037fi
5038if test "x$with_mpc_include" != x; then
d9b76ff9 5039 gmpinc="-I$with_mpc_include $gmpinc"
e8a5fa9c
RW
5040fi
5041if test "x$with_mpc_lib" != x; then
d9b76ff9 5042 gmplibs="-L$with_mpc_lib $gmplibs"
e8a5fa9c
RW
5043fi
5044if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
d5f2ee2e 5045 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
d9b76ff9 5046 gmpinc='-I$$s/mpc/src '"$gmpinc"
e8a5fa9c
RW
5047 # Do not test the mpc version. Assume that it is sufficient, since
5048 # it is in the source tree, and the library has not been built yet
5049 # but it would be included on the link line in the version check below
5050 # hence making the test fail.
d9b76ff9 5051 have_gmp=yes
e8a5fa9c 5052fi
4b900473 5053
11b04d1f
DD
5054# Specify a location for mpfr
5055# check for this first so it ends up on the link line before gmp.
c6b750e1 5056
81ecdfbb
RW
5057# Check whether --with-mpfr-dir was given.
5058if test "${with_mpfr_dir+set}" = set; then :
5059 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5060Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5061fi
5062
11b04d1f
DD
5063
5064
81ecdfbb
RW
5065# Check whether --with-mpfr was given.
5066if test "${with_mpfr+set}" = set; then :
5067 withval=$with_mpfr;
5068fi
c6b750e1 5069
11b04d1f 5070
e552509b 5071# Check whether --with-mpfr-include was given.
81ecdfbb
RW
5072if test "${with_mpfr_include+set}" = set; then :
5073 withval=$with_mpfr_include;
5074fi
c6b750e1 5075
8a0d8a5c 5076
e552509b 5077# Check whether --with-mpfr-lib was given.
81ecdfbb
RW
5078if test "${with_mpfr_lib+set}" = set; then :
5079 withval=$with_mpfr_lib;
5080fi
8a0d8a5c 5081
11b04d1f
DD
5082
5083if test "x$with_mpfr" != x; then
5084 gmplibs="-L$with_mpfr/lib $gmplibs"
d9b76ff9 5085 gmpinc="-I$with_mpfr/include $gmpinc"
11b04d1f 5086fi
8a0d8a5c 5087if test "x$with_mpfr_include" != x; then
d9b76ff9 5088 gmpinc="-I$with_mpfr_include $gmpinc"
8a0d8a5c
PB
5089fi
5090if test "x$with_mpfr_lib" != x; then
5091 gmplibs="-L$with_mpfr_lib $gmplibs"
5092fi
4b900473 5093if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
d5f2ee2e 5094 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
4b900473 5095 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
d5f2ee2e 5096 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
4b900473
PB
5097 # Do not test the mpfr version. Assume that it is sufficient, since
5098 # it is in the source tree, and the library has not been built yet
5099 # but it would be included on the link line in the version check below
5100 # hence making the test fail.
5101 have_gmp=yes
5102fi
11b04d1f 5103
4b1cb4fe 5104# Specify a location for gmp
c6b750e1 5105
81ecdfbb
RW
5106# Check whether --with-gmp-dir was given.
5107if test "${with_gmp_dir+set}" = set; then :
5108 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5109Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5110fi
5111
4b1cb4fe
DD
5112
5113
81ecdfbb
RW
5114# Check whether --with-gmp was given.
5115if test "${with_gmp+set}" = set; then :
5116 withval=$with_gmp;
5117fi
c6b750e1 5118
4b1cb4fe 5119
e552509b 5120# Check whether --with-gmp-include was given.
81ecdfbb
RW
5121if test "${with_gmp_include+set}" = set; then :
5122 withval=$with_gmp_include;
5123fi
c6b750e1 5124
8a0d8a5c 5125
e552509b 5126# Check whether --with-gmp-lib was given.
81ecdfbb
RW
5127if test "${with_gmp_lib+set}" = set; then :
5128 withval=$with_gmp_lib;
5129fi
8a0d8a5c
PB
5130
5131
4b1cb4fe 5132
11b04d1f
DD
5133if test "x$with_gmp" != x; then
5134 gmplibs="-L$with_gmp/lib $gmplibs"
5135 gmpinc="-I$with_gmp/include $gmpinc"
4b1cb4fe 5136fi
8a0d8a5c
PB
5137if test "x$with_gmp_include" != x; then
5138 gmpinc="-I$with_gmp_include $gmpinc"
5139fi
5140if test "x$with_gmp_lib" != x; then
5141 gmplibs="-L$with_gmp_lib $gmplibs"
5142fi
4b900473 5143if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
d5f2ee2e 5144 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
4b900473 5145 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
29821356 5146 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
d5f2ee2e 5147 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
4b900473
PB
5148 # Do not test the gmp version. Assume that it is sufficient, since
5149 # it is in the source tree, and the library has not been built yet
5150 # but it would be included on the link line in the version check below
5151 # hence making the test fail.
5152 have_gmp=yes
5153fi
4b1cb4fe 5154
ceb92e78 5155if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4b900473
PB
5156 have_gmp=yes
5157 saved_CFLAGS="$CFLAGS"
5158 CFLAGS="$CFLAGS $gmpinc"
a6b5846e
KG
5159 # Check for the recommended and required versions of GMP.
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5161$as_echo_n "checking for the correct version of gmp.h... " >&6; }
a009f2e7
RW
5162
5163cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6b5846e
KG
5164/* end confdefs.h. */
5165#include "gmp.h"
5166int
5167main ()
5168{
5169
5170 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5171 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5172 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5173 choke me
5174 #endif
5175
5176 ;
5177 return 0;
5178}
5179_ACEOF
5180if ac_fn_c_try_compile "$LINENO"; then :
a009f2e7 5181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5182/* end confdefs.h. */
a6b5846e 5183#include <gmp.h>
c6b750e1
DJ
5184int
5185main ()
5186{
4b1cb4fe 5187
a6b5846e
KG
5188 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5189 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5190 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
4b900473
PB
5191 choke me
5192 #endif
c6b750e1
DJ
5193
5194 ;
5195 return 0;
5196}
5197_ACEOF
81ecdfbb
RW
5198if ac_fn_c_try_compile "$LINENO"; then :
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5200$as_echo "yes" >&6; }
a6b5846e
KG
5201else
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5203$as_echo "buggy but acceptable" >&6; }
5204fi
5205rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 5206else
81ecdfbb
RW
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5208$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5209fi
81ecdfbb 5210rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4b1cb4fe 5211
e8a5fa9c 5212 # If we have GMP, check the MPFR version.
4b900473 5213 if test x"$have_gmp" = xyes; then
a6b5846e
KG
5214 # Check for the recommended and required versions of MPFR.
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5216$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
81ecdfbb 5217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5218/* end confdefs.h. */
9b134994 5219#include <gmp.h>
4b900473 5220 #include <mpfr.h>
c6b750e1
DJ
5221int
5222main ()
5223{
9b134994 5224
ef699244 5225 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
4b900473
PB
5226 choke me
5227 #endif
c6b750e1
DJ
5228
5229 ;
5230 return 0;
5231}
5232_ACEOF
81ecdfbb
RW
5233if ac_fn_c_try_compile "$LINENO"; then :
5234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5235/* end confdefs.h. */
4b1cb4fe 5236#include <gmp.h>
4b900473 5237 #include <mpfr.h>
c6b750e1
DJ
5238int
5239main ()
5240{
9dbaa842 5241
a6b5846e 5242 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
4b900473
PB
5243 choke me
5244 #endif
e8a5fa9c
RW
5245
5246 ;
5247 return 0;
5248}
5249_ACEOF
81ecdfbb
RW
5250if ac_fn_c_try_compile "$LINENO"; then :
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5252$as_echo "yes" >&6; }
e8a5fa9c 5253else
81ecdfbb
RW
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5255$as_echo "buggy but acceptable" >&6; }
e8a5fa9c 5256fi
81ecdfbb 5257rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5258else
81ecdfbb
RW
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5260$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5261fi
81ecdfbb 5262rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5263 fi
5264
5265 # Check for the MPC header version.
d9b76ff9 5266 if test x"$have_gmp" = xyes ; then
a6b5846e 5267 # Check for the recommended and required versions of MPC.
81ecdfbb
RW
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5269$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c
RW
5271/* end confdefs.h. */
5272#include <mpc.h>
5273int
5274main ()
5275{
5276
a6b5846e
KG
5277 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5278 choke me
5279 #endif
5280
5281 ;
5282 return 0;
5283}
5284_ACEOF
5285if ac_fn_c_try_compile "$LINENO"; then :
5286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5287/* end confdefs.h. */
5288#include <mpc.h>
5289int
5290main ()
5291{
5292
5293 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
e8a5fa9c
RW
5294 choke me
5295 #endif
5296
5297 ;
5298 return 0;
5299}
5300_ACEOF
81ecdfbb
RW
5301if ac_fn_c_try_compile "$LINENO"; then :
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
d9b76ff9 5303$as_echo "yes" >&6; }
a6b5846e
KG
5304else
5305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5306$as_echo "buggy but acceptable" >&6; }
5307fi
5308rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5309else
81ecdfbb 5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
d9b76ff9 5311$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5312fi
81ecdfbb 5313rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5314 fi
5315
5316 # Now check the MPFR library.
5317 if test x"$have_gmp" = xyes; then
5318 saved_LIBS="$LIBS"
5319 LIBS="$LIBS $gmplibs"
d9b76ff9
KG
5320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5321$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
81ecdfbb 5322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c 5323/* end confdefs.h. */
d9b76ff9 5324#include <mpc.h>
e8a5fa9c
RW
5325int
5326main ()
5327{
5328
5329 mpfr_t n;
5330 mpfr_t x;
d9b76ff9 5331 mpc_t c;
e8a5fa9c
RW
5332 int t;
5333 mpfr_init (n);
5334 mpfr_init (x);
5335 mpfr_atan2 (n, n, x, GMP_RNDN);
5336 mpfr_erfc (n, x, GMP_RNDN);
5337 mpfr_subnormalize (x, t, GMP_RNDN);
d9b76ff9
KG
5338 mpfr_clear(n);
5339 mpfr_clear(x);
5340 mpc_init2 (c, 53);
5341 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5342 mpc_cosh (c, c, MPC_RNDNN);
5343 mpc_pow (c, c, c, MPC_RNDNN);
5344 mpc_acosh (c, c, MPC_RNDNN);
5345 mpc_clear (c);
c6b750e1
DJ
5346
5347 ;
5348 return 0;
5349}
5350_ACEOF
81ecdfbb
RW
5351if ac_fn_c_try_link "$LINENO"; then :
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5353$as_echo "yes" >&6; }
c6b750e1 5354else
81ecdfbb
RW
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5356$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5357fi
81ecdfbb
RW
5358rm -f core conftest.err conftest.$ac_objext \
5359 conftest$ac_exeext conftest.$ac_ext
e8a5fa9c
RW
5360 LIBS="$saved_LIBS"
5361 fi
5362
4b900473 5363 CFLAGS="$saved_CFLAGS"
4b1cb4fe 5364
a6b5846e
KG
5365# The library versions listed in the error message below should match
5366# the HARD-minimums enforced above.
4b900473 5367 if test x$have_gmp != xyes; then
a6b5846e 5368 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
d9b76ff9
KG
5369Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5370their locations. Source code for these libraries can be found at
5371their respective hosting sites as well as at
5372ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5373http://gcc.gnu.org/install/prerequisites.html for additional info. If
5374you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5375make sure that you have installed both the libraries and the header
5376files. They may be located in separate packages." "$LINENO" 5
4b900473 5377 fi
9dbaa842
DD
5378fi
5379
e8a5fa9c
RW
5380# Flags needed for both GMP, MPFR and/or MPC.
5381
5382
5383
4b1cb4fe
DD
5384
5385
5386
29383458
JM
5387# Allow host libstdc++ to be specified for static linking with PPL.
5388
81ecdfbb
RW
5389# Check whether --with-host-libstdcxx was given.
5390if test "${with_host_libstdcxx+set}" = set; then :
5391 withval=$with_host_libstdcxx;
5392fi
29383458 5393
29383458
JM
5394
5395case $with_host_libstdcxx in
5396 no|yes)
81ecdfbb 5397 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
29383458
JM
5398 ;;
5399esac
e28c595f 5400
e8a5fa9c
RW
5401# Linker flags to use for stage1 or when not boostrapping.
5402
81ecdfbb
RW
5403# Check whether --with-stage1-ldflags was given.
5404if test "${with_stage1_ldflags+set}" = set; then :
5405 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5406 stage1_ldflags=
5407 else
5408 stage1_ldflags=$withval
5409 fi
5410else
5411 stage1_ldflags=
81ecdfbb
RW
5412fi
5413
e8a5fa9c
RW
5414
5415
5416# Libraries to use for stage1 or when not bootstrapping.
5417
81ecdfbb
RW
5418# Check whether --with-stage1-libs was given.
5419if test "${with_stage1_libs+set}" = set; then :
5420 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5421 stage1_libs=
5422 else
5423 stage1_libs=$withval
5424 fi
5425else
5426 stage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5427fi
5428
e8a5fa9c
RW
5429
5430
e8a5fa9c
RW
5431# Libraries to use for stage2 and later builds. This defaults to the
5432# argument passed to --with-host-libstdcxx.
5433
81ecdfbb
RW
5434# Check whether --with-boot-libs was given.
5435if test "${with_boot_libs+set}" = set; then :
5436 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5437 poststage1_libs=
5438 else
5439 poststage1_libs=$withval
5440 fi
5441else
5442 poststage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5443fi
5444
e8a5fa9c
RW
5445
5446
143754cd
NC
5447# Linker flags to use for stage2 and later builds.
5448
5449# Check whether --with-boot-ldflags was given.
5450if test "${with_boot_ldflags+set}" = set; then :
5451 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5452 poststage1_ldflags=
5453 else
5454 poststage1_ldflags=$withval
5455 fi
5456else
5457 poststage1_ldflags=
4f11b223
ILT
5458 # In stages 2 and 3, default to linking libstdc++ and libgcc
5459 # statically. But if the user explicitly specified the libraries to
5460 # use, trust that they are doing what they want.
5461 if test "$poststage1_libs" = ""; then
143754cd
NC
5462 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5463 fi
5464fi
5465
5466
5467
e28c595f 5468# Check for PPL
b123da99 5469ppllibs=
e28c595f 5470pplinc=
b123da99 5471pwllib=
e28c595f
JM
5472
5473
81ecdfbb
RW
5474# Check whether --with-ppl was given.
5475if test "${with_ppl+set}" = set; then :
5476 withval=$with_ppl;
81ecdfbb 5477fi
e28c595f 5478
e28c595f 5479
e552509b 5480# Check whether --with-ppl-include was given.
81ecdfbb
RW
5481if test "${with_ppl_include+set}" = set; then :
5482 withval=$with_ppl_include;
5483fi
5484
e28c595f 5485
e552509b 5486# Check whether --with-ppl-lib was given.
81ecdfbb
RW
5487if test "${with_ppl_lib+set}" = set; then :
5488 withval=$with_ppl_lib;
5489fi
e28c595f 5490
e28c595f 5491
b123da99
SP
5492# Check whether --enable-ppl-version-check was given.
5493if test "${enable_ppl_version_check+set}" = set; then :
5494 enableval=$enable_ppl_version_check;
5495fi
5496
5497
29383458 5498case $with_ppl in
b123da99 5499 yes | no | "")
1f53ca9a 5500 ;;
29383458 5501 *)
b123da99 5502 ppllibs="-L$with_ppl/lib"
29383458 5503 pplinc="-I$with_ppl/include $pplinc"
b123da99
SP
5504 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5505 with_ppl=yes
5506 else
5507 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5508 fi
29383458
JM
5509 ;;
5510esac
b123da99
SP
5511
5512if test x"$with_ppl_include" != x; then
e28c595f 5513 pplinc="-I$with_ppl_include $pplinc"
b123da99 5514 with_ppl=yes
e28c595f 5515fi
b123da99 5516
e28c595f 5517if test "x$with_ppl_lib" != x; then
b123da99
SP
5518 ppllibs="-L$with_ppl_lib"
5519 with_ppl=yes
e28c595f 5520fi
b123da99
SP
5521
5522if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5523 if test x"$enable_watchdog" = xyes; then
5524 pwllib="-lpwl"
5525 fi
5526 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
1f53ca9a
AO
5527 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5528 enable_ppl_version_check=no
b123da99 5529 with_ppl=yes
e28c595f
JM
5530fi
5531
86ed8cf6 5532if test "x$with_ppl" != xno; then
b123da99 5533 if test "x$pwllib" = x; then
0e8ad34f
RO
5534 saved_LIBS="$LIBS"
5535 LIBS="$LIBS $ppllibs -lstdc++ -lm"
b123da99
SP
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5537$as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5538if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5539 $as_echo_n "(cached) " >&6
5540else
5541 ac_check_lib_save_LIBS=$LIBS
5542LIBS="-lpwl $LIBS"
5543cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5544/* end confdefs.h. */
5545
5546/* Override any GCC internal prototype to avoid an error.
5547 Use char because int might match the return type of a GCC
5548 builtin and then its argument prototype would still apply. */
5549#ifdef __cplusplus
5550extern "C"
5551#endif
5552char PWL_handle_timeout ();
5553int
5554main ()
5555{
5556return PWL_handle_timeout ();
5557 ;
5558 return 0;
5559}
5560_ACEOF
5561if ac_fn_c_try_link "$LINENO"; then :
5562 ac_cv_lib_pwl_PWL_handle_timeout=yes
e28c595f 5563else
b123da99
SP
5564 ac_cv_lib_pwl_PWL_handle_timeout=no
5565fi
5566rm -f core conftest.err conftest.$ac_objext \
5567 conftest$ac_exeext conftest.$ac_ext
5568LIBS=$ac_check_lib_save_LIBS
5569fi
5570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5571$as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5572if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5573 pwllib="-lpwl"
81ecdfbb
RW
5574fi
5575
0e8ad34f 5576 LIBS="$saved_LIBS"
b123da99 5577 fi
e28c595f 5578
b123da99
SP
5579 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5580
5581 if test "$enable_ppl_version_check" != no; then
5582 saved_CFLAGS="$CFLAGS"
5583 CFLAGS="$CFLAGS $pplinc $gmpinc"
5584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5585$as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e28c595f
JM
5587/* end confdefs.h. */
5588#include "ppl_c.h"
5589int
5590main ()
5591{
5592
b123da99
SP
5593 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5594 choke me
5595 #endif
e28c595f
JM
5596
5597 ;
5598 return 0;
5599}
5600_ACEOF
81ecdfbb
RW
5601if ac_fn_c_try_compile "$LINENO"; then :
5602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5603$as_echo "yes" >&6; }
e28c595f 5604else
81ecdfbb 5605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1f53ca9a 5606$as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
e28c595f 5607fi
81ecdfbb 5608rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b123da99
SP
5609 CFLAGS="$saved_CFLAGS"
5610 fi
e28c595f
JM
5611fi
5612
5613# Flags needed for PPL
5614
5615
5616
5617
5618# Check for CLOOG
e552509b 5619
e28c595f
JM
5620
5621
81ecdfbb
RW
5622# Check whether --with-cloog was given.
5623if test "${with_cloog+set}" = set; then :
5624 withval=$with_cloog;
81ecdfbb
RW
5625fi
5626
e28c595f 5627
e552509b 5628# Check whether --with-cloog-include was given.
81ecdfbb
RW
5629if test "${with_cloog_include+set}" = set; then :
5630 withval=$with_cloog_include;
5631fi
e28c595f 5632
e28c595f 5633
e552509b 5634# Check whether --with-cloog-lib was given.
81ecdfbb
RW
5635if test "${with_cloog_lib+set}" = set; then :
5636 withval=$with_cloog_lib;
5637fi
e28c595f 5638
e28c595f 5639
e552509b
ILT
5640 # Check whether --enable-cloog-backend was given.
5641if test "${enable_cloog_backend+set}" = set; then :
5642 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5643 cloog_backend=isl
5644 elif test "x${enableval}" = "xppl"; then
5645 cloog_backend=ppl
5646 else
5647 cloog_backend=ppl-legacy
5648 fi
5649else
5650 cloog_backend=ppl-legacy
5651fi
5652
5653 # Check whether --enable-cloog-version-check was given.
5654if test "${enable_cloog_version_check+set}" = set; then :
5655 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5656else
5657 ENABLE_CLOOG_CHECK=yes
5658fi
5659
5660
5661 # Initialize clooglibs and clooginc.
5662 case $with_cloog in
5663 no)
5664 clooglibs=
5665 clooginc=
5666 ;;
5667 "" | yes)
5668 ;;
5669 *)
5670 clooglibs="-L$with_cloog/lib"
5671 clooginc="-I$with_cloog/include"
5672 ;;
5673 esac
5674 if test "x${with_cloog_include}" != x ; then
5675 clooginc="-I$with_cloog_include"
5676 fi
5677 if test "x${with_cloog_lib}" != x; then
5678 clooglibs="-L$with_cloog_lib"
5679 fi
5680
5681
5682
5683
5684
1f53ca9a 5685if test "x$with_ppl" = "xno"; then
8d8eef9a
RW
5686
5687
5688
5689 if test "x${with_cloog}" = xno; then
5690 graphite_requested=no
5691 elif test "x${with_cloog}" != x \
5692 || test "x${with_cloog_include}" != x \
5693 || test "x${with_cloog_lib}" != x ; then
5694 graphite_requested=yes
5695 else
5696 graphite_requested=no
5697 fi
5698
5699
5700 if test "${graphite_requested}" = yes; then
5701 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
5702 fi
1f53ca9a
AO
5703 with_cloog=no
5704fi
e552509b
ILT
5705if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5706 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5707 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5708 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5709fi
5710if test "x$with_cloog" != "xno"; then
1f53ca9a 5711
e552509b
ILT
5712
5713
5714 _cloog_saved_CFLAGS=$CFLAGS
5715 _cloog_saved_CPPFLAGS=$CPPFLAGS
5716 _cloog_saved_LDFLAGS=$LDFLAGS
5717 _cloog_saved_LIBS=$LIBS
5718
5719 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5720
5721 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5722 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5723 LDFLAGS="${LDFLAGS} ${clooglibs}"
5724
5725 case $cloog_backend in
5726 "ppl-legacy")
5727 CFLAGS="${CFLAGS} ${pplinc}"
5728 LDFLAGS="${LDFLAGS} ${ppllibs}"
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5730$as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5731if test "${gcc_cv_cloog_type+set}" = set; then :
5732 $as_echo_n "(cached) " >&6
5733else
5734 LIBS="-lcloog ${_cloog_saved_LIBS}"
5735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5736/* end confdefs.h. */
5737#include "cloog/cloog.h"
5738int
5739main ()
5740{
5741#ifndef CLOOG_PPL_BACKEND
5742 choke me
5743 #endif
5744 ;
5745 return 0;
5746}
5747_ACEOF
5748if ac_fn_c_try_link "$LINENO"; then :
5749 gcc_cv_cloog_type="PPL Legacy"
5750else
5751 gcc_cv_cloog_type=no
5752fi
5753rm -f core conftest.err conftest.$ac_objext \
5754 conftest$ac_exeext conftest.$ac_ext
e28c595f 5755fi
e552509b
ILT
5756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5757$as_echo "$gcc_cv_cloog_type" >&6; }
5758 ;;
5759 "isl")
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5761$as_echo_n "checking for installed CLooG ISL... " >&6; }
5762if test "${gcc_cv_cloog_type+set}" = set; then :
5763 $as_echo_n "(cached) " >&6
5764else
5765 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5767/* end confdefs.h. */
5768#include "cloog/cloog.h"
5769int
5770main ()
5771{
5772cloog_version ()
5773 ;
5774 return 0;
5775}
5776_ACEOF
5777if ac_fn_c_try_link "$LINENO"; then :
5778 gcc_cv_cloog_type="ISL"
5779else
5780 gcc_cv_cloog_type=no
e28c595f 5781fi
e552509b
ILT
5782rm -f core conftest.err conftest.$ac_objext \
5783 conftest$ac_exeext conftest.$ac_ext
e28c595f 5784fi
e552509b
ILT
5785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5786$as_echo "$gcc_cv_cloog_type" >&6; }
5787 ;;
5788 "ppl")
5789 CFLAGS="${CFLAGS} ${pplinc}"
5790 LDFLAGS="${LDFLAGS} ${ppllibs}"
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5792$as_echo_n "checking for installed CLooG PPL... " >&6; }
5793if test "${gcc_cv_cloog_type+set}" = set; then :
5794 $as_echo_n "(cached) " >&6
e28c595f 5795else
e552509b
ILT
5796 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5798/* end confdefs.h. */
5799#include "cloog/cloog.h"
5800 #include "cloog/ppl/cloog.h"
5801int
5802main ()
5803{
5804cloog_version ()
5805 ;
5806 return 0;
5807}
5808_ACEOF
5809if ac_fn_c_try_link "$LINENO"; then :
5810 gcc_cv_cloog_type="PPL"
5811else
5812 gcc_cv_cloog_type=no
81ecdfbb 5813fi
e552509b
ILT
5814rm -f core conftest.err conftest.$ac_objext \
5815 conftest$ac_exeext conftest.$ac_ext
5816fi
5817{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5818$as_echo "$gcc_cv_cloog_type" >&6; }
5819 ;;
5820 *)
5821 gcc_cv_cloog_type=""
5822 esac
5823
5824 case $gcc_cv_cloog_type in
5825 "PPL Legacy")
5826 clooginc="${clooginc}"
5827 clooglibs="${clooglibs} -lcloog"
5828 cloog_org=no
5829 ;;
5830 "ISL")
5831 clooginc="${clooginc} ${_cloogorginc}"
b123da99 5832 clooglibs="${clooglibs} -lcloog-isl -lisl"
e552509b
ILT
5833 cloog_org=yes
5834 ;;
5835 "PPL")
5836 clooginc="${clooginc} ${_cloogorginc}"
5837 clooglibs="${clooglibs} -lcloog-ppl"
5838 cloog_org=yes
5839 ;;
5840 *)
5841 clooglibs=
5842 clooginc=
5843 cloog_org=
5844 ;;
5845 esac
81ecdfbb 5846
e552509b
ILT
5847 LIBS=$_cloog_saved_LIBS
5848 CFLAGS=$_cloog_saved_CFLAGS
5849 CPPFLAGS=$_cloog_saved_CPPFLAGS
5850 LDFLAGS=$_cloog_saved_LDFLAGS
e28c595f 5851
e552509b
ILT
5852
5853
5854
5855
5856 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5857 _cloog_saved_CFLAGS=$CFLAGS
5858 _cloog_saved_LDFLAGS=$LDFLAGS
5859
5860 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
5861 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
5862
5863 if test "${cloog_org}" = yes ; then
8d8eef9a
RW
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
5865$as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
e552509b
ILT
5866if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
5867 $as_echo_n "(cached) " >&6
5868else
5869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5870/* end confdefs.h. */
5871#include "cloog/cloog.h"
5872int
5873main ()
5874{
5875#if CLOOG_VERSION_MAJOR != 0 \
8d8eef9a
RW
5876 || CLOOG_VERSION_MINOR != 16 \
5877 || CLOOG_VERSION_REVISION < 1
e552509b
ILT
5878 choke me
5879 #endif
5880 ;
5881 return 0;
5882}
5883_ACEOF
5884if ac_fn_c_try_compile "$LINENO"; then :
5885 gcc_cv_cloog_ct_0_14_0=yes
5886else
5887 gcc_cv_cloog_ct_0_14_0=no
5888fi
5889rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5890fi
5891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
5892$as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
5893 elif test "${cloog_org}" = no ; then
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
143754cd 5895$as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
e552509b
ILT
5896if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
5897 $as_echo_n "(cached) " >&6
5898else
81ecdfbb 5899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e28c595f
JM
5900/* end confdefs.h. */
5901#include "cloog/cloog.h"
5902int
5903main ()
5904{
e552509b
ILT
5905#if CLOOG_VERSION_MAJOR != 0 \
5906 || CLOOG_VERSION_MINOR != 15 \
5907 || CLOOG_VERSION_REVISION < 5
5908 choke me
5909 #endif
e28c595f
JM
5910 ;
5911 return 0;
5912}
5913_ACEOF
a009f2e7
RW
5914if ac_fn_c_try_compile "$LINENO"; then :
5915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5916/* end confdefs.h. */
5917#include "cloog/cloog.h"
5918int
5919main ()
5920{
e552509b
ILT
5921#if CLOOG_VERSION_MAJOR != 0 \
5922 || CLOOG_VERSION_MINOR != 15 \
5923 || CLOOG_VERSION_REVISION < 9
5924 choke me
5925 #endif
a009f2e7
RW
5926 ;
5927 return 0;
5928}
5929_ACEOF
81ecdfbb 5930if ac_fn_c_try_compile "$LINENO"; then :
e552509b 5931 gcc_cv_cloog_ct_0_15_5=yes
a009f2e7 5932else
e552509b 5933 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
a009f2e7
RW
5934fi
5935rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e28c595f 5936else
e552509b 5937 gcc_cv_cloog_ct_0_15_5=no
e28c595f 5938fi
81ecdfbb 5939rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e28c595f 5940fi
e552509b
ILT
5941{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
5942$as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
5943 fi
5944
5945 CFLAGS=$_cloog_saved_CFLAGS
5946 LDFLAGS=$_cloog_saved_LDFLAGS
5947 fi
5948
5949
5950
e28c595f 5951
e28c595f
JM
5952
5953
5954
8d8eef9a
RW
5955 if test "x${with_cloog}" = xno; then
5956 graphite_requested=no
5957 elif test "x${with_cloog}" != x \
e552509b
ILT
5958 || test "x${with_cloog_include}" != x \
5959 || test "x${with_cloog_lib}" != x ; then
5960 graphite_requested=yes
5961 else
5962 graphite_requested=no
5963 fi
5964
5965
5966
5967 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
5968 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
5969 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
5970 clooglibs=
5971 clooginc=
5972 fi
5973
5974 if test "${graphite_requested}" = yes \
5975 && test "x${clooglibs}" = x \
5976 && test "x${clooginc}" = x ; then
5977
8d8eef9a 5978 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
e552509b
ILT
5979 fi
5980
5981
5982fi
5983
700d40ca
ILT
5984# Check for LTO support.
5985# Check whether --enable-lto was given.
5986if test "${enable_lto+set}" = set; then :
5987 enableval=$enable_lto; enable_lto=$enableval
5988else
5989 enable_lto=yes; default_enable_lto=yes
5990fi
5991
5992
143754cd 5993
e49e5c92
DK
5994
5995
5996target_elf=no
5997case $target in
5998 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
5999 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
a009f2e7 6000 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
e49e5c92
DK
6001 target_elf=no
6002 ;;
6003 *)
6004 target_elf=yes
6005 ;;
6006esac
6007
6008if test $target_elf = yes; then :
74cea91b
DK
6009 # ELF platforms build the lto-plugin always.
6010 build_lto_plugin=yes
e49e5c92 6011
e49e5c92
DK
6012else
6013 if test x"$default_enable_lto" = x"yes" ; then
29821356 6014 case $target in
dbbe5f95 6015 *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
74cea91b 6016 # On other non-ELF platforms, LTO has yet to be validated.
29821356
RW
6017 *) enable_lto=no ;;
6018 esac
e49e5c92 6019 else
29821356
RW
6020 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6021 # It would also be nice to check the binutils support, but we don't
e49e5c92
DK
6022 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6023 # warn during gcc/ subconfigure; unless you're bootstrapping with
6024 # -flto it won't be needed until after installation anyway.
6025 case $target in
a8eb3f0a 6026 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
e49e5c92
DK
6027 *) if test x"$enable_lto" = x"yes"; then
6028 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6029 fi
6030 ;;
6031 esac
6032 fi
a8eb3f0a 6033 # Among non-ELF, only Windows platforms support the lto-plugin so far.
74cea91b 6034 # Build it unless LTO was explicitly disabled.
a8eb3f0a 6035 case $target in
74cea91b 6036 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
a8eb3f0a
DK
6037 *) ;;
6038 esac
74cea91b 6039
e49e5c92
DK
6040fi
6041
700d40ca 6042
e28c595f 6043
947f426e 6044# By default, C is the only stage 1 language.
9b134994 6045stage1_languages=,c,
1d39f329 6046
e8a5fa9c 6047# Target libraries that we bootstrap.
2aa2364a 6048bootstrap_target_libs=,target-libgcc,
e8a5fa9c 6049
9e07f89d
NN
6050# Figure out what language subdirectories are present.
6051# Look if the user specified --enable-languages="..."; if not, use
6052# the environment variable $LANGUAGES if defined. $LANGUAGES might
6053# go away some day.
6054# NB: embedded tabs in this IF block -- do not untabify
6055if test -d ${srcdir}/gcc; then
6056 if test x"${enable_languages+set}" != xset; then
6057 if test x"${LANGUAGES+set}" = xset; then
6058 enable_languages="${LANGUAGES}"
6059 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6060 else
6061 enable_languages=all
6062 fi
6063 else
6064 if test x"${enable_languages}" = x ||
6065 test x"${enable_languages}" = xyes;
6066 then
6067 echo configure.in: --enable-languages needs at least one language argument 1>&2
6068 exit 1
6069 fi
6070 fi
6071 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6072
096f7d00
DE
6073 # 'f95' is the old name for the 'fortran' language. We issue a warning
6074 # and make the substitution.
6075 case ,${enable_languages}, in
6076 *,f95,*)
6077 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6078 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6079 ;;
6080 esac
6081
9e07f89d
NN
6082 # First scan to see if an enabled language requires some other language.
6083 # We assume that a given config-lang.in will list all the language
6084 # front ends it requires, even if some are required indirectly.
6085 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6086 case ${lang_frag} in
6087 ..) ;;
6088 # The odd quoting in the next line works around
6089 # an apparent bug in bash 1.12 on linux.
6090 ${srcdir}/gcc/[*]/config-lang.in) ;;
6091 *)
e552509b
ILT
6092 # From the config-lang.in, get $language, $lang_requires, and
6093 # $lang_requires_boot_languages.
9e07f89d
NN
6094 language=
6095 lang_requires=
e552509b 6096 lang_requires_boot_languages=
9e07f89d 6097 . ${lang_frag}
e552509b 6098 for other in ${lang_requires} ${lang_requires_boot_languages}; do
9e07f89d
NN
6099 case ,${enable_languages}, in
6100 *,$other,*) ;;
6101 *,all,*) ;;
6102 *,$language,*)
6103 echo " \`$other' language required by \`$language'; enabling" 1>&2
6104 enable_languages="${enable_languages},${other}"
6105 ;;
6106 esac
6107 done
e552509b
ILT
6108 for other in ${lang_requires_boot_languages} ; do
6109 if test "$other" != "c"; then
6110 case ,${enable_stage1_languages}, in
6111 *,$other,*) ;;
6112 *,all,*) ;;
6113 *)
6114 case ,${enable_languages}, in
6115 *,$language,*)
6116 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6117 enable_stage1_languages="$enable_stage1_languages,${other}"
6118 ;;
6119 esac
6120 ;;
6121 esac
6122 fi
6123 done
9e07f89d
NN
6124 ;;
6125 esac
6126 done
6127
9b134994 6128 new_enable_languages=,c,
700d40ca
ILT
6129
6130 # If LTO is enabled, add the LTO front end.
6131 extra_host_libiberty_configure_flags=
6132 if test "$enable_lto" = "yes" ; then
6811fb56
RW
6133 case ,${enable_languages}, in
6134 *,lto,*) ;;
6135 *) enable_languages="${enable_languages},lto" ;;
6136 esac
a8eb3f0a 6137 if test "${build_lto_plugin}" = "yes" ; then
700d40ca
ILT
6138 configdirs="$configdirs lto-plugin"
6139 extra_host_libiberty_configure_flags=--enable-shared
6140 fi
6141 fi
6142
6143
9e07f89d 6144 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9b134994 6145 potential_languages=,c,
9e07f89d 6146
9e1a94f4
ILT
6147 enabled_target_libs=
6148 disabled_target_libs=
6149
9e07f89d
NN
6150 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6151 case ${lang_frag} in
6152 ..) ;;
6153 # The odd quoting in the next line works around
6154 # an apparent bug in bash 1.12 on linux.
6155 ${srcdir}/gcc/[*]/config-lang.in) ;;
6156 *)
c6b750e1 6157 # From the config-lang.in, get $language, $target_libs,
1d39f329 6158 # $lang_dirs, $boot_language, and $build_by_default
9e07f89d
NN
6159 language=
6160 target_libs=
6161 lang_dirs=
64ce424c 6162 subdir_requires=
9b134994
PB
6163 boot_language=no
6164 build_by_default=yes
9e07f89d 6165 . ${lang_frag}
9b134994
PB
6166 if test x${language} = x; then
6167 echo "${lang_frag} doesn't set \$language." 1>&2
6168 exit 1
6169 fi
6170
1f53ca9a
AO
6171 if test "$language" = "c++" \
6172 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
e8a5fa9c
RW
6173 boot_language=yes
6174 fi
6175
9b134994
PB
6176 case ,${enable_languages}, in
6177 *,${language},*)
9e07f89d
NN
6178 # Language was explicitly selected; include it.
6179 add_this_lang=yes
6180 ;;
9b134994
PB
6181 *,all,*)
6182 # 'all' was selected, select it if it is a default language
6183 add_this_lang=${build_by_default}
9e07f89d
NN
6184 ;;
6185 *)
6186 add_this_lang=no
6187 ;;
6188 esac
4b1cb4fe 6189
64ce424c 6190 # Disable languages that need other directories if these aren't available.
1f3f1bbf 6191 for i in $subdir_requires; do
3d3adb43 6192 test -f "$srcdir/gcc/$i/config-lang.in" && continue
64ce424c
PB
6193 case ,${enable_languages}, in
6194 *,${language},*)
6195 # Specifically requested language; tell them.
81ecdfbb 6196 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
64ce424c
PB
6197 ;;
6198 *)
6199 # Silently disable.
9b134994 6200 add_this_lang=unsupported
64ce424c
PB
6201 ;;
6202 esac
6203 done
6204
9b134994
PB
6205 # Disable Ada if no preexisting GNAT is available.
6206 case ,${enable_languages},:${language}:${have_gnat} in
6207 *,${language},*:ada:no)
6208 # Specifically requested language; tell them.
81ecdfbb 6209 as_fn_error "GNAT is required to build $language" "$LINENO" 5
9b134994
PB
6210 ;;
6211 *:ada:no)
6212 # Silently disable.
6213 add_this_lang=unsupported
6214 ;;
6215 esac
6216
59f7ec45
HPN
6217 # Disable a language that is unsupported by the target.
6218 case " $unsupported_languages " in
6219 *" $language "*)
9b134994 6220 add_this_lang=unsupported
59f7ec45
HPN
6221 ;;
6222 esac
6223
4b1cb4fe 6224 case $add_this_lang in
9b134994 6225 unsupported)
9e07f89d 6226 # Remove language-dependent dirs.
9e1a94f4
ILT
6227 disabled_target_libs="$disabled_target_libs $target_libs"
6228 noconfigdirs="$noconfigdirs $lang_dirs"
1d39f329 6229 ;;
9b134994
PB
6230 no)
6231 # Remove language-dependent dirs; still show language as supported.
9e1a94f4
ILT
6232 disabled_target_libs="$disabled_target_libs $target_libs"
6233 noconfigdirs="$noconfigdirs $lang_dirs"
9b134994
PB
6234 potential_languages="${potential_languages}${language},"
6235 ;;
6236 yes)
6237 new_enable_languages="${new_enable_languages}${language},"
6238 potential_languages="${potential_languages}${language},"
1d39f329 6239 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
9e1a94f4 6240 enabled_target_libs="$enabled_target_libs $target_libs"
f8dc745f
RW
6241 case "${boot_language}:,$enable_stage1_languages," in
6242 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
4fa63067 6243 # Add to (comma-separated) list of stage 1 languages.
f8dc745f
RW
6244 case ",$stage1_languages," in
6245 *,$language,* | ,yes, | ,all,) ;;
6246 *) stage1_languages="${stage1_languages}${language}," ;;
6247 esac
e8a5fa9c
RW
6248 # We need to bootstrap any supporting libraries.
6249 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1d39f329
NN
6250 ;;
6251 esac
6252 ;;
9e07f89d
NN
6253 esac
6254 ;;
6255 esac
6256 done
6257
9e1a94f4
ILT
6258 # Add target libraries which are only needed for disabled languages
6259 # to noconfigdirs.
6260 if test -n "$disabled_target_libs"; then
6261 for dir in $disabled_target_libs; do
6262 case " $enabled_target_libs " in
6263 *" ${dir} "*) ;;
6264 *) noconfigdirs="$noconfigdirs $dir" ;;
6265 esac
6266 done
6267 fi
6268
81ecdfbb
RW
6269 # Check whether --enable-stage1-languages was given.
6270if test "${enable_stage1_languages+set}" = set; then :
6271 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
9b134994
PB
6272 ,no,|,,)
6273 # Set it to something that will have no effect in the loop below
6274 enable_stage1_languages=c ;;
6275 ,yes,)
6276 enable_stage1_languages=`echo $new_enable_languages | \
6277 sed -e "s/^,//" -e "s/,$//" ` ;;
6278 *,all,*)
6279 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6280 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6281 esac
6282
6283 # Add "good" languages from enable_stage1_languages to stage1_languages,
6284 # while "bad" languages go in missing_languages. Leave no duplicates.
6285 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6286 case $potential_languages in
6287 *,$i,*)
6288 case $stage1_languages in
6289 *,$i,*) ;;
6290 *) stage1_languages="$stage1_languages$i," ;;
6291 esac ;;
6292 *)
6293 case $missing_languages in
6294 *,$i,*) ;;
6295 *) missing_languages="$missing_languages$i," ;;
6296 esac ;;
6297 esac
6298 done
81ecdfbb
RW
6299fi
6300
9b134994
PB
6301
6302 # Remove leading/trailing commas that were added for simplicity
6303 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4b0ac75d 6304 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9b134994
PB
6305 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6306 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6307
9e07f89d 6308 if test "x$missing_languages" != x; then
81ecdfbb 6309 as_fn_error "
27258dd4 6310The following requested languages could not be built: ${missing_languages}
81ecdfbb 6311Supported languages are: ${potential_languages}" "$LINENO" 5
9e07f89d 6312 fi
9e07f89d
NN
6313 if test "x$new_enable_languages" != "x$enable_languages"; then
6314 echo The following languages will be built: ${new_enable_languages}
9b134994 6315 enable_languages="$new_enable_languages"
9e07f89d 6316 fi
9b134994 6317
c6b750e1 6318
81ec575a 6319 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
9e07f89d
NN
6320fi
6321
a6df5a19
PB
6322# Handle --disable-<component> generically.
6323for dir in $configdirs $build_configdirs $target_configdirs ; do
6324 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
9cc8ae67
PB
6325 varname=`echo $dirname | sed -e s/+/_/g`
6326 if eval test x\${enable_${varname}} "=" xno ; then
a6df5a19
PB
6327 noconfigdirs="$noconfigdirs $dir"
6328 fi
6329done
6330
4f0ef2d8 6331# Check for Boehm's garbage collector
81ecdfbb
RW
6332# Check whether --enable-objc-gc was given.
6333if test "${enable_objc_gc+set}" = set; then :
6334 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4f0ef2d8 6335 *,objc,*:*:yes:*target-boehm-gc*)
81ecdfbb 6336 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
4f0ef2d8
CD
6337 ;;
6338esac
81ecdfbb
RW
6339fi
6340
4f0ef2d8
CD
6341
6342# Make sure we only build Boehm's garbage collector if required.
d42c4017
DA
6343case ,${enable_languages},:${enable_objc_gc} in
6344 *,objc,*:yes)
4f0ef2d8
CD
6345 # Keep target-boehm-gc if requested for Objective-C.
6346 ;;
4f0ef2d8 6347 *)
d42c4017
DA
6348 # Otherwise remove target-boehm-gc depending on target-libjava.
6349 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6350 noconfigdirs="$noconfigdirs target-boehm-gc"
6351 fi
4f0ef2d8
CD
6352 ;;
6353esac
6354
caeba88f
AL
6355# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6356# $build_configdirs and $target_configdirs.
9e07f89d
NN
6357# If we have the source for $noconfigdirs entries, add them to $notsupp.
6358
6359notsupp=""
6360for dir in . $skipdirs $noconfigdirs ; do
caeba88f 6361 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
9e07f89d
NN
6362 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6363 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6364 if test -r $srcdir/$dirname/configure ; then
6365 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6366 true
6367 else
6368 notsupp="$notsupp $dir"
6369 fi
6370 fi
6371 fi
caeba88f
AL
6372 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6373 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6374 if test -r $srcdir/$dirname/configure ; then
6375 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6376 true
6377 else
6378 notsupp="$notsupp $dir"
6379 fi
6380 fi
6381 fi
9e07f89d
NN
6382 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6383 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6384 if test -r $srcdir/$dirname/configure ; then
6385 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6386 true
6387 else
6388 notsupp="$notsupp $dir"
6389 fi
6390 fi
6391 fi
6392done
6393
6394# Sometimes the tools are distributed with libiberty but with no other
6395# libraries. In that case, we don't want to build target-libiberty.
f86e35b8 6396# Don't let libgcc imply libiberty either.
9e07f89d 6397if test -n "${target_configdirs}" ; then
f86e35b8 6398 libgcc=
9e07f89d
NN
6399 others=
6400 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
f86e35b8
NC
6401 if test "$i" = "libgcc"; then
6402 libgcc=target-libgcc
6403 elif test "$i" != "libiberty" ; then
9e07f89d
NN
6404 if test -r $srcdir/$i/configure ; then
6405 others=yes;
6406 break;
6407 fi
6408 fi
6409 done
6410 if test -z "${others}" ; then
f86e35b8 6411 target_configdirs=$libgcc
9e07f89d
NN
6412 fi
6413fi
6414
6415# Quietly strip out all directories which aren't configurable in this tree.
6416# This relies on all configurable subdirectories being autoconfiscated, which
6417# is now the case.
6a9cf61e
PB
6418build_configdirs_all="$build_configdirs"
6419build_configdirs=
6420for i in ${build_configdirs_all} ; do
c6b750e1 6421 j=`echo $i | sed -e s/build-//g`
6a9cf61e
PB
6422 if test -f ${srcdir}/$j/configure ; then
6423 build_configdirs="${build_configdirs} $i"
6424 fi
6425done
6426
9e07f89d
NN
6427configdirs_all="$configdirs"
6428configdirs=
6429for i in ${configdirs_all} ; do
6430 if test -f ${srcdir}/$i/configure ; then
6431 configdirs="${configdirs} $i"
6432 fi
6433done
6a9cf61e 6434
9e07f89d
NN
6435target_configdirs_all="$target_configdirs"
6436target_configdirs=
6437for i in ${target_configdirs_all} ; do
c6b750e1 6438 j=`echo $i | sed -e s/target-//g`
9e07f89d
NN
6439 if test -f ${srcdir}/$j/configure ; then
6440 target_configdirs="${target_configdirs} $i"
6441 fi
6442done
6443
6444# Produce a warning message for the subdirs we can't configure.
6445# This isn't especially interesting in the Cygnus tree, but in the individual
6446# FSF releases, it's important to let people know when their machine isn't
6447# supported by the one or two programs in a package.
6448
6449if test -n "${notsupp}" && test -z "${norecursion}" ; then
6450 # If $appdirs is non-empty, at least one of those directories must still
6451 # be configured, or we error out. (E.g., if the gas release supports a
6452 # specified target in some subdirs but not the gas subdir, we shouldn't
6453 # pretend that all is well.)
6454 if test -n "$appdirs" ; then
6455 for dir in $appdirs ; do
6456 if test -r $dir/Makefile.in ; then
6457 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6458 appdirs=""
6459 break
6460 fi
6a9cf61e 6461 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
9e07f89d
NN
6462 appdirs=""
6463 break
6464 fi
6465 fi
6466 done
6467 if test -n "$appdirs" ; then
6468 echo "*** This configuration is not supported by this package." 1>&2
6469 exit 1
6470 fi
6471 fi
6472 # Okay, some application will build, or we don't care to check. Still
6473 # notify of subdirs not getting built.
6474 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6475 echo " ${notsupp}" 1>&2
6476 echo " (Any other directories should still work fine.)" 1>&2
6477fi
6478
6479case "$host" in
6480 *msdosdjgpp*)
6481 enable_gdbtk=no ;;
6482esac
6483
18f6b6ee
PB
6484# To find our prefix, in gcc_cv_tool_prefix.
6485
6486# The user is always right.
6487if test "${PATH_SEPARATOR+set}" != set; then
6488 echo "#! /bin/sh" >conf$$.sh
6489 echo "exit 0" >>conf$$.sh
6490 chmod +x conf$$.sh
6491 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6492 PATH_SEPARATOR=';'
6493 else
6494 PATH_SEPARATOR=:
6495 fi
6496 rm -f conf$$.sh
6497fi
6498
6499
6500
6501if test "x$exec_prefix" = xNONE; then
6502 if test "x$prefix" = xNONE; then
6503 gcc_cv_tool_prefix=$ac_default_prefix
6504 else
6505 gcc_cv_tool_prefix=$prefix
6506 fi
6507else
6508 gcc_cv_tool_prefix=$exec_prefix
6509fi
6510
6511# If there is no compiler in the tree, use the PATH only. In any
6512# case, if there is no compiler in the tree nobody should use
6513# AS_FOR_TARGET and LD_FOR_TARGET.
6514if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6515 gcc_version=`cat $srcdir/gcc/BASE-VER`
6516 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6517 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6518 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6519 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6520 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6521 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6522else
6523 gcc_cv_tool_dirs=
6524fi
6525
6526if test x$build = x$target && test -n "$md_exec_prefix"; then
6527 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6528fi
6529
6530
6531
9e07f89d
NN
6532copy_dirs=
6533
c6b750e1 6534
81ecdfbb
RW
6535# Check whether --with-build-sysroot was given.
6536if test "${with_build_sysroot+set}" = set; then :
6537 withval=$with_build_sysroot; if test x"$withval" != x ; then
a19b6204
MM
6538 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6539 fi
6540else
6541 SYSROOT_CFLAGS_FOR_TARGET=
81ecdfbb 6542fi
a19b6204
MM
6543
6544
8a6ee3ab 6545
81ecdfbb
RW
6546
6547# Check whether --with-debug-prefix-map was given.
6548if test "${with_debug_prefix_map+set}" = set; then :
6549 withval=$with_debug_prefix_map; if test x"$withval" != x; then
8a6ee3ab
JM
6550 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6551 for debug_map in $withval; do
6552 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6553 done
6554 fi
6555else
6556 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
81ecdfbb
RW
6557fi
6558
8a6ee3ab
JM
6559
6560
7f6ef0c0
PB
6561# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6562# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6563# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6564# We want to ensure that TARGET libraries (which we know are built with
6565# gcc) are built with "-O2 -g", so include those options when setting
6566# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6567if test "x$CFLAGS_FOR_TARGET" = x; then
6568 CFLAGS_FOR_TARGET=$CFLAGS
6569 case " $CFLAGS " in
6570 *" -O2 "*) ;;
6571 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6572 esac
6573 case " $CFLAGS " in
6574 *" -g "* | *" -g3 "*) ;;
6575 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6576 esac
6577fi
6578
6579
6580if test "x$CXXFLAGS_FOR_TARGET" = x; then
6581 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6582 case " $CXXFLAGS " in
6583 *" -O2 "*) ;;
6584 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6585 esac
6586 case " $CXXFLAGS " in
6587 *" -g "* | *" -g3 "*) ;;
6588 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6589 esac
6590fi
6591
6592
9e07f89d
NN
6593# Handle --with-headers=XXX. If the value is not "yes", the contents of
6594# the named directory are copied to $(tooldir)/sys-include.
6595if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6596 if test x${is_cross_compiler} = xno ; then
6597 echo 1>&2 '***' --with-headers is only supported when cross compiling
6598 exit 1
6599 fi
6600 if test x"${with_headers}" != xyes ; then
18f6b6ee 6601 x=${gcc_cv_tool_prefix}
c6b750e1 6602 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9e07f89d
NN
6603 fi
6604fi
6605
6606# Handle --with-libs=XXX. If the value is not "yes", the contents of
6607# the name directories are copied to $(tooldir)/lib. Multiple directories
6608# are permitted.
6609if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6610 if test x${is_cross_compiler} = xno ; then
6611 echo 1>&2 '***' --with-libs is only supported when cross compiling
6612 exit 1
6613 fi
6614 if test x"${with_libs}" != xyes ; then
6615 # Copy the libraries in reverse order, so that files in the first named
6616 # library override files in subsequent libraries.
18f6b6ee 6617 x=${gcc_cv_tool_prefix}
9e07f89d 6618 for l in ${with_libs}; do
c6b750e1 6619 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9e07f89d
NN
6620 done
6621 fi
6622fi
6623
700d40ca 6624# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
2429c060
PB
6625#
6626# This is done by determining whether or not the appropriate directory
6627# is available, and by checking whether or not specific configurations
6628# have requested that this magic not happen.
c6b750e1
DJ
6629#
6630# The command line options always override the explicit settings in
2429c060
PB
6631# configure.in, and the settings in configure.in override this magic.
6632#
c6b750e1 6633# If the default for a toolchain is to use GNU as and ld, and you don't
2429c060 6634# want to do that, then you should use the --without-gnu-as and
700d40ca
ILT
6635# --without-gnu-ld options for the configure script. Similarly, if
6636# the default is to use the included zlib and you don't want to do that,
6637# you should use the --with-system-zlib option for the configure script.
2429c060
PB
6638
6639if test x${use_gnu_as} = x &&
6640 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6641 with_gnu_as=yes
6642 extra_host_args="$extra_host_args --with-gnu-as"
6643fi
6644
6645if test x${use_gnu_ld} = x &&
93f9b408 6646 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2429c060
PB
6647 with_gnu_ld=yes
6648 extra_host_args="$extra_host_args --with-gnu-ld"
6649fi
6650
700d40ca
ILT
6651if test x${use_included_zlib} = x &&
6652 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6653 :
6654else
6655 with_system_zlib=yes
6656 extra_host_args="$extra_host_args --with-system-zlib"
6657fi
6658
2429c060
PB
6659# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6660# can detect this case.
6661
6662if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6663 with_newlib=yes
6664 extra_host_args="$extra_host_args --with-newlib"
6665fi
6666
9e07f89d
NN
6667# Handle ${copy_dirs}
6668set fnord ${copy_dirs}
6669shift
6670while test $# != 0 ; do
6671 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6672 :
6673 else
6674 echo Copying $1 to $2
6675
6676 # Use the install script to create the directory and all required
6677 # parent directories.
6678 if test -d $2 ; then
6679 :
6680 else
6681 echo >config.temp
6682 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6683 fi
6684
6685 # Copy the directory, assuming we have tar.
6686 # FIXME: Should we use B in the second tar? Not all systems support it.
6687 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6688
6689 # It is the responsibility of the user to correctly adjust all
6690 # symlinks. If somebody can figure out how to handle them correctly
6691 # here, feel free to add the code.
6692
6693 echo $1 > $2/COPIED
6694 fi
6695 shift; shift
6696done
6697
2429c060
PB
6698# Determine a target-dependent exec_prefix that the installed
6699# gcc will search in. Keep this list sorted by triplet, with
6700# the *-*-osname triplets last.
6701md_exec_prefix=
6702case "${target}" in
6703 alpha*-*-*vms*)
6704 md_exec_prefix=/gnu/lib/gcc-lib
6705 ;;
521ec477 6706 i[34567]86-pc-msdosdjgpp*)
2429c060
PB
6707 md_exec_prefix=/dev/env/DJDIR/bin
6708 ;;
521ec477 6709 i[34567]86-*-sco3.2v5*)
2429c060
PB
6710 if test $with_gnu_as = yes; then
6711 md_exec_prefix=/usr/gnu/bin
6712 else
6713 md_exec_prefix=/usr/ccs/bin/elf
6714 fi
6715 ;;
6716
6717 mn10300-*-* | \
6718 powerpc-*-chorusos* | \
6719 powerpc*-*-eabi* | \
6720 powerpc*-*-sysv* | \
6721 powerpc*-*-kaos* | \
6722 s390x-ibm-tpf*)
6723 md_exec_prefix=/usr/ccs/bin
6724 ;;
6725 sparc64-*-elf*)
6726 ;;
6727 v850*-*-*)
6728 md_exec_prefix=/usr/ccs/bin
6729 ;;
8b66833e 6730 xtensa*-*-elf*)
2429c060
PB
6731 ;;
6732
6733 *-*-beos* | \
6734 *-*-elf* | \
6735 *-*-hpux* | \
6736 *-*-netware* | \
6737 *-*-nto-qnx* | \
6738 *-*-rtems* | \
6739 *-*-solaris2* | \
521ec477 6740 *-*-sysv[45]* | \
2429c060
PB
6741 *-*-vxworks* | \
6742 *-wrs-windiss)
6743 md_exec_prefix=/usr/ccs/bin
6744 ;;
6745esac
6746
a0da8069
NN
6747extra_arflags_for_target=
6748extra_nmflags_for_target=
6749extra_ranlibflags_for_target=
6750target_makefile_frag=/dev/null
6751case "${target}" in
77d7106f
AM
6752 spu-*-*)
6753 target_makefile_frag="config/mt-spu"
6754 ;;
429acdec
RS
6755 mips*-sde-elf*)
6756 target_makefile_frag="config/mt-sde"
6757 ;;
f3b1e08e
RS
6758 mipsisa*-*-elfoabi*)
6759 target_makefile_frag="config/mt-mips-elfoabi"
6760 ;;
e7c8859c
RS
6761 mips*-*-*linux* | mips*-*-gnu*)
6762 target_makefile_frag="config/mt-mips-gnu"
6763 ;;
29383458 6764 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 6765 target_makefile_frag="config/mt-gnu"
a0da8069
NN
6766 ;;
6767 *-*-aix4.[3456789]* | *-*-aix[56789].*)
c6b750e1 6768 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
a0da8069
NN
6769 # commands to handle both 32-bit and 64-bit objects. These flags are
6770 # harmless if we're using GNU nm or ar.
6771 extra_arflags_for_target=" -X32_64"
6772 extra_nmflags_for_target=" -B -X32_64"
6773 ;;
92f4e989
JM
6774 *-*-darwin[3-9]*)
6775 # ranlib before Darwin10 requires the -c flag to look at common symbols.
a0da8069
NN
6776 extra_ranlibflags_for_target=" -c"
6777 ;;
a0da8069
NN
6778esac
6779
6780alphaieee_frag=/dev/null
6781case $target in
6782 alpha*-*-*)
6783 # This just makes sure to use the -mieee option to build target libs.
6784 # This should probably be set individually by each library.
6785 alphaieee_frag="config/mt-alphaieee"
6786 ;;
6787esac
6788
6789# If --enable-target-optspace always use -Os instead of -O2 to build
6790# the target libraries, similarly if it is not specified, use -Os
6791# on selected platforms.
6792ospace_frag=/dev/null
6793case "${enable_target_optspace}:${target}" in
6794 yes:*)
6795 ospace_frag="config/mt-ospace"
6796 ;;
6797 :d30v-*)
6798 ospace_frag="config/mt-d30v"
6799 ;;
6800 :m32r-* | :d10v-* | :fr30-*)
6801 ospace_frag="config/mt-ospace"
6802 ;;
6803 no:* | :*)
6804 ;;
6805 *)
6806 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6807 ;;
6808esac
6809
a0da8069
NN
6810# Default to using --with-stabs for certain targets.
6811if test x${with_stabs} = x ; then
6812 case "${target}" in
e31d1ea3 6813 mips*-*-irix[56]*)
a0da8069
NN
6814 ;;
6815 mips*-*-* | alpha*-*-osf*)
6816 with_stabs=yes;
6817 extra_host_args="${extra_host_args} --with-stabs"
6818 ;;
6819 esac
6820fi
6821
6822# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6823# them automatically.
6824case "${host}" in
c6b750e1 6825 hppa*64*-*-hpux11*)
a0da8069
NN
6826 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6827 ;;
6828esac
6829
a0da8069
NN
6830# Some systems (e.g., one of the i386-aix systems the gas testers are
6831# using) don't handle "\$" correctly, so don't use it here.
c6b750e1 6832tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
6833build_tooldir=${tooldir}
6834
a0da8069
NN
6835# Create a .gdbinit file which runs the one in srcdir
6836# and tells GDB to look there for source files.
6837
6838if test -r ${srcdir}/.gdbinit ; then
6839 case ${srcdir} in
6840 .) ;;
6841 *) cat > ./.gdbinit <<EOF
6842# ${NO_EDIT}
6843dir ${srcdir}
6844dir .
6845source ${srcdir}/.gdbinit
6846EOF
6847 ;;
6848 esac
6849fi
6850
a0da8069
NN
6851# Make sure that the compiler is able to generate an executable. If it
6852# can't, we are probably in trouble. We don't care whether we can run the
6853# executable--we might be using a cross compiler--we only care whether it
6854# can be created. At this point the main configure script has set CC.
6855we_are_ok=no
6856echo "int main () { return 0; }" > conftest.c
6857${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6858if test $? = 0 ; then
6859 if test -s conftest || test -s conftest.exe ; then
6860 we_are_ok=yes
6861 fi
c6b750e1 6862fi
a0da8069
NN
6863case $we_are_ok in
6864 no)
6865 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6866 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6867 rm -f conftest*
6868 exit 1
6869 ;;
6870esac
6871rm -f conftest*
6872
6873# The Solaris /usr/ucb/cc compiler does not appear to work.
6874case "${host}" in
6875 sparc-sun-solaris2*)
6876 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
6877 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6878 could_use=
6879 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
6880 if test -d /opt/cygnus/bin ; then
6881 if test "$could_use" = "" ; then
6882 could_use="/opt/cygnus/bin"
6883 else
6884 could_use="$could_use or /opt/cygnus/bin"
6885 fi
6886 fi
6887 if test "$could_use" = "" ; then
6888 echo "Warning: compilation may fail because you're using"
6889 echo "/usr/ucb/cc. You should change your PATH or CC "
6890 echo "variable and rerun configure."
6891 else
6892 echo "Warning: compilation may fail because you're using"
6893 echo "/usr/ucb/cc, when you should use the C compiler from"
6894 echo "$could_use. You should change your"
6895 echo "PATH or CC variable and rerun configure."
6896 fi
6897 fi
6898 ;;
6899esac
6900
3bbd2f8f 6901# Decide which environment variable is used to find dynamic libraries.
a0da8069
NN
6902case "${host}" in
6903 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
3516a403 6904 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 6905 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
a0da8069
NN
6906 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6907esac
6908
3bbd2f8f 6909# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
6910# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6911# built executables to PATH.
3bbd2f8f
AL
6912if test "$RPATH_ENVVAR" = PATH; then
6913 GCC_SHLIB_SUBDIR=/shlib
6914else
6915 GCC_SHLIB_SUBDIR=
6916fi
6917
a0da8069
NN
6918# Record target_configdirs and the configure arguments for target and
6919# build configuration in Makefile.
6920target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6a9cf61e 6921build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
a0da8069 6922
2aa2364a
JR
6923# If we are building libgomp, bootstrap it.
6924if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6925 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6926fi
6927
a0da8069
NN
6928# Determine whether gdb needs tk/tcl or not.
6929# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6930# and in that case we want gdb to be built without tk. Ugh!
6931# In fact I believe gdb is the *only* package directly dependent on tk,
6932# so we should be able to put the 'maybe's in unconditionally and
6933# leave out the maybe dependencies when enable_gdbtk is false. I'm not
6934# 100% sure that that's safe though.
c180f501 6935
675c6968 6936gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
a0da8069
NN
6937case "$enable_gdbtk" in
6938 no)
6939 GDB_TK="" ;;
c180f501
AC
6940 yes)
6941 GDB_TK="${gdb_tk}" ;;
a0da8069 6942 *)
c180f501
AC
6943 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6944 # distro. Eventually someone will fix this and move Insight, nee
6945 # gdbtk to a separate directory.
6946 if test -d ${srcdir}/gdb/gdbtk ; then
6947 GDB_TK="${gdb_tk}"
6948 else
6949 GDB_TK=""
6950 fi
6951 ;;
a0da8069 6952esac
907be67c
DJ
6953CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6954INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
a0da8069 6955
6bd3dfaa 6956# Strip out unwanted targets.
dd12c3a8
NN
6957
6958# While at that, we remove Makefiles if we were started for recursive
6959# configuration, so that the top-level Makefile reconfigures them,
6960# like we used to do when configure itself was recursive.
dd12c3a8 6961
06a51eac
RW
6962# Loop over modules. We used to use the "$extrasub" feature from Autoconf
6963# but now we're fixing up the Makefile ourselves with the additional
6964# commands passed to AC_CONFIG_FILES. Use separate variables
6965# extrasub-{build,host,target} not because there is any reason to split
6966# the substitutions up that way, but only to remain below the limit of
6967# 99 commands in a script, for HP-UX sed.
6968# Do not nest @if/@endif pairs, because configure will not warn you at all.
dd12c3a8 6969
81ecdfbb
RW
6970# Check whether --enable-bootstrap was given.
6971if test "${enable_bootstrap+set}" = set; then :
6972 enableval=$enable_bootstrap;
319cab08 6973else
9cb3fa6f 6974 enable_bootstrap=default
81ecdfbb
RW
6975fi
6976
319cab08 6977
9cb3fa6f
PB
6978# Issue errors and warnings for invalid/strange bootstrap combinations.
6979case "$configdirs" in
6980 *gcc*) have_compiler=yes ;;
6981 *) have_compiler=no ;;
6982esac
6983
6984case "$have_compiler:$host:$target:$enable_bootstrap" in
6985 *:*:*:no) ;;
6986
0aed8855 6987 # Default behavior. Enable bootstrap if we have a compiler
9cb3fa6f
PB
6988 # and we are in a native configuration.
6989 yes:$build:$build:default)
0aed8855 6990 enable_bootstrap=yes ;;
9cb3fa6f
PB
6991
6992 *:*:*:default)
6993 enable_bootstrap=no ;;
6994
6995 # We have a compiler and we are in a native configuration, bootstrap is ok
80911fe1 6996 yes:$build:$build:yes)
9cb3fa6f
PB
6997 ;;
6998
6999 # Other configurations, but we have a compiler. Assume the user knows
7000 # what he's doing.
80911fe1 7001 yes:*:*:yes)
81ecdfbb
RW
7002 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7003$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
9cb3fa6f
PB
7004 ;;
7005
7006 # No compiler: if they passed --enable-bootstrap explicitly, fail
80911fe1 7007 no:*:*:yes)
81ecdfbb 7008 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
9cb3fa6f
PB
7009
7010 # Fail if wrong command line
7011 *)
81ecdfbb 7012 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
9cb3fa6f
PB
7013 ;;
7014esac
7015
4385ad3c
RW
7016case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7017 *,c++,*:yes:yes) ;;
7018 *:yes:yes)
7019 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7020 ;;
7021esac
7022
16b1ad29
RW
7023case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7024 yes:yes:*\ gold\ *:*,c++,*) ;;
7025 yes:yes:*\ gold\ *:*)
7026 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7027 ;;
7028esac
7029
9cb3fa6f 7030# Adjust the toplevel makefile according to whether bootstrap was selected.
96655cc4 7031case $enable_bootstrap in
319cab08 7032 yes)
96655cc4
AO
7033 bootstrap_suffix=bootstrap
7034 BUILD_CONFIG=bootstrap-debug
7035 ;;
319cab08 7036 no)
96655cc4
AO
7037 bootstrap_suffix=no-bootstrap
7038 BUILD_CONFIG=
7039 ;;
319cab08
PB
7040esac
7041
96655cc4
AO
7042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7043$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7044
7045
7046# Check whether --with-build-config was given.
7047if test "${with_build_config+set}" = set; then :
7048 withval=$with_build_config; case $with_build_config in
7049 yes) with_build_config= ;;
7050 no) with_build_config= BUILD_CONFIG= ;;
7051 esac
7052fi
7053
7054
7055if test "x${with_build_config}" != x; then
7056 BUILD_CONFIG=$with_build_config
7057else
7058 case $BUILD_CONFIG in
7059 bootstrap-debug)
7060 if echo "int f (void) { return 0; }" > conftest.c &&
7061 ${CC} -c conftest.c &&
7062 mv conftest.o conftest.o.g0 &&
7063 ${CC} -c -g conftest.c &&
7064 mv conftest.o conftest.o.g &&
a009f2e7 7065 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
96655cc4
AO
7066 :
7067 else
7068 BUILD_CONFIG=
7069 fi
7070 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7071 ;;
7072 esac
7073fi
7074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7075$as_echo "$BUILD_CONFIG" >&6; }
7076
7077
06a51eac 7078extrasub_build=
6a9cf61e 7079for module in ${build_configdirs} ; do
498d4a71
CF
7080 if test -z "${no_recursion}" \
7081 && test -f ${build_subdir}/${module}/Makefile; then
7082 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7083 rm -f ${build_subdir}/${module}/Makefile
7084 fi
06a51eac 7085 extrasub_build="$extrasub_build
498d4a71
CF
7086/^@if build-$module\$/d
7087/^@endif build-$module\$/d
7088/^@if build-$module-$bootstrap_suffix\$/d
7089/^@endif build-$module-$bootstrap_suffix\$/d"
7090done
06a51eac 7091extrasub_host=
498d4a71 7092for module in ${configdirs} ; do
80911fe1 7093 if test -z "${no_recursion}"; then
8cf39b1b 7094 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
7095 if test -f ${file}; then
7096 echo 1>&2 "*** removing ${file} to force reconfigure"
7097 rm -f ${file}
7098 fi
7099 done
498d4a71 7100 fi
06a51eac 7101 extrasub_host="$extrasub_host
498d4a71
CF
7102/^@if $module\$/d
7103/^@endif $module\$/d
7104/^@if $module-$bootstrap_suffix\$/d
7105/^@endif $module-$bootstrap_suffix\$/d"
7106done
06a51eac 7107extrasub_target=
498d4a71
CF
7108for module in ${target_configdirs} ; do
7109 if test -z "${no_recursion}" \
7110 && test -f ${target_subdir}/${module}/Makefile; then
7111 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7112 rm -f ${target_subdir}/${module}/Makefile
7113 fi
e8a5fa9c
RW
7114
7115 # We only bootstrap target libraries listed in bootstrap_target_libs.
7116 case $bootstrap_target_libs in
7117 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7118 *) target_bootstrap_suffix=no-bootstrap ;;
7119 esac
7120
06a51eac 7121 extrasub_target="$extrasub_target
498d4a71
CF
7122/^@if target-$module\$/d
7123/^@endif target-$module\$/d
e8a5fa9c
RW
7124/^@if target-$module-$target_bootstrap_suffix\$/d
7125/^@endif target-$module-$target_bootstrap_suffix\$/d"
498d4a71
CF
7126done
7127
06a51eac
RW
7128# Do the final fixup along with target modules.
7129extrasub_target="$extrasub_target
6bd3dfaa 7130/^@if /,/^@endif /d"
a0da8069
NN
7131
7132# Create the serialization dependencies. This uses a temporary file.
7133
81ecdfbb
RW
7134# Check whether --enable-serial-configure was given.
7135if test "${enable_serial_configure+set}" = set; then :
7136 enableval=$enable_serial_configure;
7137fi
e6bfb94a
AO
7138
7139
1047cb91
DD
7140case ${enable_serial_configure} in
7141 yes)
7142 enable_serial_build_configure=yes
7143 enable_serial_host_configure=yes
7144 enable_serial_target_configure=yes
7145 ;;
7146esac
7147
a0da8069
NN
7148# These force 'configure's to be done one at a time, to avoid problems
7149# with contention over a shared config.cache.
7150rm -f serdep.tmp
e6bfb94a 7151echo '# serdep.tmp' > serdep.tmp
a0da8069 7152olditem=
1047cb91 7153test "x${enable_serial_build_configure}" = xyes &&
a0da8069
NN
7154for item in ${build_configdirs} ; do
7155 case ${olditem} in
7156 "") ;;
e6bfb94a 7157 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7158 esac
7159 olditem=${item}
7160done
7161olditem=
1047cb91 7162test "x${enable_serial_host_configure}" = xyes &&
a0da8069
NN
7163for item in ${configdirs} ; do
7164 case ${olditem} in
7165 "") ;;
e6bfb94a 7166 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7167 esac
7168 olditem=${item}
7169done
7170olditem=
1047cb91 7171test "x${enable_serial_target_configure}" = xyes &&
a0da8069
NN
7172for item in ${target_configdirs} ; do
7173 case ${olditem} in
7174 "") ;;
e6bfb94a 7175 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7176 esac
7177 olditem=${item}
7178done
7179serialization_dependencies=serdep.tmp
7180
7181
e6bfb94a 7182# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1 7183# target, nonopt, and variable assignments. These are the ones we
30167e0a
NC
7184# might not want to pass down to subconfigures. The exception being
7185# --cache-file=/dev/null, which is used to turn off the use of cache
7186# files altogether, and which should be passed on to subconfigures.
7187# Also strip program-prefix, program-suffix, and program-transform-name,
7188# so that we can pass down a consistent program-transform-name.
c6b750e1 7189baseargs=
65b4571a 7190tbaseargs=
c6b750e1
DJ
7191keep_next=no
7192skip_next=no
7193eval "set -- $ac_configure_args"
18f6b6ee
PB
7194for ac_arg
7195do
c6b750e1
DJ
7196 if test X"$skip_next" = X"yes"; then
7197 skip_next=no
7198 continue
7199 fi
7200 if test X"$keep_next" = X"yes"; then
7201 case $ac_arg in
7202 *\'*)
7203 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7204 esac
7205 baseargs="$baseargs '$ac_arg'"
65b4571a 7206 tbaseargs="$tbaseargs '$ac_arg'"
c6b750e1
DJ
7207 keep_next=no
7208 continue
7209 fi
7210
7211 # Handle separated arguments. Based on the logic generated by
7212 # autoconf 2.59.
7213 case $ac_arg in
7214 *=* | --config-cache | -C | -disable-* | --disable-* \
7215 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7216 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7217 | -with-* | --with-* | -without-* | --without-* | --x)
7218 separate_arg=no
7219 ;;
7220 -*)
7221 separate_arg=yes
7222 ;;
7223 *)
7224 separate_arg=no
7225 ;;
7226 esac
7227
65b4571a
AO
7228 skip_targ=no
7229 case $ac_arg in
7230
7231 --with-* | --without-*)
7232 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7233
7234 case $libopt in
7235 *[-_]include)
7236 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7237 ;;
7238 *[-_]lib)
7239 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7240 ;;
7241 *)
7242 lib=$libopt
7243 ;;
7244 esac
7245
7246
7247 case $lib in
7248 mpc | mpfr | gmp | ppl | cloog)
7249 # If we're processing --with-$lib, --with-$lib-include or
7250 # --with-$lib-lib, for one of the libs above, and target is
7251 # different from host, don't pass the current argument to any
7252 # target library's configure.
7253 if test x$is_cross_compiler = xyes; then
7254 skip_targ=yes
7255 fi
7256 ;;
7257 esac
7258 ;;
7259 esac
7260
c6b750e1 7261 case "$ac_arg" in
30167e0a
NC
7262 --cache-file=/dev/null | \
7263 -cache-file=/dev/null )
7264 # Handled here to avoid the test to skip args below.
7265 baseargs="$baseargs '$ac_arg'"
65b4571a 7266 tbaseargs="$tbaseargs '$ac_arg'"
30167e0a
NC
7267 # Assert: $separate_arg should always be no.
7268 keep_next=$separate_arg
7269 ;;
c6b750e1
DJ
7270 --no*)
7271 continue
7272 ;;
7273 --c* | \
7274 --sr* | \
7275 --ho* | \
7276 --bu* | \
7277 --t* | \
7278 --program-* | \
7279 -cache_file* | \
7280 -srcdir* | \
7281 -host* | \
7282 -build* | \
7283 -target* | \
7284 -program-prefix* | \
7285 -program-suffix* | \
7286 -program-transform-name* )
7287 skip_next=$separate_arg
7288 continue
7289 ;;
7290 -*)
7291 # An option. Add it.
7292 case $ac_arg in
7293 *\'*)
7294 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7295 esac
7296 baseargs="$baseargs '$ac_arg'"
65b4571a
AO
7297 if test X"$skip_targ" = Xno; then
7298 tbaseargs="$tbaseargs '$ac_arg'"
7299 fi
c6b750e1
DJ
7300 keep_next=$separate_arg
7301 ;;
7302 *)
7303 # Either a variable assignment, or a nonopt (triplet). Don't
7304 # pass it down; let the Makefile handle this.
7305 continue
7306 ;;
7307 esac
7308done
7309# Remove the initial space we just introduced and, as these will be
7310# expanded by make, quote '$'.
7311baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
a0da8069 7312
f27d4f92
DJ
7313# Add in --program-transform-name, after --program-prefix and
7314# --program-suffix have been applied to it. Autoconf has already
7315# doubled dollar signs and backslashes in program_transform_name; we want
7316# the backslashes un-doubled, and then the entire thing wrapped in single
c6b750e1 7317# quotes, because this will be expanded first by make and then by the shell.
f27d4f92
DJ
7318# Also, because we want to override the logic in subdir configure scripts to
7319# choose program_transform_name, replace any s,x,x, with s,y,y,.
7320sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7321${program_transform_name}
7322EOF_SED
7323gcc_transform_name=`cat conftestsed.out`
7324rm -f conftestsed.out
7325baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
65b4571a 7326tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
7327if test "$silent" = yes; then
7328 baseargs="$baseargs --silent"
65b4571a 7329 tbaseargs="$tbaseargs --silent"
2444379b 7330fi
34a0f3cf 7331baseargs="$baseargs --disable-option-checking"
65b4571a 7332tbaseargs="$tbaseargs --disable-option-checking"
f27d4f92 7333
4074d5f2
RW
7334# Record and document user additions to sub configure arguments.
7335
7336
7337
7338
a0da8069
NN
7339# For the build-side libraries, we just need to pretend we're native,
7340# and not use the same cache file. Multilibs are neither needed nor
7341# desired.
4074d5f2 7342build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
a0da8069
NN
7343
7344# For host modules, accept cache file option, or specification as blank.
7345case "${cache_file}" in
7346"") # empty
7347 cache_file_option="" ;;
7348/* | [A-Za-z]:[\\/]* ) # absolute path
7349 cache_file_option="--cache-file=${cache_file}" ;;
7350*) # relative path
7351 cache_file_option="--cache-file=../${cache_file}" ;;
7352esac
7353
82252c06
NN
7354# Host dirs don't like to share a cache file either, horribly enough.
7355# This seems to be due to autoconf 2.5x stupidity.
4074d5f2 7356host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
a0da8069 7357
65b4571a 7358target_configargs="$target_configargs ${tbaseargs}"
a0da8069
NN
7359
7360# Passing a --with-cross-host argument lets the target libraries know
7361# whether they are being built with a cross-compiler or being built
7362# native. However, it would be better to use other mechanisms to make the
7363# sorts of decisions they want to make on this basis. Please consider
7364# this option to be deprecated. FIXME.
7365if test x${is_cross_compiler} = xyes ; then
c6b750e1 7366 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
a0da8069
NN
7367fi
7368
938d2b74
RW
7369# Default to --enable-multilib.
7370if test x${enable_multilib} = x ; then
a0da8069 7371 target_configargs="--enable-multilib ${target_configargs}"
938d2b74 7372fi
a0da8069
NN
7373
7374# Pass --with-newlib if appropriate. Note that target_configdirs has
7375# changed from the earlier setting of with_newlib.
7376if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7377 target_configargs="--with-newlib ${target_configargs}"
7378fi
7379
95036d20
NN
7380# Different target subdirs use different values of certain variables
7381# (notably CXX). Worse, multilibs use *lots* of different values.
7382# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7383# it doesn't automatically accept command-line overrides of them.
7384# This means it's not safe for target subdirs to share a cache file,
7385# which is disgusting, but there you have it. Hopefully this can be
7386# fixed in future. It's still worthwhile to use a cache file for each
7387# directory. I think.
7388
ae380b45
MS
7389# Pass the appropriate --build, --host, --target and --cache-file arguments.
7390# We need to pass --target, as newer autoconf's requires consistency
7391# for target_alias and gcc doesn't manage it consistently.
4b900473 7392target_configargs="--cache-file=./config.cache ${target_configargs}"
a0da8069 7393
a0da8069
NN
7394FLAGS_FOR_TARGET=
7395case " $target_configdirs " in
7396 *" newlib "*)
7397 case " $target_configargs " in
7398 *" --with-newlib "*)
7399 case "$target" in
1f53ca9a
AO
7400 *-cygwin*)
7401 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include'
7402 ;;
a0da8069
NN
7403 esac
7404
7405 # If we're not building GCC, don't discard standard headers.
7406 if test -d ${srcdir}/gcc; then
7407 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7408
7409 if test "${build}" != "${host}"; then
7410 # On Canadian crosses, CC_FOR_TARGET will have already been set
7411 # by `configure', so we won't have an opportunity to add -Bgcc/
7412 # to it. This is right: we don't want to search that directory
7413 # for binaries, but we want the header files in there, so add
7414 # them explicitly.
e552509b 7415 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
a0da8069
NN
7416
7417 # Someone might think of using the pre-installed headers on
7418 # Canadian crosses, in case the installed compiler is not fully
7419 # compatible with the compiler being built. In this case, it
7420 # would be better to flag an error than risking having
7421 # incompatible object files being constructed. We can't
7422 # guarantee that an error will be flagged, but let's hope the
7423 # compiler will do it, when presented with incompatible header
7424 # files.
7425 fi
7426 fi
7427
7428 case "${target}-${is_cross_compiler}" in
ec11bdc6 7429 i[3456789]86-*-linux*-no)
a0da8069
NN
7430 # Here host == target, so we don't need to build gcc,
7431 # so we don't want to discard standard headers.
7432 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7433 ;;
7434 *)
7435 # If we're building newlib, use its generic headers last, but search
7436 # for any libc-related directories first (so make it the last -B
7437 # switch).
7438 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
691bb5a1
DD
7439
7440 # If we're building libgloss, find the startup file, simulator library
7441 # and linker script.
7442 case " $target_configdirs " in
7443 *" libgloss "*)
7444 # Look for startup file, simulator library and maybe linker script.
7445 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7446 # Look for libnosys.a in case the target needs it.
7447 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7448 # Most targets have the linker script in the source directory.
7449 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7450 ;;
7451 esac
a0da8069
NN
7452 ;;
7453 esac
7454 ;;
7455 esac
7456 ;;
7457esac
1f53ca9a 7458
45055374 7459case "$target" in
1f53ca9a
AO
7460 x86_64-*mingw* | *-w64-mingw*)
7461 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7462 # however, use a symlink named 'mingw' in ${prefix} .
7463 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7464 ;;
7465 *-mingw*)
7466 # MinGW can't be handled as Cygwin above since it does not use newlib.
7467 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'
7468 ;;
45055374 7469esac
a0da8069 7470
5fbad20a
DD
7471# Allow the user to override the flags for
7472# our build compiler if desired.
c66487f8
NC
7473if test x"${build}" = x"${host}" ; then
7474 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7475 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7476 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7477fi
5fbad20a 7478
a0da8069
NN
7479# On Canadian crosses, we'll be searching the right directories for
7480# the previously-installed cross compiler, so don't bother to add
7481# flags for directories within the install tree of the compiler
7482# being built; programs in there won't even run.
7483if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7484 # Search for pre-installed headers if nothing else fits.
bba45b8b 7485 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
a0da8069
NN
7486fi
7487
7488if test "x${use_gnu_ld}" = x &&
7489 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7490 # Arrange for us to find uninstalled linker scripts.
b00612cc 7491 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
a0da8069
NN
7492fi
7493
a481dbb7
DD
7494# Search for other target-specific linker scripts and such.
7495case "${target}" in
4e206d7e
DB
7496 mep*)
7497 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7498 ;;
7499esac
7500
a0da8069 7501# Makefile fragments.
3e707e94
PB
7502for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7503do
7504 eval fragval=\$$frag
7505 if test $fragval != /dev/null; then
7506 eval $frag=${srcdir}/$fragval
7507 fi
7508done
a0da8069
NN
7509
7510
7511
7512
7513
7514# Miscellanea: directories, flags, etc.
7515
7516
7517
7518
7519
7520
7521
3bbd2f8f 7522
6a9cf61e 7523# Build module lists & subconfigure args.
a0da8069
NN
7524
7525
7526
be01d343
PB
7527# Host module lists & subconfigure args.
7528
7529
7530
911e63d0 7531
be01d343
PB
7532# Target module lists & subconfigure args.
7533
7534
7535
7536# Build tools.
7537
7538
7539
1576798e
PB
7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
e552509b 7554
be01d343
PB
7555# Generate default definitions for YACC, M4, LEX and other programs that run
7556# on the build machine. These are used if the Makefile can't locate these
7557# programs in objdir.
7558MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7559
7560for ac_prog in 'bison -y' byacc yacc
7561do
c6b750e1 7562 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7563set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7565$as_echo_n "checking for $ac_word... " >&6; }
7566if test "${ac_cv_prog_YACC+set}" = set; then :
7567 $as_echo_n "(cached) " >&6
be01d343
PB
7568else
7569 if test -n "$YACC"; then
7570 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7571else
c6b750e1
DJ
7572as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7573for as_dir in $PATH
7574do
7575 IFS=$as_save_IFS
7576 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7577 for ac_exec_ext in '' $ac_executable_extensions; do
7578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7579 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7581 break 2
7582 fi
7583done
81ecdfbb
RW
7584 done
7585IFS=$as_save_IFS
c6b750e1 7586
be01d343
PB
7587fi
7588fi
c6b750e1 7589YACC=$ac_cv_prog_YACC
be01d343 7590if test -n "$YACC"; then
81ecdfbb
RW
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7592$as_echo "$YACC" >&6; }
be01d343 7593else
81ecdfbb
RW
7594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7595$as_echo "no" >&6; }
be01d343
PB
7596fi
7597
81ecdfbb 7598
c6b750e1 7599 test -n "$YACC" && break
be01d343
PB
7600done
7601test -n "$YACC" || YACC="$MISSING bison -y"
7602
7603case " $build_configdirs " in
7604 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7605 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7606esac
7607
7608for ac_prog in bison
7609do
c6b750e1 7610 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7611set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7613$as_echo_n "checking for $ac_word... " >&6; }
7614if test "${ac_cv_prog_BISON+set}" = set; then :
7615 $as_echo_n "(cached) " >&6
be01d343
PB
7616else
7617 if test -n "$BISON"; then
7618 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7619else
c6b750e1
DJ
7620as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7621for as_dir in $PATH
7622do
7623 IFS=$as_save_IFS
7624 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7625 for ac_exec_ext in '' $ac_executable_extensions; do
7626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7627 ac_cv_prog_BISON="$ac_prog"
81ecdfbb 7628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7629 break 2
7630 fi
7631done
81ecdfbb
RW
7632 done
7633IFS=$as_save_IFS
c6b750e1 7634
be01d343
PB
7635fi
7636fi
c6b750e1 7637BISON=$ac_cv_prog_BISON
be01d343 7638if test -n "$BISON"; then
81ecdfbb
RW
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7640$as_echo "$BISON" >&6; }
be01d343 7641else
81ecdfbb
RW
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7643$as_echo "no" >&6; }
be01d343
PB
7644fi
7645
81ecdfbb 7646
c6b750e1 7647 test -n "$BISON" && break
be01d343
PB
7648done
7649test -n "$BISON" || BISON="$MISSING bison"
7650
7651case " $build_configdirs " in
7652 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7653esac
7654
7655for ac_prog in gm4 gnum4 m4
7656do
c6b750e1 7657 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7658set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7660$as_echo_n "checking for $ac_word... " >&6; }
7661if test "${ac_cv_prog_M4+set}" = set; then :
7662 $as_echo_n "(cached) " >&6
be01d343
PB
7663else
7664 if test -n "$M4"; then
7665 ac_cv_prog_M4="$M4" # Let the user override the test.
7666else
c6b750e1
DJ
7667as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7668for as_dir in $PATH
7669do
7670 IFS=$as_save_IFS
7671 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7672 for ac_exec_ext in '' $ac_executable_extensions; do
7673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7674 ac_cv_prog_M4="$ac_prog"
81ecdfbb 7675 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7676 break 2
7677 fi
7678done
81ecdfbb
RW
7679 done
7680IFS=$as_save_IFS
c6b750e1 7681
be01d343
PB
7682fi
7683fi
c6b750e1 7684M4=$ac_cv_prog_M4
be01d343 7685if test -n "$M4"; then
81ecdfbb
RW
7686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7687$as_echo "$M4" >&6; }
be01d343 7688else
81ecdfbb
RW
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7690$as_echo "no" >&6; }
be01d343
PB
7691fi
7692
81ecdfbb 7693
c6b750e1 7694 test -n "$M4" && break
be01d343
PB
7695done
7696test -n "$M4" || M4="$MISSING m4"
7697
7698case " $build_configdirs " in
7699 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7700esac
7701
7702for ac_prog in flex lex
7703do
c6b750e1 7704 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7705set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7707$as_echo_n "checking for $ac_word... " >&6; }
7708if test "${ac_cv_prog_LEX+set}" = set; then :
7709 $as_echo_n "(cached) " >&6
be01d343
PB
7710else
7711 if test -n "$LEX"; then
7712 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7713else
c6b750e1
DJ
7714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7715for as_dir in $PATH
7716do
7717 IFS=$as_save_IFS
7718 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7719 for ac_exec_ext in '' $ac_executable_extensions; do
7720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7721 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 7722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7723 break 2
7724 fi
7725done
81ecdfbb
RW
7726 done
7727IFS=$as_save_IFS
c6b750e1 7728
be01d343
PB
7729fi
7730fi
c6b750e1 7731LEX=$ac_cv_prog_LEX
be01d343 7732if test -n "$LEX"; then
81ecdfbb
RW
7733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7734$as_echo "$LEX" >&6; }
be01d343 7735else
81ecdfbb
RW
7736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7737$as_echo "no" >&6; }
be01d343
PB
7738fi
7739
81ecdfbb 7740
c6b750e1 7741 test -n "$LEX" && break
be01d343
PB
7742done
7743test -n "$LEX" || LEX="$MISSING flex"
7744
7745case " $build_configdirs " in
7746 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7747 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7748esac
7749
7750for ac_prog in flex
7751do
c6b750e1 7752 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7753set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7755$as_echo_n "checking for $ac_word... " >&6; }
7756if test "${ac_cv_prog_FLEX+set}" = set; then :
7757 $as_echo_n "(cached) " >&6
be01d343
PB
7758else
7759 if test -n "$FLEX"; then
7760 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7761else
c6b750e1
DJ
7762as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7763for as_dir in $PATH
7764do
7765 IFS=$as_save_IFS
7766 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7767 for ac_exec_ext in '' $ac_executable_extensions; do
7768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7769 ac_cv_prog_FLEX="$ac_prog"
81ecdfbb 7770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7771 break 2
7772 fi
7773done
81ecdfbb
RW
7774 done
7775IFS=$as_save_IFS
c6b750e1 7776
be01d343
PB
7777fi
7778fi
c6b750e1 7779FLEX=$ac_cv_prog_FLEX
be01d343 7780if test -n "$FLEX"; then
81ecdfbb
RW
7781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7782$as_echo "$FLEX" >&6; }
be01d343 7783else
81ecdfbb
RW
7784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7785$as_echo "no" >&6; }
be01d343
PB
7786fi
7787
81ecdfbb 7788
c6b750e1 7789 test -n "$FLEX" && break
be01d343
PB
7790done
7791test -n "$FLEX" || FLEX="$MISSING flex"
7792
7793case " $build_configdirs " in
7794 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7795esac
7796
7797for ac_prog in makeinfo
7798do
c6b750e1 7799 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7800set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7802$as_echo_n "checking for $ac_word... " >&6; }
7803if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7804 $as_echo_n "(cached) " >&6
be01d343
PB
7805else
7806 if test -n "$MAKEINFO"; then
7807 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7808else
c6b750e1
DJ
7809as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7810for as_dir in $PATH
7811do
7812 IFS=$as_save_IFS
7813 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7814 for ac_exec_ext in '' $ac_executable_extensions; do
7815 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7816 ac_cv_prog_MAKEINFO="$ac_prog"
81ecdfbb 7817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7818 break 2
7819 fi
7820done
81ecdfbb
RW
7821 done
7822IFS=$as_save_IFS
c6b750e1 7823
be01d343
PB
7824fi
7825fi
c6b750e1 7826MAKEINFO=$ac_cv_prog_MAKEINFO
be01d343 7827if test -n "$MAKEINFO"; then
81ecdfbb
RW
7828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7829$as_echo "$MAKEINFO" >&6; }
be01d343 7830else
81ecdfbb
RW
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7832$as_echo "no" >&6; }
be01d343
PB
7833fi
7834
81ecdfbb 7835
c6b750e1 7836 test -n "$MAKEINFO" && break
be01d343
PB
7837done
7838test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7839
7840case " $build_configdirs " in
7841 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7842 *)
7843
10ad8ef3 7844 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
7845 # higher, else we use the "missing" dummy.
7846 if ${MAKEINFO} --version \
10ad8ef3 7847 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
7848 :
7849 else
7850 MAKEINFO="$MISSING makeinfo"
7851 fi
7852 ;;
7853
7854esac
a0da8069 7855
be01d343 7856# FIXME: expect and dejagnu may become build tools?
a0da8069 7857
be01d343
PB
7858for ac_prog in expect
7859do
c6b750e1 7860 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7861set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7863$as_echo_n "checking for $ac_word... " >&6; }
7864if test "${ac_cv_prog_EXPECT+set}" = set; then :
7865 $as_echo_n "(cached) " >&6
be01d343
PB
7866else
7867 if test -n "$EXPECT"; then
7868 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7869else
c6b750e1
DJ
7870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7871for as_dir in $PATH
7872do
7873 IFS=$as_save_IFS
7874 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7875 for ac_exec_ext in '' $ac_executable_extensions; do
7876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7877 ac_cv_prog_EXPECT="$ac_prog"
81ecdfbb 7878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7879 break 2
7880 fi
7881done
81ecdfbb
RW
7882 done
7883IFS=$as_save_IFS
c6b750e1 7884
be01d343
PB
7885fi
7886fi
c6b750e1 7887EXPECT=$ac_cv_prog_EXPECT
be01d343 7888if test -n "$EXPECT"; then
81ecdfbb
RW
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7890$as_echo "$EXPECT" >&6; }
be01d343 7891else
81ecdfbb
RW
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7893$as_echo "no" >&6; }
be01d343 7894fi
a0da8069 7895
81ecdfbb 7896
c6b750e1 7897 test -n "$EXPECT" && break
be01d343
PB
7898done
7899test -n "$EXPECT" || EXPECT="expect"
a0da8069 7900
be01d343
PB
7901case " $configdirs " in
7902 *" expect "*)
7903 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7904 ;;
7905esac
a0da8069 7906
be01d343
PB
7907for ac_prog in runtest
7908do
c6b750e1 7909 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7910set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7912$as_echo_n "checking for $ac_word... " >&6; }
7913if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7914 $as_echo_n "(cached) " >&6
be01d343
PB
7915else
7916 if test -n "$RUNTEST"; then
7917 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7918else
c6b750e1
DJ
7919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7920for as_dir in $PATH
7921do
7922 IFS=$as_save_IFS
7923 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7924 for ac_exec_ext in '' $ac_executable_extensions; do
7925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7926 ac_cv_prog_RUNTEST="$ac_prog"
81ecdfbb 7927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7928 break 2
7929 fi
7930done
81ecdfbb
RW
7931 done
7932IFS=$as_save_IFS
c6b750e1 7933
be01d343
PB
7934fi
7935fi
c6b750e1 7936RUNTEST=$ac_cv_prog_RUNTEST
be01d343 7937if test -n "$RUNTEST"; then
81ecdfbb
RW
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7939$as_echo "$RUNTEST" >&6; }
be01d343 7940else
81ecdfbb
RW
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7942$as_echo "no" >&6; }
be01d343 7943fi
a0da8069 7944
81ecdfbb 7945
c6b750e1 7946 test -n "$RUNTEST" && break
be01d343
PB
7947done
7948test -n "$RUNTEST" || RUNTEST="runtest"
a0da8069 7949
be01d343
PB
7950case " $configdirs " in
7951 *" dejagnu "*)
6b89cc21 7952 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
7953 ;;
7954esac
a0da8069
NN
7955
7956
a0da8069 7957# Host tools.
859789af
AC
7958ncn_tool_prefix=
7959test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7960ncn_target_tool_prefix=
7961test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7962
9a819804
AO
7963
7964
7965if test -n "$AR"; then
7966 ac_cv_prog_AR=$AR
7967elif test -n "$ac_cv_prog_AR"; then
7968 AR=$ac_cv_prog_AR
7969fi
7970
7971if test -n "$ac_cv_prog_AR"; then
7972 for ncn_progname in ar; do
7973 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7974set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7976$as_echo_n "checking for $ac_word... " >&6; }
7977if test "${ac_cv_prog_AR+set}" = set; then :
7978 $as_echo_n "(cached) " >&6
9a819804
AO
7979else
7980 if test -n "$AR"; then
7981 ac_cv_prog_AR="$AR" # Let the user override the test.
7982else
7983as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7984for as_dir in $PATH
7985do
7986 IFS=$as_save_IFS
7987 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7988 for ac_exec_ext in '' $ac_executable_extensions; do
7989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 7990 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 7991 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
7992 break 2
7993 fi
7994done
81ecdfbb
RW
7995 done
7996IFS=$as_save_IFS
9a819804
AO
7997
7998fi
7999fi
8000AR=$ac_cv_prog_AR
8001if test -n "$AR"; then
81ecdfbb
RW
8002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8003$as_echo "$AR" >&6; }
9a819804 8004else
81ecdfbb
RW
8005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8006$as_echo "no" >&6; }
9a819804
AO
8007fi
8008
81ecdfbb 8009
9a819804
AO
8010 done
8011fi
8012
8013for ncn_progname in ar; do
05cbd757
PB
8014 if test -n "$ncn_tool_prefix"; then
8015 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8016set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8018$as_echo_n "checking for $ac_word... " >&6; }
8019if test "${ac_cv_prog_AR+set}" = set; then :
8020 $as_echo_n "(cached) " >&6
859789af
AC
8021else
8022 if test -n "$AR"; then
8023 ac_cv_prog_AR="$AR" # Let the user override the test.
8024else
c6b750e1
DJ
8025as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8026for as_dir in $PATH
8027do
8028 IFS=$as_save_IFS
8029 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8030 for ac_exec_ext in '' $ac_executable_extensions; do
8031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8032 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8034 break 2
8035 fi
8036done
81ecdfbb
RW
8037 done
8038IFS=$as_save_IFS
c6b750e1 8039
859789af
AC
8040fi
8041fi
c6b750e1 8042AR=$ac_cv_prog_AR
859789af 8043if test -n "$AR"; then
81ecdfbb
RW
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8045$as_echo "$AR" >&6; }
859789af 8046else
81ecdfbb
RW
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8048$as_echo "no" >&6; }
859789af
AC
8049fi
8050
81ecdfbb 8051
05cbd757
PB
8052 fi
8053 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8054 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8055set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8057$as_echo_n "checking for $ac_word... " >&6; }
8058if test "${ac_cv_prog_AR+set}" = set; then :
8059 $as_echo_n "(cached) " >&6
859789af 8060else
05cbd757
PB
8061 if test -n "$AR"; then
8062 ac_cv_prog_AR="$AR" # Let the user override the test.
859789af 8063else
c6b750e1
DJ
8064as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8065for as_dir in $PATH
8066do
8067 IFS=$as_save_IFS
8068 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8069 for ac_exec_ext in '' $ac_executable_extensions; do
8070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8071 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8073 break 2
8074 fi
8075done
81ecdfbb
RW
8076 done
8077IFS=$as_save_IFS
c6b750e1 8078
859789af
AC
8079fi
8080fi
c6b750e1 8081AR=$ac_cv_prog_AR
05cbd757 8082if test -n "$AR"; then
81ecdfbb
RW
8083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8084$as_echo "$AR" >&6; }
859789af 8085else
81ecdfbb
RW
8086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8087$as_echo "no" >&6; }
859789af 8088fi
c6b750e1 8089
81ecdfbb 8090
05cbd757
PB
8091 fi
8092 test -n "$ac_cv_prog_AR" && break
8093done
8094
8095if test -z "$ac_cv_prog_AR" ; then
8096 set dummy ar
8097 if test $build = $host ; then
8098 AR="$2"
859789af 8099 else
05cbd757 8100 AR="${ncn_tool_prefix}$2"
859789af 8101 fi
859789af
AC
8102fi
8103
9a819804
AO
8104
8105
8106if test -n "$AS"; then
8107 ac_cv_prog_AS=$AS
8108elif test -n "$ac_cv_prog_AS"; then
8109 AS=$ac_cv_prog_AS
8110fi
8111
8112if test -n "$ac_cv_prog_AS"; then
8113 for ncn_progname in as; do
8114 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8115set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8117$as_echo_n "checking for $ac_word... " >&6; }
8118if test "${ac_cv_prog_AS+set}" = set; then :
8119 $as_echo_n "(cached) " >&6
9a819804
AO
8120else
8121 if test -n "$AS"; then
8122 ac_cv_prog_AS="$AS" # Let the user override the test.
8123else
8124as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8125for as_dir in $PATH
8126do
8127 IFS=$as_save_IFS
8128 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8129 for ac_exec_ext in '' $ac_executable_extensions; do
8130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8131 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8132 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8133 break 2
8134 fi
8135done
81ecdfbb
RW
8136 done
8137IFS=$as_save_IFS
9a819804
AO
8138
8139fi
8140fi
8141AS=$ac_cv_prog_AS
8142if test -n "$AS"; then
81ecdfbb
RW
8143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8144$as_echo "$AS" >&6; }
9a819804 8145else
81ecdfbb
RW
8146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8147$as_echo "no" >&6; }
9a819804
AO
8148fi
8149
81ecdfbb 8150
9a819804
AO
8151 done
8152fi
8153
8154for ncn_progname in as; do
05cbd757
PB
8155 if test -n "$ncn_tool_prefix"; then
8156 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8157set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8159$as_echo_n "checking for $ac_word... " >&6; }
8160if test "${ac_cv_prog_AS+set}" = set; then :
8161 $as_echo_n "(cached) " >&6
859789af
AC
8162else
8163 if test -n "$AS"; then
8164 ac_cv_prog_AS="$AS" # Let the user override the test.
c6b750e1
DJ
8165else
8166as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8167for as_dir in $PATH
8168do
8169 IFS=$as_save_IFS
8170 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8171 for ac_exec_ext in '' $ac_executable_extensions; do
8172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8173 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8175 break 2
8176 fi
8177done
81ecdfbb
RW
8178 done
8179IFS=$as_save_IFS
c6b750e1 8180
859789af
AC
8181fi
8182fi
c6b750e1 8183AS=$ac_cv_prog_AS
859789af 8184if test -n "$AS"; then
81ecdfbb
RW
8185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8186$as_echo "$AS" >&6; }
859789af 8187else
81ecdfbb
RW
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8189$as_echo "no" >&6; }
859789af
AC
8190fi
8191
81ecdfbb 8192
05cbd757
PB
8193 fi
8194 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8195 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8196set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8198$as_echo_n "checking for $ac_word... " >&6; }
8199if test "${ac_cv_prog_AS+set}" = set; then :
8200 $as_echo_n "(cached) " >&6
859789af 8201else
05cbd757
PB
8202 if test -n "$AS"; then
8203 ac_cv_prog_AS="$AS" # Let the user override the test.
859789af 8204else
c6b750e1
DJ
8205as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8206for as_dir in $PATH
8207do
8208 IFS=$as_save_IFS
8209 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8210 for ac_exec_ext in '' $ac_executable_extensions; do
8211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8212 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8214 break 2
8215 fi
8216done
81ecdfbb
RW
8217 done
8218IFS=$as_save_IFS
c6b750e1 8219
859789af
AC
8220fi
8221fi
c6b750e1 8222AS=$ac_cv_prog_AS
05cbd757 8223if test -n "$AS"; then
81ecdfbb
RW
8224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8225$as_echo "$AS" >&6; }
859789af 8226else
81ecdfbb
RW
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8228$as_echo "no" >&6; }
859789af 8229fi
c6b750e1 8230
81ecdfbb 8231
05cbd757
PB
8232 fi
8233 test -n "$ac_cv_prog_AS" && break
8234done
8235
8236if test -z "$ac_cv_prog_AS" ; then
8237 set dummy as
8238 if test $build = $host ; then
8239 AS="$2"
859789af 8240 else
05cbd757 8241 AS="${ncn_tool_prefix}$2"
859789af 8242 fi
859789af
AC
8243fi
8244
9a819804
AO
8245
8246
8247if test -n "$DLLTOOL"; then
8248 ac_cv_prog_DLLTOOL=$DLLTOOL
8249elif test -n "$ac_cv_prog_DLLTOOL"; then
8250 DLLTOOL=$ac_cv_prog_DLLTOOL
8251fi
8252
8253if test -n "$ac_cv_prog_DLLTOOL"; then
8254 for ncn_progname in dlltool; do
8255 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8256set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8258$as_echo_n "checking for $ac_word... " >&6; }
8259if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8260 $as_echo_n "(cached) " >&6
9a819804
AO
8261else
8262 if test -n "$DLLTOOL"; then
8263 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8264else
8265as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8266for as_dir in $PATH
8267do
8268 IFS=$as_save_IFS
8269 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8270 for ac_exec_ext in '' $ac_executable_extensions; do
8271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8272 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8274 break 2
8275 fi
8276done
81ecdfbb
RW
8277 done
8278IFS=$as_save_IFS
9a819804
AO
8279
8280fi
8281fi
8282DLLTOOL=$ac_cv_prog_DLLTOOL
8283if test -n "$DLLTOOL"; then
81ecdfbb
RW
8284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8285$as_echo "$DLLTOOL" >&6; }
9a819804 8286else
81ecdfbb
RW
8287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8288$as_echo "no" >&6; }
9a819804
AO
8289fi
8290
81ecdfbb 8291
9a819804
AO
8292 done
8293fi
8294
8295for ncn_progname in dlltool; do
05cbd757
PB
8296 if test -n "$ncn_tool_prefix"; then
8297 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8298set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8300$as_echo_n "checking for $ac_word... " >&6; }
8301if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8302 $as_echo_n "(cached) " >&6
859789af
AC
8303else
8304 if test -n "$DLLTOOL"; then
8305 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8306else
c6b750e1
DJ
8307as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8308for as_dir in $PATH
8309do
8310 IFS=$as_save_IFS
8311 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8312 for ac_exec_ext in '' $ac_executable_extensions; do
8313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8314 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8316 break 2
8317 fi
8318done
81ecdfbb
RW
8319 done
8320IFS=$as_save_IFS
c6b750e1 8321
859789af
AC
8322fi
8323fi
c6b750e1 8324DLLTOOL=$ac_cv_prog_DLLTOOL
859789af 8325if test -n "$DLLTOOL"; then
81ecdfbb
RW
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8327$as_echo "$DLLTOOL" >&6; }
859789af 8328else
81ecdfbb
RW
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8330$as_echo "no" >&6; }
859789af
AC
8331fi
8332
81ecdfbb 8333
05cbd757
PB
8334 fi
8335 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8336 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8337set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8339$as_echo_n "checking for $ac_word... " >&6; }
8340if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8341 $as_echo_n "(cached) " >&6
859789af 8342else
05cbd757
PB
8343 if test -n "$DLLTOOL"; then
8344 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
859789af 8345else
c6b750e1
DJ
8346as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8347for as_dir in $PATH
8348do
8349 IFS=$as_save_IFS
8350 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8351 for ac_exec_ext in '' $ac_executable_extensions; do
8352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8353 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8355 break 2
8356 fi
8357done
81ecdfbb
RW
8358 done
8359IFS=$as_save_IFS
c6b750e1 8360
859789af
AC
8361fi
8362fi
c6b750e1 8363DLLTOOL=$ac_cv_prog_DLLTOOL
05cbd757 8364if test -n "$DLLTOOL"; then
81ecdfbb
RW
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8366$as_echo "$DLLTOOL" >&6; }
859789af 8367else
81ecdfbb
RW
8368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8369$as_echo "no" >&6; }
859789af 8370fi
c6b750e1 8371
81ecdfbb 8372
05cbd757
PB
8373 fi
8374 test -n "$ac_cv_prog_DLLTOOL" && break
8375done
8376
8377if test -z "$ac_cv_prog_DLLTOOL" ; then
8378 set dummy dlltool
8379 if test $build = $host ; then
8380 DLLTOOL="$2"
859789af 8381 else
05cbd757 8382 DLLTOOL="${ncn_tool_prefix}$2"
859789af 8383 fi
859789af
AC
8384fi
8385
9a819804
AO
8386
8387
8388if test -n "$LD"; then
8389 ac_cv_prog_LD=$LD
8390elif test -n "$ac_cv_prog_LD"; then
8391 LD=$ac_cv_prog_LD
8392fi
8393
8394if test -n "$ac_cv_prog_LD"; then
8395 for ncn_progname in ld; do
8396 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8397set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8399$as_echo_n "checking for $ac_word... " >&6; }
8400if test "${ac_cv_prog_LD+set}" = set; then :
8401 $as_echo_n "(cached) " >&6
9a819804
AO
8402else
8403 if test -n "$LD"; then
8404 ac_cv_prog_LD="$LD" # Let the user override the test.
8405else
8406as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8407for as_dir in $PATH
8408do
8409 IFS=$as_save_IFS
8410 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8411 for ac_exec_ext in '' $ac_executable_extensions; do
8412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8413 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8415 break 2
8416 fi
8417done
81ecdfbb
RW
8418 done
8419IFS=$as_save_IFS
9a819804
AO
8420
8421fi
8422fi
8423LD=$ac_cv_prog_LD
8424if test -n "$LD"; then
81ecdfbb
RW
8425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8426$as_echo "$LD" >&6; }
9a819804 8427else
81ecdfbb
RW
8428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8429$as_echo "no" >&6; }
9a819804
AO
8430fi
8431
81ecdfbb 8432
9a819804
AO
8433 done
8434fi
8435
8436for ncn_progname in ld; do
05cbd757
PB
8437 if test -n "$ncn_tool_prefix"; then
8438 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8439set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8441$as_echo_n "checking for $ac_word... " >&6; }
8442if test "${ac_cv_prog_LD+set}" = set; then :
8443 $as_echo_n "(cached) " >&6
859789af
AC
8444else
8445 if test -n "$LD"; then
8446 ac_cv_prog_LD="$LD" # Let the user override the test.
8447else
c6b750e1
DJ
8448as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8449for as_dir in $PATH
8450do
8451 IFS=$as_save_IFS
8452 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8453 for ac_exec_ext in '' $ac_executable_extensions; do
8454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8455 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8457 break 2
8458 fi
8459done
81ecdfbb
RW
8460 done
8461IFS=$as_save_IFS
c6b750e1 8462
859789af
AC
8463fi
8464fi
c6b750e1 8465LD=$ac_cv_prog_LD
859789af 8466if test -n "$LD"; then
81ecdfbb
RW
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8468$as_echo "$LD" >&6; }
859789af 8469else
81ecdfbb
RW
8470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8471$as_echo "no" >&6; }
859789af
AC
8472fi
8473
81ecdfbb 8474
05cbd757
PB
8475 fi
8476 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8477 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8478set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8480$as_echo_n "checking for $ac_word... " >&6; }
8481if test "${ac_cv_prog_LD+set}" = set; then :
8482 $as_echo_n "(cached) " >&6
859789af 8483else
05cbd757
PB
8484 if test -n "$LD"; then
8485 ac_cv_prog_LD="$LD" # Let the user override the test.
376a0e54 8486else
c6b750e1
DJ
8487as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8488for as_dir in $PATH
8489do
8490 IFS=$as_save_IFS
8491 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8492 for ac_exec_ext in '' $ac_executable_extensions; do
8493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8494 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8496 break 2
8497 fi
8498done
81ecdfbb
RW
8499 done
8500IFS=$as_save_IFS
c6b750e1 8501
859789af
AC
8502fi
8503fi
c6b750e1 8504LD=$ac_cv_prog_LD
05cbd757 8505if test -n "$LD"; then
81ecdfbb
RW
8506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8507$as_echo "$LD" >&6; }
859789af 8508else
81ecdfbb
RW
8509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8510$as_echo "no" >&6; }
859789af 8511fi
c6b750e1 8512
81ecdfbb 8513
05cbd757
PB
8514 fi
8515 test -n "$ac_cv_prog_LD" && break
8516done
8517
8518if test -z "$ac_cv_prog_LD" ; then
8519 set dummy ld
8520 if test $build = $host ; then
8521 LD="$2"
859789af 8522 else
05cbd757 8523 LD="${ncn_tool_prefix}$2"
859789af 8524 fi
859789af
AC
8525fi
8526
9a819804
AO
8527
8528
8529if test -n "$LIPO"; then
8530 ac_cv_prog_LIPO=$LIPO
8531elif test -n "$ac_cv_prog_LIPO"; then
8532 LIPO=$ac_cv_prog_LIPO
8533fi
8534
8535if test -n "$ac_cv_prog_LIPO"; then
8536 for ncn_progname in lipo; do
8537 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8538set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8540$as_echo_n "checking for $ac_word... " >&6; }
8541if test "${ac_cv_prog_LIPO+set}" = set; then :
8542 $as_echo_n "(cached) " >&6
9a819804
AO
8543else
8544 if test -n "$LIPO"; then
8545 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8546else
8547as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8548for as_dir in $PATH
8549do
8550 IFS=$as_save_IFS
8551 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8552 for ac_exec_ext in '' $ac_executable_extensions; do
8553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8554 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8556 break 2
8557 fi
8558done
81ecdfbb
RW
8559 done
8560IFS=$as_save_IFS
9a819804
AO
8561
8562fi
8563fi
8564LIPO=$ac_cv_prog_LIPO
8565if test -n "$LIPO"; then
81ecdfbb
RW
8566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8567$as_echo "$LIPO" >&6; }
9a819804 8568else
81ecdfbb
RW
8569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8570$as_echo "no" >&6; }
9a819804
AO
8571fi
8572
81ecdfbb 8573
9a819804
AO
8574 done
8575fi
8576
8577for ncn_progname in lipo; do
be01d343
PB
8578 if test -n "$ncn_tool_prefix"; then
8579 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8580set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8582$as_echo_n "checking for $ac_word... " >&6; }
8583if test "${ac_cv_prog_LIPO+set}" = set; then :
8584 $as_echo_n "(cached) " >&6
be01d343
PB
8585else
8586 if test -n "$LIPO"; then
8587 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8588else
c6b750e1
DJ
8589as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8590for as_dir in $PATH
8591do
8592 IFS=$as_save_IFS
8593 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8594 for ac_exec_ext in '' $ac_executable_extensions; do
8595 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8596 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8598 break 2
8599 fi
8600done
81ecdfbb
RW
8601 done
8602IFS=$as_save_IFS
c6b750e1 8603
be01d343
PB
8604fi
8605fi
c6b750e1 8606LIPO=$ac_cv_prog_LIPO
be01d343 8607if test -n "$LIPO"; then
81ecdfbb
RW
8608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8609$as_echo "$LIPO" >&6; }
be01d343 8610else
81ecdfbb
RW
8611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8612$as_echo "no" >&6; }
be01d343
PB
8613fi
8614
81ecdfbb 8615
be01d343
PB
8616 fi
8617 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8618 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8619set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8621$as_echo_n "checking for $ac_word... " >&6; }
8622if test "${ac_cv_prog_LIPO+set}" = set; then :
8623 $as_echo_n "(cached) " >&6
be01d343
PB
8624else
8625 if test -n "$LIPO"; then
8626 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8627else
c6b750e1
DJ
8628as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8629for as_dir in $PATH
8630do
8631 IFS=$as_save_IFS
8632 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8633 for ac_exec_ext in '' $ac_executable_extensions; do
8634 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8635 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8637 break 2
8638 fi
8639done
81ecdfbb
RW
8640 done
8641IFS=$as_save_IFS
c6b750e1 8642
be01d343
PB
8643fi
8644fi
c6b750e1 8645LIPO=$ac_cv_prog_LIPO
be01d343 8646if test -n "$LIPO"; then
81ecdfbb
RW
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8648$as_echo "$LIPO" >&6; }
be01d343 8649else
81ecdfbb
RW
8650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8651$as_echo "no" >&6; }
be01d343 8652fi
c6b750e1 8653
81ecdfbb 8654
be01d343
PB
8655 fi
8656 test -n "$ac_cv_prog_LIPO" && break
8657done
8658
8659if test -z "$ac_cv_prog_LIPO" ; then
8660 set dummy lipo
8661 if test $build = $host ; then
8662 LIPO="$2"
8663 else
8664 LIPO="${ncn_tool_prefix}$2"
8665 fi
8666fi
8667
9a819804
AO
8668
8669
8670if test -n "$NM"; then
8671 ac_cv_prog_NM=$NM
8672elif test -n "$ac_cv_prog_NM"; then
8673 NM=$ac_cv_prog_NM
8674fi
8675
8676if test -n "$ac_cv_prog_NM"; then
8677 for ncn_progname in nm; do
8678 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8679set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8681$as_echo_n "checking for $ac_word... " >&6; }
8682if test "${ac_cv_prog_NM+set}" = set; then :
8683 $as_echo_n "(cached) " >&6
859789af
AC
8684else
8685 if test -n "$NM"; then
8686 ac_cv_prog_NM="$NM" # Let the user override the test.
8687else
c6b750e1
DJ
8688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8689for as_dir in $PATH
8690do
8691 IFS=$as_save_IFS
8692 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8693 for ac_exec_ext in '' $ac_executable_extensions; do
8694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8695 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8697 break 2
8698 fi
8699done
81ecdfbb
RW
8700 done
8701IFS=$as_save_IFS
c6b750e1 8702
859789af
AC
8703fi
8704fi
c6b750e1 8705NM=$ac_cv_prog_NM
859789af 8706if test -n "$NM"; then
81ecdfbb
RW
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8708$as_echo "$NM" >&6; }
859789af 8709else
81ecdfbb
RW
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8711$as_echo "no" >&6; }
859789af
AC
8712fi
8713
81ecdfbb 8714
9a819804
AO
8715 done
8716fi
8717
8718for ncn_progname in nm; do
8719 if test -n "$ncn_tool_prefix"; then
8720 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8721set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8723$as_echo_n "checking for $ac_word... " >&6; }
8724if test "${ac_cv_prog_NM+set}" = set; then :
8725 $as_echo_n "(cached) " >&6
859789af 8726else
05cbd757
PB
8727 if test -n "$NM"; then
8728 ac_cv_prog_NM="$NM" # Let the user override the test.
859789af 8729else
c6b750e1
DJ
8730as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8731for as_dir in $PATH
8732do
8733 IFS=$as_save_IFS
8734 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8735 for ac_exec_ext in '' $ac_executable_extensions; do
8736 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8737 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8739 break 2
8740 fi
8741done
81ecdfbb
RW
8742 done
8743IFS=$as_save_IFS
c6b750e1 8744
859789af
AC
8745fi
8746fi
c6b750e1 8747NM=$ac_cv_prog_NM
05cbd757 8748if test -n "$NM"; then
81ecdfbb
RW
8749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8750$as_echo "$NM" >&6; }
859789af 8751else
81ecdfbb
RW
8752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8753$as_echo "no" >&6; }
859789af 8754fi
c6b750e1 8755
81ecdfbb 8756
05cbd757 8757 fi
9a819804
AO
8758 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8759 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8760set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8762$as_echo_n "checking for $ac_word... " >&6; }
8763if test "${ac_cv_prog_NM+set}" = set; then :
8764 $as_echo_n "(cached) " >&6
9a819804
AO
8765else
8766 if test -n "$NM"; then
8767 ac_cv_prog_NM="$NM" # Let the user override the test.
8768else
8769as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8770for as_dir in $PATH
8771do
8772 IFS=$as_save_IFS
8773 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8774 for ac_exec_ext in '' $ac_executable_extensions; do
8775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8776 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8778 break 2
8779 fi
8780done
81ecdfbb
RW
8781 done
8782IFS=$as_save_IFS
9a819804
AO
8783
8784fi
8785fi
8786NM=$ac_cv_prog_NM
8787if test -n "$NM"; then
81ecdfbb
RW
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8789$as_echo "$NM" >&6; }
9a819804 8790else
81ecdfbb
RW
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8792$as_echo "no" >&6; }
9a819804
AO
8793fi
8794
81ecdfbb 8795
9a819804
AO
8796 fi
8797 test -n "$ac_cv_prog_NM" && break
8798done
8799
8800if test -z "$ac_cv_prog_NM" ; then
8801 set dummy nm
8802 if test $build = $host ; then
8803 NM="$2"
8804 else
8805 NM="${ncn_tool_prefix}$2"
8806 fi
8807fi
8808
8809
8810
8811if test -n "$RANLIB"; then
8812 ac_cv_prog_RANLIB=$RANLIB
8813elif test -n "$ac_cv_prog_RANLIB"; then
8814 RANLIB=$ac_cv_prog_RANLIB
8815fi
8816
8817if test -n "$ac_cv_prog_RANLIB"; then
8818 for ncn_progname in ranlib; do
8819 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8820set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8822$as_echo_n "checking for $ac_word... " >&6; }
8823if test "${ac_cv_prog_RANLIB+set}" = set; then :
8824 $as_echo_n "(cached) " >&6
9a819804
AO
8825else
8826 if test -n "$RANLIB"; then
8827 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8828else
8829as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8830for as_dir in $PATH
8831do
8832 IFS=$as_save_IFS
8833 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8834 for ac_exec_ext in '' $ac_executable_extensions; do
8835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8836 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8838 break 2
8839 fi
8840done
81ecdfbb
RW
8841 done
8842IFS=$as_save_IFS
9a819804
AO
8843
8844fi
8845fi
8846RANLIB=$ac_cv_prog_RANLIB
8847if test -n "$RANLIB"; then
81ecdfbb
RW
8848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8849$as_echo "$RANLIB" >&6; }
9a819804 8850else
81ecdfbb
RW
8851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8852$as_echo "no" >&6; }
9a819804
AO
8853fi
8854
81ecdfbb 8855
9a819804
AO
8856 done
8857fi
859789af 8858
9a819804 8859for ncn_progname in ranlib; do
05cbd757
PB
8860 if test -n "$ncn_tool_prefix"; then
8861 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8862set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8864$as_echo_n "checking for $ac_word... " >&6; }
8865if test "${ac_cv_prog_RANLIB+set}" = set; then :
8866 $as_echo_n "(cached) " >&6
859789af
AC
8867else
8868 if test -n "$RANLIB"; then
8869 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8870else
c6b750e1
DJ
8871as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8872for as_dir in $PATH
8873do
8874 IFS=$as_save_IFS
8875 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8876 for ac_exec_ext in '' $ac_executable_extensions; do
8877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8878 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8880 break 2
8881 fi
8882done
81ecdfbb
RW
8883 done
8884IFS=$as_save_IFS
c6b750e1 8885
859789af
AC
8886fi
8887fi
c6b750e1 8888RANLIB=$ac_cv_prog_RANLIB
859789af 8889if test -n "$RANLIB"; then
81ecdfbb
RW
8890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8891$as_echo "$RANLIB" >&6; }
859789af 8892else
81ecdfbb
RW
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8894$as_echo "no" >&6; }
859789af
AC
8895fi
8896
81ecdfbb 8897
05cbd757
PB
8898 fi
8899 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8900 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8901set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8903$as_echo_n "checking for $ac_word... " >&6; }
8904if test "${ac_cv_prog_RANLIB+set}" = set; then :
8905 $as_echo_n "(cached) " >&6
859789af 8906else
05cbd757
PB
8907 if test -n "$RANLIB"; then
8908 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
859789af 8909else
c6b750e1
DJ
8910as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8911for as_dir in $PATH
8912do
8913 IFS=$as_save_IFS
8914 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8915 for ac_exec_ext in '' $ac_executable_extensions; do
8916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8917 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8919 break 2
8920 fi
8921done
81ecdfbb
RW
8922 done
8923IFS=$as_save_IFS
c6b750e1 8924
859789af
AC
8925fi
8926fi
c6b750e1 8927RANLIB=$ac_cv_prog_RANLIB
05cbd757 8928if test -n "$RANLIB"; then
81ecdfbb
RW
8929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8930$as_echo "$RANLIB" >&6; }
859789af 8931else
81ecdfbb
RW
8932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8933$as_echo "no" >&6; }
859789af 8934fi
c6b750e1 8935
81ecdfbb 8936
859789af 8937 fi
05cbd757
PB
8938 test -n "$ac_cv_prog_RANLIB" && break
8939done
8940
8941if test -z "$ac_cv_prog_RANLIB" ; then
ba98da75 8942 RANLIB="true"
859789af
AC
8943fi
8944
9a819804
AO
8945
8946
8947if test -n "$STRIP"; then
8948 ac_cv_prog_STRIP=$STRIP
8949elif test -n "$ac_cv_prog_STRIP"; then
8950 STRIP=$ac_cv_prog_STRIP
8951fi
8952
8953if test -n "$ac_cv_prog_STRIP"; then
8954 for ncn_progname in strip; do
8955 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8956set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8958$as_echo_n "checking for $ac_word... " >&6; }
8959if test "${ac_cv_prog_STRIP+set}" = set; then :
8960 $as_echo_n "(cached) " >&6
9a819804
AO
8961else
8962 if test -n "$STRIP"; then
8963 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8964else
8965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8966for as_dir in $PATH
8967do
8968 IFS=$as_save_IFS
8969 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8970 for ac_exec_ext in '' $ac_executable_extensions; do
8971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8972 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 8973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8974 break 2
8975 fi
8976done
81ecdfbb
RW
8977 done
8978IFS=$as_save_IFS
9a819804
AO
8979
8980fi
8981fi
8982STRIP=$ac_cv_prog_STRIP
8983if test -n "$STRIP"; then
81ecdfbb
RW
8984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8985$as_echo "$STRIP" >&6; }
9a819804 8986else
81ecdfbb
RW
8987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8988$as_echo "no" >&6; }
9a819804
AO
8989fi
8990
81ecdfbb 8991
9a819804
AO
8992 done
8993fi
8994
8995for ncn_progname in strip; do
be01d343
PB
8996 if test -n "$ncn_tool_prefix"; then
8997 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8998set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9000$as_echo_n "checking for $ac_word... " >&6; }
9001if test "${ac_cv_prog_STRIP+set}" = set; then :
9002 $as_echo_n "(cached) " >&6
be01d343
PB
9003else
9004 if test -n "$STRIP"; then
9005 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9006else
c6b750e1
DJ
9007as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9008for as_dir in $PATH
9009do
9010 IFS=$as_save_IFS
9011 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9012 for ac_exec_ext in '' $ac_executable_extensions; do
9013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9014 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9016 break 2
9017 fi
9018done
81ecdfbb
RW
9019 done
9020IFS=$as_save_IFS
c6b750e1 9021
be01d343
PB
9022fi
9023fi
c6b750e1 9024STRIP=$ac_cv_prog_STRIP
be01d343 9025if test -n "$STRIP"; then
81ecdfbb
RW
9026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9027$as_echo "$STRIP" >&6; }
be01d343 9028else
81ecdfbb
RW
9029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9030$as_echo "no" >&6; }
be01d343
PB
9031fi
9032
81ecdfbb 9033
be01d343
PB
9034 fi
9035 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9036 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9037set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9039$as_echo_n "checking for $ac_word... " >&6; }
9040if test "${ac_cv_prog_STRIP+set}" = set; then :
9041 $as_echo_n "(cached) " >&6
be01d343
PB
9042else
9043 if test -n "$STRIP"; then
9044 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9045else
c6b750e1
DJ
9046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9047for as_dir in $PATH
9048do
9049 IFS=$as_save_IFS
9050 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9051 for ac_exec_ext in '' $ac_executable_extensions; do
9052 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9053 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9055 break 2
9056 fi
9057done
81ecdfbb
RW
9058 done
9059IFS=$as_save_IFS
c6b750e1 9060
be01d343
PB
9061fi
9062fi
c6b750e1 9063STRIP=$ac_cv_prog_STRIP
be01d343 9064if test -n "$STRIP"; then
81ecdfbb
RW
9065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9066$as_echo "$STRIP" >&6; }
be01d343 9067else
81ecdfbb
RW
9068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9069$as_echo "no" >&6; }
be01d343 9070fi
c6b750e1 9071
81ecdfbb 9072
be01d343
PB
9073 fi
9074 test -n "$ac_cv_prog_STRIP" && break
9075done
9076
9077if test -z "$ac_cv_prog_STRIP" ; then
ba98da75 9078 STRIP="true"
be01d343
PB
9079fi
9080
9a819804
AO
9081
9082
9083if test -n "$WINDRES"; then
9084 ac_cv_prog_WINDRES=$WINDRES
9085elif test -n "$ac_cv_prog_WINDRES"; then
9086 WINDRES=$ac_cv_prog_WINDRES
9087fi
9088
9089if test -n "$ac_cv_prog_WINDRES"; then
9090 for ncn_progname in windres; do
9091 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9092set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9094$as_echo_n "checking for $ac_word... " >&6; }
9095if test "${ac_cv_prog_WINDRES+set}" = set; then :
9096 $as_echo_n "(cached) " >&6
9a819804
AO
9097else
9098 if test -n "$WINDRES"; then
9099 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9100else
9101as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9102for as_dir in $PATH
9103do
9104 IFS=$as_save_IFS
9105 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9106 for ac_exec_ext in '' $ac_executable_extensions; do
9107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9108 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9110 break 2
9111 fi
9112done
81ecdfbb
RW
9113 done
9114IFS=$as_save_IFS
9a819804
AO
9115
9116fi
9117fi
9118WINDRES=$ac_cv_prog_WINDRES
9119if test -n "$WINDRES"; then
81ecdfbb
RW
9120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9121$as_echo "$WINDRES" >&6; }
9a819804 9122else
81ecdfbb
RW
9123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9124$as_echo "no" >&6; }
9a819804
AO
9125fi
9126
81ecdfbb 9127
9a819804
AO
9128 done
9129fi
9130
9131for ncn_progname in windres; do
05cbd757
PB
9132 if test -n "$ncn_tool_prefix"; then
9133 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9134set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9136$as_echo_n "checking for $ac_word... " >&6; }
9137if test "${ac_cv_prog_WINDRES+set}" = set; then :
9138 $as_echo_n "(cached) " >&6
859789af
AC
9139else
9140 if test -n "$WINDRES"; then
9141 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9142else
c6b750e1
DJ
9143as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9144for as_dir in $PATH
9145do
9146 IFS=$as_save_IFS
9147 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9148 for ac_exec_ext in '' $ac_executable_extensions; do
9149 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9150 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9152 break 2
9153 fi
9154done
81ecdfbb
RW
9155 done
9156IFS=$as_save_IFS
c6b750e1 9157
859789af
AC
9158fi
9159fi
c6b750e1 9160WINDRES=$ac_cv_prog_WINDRES
859789af 9161if test -n "$WINDRES"; then
81ecdfbb
RW
9162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9163$as_echo "$WINDRES" >&6; }
859789af 9164else
81ecdfbb
RW
9165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9166$as_echo "no" >&6; }
859789af
AC
9167fi
9168
81ecdfbb 9169
05cbd757
PB
9170 fi
9171 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9172 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9173set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9175$as_echo_n "checking for $ac_word... " >&6; }
9176if test "${ac_cv_prog_WINDRES+set}" = set; then :
9177 $as_echo_n "(cached) " >&6
859789af 9178else
05cbd757
PB
9179 if test -n "$WINDRES"; then
9180 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
859789af 9181else
c6b750e1
DJ
9182as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9183for as_dir in $PATH
9184do
9185 IFS=$as_save_IFS
9186 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9187 for ac_exec_ext in '' $ac_executable_extensions; do
9188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9189 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9191 break 2
9192 fi
9193done
81ecdfbb
RW
9194 done
9195IFS=$as_save_IFS
c6b750e1 9196
859789af
AC
9197fi
9198fi
c6b750e1 9199WINDRES=$ac_cv_prog_WINDRES
05cbd757 9200if test -n "$WINDRES"; then
81ecdfbb
RW
9201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9202$as_echo "$WINDRES" >&6; }
859789af 9203else
81ecdfbb
RW
9204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9205$as_echo "no" >&6; }
859789af 9206fi
c6b750e1 9207
81ecdfbb 9208
05cbd757
PB
9209 fi
9210 test -n "$ac_cv_prog_WINDRES" && break
9211done
9212
9213if test -z "$ac_cv_prog_WINDRES" ; then
9214 set dummy windres
9215 if test $build = $host ; then
9216 WINDRES="$2"
859789af 9217 else
05cbd757 9218 WINDRES="${ncn_tool_prefix}$2"
859789af 9219 fi
859789af
AC
9220fi
9221
9a819804
AO
9222
9223
0c24b341
NC
9224if test -n "$WINDMC"; then
9225 ac_cv_prog_WINDMC=$WINDMC
9226elif test -n "$ac_cv_prog_WINDMC"; then
9227 WINDMC=$ac_cv_prog_WINDMC
9228fi
9229
9230if test -n "$ac_cv_prog_WINDMC"; then
9231 for ncn_progname in windmc; do
9232 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9233set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9235$as_echo_n "checking for $ac_word... " >&6; }
9236if test "${ac_cv_prog_WINDMC+set}" = set; then :
9237 $as_echo_n "(cached) " >&6
0c24b341
NC
9238else
9239 if test -n "$WINDMC"; then
9240 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9241else
9242as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9243for as_dir in $PATH
9244do
9245 IFS=$as_save_IFS
9246 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9247 for ac_exec_ext in '' $ac_executable_extensions; do
9248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9249 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9251 break 2
9252 fi
9253done
81ecdfbb
RW
9254 done
9255IFS=$as_save_IFS
0c24b341
NC
9256
9257fi
9258fi
9259WINDMC=$ac_cv_prog_WINDMC
9260if test -n "$WINDMC"; then
81ecdfbb
RW
9261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9262$as_echo "$WINDMC" >&6; }
0c24b341 9263else
81ecdfbb
RW
9264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9265$as_echo "no" >&6; }
0c24b341
NC
9266fi
9267
81ecdfbb 9268
0c24b341
NC
9269 done
9270fi
9271
9272for ncn_progname in windmc; do
9273 if test -n "$ncn_tool_prefix"; then
9274 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9275set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9277$as_echo_n "checking for $ac_word... " >&6; }
9278if test "${ac_cv_prog_WINDMC+set}" = set; then :
9279 $as_echo_n "(cached) " >&6
0c24b341
NC
9280else
9281 if test -n "$WINDMC"; then
9282 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9283else
9284as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9285for as_dir in $PATH
9286do
9287 IFS=$as_save_IFS
9288 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9289 for ac_exec_ext in '' $ac_executable_extensions; do
9290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9291 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9293 break 2
9294 fi
9295done
81ecdfbb
RW
9296 done
9297IFS=$as_save_IFS
0c24b341
NC
9298
9299fi
9300fi
9301WINDMC=$ac_cv_prog_WINDMC
9302if test -n "$WINDMC"; then
81ecdfbb
RW
9303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9304$as_echo "$WINDMC" >&6; }
0c24b341 9305else
81ecdfbb
RW
9306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9307$as_echo "no" >&6; }
0c24b341
NC
9308fi
9309
81ecdfbb 9310
0c24b341
NC
9311 fi
9312 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9313 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9314set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9316$as_echo_n "checking for $ac_word... " >&6; }
9317if test "${ac_cv_prog_WINDMC+set}" = set; then :
9318 $as_echo_n "(cached) " >&6
0c24b341
NC
9319else
9320 if test -n "$WINDMC"; then
9321 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9322else
9323as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9324for as_dir in $PATH
9325do
9326 IFS=$as_save_IFS
9327 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9328 for ac_exec_ext in '' $ac_executable_extensions; do
9329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9330 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9332 break 2
9333 fi
9334done
81ecdfbb
RW
9335 done
9336IFS=$as_save_IFS
0c24b341
NC
9337
9338fi
9339fi
9340WINDMC=$ac_cv_prog_WINDMC
9341if test -n "$WINDMC"; then
81ecdfbb
RW
9342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9343$as_echo "$WINDMC" >&6; }
0c24b341 9344else
81ecdfbb
RW
9345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9346$as_echo "no" >&6; }
0c24b341
NC
9347fi
9348
81ecdfbb 9349
0c24b341
NC
9350 fi
9351 test -n "$ac_cv_prog_WINDMC" && break
9352done
9353
9354if test -z "$ac_cv_prog_WINDMC" ; then
9355 set dummy windmc
9356 if test $build = $host ; then
9357 WINDMC="$2"
9358 else
9359 WINDMC="${ncn_tool_prefix}$2"
9360 fi
9361fi
9362
9363
9364
9a819804
AO
9365if test -n "$OBJCOPY"; then
9366 ac_cv_prog_OBJCOPY=$OBJCOPY
9367elif test -n "$ac_cv_prog_OBJCOPY"; then
9368 OBJCOPY=$ac_cv_prog_OBJCOPY
9369fi
9370
9371if test -n "$ac_cv_prog_OBJCOPY"; then
9372 for ncn_progname in objcopy; do
9373 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9374set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9376$as_echo_n "checking for $ac_word... " >&6; }
9377if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9378 $as_echo_n "(cached) " >&6
9a819804
AO
9379else
9380 if test -n "$OBJCOPY"; then
9381 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9382else
9383as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9384for as_dir in $PATH
9385do
9386 IFS=$as_save_IFS
9387 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9388 for ac_exec_ext in '' $ac_executable_extensions; do
9389 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9390 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9392 break 2
9393 fi
9394done
81ecdfbb
RW
9395 done
9396IFS=$as_save_IFS
9a819804
AO
9397
9398fi
9399fi
9400OBJCOPY=$ac_cv_prog_OBJCOPY
9401if test -n "$OBJCOPY"; then
81ecdfbb
RW
9402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9403$as_echo "$OBJCOPY" >&6; }
9a819804 9404else
81ecdfbb
RW
9405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9406$as_echo "no" >&6; }
9a819804
AO
9407fi
9408
81ecdfbb 9409
9a819804
AO
9410 done
9411fi
9412
9413for ncn_progname in objcopy; do
05cbd757
PB
9414 if test -n "$ncn_tool_prefix"; then
9415 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9416set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9418$as_echo_n "checking for $ac_word... " >&6; }
9419if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9420 $as_echo_n "(cached) " >&6
859789af
AC
9421else
9422 if test -n "$OBJCOPY"; then
9423 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9424else
c6b750e1
DJ
9425as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9426for as_dir in $PATH
9427do
9428 IFS=$as_save_IFS
9429 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9430 for ac_exec_ext in '' $ac_executable_extensions; do
9431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9432 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9434 break 2
9435 fi
9436done
81ecdfbb
RW
9437 done
9438IFS=$as_save_IFS
c6b750e1 9439
859789af
AC
9440fi
9441fi
c6b750e1 9442OBJCOPY=$ac_cv_prog_OBJCOPY
859789af 9443if test -n "$OBJCOPY"; then
81ecdfbb
RW
9444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9445$as_echo "$OBJCOPY" >&6; }
859789af 9446else
81ecdfbb
RW
9447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9448$as_echo "no" >&6; }
859789af
AC
9449fi
9450
81ecdfbb 9451
05cbd757
PB
9452 fi
9453 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9454 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9455set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9457$as_echo_n "checking for $ac_word... " >&6; }
9458if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9459 $as_echo_n "(cached) " >&6
859789af 9460else
05cbd757
PB
9461 if test -n "$OBJCOPY"; then
9462 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
859789af 9463else
c6b750e1
DJ
9464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9465for as_dir in $PATH
9466do
9467 IFS=$as_save_IFS
9468 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9469 for ac_exec_ext in '' $ac_executable_extensions; do
9470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9471 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9473 break 2
9474 fi
9475done
81ecdfbb
RW
9476 done
9477IFS=$as_save_IFS
c6b750e1 9478
859789af
AC
9479fi
9480fi
c6b750e1 9481OBJCOPY=$ac_cv_prog_OBJCOPY
05cbd757 9482if test -n "$OBJCOPY"; then
81ecdfbb
RW
9483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9484$as_echo "$OBJCOPY" >&6; }
859789af 9485else
81ecdfbb
RW
9486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9487$as_echo "no" >&6; }
859789af 9488fi
c6b750e1 9489
81ecdfbb 9490
05cbd757
PB
9491 fi
9492 test -n "$ac_cv_prog_OBJCOPY" && break
9493done
9494
9495if test -z "$ac_cv_prog_OBJCOPY" ; then
9496 set dummy objcopy
9497 if test $build = $host ; then
9498 OBJCOPY="$2"
859789af 9499 else
05cbd757 9500 OBJCOPY="${ncn_tool_prefix}$2"
859789af 9501 fi
859789af
AC
9502fi
9503
9a819804
AO
9504
9505
9506if test -n "$OBJDUMP"; then
9507 ac_cv_prog_OBJDUMP=$OBJDUMP
9508elif test -n "$ac_cv_prog_OBJDUMP"; then
9509 OBJDUMP=$ac_cv_prog_OBJDUMP
9510fi
9511
9512if test -n "$ac_cv_prog_OBJDUMP"; then
9513 for ncn_progname in objdump; do
9514 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9515set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9517$as_echo_n "checking for $ac_word... " >&6; }
9518if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9519 $as_echo_n "(cached) " >&6
9a819804
AO
9520else
9521 if test -n "$OBJDUMP"; then
9522 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9523else
9524as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9525for as_dir in $PATH
9526do
9527 IFS=$as_save_IFS
9528 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9529 for ac_exec_ext in '' $ac_executable_extensions; do
9530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9531 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9533 break 2
9534 fi
9535done
81ecdfbb
RW
9536 done
9537IFS=$as_save_IFS
9a819804
AO
9538
9539fi
9540fi
9541OBJDUMP=$ac_cv_prog_OBJDUMP
9542if test -n "$OBJDUMP"; then
81ecdfbb
RW
9543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9544$as_echo "$OBJDUMP" >&6; }
9a819804 9545else
81ecdfbb
RW
9546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9547$as_echo "no" >&6; }
9a819804
AO
9548fi
9549
81ecdfbb 9550
9a819804
AO
9551 done
9552fi
9553
9554for ncn_progname in objdump; do
05cbd757
PB
9555 if test -n "$ncn_tool_prefix"; then
9556 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9557set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9559$as_echo_n "checking for $ac_word... " >&6; }
9560if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9561 $as_echo_n "(cached) " >&6
859789af
AC
9562else
9563 if test -n "$OBJDUMP"; then
9564 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9565else
c6b750e1
DJ
9566as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9567for as_dir in $PATH
9568do
9569 IFS=$as_save_IFS
9570 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9571 for ac_exec_ext in '' $ac_executable_extensions; do
9572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9573 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9575 break 2
9576 fi
9577done
81ecdfbb
RW
9578 done
9579IFS=$as_save_IFS
c6b750e1 9580
859789af
AC
9581fi
9582fi
c6b750e1 9583OBJDUMP=$ac_cv_prog_OBJDUMP
859789af 9584if test -n "$OBJDUMP"; then
81ecdfbb
RW
9585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9586$as_echo "$OBJDUMP" >&6; }
859789af 9587else
81ecdfbb
RW
9588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9589$as_echo "no" >&6; }
859789af
AC
9590fi
9591
81ecdfbb 9592
05cbd757
PB
9593 fi
9594 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9595 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9596set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9598$as_echo_n "checking for $ac_word... " >&6; }
9599if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9600 $as_echo_n "(cached) " >&6
859789af 9601else
05cbd757
PB
9602 if test -n "$OBJDUMP"; then
9603 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
859789af 9604else
c6b750e1
DJ
9605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9606for as_dir in $PATH
9607do
9608 IFS=$as_save_IFS
9609 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9610 for ac_exec_ext in '' $ac_executable_extensions; do
9611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9612 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9614 break 2
9615 fi
9616done
81ecdfbb
RW
9617 done
9618IFS=$as_save_IFS
c6b750e1 9619
859789af
AC
9620fi
9621fi
c6b750e1 9622OBJDUMP=$ac_cv_prog_OBJDUMP
05cbd757 9623if test -n "$OBJDUMP"; then
81ecdfbb
RW
9624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9625$as_echo "$OBJDUMP" >&6; }
859789af 9626else
81ecdfbb
RW
9627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9628$as_echo "no" >&6; }
859789af 9629fi
c6b750e1 9630
81ecdfbb 9631
05cbd757
PB
9632 fi
9633 test -n "$ac_cv_prog_OBJDUMP" && break
9634done
9635
9636if test -z "$ac_cv_prog_OBJDUMP" ; then
9637 set dummy objdump
9638 if test $build = $host ; then
9639 OBJDUMP="$2"
859789af 9640 else
05cbd757 9641 OBJDUMP="${ncn_tool_prefix}$2"
859789af 9642 fi
859789af
AC
9643fi
9644
a0da8069
NN
9645
9646
9647
9648
9649
be01d343 9650# Target tools.
c6b750e1 9651
81ecdfbb
RW
9652# Check whether --with-build-time-tools was given.
9653if test "${with_build_time_tools+set}" = set; then :
9654 withval=$with_build_time_tools; case x"$withval" in
2429c060
PB
9655 x/*) ;;
9656 *)
9657 with_build_time_tools=
81ecdfbb
RW
9658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9659$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
2429c060
PB
9660 ;;
9661 esac
859789af 9662else
2429c060 9663 with_build_time_tools=
81ecdfbb
RW
9664fi
9665
859789af 9666
9a819804
AO
9667
9668
9669if test -n "$CC_FOR_TARGET"; then
9670 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9671elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9672 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9673fi
9674
9675if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9676 for ncn_progname in cc gcc; do
9677 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9678set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9680$as_echo_n "checking for $ac_word... " >&6; }
9681if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9682 $as_echo_n "(cached) " >&6
9a819804
AO
9683else
9684 if test -n "$CC_FOR_TARGET"; then
9685 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9686else
9687as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9688for as_dir in $PATH
9689do
9690 IFS=$as_save_IFS
9691 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9692 for ac_exec_ext in '' $ac_executable_extensions; do
9693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9694 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9696 break 2
9697 fi
9698done
81ecdfbb
RW
9699 done
9700IFS=$as_save_IFS
9a819804
AO
9701
9702fi
9703fi
9704CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9705if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9707$as_echo "$CC_FOR_TARGET" >&6; }
9a819804 9708else
81ecdfbb
RW
9709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9710$as_echo "no" >&6; }
9a819804
AO
9711fi
9712
81ecdfbb 9713
9a819804
AO
9714 done
9715fi
9716
9717if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9718 for ncn_progname in cc gcc; do
81ecdfbb
RW
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9720$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9721 if test -x $with_build_time_tools/${ncn_progname}; then
9722 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9724$as_echo "yes" >&6; }
cac3d6c4 9725 break
2429c060 9726 else
81ecdfbb
RW
9727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9728$as_echo "no" >&6; }
cac3d6c4
CM
9729 fi
9730 done
55db4b87
PB
9731fi
9732
2429c060
PB
9733if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9734 for ncn_progname in cc gcc; do
9735 if test -n "$ncn_target_tool_prefix"; then
9736 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9737set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9739$as_echo_n "checking for $ac_word... " >&6; }
9740if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9741 $as_echo_n "(cached) " >&6
55db4b87
PB
9742else
9743 if test -n "$CC_FOR_TARGET"; then
9744 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9745else
c6b750e1
DJ
9746as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9747for as_dir in $PATH
9748do
9749 IFS=$as_save_IFS
9750 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9751 for ac_exec_ext in '' $ac_executable_extensions; do
9752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9753 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9755 break 2
9756 fi
9757done
81ecdfbb
RW
9758 done
9759IFS=$as_save_IFS
c6b750e1 9760
55db4b87
PB
9761fi
9762fi
c6b750e1 9763CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
55db4b87 9764if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9766$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9767else
81ecdfbb
RW
9768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9769$as_echo "no" >&6; }
55db4b87
PB
9770fi
9771
81ecdfbb 9772
2429c060
PB
9773 fi
9774 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9775 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9776set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9778$as_echo_n "checking for $ac_word... " >&6; }
9779if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9780 $as_echo_n "(cached) " >&6
55db4b87 9781else
05cbd757
PB
9782 if test -n "$CC_FOR_TARGET"; then
9783 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
55db4b87 9784else
c6b750e1
DJ
9785as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9786for as_dir in $PATH
9787do
9788 IFS=$as_save_IFS
9789 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9790 for ac_exec_ext in '' $ac_executable_extensions; do
9791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9792 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9794 break 2
9795 fi
9796done
81ecdfbb
RW
9797 done
9798IFS=$as_save_IFS
c6b750e1 9799
55db4b87
PB
9800fi
9801fi
c6b750e1 9802CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
05cbd757 9803if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9805$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9806else
81ecdfbb
RW
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9808$as_echo "no" >&6; }
55db4b87 9809fi
c6b750e1 9810
81ecdfbb 9811
2429c060
PB
9812 fi
9813 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9814 done
9815fi
c6b750e1 9816
05cbd757
PB
9817if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9818 set dummy cc gcc
9819 if test $build = $target ; then
9820 CC_FOR_TARGET="$2"
55db4b87 9821 else
05cbd757 9822 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 9823 fi
d3f5afc4
MS
9824else
9825 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
55db4b87
PB
9826fi
9827
9a819804
AO
9828
9829
9830if test -n "$CXX_FOR_TARGET"; then
9831 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9832elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9833 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9834fi
9835
9836if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9837 for ncn_progname in c++ g++ cxx gxx; do
9838 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9839set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9840{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9841$as_echo_n "checking for $ac_word... " >&6; }
9842if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9843 $as_echo_n "(cached) " >&6
9a819804
AO
9844else
9845 if test -n "$CXX_FOR_TARGET"; then
9846 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9847else
9848as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9849for as_dir in $PATH
9850do
9851 IFS=$as_save_IFS
9852 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9853 for ac_exec_ext in '' $ac_executable_extensions; do
9854 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9855 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 9856 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9857 break 2
9858 fi
9859done
81ecdfbb
RW
9860 done
9861IFS=$as_save_IFS
9a819804
AO
9862
9863fi
9864fi
9865CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9866if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9868$as_echo "$CXX_FOR_TARGET" >&6; }
9a819804 9869else
81ecdfbb
RW
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9871$as_echo "no" >&6; }
9a819804
AO
9872fi
9873
81ecdfbb 9874
9a819804
AO
9875 done
9876fi
9877
9878if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9879 for ncn_progname in c++ g++ cxx gxx; do
81ecdfbb
RW
9880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9881$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9882 if test -x $with_build_time_tools/${ncn_progname}; then
9883 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9885$as_echo "yes" >&6; }
2429c060
PB
9886 break
9887 else
81ecdfbb
RW
9888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9889$as_echo "no" >&6; }
2429c060
PB
9890 fi
9891 done
9892fi
9893
9894if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9895 for ncn_progname in c++ g++ cxx gxx; do
9896 if test -n "$ncn_target_tool_prefix"; then
9897 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9898set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9900$as_echo_n "checking for $ac_word... " >&6; }
9901if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9902 $as_echo_n "(cached) " >&6
55db4b87
PB
9903else
9904 if test -n "$CXX_FOR_TARGET"; then
9905 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9906else
c6b750e1
DJ
9907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9908for as_dir in $PATH
9909do
9910 IFS=$as_save_IFS
9911 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9912 for ac_exec_ext in '' $ac_executable_extensions; do
9913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9914 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9916 break 2
9917 fi
9918done
81ecdfbb
RW
9919 done
9920IFS=$as_save_IFS
c6b750e1 9921
55db4b87
PB
9922fi
9923fi
c6b750e1 9924CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
55db4b87 9925if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9927$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 9928else
81ecdfbb
RW
9929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9930$as_echo "no" >&6; }
55db4b87
PB
9931fi
9932
81ecdfbb 9933
2429c060
PB
9934 fi
9935 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9936 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9937set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9939$as_echo_n "checking for $ac_word... " >&6; }
9940if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9941 $as_echo_n "(cached) " >&6
55db4b87 9942else
05cbd757
PB
9943 if test -n "$CXX_FOR_TARGET"; then
9944 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
55db4b87 9945else
c6b750e1
DJ
9946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9947for as_dir in $PATH
9948do
9949 IFS=$as_save_IFS
9950 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9951 for ac_exec_ext in '' $ac_executable_extensions; do
9952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9953 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 9954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9955 break 2
9956 fi
9957done
81ecdfbb
RW
9958 done
9959IFS=$as_save_IFS
c6b750e1 9960
55db4b87
PB
9961fi
9962fi
c6b750e1 9963CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
05cbd757 9964if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9966$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 9967else
81ecdfbb
RW
9968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9969$as_echo "no" >&6; }
55db4b87 9970fi
c6b750e1 9971
81ecdfbb 9972
2429c060
PB
9973 fi
9974 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
9975 done
9976fi
c6b750e1 9977
05cbd757
PB
9978if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
9979 set dummy c++ g++ cxx gxx
9980 if test $build = $target ; then
9981 CXX_FOR_TARGET="$2"
55db4b87 9982 else
05cbd757 9983 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 9984 fi
d3f5afc4
MS
9985else
9986 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
859789af
AC
9987fi
9988
9a819804
AO
9989
9990
9991if test -n "$GCC_FOR_TARGET"; then
9992 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
9993elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9994 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9995fi
9996
9997if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9998 for ncn_progname in gcc; do
9999 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10000set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10002$as_echo_n "checking for $ac_word... " >&6; }
10003if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10004 $as_echo_n "(cached) " >&6
9a819804
AO
10005else
10006 if test -n "$GCC_FOR_TARGET"; then
10007 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10008else
10009as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10010for as_dir in $PATH
10011do
10012 IFS=$as_save_IFS
10013 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10014 for ac_exec_ext in '' $ac_executable_extensions; do
10015 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10016 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10018 break 2
10019 fi
10020done
81ecdfbb
RW
10021 done
10022IFS=$as_save_IFS
9a819804
AO
10023
10024fi
10025fi
10026GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10027if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10029$as_echo "$GCC_FOR_TARGET" >&6; }
9a819804 10030else
81ecdfbb
RW
10031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10032$as_echo "no" >&6; }
9a819804
AO
10033fi
10034
81ecdfbb 10035
9a819804
AO
10036 done
10037fi
10038
10039if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10040 for ncn_progname in gcc; do
81ecdfbb
RW
10041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10042$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10043 if test -x $with_build_time_tools/${ncn_progname}; then
10044 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10046$as_echo "yes" >&6; }
2429c060
PB
10047 break
10048 else
81ecdfbb
RW
10049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10050$as_echo "no" >&6; }
2429c060
PB
10051 fi
10052 done
10053fi
10054
10055if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10056 for ncn_progname in gcc; do
10057 if test -n "$ncn_target_tool_prefix"; then
10058 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10059set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10061$as_echo_n "checking for $ac_word... " >&6; }
10062if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10063 $as_echo_n "(cached) " >&6
859789af 10064else
2429c060
PB
10065 if test -n "$GCC_FOR_TARGET"; then
10066 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10067else
c6b750e1
DJ
10068as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10069for as_dir in $PATH
10070do
10071 IFS=$as_save_IFS
10072 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10073 for ac_exec_ext in '' $ac_executable_extensions; do
10074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10075 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10077 break 2
10078 fi
10079done
81ecdfbb
RW
10080 done
10081IFS=$as_save_IFS
c6b750e1 10082
55db4b87
PB
10083fi
10084fi
c6b750e1 10085GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
55db4b87 10086if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10088$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10089else
81ecdfbb
RW
10090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10091$as_echo "no" >&6; }
55db4b87
PB
10092fi
10093
81ecdfbb 10094
2429c060
PB
10095 fi
10096 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10097 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10098set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10100$as_echo_n "checking for $ac_word... " >&6; }
10101if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10102 $as_echo_n "(cached) " >&6
55db4b87 10103else
05cbd757
PB
10104 if test -n "$GCC_FOR_TARGET"; then
10105 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10106else
c6b750e1
DJ
10107as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10108for as_dir in $PATH
10109do
10110 IFS=$as_save_IFS
10111 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10112 for ac_exec_ext in '' $ac_executable_extensions; do
10113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10114 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10116 break 2
10117 fi
10118done
81ecdfbb
RW
10119 done
10120IFS=$as_save_IFS
c6b750e1 10121
55db4b87
PB
10122fi
10123fi
c6b750e1 10124GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
05cbd757 10125if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10127$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10128else
81ecdfbb
RW
10129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10130$as_echo "no" >&6; }
55db4b87 10131fi
c6b750e1 10132
81ecdfbb 10133
2429c060
PB
10134 fi
10135 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10136 done
10137fi
c6b750e1 10138
05cbd757
PB
10139if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10140 GCC_FOR_TARGET="${CC_FOR_TARGET}"
d3f5afc4
MS
10141else
10142 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
55db4b87
PB
10143fi
10144
9a819804
AO
10145
10146
10147if test -n "$GCJ_FOR_TARGET"; then
10148 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10149elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10150 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10151fi
10152
10153if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10154 for ncn_progname in gcj; do
10155 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10156set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10158$as_echo_n "checking for $ac_word... " >&6; }
10159if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10160 $as_echo_n "(cached) " >&6
9a819804
AO
10161else
10162 if test -n "$GCJ_FOR_TARGET"; then
10163 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10164else
10165as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10166for as_dir in $PATH
10167do
10168 IFS=$as_save_IFS
10169 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10170 for ac_exec_ext in '' $ac_executable_extensions; do
10171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10172 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10174 break 2
10175 fi
10176done
81ecdfbb
RW
10177 done
10178IFS=$as_save_IFS
9a819804
AO
10179
10180fi
10181fi
10182GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10183if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10185$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10186else
81ecdfbb
RW
10187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10188$as_echo "no" >&6; }
9a819804
AO
10189fi
10190
81ecdfbb 10191
9a819804
AO
10192 done
10193fi
10194
10195if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10196 for ncn_progname in gcj; do
81ecdfbb
RW
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10198$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10199 if test -x $with_build_time_tools/${ncn_progname}; then
10200 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10202$as_echo "yes" >&6; }
2429c060
PB
10203 break
10204 else
81ecdfbb
RW
10205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10206$as_echo "no" >&6; }
2429c060
PB
10207 fi
10208 done
10209fi
10210
10211if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10212 for ncn_progname in gcj; do
10213 if test -n "$ncn_target_tool_prefix"; then
10214 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10215set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10217$as_echo_n "checking for $ac_word... " >&6; }
10218if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10219 $as_echo_n "(cached) " >&6
55db4b87
PB
10220else
10221 if test -n "$GCJ_FOR_TARGET"; then
10222 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10223else
c6b750e1
DJ
10224as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10225for as_dir in $PATH
10226do
10227 IFS=$as_save_IFS
10228 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10229 for ac_exec_ext in '' $ac_executable_extensions; do
10230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10231 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10233 break 2
10234 fi
10235done
81ecdfbb
RW
10236 done
10237IFS=$as_save_IFS
c6b750e1 10238
55db4b87
PB
10239fi
10240fi
9a819804
AO
10241GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10242if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10244$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10245else
81ecdfbb
RW
10246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10247$as_echo "no" >&6; }
9a819804
AO
10248fi
10249
81ecdfbb 10250
9a819804
AO
10251 fi
10252 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10253 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10254set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10256$as_echo_n "checking for $ac_word... " >&6; }
10257if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10258 $as_echo_n "(cached) " >&6
9a819804
AO
10259else
10260 if test -n "$GCJ_FOR_TARGET"; then
10261 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10262else
10263as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10264for as_dir in $PATH
10265do
10266 IFS=$as_save_IFS
10267 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10268 for ac_exec_ext in '' $ac_executable_extensions; do
10269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10270 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10272 break 2
10273 fi
10274done
81ecdfbb
RW
10275 done
10276IFS=$as_save_IFS
9a819804
AO
10277
10278fi
10279fi
10280GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10281if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10283$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10284else
81ecdfbb
RW
10285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10286$as_echo "no" >&6; }
9a819804
AO
10287fi
10288
81ecdfbb 10289
9a819804
AO
10290 fi
10291 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10292 done
10293fi
10294
10295if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10296 set dummy gcj
10297 if test $build = $target ; then
10298 GCJ_FOR_TARGET="$2"
10299 else
10300 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10301 fi
d3f5afc4
MS
10302else
10303 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9a819804
AO
10304fi
10305
10306
10307
10308if test -n "$GFORTRAN_FOR_TARGET"; then
10309 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10310elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10311 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87
PB
10312fi
10313
9a819804
AO
10314if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10315 for ncn_progname in gfortran; do
10316 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10317set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10319$as_echo_n "checking for $ac_word... " >&6; }
10320if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10321 $as_echo_n "(cached) " >&6
55db4b87 10322else
9a819804
AO
10323 if test -n "$GFORTRAN_FOR_TARGET"; then
10324 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
55db4b87 10325else
c6b750e1
DJ
10326as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10327for as_dir in $PATH
10328do
10329 IFS=$as_save_IFS
10330 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10331 for ac_exec_ext in '' $ac_executable_extensions; do
10332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10333 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10335 break 2
10336 fi
10337done
81ecdfbb
RW
10338 done
10339IFS=$as_save_IFS
c6b750e1 10340
55db4b87
PB
10341fi
10342fi
9a819804
AO
10343GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10344if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10346$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10347else
81ecdfbb
RW
10348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10349$as_echo "no" >&6; }
55db4b87 10350fi
c6b750e1 10351
81ecdfbb 10352
2429c060
PB
10353 done
10354fi
c6b750e1 10355
9a819804 10356if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10357 for ncn_progname in gfortran; do
81ecdfbb
RW
10358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10359$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10360 if test -x $with_build_time_tools/${ncn_progname}; then
10361 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10363$as_echo "yes" >&6; }
2429c060
PB
10364 break
10365 else
81ecdfbb
RW
10366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10367$as_echo "no" >&6; }
2429c060
PB
10368 fi
10369 done
10370fi
10371
10372if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10373 for ncn_progname in gfortran; do
10374 if test -n "$ncn_target_tool_prefix"; then
10375 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10376set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10378$as_echo_n "checking for $ac_word... " >&6; }
10379if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10380 $as_echo_n "(cached) " >&6
55db4b87
PB
10381else
10382 if test -n "$GFORTRAN_FOR_TARGET"; then
10383 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10384else
c6b750e1
DJ
10385as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10386for as_dir in $PATH
10387do
10388 IFS=$as_save_IFS
10389 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10390 for ac_exec_ext in '' $ac_executable_extensions; do
10391 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10392 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10394 break 2
10395 fi
10396done
81ecdfbb
RW
10397 done
10398IFS=$as_save_IFS
c6b750e1 10399
55db4b87
PB
10400fi
10401fi
c6b750e1 10402GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87 10403if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10405$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10406else
81ecdfbb
RW
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10408$as_echo "no" >&6; }
55db4b87
PB
10409fi
10410
81ecdfbb 10411
2429c060
PB
10412 fi
10413 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10414 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10415set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10417$as_echo_n "checking for $ac_word... " >&6; }
10418if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10419 $as_echo_n "(cached) " >&6
55db4b87 10420else
05cbd757 10421 if test -n "$GFORTRAN_FOR_TARGET"; then
c6b750e1
DJ
10422 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10423else
10424as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10425for as_dir in $PATH
10426do
10427 IFS=$as_save_IFS
10428 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10429 for ac_exec_ext in '' $ac_executable_extensions; do
10430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10431 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10433 break 2
10434 fi
10435done
81ecdfbb
RW
10436 done
10437IFS=$as_save_IFS
c6b750e1 10438
55db4b87
PB
10439fi
10440fi
c6b750e1 10441GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
05cbd757 10442if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10444$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10445else
81ecdfbb
RW
10446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10447$as_echo "no" >&6; }
55db4b87 10448fi
c6b750e1 10449
81ecdfbb 10450
2429c060
PB
10451 fi
10452 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10453 done
10454fi
c6b750e1 10455
05cbd757
PB
10456if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10457 set dummy gfortran
10458 if test $build = $target ; then
10459 GFORTRAN_FOR_TARGET="$2"
55db4b87 10460 else
05cbd757 10461 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10462 fi
d3f5afc4
MS
10463else
10464 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
859789af
AC
10465fi
10466
2429c060
PB
10467
10468
e552509b
ILT
10469if test -n "$GOC_FOR_TARGET"; then
10470 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10471elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10472 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10473fi
10474
10475if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10476 for ncn_progname in gccgo; do
10477 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10478set dummy ${ncn_progname}; ac_word=$2
10479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10480$as_echo_n "checking for $ac_word... " >&6; }
10481if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10482 $as_echo_n "(cached) " >&6
10483else
10484 if test -n "$GOC_FOR_TARGET"; then
10485 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10486else
10487as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10488for as_dir in $PATH
10489do
10490 IFS=$as_save_IFS
10491 test -z "$as_dir" && as_dir=.
10492 for ac_exec_ext in '' $ac_executable_extensions; do
10493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10494 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10496 break 2
10497 fi
10498done
10499 done
10500IFS=$as_save_IFS
10501
10502fi
10503fi
10504GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10505if test -n "$GOC_FOR_TARGET"; then
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10507$as_echo "$GOC_FOR_TARGET" >&6; }
10508else
10509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10510$as_echo "no" >&6; }
10511fi
10512
10513
10514 done
10515fi
10516
10517if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10518 for ncn_progname in gccgo; do
10519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10520$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10521 if test -x $with_build_time_tools/${ncn_progname}; then
10522 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10524$as_echo "yes" >&6; }
10525 break
10526 else
10527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10528$as_echo "no" >&6; }
10529 fi
10530 done
10531fi
10532
10533if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10534 for ncn_progname in gccgo; do
10535 if test -n "$ncn_target_tool_prefix"; then
10536 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10537set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10539$as_echo_n "checking for $ac_word... " >&6; }
10540if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10541 $as_echo_n "(cached) " >&6
10542else
10543 if test -n "$GOC_FOR_TARGET"; then
10544 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10545else
10546as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10547for as_dir in $PATH
10548do
10549 IFS=$as_save_IFS
10550 test -z "$as_dir" && as_dir=.
10551 for ac_exec_ext in '' $ac_executable_extensions; do
10552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10553 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10555 break 2
10556 fi
10557done
10558 done
10559IFS=$as_save_IFS
10560
10561fi
10562fi
10563GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10564if test -n "$GOC_FOR_TARGET"; then
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10566$as_echo "$GOC_FOR_TARGET" >&6; }
10567else
10568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10569$as_echo "no" >&6; }
10570fi
10571
10572
10573 fi
10574 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10575 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10576set dummy ${ncn_progname}; ac_word=$2
10577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10578$as_echo_n "checking for $ac_word... " >&6; }
10579if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10580 $as_echo_n "(cached) " >&6
10581else
10582 if test -n "$GOC_FOR_TARGET"; then
10583 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10584else
10585as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10586for as_dir in $PATH
10587do
10588 IFS=$as_save_IFS
10589 test -z "$as_dir" && as_dir=.
10590 for ac_exec_ext in '' $ac_executable_extensions; do
10591 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10592 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10594 break 2
10595 fi
10596done
10597 done
10598IFS=$as_save_IFS
10599
10600fi
10601fi
10602GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10603if test -n "$GOC_FOR_TARGET"; then
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10605$as_echo "$GOC_FOR_TARGET" >&6; }
10606else
10607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10608$as_echo "no" >&6; }
10609fi
10610
10611
10612 fi
10613 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10614 done
10615fi
10616
10617if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10618 set dummy gccgo
10619 if test $build = $target ; then
10620 GOC_FOR_TARGET="$2"
10621 else
10622 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10623 fi
10624else
10625 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10626fi
10627
10628
10629
2429c060
PB
10630cat > conftest.c << \EOF
10631#ifdef __GNUC__
10632 gcc_yay;
10633#endif
10634EOF
10635if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10636 have_gcc_for_target=yes
859789af 10637else
2429c060
PB
10638 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10639 have_gcc_for_target=no
859789af 10640fi
2429c060
PB
10641rm conftest.c
10642
10643
10644
859789af 10645
2429c060
PB
10646if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10647 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10649$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10650 if test -x $with_build_time_tools/ar; then
10651 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10652 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
81ecdfbb
RW
10653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10654$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
3a35eeb3 10655 else
81ecdfbb
RW
10656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10657$as_echo "no" >&6; }
3a35eeb3 10658 fi
2429c060
PB
10659 elif test $build != $host && test $have_gcc_for_target = yes; then
10660 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
d3f5afc4
MS
10661 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10662 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
05cbd757 10663 fi
2429c060 10664fi
c6b750e1 10665if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10666 # Extract the first word of "ar", so it can be a program name with args.
10667set dummy ar; ac_word=$2
81ecdfbb
RW
10668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10669$as_echo_n "checking for $ac_word... " >&6; }
10670if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10671 $as_echo_n "(cached) " >&6
859789af 10672else
c6b750e1
DJ
10673 case $AR_FOR_TARGET in
10674 [\\/]* | ?:[\\/]*)
2429c060
PB
10675 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10676 ;;
2429c060 10677 *)
c6b750e1
DJ
10678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10679for as_dir in $gcc_cv_tool_dirs
10680do
10681 IFS=$as_save_IFS
10682 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10683 for ac_exec_ext in '' $ac_executable_extensions; do
10684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10685 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10687 break 2
10688 fi
10689done
81ecdfbb
RW
10690 done
10691IFS=$as_save_IFS
c6b750e1 10692
2429c060
PB
10693 ;;
10694esac
859789af 10695fi
c6b750e1 10696AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060 10697if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10699$as_echo "$AR_FOR_TARGET" >&6; }
859789af 10700else
81ecdfbb
RW
10701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10702$as_echo "no" >&6; }
859789af 10703fi
05cbd757 10704
81ecdfbb 10705
2429c060
PB
10706fi
10707if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9a819804
AO
10708
10709
10710if test -n "$AR_FOR_TARGET"; then
10711 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10712elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10713 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10714fi
10715
10716if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10717 for ncn_progname in ar; do
10718 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10719set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10721$as_echo_n "checking for $ac_word... " >&6; }
10722if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10723 $as_echo_n "(cached) " >&6
9a819804
AO
10724else
10725 if test -n "$AR_FOR_TARGET"; then
10726 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10727else
10728as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10729for as_dir in $PATH
10730do
10731 IFS=$as_save_IFS
10732 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10733 for ac_exec_ext in '' $ac_executable_extensions; do
10734 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10735 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10736 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10737 break 2
10738 fi
10739done
81ecdfbb
RW
10740 done
10741IFS=$as_save_IFS
9a819804
AO
10742
10743fi
10744fi
10745AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10746if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10748$as_echo "$AR_FOR_TARGET" >&6; }
9a819804 10749else
81ecdfbb
RW
10750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10751$as_echo "no" >&6; }
9a819804
AO
10752fi
10753
81ecdfbb 10754
9a819804
AO
10755 done
10756fi
10757
10758if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10759 for ncn_progname in ar; do
81ecdfbb
RW
10760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10761$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10762 if test -x $with_build_time_tools/${ncn_progname}; then
10763 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10765$as_echo "yes" >&6; }
2429c060
PB
10766 break
10767 else
81ecdfbb
RW
10768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10769$as_echo "no" >&6; }
2429c060
PB
10770 fi
10771 done
859789af
AC
10772fi
10773
2429c060
PB
10774if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10775 for ncn_progname in ar; do
10776 if test -n "$ncn_target_tool_prefix"; then
10777 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10778set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10780$as_echo_n "checking for $ac_word... " >&6; }
10781if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10782 $as_echo_n "(cached) " >&6
7e0f7140 10783else
2429c060
PB
10784 if test -n "$AR_FOR_TARGET"; then
10785 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
7e0f7140 10786else
c6b750e1
DJ
10787as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10788for as_dir in $PATH
10789do
10790 IFS=$as_save_IFS
10791 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10792 for ac_exec_ext in '' $ac_executable_extensions; do
10793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10794 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10796 break 2
10797 fi
10798done
81ecdfbb
RW
10799 done
10800IFS=$as_save_IFS
c6b750e1 10801
7e0f7140
GK
10802fi
10803fi
c6b750e1 10804AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 10805if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10807$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 10808else
81ecdfbb
RW
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10810$as_echo "no" >&6; }
7e0f7140
GK
10811fi
10812
81ecdfbb 10813
2429c060
PB
10814 fi
10815 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10816 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 10817set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10819$as_echo_n "checking for $ac_word... " >&6; }
10820if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10821 $as_echo_n "(cached) " >&6
7e0f7140 10822else
2429c060
PB
10823 if test -n "$AR_FOR_TARGET"; then
10824 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
cac3d6c4 10825else
c6b750e1
DJ
10826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10827for as_dir in $PATH
10828do
10829 IFS=$as_save_IFS
10830 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10831 for ac_exec_ext in '' $ac_executable_extensions; do
10832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10833 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10835 break 2
10836 fi
10837done
81ecdfbb
RW
10838 done
10839IFS=$as_save_IFS
c6b750e1 10840
7e0f7140
GK
10841fi
10842fi
c6b750e1 10843AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 10844if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10846$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 10847else
81ecdfbb
RW
10848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10849$as_echo "no" >&6; }
7e0f7140 10850fi
c6b750e1 10851
81ecdfbb 10852
2429c060
PB
10853 fi
10854 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10855 done
10856fi
c6b750e1 10857
2429c060
PB
10858if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10859 set dummy ar
7e0f7140 10860 if test $build = $target ; then
2429c060 10861 AR_FOR_TARGET="$2"
7e0f7140 10862 else
2429c060 10863 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
7e0f7140 10864 fi
d3f5afc4
MS
10865else
10866 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
7e0f7140
GK
10867fi
10868
3a35eeb3
PB
10869else
10870 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060
PB
10871fi
10872
10873
10874
10875
10876if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10877 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10879$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10880 if test -x $with_build_time_tools/as; then
10881 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10882 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
81ecdfbb
RW
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10884$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
3a35eeb3 10885 else
81ecdfbb
RW
10886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10887$as_echo "no" >&6; }
3a35eeb3 10888 fi
2429c060
PB
10889 elif test $build != $host && test $have_gcc_for_target = yes; then
10890 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
d3f5afc4
MS
10891 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10892 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
2429c060
PB
10893 fi
10894fi
c6b750e1 10895if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10896 # Extract the first word of "as", so it can be a program name with args.
10897set dummy as; ac_word=$2
81ecdfbb
RW
10898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10899$as_echo_n "checking for $ac_word... " >&6; }
10900if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10901 $as_echo_n "(cached) " >&6
2429c060 10902else
c6b750e1
DJ
10903 case $AS_FOR_TARGET in
10904 [\\/]* | ?:[\\/]*)
2429c060
PB
10905 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10906 ;;
2429c060 10907 *)
c6b750e1
DJ
10908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10909for as_dir in $gcc_cv_tool_dirs
10910do
10911 IFS=$as_save_IFS
10912 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10913 for ac_exec_ext in '' $ac_executable_extensions; do
10914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10915 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10917 break 2
10918 fi
10919done
81ecdfbb
RW
10920 done
10921IFS=$as_save_IFS
c6b750e1 10922
2429c060
PB
10923 ;;
10924esac
10925fi
c6b750e1 10926AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060 10927if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10929$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 10930else
81ecdfbb
RW
10931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10932$as_echo "no" >&6; }
2429c060
PB
10933fi
10934
81ecdfbb 10935
2429c060
PB
10936fi
10937if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9a819804
AO
10938
10939
10940if test -n "$AS_FOR_TARGET"; then
10941 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10942elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10943 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10944fi
10945
10946if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10947 for ncn_progname in as; do
10948 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10949set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10951$as_echo_n "checking for $ac_word... " >&6; }
10952if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10953 $as_echo_n "(cached) " >&6
9a819804
AO
10954else
10955 if test -n "$AS_FOR_TARGET"; then
10956 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10957else
10958as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10959for as_dir in $PATH
10960do
10961 IFS=$as_save_IFS
10962 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10963 for ac_exec_ext in '' $ac_executable_extensions; do
10964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10965 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 10966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10967 break 2
10968 fi
10969done
81ecdfbb
RW
10970 done
10971IFS=$as_save_IFS
9a819804
AO
10972
10973fi
10974fi
10975AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10976if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
10977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10978$as_echo "$AS_FOR_TARGET" >&6; }
9a819804 10979else
81ecdfbb
RW
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10981$as_echo "no" >&6; }
9a819804
AO
10982fi
10983
81ecdfbb 10984
9a819804
AO
10985 done
10986fi
10987
10988if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10989 for ncn_progname in as; do
81ecdfbb
RW
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10991$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10992 if test -x $with_build_time_tools/${ncn_progname}; then
10993 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10995$as_echo "yes" >&6; }
2429c060
PB
10996 break
10997 else
81ecdfbb
RW
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10999$as_echo "no" >&6; }
2429c060
PB
11000 fi
11001 done
11002fi
11003
11004if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11005 for ncn_progname in as; do
11006 if test -n "$ncn_target_tool_prefix"; then
11007 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11008set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11010$as_echo_n "checking for $ac_word... " >&6; }
11011if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11012 $as_echo_n "(cached) " >&6
2429c060
PB
11013else
11014 if test -n "$AS_FOR_TARGET"; then
11015 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11016else
c6b750e1
DJ
11017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11018for as_dir in $PATH
11019do
11020 IFS=$as_save_IFS
11021 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11022 for ac_exec_ext in '' $ac_executable_extensions; do
11023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11024 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11026 break 2
11027 fi
11028done
81ecdfbb
RW
11029 done
11030IFS=$as_save_IFS
c6b750e1 11031
2429c060
PB
11032fi
11033fi
c6b750e1 11034AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11035if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11037$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11038else
81ecdfbb
RW
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11040$as_echo "no" >&6; }
2429c060
PB
11041fi
11042
81ecdfbb 11043
2429c060
PB
11044 fi
11045 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11046 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11047set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11049$as_echo_n "checking for $ac_word... " >&6; }
11050if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11051 $as_echo_n "(cached) " >&6
2429c060
PB
11052else
11053 if test -n "$AS_FOR_TARGET"; then
11054 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11055else
c6b750e1
DJ
11056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11057for as_dir in $PATH
11058do
11059 IFS=$as_save_IFS
11060 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11061 for ac_exec_ext in '' $ac_executable_extensions; do
11062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11063 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11065 break 2
11066 fi
11067done
81ecdfbb
RW
11068 done
11069IFS=$as_save_IFS
c6b750e1 11070
2429c060
PB
11071fi
11072fi
c6b750e1 11073AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11074if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11076$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11077else
81ecdfbb
RW
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11079$as_echo "no" >&6; }
2429c060 11080fi
c6b750e1 11081
81ecdfbb 11082
2429c060
PB
11083 fi
11084 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11085 done
11086fi
c6b750e1 11087
2429c060
PB
11088if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11089 set dummy as
11090 if test $build = $target ; then
11091 AS_FOR_TARGET="$2"
11092 else
11093 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11094 fi
d3f5afc4
MS
11095else
11096 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
2429c060
PB
11097fi
11098
3a35eeb3
PB
11099else
11100 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060
PB
11101fi
11102
11103
11104
11105
11106if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11107 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11109$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11110 if test -x $with_build_time_tools/dlltool; then
11111 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11112 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
81ecdfbb
RW
11113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11114$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
3a35eeb3 11115 else
81ecdfbb
RW
11116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11117$as_echo "no" >&6; }
3a35eeb3 11118 fi
2429c060
PB
11119 elif test $build != $host && test $have_gcc_for_target = yes; then
11120 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
d3f5afc4
MS
11121 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11122 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
2429c060
PB
11123 fi
11124fi
c6b750e1 11125if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11126 # Extract the first word of "dlltool", so it can be a program name with args.
11127set dummy dlltool; ac_word=$2
81ecdfbb
RW
11128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11129$as_echo_n "checking for $ac_word... " >&6; }
11130if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11131 $as_echo_n "(cached) " >&6
2429c060 11132else
c6b750e1
DJ
11133 case $DLLTOOL_FOR_TARGET in
11134 [\\/]* | ?:[\\/]*)
2429c060
PB
11135 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11136 ;;
2429c060 11137 *)
c6b750e1
DJ
11138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11139for as_dir in $gcc_cv_tool_dirs
11140do
11141 IFS=$as_save_IFS
11142 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11143 for ac_exec_ext in '' $ac_executable_extensions; do
11144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11145 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11147 break 2
11148 fi
11149done
81ecdfbb
RW
11150 done
11151IFS=$as_save_IFS
c6b750e1 11152
2429c060
PB
11153 ;;
11154esac
11155fi
c6b750e1 11156DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060 11157if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11159$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11160else
81ecdfbb
RW
11161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11162$as_echo "no" >&6; }
2429c060
PB
11163fi
11164
81ecdfbb 11165
2429c060
PB
11166fi
11167if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9a819804
AO
11168
11169
11170if test -n "$DLLTOOL_FOR_TARGET"; then
11171 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11172elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11173 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11174fi
11175
11176if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11177 for ncn_progname in dlltool; do
11178 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11179set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11180{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11181$as_echo_n "checking for $ac_word... " >&6; }
11182if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11183 $as_echo_n "(cached) " >&6
9a819804
AO
11184else
11185 if test -n "$DLLTOOL_FOR_TARGET"; then
11186 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11187else
11188as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11189for as_dir in $PATH
11190do
11191 IFS=$as_save_IFS
11192 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11193 for ac_exec_ext in '' $ac_executable_extensions; do
11194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11195 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11197 break 2
11198 fi
11199done
81ecdfbb
RW
11200 done
11201IFS=$as_save_IFS
9a819804
AO
11202
11203fi
11204fi
11205DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11206if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11208$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
9a819804 11209else
81ecdfbb
RW
11210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11211$as_echo "no" >&6; }
9a819804
AO
11212fi
11213
81ecdfbb 11214
9a819804
AO
11215 done
11216fi
11217
11218if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11219 for ncn_progname in dlltool; do
81ecdfbb
RW
11220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11221$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11222 if test -x $with_build_time_tools/${ncn_progname}; then
11223 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11225$as_echo "yes" >&6; }
2429c060
PB
11226 break
11227 else
81ecdfbb
RW
11228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11229$as_echo "no" >&6; }
2429c060
PB
11230 fi
11231 done
11232fi
11233
11234if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11235 for ncn_progname in dlltool; do
11236 if test -n "$ncn_target_tool_prefix"; then
11237 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11238set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11240$as_echo_n "checking for $ac_word... " >&6; }
11241if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11242 $as_echo_n "(cached) " >&6
2429c060
PB
11243else
11244 if test -n "$DLLTOOL_FOR_TARGET"; then
11245 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11246else
c6b750e1
DJ
11247as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11248for as_dir in $PATH
11249do
11250 IFS=$as_save_IFS
11251 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11252 for ac_exec_ext in '' $ac_executable_extensions; do
11253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11254 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11256 break 2
11257 fi
11258done
81ecdfbb
RW
11259 done
11260IFS=$as_save_IFS
c6b750e1 11261
2429c060
PB
11262fi
11263fi
c6b750e1 11264DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11265if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11267$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11268else
81ecdfbb
RW
11269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11270$as_echo "no" >&6; }
2429c060
PB
11271fi
11272
81ecdfbb 11273
2429c060
PB
11274 fi
11275 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11276 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11277set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11279$as_echo_n "checking for $ac_word... " >&6; }
11280if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11281 $as_echo_n "(cached) " >&6
2429c060
PB
11282else
11283 if test -n "$DLLTOOL_FOR_TARGET"; then
11284 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11285else
c6b750e1
DJ
11286as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11287for as_dir in $PATH
11288do
11289 IFS=$as_save_IFS
11290 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11291 for ac_exec_ext in '' $ac_executable_extensions; do
11292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11293 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11295 break 2
11296 fi
11297done
81ecdfbb
RW
11298 done
11299IFS=$as_save_IFS
c6b750e1 11300
2429c060
PB
11301fi
11302fi
c6b750e1 11303DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11304if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11306$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11307else
81ecdfbb
RW
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11309$as_echo "no" >&6; }
2429c060 11310fi
c6b750e1 11311
81ecdfbb 11312
2429c060
PB
11313 fi
11314 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11315 done
11316fi
c6b750e1 11317
2429c060
PB
11318if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11319 set dummy dlltool
11320 if test $build = $target ; then
11321 DLLTOOL_FOR_TARGET="$2"
11322 else
11323 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11324 fi
d3f5afc4
MS
11325else
11326 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
2429c060
PB
11327fi
11328
3a35eeb3
PB
11329else
11330 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060
PB
11331fi
11332
11333
11334
11335
11336if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11337 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11339$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11340 if test -x $with_build_time_tools/ld; then
11341 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11342 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
81ecdfbb
RW
11343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11344$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
3a35eeb3 11345 else
81ecdfbb
RW
11346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11347$as_echo "no" >&6; }
3a35eeb3 11348 fi
2429c060
PB
11349 elif test $build != $host && test $have_gcc_for_target = yes; then
11350 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
d3f5afc4
MS
11351 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11352 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2429c060
PB
11353 fi
11354fi
c6b750e1 11355if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11356 # Extract the first word of "ld", so it can be a program name with args.
11357set dummy ld; ac_word=$2
81ecdfbb
RW
11358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11359$as_echo_n "checking for $ac_word... " >&6; }
11360if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11361 $as_echo_n "(cached) " >&6
2429c060 11362else
c6b750e1
DJ
11363 case $LD_FOR_TARGET in
11364 [\\/]* | ?:[\\/]*)
2429c060
PB
11365 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11366 ;;
2429c060 11367 *)
c6b750e1
DJ
11368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11369for as_dir in $gcc_cv_tool_dirs
11370do
11371 IFS=$as_save_IFS
11372 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11373 for ac_exec_ext in '' $ac_executable_extensions; do
11374 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11375 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11377 break 2
11378 fi
11379done
81ecdfbb
RW
11380 done
11381IFS=$as_save_IFS
c6b750e1 11382
2429c060
PB
11383 ;;
11384esac
11385fi
c6b750e1 11386LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060 11387if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11389$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11390else
81ecdfbb
RW
11391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11392$as_echo "no" >&6; }
2429c060
PB
11393fi
11394
81ecdfbb 11395
2429c060
PB
11396fi
11397if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9a819804
AO
11398
11399
11400if test -n "$LD_FOR_TARGET"; then
11401 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11402elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11403 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11404fi
11405
11406if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11407 for ncn_progname in ld; do
11408 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11409set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11410{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11411$as_echo_n "checking for $ac_word... " >&6; }
11412if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11413 $as_echo_n "(cached) " >&6
9a819804
AO
11414else
11415 if test -n "$LD_FOR_TARGET"; then
11416 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11417else
11418as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11419for as_dir in $PATH
11420do
11421 IFS=$as_save_IFS
11422 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11423 for ac_exec_ext in '' $ac_executable_extensions; do
11424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11425 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11427 break 2
11428 fi
11429done
81ecdfbb
RW
11430 done
11431IFS=$as_save_IFS
9a819804
AO
11432
11433fi
11434fi
11435LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11436if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11438$as_echo "$LD_FOR_TARGET" >&6; }
9a819804 11439else
81ecdfbb
RW
11440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11441$as_echo "no" >&6; }
9a819804
AO
11442fi
11443
81ecdfbb 11444
9a819804
AO
11445 done
11446fi
11447
11448if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11449 for ncn_progname in ld; do
81ecdfbb
RW
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11451$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11452 if test -x $with_build_time_tools/${ncn_progname}; then
11453 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11455$as_echo "yes" >&6; }
2429c060
PB
11456 break
11457 else
81ecdfbb
RW
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11459$as_echo "no" >&6; }
2429c060
PB
11460 fi
11461 done
11462fi
11463
11464if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11465 for ncn_progname in ld; do
11466 if test -n "$ncn_target_tool_prefix"; then
11467 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11468set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11469{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11470$as_echo_n "checking for $ac_word... " >&6; }
11471if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11472 $as_echo_n "(cached) " >&6
2429c060
PB
11473else
11474 if test -n "$LD_FOR_TARGET"; then
11475 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11476else
c6b750e1
DJ
11477as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11478for as_dir in $PATH
11479do
11480 IFS=$as_save_IFS
11481 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11482 for ac_exec_ext in '' $ac_executable_extensions; do
11483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11484 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11486 break 2
11487 fi
11488done
81ecdfbb
RW
11489 done
11490IFS=$as_save_IFS
c6b750e1 11491
2429c060
PB
11492fi
11493fi
c6b750e1 11494LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11495if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11497$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11498else
81ecdfbb
RW
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11500$as_echo "no" >&6; }
2429c060
PB
11501fi
11502
81ecdfbb 11503
2429c060
PB
11504 fi
11505 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11506 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11507set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11509$as_echo_n "checking for $ac_word... " >&6; }
11510if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11511 $as_echo_n "(cached) " >&6
2429c060
PB
11512else
11513 if test -n "$LD_FOR_TARGET"; then
11514 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11515else
c6b750e1
DJ
11516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11517for as_dir in $PATH
11518do
11519 IFS=$as_save_IFS
11520 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11521 for ac_exec_ext in '' $ac_executable_extensions; do
11522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11523 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11525 break 2
11526 fi
11527done
81ecdfbb
RW
11528 done
11529IFS=$as_save_IFS
c6b750e1 11530
2429c060
PB
11531fi
11532fi
c6b750e1 11533LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11534if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11536$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11537else
81ecdfbb
RW
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11539$as_echo "no" >&6; }
2429c060 11540fi
c6b750e1 11541
81ecdfbb 11542
2429c060
PB
11543 fi
11544 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11545 done
11546fi
c6b750e1 11547
2429c060
PB
11548if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11549 set dummy ld
11550 if test $build = $target ; then
11551 LD_FOR_TARGET="$2"
11552 else
11553 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11554 fi
d3f5afc4
MS
11555else
11556 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
2429c060
PB
11557fi
11558
3a35eeb3
PB
11559else
11560 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060
PB
11561fi
11562
11563
11564
11565
11566if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11567 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11569$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11570 if test -x $with_build_time_tools/lipo; then
11571 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11572 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
81ecdfbb
RW
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11574$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
3a35eeb3 11575 else
81ecdfbb
RW
11576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11577$as_echo "no" >&6; }
3a35eeb3 11578 fi
2429c060
PB
11579 elif test $build != $host && test $have_gcc_for_target = yes; then
11580 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
d3f5afc4
MS
11581 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11582 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
2429c060
PB
11583 fi
11584fi
9a819804
AO
11585if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11586 # Extract the first word of "lipo", so it can be a program name with args.
11587set dummy lipo; ac_word=$2
81ecdfbb
RW
11588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11589$as_echo_n "checking for $ac_word... " >&6; }
11590if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11591 $as_echo_n "(cached) " >&6
9a819804
AO
11592else
11593 case $LIPO_FOR_TARGET in
11594 [\\/]* | ?:[\\/]*)
11595 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11596 ;;
11597 *)
11598 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11599for as_dir in $gcc_cv_tool_dirs
11600do
11601 IFS=$as_save_IFS
11602 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11603 for ac_exec_ext in '' $ac_executable_extensions; do
11604 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11605 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11607 break 2
11608 fi
11609done
81ecdfbb
RW
11610 done
11611IFS=$as_save_IFS
9a819804
AO
11612
11613 ;;
11614esac
11615fi
11616LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9a819804 11617if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11619$as_echo "$LIPO_FOR_TARGET" >&6; }
9a819804 11620else
81ecdfbb
RW
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11622$as_echo "no" >&6; }
9a819804
AO
11623fi
11624
81ecdfbb 11625
9a819804
AO
11626fi
11627if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11628
11629
11630if test -n "$LIPO_FOR_TARGET"; then
11631 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11632elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11633 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11634fi
11635
11636if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11637 for ncn_progname in lipo; do
11638 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11639set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11641$as_echo_n "checking for $ac_word... " >&6; }
11642if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11643 $as_echo_n "(cached) " >&6
2429c060 11644else
9a819804
AO
11645 if test -n "$LIPO_FOR_TARGET"; then
11646 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11647else
11648as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11649for as_dir in $PATH
c6b750e1
DJ
11650do
11651 IFS=$as_save_IFS
11652 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11653 for ac_exec_ext in '' $ac_executable_extensions; do
11654 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11655 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11657 break 2
11658 fi
11659done
81ecdfbb
RW
11660 done
11661IFS=$as_save_IFS
c6b750e1 11662
2429c060 11663fi
9a819804
AO
11664fi
11665LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11666if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11668$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11669else
81ecdfbb
RW
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11671$as_echo "no" >&6; }
2429c060
PB
11672fi
11673
81ecdfbb 11674
9a819804 11675 done
2429c060 11676fi
9a819804
AO
11677
11678if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11679 for ncn_progname in lipo; do
81ecdfbb
RW
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11681$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11682 if test -x $with_build_time_tools/${ncn_progname}; then
11683 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11685$as_echo "yes" >&6; }
2429c060
PB
11686 break
11687 else
81ecdfbb
RW
11688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11689$as_echo "no" >&6; }
2429c060
PB
11690 fi
11691 done
11692fi
11693
11694if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11695 for ncn_progname in lipo; do
11696 if test -n "$ncn_target_tool_prefix"; then
11697 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11698set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11700$as_echo_n "checking for $ac_word... " >&6; }
11701if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11702 $as_echo_n "(cached) " >&6
2429c060
PB
11703else
11704 if test -n "$LIPO_FOR_TARGET"; then
11705 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11706else
c6b750e1
DJ
11707as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11708for as_dir in $PATH
11709do
11710 IFS=$as_save_IFS
11711 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11712 for ac_exec_ext in '' $ac_executable_extensions; do
11713 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11714 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11715 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11716 break 2
11717 fi
11718done
81ecdfbb
RW
11719 done
11720IFS=$as_save_IFS
c6b750e1 11721
2429c060
PB
11722fi
11723fi
c6b750e1 11724LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11725if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11727$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11728else
81ecdfbb
RW
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11730$as_echo "no" >&6; }
2429c060
PB
11731fi
11732
81ecdfbb 11733
2429c060
PB
11734 fi
11735 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11736 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11737set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11739$as_echo_n "checking for $ac_word... " >&6; }
11740if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11741 $as_echo_n "(cached) " >&6
2429c060
PB
11742else
11743 if test -n "$LIPO_FOR_TARGET"; then
11744 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11745else
c6b750e1
DJ
11746as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11747for as_dir in $PATH
11748do
11749 IFS=$as_save_IFS
11750 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11751 for ac_exec_ext in '' $ac_executable_extensions; do
11752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11753 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11755 break 2
11756 fi
11757done
81ecdfbb
RW
11758 done
11759IFS=$as_save_IFS
c6b750e1 11760
2429c060
PB
11761fi
11762fi
c6b750e1 11763LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11764if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11766$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11767else
81ecdfbb
RW
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11769$as_echo "no" >&6; }
2429c060 11770fi
c6b750e1 11771
81ecdfbb 11772
2429c060
PB
11773 fi
11774 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11775 done
11776fi
c6b750e1 11777
2429c060
PB
11778if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11779 set dummy lipo
11780 if test $build = $target ; then
11781 LIPO_FOR_TARGET="$2"
11782 else
11783 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11784 fi
d3f5afc4
MS
11785else
11786 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
2429c060
PB
11787fi
11788
3a35eeb3
PB
11789else
11790 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
2429c060
PB
11791fi
11792
11793
11794
11795
11796if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11797 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11799$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11800 if test -x $with_build_time_tools/nm; then
11801 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11802 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
81ecdfbb
RW
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11804$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
3a35eeb3 11805 else
81ecdfbb
RW
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11807$as_echo "no" >&6; }
3a35eeb3 11808 fi
2429c060
PB
11809 elif test $build != $host && test $have_gcc_for_target = yes; then
11810 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
d3f5afc4
MS
11811 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11812 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
2429c060
PB
11813 fi
11814fi
c6b750e1 11815if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11816 # Extract the first word of "nm", so it can be a program name with args.
11817set dummy nm; ac_word=$2
81ecdfbb
RW
11818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11819$as_echo_n "checking for $ac_word... " >&6; }
11820if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11821 $as_echo_n "(cached) " >&6
2429c060 11822else
c6b750e1
DJ
11823 case $NM_FOR_TARGET in
11824 [\\/]* | ?:[\\/]*)
2429c060
PB
11825 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11826 ;;
2429c060 11827 *)
c6b750e1
DJ
11828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11829for as_dir in $gcc_cv_tool_dirs
11830do
11831 IFS=$as_save_IFS
11832 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11833 for ac_exec_ext in '' $ac_executable_extensions; do
11834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11835 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11837 break 2
11838 fi
11839done
81ecdfbb
RW
11840 done
11841IFS=$as_save_IFS
c6b750e1 11842
2429c060
PB
11843 ;;
11844esac
11845fi
c6b750e1 11846NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060 11847if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11849$as_echo "$NM_FOR_TARGET" >&6; }
2429c060 11850else
81ecdfbb
RW
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11852$as_echo "no" >&6; }
2429c060
PB
11853fi
11854
81ecdfbb 11855
2429c060
PB
11856fi
11857if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9a819804
AO
11858
11859
11860if test -n "$NM_FOR_TARGET"; then
11861 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11862elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11863 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11864fi
11865
11866if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11867 for ncn_progname in nm; do
11868 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11869set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11871$as_echo_n "checking for $ac_word... " >&6; }
11872if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11873 $as_echo_n "(cached) " >&6
9a819804
AO
11874else
11875 if test -n "$NM_FOR_TARGET"; then
11876 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11877else
11878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11879for as_dir in $PATH
11880do
11881 IFS=$as_save_IFS
11882 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11883 for ac_exec_ext in '' $ac_executable_extensions; do
11884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11885 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 11886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11887 break 2
11888 fi
11889done
81ecdfbb
RW
11890 done
11891IFS=$as_save_IFS
9a819804
AO
11892
11893fi
11894fi
11895NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11896if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11898$as_echo "$NM_FOR_TARGET" >&6; }
9a819804 11899else
81ecdfbb
RW
11900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11901$as_echo "no" >&6; }
9a819804
AO
11902fi
11903
81ecdfbb 11904
9a819804
AO
11905 done
11906fi
11907
11908if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11909 for ncn_progname in nm; do
81ecdfbb
RW
11910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11911$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11912 if test -x $with_build_time_tools/${ncn_progname}; then
11913 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11915$as_echo "yes" >&6; }
2429c060
PB
11916 break
11917 else
81ecdfbb
RW
11918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11919$as_echo "no" >&6; }
2429c060
PB
11920 fi
11921 done
11922fi
11923
11924if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11925 for ncn_progname in nm; do
11926 if test -n "$ncn_target_tool_prefix"; then
11927 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 11928set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11930$as_echo_n "checking for $ac_word... " >&6; }
11931if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11932 $as_echo_n "(cached) " >&6
859789af 11933else
55db4b87
PB
11934 if test -n "$NM_FOR_TARGET"; then
11935 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 11936else
c6b750e1
DJ
11937as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11938for as_dir in $PATH
11939do
11940 IFS=$as_save_IFS
11941 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11942 for ac_exec_ext in '' $ac_executable_extensions; do
11943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11944 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11946 break 2
11947 fi
11948done
81ecdfbb
RW
11949 done
11950IFS=$as_save_IFS
c6b750e1 11951
859789af
AC
11952fi
11953fi
c6b750e1 11954NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
55db4b87 11955if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11957$as_echo "$NM_FOR_TARGET" >&6; }
859789af 11958else
81ecdfbb
RW
11959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11960$as_echo "no" >&6; }
859789af
AC
11961fi
11962
81ecdfbb 11963
2429c060
PB
11964 fi
11965 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11966 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 11967set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11969$as_echo_n "checking for $ac_word... " >&6; }
11970if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11971 $as_echo_n "(cached) " >&6
859789af 11972else
05cbd757
PB
11973 if test -n "$NM_FOR_TARGET"; then
11974 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 11975else
c6b750e1
DJ
11976as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11977for as_dir in $PATH
11978do
11979 IFS=$as_save_IFS
11980 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11981 for ac_exec_ext in '' $ac_executable_extensions; do
11982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11983 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 11984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11985 break 2
11986 fi
11987done
81ecdfbb
RW
11988 done
11989IFS=$as_save_IFS
c6b750e1 11990
859789af
AC
11991fi
11992fi
c6b750e1 11993NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
05cbd757 11994if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11996$as_echo "$NM_FOR_TARGET" >&6; }
859789af 11997else
81ecdfbb
RW
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11999$as_echo "no" >&6; }
859789af 12000fi
c6b750e1 12001
81ecdfbb 12002
2429c060
PB
12003 fi
12004 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12005 done
12006fi
c6b750e1 12007
05cbd757
PB
12008if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12009 set dummy nm
12010 if test $build = $target ; then
12011 NM_FOR_TARGET="$2"
859789af 12012 else
05cbd757 12013 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12014 fi
d3f5afc4
MS
12015else
12016 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
859789af
AC
12017fi
12018
3a35eeb3
PB
12019else
12020 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060
PB
12021fi
12022
12023
12024
12025
12026if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12027 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12029$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12030 if test -x $with_build_time_tools/objdump; then
12031 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12032 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
81ecdfbb
RW
12033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12034$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
3a35eeb3 12035 else
81ecdfbb
RW
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12037$as_echo "no" >&6; }
3a35eeb3 12038 fi
2429c060
PB
12039 elif test $build != $host && test $have_gcc_for_target = yes; then
12040 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
d3f5afc4
MS
12041 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12042 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
2429c060
PB
12043 fi
12044fi
c6b750e1 12045if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12046 # Extract the first word of "objdump", so it can be a program name with args.
12047set dummy objdump; ac_word=$2
81ecdfbb
RW
12048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12049$as_echo_n "checking for $ac_word... " >&6; }
12050if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12051 $as_echo_n "(cached) " >&6
2429c060 12052else
c6b750e1
DJ
12053 case $OBJDUMP_FOR_TARGET in
12054 [\\/]* | ?:[\\/]*)
2429c060
PB
12055 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12056 ;;
2429c060 12057 *)
c6b750e1
DJ
12058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12059for as_dir in $gcc_cv_tool_dirs
12060do
12061 IFS=$as_save_IFS
12062 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12063 for ac_exec_ext in '' $ac_executable_extensions; do
12064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12065 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12067 break 2
12068 fi
12069done
81ecdfbb
RW
12070 done
12071IFS=$as_save_IFS
c6b750e1 12072
2429c060
PB
12073 ;;
12074esac
12075fi
c6b750e1 12076OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060 12077if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12079$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
2429c060 12080else
81ecdfbb
RW
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12082$as_echo "no" >&6; }
2429c060
PB
12083fi
12084
81ecdfbb 12085
2429c060
PB
12086fi
12087if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9a819804
AO
12088
12089
12090if test -n "$OBJDUMP_FOR_TARGET"; then
12091 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12092elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12093 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12094fi
12095
12096if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12097 for ncn_progname in objdump; do
12098 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12099set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12101$as_echo_n "checking for $ac_word... " >&6; }
12102if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12103 $as_echo_n "(cached) " >&6
9a819804
AO
12104else
12105 if test -n "$OBJDUMP_FOR_TARGET"; then
12106 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12107else
12108as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12109for as_dir in $PATH
12110do
12111 IFS=$as_save_IFS
12112 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12113 for ac_exec_ext in '' $ac_executable_extensions; do
12114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12115 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12117 break 2
12118 fi
12119done
81ecdfbb
RW
12120 done
12121IFS=$as_save_IFS
9a819804
AO
12122
12123fi
12124fi
12125OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12126if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12128$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
9a819804 12129else
81ecdfbb
RW
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12131$as_echo "no" >&6; }
9a819804
AO
12132fi
12133
81ecdfbb 12134
9a819804
AO
12135 done
12136fi
12137
12138if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12139 for ncn_progname in objdump; do
81ecdfbb
RW
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12141$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12142 if test -x $with_build_time_tools/${ncn_progname}; then
12143 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12145$as_echo "yes" >&6; }
2429c060
PB
12146 break
12147 else
81ecdfbb
RW
12148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12149$as_echo "no" >&6; }
2429c060
PB
12150 fi
12151 done
12152fi
12153
12154if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12155 for ncn_progname in objdump; do
12156 if test -n "$ncn_target_tool_prefix"; then
12157 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12158set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12160$as_echo_n "checking for $ac_word... " >&6; }
12161if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12162 $as_echo_n "(cached) " >&6
5ae72758
DJ
12163else
12164 if test -n "$OBJDUMP_FOR_TARGET"; then
12165 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12166else
c6b750e1
DJ
12167as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12168for as_dir in $PATH
12169do
12170 IFS=$as_save_IFS
12171 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12172 for ac_exec_ext in '' $ac_executable_extensions; do
12173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12174 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12176 break 2
12177 fi
12178done
81ecdfbb
RW
12179 done
12180IFS=$as_save_IFS
c6b750e1 12181
5ae72758
DJ
12182fi
12183fi
c6b750e1 12184OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12185if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12187$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12188else
81ecdfbb
RW
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12190$as_echo "no" >&6; }
5ae72758
DJ
12191fi
12192
81ecdfbb 12193
2429c060
PB
12194 fi
12195 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12196 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5ae72758 12197set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12199$as_echo_n "checking for $ac_word... " >&6; }
12200if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12201 $as_echo_n "(cached) " >&6
5ae72758
DJ
12202else
12203 if test -n "$OBJDUMP_FOR_TARGET"; then
12204 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12205else
c6b750e1
DJ
12206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12207for as_dir in $PATH
12208do
12209 IFS=$as_save_IFS
12210 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12211 for ac_exec_ext in '' $ac_executable_extensions; do
12212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12213 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12215 break 2
12216 fi
12217done
81ecdfbb
RW
12218 done
12219IFS=$as_save_IFS
c6b750e1 12220
5ae72758
DJ
12221fi
12222fi
c6b750e1 12223OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12224if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12226$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12227else
81ecdfbb
RW
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12229$as_echo "no" >&6; }
5ae72758 12230fi
c6b750e1 12231
81ecdfbb 12232
2429c060
PB
12233 fi
12234 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12235 done
12236fi
c6b750e1 12237
5ae72758
DJ
12238if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12239 set dummy objdump
12240 if test $build = $target ; then
12241 OBJDUMP_FOR_TARGET="$2"
12242 else
12243 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12244 fi
d3f5afc4
MS
12245else
12246 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
5ae72758
DJ
12247fi
12248
3a35eeb3
PB
12249else
12250 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060
PB
12251fi
12252
12253
12254
12255
12256if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12257 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12259$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12260 if test -x $with_build_time_tools/ranlib; then
12261 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12262 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
81ecdfbb
RW
12263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12264$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
3a35eeb3 12265 else
81ecdfbb
RW
12266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12267$as_echo "no" >&6; }
3a35eeb3 12268 fi
2429c060
PB
12269 elif test $build != $host && test $have_gcc_for_target = yes; then
12270 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
d3f5afc4
MS
12271 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12272 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
2429c060
PB
12273 fi
12274fi
c6b750e1 12275if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12276 # Extract the first word of "ranlib", so it can be a program name with args.
12277set dummy ranlib; ac_word=$2
81ecdfbb
RW
12278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12279$as_echo_n "checking for $ac_word... " >&6; }
12280if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12281 $as_echo_n "(cached) " >&6
2429c060 12282else
c6b750e1
DJ
12283 case $RANLIB_FOR_TARGET in
12284 [\\/]* | ?:[\\/]*)
2429c060
PB
12285 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12286 ;;
2429c060 12287 *)
c6b750e1
DJ
12288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12289for as_dir in $gcc_cv_tool_dirs
12290do
12291 IFS=$as_save_IFS
12292 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12293 for ac_exec_ext in '' $ac_executable_extensions; do
12294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12295 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12297 break 2
12298 fi
12299done
81ecdfbb
RW
12300 done
12301IFS=$as_save_IFS
c6b750e1 12302
2429c060
PB
12303 ;;
12304esac
12305fi
c6b750e1 12306RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
2429c060 12307if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12309$as_echo "$RANLIB_FOR_TARGET" >&6; }
2429c060 12310else
81ecdfbb
RW
12311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12312$as_echo "no" >&6; }
2429c060
PB
12313fi
12314
81ecdfbb 12315
2429c060
PB
12316fi
12317if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
9a819804
AO
12318
12319
12320if test -n "$RANLIB_FOR_TARGET"; then
12321 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12322elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12323 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12324fi
12325
12326if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12327 for ncn_progname in ranlib; do
12328 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12329set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12331$as_echo_n "checking for $ac_word... " >&6; }
12332if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12333 $as_echo_n "(cached) " >&6
9a819804
AO
12334else
12335 if test -n "$RANLIB_FOR_TARGET"; then
12336 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12337else
12338as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12339for as_dir in $PATH
12340do
12341 IFS=$as_save_IFS
12342 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12343 for ac_exec_ext in '' $ac_executable_extensions; do
12344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12345 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12347 break 2
12348 fi
12349done
81ecdfbb
RW
12350 done
12351IFS=$as_save_IFS
9a819804
AO
12352
12353fi
12354fi
12355RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12356if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12358$as_echo "$RANLIB_FOR_TARGET" >&6; }
9a819804 12359else
81ecdfbb
RW
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12361$as_echo "no" >&6; }
9a819804
AO
12362fi
12363
81ecdfbb 12364
9a819804
AO
12365 done
12366fi
12367
12368if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12369 for ncn_progname in ranlib; do
81ecdfbb
RW
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12371$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12372 if test -x $with_build_time_tools/${ncn_progname}; then
12373 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12375$as_echo "yes" >&6; }
2429c060
PB
12376 break
12377 else
81ecdfbb
RW
12378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12379$as_echo "no" >&6; }
2429c060
PB
12380 fi
12381 done
12382fi
12383
12384if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12385 for ncn_progname in ranlib; do
12386 if test -n "$ncn_target_tool_prefix"; then
12387 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5ae72758 12388set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12390$as_echo_n "checking for $ac_word... " >&6; }
12391if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12392 $as_echo_n "(cached) " >&6
859789af 12393else
55db4b87
PB
12394 if test -n "$RANLIB_FOR_TARGET"; then
12395 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12396else
c6b750e1
DJ
12397as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12398for as_dir in $PATH
12399do
12400 IFS=$as_save_IFS
12401 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12402 for ac_exec_ext in '' $ac_executable_extensions; do
12403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12404 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12406 break 2
12407 fi
12408done
81ecdfbb
RW
12409 done
12410IFS=$as_save_IFS
c6b750e1 12411
859789af
AC
12412fi
12413fi
c6b750e1 12414RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
55db4b87 12415if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12417$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12418else
81ecdfbb
RW
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12420$as_echo "no" >&6; }
859789af
AC
12421fi
12422
81ecdfbb 12423
2429c060
PB
12424 fi
12425 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12426 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12427set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12428{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12429$as_echo_n "checking for $ac_word... " >&6; }
12430if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12431 $as_echo_n "(cached) " >&6
859789af 12432else
05cbd757
PB
12433 if test -n "$RANLIB_FOR_TARGET"; then
12434 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12435else
c6b750e1
DJ
12436as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12437for as_dir in $PATH
12438do
12439 IFS=$as_save_IFS
12440 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12441 for ac_exec_ext in '' $ac_executable_extensions; do
12442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12443 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12445 break 2
12446 fi
12447done
81ecdfbb
RW
12448 done
12449IFS=$as_save_IFS
c6b750e1 12450
859789af
AC
12451fi
12452fi
c6b750e1 12453RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
05cbd757 12454if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12456$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12457else
81ecdfbb
RW
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12459$as_echo "no" >&6; }
859789af 12460fi
c6b750e1 12461
81ecdfbb 12462
2429c060
PB
12463 fi
12464 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12465 done
12466fi
c6b750e1 12467
2429c060
PB
12468if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12469 set dummy ranlib
12470 if test $build = $target ; then
12471 RANLIB_FOR_TARGET="$2"
12472 else
12473 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12474 fi
d3f5afc4
MS
12475else
12476 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
2429c060 12477fi
05cbd757 12478
3a35eeb3
PB
12479else
12480 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
859789af
AC
12481fi
12482
2429c060
PB
12483
12484
12485
12486if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12487 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12489$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12490 if test -x $with_build_time_tools/strip; then
12491 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12492 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
81ecdfbb
RW
12493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12494$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
3a35eeb3 12495 else
81ecdfbb
RW
12496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12497$as_echo "no" >&6; }
3a35eeb3 12498 fi
2429c060
PB
12499 elif test $build != $host && test $have_gcc_for_target = yes; then
12500 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
d3f5afc4
MS
12501 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12502 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
2429c060
PB
12503 fi
12504fi
c6b750e1 12505if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12506 # Extract the first word of "strip", so it can be a program name with args.
12507set dummy strip; ac_word=$2
81ecdfbb
RW
12508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12509$as_echo_n "checking for $ac_word... " >&6; }
12510if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12511 $as_echo_n "(cached) " >&6
2429c060 12512else
c6b750e1
DJ
12513 case $STRIP_FOR_TARGET in
12514 [\\/]* | ?:[\\/]*)
2429c060
PB
12515 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12516 ;;
2429c060 12517 *)
c6b750e1
DJ
12518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12519for as_dir in $gcc_cv_tool_dirs
12520do
12521 IFS=$as_save_IFS
12522 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12523 for ac_exec_ext in '' $ac_executable_extensions; do
12524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12525 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12527 break 2
12528 fi
12529done
81ecdfbb
RW
12530 done
12531IFS=$as_save_IFS
c6b750e1 12532
2429c060
PB
12533 ;;
12534esac
12535fi
c6b750e1 12536STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060 12537if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12539$as_echo "$STRIP_FOR_TARGET" >&6; }
2429c060 12540else
81ecdfbb
RW
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12542$as_echo "no" >&6; }
2429c060
PB
12543fi
12544
81ecdfbb 12545
2429c060
PB
12546fi
12547if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
9a819804
AO
12548
12549
12550if test -n "$STRIP_FOR_TARGET"; then
12551 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12552elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12553 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12554fi
12555
12556if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12557 for ncn_progname in strip; do
12558 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12559set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12561$as_echo_n "checking for $ac_word... " >&6; }
12562if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12563 $as_echo_n "(cached) " >&6
9a819804
AO
12564else
12565 if test -n "$STRIP_FOR_TARGET"; then
12566 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12567else
12568as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12569for as_dir in $PATH
12570do
12571 IFS=$as_save_IFS
12572 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12573 for ac_exec_ext in '' $ac_executable_extensions; do
12574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12575 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12577 break 2
12578 fi
12579done
81ecdfbb
RW
12580 done
12581IFS=$as_save_IFS
9a819804
AO
12582
12583fi
12584fi
12585STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12586if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12588$as_echo "$STRIP_FOR_TARGET" >&6; }
9a819804 12589else
81ecdfbb
RW
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12591$as_echo "no" >&6; }
9a819804
AO
12592fi
12593
81ecdfbb 12594
9a819804
AO
12595 done
12596fi
12597
12598if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12599 for ncn_progname in strip; do
81ecdfbb
RW
12600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12601$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12602 if test -x $with_build_time_tools/${ncn_progname}; then
12603 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12605$as_echo "yes" >&6; }
2429c060
PB
12606 break
12607 else
81ecdfbb
RW
12608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12609$as_echo "no" >&6; }
2429c060
PB
12610 fi
12611 done
12612fi
12613
12614if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12615 for ncn_progname in strip; do
12616 if test -n "$ncn_target_tool_prefix"; then
12617 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 12618set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12620$as_echo_n "checking for $ac_word... " >&6; }
12621if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12622 $as_echo_n "(cached) " >&6
7e0f7140
GK
12623else
12624 if test -n "$STRIP_FOR_TARGET"; then
12625 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
c6b750e1
DJ
12626else
12627as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12628for as_dir in $PATH
12629do
12630 IFS=$as_save_IFS
12631 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12632 for ac_exec_ext in '' $ac_executable_extensions; do
12633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12634 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12635 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12636 break 2
12637 fi
12638done
81ecdfbb
RW
12639 done
12640IFS=$as_save_IFS
c6b750e1 12641
7e0f7140
GK
12642fi
12643fi
c6b750e1 12644STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12645if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12647$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12648else
81ecdfbb
RW
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12650$as_echo "no" >&6; }
7e0f7140
GK
12651fi
12652
81ecdfbb 12653
2429c060
PB
12654 fi
12655 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12656 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 12657set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12659$as_echo_n "checking for $ac_word... " >&6; }
12660if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12661 $as_echo_n "(cached) " >&6
7e0f7140
GK
12662else
12663 if test -n "$STRIP_FOR_TARGET"; then
12664 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12665else
c6b750e1
DJ
12666as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12667for as_dir in $PATH
12668do
12669 IFS=$as_save_IFS
12670 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12671 for ac_exec_ext in '' $ac_executable_extensions; do
12672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12673 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12675 break 2
12676 fi
12677done
81ecdfbb
RW
12678 done
12679IFS=$as_save_IFS
c6b750e1 12680
7e0f7140
GK
12681fi
12682fi
c6b750e1 12683STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12684if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12686$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12687else
81ecdfbb
RW
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12689$as_echo "no" >&6; }
7e0f7140 12690fi
c6b750e1 12691
81ecdfbb 12692
2429c060
PB
12693 fi
12694 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12695 done
12696fi
c6b750e1 12697
7e0f7140
GK
12698if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12699 set dummy strip
12700 if test $build = $target ; then
12701 STRIP_FOR_TARGET="$2"
12702 else
12703 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12704 fi
d3f5afc4
MS
12705else
12706 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
7e0f7140
GK
12707fi
12708
3a35eeb3
PB
12709else
12710 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060
PB
12711fi
12712
12713
12714
12715
12716if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12717 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12719$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12720 if test -x $with_build_time_tools/windres; then
12721 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12722 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
81ecdfbb
RW
12723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12724$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
3a35eeb3 12725 else
81ecdfbb
RW
12726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12727$as_echo "no" >&6; }
3a35eeb3 12728 fi
2429c060
PB
12729 elif test $build != $host && test $have_gcc_for_target = yes; then
12730 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
d3f5afc4
MS
12731 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12732 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
2429c060
PB
12733 fi
12734fi
c6b750e1 12735if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12736 # Extract the first word of "windres", so it can be a program name with args.
12737set dummy windres; ac_word=$2
81ecdfbb
RW
12738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12739$as_echo_n "checking for $ac_word... " >&6; }
12740if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12741 $as_echo_n "(cached) " >&6
2429c060 12742else
c6b750e1
DJ
12743 case $WINDRES_FOR_TARGET in
12744 [\\/]* | ?:[\\/]*)
2429c060
PB
12745 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12746 ;;
2429c060 12747 *)
c6b750e1
DJ
12748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12749for as_dir in $gcc_cv_tool_dirs
12750do
12751 IFS=$as_save_IFS
12752 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12753 for ac_exec_ext in '' $ac_executable_extensions; do
12754 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12755 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12757 break 2
12758 fi
12759done
81ecdfbb
RW
12760 done
12761IFS=$as_save_IFS
c6b750e1 12762
2429c060
PB
12763 ;;
12764esac
12765fi
c6b750e1 12766WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060 12767if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12769$as_echo "$WINDRES_FOR_TARGET" >&6; }
2429c060 12770else
81ecdfbb
RW
12771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12772$as_echo "no" >&6; }
2429c060
PB
12773fi
12774
81ecdfbb 12775
2429c060
PB
12776fi
12777if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
9a819804
AO
12778
12779
12780if test -n "$WINDRES_FOR_TARGET"; then
12781 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12782elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12783 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12784fi
12785
12786if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12787 for ncn_progname in windres; do
12788 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12789set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12791$as_echo_n "checking for $ac_word... " >&6; }
12792if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12793 $as_echo_n "(cached) " >&6
9a819804
AO
12794else
12795 if test -n "$WINDRES_FOR_TARGET"; then
12796 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12797else
12798as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12799for as_dir in $PATH
12800do
12801 IFS=$as_save_IFS
12802 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12803 for ac_exec_ext in '' $ac_executable_extensions; do
12804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12805 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 12806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12807 break 2
12808 fi
12809done
81ecdfbb
RW
12810 done
12811IFS=$as_save_IFS
9a819804
AO
12812
12813fi
12814fi
12815WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12816if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12818$as_echo "$WINDRES_FOR_TARGET" >&6; }
9a819804 12819else
81ecdfbb
RW
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12821$as_echo "no" >&6; }
9a819804
AO
12822fi
12823
81ecdfbb 12824
9a819804
AO
12825 done
12826fi
12827
12828if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12829 for ncn_progname in windres; do
81ecdfbb
RW
12830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12831$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12832 if test -x $with_build_time_tools/${ncn_progname}; then
12833 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12835$as_echo "yes" >&6; }
2429c060
PB
12836 break
12837 else
81ecdfbb
RW
12838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12839$as_echo "no" >&6; }
2429c060
PB
12840 fi
12841 done
12842fi
12843
12844if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12845 for ncn_progname in windres; do
12846 if test -n "$ncn_target_tool_prefix"; then
12847 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12848set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12850$as_echo_n "checking for $ac_word... " >&6; }
12851if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12852 $as_echo_n "(cached) " >&6
859789af 12853else
55db4b87
PB
12854 if test -n "$WINDRES_FOR_TARGET"; then
12855 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 12856else
c6b750e1
DJ
12857as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12858for as_dir in $PATH
12859do
12860 IFS=$as_save_IFS
12861 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12862 for ac_exec_ext in '' $ac_executable_extensions; do
12863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12864 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12866 break 2
12867 fi
12868done
81ecdfbb
RW
12869 done
12870IFS=$as_save_IFS
c6b750e1 12871
859789af
AC
12872fi
12873fi
c6b750e1 12874WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
55db4b87 12875if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12877$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 12878else
81ecdfbb
RW
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12880$as_echo "no" >&6; }
859789af
AC
12881fi
12882
81ecdfbb 12883
2429c060
PB
12884 fi
12885 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12886 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12887set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12889$as_echo_n "checking for $ac_word... " >&6; }
12890if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12891 $as_echo_n "(cached) " >&6
859789af 12892else
05cbd757
PB
12893 if test -n "$WINDRES_FOR_TARGET"; then
12894 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 12895else
c6b750e1
DJ
12896as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12897for as_dir in $PATH
12898do
12899 IFS=$as_save_IFS
12900 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12901 for ac_exec_ext in '' $ac_executable_extensions; do
12902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12903 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 12904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12905 break 2
12906 fi
12907done
81ecdfbb
RW
12908 done
12909IFS=$as_save_IFS
c6b750e1 12910
859789af
AC
12911fi
12912fi
c6b750e1 12913WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
05cbd757 12914if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12916$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 12917else
81ecdfbb
RW
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12919$as_echo "no" >&6; }
859789af 12920fi
c6b750e1 12921
81ecdfbb 12922
2429c060
PB
12923 fi
12924 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
12925 done
12926fi
c6b750e1 12927
05cbd757
PB
12928if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12929 set dummy windres
12930 if test $build = $target ; then
12931 WINDRES_FOR_TARGET="$2"
859789af 12932 else
05cbd757 12933 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12934 fi
d3f5afc4
MS
12935else
12936 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
859789af
AC
12937fi
12938
3a35eeb3
PB
12939else
12940 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060
PB
12941fi
12942
852e5f18 12943
0c24b341
NC
12944
12945
12946if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12947 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
12949$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
0c24b341
NC
12950 if test -x $with_build_time_tools/windmc; then
12951 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
12952 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
81ecdfbb
RW
12953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
12954$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
0c24b341 12955 else
81ecdfbb
RW
12956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12957$as_echo "no" >&6; }
0c24b341
NC
12958 fi
12959 elif test $build != $host && test $have_gcc_for_target = yes; then
12960 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
12961 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
12962 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12963 fi
12964fi
12965if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12966 # Extract the first word of "windmc", so it can be a program name with args.
12967set dummy windmc; ac_word=$2
81ecdfbb
RW
12968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12969$as_echo_n "checking for $ac_word... " >&6; }
12970if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
12971 $as_echo_n "(cached) " >&6
0c24b341
NC
12972else
12973 case $WINDMC_FOR_TARGET in
12974 [\\/]* | ?:[\\/]*)
12975 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
12976 ;;
12977 *)
12978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12979for as_dir in $gcc_cv_tool_dirs
12980do
12981 IFS=$as_save_IFS
12982 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12983 for ac_exec_ext in '' $ac_executable_extensions; do
12984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 12985 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
12987 break 2
12988 fi
12989done
81ecdfbb
RW
12990 done
12991IFS=$as_save_IFS
0c24b341
NC
12992
12993 ;;
12994esac
12995fi
12996WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
0c24b341 12997if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
12999$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13000else
81ecdfbb
RW
13001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13002$as_echo "no" >&6; }
0c24b341
NC
13003fi
13004
81ecdfbb 13005
0c24b341
NC
13006fi
13007if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13008
13009
13010if test -n "$WINDMC_FOR_TARGET"; then
13011 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13012elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13013 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13014fi
13015
13016if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13017 for ncn_progname in windmc; do
13018 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13019set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13020{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13021$as_echo_n "checking for $ac_word... " >&6; }
13022if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13023 $as_echo_n "(cached) " >&6
0c24b341
NC
13024else
13025 if test -n "$WINDMC_FOR_TARGET"; then
13026 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13027else
13028as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13029for as_dir in $PATH
13030do
13031 IFS=$as_save_IFS
13032 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13033 for ac_exec_ext in '' $ac_executable_extensions; do
13034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13035 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13037 break 2
13038 fi
13039done
81ecdfbb
RW
13040 done
13041IFS=$as_save_IFS
0c24b341
NC
13042
13043fi
13044fi
13045WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13046if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13048$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13049else
81ecdfbb
RW
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13051$as_echo "no" >&6; }
0c24b341
NC
13052fi
13053
81ecdfbb 13054
0c24b341
NC
13055 done
13056fi
13057
13058if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13059 for ncn_progname in windmc; do
81ecdfbb
RW
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13061$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
0c24b341
NC
13062 if test -x $with_build_time_tools/${ncn_progname}; then
13063 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13065$as_echo "yes" >&6; }
0c24b341
NC
13066 break
13067 else
81ecdfbb
RW
13068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13069$as_echo "no" >&6; }
0c24b341
NC
13070 fi
13071 done
13072fi
13073
13074if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13075 for ncn_progname in windmc; do
13076 if test -n "$ncn_target_tool_prefix"; then
13077 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13078set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13080$as_echo_n "checking for $ac_word... " >&6; }
13081if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13082 $as_echo_n "(cached) " >&6
0c24b341
NC
13083else
13084 if test -n "$WINDMC_FOR_TARGET"; then
13085 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13086else
13087as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13088for as_dir in $PATH
13089do
13090 IFS=$as_save_IFS
13091 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13092 for ac_exec_ext in '' $ac_executable_extensions; do
13093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13094 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13096 break 2
13097 fi
13098done
81ecdfbb
RW
13099 done
13100IFS=$as_save_IFS
0c24b341
NC
13101
13102fi
13103fi
13104WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13105if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13107$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13108else
81ecdfbb
RW
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13110$as_echo "no" >&6; }
0c24b341
NC
13111fi
13112
81ecdfbb 13113
0c24b341
NC
13114 fi
13115 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13116 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13117set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13119$as_echo_n "checking for $ac_word... " >&6; }
13120if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13121 $as_echo_n "(cached) " >&6
0c24b341
NC
13122else
13123 if test -n "$WINDMC_FOR_TARGET"; then
13124 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13125else
13126as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13127for as_dir in $PATH
13128do
13129 IFS=$as_save_IFS
13130 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13131 for ac_exec_ext in '' $ac_executable_extensions; do
13132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13133 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13134 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13135 break 2
13136 fi
13137done
81ecdfbb
RW
13138 done
13139IFS=$as_save_IFS
0c24b341
NC
13140
13141fi
13142fi
13143WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13144if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13146$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13147else
81ecdfbb
RW
13148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13149$as_echo "no" >&6; }
0c24b341
NC
13150fi
13151
81ecdfbb 13152
0c24b341
NC
13153 fi
13154 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13155 done
13156fi
13157
13158if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13159 set dummy windmc
13160 if test $build = $target ; then
13161 WINDMC_FOR_TARGET="$2"
13162 else
13163 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13164 fi
13165else
13166 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13167fi
13168
13169else
13170 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13171fi
13172
13173
be01d343
PB
13174RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13175
81ecdfbb
RW
13176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13177$as_echo_n "checking where to find the target ar... " >&6; }
be01d343 13178if test "x${build}" != "x${host}" ; then
2429c060
PB
13179 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13180 # We already found the complete path
b8025f34 13181 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13183$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13184 else
13185 # Canadian cross, just use what we found
81ecdfbb
RW
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13187$as_echo "pre-installed" >&6; }
2429c060 13188 fi
be01d343
PB
13189else
13190 ok=yes
13191 case " ${configdirs} " in
13192 *" binutils "*) ;;
13193 *) ok=no ;;
13194 esac
c6b750e1 13195
be01d343
PB
13196 if test $ok = yes; then
13197 # An in-tree tool is available and we can use it
13198 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
81ecdfbb
RW
13199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13200$as_echo "just compiled" >&6; }
2429c060
PB
13201 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13202 # We already found the complete path
b8025f34 13203 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13205$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13206 elif test "x$target" = "x$host"; then
13207 # We can use an host tool
13208 AR_FOR_TARGET='$(AR)'
81ecdfbb
RW
13209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13210$as_echo "host tool" >&6; }
be01d343
PB
13211 else
13212 # We need a cross tool
81ecdfbb
RW
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13214$as_echo "pre-installed" >&6; }
be01d343
PB
13215 fi
13216fi
4b900473 13217
81ecdfbb
RW
13218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13219$as_echo_n "checking where to find the target as... " >&6; }
be01d343 13220if test "x${build}" != "x${host}" ; then
2429c060
PB
13221 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13222 # We already found the complete path
b8025f34 13223 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13225$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13226 else
13227 # Canadian cross, just use what we found
81ecdfbb
RW
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13229$as_echo "pre-installed" >&6; }
2429c060 13230 fi
be01d343
PB
13231else
13232 ok=yes
13233 case " ${configdirs} " in
13234 *" gas "*) ;;
13235 *) ok=no ;;
13236 esac
c6b750e1 13237
be01d343
PB
13238 if test $ok = yes; then
13239 # An in-tree tool is available and we can use it
13240 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
81ecdfbb
RW
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13242$as_echo "just compiled" >&6; }
2429c060
PB
13243 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13244 # We already found the complete path
b8025f34 13245 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13247$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13248 elif test "x$target" = "x$host"; then
13249 # We can use an host tool
13250 AS_FOR_TARGET='$(AS)'
81ecdfbb
RW
13251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13252$as_echo "host tool" >&6; }
be01d343
PB
13253 else
13254 # We need a cross tool
81ecdfbb
RW
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13256$as_echo "pre-installed" >&6; }
be01d343
PB
13257 fi
13258fi
4b900473 13259
81ecdfbb
RW
13260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13261$as_echo_n "checking where to find the target cc... " >&6; }
be01d343 13262if test "x${build}" != "x${host}" ; then
2429c060
PB
13263 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13264 # We already found the complete path
b8025f34 13265 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13267$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13268 else
13269 # Canadian cross, just use what we found
81ecdfbb
RW
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13271$as_echo "pre-installed" >&6; }
2429c060 13272 fi
be01d343
PB
13273else
13274 ok=yes
13275 case " ${configdirs} " in
13276 *" gcc "*) ;;
13277 *) ok=no ;;
13278 esac
c6b750e1 13279
be01d343
PB
13280 if test $ok = yes; then
13281 # An in-tree tool is available and we can use it
13282 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13284$as_echo "just compiled" >&6; }
2429c060
PB
13285 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13286 # We already found the complete path
b8025f34 13287 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13289$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13290 elif test "x$target" = "x$host"; then
13291 # We can use an host tool
13292 CC_FOR_TARGET='$(CC)'
81ecdfbb
RW
13293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13294$as_echo "host tool" >&6; }
be01d343
PB
13295 else
13296 # We need a cross tool
81ecdfbb
RW
13297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13298$as_echo "pre-installed" >&6; }
be01d343
PB
13299 fi
13300fi
4b900473 13301
81ecdfbb
RW
13302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13303$as_echo_n "checking where to find the target c++... " >&6; }
be01d343 13304if test "x${build}" != "x${host}" ; then
2429c060
PB
13305 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13306 # We already found the complete path
b8025f34 13307 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13309$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13310 else
13311 # Canadian cross, just use what we found
81ecdfbb
RW
13312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13313$as_echo "pre-installed" >&6; }
2429c060 13314 fi
be01d343
PB
13315else
13316 ok=yes
13317 case " ${configdirs} " in
13318 *" gcc "*) ;;
13319 *) ok=no ;;
13320 esac
13321 case ,${enable_languages}, in
13322 *,c++,*) ;;
13323 *) ok=no ;;
13324 esac
13325 if test $ok = yes; then
13326 # An in-tree tool is available and we can use it
87cda2cf 13327 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -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'
81ecdfbb
RW
13328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13329$as_echo "just compiled" >&6; }
2429c060
PB
13330 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13331 # We already found the complete path
b8025f34 13332 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13334$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13335 elif test "x$target" = "x$host"; then
13336 # We can use an host tool
13337 CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13339$as_echo "host tool" >&6; }
be01d343
PB
13340 else
13341 # We need a cross tool
81ecdfbb
RW
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13343$as_echo "pre-installed" >&6; }
be01d343
PB
13344 fi
13345fi
4b900473 13346
81ecdfbb
RW
13347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13348$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
be01d343 13349if test "x${build}" != "x${host}" ; then
2429c060
PB
13350 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13351 # We already found the complete path
b8025f34 13352 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13354$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13355 else
13356 # Canadian cross, just use what we found
81ecdfbb
RW
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13358$as_echo "pre-installed" >&6; }
2429c060 13359 fi
be01d343
PB
13360else
13361 ok=yes
13362 case " ${configdirs} " in
13363 *" gcc "*) ;;
13364 *) ok=no ;;
13365 esac
13366 case ,${enable_languages}, in
13367 *,c++,*) ;;
13368 *) ok=no ;;
13369 esac
13370 if test $ok = yes; then
13371 # An in-tree tool is available and we can use it
13372 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'
81ecdfbb
RW
13373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13374$as_echo "just compiled" >&6; }
2429c060
PB
13375 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13376 # We already found the complete path
b8025f34 13377 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13379$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13380 elif test "x$target" = "x$host"; then
13381 # We can use an host tool
13382 RAW_CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13384$as_echo "host tool" >&6; }
be01d343
PB
13385 else
13386 # We need a cross tool
81ecdfbb
RW
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13388$as_echo "pre-installed" >&6; }
be01d343
PB
13389 fi
13390fi
4b900473 13391
81ecdfbb
RW
13392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13393$as_echo_n "checking where to find the target dlltool... " >&6; }
be01d343 13394if test "x${build}" != "x${host}" ; then
2429c060
PB
13395 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13396 # We already found the complete path
b8025f34 13397 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13399$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13400 else
13401 # Canadian cross, just use what we found
81ecdfbb
RW
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13403$as_echo "pre-installed" >&6; }
2429c060 13404 fi
be01d343
PB
13405else
13406 ok=yes
13407 case " ${configdirs} " in
13408 *" binutils "*) ;;
13409 *) ok=no ;;
13410 esac
c6b750e1 13411
be01d343
PB
13412 if test $ok = yes; then
13413 # An in-tree tool is available and we can use it
13414 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
81ecdfbb
RW
13415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13416$as_echo "just compiled" >&6; }
2429c060
PB
13417 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13418 # We already found the complete path
b8025f34 13419 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13421$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13422 elif test "x$target" = "x$host"; then
13423 # We can use an host tool
13424 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
81ecdfbb
RW
13425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13426$as_echo "host tool" >&6; }
be01d343
PB
13427 else
13428 # We need a cross tool
81ecdfbb
RW
13429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13430$as_echo "pre-installed" >&6; }
be01d343
PB
13431 fi
13432fi
4b900473 13433
81ecdfbb
RW
13434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13435$as_echo_n "checking where to find the target gcc... " >&6; }
be01d343 13436if test "x${build}" != "x${host}" ; then
2429c060
PB
13437 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13438 # We already found the complete path
b8025f34 13439 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13441$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13442 else
13443 # Canadian cross, just use what we found
81ecdfbb
RW
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13445$as_echo "pre-installed" >&6; }
2429c060 13446 fi
be01d343
PB
13447else
13448 ok=yes
13449 case " ${configdirs} " in
13450 *" gcc "*) ;;
13451 *) ok=no ;;
13452 esac
c6b750e1 13453
be01d343
PB
13454 if test $ok = yes; then
13455 # An in-tree tool is available and we can use it
13456 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13458$as_echo "just compiled" >&6; }
2429c060
PB
13459 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13460 # We already found the complete path
b8025f34 13461 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
13462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13463$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13464 elif test "x$target" = "x$host"; then
13465 # We can use an host tool
13466 GCC_FOR_TARGET='$()'
81ecdfbb
RW
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13468$as_echo "host tool" >&6; }
be01d343
PB
13469 else
13470 # We need a cross tool
81ecdfbb
RW
13471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13472$as_echo "pre-installed" >&6; }
be01d343
PB
13473 fi
13474fi
4b900473 13475
81ecdfbb
RW
13476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13477$as_echo_n "checking where to find the target gcj... " >&6; }
be01d343 13478if test "x${build}" != "x${host}" ; then
2429c060
PB
13479 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13480 # We already found the complete path
b8025f34 13481 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
13482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13483$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13484 else
13485 # Canadian cross, just use what we found
81ecdfbb
RW
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13487$as_echo "pre-installed" >&6; }
2429c060 13488 fi
be01d343
PB
13489else
13490 ok=yes
13491 case " ${configdirs} " in
13492 *" gcc "*) ;;
13493 *) ok=no ;;
13494 esac
13495 case ,${enable_languages}, in
13496 *,java,*) ;;
13497 *) ok=no ;;
13498 esac
13499 if test $ok = yes; then
13500 # An in-tree tool is available and we can use it
13501 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13503$as_echo "just compiled" >&6; }
2429c060
PB
13504 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13505 # We already found the complete path
b8025f34 13506 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13508$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13509 elif test "x$target" = "x$host"; then
13510 # We can use an host tool
13511 GCJ_FOR_TARGET='$(GCJ)'
81ecdfbb
RW
13512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13513$as_echo "host tool" >&6; }
be01d343
PB
13514 else
13515 # We need a cross tool
81ecdfbb
RW
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13517$as_echo "pre-installed" >&6; }
be01d343
PB
13518 fi
13519fi
4b900473 13520
81ecdfbb
RW
13521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13522$as_echo_n "checking where to find the target gfortran... " >&6; }
be01d343 13523if test "x${build}" != "x${host}" ; then
2429c060
PB
13524 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13525 # We already found the complete path
b8025f34 13526 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13528$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13529 else
13530 # Canadian cross, just use what we found
81ecdfbb
RW
13531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13532$as_echo "pre-installed" >&6; }
2429c060 13533 fi
be01d343
PB
13534else
13535 ok=yes
13536 case " ${configdirs} " in
13537 *" gcc "*) ;;
13538 *) ok=no ;;
13539 esac
13540 case ,${enable_languages}, in
13541 *,fortran,*) ;;
13542 *) ok=no ;;
13543 esac
13544 if test $ok = yes; then
13545 # An in-tree tool is available and we can use it
13546 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13548$as_echo "just compiled" >&6; }
2429c060
PB
13549 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13550 # We already found the complete path
b8025f34 13551 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
13552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13553$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13554 elif test "x$target" = "x$host"; then
13555 # We can use an host tool
13556 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
81ecdfbb
RW
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13558$as_echo "host tool" >&6; }
be01d343
PB
13559 else
13560 # We need a cross tool
81ecdfbb
RW
13561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13562$as_echo "pre-installed" >&6; }
be01d343
PB
13563 fi
13564fi
4b900473 13565
e552509b
ILT
13566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13567$as_echo_n "checking where to find the target gccgo... " >&6; }
13568if test "x${build}" != "x${host}" ; then
13569 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13570 # We already found the complete path
13571 ac_dir=`dirname $GOC_FOR_TARGET`
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13573$as_echo "pre-installed in $ac_dir" >&6; }
13574 else
13575 # Canadian cross, just use what we found
13576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13577$as_echo "pre-installed" >&6; }
13578 fi
13579else
13580 ok=yes
13581 case " ${configdirs} " in
13582 *" gcc "*) ;;
13583 *) ok=no ;;
13584 esac
13585 case ,${enable_languages}, in
13586 *,go,*) ;;
13587 *) ok=no ;;
13588 esac
13589 if test $ok = yes; then
13590 # An in-tree tool is available and we can use it
13591 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13593$as_echo "just compiled" >&6; }
13594 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13595 # We already found the complete path
13596 ac_dir=`dirname $GOC_FOR_TARGET`
13597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13598$as_echo "pre-installed in $ac_dir" >&6; }
13599 elif test "x$target" = "x$host"; then
13600 # We can use an host tool
13601 GOC_FOR_TARGET='$(GOC)'
13602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13603$as_echo "host tool" >&6; }
13604 else
13605 # We need a cross tool
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13607$as_echo "pre-installed" >&6; }
13608 fi
13609fi
13610
81ecdfbb
RW
13611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13612$as_echo_n "checking where to find the target ld... " >&6; }
be01d343 13613if test "x${build}" != "x${host}" ; then
2429c060
PB
13614 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13615 # We already found the complete path
b8025f34 13616 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13618$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13619 else
13620 # Canadian cross, just use what we found
81ecdfbb
RW
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13622$as_echo "pre-installed" >&6; }
2429c060 13623 fi
be01d343
PB
13624else
13625 ok=yes
13626 case " ${configdirs} " in
13627 *" ld "*) ;;
13628 *) ok=no ;;
13629 esac
c6b750e1 13630
be01d343
PB
13631 if test $ok = yes; then
13632 # An in-tree tool is available and we can use it
13633 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
81ecdfbb
RW
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13635$as_echo "just compiled" >&6; }
2429c060
PB
13636 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13637 # We already found the complete path
b8025f34 13638 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
13639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13640$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13641 elif test "x$target" = "x$host"; then
13642 # We can use an host tool
13643 LD_FOR_TARGET='$(LD)'
81ecdfbb
RW
13644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13645$as_echo "host tool" >&6; }
be01d343
PB
13646 else
13647 # We need a cross tool
81ecdfbb
RW
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13649$as_echo "pre-installed" >&6; }
be01d343
PB
13650 fi
13651fi
4b900473 13652
81ecdfbb
RW
13653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13654$as_echo_n "checking where to find the target lipo... " >&6; }
be01d343 13655if test "x${build}" != "x${host}" ; then
2429c060
PB
13656 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13657 # We already found the complete path
b8025f34 13658 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13660$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13661 else
13662 # Canadian cross, just use what we found
81ecdfbb
RW
13663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13664$as_echo "pre-installed" >&6; }
2429c060 13665 fi
be01d343 13666else
2429c060
PB
13667 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13668 # We already found the complete path
b8025f34 13669 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13671$as_echo "pre-installed in $ac_dir" >&6; }
2429c060 13672 elif test "x$target" = "x$host"; then
be01d343
PB
13673 # We can use an host tool
13674 LIPO_FOR_TARGET='$(LIPO)'
81ecdfbb
RW
13675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13676$as_echo "host tool" >&6; }
be01d343
PB
13677 else
13678 # We need a cross tool
81ecdfbb
RW
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13680$as_echo "pre-installed" >&6; }
be01d343
PB
13681 fi
13682fi
4b900473 13683
81ecdfbb
RW
13684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13685$as_echo_n "checking where to find the target nm... " >&6; }
be01d343 13686if test "x${build}" != "x${host}" ; then
2429c060
PB
13687 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13688 # We already found the complete path
b8025f34 13689 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13691$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13692 else
13693 # Canadian cross, just use what we found
81ecdfbb
RW
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13695$as_echo "pre-installed" >&6; }
2429c060 13696 fi
be01d343
PB
13697else
13698 ok=yes
13699 case " ${configdirs} " in
13700 *" binutils "*) ;;
13701 *) ok=no ;;
13702 esac
c6b750e1 13703
be01d343
PB
13704 if test $ok = yes; then
13705 # An in-tree tool is available and we can use it
13706 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
81ecdfbb
RW
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13708$as_echo "just compiled" >&6; }
2429c060
PB
13709 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13710 # We already found the complete path
b8025f34 13711 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13713$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13714 elif test "x$target" = "x$host"; then
13715 # We can use an host tool
13716 NM_FOR_TARGET='$(NM)'
81ecdfbb
RW
13717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13718$as_echo "host tool" >&6; }
be01d343
PB
13719 else
13720 # We need a cross tool
81ecdfbb
RW
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13722$as_echo "pre-installed" >&6; }
be01d343
PB
13723 fi
13724fi
4b900473 13725
81ecdfbb
RW
13726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13727$as_echo_n "checking where to find the target objdump... " >&6; }
be01d343 13728if test "x${build}" != "x${host}" ; then
2429c060
PB
13729 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13730 # We already found the complete path
b8025f34 13731 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
13732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13733$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13734 else
13735 # Canadian cross, just use what we found
81ecdfbb
RW
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13737$as_echo "pre-installed" >&6; }
2429c060 13738 fi
be01d343
PB
13739else
13740 ok=yes
13741 case " ${configdirs} " in
13742 *" binutils "*) ;;
13743 *) ok=no ;;
13744 esac
c6b750e1 13745
be01d343
PB
13746 if test $ok = yes; then
13747 # An in-tree tool is available and we can use it
13748 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
81ecdfbb
RW
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13750$as_echo "just compiled" >&6; }
2429c060
PB
13751 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13752 # We already found the complete path
b8025f34 13753 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13755$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13756 elif test "x$target" = "x$host"; then
13757 # We can use an host tool
13758 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
81ecdfbb
RW
13759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13760$as_echo "host tool" >&6; }
be01d343
PB
13761 else
13762 # We need a cross tool
81ecdfbb
RW
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13764$as_echo "pre-installed" >&6; }
be01d343
PB
13765 fi
13766fi
4b900473 13767
81ecdfbb
RW
13768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13769$as_echo_n "checking where to find the target ranlib... " >&6; }
be01d343 13770if test "x${build}" != "x${host}" ; then
2429c060
PB
13771 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13772 # We already found the complete path
b8025f34 13773 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13775$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13776 else
13777 # Canadian cross, just use what we found
81ecdfbb
RW
13778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13779$as_echo "pre-installed" >&6; }
2429c060 13780 fi
be01d343
PB
13781else
13782 ok=yes
13783 case " ${configdirs} " in
13784 *" binutils "*) ;;
13785 *) ok=no ;;
13786 esac
c6b750e1 13787
be01d343
PB
13788 if test $ok = yes; then
13789 # An in-tree tool is available and we can use it
13790 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
81ecdfbb
RW
13791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13792$as_echo "just compiled" >&6; }
2429c060
PB
13793 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13794 # We already found the complete path
b8025f34 13795 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
13796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13797$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13798 elif test "x$target" = "x$host"; then
13799 # We can use an host tool
13800 RANLIB_FOR_TARGET='$(RANLIB)'
81ecdfbb
RW
13801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13802$as_echo "host tool" >&6; }
be01d343
PB
13803 else
13804 # We need a cross tool
81ecdfbb
RW
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13806$as_echo "pre-installed" >&6; }
be01d343
PB
13807 fi
13808fi
4b900473 13809
81ecdfbb
RW
13810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13811$as_echo_n "checking where to find the target strip... " >&6; }
be01d343 13812if test "x${build}" != "x${host}" ; then
2429c060
PB
13813 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13814 # We already found the complete path
b8025f34 13815 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
13816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13817$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13818 else
13819 # Canadian cross, just use what we found
81ecdfbb
RW
13820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13821$as_echo "pre-installed" >&6; }
2429c060 13822 fi
be01d343
PB
13823else
13824 ok=yes
13825 case " ${configdirs} " in
13826 *" binutils "*) ;;
13827 *) ok=no ;;
13828 esac
c6b750e1 13829
be01d343
PB
13830 if test $ok = yes; then
13831 # An in-tree tool is available and we can use it
9b980aa1 13832 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
81ecdfbb
RW
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13834$as_echo "just compiled" >&6; }
2429c060
PB
13835 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13836 # We already found the complete path
b8025f34 13837 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13839$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13840 elif test "x$target" = "x$host"; then
13841 # We can use an host tool
13842 STRIP_FOR_TARGET='$(STRIP)'
81ecdfbb
RW
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13844$as_echo "host tool" >&6; }
be01d343
PB
13845 else
13846 # We need a cross tool
81ecdfbb
RW
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13848$as_echo "pre-installed" >&6; }
be01d343
PB
13849 fi
13850fi
4b900473 13851
81ecdfbb
RW
13852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
13853$as_echo_n "checking where to find the target windres... " >&6; }
be01d343 13854if test "x${build}" != "x${host}" ; then
2429c060
PB
13855 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13856 # We already found the complete path
b8025f34 13857 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13859$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13860 else
13861 # Canadian cross, just use what we found
81ecdfbb
RW
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13863$as_echo "pre-installed" >&6; }
2429c060 13864 fi
be01d343
PB
13865else
13866 ok=yes
13867 case " ${configdirs} " in
13868 *" binutils "*) ;;
13869 *) ok=no ;;
13870 esac
c6b750e1 13871
be01d343
PB
13872 if test $ok = yes; then
13873 # An in-tree tool is available and we can use it
13874 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
81ecdfbb
RW
13875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13876$as_echo "just compiled" >&6; }
2429c060
PB
13877 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13878 # We already found the complete path
b8025f34 13879 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13881$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13882 elif test "x$target" = "x$host"; then
13883 # We can use an host tool
13884 WINDRES_FOR_TARGET='$(WINDRES)'
81ecdfbb
RW
13885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13886$as_echo "host tool" >&6; }
be01d343
PB
13887 else
13888 # We need a cross tool
81ecdfbb
RW
13889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13890$as_echo "pre-installed" >&6; }
be01d343 13891 fi
a0da8069 13892fi
54752a6b 13893
81ecdfbb
RW
13894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
13895$as_echo_n "checking where to find the target windmc... " >&6; }
0c24b341
NC
13896if test "x${build}" != "x${host}" ; then
13897 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13898 # We already found the complete path
13899 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13901$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
13902 else
13903 # Canadian cross, just use what we found
81ecdfbb
RW
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13905$as_echo "pre-installed" >&6; }
0c24b341
NC
13906 fi
13907else
13908 ok=yes
13909 case " ${configdirs} " in
13910 *" binutils "*) ;;
13911 *) ok=no ;;
13912 esac
13913
13914 if test $ok = yes; then
13915 # An in-tree tool is available and we can use it
13916 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
81ecdfbb
RW
13917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13918$as_echo "just compiled" >&6; }
0c24b341
NC
13919 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13920 # We already found the complete path
13921 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13923$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
13924 elif test "x$target" = "x$host"; then
13925 # We can use an host tool
13926 WINDMC_FOR_TARGET='$(WINDMC)'
81ecdfbb
RW
13927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13928$as_echo "host tool" >&6; }
0c24b341
NC
13929 else
13930 # We need a cross tool
81ecdfbb
RW
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13932$as_echo "pre-installed" >&6; }
0c24b341
NC
13933 fi
13934fi
13935
54752a6b
NN
13936
13937
be01d343 13938
4b900473 13939
a0da8069
NN
13940# Certain tools may need extra flags.
13941AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13942RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13943NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13944
be01d343
PB
13945# When building target libraries, except in a Canadian cross, we use
13946# the same toolchain as the compiler we just built.
13947COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13948COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13949COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13950if test $host = $build; then
13951 case " $configdirs " in
13952 *" gcc "*)
13953 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
13954 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
13955 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
13956 ;;
13957 esac
13958fi
13959
13960
13961
13962
13963
81ecdfbb
RW
13964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13965$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13966# Check whether --enable-maintainer-mode was given.
13967if test "${enable_maintainer_mode+set}" = set; then :
13968 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3d5e36ae
AO
13969else
13970 USE_MAINTAINER_MODE=no
81ecdfbb
RW
13971fi
13972
13973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13974$as_echo "$USE_MAINTAINER_MODE" >&6; }
3d5e36ae
AO
13975
13976
13977if test "$USE_MAINTAINER_MODE" = yes; then
13978 MAINTAINER_MODE_TRUE=
13979 MAINTAINER_MODE_FALSE='#'
13980else
13981 MAINTAINER_MODE_TRUE='#'
13982 MAINTAINER_MODE_FALSE=
c6b750e1 13983fi
3d5e36ae
AO
13984MAINT=$MAINTAINER_MODE_TRUE
13985
1d39f329
NN
13986# ---------------------
13987# GCC bootstrap support
13988# ---------------------
13989
13990# Stage specific cflags for build.
13991stage1_cflags="-g"
13992case $build in
13993 vax-*-*)
13994 case ${GCC} in
13995 yes) stage1_cflags="-g -Wa,-J" ;;
13996 *) stage1_cflags="-g -J" ;;
13997 esac ;;
1d39f329
NN
13998esac
13999
1d89b610 14000# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
e8a5fa9c 14001if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
1d89b610
PB
14002 saved_CFLAGS="$CFLAGS"
14003
14004 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14005 CFLAGS="$CFLAGS -fkeep-inline-functions"
81ecdfbb
RW
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14007$as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
14009/* end confdefs.h. */
14010
2038f525
PB
14011#if (__GNUC__ < 3) \
14012 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14013 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14014#error http://gcc.gnu.org/PR29382
14015#endif
14016
c6b750e1
DJ
14017int
14018main ()
14019{
14020
14021 ;
14022 return 0;
14023}
14024_ACEOF
81ecdfbb
RW
14025if ac_fn_c_try_compile "$LINENO"; then :
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14027$as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
c6b750e1 14028else
81ecdfbb
RW
14029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14030$as_echo "no" >&6; }
c6b750e1 14031fi
81ecdfbb 14032rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1d89b610
PB
14033
14034 CFLAGS="$saved_CFLAGS"
14035fi
14036
14037
1d39f329 14038
8a0d8a5c 14039# Enable --enable-checking in stage1 of the compiler.
81ecdfbb
RW
14040# Check whether --enable-stage1-checking was given.
14041if test "${enable_stage1_checking+set}" = set; then :
14042 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8a0d8a5c 14043else
5566c1fa 14044 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
2abc4e65 14045 stage1_checking=--enable-checking=yes,types
8a0d8a5c 14046else
5566c1fa 14047 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c 14048fi
81ecdfbb 14049fi
8a0d8a5c
PB
14050
14051
c6b750e1 14052
81ecdfbb
RW
14053# Enable -Werror in bootstrap stage2 and later.
14054# Check whether --enable-werror was given.
14055if test "${enable_werror+set}" = set; then :
14056 enableval=$enable_werror;
1d39f329 14057else
a0323144 14058 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
1d39f329 14059 enable_werror=yes
79fcd0ec
PB
14060else
14061 enable_werror=no
14062fi
81ecdfbb
RW
14063fi
14064
1a6f2dc7
NN
14065case ${enable_werror} in
14066 yes) stage2_werror_flag="--enable-werror-always" ;;
14067 *) stage2_werror_flag="" ;;
1d39f329
NN
14068esac
14069
14070
e8a5fa9c
RW
14071# Specify what files to not compare during bootstrap.
14072
14073compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14074case "$target" in
14075 hppa*64*-*-hpux*) ;;
14076 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14077esac
1f53ca9a
AO
14078case " $configdirs " in
14079*" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14080esac
e8a5fa9c
RW
14081
14082
81ecdfbb
RW
14083ac_config_files="$ac_config_files Makefile"
14084
c6b750e1 14085cat >confcache <<\_ACEOF
a0da8069
NN
14086# This file is a shell script that caches the results of configure
14087# tests run on this system so they can be shared between configure
c6b750e1
DJ
14088# scripts and configure runs, see configure's option --config-cache.
14089# It is not useful on other systems. If it contains results you don't
14090# want to keep, you may remove or edit it.
a0da8069 14091#
c6b750e1
DJ
14092# config.status only pays attention to the cache file if you give it
14093# the --recheck option to rerun configure.
a0da8069 14094#
c6b750e1
DJ
14095# `ac_cv_env_foo' variables (set or unset) will be overridden when
14096# loading this file, other *unset* `ac_cv_foo' will be assigned the
14097# following values.
14098
14099_ACEOF
14100
a0da8069
NN
14101# The following way of writing the cache mishandles newlines in values,
14102# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14103# So, we kill variables containing newlines.
a0da8069
NN
14104# Ultrix sh set writes to stderr and can't be redirected directly,
14105# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14106(
14107 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14108 eval ac_val=\$$ac_var
14109 case $ac_val in #(
14110 *${as_nl}*)
14111 case $ac_var in #(
14112 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14113$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14114 esac
14115 case $ac_var in #(
14116 _ | IFS | as_nl) ;; #(
14117 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14118 *) { eval $ac_var=; unset $ac_var;} ;;
14119 esac ;;
14120 esac
14121 done
14122
c6b750e1 14123 (set) 2>&1 |
81ecdfbb
RW
14124 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14125 *${as_nl}ac_space=\ *)
14126 # `set' does not quote correctly, so add quotes: double-quote
14127 # substitution turns \\\\ into \\, and sed turns \\ into \.
c6b750e1
DJ
14128 sed -n \
14129 "s/'/'\\\\''/g;
14130 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14131 ;; #(
c6b750e1
DJ
14132 *)
14133 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14134 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 14135 ;;
81ecdfbb
RW
14136 esac |
14137 sort
14138) |
c6b750e1 14139 sed '
81ecdfbb 14140 /^ac_cv_env_/b end
c6b750e1 14141 t clear
81ecdfbb 14142 :clear
c6b750e1
DJ
14143 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14144 t end
81ecdfbb
RW
14145 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14146 :end' >>confcache
14147if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14148 if test -w "$cache_file"; then
14149 test "x$cache_file" != "x/dev/null" &&
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14151$as_echo "$as_me: updating cache $cache_file" >&6;}
c6b750e1 14152 cat confcache >$cache_file
a0da8069 14153 else
81ecdfbb
RW
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14155$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
a0da8069 14156 fi
852e5f18 14157fi
a0da8069 14158rm -f confcache
852e5f18 14159
a0da8069
NN
14160test "x$prefix" = xNONE && prefix=$ac_default_prefix
14161# Let make expand exec_prefix.
14162test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
852e5f18 14163
a0da8069
NN
14164# Transform confdefs.h into DEFS.
14165# Protect against shell expansion while executing Makefile rules.
14166# Protect against Makefile macro expansion.
c6b750e1
DJ
14167#
14168# If the first sed substitution is executed (which looks for macros that
81ecdfbb 14169# take arguments), then branch to the quote section. Otherwise,
c6b750e1 14170# look for a macro that doesn't take arguments.
81ecdfbb
RW
14171ac_script='
14172:mline
14173/\\$/{
14174 N
14175 s,\\\n,,
14176 b mline
14177}
c6b750e1 14178t clear
81ecdfbb
RW
14179:clear
14180s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14181t quote
81ecdfbb 14182s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14183t quote
81ecdfbb
RW
14184b any
14185:quote
14186s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14187s/\[/\\&/g
14188s/\]/\\&/g
14189s/\$/$$/g
14190H
14191:any
14192${
14193 g
14194 s/^\n//
14195 s/\n/ /g
14196 p
14197}
14198'
14199DEFS=`sed -n "$ac_script" confdefs.h`
c6b750e1
DJ
14200
14201
14202ac_libobjs=
14203ac_ltlibobjs=
14204for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14205 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14206 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14207 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14208 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14209 # will be set to the directory where LIBOBJS objects are built.
14210 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14211 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c6b750e1
DJ
14212done
14213LIBOBJS=$ac_libobjs
852e5f18 14214
c6b750e1 14215LTLIBOBJS=$ac_ltlibobjs
376a0e54 14216
cac3d6c4 14217
c6b750e1
DJ
14218
14219: ${CONFIG_STATUS=./config.status}
81ecdfbb 14220ac_write_fail=0
c6b750e1
DJ
14221ac_clean_files_save=$ac_clean_files
14222ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14223{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14224$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14225as_write_fail=0
14226cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c6b750e1
DJ
14227#! $SHELL
14228# Generated by $as_me.
a0da8069 14229# Run this file to recreate the current configuration.
a0da8069 14230# Compiler output produced by configure, useful for debugging
c6b750e1 14231# configure, is in config.log if it exists.
376a0e54 14232
c6b750e1
DJ
14233debug=false
14234ac_cs_recheck=false
14235ac_cs_silent=false
c6b750e1 14236
81ecdfbb
RW
14237SHELL=\${CONFIG_SHELL-$SHELL}
14238export SHELL
14239_ASEOF
14240cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14241## -------------------- ##
14242## M4sh Initialization. ##
14243## -------------------- ##
14244
14245# Be more Bourne compatible
14246DUALCASE=1; export DUALCASE # for MKS sh
14247if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
14248 emulate sh
14249 NULLCMD=:
81ecdfbb 14250 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
14251 # is contrary to our usage. Disable this feature.
14252 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14253 setopt NO_GLOB_SUBST
14254else
14255 case `(set -o) 2>/dev/null` in #(
14256 *posix*) :
14257 set -o posix ;; #(
14258 *) :
14259 ;;
14260esac
c6b750e1 14261fi
c6b750e1 14262
81ecdfbb
RW
14263
14264as_nl='
14265'
14266export as_nl
14267# Printing a long string crashes Solaris 7 /usr/bin/printf.
14268as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14269as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14270as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14271# Prefer a ksh shell builtin over an external printf program on Solaris,
14272# but without wasting forks for bash or zsh.
14273if test -z "$BASH_VERSION$ZSH_VERSION" \
14274 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14275 as_echo='print -r --'
14276 as_echo_n='print -rn --'
14277elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14278 as_echo='printf %s\n'
14279 as_echo_n='printf %s'
14280else
14281 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14282 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14283 as_echo_n='/usr/ucb/echo -n'
14284 else
14285 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14286 as_echo_n_body='eval
14287 arg=$1;
14288 case $arg in #(
14289 *"$as_nl"*)
14290 expr "X$arg" : "X\\(.*\\)$as_nl";
14291 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14292 esac;
14293 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14294 '
14295 export as_echo_n_body
14296 as_echo_n='sh -c $as_echo_n_body as_echo'
14297 fi
14298 export as_echo_body
14299 as_echo='sh -c $as_echo_body as_echo'
c6b750e1
DJ
14300fi
14301
81ecdfbb
RW
14302# The user is always right.
14303if test "${PATH_SEPARATOR+set}" != set; then
14304 PATH_SEPARATOR=:
14305 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14306 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14307 PATH_SEPARATOR=';'
14308 }
14309fi
14310
14311
14312# IFS
14313# We need space, tab and new line, in precisely that order. Quoting is
14314# there to prevent editors from complaining about space-tab.
14315# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14316# splitting by setting IFS to empty value.)
14317IFS=" "" $as_nl"
14318
14319# Find who we are. Look in the path if we contain no directory separator.
14320case $0 in #((
14321 *[\\/]* ) as_myself=$0 ;;
14322 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14323for as_dir in $PATH
14324do
14325 IFS=$as_save_IFS
14326 test -z "$as_dir" && as_dir=.
14327 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14328 done
14329IFS=$as_save_IFS
14330
14331 ;;
14332esac
14333# We did not find ourselves, most probably we were run as `sh COMMAND'
14334# in which case we are not to be found in the path.
14335if test "x$as_myself" = x; then
14336 as_myself=$0
14337fi
14338if test ! -f "$as_myself"; then
14339 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14340 exit 1
14341fi
c6b750e1 14342
81ecdfbb
RW
14343# Unset variables that we do not need and which cause bugs (e.g. in
14344# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14345# suppresses any "Segmentation fault" message there. '((' could
14346# trigger a bug in pdksh 5.2.14.
14347for as_var in BASH_ENV ENV MAIL MAILPATH
14348do eval test x\${$as_var+set} = xset \
14349 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14350done
c6b750e1
DJ
14351PS1='$ '
14352PS2='> '
14353PS4='+ '
14354
14355# NLS nuisances.
81ecdfbb
RW
14356LC_ALL=C
14357export LC_ALL
14358LANGUAGE=C
14359export LANGUAGE
14360
14361# CDPATH.
14362(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14363
14364
14365# as_fn_error ERROR [LINENO LOG_FD]
14366# ---------------------------------
14367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14369# script with status $?, using 1 if that was 0.
14370as_fn_error ()
14371{
14372 as_status=$?; test $as_status -eq 0 && as_status=1
14373 if test "$3"; then
14374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
c6b750e1 14376 fi
81ecdfbb
RW
14377 $as_echo "$as_me: error: $1" >&2
14378 as_fn_exit $as_status
14379} # as_fn_error
14380
14381
14382# as_fn_set_status STATUS
14383# -----------------------
14384# Set $? to STATUS, without forking.
14385as_fn_set_status ()
14386{
14387 return $1
14388} # as_fn_set_status
14389
14390# as_fn_exit STATUS
14391# -----------------
14392# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14393as_fn_exit ()
14394{
14395 set +e
14396 as_fn_set_status $1
14397 exit $1
14398} # as_fn_exit
14399
14400# as_fn_unset VAR
14401# ---------------
14402# Portably unset VAR.
14403as_fn_unset ()
14404{
14405 { eval $1=; unset $1;}
14406}
14407as_unset=as_fn_unset
14408# as_fn_append VAR VALUE
14409# ----------------------
14410# Append the text in VALUE to the end of the definition contained in VAR. Take
14411# advantage of any shell optimizations that allow amortized linear growth over
14412# repeated appends, instead of the typical quadratic growth present in naive
14413# implementations.
14414if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14415 eval 'as_fn_append ()
14416 {
14417 eval $1+=\$2
14418 }'
14419else
14420 as_fn_append ()
14421 {
14422 eval $1=\$$1\$2
14423 }
14424fi # as_fn_append
14425
14426# as_fn_arith ARG...
14427# ------------------
14428# Perform arithmetic evaluation on the ARGs, and store the result in the
14429# global $as_val. Take advantage of shells that can avoid forks. The arguments
14430# must be portable across $(()) and expr.
14431if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14432 eval 'as_fn_arith ()
14433 {
14434 as_val=$(( $* ))
14435 }'
14436else
14437 as_fn_arith ()
14438 {
14439 as_val=`expr "$@" || test $? -eq 1`
14440 }
14441fi # as_fn_arith
14442
c6b750e1 14443
81ecdfbb
RW
14444if expr a : '\(a\)' >/dev/null 2>&1 &&
14445 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
14446 as_expr=expr
14447else
14448 as_expr=false
14449fi
14450
81ecdfbb 14451if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
14452 as_basename=basename
14453else
14454 as_basename=false
14455fi
14456
81ecdfbb
RW
14457if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14458 as_dirname=dirname
14459else
14460 as_dirname=false
14461fi
c6b750e1 14462
81ecdfbb 14463as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
14464$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14465 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14466 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14467$as_echo X/"$0" |
14468 sed '/^.*\/\([^/][^/]*\)\/*$/{
14469 s//\1/
14470 q
14471 }
14472 /^X\/\(\/\/\)$/{
14473 s//\1/
14474 q
14475 }
14476 /^X\/\(\/\).*/{
14477 s//\1/
14478 q
14479 }
14480 s/.*/./; q'`
c6b750e1 14481
c6b750e1
DJ
14482# Avoid depending upon Character Ranges.
14483as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14484as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14485as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14486as_cr_digits='0123456789'
14487as_cr_alnum=$as_cr_Letters$as_cr_digits
14488
81ecdfbb
RW
14489ECHO_C= ECHO_N= ECHO_T=
14490case `echo -n x` in #(((((
14491-n*)
14492 case `echo 'xy\c'` in
14493 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14494 xy) ECHO_C='\c';;
14495 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14496 ECHO_T=' ';;
14497 esac;;
14498*)
14499 ECHO_N='-n';;
c6b750e1
DJ
14500esac
14501
81ecdfbb
RW
14502rm -f conf$$ conf$$.exe conf$$.file
14503if test -d conf$$.dir; then
14504 rm -f conf$$.dir/conf$$.file
c6b750e1 14505else
81ecdfbb
RW
14506 rm -f conf$$.dir
14507 mkdir conf$$.dir 2>/dev/null
c6b750e1 14508fi
81ecdfbb
RW
14509if (echo >conf$$.file) 2>/dev/null; then
14510 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 14511 as_ln_s='ln -s'
81ecdfbb
RW
14512 # ... but there are two gotchas:
14513 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14514 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14515 # In both cases, we have to default to `cp -p'.
14516 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14517 as_ln_s='cp -p'
14518 elif ln conf$$.file conf$$ 2>/dev/null; then
14519 as_ln_s=ln
14520 else
14521 as_ln_s='cp -p'
c6b750e1 14522 fi
c6b750e1
DJ
14523else
14524 as_ln_s='cp -p'
14525fi
81ecdfbb
RW
14526rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14527rmdir conf$$.dir 2>/dev/null
14528
14529
14530# as_fn_mkdir_p
14531# -------------
14532# Create "$as_dir" as a directory, including parents if necessary.
14533as_fn_mkdir_p ()
14534{
14535
14536 case $as_dir in #(
14537 -*) as_dir=./$as_dir;;
14538 esac
14539 test -d "$as_dir" || eval $as_mkdir_p || {
14540 as_dirs=
14541 while :; do
14542 case $as_dir in #(
14543 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14544 *) as_qdir=$as_dir;;
14545 esac
14546 as_dirs="'$as_qdir' $as_dirs"
14547 as_dir=`$as_dirname -- "$as_dir" ||
14548$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14549 X"$as_dir" : 'X\(//\)[^/]' \| \
14550 X"$as_dir" : 'X\(//\)$' \| \
14551 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14552$as_echo X"$as_dir" |
14553 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14554 s//\1/
14555 q
14556 }
14557 /^X\(\/\/\)[^/].*/{
14558 s//\1/
14559 q
14560 }
14561 /^X\(\/\/\)$/{
14562 s//\1/
14563 q
14564 }
14565 /^X\(\/\).*/{
14566 s//\1/
14567 q
14568 }
14569 s/.*/./; q'`
14570 test -d "$as_dir" && break
14571 done
14572 test -z "$as_dirs" || eval "mkdir $as_dirs"
14573 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14574
c6b750e1 14575
81ecdfbb 14576} # as_fn_mkdir_p
c6b750e1 14577if mkdir -p . 2>/dev/null; then
81ecdfbb 14578 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
14579else
14580 test -d ./-p && rmdir ./-p
14581 as_mkdir_p=false
14582fi
14583
81ecdfbb
RW
14584if test -x / >/dev/null 2>&1; then
14585 as_test_x='test -x'
14586else
14587 if ls -dL / >/dev/null 2>&1; then
14588 as_ls_L_option=L
14589 else
14590 as_ls_L_option=
14591 fi
14592 as_test_x='
14593 eval sh -c '\''
14594 if test -d "$1"; then
14595 test -d "$1/.";
14596 else
14597 case $1 in #(
14598 -*)set "./$1";;
14599 esac;
14600 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14601 ???[sx]*):;;*)false;;esac;fi
14602 '\'' sh
14603 '
14604fi
14605as_executable_p=$as_test_x
c6b750e1
DJ
14606
14607# Sed expression to map a string onto a valid CPP name.
14608as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14609
14610# Sed expression to map a string onto a valid variable name.
14611as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14612
14613
c6b750e1 14614exec 6>&1
81ecdfbb
RW
14615## ----------------------------------- ##
14616## Main body of $CONFIG_STATUS script. ##
14617## ----------------------------------- ##
14618_ASEOF
14619test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14620
14621cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14622# Save the log message, to keep $0 and so on meaningful, and to
c6b750e1 14623# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14624# values after options handling.
14625ac_log="
c6b750e1 14626This file was extended by $as_me, which was
81ecdfbb 14627generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
14628
14629 CONFIG_FILES = $CONFIG_FILES
14630 CONFIG_HEADERS = $CONFIG_HEADERS
14631 CONFIG_LINKS = $CONFIG_LINKS
14632 CONFIG_COMMANDS = $CONFIG_COMMANDS
14633 $ $0 $@
14634
81ecdfbb
RW
14635on `(hostname || uname -n) 2>/dev/null | sed 1q`
14636"
14637
c6b750e1
DJ
14638_ACEOF
14639
81ecdfbb
RW
14640case $ac_config_files in *"
14641"*) set x $ac_config_files; shift; ac_config_files=$*;;
14642esac
c6b750e1 14643
c6b750e1 14644
c6b750e1 14645
81ecdfbb
RW
14646cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14647# Files that config.status was made for.
14648config_files="$ac_config_files"
c6b750e1 14649
81ecdfbb 14650_ACEOF
c6b750e1 14651
81ecdfbb 14652cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 14653ac_cs_usage="\
81ecdfbb
RW
14654\`$as_me' instantiates files and other configuration actions
14655from templates according to the current configuration. Unless the files
14656and actions are specified as TAGs, all are instantiated by default.
c6b750e1 14657
81ecdfbb 14658Usage: $0 [OPTION]... [TAG]...
c6b750e1
DJ
14659
14660 -h, --help print this help, then exit
81ecdfbb
RW
14661 -V, --version print version number and configuration settings, then exit
14662 -q, --quiet, --silent
14663 do not print progress messages
c6b750e1
DJ
14664 -d, --debug don't remove temporary files
14665 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14666 --file=FILE[:TEMPLATE]
14667 instantiate the configuration file FILE
c6b750e1
DJ
14668
14669Configuration files:
14670$config_files
14671
81ecdfbb 14672Report bugs to the package provider."
c6b750e1 14673
81ecdfbb
RW
14674_ACEOF
14675cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1
DJ
14676ac_cs_version="\\
14677config.status
81ecdfbb
RW
14678configured by $0, generated by GNU Autoconf 2.64,
14679 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
c6b750e1 14680
81ecdfbb 14681Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
14682This config.status script is free software; the Free Software Foundation
14683gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14684
14685ac_pwd='$ac_pwd'
14686srcdir='$srcdir'
14687INSTALL='$INSTALL'
8e957354 14688AWK='$AWK'
81ecdfbb 14689test -n "\$AWK" || AWK=awk
c6b750e1
DJ
14690_ACEOF
14691
81ecdfbb
RW
14692cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14693# The default lists apply if the user does not specify any file.
c6b750e1
DJ
14694ac_need_defaults=:
14695while test $# != 0
a0da8069 14696do
c6b750e1
DJ
14697 case $1 in
14698 --*=*)
81ecdfbb
RW
14699 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14700 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c6b750e1
DJ
14701 ac_shift=:
14702 ;;
81ecdfbb 14703 *)
c6b750e1
DJ
14704 ac_option=$1
14705 ac_optarg=$2
14706 ac_shift=shift
14707 ;;
c6b750e1
DJ
14708 esac
14709
14710 case $ac_option in
14711 # Handling of the options.
a0da8069 14712 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
c6b750e1 14713 ac_cs_recheck=: ;;
81ecdfbb
RW
14714 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14715 $as_echo "$ac_cs_version"; exit ;;
14716 --debug | --debu | --deb | --de | --d | -d )
c6b750e1
DJ
14717 debug=: ;;
14718 --file | --fil | --fi | --f )
14719 $ac_shift
81ecdfbb
RW
14720 case $ac_optarg in
14721 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14722 esac
14723 as_fn_append CONFIG_FILES " '$ac_optarg'"
c6b750e1 14724 ac_need_defaults=false;;
81ecdfbb
RW
14725 --he | --h | --help | --hel | -h )
14726 $as_echo "$ac_cs_usage"; exit ;;
c6b750e1
DJ
14727 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14728 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14729 ac_cs_silent=: ;;
14730
14731 # This is an error.
81ecdfbb
RW
14732 -*) as_fn_error "unrecognized option: \`$1'
14733Try \`$0 --help' for more information." ;;
c6b750e1 14734
81ecdfbb
RW
14735 *) as_fn_append ac_config_targets " $1"
14736 ac_need_defaults=false ;;
c6b750e1 14737
376a0e54 14738 esac
c6b750e1 14739 shift
376a0e54
CM
14740done
14741
c6b750e1 14742ac_configure_extra_args=
376a0e54 14743
c6b750e1
DJ
14744if $ac_cs_silent; then
14745 exec 6>/dev/null
14746 ac_configure_extra_args="$ac_configure_extra_args --silent"
14747fi
376a0e54 14748
c6b750e1 14749_ACEOF
81ecdfbb 14750cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1 14751if \$ac_cs_recheck; then
81ecdfbb
RW
14752 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14753 shift
14754 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14755 CONFIG_SHELL='$SHELL'
14756 export CONFIG_SHELL
14757 exec "\$@"
c6b750e1
DJ
14758fi
14759
14760_ACEOF
81ecdfbb
RW
14761cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14762exec 5>>config.log
14763{
14764 echo
14765 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14766## Running $as_me. ##
14767_ASBOX
14768 $as_echo "$ac_log"
14769} >&5
c6b750e1 14770
81ecdfbb
RW
14771_ACEOF
14772cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
06a51eac
RW
14773#
14774# INIT-COMMANDS
14775#
14776extrasub_build="$extrasub_build"
14777 extrasub_host="$extrasub_host"
14778 extrasub_target="$extrasub_target"
14779
81ecdfbb 14780_ACEOF
c6b750e1 14781
81ecdfbb 14782cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 14783
81ecdfbb 14784# Handling of arguments.
c6b750e1
DJ
14785for ac_config_target in $ac_config_targets
14786do
81ecdfbb
RW
14787 case $ac_config_target in
14788 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14789
14790 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c6b750e1
DJ
14791 esac
14792done
14793
81ecdfbb 14794
c6b750e1
DJ
14795# If the user did not use the arguments to specify the items to instantiate,
14796# then the envvar interface is used. Set only those that are not.
14797# We use the long form for the default assignment because of an extremely
14798# bizarre bug on SunOS 4.1.3.
14799if $ac_need_defaults; then
14800 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14801fi
14802
14803# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14804# simply because there is no reason against having it here, and in addition,
c6b750e1 14805# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14806# Hook for its removal unless debugging.
14807# Note that there is a small window in which the directory will not be cleaned:
14808# after its creation but before its name has been assigned to `$tmp'.
c6b750e1
DJ
14809$debug ||
14810{
81ecdfbb
RW
14811 tmp=
14812 trap 'exit_status=$?
14813 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14814' 0
14815 trap 'as_fn_exit 1' 1 2 13 15
c6b750e1 14816}
c6b750e1
DJ
14817# Create a (secure) tmp directory for tmp files.
14818
14819{
81ecdfbb 14820 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
c6b750e1
DJ
14821 test -n "$tmp" && test -d "$tmp"
14822} ||
14823{
81ecdfbb
RW
14824 tmp=./conf$$-$RANDOM
14825 (umask 077 && mkdir "$tmp")
14826} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14827
14828# Set up the scripts for CONFIG_FILES section.
14829# No need to generate them if there are no CONFIG_FILES.
14830# This happens for instance with `./config.status config.h'.
14831if test -n "$CONFIG_FILES"; then
14832
14833if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14834 ac_cs_awk_getline=:
14835 ac_cs_awk_pipe_init=
14836 ac_cs_awk_read_file='
14837 while ((getline aline < (F[key])) > 0)
14838 print(aline)
14839 close(F[key])'
14840 ac_cs_awk_pipe_fini=
14841else
14842 ac_cs_awk_getline=false
14843 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14844 ac_cs_awk_read_file='
14845 print "|#_!!_#|"
14846 print "cat " F[key] " &&"
14847 '$ac_cs_awk_pipe_init
14848 # The final `:' finishes the AND list.
14849 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14850fi
14851ac_cr=`echo X | tr X '\015'`
14852# On cygwin, bash can eat \r inside `` if the user requested igncr.
14853# But we know of no other shell where ac_cr would be empty at this
14854# point, so we can use a bashism as a fallback.
14855if test "x$ac_cr" = x; then
14856 eval ac_cr=\$\'\\r\'
14857fi
14858ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14859if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14860 ac_cs_awk_cr='\r'
14861else
14862 ac_cs_awk_cr=$ac_cr
14863fi
14864
14865echo 'BEGIN {' >"$tmp/subs1.awk" &&
14866_ACEOF
14867
14868# Create commands to substitute file output variables.
c6b750e1 14869{
81ecdfbb
RW
14870 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14871 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14872 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14873 echo "_ACAWK" &&
14874 echo "_ACEOF"
14875} >conf$$files.sh &&
14876. ./conf$$files.sh ||
14877 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14878rm -f conf$$files.sh
c6b750e1 14879
81ecdfbb
RW
14880{
14881 echo "cat >conf$$subs.awk <<_ACEOF" &&
14882 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14883 echo "_ACEOF"
14884} >conf$$subs.sh ||
14885 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14886ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14887ac_delim='%!_!# '
14888for ac_last_try in false false false false false :; do
14889 . ./conf$$subs.sh ||
14890 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14891
14892 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14893 if test $ac_delim_n = $ac_delim_num; then
14894 break
14895 elif $ac_last_try; then
14896 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14897 else
14898 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14899 fi
14900done
14901rm -f conf$$subs.sh
14902
14903cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14904cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
c6b750e1 14905_ACEOF
81ecdfbb
RW
14906sed -n '
14907h
14908s/^/S["/; s/!.*/"]=/
14909p
14910g
14911s/^[^!]*!//
14912:repl
14913t repl
14914s/'"$ac_delim"'$//
14915t delim
14916:nl
14917h
14918s/\(.\{148\}\).*/\1/
14919t more1
14920s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14921p
14922n
14923b repl
14924:more1
14925s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14926p
14927g
14928s/.\{148\}//
14929t nl
14930:delim
14931h
14932s/\(.\{148\}\).*/\1/
14933t more2
14934s/["\\]/\\&/g; s/^/"/; s/$/"/
14935p
14936b
14937:more2
14938s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14939p
14940g
14941s/.\{148\}//
14942t delim
14943' <conf$$subs.awk | sed '
14944/^[^""]/{
14945 N
14946 s/\n//
14947}
14948' >>$CONFIG_STATUS || ac_write_fail=1
14949rm -f conf$$subs.awk
14950cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14951_ACAWK
14952cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14953 for (key in S) S_is_set[key] = 1
14954 FS = "\a"
14955 \$ac_cs_awk_pipe_init
14956}
14957{
14958 line = $ 0
14959 nfields = split(line, field, "@")
14960 substed = 0
14961 len = length(field[1])
14962 for (i = 2; i < nfields; i++) {
14963 key = field[i]
14964 keylen = length(key)
14965 if (S_is_set[key]) {
14966 value = S[key]
14967 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14968 len += length(value) + length(field[++i])
14969 substed = 1
14970 } else
14971 len += 1 + keylen
14972 }
14973 if (nfields == 3 && !substed) {
14974 key = field[2]
14975 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
14976 \$ac_cs_awk_read_file
14977 next
14978 }
14979 }
14980 print line
14981}
14982\$ac_cs_awk_pipe_fini
14983_ACAWK
14984_ACEOF
14985cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14986if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14987 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14988else
14989 cat
14990fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14991 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14992_ACEOF
14993
14994# VPATH may cause trouble with some makes, so we remove $(srcdir),
14995# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14996# trailing colons and then remove the whole line if VPATH becomes empty
14997# (actually we leave an empty line to preserve line numbers).
14998if test "x$srcdir" = x.; then
14999 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15000s/:*\$(srcdir):*/:/
15001s/:*\${srcdir}:*/:/
15002s/:*@srcdir@:*/:/
15003s/^\([^=]*=[ ]*\):*/\1/
15004s/:*$//
15005s/^[^=]*=[ ]*$//
15006}'
15007fi
c6b750e1 15008
81ecdfbb
RW
15009cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15010fi # test -n "$CONFIG_FILES"
c6b750e1 15011
c6b750e1 15012
81ecdfbb
RW
15013eval set X " :F $CONFIG_FILES "
15014shift
15015for ac_tag
15016do
15017 case $ac_tag in
15018 :[FHLC]) ac_mode=$ac_tag; continue;;
15019 esac
15020 case $ac_mode$ac_tag in
15021 :[FHL]*:*);;
15022 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15023 :[FH]-) ac_tag=-:-;;
15024 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15025 esac
15026 ac_save_IFS=$IFS
15027 IFS=:
15028 set x $ac_tag
15029 IFS=$ac_save_IFS
15030 shift
15031 ac_file=$1
15032 shift
252b5132 15033
81ecdfbb
RW
15034 case $ac_mode in
15035 :L) ac_source=$1;;
15036 :[FH])
15037 ac_file_inputs=
15038 for ac_f
15039 do
15040 case $ac_f in
15041 -) ac_f="$tmp/stdin";;
15042 *) # Look for the file first in the build tree, then in the source tree
15043 # (if the path is not absolute). The absolute path cannot be DOS-style,
15044 # because $ac_f cannot contain `:'.
15045 test -f "$ac_f" ||
15046 case $ac_f in
15047 [\\/$]*) false;;
15048 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15049 esac ||
15050 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15051 esac
15052 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15053 as_fn_append ac_file_inputs " '$ac_f'"
15054 done
c6b750e1 15055
81ecdfbb
RW
15056 # Let's still pretend it is `configure' which instantiates (i.e., don't
15057 # use $as_me), people would be surprised to read:
15058 # /* config.h. Generated by config.status. */
15059 configure_input='Generated from '`
15060 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15061 `' by configure.'
15062 if test x"$ac_file" != x-; then
15063 configure_input="$ac_file. $configure_input"
15064 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15065$as_echo "$as_me: creating $ac_file" >&6;}
a0da8069 15066 fi
81ecdfbb
RW
15067 # Neutralize special characters interpreted by sed in replacement strings.
15068 case $configure_input in #(
15069 *\&* | *\|* | *\\* )
15070 ac_sed_conf_input=`$as_echo "$configure_input" |
15071 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15072 *) ac_sed_conf_input=$configure_input;;
15073 esac
cac3d6c4 15074
81ecdfbb
RW
15075 case $ac_tag in
15076 *:-:* | *:-) cat >"$tmp/stdin" \
15077 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15078 esac
15079 ;;
a0da8069 15080 esac
252b5132 15081
81ecdfbb 15082 ac_dir=`$as_dirname -- "$ac_file" ||
c6b750e1
DJ
15083$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15084 X"$ac_file" : 'X\(//\)[^/]' \| \
15085 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15086 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15087$as_echo X"$ac_file" |
15088 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15089 s//\1/
15090 q
15091 }
15092 /^X\(\/\/\)[^/].*/{
15093 s//\1/
15094 q
15095 }
15096 /^X\(\/\/\)$/{
15097 s//\1/
15098 q
15099 }
15100 /^X\(\/\).*/{
15101 s//\1/
15102 q
15103 }
15104 s/.*/./; q'`
15105 as_dir="$ac_dir"; as_fn_mkdir_p
c6b750e1 15106 ac_builddir=.
252b5132 15107
81ecdfbb
RW
15108case "$ac_dir" in
15109.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15110*)
15111 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15112 # A ".." for each directory in $ac_dir_suffix.
15113 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15114 case $ac_top_builddir_sub in
15115 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15116 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15117 esac ;;
15118esac
15119ac_abs_top_builddir=$ac_pwd
15120ac_abs_builddir=$ac_pwd$ac_dir_suffix
15121# for backward compatibility:
15122ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
15123
15124case $srcdir in
81ecdfbb 15125 .) # We are building in place.
c6b750e1 15126 ac_srcdir=.
81ecdfbb
RW
15127 ac_top_srcdir=$ac_top_builddir_sub
15128 ac_abs_top_srcdir=$ac_pwd ;;
15129 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 15130 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15131 ac_top_srcdir=$srcdir
15132 ac_abs_top_srcdir=$srcdir ;;
15133 *) # Relative name.
15134 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15135 ac_top_srcdir=$ac_top_build_prefix$srcdir
15136 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 15137esac
81ecdfbb 15138ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15139
252b5132 15140
81ecdfbb
RW
15141 case $ac_mode in
15142 :F)
15143 #
15144 # CONFIG_FILE
15145 #
c6b750e1
DJ
15146
15147 case $INSTALL in
15148 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 15149 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
a0da8069 15150 esac
81ecdfbb 15151_ACEOF
252b5132 15152
81ecdfbb
RW
15153cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15154# If the template does not know about datarootdir, expand it.
15155# FIXME: This hack should be removed a few years after 2.60.
15156ac_datarootdir_hack=; ac_datarootdir_seen=
15157ac_sed_dataroot='
15158/datarootdir/ {
15159 p
15160 q
15161}
15162/@datadir@/p
15163/@docdir@/p
15164/@infodir@/p
15165/@localedir@/p
15166/@mandir@/p'
15167case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15168*datarootdir*) ac_datarootdir_seen=yes;;
15169*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15170 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15171$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
c6b750e1 15172_ACEOF
81ecdfbb
RW
15173cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15174 ac_datarootdir_hack='
15175 s&@datadir@&$datadir&g
15176 s&@docdir@&$docdir&g
15177 s&@infodir@&$infodir&g
15178 s&@localedir@&$localedir&g
15179 s&@mandir@&$mandir&g
15180 s&\\\${datarootdir}&$datarootdir&g' ;;
15181esac
15182_ACEOF
15183
15184# Neutralize VPATH when `$srcdir' = `.'.
15185# Shell code in configure.ac might set extrasub.
15186# FIXME: do we really want to maintain this feature?
15187cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15188ac_sed_extra="$ac_vpsub
c6b750e1
DJ
15189$extrasub
15190_ACEOF
81ecdfbb 15191cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1
DJ
15192:t
15193/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15194s|@configure_input@|$ac_sed_conf_input|;t t
15195s&@top_builddir@&$ac_top_builddir_sub&;t t
15196s&@top_build_prefix@&$ac_top_build_prefix&;t t
15197s&@srcdir@&$ac_srcdir&;t t
15198s&@abs_srcdir@&$ac_abs_srcdir&;t t
15199s&@top_srcdir@&$ac_top_srcdir&;t t
15200s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15201s&@builddir@&$ac_builddir&;t t
15202s&@abs_builddir@&$ac_abs_builddir&;t t
15203s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15204s&@INSTALL@&$ac_INSTALL&;t t
15205$ac_datarootdir_hack
15206"
15207eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15208if $ac_cs_awk_getline; then
15209 $AWK -f "$tmp/subs.awk"
15210else
15211 $AWK -f "$tmp/subs.awk" | $SHELL
15212fi >$tmp/out \
15213 || as_fn_error "could not create $ac_file" "$LINENO" 5
15214
15215test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15216 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15217 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15218 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15219which seems to be undefined. Please make sure it is defined." >&5
15220$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15221which seems to be undefined. Please make sure it is defined." >&2;}
15222
15223 rm -f "$tmp/stdin"
15224 case $ac_file in
15225 -) cat "$tmp/out" && rm -f "$tmp/out";;
15226 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15227 esac \
15228 || as_fn_error "could not create $ac_file" "$LINENO" 5
15229 ;;
c148b4cb 15230
c148b4cb 15231
c148b4cb 15232
81ecdfbb
RW
15233 esac
15234
06a51eac
RW
15235
15236 case $ac_file$ac_mode in
15237 "Makefile":F) sed "$extrasub_build" Makefile |
15238 sed "$extrasub_host" |
15239 sed "$extrasub_target" > mf$$
15240 mv -f mf$$ Makefile ;;
15241
15242 esac
81ecdfbb
RW
15243done # for ac_tag
15244
15245
15246as_fn_exit 0
c6b750e1 15247_ACEOF
c6b750e1
DJ
15248ac_clean_files=$ac_clean_files_save
15249
81ecdfbb
RW
15250test $ac_write_fail = 0 ||
15251 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15252
c6b750e1
DJ
15253
15254# configure is writing to config.log, and then calls config.status.
15255# config.status does its own redirection, appending to config.log.
15256# Unfortunately, on DOS this fails, as config.log is still kept open
15257# by configure, so config.status won't be able to write to it; its
15258# output is simply discarded. So we exec the FD to /dev/null,
15259# effectively closing config.log, so it can be properly (re)opened and
15260# appended to by config.status. When coming back to configure, we
15261# need to make the FD available again.
15262if test "$no_create" != yes; then
15263 ac_cs_success=:
15264 ac_config_status_args=
15265 test "$silent" = yes &&
15266 ac_config_status_args="$ac_config_status_args --quiet"
15267 exec 5>/dev/null
15268 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15269 exec 5>>config.log
15270 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15271 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15272 $ac_cs_success || as_fn_exit $?
15273fi
15274if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15276$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c6b750e1 15277fi
c148b4cb 15278
This page took 2.354049 seconds and 4 git commands to generate.