2011-03-24 Paolo Bonzini <bonzini@gnu.org>
[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
4e206d7e
DB
6752 mep*-*-*)
6753 target_makefile_frag="config/mt-mep"
6754 ;;
77d7106f
AM
6755 spu-*-*)
6756 target_makefile_frag="config/mt-spu"
6757 ;;
429acdec
RS
6758 mips*-sde-elf*)
6759 target_makefile_frag="config/mt-sde"
6760 ;;
f3b1e08e
RS
6761 mipsisa*-*-elfoabi*)
6762 target_makefile_frag="config/mt-mips-elfoabi"
6763 ;;
e7c8859c
RS
6764 mips*-*-*linux* | mips*-*-gnu*)
6765 target_makefile_frag="config/mt-mips-gnu"
6766 ;;
2a3124ca 6767 *-*-netware*)
a0da8069
NN
6768 target_makefile_frag="config/mt-netware"
6769 ;;
29383458 6770 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 6771 target_makefile_frag="config/mt-gnu"
a0da8069
NN
6772 ;;
6773 *-*-aix4.[3456789]* | *-*-aix[56789].*)
c6b750e1 6774 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
a0da8069
NN
6775 # commands to handle both 32-bit and 64-bit objects. These flags are
6776 # harmless if we're using GNU nm or ar.
6777 extra_arflags_for_target=" -X32_64"
6778 extra_nmflags_for_target=" -B -X32_64"
6779 ;;
92f4e989
JM
6780 *-*-darwin[3-9]*)
6781 # ranlib before Darwin10 requires the -c flag to look at common symbols.
a0da8069
NN
6782 extra_ranlibflags_for_target=" -c"
6783 ;;
6784 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
6785 target_makefile_frag="config/mt-wince"
6786 ;;
6787esac
6788
6789alphaieee_frag=/dev/null
6790case $target in
6791 alpha*-*-*)
6792 # This just makes sure to use the -mieee option to build target libs.
6793 # This should probably be set individually by each library.
6794 alphaieee_frag="config/mt-alphaieee"
6795 ;;
6796esac
6797
6798# If --enable-target-optspace always use -Os instead of -O2 to build
6799# the target libraries, similarly if it is not specified, use -Os
6800# on selected platforms.
6801ospace_frag=/dev/null
6802case "${enable_target_optspace}:${target}" in
6803 yes:*)
6804 ospace_frag="config/mt-ospace"
6805 ;;
6806 :d30v-*)
6807 ospace_frag="config/mt-d30v"
6808 ;;
6809 :m32r-* | :d10v-* | :fr30-*)
6810 ospace_frag="config/mt-ospace"
6811 ;;
6812 no:* | :*)
6813 ;;
6814 *)
6815 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6816 ;;
6817esac
6818
a0da8069
NN
6819# Default to using --with-stabs for certain targets.
6820if test x${with_stabs} = x ; then
6821 case "${target}" in
e31d1ea3 6822 mips*-*-irix[56]*)
a0da8069
NN
6823 ;;
6824 mips*-*-* | alpha*-*-osf*)
6825 with_stabs=yes;
6826 extra_host_args="${extra_host_args} --with-stabs"
6827 ;;
6828 esac
6829fi
6830
6831# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6832# them automatically.
6833case "${host}" in
c6b750e1 6834 hppa*64*-*-hpux11*)
a0da8069
NN
6835 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6836 ;;
6837esac
6838
a0da8069
NN
6839# Some systems (e.g., one of the i386-aix systems the gas testers are
6840# using) don't handle "\$" correctly, so don't use it here.
c6b750e1 6841tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
6842build_tooldir=${tooldir}
6843
a0da8069
NN
6844# Create a .gdbinit file which runs the one in srcdir
6845# and tells GDB to look there for source files.
6846
6847if test -r ${srcdir}/.gdbinit ; then
6848 case ${srcdir} in
6849 .) ;;
6850 *) cat > ./.gdbinit <<EOF
6851# ${NO_EDIT}
6852dir ${srcdir}
6853dir .
6854source ${srcdir}/.gdbinit
6855EOF
6856 ;;
6857 esac
6858fi
6859
a0da8069
NN
6860# Make sure that the compiler is able to generate an executable. If it
6861# can't, we are probably in trouble. We don't care whether we can run the
6862# executable--we might be using a cross compiler--we only care whether it
6863# can be created. At this point the main configure script has set CC.
6864we_are_ok=no
6865echo "int main () { return 0; }" > conftest.c
6866${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6867if test $? = 0 ; then
6868 if test -s conftest || test -s conftest.exe ; then
6869 we_are_ok=yes
6870 fi
c6b750e1 6871fi
a0da8069
NN
6872case $we_are_ok in
6873 no)
6874 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6875 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6876 rm -f conftest*
6877 exit 1
6878 ;;
6879esac
6880rm -f conftest*
6881
6882# The Solaris /usr/ucb/cc compiler does not appear to work.
6883case "${host}" in
6884 sparc-sun-solaris2*)
6885 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
6886 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6887 could_use=
6888 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
6889 if test -d /opt/cygnus/bin ; then
6890 if test "$could_use" = "" ; then
6891 could_use="/opt/cygnus/bin"
6892 else
6893 could_use="$could_use or /opt/cygnus/bin"
6894 fi
6895 fi
6896 if test "$could_use" = "" ; then
6897 echo "Warning: compilation may fail because you're using"
6898 echo "/usr/ucb/cc. You should change your PATH or CC "
6899 echo "variable and rerun configure."
6900 else
6901 echo "Warning: compilation may fail because you're using"
6902 echo "/usr/ucb/cc, when you should use the C compiler from"
6903 echo "$could_use. You should change your"
6904 echo "PATH or CC variable and rerun configure."
6905 fi
6906 fi
6907 ;;
6908esac
6909
3bbd2f8f 6910# Decide which environment variable is used to find dynamic libraries.
a0da8069
NN
6911case "${host}" in
6912 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
3516a403 6913 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 6914 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
a0da8069
NN
6915 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6916esac
6917
3bbd2f8f 6918# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
6919# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6920# built executables to PATH.
3bbd2f8f
AL
6921if test "$RPATH_ENVVAR" = PATH; then
6922 GCC_SHLIB_SUBDIR=/shlib
6923else
6924 GCC_SHLIB_SUBDIR=
6925fi
6926
a0da8069
NN
6927# Record target_configdirs and the configure arguments for target and
6928# build configuration in Makefile.
6929target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6a9cf61e 6930build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
a0da8069 6931
2aa2364a
JR
6932# If we are building libgomp, bootstrap it.
6933if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6934 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6935fi
6936
a0da8069
NN
6937# Determine whether gdb needs tk/tcl or not.
6938# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6939# and in that case we want gdb to be built without tk. Ugh!
6940# In fact I believe gdb is the *only* package directly dependent on tk,
6941# so we should be able to put the 'maybe's in unconditionally and
6942# leave out the maybe dependencies when enable_gdbtk is false. I'm not
6943# 100% sure that that's safe though.
c180f501 6944
675c6968 6945gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
a0da8069
NN
6946case "$enable_gdbtk" in
6947 no)
6948 GDB_TK="" ;;
c180f501
AC
6949 yes)
6950 GDB_TK="${gdb_tk}" ;;
a0da8069 6951 *)
c180f501
AC
6952 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6953 # distro. Eventually someone will fix this and move Insight, nee
6954 # gdbtk to a separate directory.
6955 if test -d ${srcdir}/gdb/gdbtk ; then
6956 GDB_TK="${gdb_tk}"
6957 else
6958 GDB_TK=""
6959 fi
6960 ;;
a0da8069 6961esac
907be67c
DJ
6962CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6963INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
a0da8069 6964
6bd3dfaa 6965# Strip out unwanted targets.
dd12c3a8
NN
6966
6967# While at that, we remove Makefiles if we were started for recursive
6968# configuration, so that the top-level Makefile reconfigures them,
6969# like we used to do when configure itself was recursive.
dd12c3a8 6970
06a51eac
RW
6971# Loop over modules. We used to use the "$extrasub" feature from Autoconf
6972# but now we're fixing up the Makefile ourselves with the additional
6973# commands passed to AC_CONFIG_FILES. Use separate variables
6974# extrasub-{build,host,target} not because there is any reason to split
6975# the substitutions up that way, but only to remain below the limit of
6976# 99 commands in a script, for HP-UX sed.
6977# Do not nest @if/@endif pairs, because configure will not warn you at all.
dd12c3a8 6978
81ecdfbb
RW
6979# Check whether --enable-bootstrap was given.
6980if test "${enable_bootstrap+set}" = set; then :
6981 enableval=$enable_bootstrap;
319cab08 6982else
9cb3fa6f 6983 enable_bootstrap=default
81ecdfbb
RW
6984fi
6985
319cab08 6986
9cb3fa6f
PB
6987# Issue errors and warnings for invalid/strange bootstrap combinations.
6988case "$configdirs" in
6989 *gcc*) have_compiler=yes ;;
6990 *) have_compiler=no ;;
6991esac
6992
6993case "$have_compiler:$host:$target:$enable_bootstrap" in
6994 *:*:*:no) ;;
6995
0aed8855 6996 # Default behavior. Enable bootstrap if we have a compiler
9cb3fa6f
PB
6997 # and we are in a native configuration.
6998 yes:$build:$build:default)
0aed8855 6999 enable_bootstrap=yes ;;
9cb3fa6f
PB
7000
7001 *:*:*:default)
7002 enable_bootstrap=no ;;
7003
7004 # We have a compiler and we are in a native configuration, bootstrap is ok
80911fe1 7005 yes:$build:$build:yes)
9cb3fa6f
PB
7006 ;;
7007
7008 # Other configurations, but we have a compiler. Assume the user knows
7009 # what he's doing.
80911fe1 7010 yes:*:*:yes)
81ecdfbb
RW
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7012$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
9cb3fa6f
PB
7013 ;;
7014
7015 # No compiler: if they passed --enable-bootstrap explicitly, fail
80911fe1 7016 no:*:*:yes)
81ecdfbb 7017 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
9cb3fa6f
PB
7018
7019 # Fail if wrong command line
7020 *)
81ecdfbb 7021 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
9cb3fa6f
PB
7022 ;;
7023esac
7024
4385ad3c
RW
7025case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7026 *,c++,*:yes:yes) ;;
7027 *:yes:yes)
7028 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7029 ;;
7030esac
7031
16b1ad29
RW
7032case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7033 yes:yes:*\ gold\ *:*,c++,*) ;;
7034 yes:yes:*\ gold\ *:*)
7035 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7036 ;;
7037esac
7038
9cb3fa6f 7039# Adjust the toplevel makefile according to whether bootstrap was selected.
96655cc4 7040case $enable_bootstrap in
319cab08 7041 yes)
96655cc4
AO
7042 bootstrap_suffix=bootstrap
7043 BUILD_CONFIG=bootstrap-debug
7044 ;;
319cab08 7045 no)
96655cc4
AO
7046 bootstrap_suffix=no-bootstrap
7047 BUILD_CONFIG=
7048 ;;
319cab08
PB
7049esac
7050
96655cc4
AO
7051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7052$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7053
7054
7055# Check whether --with-build-config was given.
7056if test "${with_build_config+set}" = set; then :
7057 withval=$with_build_config; case $with_build_config in
7058 yes) with_build_config= ;;
7059 no) with_build_config= BUILD_CONFIG= ;;
7060 esac
7061fi
7062
7063
7064if test "x${with_build_config}" != x; then
7065 BUILD_CONFIG=$with_build_config
7066else
7067 case $BUILD_CONFIG in
7068 bootstrap-debug)
7069 if echo "int f (void) { return 0; }" > conftest.c &&
7070 ${CC} -c conftest.c &&
7071 mv conftest.o conftest.o.g0 &&
7072 ${CC} -c -g conftest.c &&
7073 mv conftest.o conftest.o.g &&
a009f2e7 7074 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
96655cc4
AO
7075 :
7076 else
7077 BUILD_CONFIG=
7078 fi
7079 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7080 ;;
7081 esac
7082fi
7083{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7084$as_echo "$BUILD_CONFIG" >&6; }
7085
7086
06a51eac 7087extrasub_build=
6a9cf61e 7088for module in ${build_configdirs} ; do
498d4a71
CF
7089 if test -z "${no_recursion}" \
7090 && test -f ${build_subdir}/${module}/Makefile; then
7091 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7092 rm -f ${build_subdir}/${module}/Makefile
7093 fi
06a51eac 7094 extrasub_build="$extrasub_build
498d4a71
CF
7095/^@if build-$module\$/d
7096/^@endif build-$module\$/d
7097/^@if build-$module-$bootstrap_suffix\$/d
7098/^@endif build-$module-$bootstrap_suffix\$/d"
7099done
06a51eac 7100extrasub_host=
498d4a71 7101for module in ${configdirs} ; do
80911fe1 7102 if test -z "${no_recursion}"; then
8cf39b1b 7103 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
7104 if test -f ${file}; then
7105 echo 1>&2 "*** removing ${file} to force reconfigure"
7106 rm -f ${file}
7107 fi
7108 done
498d4a71 7109 fi
06a51eac 7110 extrasub_host="$extrasub_host
498d4a71
CF
7111/^@if $module\$/d
7112/^@endif $module\$/d
7113/^@if $module-$bootstrap_suffix\$/d
7114/^@endif $module-$bootstrap_suffix\$/d"
7115done
06a51eac 7116extrasub_target=
498d4a71
CF
7117for module in ${target_configdirs} ; do
7118 if test -z "${no_recursion}" \
7119 && test -f ${target_subdir}/${module}/Makefile; then
7120 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7121 rm -f ${target_subdir}/${module}/Makefile
7122 fi
e8a5fa9c
RW
7123
7124 # We only bootstrap target libraries listed in bootstrap_target_libs.
7125 case $bootstrap_target_libs in
7126 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7127 *) target_bootstrap_suffix=no-bootstrap ;;
7128 esac
7129
06a51eac 7130 extrasub_target="$extrasub_target
498d4a71
CF
7131/^@if target-$module\$/d
7132/^@endif target-$module\$/d
e8a5fa9c
RW
7133/^@if target-$module-$target_bootstrap_suffix\$/d
7134/^@endif target-$module-$target_bootstrap_suffix\$/d"
498d4a71
CF
7135done
7136
06a51eac
RW
7137# Do the final fixup along with target modules.
7138extrasub_target="$extrasub_target
6bd3dfaa 7139/^@if /,/^@endif /d"
a0da8069
NN
7140
7141# Create the serialization dependencies. This uses a temporary file.
7142
81ecdfbb
RW
7143# Check whether --enable-serial-configure was given.
7144if test "${enable_serial_configure+set}" = set; then :
7145 enableval=$enable_serial_configure;
7146fi
e6bfb94a
AO
7147
7148
1047cb91
DD
7149case ${enable_serial_configure} in
7150 yes)
7151 enable_serial_build_configure=yes
7152 enable_serial_host_configure=yes
7153 enable_serial_target_configure=yes
7154 ;;
7155esac
7156
a0da8069
NN
7157# These force 'configure's to be done one at a time, to avoid problems
7158# with contention over a shared config.cache.
7159rm -f serdep.tmp
e6bfb94a 7160echo '# serdep.tmp' > serdep.tmp
a0da8069 7161olditem=
1047cb91 7162test "x${enable_serial_build_configure}" = xyes &&
a0da8069
NN
7163for item in ${build_configdirs} ; do
7164 case ${olditem} in
7165 "") ;;
e6bfb94a 7166 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7167 esac
7168 olditem=${item}
7169done
7170olditem=
1047cb91 7171test "x${enable_serial_host_configure}" = xyes &&
a0da8069
NN
7172for item in ${configdirs} ; do
7173 case ${olditem} in
7174 "") ;;
e6bfb94a 7175 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7176 esac
7177 olditem=${item}
7178done
7179olditem=
1047cb91 7180test "x${enable_serial_target_configure}" = xyes &&
a0da8069
NN
7181for item in ${target_configdirs} ; do
7182 case ${olditem} in
7183 "") ;;
e6bfb94a 7184 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7185 esac
7186 olditem=${item}
7187done
7188serialization_dependencies=serdep.tmp
7189
7190
e6bfb94a 7191# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1 7192# target, nonopt, and variable assignments. These are the ones we
30167e0a
NC
7193# might not want to pass down to subconfigures. The exception being
7194# --cache-file=/dev/null, which is used to turn off the use of cache
7195# files altogether, and which should be passed on to subconfigures.
7196# Also strip program-prefix, program-suffix, and program-transform-name,
7197# so that we can pass down a consistent program-transform-name.
c6b750e1 7198baseargs=
65b4571a 7199tbaseargs=
c6b750e1
DJ
7200keep_next=no
7201skip_next=no
7202eval "set -- $ac_configure_args"
18f6b6ee
PB
7203for ac_arg
7204do
c6b750e1
DJ
7205 if test X"$skip_next" = X"yes"; then
7206 skip_next=no
7207 continue
7208 fi
7209 if test X"$keep_next" = X"yes"; then
7210 case $ac_arg in
7211 *\'*)
7212 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7213 esac
7214 baseargs="$baseargs '$ac_arg'"
65b4571a 7215 tbaseargs="$tbaseargs '$ac_arg'"
c6b750e1
DJ
7216 keep_next=no
7217 continue
7218 fi
7219
7220 # Handle separated arguments. Based on the logic generated by
7221 # autoconf 2.59.
7222 case $ac_arg in
7223 *=* | --config-cache | -C | -disable-* | --disable-* \
7224 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7225 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7226 | -with-* | --with-* | -without-* | --without-* | --x)
7227 separate_arg=no
7228 ;;
7229 -*)
7230 separate_arg=yes
7231 ;;
7232 *)
7233 separate_arg=no
7234 ;;
7235 esac
7236
65b4571a
AO
7237 skip_targ=no
7238 case $ac_arg in
7239
7240 --with-* | --without-*)
7241 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7242
7243 case $libopt in
7244 *[-_]include)
7245 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7246 ;;
7247 *[-_]lib)
7248 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7249 ;;
7250 *)
7251 lib=$libopt
7252 ;;
7253 esac
7254
7255
7256 case $lib in
7257 mpc | mpfr | gmp | ppl | cloog)
7258 # If we're processing --with-$lib, --with-$lib-include or
7259 # --with-$lib-lib, for one of the libs above, and target is
7260 # different from host, don't pass the current argument to any
7261 # target library's configure.
7262 if test x$is_cross_compiler = xyes; then
7263 skip_targ=yes
7264 fi
7265 ;;
7266 esac
7267 ;;
7268 esac
7269
c6b750e1 7270 case "$ac_arg" in
30167e0a
NC
7271 --cache-file=/dev/null | \
7272 -cache-file=/dev/null )
7273 # Handled here to avoid the test to skip args below.
7274 baseargs="$baseargs '$ac_arg'"
65b4571a 7275 tbaseargs="$tbaseargs '$ac_arg'"
30167e0a
NC
7276 # Assert: $separate_arg should always be no.
7277 keep_next=$separate_arg
7278 ;;
c6b750e1
DJ
7279 --no*)
7280 continue
7281 ;;
7282 --c* | \
7283 --sr* | \
7284 --ho* | \
7285 --bu* | \
7286 --t* | \
7287 --program-* | \
7288 -cache_file* | \
7289 -srcdir* | \
7290 -host* | \
7291 -build* | \
7292 -target* | \
7293 -program-prefix* | \
7294 -program-suffix* | \
7295 -program-transform-name* )
7296 skip_next=$separate_arg
7297 continue
7298 ;;
7299 -*)
7300 # An option. Add it.
7301 case $ac_arg in
7302 *\'*)
7303 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7304 esac
7305 baseargs="$baseargs '$ac_arg'"
65b4571a
AO
7306 if test X"$skip_targ" = Xno; then
7307 tbaseargs="$tbaseargs '$ac_arg'"
7308 fi
c6b750e1
DJ
7309 keep_next=$separate_arg
7310 ;;
7311 *)
7312 # Either a variable assignment, or a nonopt (triplet). Don't
7313 # pass it down; let the Makefile handle this.
7314 continue
7315 ;;
7316 esac
7317done
7318# Remove the initial space we just introduced and, as these will be
7319# expanded by make, quote '$'.
7320baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
a0da8069 7321
f27d4f92
DJ
7322# Add in --program-transform-name, after --program-prefix and
7323# --program-suffix have been applied to it. Autoconf has already
7324# doubled dollar signs and backslashes in program_transform_name; we want
7325# the backslashes un-doubled, and then the entire thing wrapped in single
c6b750e1 7326# quotes, because this will be expanded first by make and then by the shell.
f27d4f92
DJ
7327# Also, because we want to override the logic in subdir configure scripts to
7328# choose program_transform_name, replace any s,x,x, with s,y,y,.
7329sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7330${program_transform_name}
7331EOF_SED
7332gcc_transform_name=`cat conftestsed.out`
7333rm -f conftestsed.out
7334baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
65b4571a 7335tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
7336if test "$silent" = yes; then
7337 baseargs="$baseargs --silent"
65b4571a 7338 tbaseargs="$tbaseargs --silent"
2444379b 7339fi
34a0f3cf 7340baseargs="$baseargs --disable-option-checking"
65b4571a 7341tbaseargs="$tbaseargs --disable-option-checking"
f27d4f92 7342
4074d5f2
RW
7343# Record and document user additions to sub configure arguments.
7344
7345
7346
7347
a0da8069
NN
7348# For the build-side libraries, we just need to pretend we're native,
7349# and not use the same cache file. Multilibs are neither needed nor
7350# desired.
4074d5f2 7351build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
a0da8069
NN
7352
7353# For host modules, accept cache file option, or specification as blank.
7354case "${cache_file}" in
7355"") # empty
7356 cache_file_option="" ;;
7357/* | [A-Za-z]:[\\/]* ) # absolute path
7358 cache_file_option="--cache-file=${cache_file}" ;;
7359*) # relative path
7360 cache_file_option="--cache-file=../${cache_file}" ;;
7361esac
7362
82252c06
NN
7363# Host dirs don't like to share a cache file either, horribly enough.
7364# This seems to be due to autoconf 2.5x stupidity.
4074d5f2 7365host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
a0da8069 7366
65b4571a 7367target_configargs="$target_configargs ${tbaseargs}"
a0da8069
NN
7368
7369# Passing a --with-cross-host argument lets the target libraries know
7370# whether they are being built with a cross-compiler or being built
7371# native. However, it would be better to use other mechanisms to make the
7372# sorts of decisions they want to make on this basis. Please consider
7373# this option to be deprecated. FIXME.
7374if test x${is_cross_compiler} = xyes ; then
c6b750e1 7375 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
a0da8069
NN
7376fi
7377
938d2b74
RW
7378# Default to --enable-multilib.
7379if test x${enable_multilib} = x ; then
a0da8069 7380 target_configargs="--enable-multilib ${target_configargs}"
938d2b74 7381fi
a0da8069
NN
7382
7383# Pass --with-newlib if appropriate. Note that target_configdirs has
7384# changed from the earlier setting of with_newlib.
7385if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7386 target_configargs="--with-newlib ${target_configargs}"
7387fi
7388
95036d20
NN
7389# Different target subdirs use different values of certain variables
7390# (notably CXX). Worse, multilibs use *lots* of different values.
7391# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7392# it doesn't automatically accept command-line overrides of them.
7393# This means it's not safe for target subdirs to share a cache file,
7394# which is disgusting, but there you have it. Hopefully this can be
7395# fixed in future. It's still worthwhile to use a cache file for each
7396# directory. I think.
7397
ae380b45
MS
7398# Pass the appropriate --build, --host, --target and --cache-file arguments.
7399# We need to pass --target, as newer autoconf's requires consistency
7400# for target_alias and gcc doesn't manage it consistently.
4b900473 7401target_configargs="--cache-file=./config.cache ${target_configargs}"
a0da8069 7402
a0da8069
NN
7403FLAGS_FOR_TARGET=
7404case " $target_configdirs " in
7405 *" newlib "*)
7406 case " $target_configargs " in
7407 *" --with-newlib "*)
7408 case "$target" in
1f53ca9a
AO
7409 *-cygwin*)
7410 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'
7411 ;;
a0da8069
NN
7412 esac
7413
7414 # If we're not building GCC, don't discard standard headers.
7415 if test -d ${srcdir}/gcc; then
7416 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7417
7418 if test "${build}" != "${host}"; then
7419 # On Canadian crosses, CC_FOR_TARGET will have already been set
7420 # by `configure', so we won't have an opportunity to add -Bgcc/
7421 # to it. This is right: we don't want to search that directory
7422 # for binaries, but we want the header files in there, so add
7423 # them explicitly.
e552509b 7424 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
a0da8069
NN
7425
7426 # Someone might think of using the pre-installed headers on
7427 # Canadian crosses, in case the installed compiler is not fully
7428 # compatible with the compiler being built. In this case, it
7429 # would be better to flag an error than risking having
7430 # incompatible object files being constructed. We can't
7431 # guarantee that an error will be flagged, but let's hope the
7432 # compiler will do it, when presented with incompatible header
7433 # files.
7434 fi
7435 fi
7436
7437 case "${target}-${is_cross_compiler}" in
ec11bdc6 7438 i[3456789]86-*-linux*-no)
a0da8069
NN
7439 # Here host == target, so we don't need to build gcc,
7440 # so we don't want to discard standard headers.
7441 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7442 ;;
7443 *)
7444 # If we're building newlib, use its generic headers last, but search
7445 # for any libc-related directories first (so make it the last -B
7446 # switch).
7447 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
7448
7449 # If we're building libgloss, find the startup file, simulator library
7450 # and linker script.
7451 case " $target_configdirs " in
7452 *" libgloss "*)
7453 # Look for startup file, simulator library and maybe linker script.
7454 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7455 # Look for libnosys.a in case the target needs it.
7456 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7457 # Most targets have the linker script in the source directory.
7458 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7459 ;;
7460 esac
a0da8069
NN
7461 ;;
7462 esac
7463 ;;
7464 esac
7465 ;;
7466esac
1f53ca9a 7467
45055374 7468case "$target" in
1f53ca9a
AO
7469 x86_64-*mingw* | *-w64-mingw*)
7470 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7471 # however, use a symlink named 'mingw' in ${prefix} .
7472 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7473 ;;
7474 *-mingw*)
7475 # MinGW can't be handled as Cygwin above since it does not use newlib.
7476 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'
7477 ;;
45055374 7478esac
a0da8069 7479
5fbad20a
DD
7480# Allow the user to override the flags for
7481# our build compiler if desired.
c66487f8
NC
7482if test x"${build}" = x"${host}" ; then
7483 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7484 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7485 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7486fi
5fbad20a 7487
a0da8069
NN
7488# On Canadian crosses, we'll be searching the right directories for
7489# the previously-installed cross compiler, so don't bother to add
7490# flags for directories within the install tree of the compiler
7491# being built; programs in there won't even run.
7492if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7493 # Search for pre-installed headers if nothing else fits.
bba45b8b 7494 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
7495fi
7496
7497if test "x${use_gnu_ld}" = x &&
7498 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7499 # Arrange for us to find uninstalled linker scripts.
b00612cc 7500 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
a0da8069
NN
7501fi
7502
a481dbb7
DD
7503# Search for other target-specific linker scripts and such.
7504case "${target}" in
4e206d7e
DB
7505 mep*)
7506 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7507 ;;
7508esac
7509
a0da8069 7510# Makefile fragments.
3e707e94
PB
7511for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7512do
7513 eval fragval=\$$frag
7514 if test $fragval != /dev/null; then
7515 eval $frag=${srcdir}/$fragval
7516 fi
7517done
a0da8069
NN
7518
7519
7520
7521
7522
7523# Miscellanea: directories, flags, etc.
7524
7525
7526
7527
7528
7529
7530
3bbd2f8f 7531
6a9cf61e 7532# Build module lists & subconfigure args.
a0da8069
NN
7533
7534
7535
be01d343
PB
7536# Host module lists & subconfigure args.
7537
7538
7539
911e63d0 7540
be01d343
PB
7541# Target module lists & subconfigure args.
7542
7543
7544
7545# Build tools.
7546
7547
7548
1576798e
PB
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
e552509b 7563
be01d343
PB
7564# Generate default definitions for YACC, M4, LEX and other programs that run
7565# on the build machine. These are used if the Makefile can't locate these
7566# programs in objdir.
7567MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7568
7569for ac_prog in 'bison -y' byacc yacc
7570do
c6b750e1 7571 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7572set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7574$as_echo_n "checking for $ac_word... " >&6; }
7575if test "${ac_cv_prog_YACC+set}" = set; then :
7576 $as_echo_n "(cached) " >&6
be01d343
PB
7577else
7578 if test -n "$YACC"; then
7579 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7580else
c6b750e1
DJ
7581as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7582for as_dir in $PATH
7583do
7584 IFS=$as_save_IFS
7585 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7586 for ac_exec_ext in '' $ac_executable_extensions; do
7587 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7588 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7589 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7590 break 2
7591 fi
7592done
81ecdfbb
RW
7593 done
7594IFS=$as_save_IFS
c6b750e1 7595
be01d343
PB
7596fi
7597fi
c6b750e1 7598YACC=$ac_cv_prog_YACC
be01d343 7599if test -n "$YACC"; then
81ecdfbb
RW
7600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7601$as_echo "$YACC" >&6; }
be01d343 7602else
81ecdfbb
RW
7603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7604$as_echo "no" >&6; }
be01d343
PB
7605fi
7606
81ecdfbb 7607
c6b750e1 7608 test -n "$YACC" && break
be01d343
PB
7609done
7610test -n "$YACC" || YACC="$MISSING bison -y"
7611
7612case " $build_configdirs " in
7613 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7614 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7615esac
7616
7617for ac_prog in bison
7618do
c6b750e1 7619 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7620set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7622$as_echo_n "checking for $ac_word... " >&6; }
7623if test "${ac_cv_prog_BISON+set}" = set; then :
7624 $as_echo_n "(cached) " >&6
be01d343
PB
7625else
7626 if test -n "$BISON"; then
7627 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7628else
c6b750e1
DJ
7629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7630for as_dir in $PATH
7631do
7632 IFS=$as_save_IFS
7633 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7634 for ac_exec_ext in '' $ac_executable_extensions; do
7635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7636 ac_cv_prog_BISON="$ac_prog"
81ecdfbb 7637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7638 break 2
7639 fi
7640done
81ecdfbb
RW
7641 done
7642IFS=$as_save_IFS
c6b750e1 7643
be01d343
PB
7644fi
7645fi
c6b750e1 7646BISON=$ac_cv_prog_BISON
be01d343 7647if test -n "$BISON"; then
81ecdfbb
RW
7648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7649$as_echo "$BISON" >&6; }
be01d343 7650else
81ecdfbb
RW
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7652$as_echo "no" >&6; }
be01d343
PB
7653fi
7654
81ecdfbb 7655
c6b750e1 7656 test -n "$BISON" && break
be01d343
PB
7657done
7658test -n "$BISON" || BISON="$MISSING bison"
7659
7660case " $build_configdirs " in
7661 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7662esac
7663
7664for ac_prog in gm4 gnum4 m4
7665do
c6b750e1 7666 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7667set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7669$as_echo_n "checking for $ac_word... " >&6; }
7670if test "${ac_cv_prog_M4+set}" = set; then :
7671 $as_echo_n "(cached) " >&6
be01d343
PB
7672else
7673 if test -n "$M4"; then
7674 ac_cv_prog_M4="$M4" # Let the user override the test.
7675else
c6b750e1
DJ
7676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7677for as_dir in $PATH
7678do
7679 IFS=$as_save_IFS
7680 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7681 for ac_exec_ext in '' $ac_executable_extensions; do
7682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7683 ac_cv_prog_M4="$ac_prog"
81ecdfbb 7684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7685 break 2
7686 fi
7687done
81ecdfbb
RW
7688 done
7689IFS=$as_save_IFS
c6b750e1 7690
be01d343
PB
7691fi
7692fi
c6b750e1 7693M4=$ac_cv_prog_M4
be01d343 7694if test -n "$M4"; then
81ecdfbb
RW
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7696$as_echo "$M4" >&6; }
be01d343 7697else
81ecdfbb
RW
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7699$as_echo "no" >&6; }
be01d343
PB
7700fi
7701
81ecdfbb 7702
c6b750e1 7703 test -n "$M4" && break
be01d343
PB
7704done
7705test -n "$M4" || M4="$MISSING m4"
7706
7707case " $build_configdirs " in
7708 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7709esac
7710
7711for ac_prog in flex lex
7712do
c6b750e1 7713 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7714set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7716$as_echo_n "checking for $ac_word... " >&6; }
7717if test "${ac_cv_prog_LEX+set}" = set; then :
7718 $as_echo_n "(cached) " >&6
be01d343
PB
7719else
7720 if test -n "$LEX"; then
7721 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7722else
c6b750e1
DJ
7723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7724for as_dir in $PATH
7725do
7726 IFS=$as_save_IFS
7727 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7728 for ac_exec_ext in '' $ac_executable_extensions; do
7729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7730 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 7731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7732 break 2
7733 fi
7734done
81ecdfbb
RW
7735 done
7736IFS=$as_save_IFS
c6b750e1 7737
be01d343
PB
7738fi
7739fi
c6b750e1 7740LEX=$ac_cv_prog_LEX
be01d343 7741if test -n "$LEX"; then
81ecdfbb
RW
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7743$as_echo "$LEX" >&6; }
be01d343 7744else
81ecdfbb
RW
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7746$as_echo "no" >&6; }
be01d343
PB
7747fi
7748
81ecdfbb 7749
c6b750e1 7750 test -n "$LEX" && break
be01d343
PB
7751done
7752test -n "$LEX" || LEX="$MISSING flex"
7753
7754case " $build_configdirs " in
7755 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7756 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7757esac
7758
7759for ac_prog in flex
7760do
c6b750e1 7761 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7762set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7764$as_echo_n "checking for $ac_word... " >&6; }
7765if test "${ac_cv_prog_FLEX+set}" = set; then :
7766 $as_echo_n "(cached) " >&6
be01d343
PB
7767else
7768 if test -n "$FLEX"; then
7769 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7770else
c6b750e1
DJ
7771as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7772for as_dir in $PATH
7773do
7774 IFS=$as_save_IFS
7775 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7776 for ac_exec_ext in '' $ac_executable_extensions; do
7777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7778 ac_cv_prog_FLEX="$ac_prog"
81ecdfbb 7779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7780 break 2
7781 fi
7782done
81ecdfbb
RW
7783 done
7784IFS=$as_save_IFS
c6b750e1 7785
be01d343
PB
7786fi
7787fi
c6b750e1 7788FLEX=$ac_cv_prog_FLEX
be01d343 7789if test -n "$FLEX"; then
81ecdfbb
RW
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7791$as_echo "$FLEX" >&6; }
be01d343 7792else
81ecdfbb
RW
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7794$as_echo "no" >&6; }
be01d343
PB
7795fi
7796
81ecdfbb 7797
c6b750e1 7798 test -n "$FLEX" && break
be01d343
PB
7799done
7800test -n "$FLEX" || FLEX="$MISSING flex"
7801
7802case " $build_configdirs " in
7803 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7804esac
7805
7806for ac_prog in makeinfo
7807do
c6b750e1 7808 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7809set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7811$as_echo_n "checking for $ac_word... " >&6; }
7812if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7813 $as_echo_n "(cached) " >&6
be01d343
PB
7814else
7815 if test -n "$MAKEINFO"; then
7816 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7817else
c6b750e1
DJ
7818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7819for as_dir in $PATH
7820do
7821 IFS=$as_save_IFS
7822 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7823 for ac_exec_ext in '' $ac_executable_extensions; do
7824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7825 ac_cv_prog_MAKEINFO="$ac_prog"
81ecdfbb 7826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7827 break 2
7828 fi
7829done
81ecdfbb
RW
7830 done
7831IFS=$as_save_IFS
c6b750e1 7832
be01d343
PB
7833fi
7834fi
c6b750e1 7835MAKEINFO=$ac_cv_prog_MAKEINFO
be01d343 7836if test -n "$MAKEINFO"; then
81ecdfbb
RW
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7838$as_echo "$MAKEINFO" >&6; }
be01d343 7839else
81ecdfbb
RW
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7841$as_echo "no" >&6; }
be01d343
PB
7842fi
7843
81ecdfbb 7844
c6b750e1 7845 test -n "$MAKEINFO" && break
be01d343
PB
7846done
7847test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7848
7849case " $build_configdirs " in
7850 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7851 *)
7852
10ad8ef3 7853 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
7854 # higher, else we use the "missing" dummy.
7855 if ${MAKEINFO} --version \
10ad8ef3 7856 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
7857 :
7858 else
7859 MAKEINFO="$MISSING makeinfo"
7860 fi
7861 ;;
7862
7863esac
a0da8069 7864
be01d343 7865# FIXME: expect and dejagnu may become build tools?
a0da8069 7866
be01d343
PB
7867for ac_prog in expect
7868do
c6b750e1 7869 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7870set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7872$as_echo_n "checking for $ac_word... " >&6; }
7873if test "${ac_cv_prog_EXPECT+set}" = set; then :
7874 $as_echo_n "(cached) " >&6
be01d343
PB
7875else
7876 if test -n "$EXPECT"; then
7877 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7878else
c6b750e1
DJ
7879as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7880for as_dir in $PATH
7881do
7882 IFS=$as_save_IFS
7883 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7884 for ac_exec_ext in '' $ac_executable_extensions; do
7885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7886 ac_cv_prog_EXPECT="$ac_prog"
81ecdfbb 7887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7888 break 2
7889 fi
7890done
81ecdfbb
RW
7891 done
7892IFS=$as_save_IFS
c6b750e1 7893
be01d343
PB
7894fi
7895fi
c6b750e1 7896EXPECT=$ac_cv_prog_EXPECT
be01d343 7897if test -n "$EXPECT"; then
81ecdfbb
RW
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7899$as_echo "$EXPECT" >&6; }
be01d343 7900else
81ecdfbb
RW
7901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7902$as_echo "no" >&6; }
be01d343 7903fi
a0da8069 7904
81ecdfbb 7905
c6b750e1 7906 test -n "$EXPECT" && break
be01d343
PB
7907done
7908test -n "$EXPECT" || EXPECT="expect"
a0da8069 7909
be01d343
PB
7910case " $configdirs " in
7911 *" expect "*)
7912 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7913 ;;
7914esac
a0da8069 7915
be01d343
PB
7916for ac_prog in runtest
7917do
c6b750e1 7918 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7919set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7921$as_echo_n "checking for $ac_word... " >&6; }
7922if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7923 $as_echo_n "(cached) " >&6
be01d343
PB
7924else
7925 if test -n "$RUNTEST"; then
7926 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7927else
c6b750e1
DJ
7928as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7929for as_dir in $PATH
7930do
7931 IFS=$as_save_IFS
7932 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7933 for ac_exec_ext in '' $ac_executable_extensions; do
7934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7935 ac_cv_prog_RUNTEST="$ac_prog"
81ecdfbb 7936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7937 break 2
7938 fi
7939done
81ecdfbb
RW
7940 done
7941IFS=$as_save_IFS
c6b750e1 7942
be01d343
PB
7943fi
7944fi
c6b750e1 7945RUNTEST=$ac_cv_prog_RUNTEST
be01d343 7946if test -n "$RUNTEST"; then
81ecdfbb
RW
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7948$as_echo "$RUNTEST" >&6; }
be01d343 7949else
81ecdfbb
RW
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7951$as_echo "no" >&6; }
be01d343 7952fi
a0da8069 7953
81ecdfbb 7954
c6b750e1 7955 test -n "$RUNTEST" && break
be01d343
PB
7956done
7957test -n "$RUNTEST" || RUNTEST="runtest"
a0da8069 7958
be01d343
PB
7959case " $configdirs " in
7960 *" dejagnu "*)
6b89cc21 7961 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
7962 ;;
7963esac
a0da8069
NN
7964
7965
a0da8069 7966# Host tools.
859789af
AC
7967ncn_tool_prefix=
7968test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7969ncn_target_tool_prefix=
7970test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7971
9a819804
AO
7972
7973
7974if test -n "$AR"; then
7975 ac_cv_prog_AR=$AR
7976elif test -n "$ac_cv_prog_AR"; then
7977 AR=$ac_cv_prog_AR
7978fi
7979
7980if test -n "$ac_cv_prog_AR"; then
7981 for ncn_progname in ar; do
7982 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7983set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7984{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7985$as_echo_n "checking for $ac_word... " >&6; }
7986if test "${ac_cv_prog_AR+set}" = set; then :
7987 $as_echo_n "(cached) " >&6
9a819804
AO
7988else
7989 if test -n "$AR"; then
7990 ac_cv_prog_AR="$AR" # Let the user override the test.
7991else
7992as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7993for as_dir in $PATH
7994do
7995 IFS=$as_save_IFS
7996 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7997 for ac_exec_ext in '' $ac_executable_extensions; do
7998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 7999 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8001 break 2
8002 fi
8003done
81ecdfbb
RW
8004 done
8005IFS=$as_save_IFS
9a819804
AO
8006
8007fi
8008fi
8009AR=$ac_cv_prog_AR
8010if test -n "$AR"; then
81ecdfbb
RW
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8012$as_echo "$AR" >&6; }
9a819804 8013else
81ecdfbb
RW
8014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8015$as_echo "no" >&6; }
9a819804
AO
8016fi
8017
81ecdfbb 8018
9a819804
AO
8019 done
8020fi
8021
8022for ncn_progname in ar; do
05cbd757
PB
8023 if test -n "$ncn_tool_prefix"; then
8024 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8025set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8027$as_echo_n "checking for $ac_word... " >&6; }
8028if test "${ac_cv_prog_AR+set}" = set; then :
8029 $as_echo_n "(cached) " >&6
859789af
AC
8030else
8031 if test -n "$AR"; then
8032 ac_cv_prog_AR="$AR" # Let the user override the test.
8033else
c6b750e1
DJ
8034as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8035for as_dir in $PATH
8036do
8037 IFS=$as_save_IFS
8038 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8039 for ac_exec_ext in '' $ac_executable_extensions; do
8040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8041 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8043 break 2
8044 fi
8045done
81ecdfbb
RW
8046 done
8047IFS=$as_save_IFS
c6b750e1 8048
859789af
AC
8049fi
8050fi
c6b750e1 8051AR=$ac_cv_prog_AR
859789af 8052if test -n "$AR"; then
81ecdfbb
RW
8053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8054$as_echo "$AR" >&6; }
859789af 8055else
81ecdfbb
RW
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8057$as_echo "no" >&6; }
859789af
AC
8058fi
8059
81ecdfbb 8060
05cbd757
PB
8061 fi
8062 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8063 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8064set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8066$as_echo_n "checking for $ac_word... " >&6; }
8067if test "${ac_cv_prog_AR+set}" = set; then :
8068 $as_echo_n "(cached) " >&6
859789af 8069else
05cbd757
PB
8070 if test -n "$AR"; then
8071 ac_cv_prog_AR="$AR" # Let the user override the test.
859789af 8072else
c6b750e1
DJ
8073as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8074for as_dir in $PATH
8075do
8076 IFS=$as_save_IFS
8077 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8078 for ac_exec_ext in '' $ac_executable_extensions; do
8079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8080 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8082 break 2
8083 fi
8084done
81ecdfbb
RW
8085 done
8086IFS=$as_save_IFS
c6b750e1 8087
859789af
AC
8088fi
8089fi
c6b750e1 8090AR=$ac_cv_prog_AR
05cbd757 8091if test -n "$AR"; then
81ecdfbb
RW
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8093$as_echo "$AR" >&6; }
859789af 8094else
81ecdfbb
RW
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8096$as_echo "no" >&6; }
859789af 8097fi
c6b750e1 8098
81ecdfbb 8099
05cbd757
PB
8100 fi
8101 test -n "$ac_cv_prog_AR" && break
8102done
8103
8104if test -z "$ac_cv_prog_AR" ; then
8105 set dummy ar
8106 if test $build = $host ; then
8107 AR="$2"
859789af 8108 else
05cbd757 8109 AR="${ncn_tool_prefix}$2"
859789af 8110 fi
859789af
AC
8111fi
8112
9a819804
AO
8113
8114
8115if test -n "$AS"; then
8116 ac_cv_prog_AS=$AS
8117elif test -n "$ac_cv_prog_AS"; then
8118 AS=$ac_cv_prog_AS
8119fi
8120
8121if test -n "$ac_cv_prog_AS"; then
8122 for ncn_progname in as; do
8123 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8124set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8126$as_echo_n "checking for $ac_word... " >&6; }
8127if test "${ac_cv_prog_AS+set}" = set; then :
8128 $as_echo_n "(cached) " >&6
9a819804
AO
8129else
8130 if test -n "$AS"; then
8131 ac_cv_prog_AS="$AS" # Let the user override the test.
8132else
8133as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8134for as_dir in $PATH
8135do
8136 IFS=$as_save_IFS
8137 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8138 for ac_exec_ext in '' $ac_executable_extensions; do
8139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8140 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8142 break 2
8143 fi
8144done
81ecdfbb
RW
8145 done
8146IFS=$as_save_IFS
9a819804
AO
8147
8148fi
8149fi
8150AS=$ac_cv_prog_AS
8151if test -n "$AS"; then
81ecdfbb
RW
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8153$as_echo "$AS" >&6; }
9a819804 8154else
81ecdfbb
RW
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8156$as_echo "no" >&6; }
9a819804
AO
8157fi
8158
81ecdfbb 8159
9a819804
AO
8160 done
8161fi
8162
8163for ncn_progname in as; do
05cbd757
PB
8164 if test -n "$ncn_tool_prefix"; then
8165 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8166set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8168$as_echo_n "checking for $ac_word... " >&6; }
8169if test "${ac_cv_prog_AS+set}" = set; then :
8170 $as_echo_n "(cached) " >&6
859789af
AC
8171else
8172 if test -n "$AS"; then
8173 ac_cv_prog_AS="$AS" # Let the user override the test.
c6b750e1
DJ
8174else
8175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8176for as_dir in $PATH
8177do
8178 IFS=$as_save_IFS
8179 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8180 for ac_exec_ext in '' $ac_executable_extensions; do
8181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8182 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8184 break 2
8185 fi
8186done
81ecdfbb
RW
8187 done
8188IFS=$as_save_IFS
c6b750e1 8189
859789af
AC
8190fi
8191fi
c6b750e1 8192AS=$ac_cv_prog_AS
859789af 8193if test -n "$AS"; then
81ecdfbb
RW
8194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8195$as_echo "$AS" >&6; }
859789af 8196else
81ecdfbb
RW
8197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8198$as_echo "no" >&6; }
859789af
AC
8199fi
8200
81ecdfbb 8201
05cbd757
PB
8202 fi
8203 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8204 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8205set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8207$as_echo_n "checking for $ac_word... " >&6; }
8208if test "${ac_cv_prog_AS+set}" = set; then :
8209 $as_echo_n "(cached) " >&6
859789af 8210else
05cbd757
PB
8211 if test -n "$AS"; then
8212 ac_cv_prog_AS="$AS" # Let the user override the test.
859789af 8213else
c6b750e1
DJ
8214as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8215for as_dir in $PATH
8216do
8217 IFS=$as_save_IFS
8218 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8219 for ac_exec_ext in '' $ac_executable_extensions; do
8220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8221 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8223 break 2
8224 fi
8225done
81ecdfbb
RW
8226 done
8227IFS=$as_save_IFS
c6b750e1 8228
859789af
AC
8229fi
8230fi
c6b750e1 8231AS=$ac_cv_prog_AS
05cbd757 8232if test -n "$AS"; then
81ecdfbb
RW
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8234$as_echo "$AS" >&6; }
859789af 8235else
81ecdfbb
RW
8236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8237$as_echo "no" >&6; }
859789af 8238fi
c6b750e1 8239
81ecdfbb 8240
05cbd757
PB
8241 fi
8242 test -n "$ac_cv_prog_AS" && break
8243done
8244
8245if test -z "$ac_cv_prog_AS" ; then
8246 set dummy as
8247 if test $build = $host ; then
8248 AS="$2"
859789af 8249 else
05cbd757 8250 AS="${ncn_tool_prefix}$2"
859789af 8251 fi
859789af
AC
8252fi
8253
9a819804
AO
8254
8255
8256if test -n "$DLLTOOL"; then
8257 ac_cv_prog_DLLTOOL=$DLLTOOL
8258elif test -n "$ac_cv_prog_DLLTOOL"; then
8259 DLLTOOL=$ac_cv_prog_DLLTOOL
8260fi
8261
8262if test -n "$ac_cv_prog_DLLTOOL"; then
8263 for ncn_progname in dlltool; do
8264 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8265set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8267$as_echo_n "checking for $ac_word... " >&6; }
8268if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8269 $as_echo_n "(cached) " >&6
9a819804
AO
8270else
8271 if test -n "$DLLTOOL"; then
8272 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8273else
8274as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8275for as_dir in $PATH
8276do
8277 IFS=$as_save_IFS
8278 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8279 for ac_exec_ext in '' $ac_executable_extensions; do
8280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8281 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8282 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8283 break 2
8284 fi
8285done
81ecdfbb
RW
8286 done
8287IFS=$as_save_IFS
9a819804
AO
8288
8289fi
8290fi
8291DLLTOOL=$ac_cv_prog_DLLTOOL
8292if test -n "$DLLTOOL"; then
81ecdfbb
RW
8293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8294$as_echo "$DLLTOOL" >&6; }
9a819804 8295else
81ecdfbb
RW
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8297$as_echo "no" >&6; }
9a819804
AO
8298fi
8299
81ecdfbb 8300
9a819804
AO
8301 done
8302fi
8303
8304for ncn_progname in dlltool; do
05cbd757
PB
8305 if test -n "$ncn_tool_prefix"; then
8306 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8307set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8309$as_echo_n "checking for $ac_word... " >&6; }
8310if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8311 $as_echo_n "(cached) " >&6
859789af
AC
8312else
8313 if test -n "$DLLTOOL"; then
8314 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8315else
c6b750e1
DJ
8316as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8317for as_dir in $PATH
8318do
8319 IFS=$as_save_IFS
8320 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8321 for ac_exec_ext in '' $ac_executable_extensions; do
8322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8323 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8325 break 2
8326 fi
8327done
81ecdfbb
RW
8328 done
8329IFS=$as_save_IFS
c6b750e1 8330
859789af
AC
8331fi
8332fi
c6b750e1 8333DLLTOOL=$ac_cv_prog_DLLTOOL
859789af 8334if test -n "$DLLTOOL"; then
81ecdfbb
RW
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8336$as_echo "$DLLTOOL" >&6; }
859789af 8337else
81ecdfbb
RW
8338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8339$as_echo "no" >&6; }
859789af
AC
8340fi
8341
81ecdfbb 8342
05cbd757
PB
8343 fi
8344 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8345 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8346set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8348$as_echo_n "checking for $ac_word... " >&6; }
8349if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8350 $as_echo_n "(cached) " >&6
859789af 8351else
05cbd757
PB
8352 if test -n "$DLLTOOL"; then
8353 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
859789af 8354else
c6b750e1
DJ
8355as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8356for as_dir in $PATH
8357do
8358 IFS=$as_save_IFS
8359 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8360 for ac_exec_ext in '' $ac_executable_extensions; do
8361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8362 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8364 break 2
8365 fi
8366done
81ecdfbb
RW
8367 done
8368IFS=$as_save_IFS
c6b750e1 8369
859789af
AC
8370fi
8371fi
c6b750e1 8372DLLTOOL=$ac_cv_prog_DLLTOOL
05cbd757 8373if test -n "$DLLTOOL"; then
81ecdfbb
RW
8374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8375$as_echo "$DLLTOOL" >&6; }
859789af 8376else
81ecdfbb
RW
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8378$as_echo "no" >&6; }
859789af 8379fi
c6b750e1 8380
81ecdfbb 8381
05cbd757
PB
8382 fi
8383 test -n "$ac_cv_prog_DLLTOOL" && break
8384done
8385
8386if test -z "$ac_cv_prog_DLLTOOL" ; then
8387 set dummy dlltool
8388 if test $build = $host ; then
8389 DLLTOOL="$2"
859789af 8390 else
05cbd757 8391 DLLTOOL="${ncn_tool_prefix}$2"
859789af 8392 fi
859789af
AC
8393fi
8394
9a819804
AO
8395
8396
8397if test -n "$LD"; then
8398 ac_cv_prog_LD=$LD
8399elif test -n "$ac_cv_prog_LD"; then
8400 LD=$ac_cv_prog_LD
8401fi
8402
8403if test -n "$ac_cv_prog_LD"; then
8404 for ncn_progname in ld; do
8405 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8406set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8408$as_echo_n "checking for $ac_word... " >&6; }
8409if test "${ac_cv_prog_LD+set}" = set; then :
8410 $as_echo_n "(cached) " >&6
9a819804
AO
8411else
8412 if test -n "$LD"; then
8413 ac_cv_prog_LD="$LD" # Let the user override the test.
8414else
8415as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8416for as_dir in $PATH
8417do
8418 IFS=$as_save_IFS
8419 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8420 for ac_exec_ext in '' $ac_executable_extensions; do
8421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8422 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8424 break 2
8425 fi
8426done
81ecdfbb
RW
8427 done
8428IFS=$as_save_IFS
9a819804
AO
8429
8430fi
8431fi
8432LD=$ac_cv_prog_LD
8433if test -n "$LD"; then
81ecdfbb
RW
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8435$as_echo "$LD" >&6; }
9a819804 8436else
81ecdfbb
RW
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8438$as_echo "no" >&6; }
9a819804
AO
8439fi
8440
81ecdfbb 8441
9a819804
AO
8442 done
8443fi
8444
8445for ncn_progname in ld; do
05cbd757
PB
8446 if test -n "$ncn_tool_prefix"; then
8447 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8448set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8450$as_echo_n "checking for $ac_word... " >&6; }
8451if test "${ac_cv_prog_LD+set}" = set; then :
8452 $as_echo_n "(cached) " >&6
859789af
AC
8453else
8454 if test -n "$LD"; then
8455 ac_cv_prog_LD="$LD" # Let the user override the test.
8456else
c6b750e1
DJ
8457as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8458for as_dir in $PATH
8459do
8460 IFS=$as_save_IFS
8461 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8462 for ac_exec_ext in '' $ac_executable_extensions; do
8463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8464 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8466 break 2
8467 fi
8468done
81ecdfbb
RW
8469 done
8470IFS=$as_save_IFS
c6b750e1 8471
859789af
AC
8472fi
8473fi
c6b750e1 8474LD=$ac_cv_prog_LD
859789af 8475if test -n "$LD"; then
81ecdfbb
RW
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8477$as_echo "$LD" >&6; }
859789af 8478else
81ecdfbb
RW
8479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8480$as_echo "no" >&6; }
859789af
AC
8481fi
8482
81ecdfbb 8483
05cbd757
PB
8484 fi
8485 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8486 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8487set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8489$as_echo_n "checking for $ac_word... " >&6; }
8490if test "${ac_cv_prog_LD+set}" = set; then :
8491 $as_echo_n "(cached) " >&6
859789af 8492else
05cbd757
PB
8493 if test -n "$LD"; then
8494 ac_cv_prog_LD="$LD" # Let the user override the test.
376a0e54 8495else
c6b750e1
DJ
8496as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8497for as_dir in $PATH
8498do
8499 IFS=$as_save_IFS
8500 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8501 for ac_exec_ext in '' $ac_executable_extensions; do
8502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8503 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8505 break 2
8506 fi
8507done
81ecdfbb
RW
8508 done
8509IFS=$as_save_IFS
c6b750e1 8510
859789af
AC
8511fi
8512fi
c6b750e1 8513LD=$ac_cv_prog_LD
05cbd757 8514if test -n "$LD"; then
81ecdfbb
RW
8515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8516$as_echo "$LD" >&6; }
859789af 8517else
81ecdfbb
RW
8518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8519$as_echo "no" >&6; }
859789af 8520fi
c6b750e1 8521
81ecdfbb 8522
05cbd757
PB
8523 fi
8524 test -n "$ac_cv_prog_LD" && break
8525done
8526
8527if test -z "$ac_cv_prog_LD" ; then
8528 set dummy ld
8529 if test $build = $host ; then
8530 LD="$2"
859789af 8531 else
05cbd757 8532 LD="${ncn_tool_prefix}$2"
859789af 8533 fi
859789af
AC
8534fi
8535
9a819804
AO
8536
8537
8538if test -n "$LIPO"; then
8539 ac_cv_prog_LIPO=$LIPO
8540elif test -n "$ac_cv_prog_LIPO"; then
8541 LIPO=$ac_cv_prog_LIPO
8542fi
8543
8544if test -n "$ac_cv_prog_LIPO"; then
8545 for ncn_progname in lipo; do
8546 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8547set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8549$as_echo_n "checking for $ac_word... " >&6; }
8550if test "${ac_cv_prog_LIPO+set}" = set; then :
8551 $as_echo_n "(cached) " >&6
9a819804
AO
8552else
8553 if test -n "$LIPO"; then
8554 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8555else
8556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8557for as_dir in $PATH
8558do
8559 IFS=$as_save_IFS
8560 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8561 for ac_exec_ext in '' $ac_executable_extensions; do
8562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8563 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8565 break 2
8566 fi
8567done
81ecdfbb
RW
8568 done
8569IFS=$as_save_IFS
9a819804
AO
8570
8571fi
8572fi
8573LIPO=$ac_cv_prog_LIPO
8574if test -n "$LIPO"; then
81ecdfbb
RW
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8576$as_echo "$LIPO" >&6; }
9a819804 8577else
81ecdfbb
RW
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8579$as_echo "no" >&6; }
9a819804
AO
8580fi
8581
81ecdfbb 8582
9a819804
AO
8583 done
8584fi
8585
8586for ncn_progname in lipo; do
be01d343
PB
8587 if test -n "$ncn_tool_prefix"; then
8588 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8589set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8591$as_echo_n "checking for $ac_word... " >&6; }
8592if test "${ac_cv_prog_LIPO+set}" = set; then :
8593 $as_echo_n "(cached) " >&6
be01d343
PB
8594else
8595 if test -n "$LIPO"; then
8596 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8597else
c6b750e1
DJ
8598as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8599for as_dir in $PATH
8600do
8601 IFS=$as_save_IFS
8602 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8603 for ac_exec_ext in '' $ac_executable_extensions; do
8604 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8605 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8607 break 2
8608 fi
8609done
81ecdfbb
RW
8610 done
8611IFS=$as_save_IFS
c6b750e1 8612
be01d343
PB
8613fi
8614fi
c6b750e1 8615LIPO=$ac_cv_prog_LIPO
be01d343 8616if test -n "$LIPO"; then
81ecdfbb
RW
8617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8618$as_echo "$LIPO" >&6; }
be01d343 8619else
81ecdfbb
RW
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8621$as_echo "no" >&6; }
be01d343
PB
8622fi
8623
81ecdfbb 8624
be01d343
PB
8625 fi
8626 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8627 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8628set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8630$as_echo_n "checking for $ac_word... " >&6; }
8631if test "${ac_cv_prog_LIPO+set}" = set; then :
8632 $as_echo_n "(cached) " >&6
be01d343
PB
8633else
8634 if test -n "$LIPO"; then
8635 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8636else
c6b750e1
DJ
8637as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8638for as_dir in $PATH
8639do
8640 IFS=$as_save_IFS
8641 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8642 for ac_exec_ext in '' $ac_executable_extensions; do
8643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8644 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8646 break 2
8647 fi
8648done
81ecdfbb
RW
8649 done
8650IFS=$as_save_IFS
c6b750e1 8651
be01d343
PB
8652fi
8653fi
c6b750e1 8654LIPO=$ac_cv_prog_LIPO
be01d343 8655if test -n "$LIPO"; then
81ecdfbb
RW
8656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8657$as_echo "$LIPO" >&6; }
be01d343 8658else
81ecdfbb
RW
8659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8660$as_echo "no" >&6; }
be01d343 8661fi
c6b750e1 8662
81ecdfbb 8663
be01d343
PB
8664 fi
8665 test -n "$ac_cv_prog_LIPO" && break
8666done
8667
8668if test -z "$ac_cv_prog_LIPO" ; then
8669 set dummy lipo
8670 if test $build = $host ; then
8671 LIPO="$2"
8672 else
8673 LIPO="${ncn_tool_prefix}$2"
8674 fi
8675fi
8676
9a819804
AO
8677
8678
8679if test -n "$NM"; then
8680 ac_cv_prog_NM=$NM
8681elif test -n "$ac_cv_prog_NM"; then
8682 NM=$ac_cv_prog_NM
8683fi
8684
8685if test -n "$ac_cv_prog_NM"; then
8686 for ncn_progname in nm; do
8687 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8688set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8690$as_echo_n "checking for $ac_word... " >&6; }
8691if test "${ac_cv_prog_NM+set}" = set; then :
8692 $as_echo_n "(cached) " >&6
859789af
AC
8693else
8694 if test -n "$NM"; then
8695 ac_cv_prog_NM="$NM" # Let the user override the test.
8696else
c6b750e1
DJ
8697as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8698for as_dir in $PATH
8699do
8700 IFS=$as_save_IFS
8701 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8702 for ac_exec_ext in '' $ac_executable_extensions; do
8703 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8704 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8706 break 2
8707 fi
8708done
81ecdfbb
RW
8709 done
8710IFS=$as_save_IFS
c6b750e1 8711
859789af
AC
8712fi
8713fi
c6b750e1 8714NM=$ac_cv_prog_NM
859789af 8715if test -n "$NM"; then
81ecdfbb
RW
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8717$as_echo "$NM" >&6; }
859789af 8718else
81ecdfbb
RW
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8720$as_echo "no" >&6; }
859789af
AC
8721fi
8722
81ecdfbb 8723
9a819804
AO
8724 done
8725fi
8726
8727for ncn_progname in nm; do
8728 if test -n "$ncn_tool_prefix"; then
8729 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8730set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8731{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8732$as_echo_n "checking for $ac_word... " >&6; }
8733if test "${ac_cv_prog_NM+set}" = set; then :
8734 $as_echo_n "(cached) " >&6
859789af 8735else
05cbd757
PB
8736 if test -n "$NM"; then
8737 ac_cv_prog_NM="$NM" # Let the user override the test.
859789af 8738else
c6b750e1
DJ
8739as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8740for as_dir in $PATH
8741do
8742 IFS=$as_save_IFS
8743 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8744 for ac_exec_ext in '' $ac_executable_extensions; do
8745 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8746 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8748 break 2
8749 fi
8750done
81ecdfbb
RW
8751 done
8752IFS=$as_save_IFS
c6b750e1 8753
859789af
AC
8754fi
8755fi
c6b750e1 8756NM=$ac_cv_prog_NM
05cbd757 8757if test -n "$NM"; then
81ecdfbb
RW
8758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8759$as_echo "$NM" >&6; }
859789af 8760else
81ecdfbb
RW
8761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8762$as_echo "no" >&6; }
859789af 8763fi
c6b750e1 8764
81ecdfbb 8765
05cbd757 8766 fi
9a819804
AO
8767 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8768 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8769set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8771$as_echo_n "checking for $ac_word... " >&6; }
8772if test "${ac_cv_prog_NM+set}" = set; then :
8773 $as_echo_n "(cached) " >&6
9a819804
AO
8774else
8775 if test -n "$NM"; then
8776 ac_cv_prog_NM="$NM" # Let the user override the test.
8777else
8778as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8779for as_dir in $PATH
8780do
8781 IFS=$as_save_IFS
8782 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8783 for ac_exec_ext in '' $ac_executable_extensions; do
8784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8785 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8787 break 2
8788 fi
8789done
81ecdfbb
RW
8790 done
8791IFS=$as_save_IFS
9a819804
AO
8792
8793fi
8794fi
8795NM=$ac_cv_prog_NM
8796if test -n "$NM"; then
81ecdfbb
RW
8797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8798$as_echo "$NM" >&6; }
9a819804 8799else
81ecdfbb
RW
8800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8801$as_echo "no" >&6; }
9a819804
AO
8802fi
8803
81ecdfbb 8804
9a819804
AO
8805 fi
8806 test -n "$ac_cv_prog_NM" && break
8807done
8808
8809if test -z "$ac_cv_prog_NM" ; then
8810 set dummy nm
8811 if test $build = $host ; then
8812 NM="$2"
8813 else
8814 NM="${ncn_tool_prefix}$2"
8815 fi
8816fi
8817
8818
8819
8820if test -n "$RANLIB"; then
8821 ac_cv_prog_RANLIB=$RANLIB
8822elif test -n "$ac_cv_prog_RANLIB"; then
8823 RANLIB=$ac_cv_prog_RANLIB
8824fi
8825
8826if test -n "$ac_cv_prog_RANLIB"; then
8827 for ncn_progname in ranlib; do
8828 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8829set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8831$as_echo_n "checking for $ac_word... " >&6; }
8832if test "${ac_cv_prog_RANLIB+set}" = set; then :
8833 $as_echo_n "(cached) " >&6
9a819804
AO
8834else
8835 if test -n "$RANLIB"; then
8836 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8837else
8838as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8839for as_dir in $PATH
8840do
8841 IFS=$as_save_IFS
8842 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8843 for ac_exec_ext in '' $ac_executable_extensions; do
8844 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8845 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8847 break 2
8848 fi
8849done
81ecdfbb
RW
8850 done
8851IFS=$as_save_IFS
9a819804
AO
8852
8853fi
8854fi
8855RANLIB=$ac_cv_prog_RANLIB
8856if test -n "$RANLIB"; then
81ecdfbb
RW
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8858$as_echo "$RANLIB" >&6; }
9a819804 8859else
81ecdfbb
RW
8860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8861$as_echo "no" >&6; }
9a819804
AO
8862fi
8863
81ecdfbb 8864
9a819804
AO
8865 done
8866fi
859789af 8867
9a819804 8868for ncn_progname in ranlib; do
05cbd757
PB
8869 if test -n "$ncn_tool_prefix"; then
8870 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8871set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8873$as_echo_n "checking for $ac_word... " >&6; }
8874if test "${ac_cv_prog_RANLIB+set}" = set; then :
8875 $as_echo_n "(cached) " >&6
859789af
AC
8876else
8877 if test -n "$RANLIB"; then
8878 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8879else
c6b750e1
DJ
8880as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8881for as_dir in $PATH
8882do
8883 IFS=$as_save_IFS
8884 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8885 for ac_exec_ext in '' $ac_executable_extensions; do
8886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8887 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8889 break 2
8890 fi
8891done
81ecdfbb
RW
8892 done
8893IFS=$as_save_IFS
c6b750e1 8894
859789af
AC
8895fi
8896fi
c6b750e1 8897RANLIB=$ac_cv_prog_RANLIB
859789af 8898if test -n "$RANLIB"; then
81ecdfbb
RW
8899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8900$as_echo "$RANLIB" >&6; }
859789af 8901else
81ecdfbb
RW
8902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8903$as_echo "no" >&6; }
859789af
AC
8904fi
8905
81ecdfbb 8906
05cbd757
PB
8907 fi
8908 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8909 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8910set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8912$as_echo_n "checking for $ac_word... " >&6; }
8913if test "${ac_cv_prog_RANLIB+set}" = set; then :
8914 $as_echo_n "(cached) " >&6
859789af 8915else
05cbd757
PB
8916 if test -n "$RANLIB"; then
8917 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
859789af 8918else
c6b750e1
DJ
8919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8920for as_dir in $PATH
8921do
8922 IFS=$as_save_IFS
8923 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8924 for ac_exec_ext in '' $ac_executable_extensions; do
8925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8926 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8928 break 2
8929 fi
8930done
81ecdfbb
RW
8931 done
8932IFS=$as_save_IFS
c6b750e1 8933
859789af
AC
8934fi
8935fi
c6b750e1 8936RANLIB=$ac_cv_prog_RANLIB
05cbd757 8937if test -n "$RANLIB"; then
81ecdfbb
RW
8938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8939$as_echo "$RANLIB" >&6; }
859789af 8940else
81ecdfbb
RW
8941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8942$as_echo "no" >&6; }
859789af 8943fi
c6b750e1 8944
81ecdfbb 8945
859789af 8946 fi
05cbd757
PB
8947 test -n "$ac_cv_prog_RANLIB" && break
8948done
8949
8950if test -z "$ac_cv_prog_RANLIB" ; then
ba98da75 8951 RANLIB="true"
859789af
AC
8952fi
8953
9a819804
AO
8954
8955
8956if test -n "$STRIP"; then
8957 ac_cv_prog_STRIP=$STRIP
8958elif test -n "$ac_cv_prog_STRIP"; then
8959 STRIP=$ac_cv_prog_STRIP
8960fi
8961
8962if test -n "$ac_cv_prog_STRIP"; then
8963 for ncn_progname in strip; do
8964 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8965set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8967$as_echo_n "checking for $ac_word... " >&6; }
8968if test "${ac_cv_prog_STRIP+set}" = set; then :
8969 $as_echo_n "(cached) " >&6
9a819804
AO
8970else
8971 if test -n "$STRIP"; then
8972 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8973else
8974as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8975for as_dir in $PATH
8976do
8977 IFS=$as_save_IFS
8978 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8979 for ac_exec_ext in '' $ac_executable_extensions; do
8980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8981 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 8982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8983 break 2
8984 fi
8985done
81ecdfbb
RW
8986 done
8987IFS=$as_save_IFS
9a819804
AO
8988
8989fi
8990fi
8991STRIP=$ac_cv_prog_STRIP
8992if test -n "$STRIP"; then
81ecdfbb
RW
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8994$as_echo "$STRIP" >&6; }
9a819804 8995else
81ecdfbb
RW
8996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8997$as_echo "no" >&6; }
9a819804
AO
8998fi
8999
81ecdfbb 9000
9a819804
AO
9001 done
9002fi
9003
9004for ncn_progname in strip; do
be01d343
PB
9005 if test -n "$ncn_tool_prefix"; then
9006 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9007set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9009$as_echo_n "checking for $ac_word... " >&6; }
9010if test "${ac_cv_prog_STRIP+set}" = set; then :
9011 $as_echo_n "(cached) " >&6
be01d343
PB
9012else
9013 if test -n "$STRIP"; then
9014 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9015else
c6b750e1
DJ
9016as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9017for as_dir in $PATH
9018do
9019 IFS=$as_save_IFS
9020 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9021 for ac_exec_ext in '' $ac_executable_extensions; do
9022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9023 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9025 break 2
9026 fi
9027done
81ecdfbb
RW
9028 done
9029IFS=$as_save_IFS
c6b750e1 9030
be01d343
PB
9031fi
9032fi
c6b750e1 9033STRIP=$ac_cv_prog_STRIP
be01d343 9034if test -n "$STRIP"; then
81ecdfbb
RW
9035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9036$as_echo "$STRIP" >&6; }
be01d343 9037else
81ecdfbb
RW
9038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9039$as_echo "no" >&6; }
be01d343
PB
9040fi
9041
81ecdfbb 9042
be01d343
PB
9043 fi
9044 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9045 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9046set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9048$as_echo_n "checking for $ac_word... " >&6; }
9049if test "${ac_cv_prog_STRIP+set}" = set; then :
9050 $as_echo_n "(cached) " >&6
be01d343
PB
9051else
9052 if test -n "$STRIP"; then
9053 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9054else
c6b750e1
DJ
9055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9056for as_dir in $PATH
9057do
9058 IFS=$as_save_IFS
9059 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9060 for ac_exec_ext in '' $ac_executable_extensions; do
9061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9062 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9064 break 2
9065 fi
9066done
81ecdfbb
RW
9067 done
9068IFS=$as_save_IFS
c6b750e1 9069
be01d343
PB
9070fi
9071fi
c6b750e1 9072STRIP=$ac_cv_prog_STRIP
be01d343 9073if test -n "$STRIP"; then
81ecdfbb
RW
9074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9075$as_echo "$STRIP" >&6; }
be01d343 9076else
81ecdfbb
RW
9077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9078$as_echo "no" >&6; }
be01d343 9079fi
c6b750e1 9080
81ecdfbb 9081
be01d343
PB
9082 fi
9083 test -n "$ac_cv_prog_STRIP" && break
9084done
9085
9086if test -z "$ac_cv_prog_STRIP" ; then
ba98da75 9087 STRIP="true"
be01d343
PB
9088fi
9089
9a819804
AO
9090
9091
9092if test -n "$WINDRES"; then
9093 ac_cv_prog_WINDRES=$WINDRES
9094elif test -n "$ac_cv_prog_WINDRES"; then
9095 WINDRES=$ac_cv_prog_WINDRES
9096fi
9097
9098if test -n "$ac_cv_prog_WINDRES"; then
9099 for ncn_progname in windres; do
9100 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9101set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9103$as_echo_n "checking for $ac_word... " >&6; }
9104if test "${ac_cv_prog_WINDRES+set}" = set; then :
9105 $as_echo_n "(cached) " >&6
9a819804
AO
9106else
9107 if test -n "$WINDRES"; then
9108 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9109else
9110as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9111for as_dir in $PATH
9112do
9113 IFS=$as_save_IFS
9114 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9115 for ac_exec_ext in '' $ac_executable_extensions; do
9116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9117 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9119 break 2
9120 fi
9121done
81ecdfbb
RW
9122 done
9123IFS=$as_save_IFS
9a819804
AO
9124
9125fi
9126fi
9127WINDRES=$ac_cv_prog_WINDRES
9128if test -n "$WINDRES"; then
81ecdfbb
RW
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9130$as_echo "$WINDRES" >&6; }
9a819804 9131else
81ecdfbb
RW
9132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9133$as_echo "no" >&6; }
9a819804
AO
9134fi
9135
81ecdfbb 9136
9a819804
AO
9137 done
9138fi
9139
9140for ncn_progname in windres; do
05cbd757
PB
9141 if test -n "$ncn_tool_prefix"; then
9142 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9143set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9145$as_echo_n "checking for $ac_word... " >&6; }
9146if test "${ac_cv_prog_WINDRES+set}" = set; then :
9147 $as_echo_n "(cached) " >&6
859789af
AC
9148else
9149 if test -n "$WINDRES"; then
9150 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9151else
c6b750e1
DJ
9152as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9153for as_dir in $PATH
9154do
9155 IFS=$as_save_IFS
9156 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9157 for ac_exec_ext in '' $ac_executable_extensions; do
9158 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9159 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9161 break 2
9162 fi
9163done
81ecdfbb
RW
9164 done
9165IFS=$as_save_IFS
c6b750e1 9166
859789af
AC
9167fi
9168fi
c6b750e1 9169WINDRES=$ac_cv_prog_WINDRES
859789af 9170if test -n "$WINDRES"; then
81ecdfbb
RW
9171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9172$as_echo "$WINDRES" >&6; }
859789af 9173else
81ecdfbb
RW
9174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9175$as_echo "no" >&6; }
859789af
AC
9176fi
9177
81ecdfbb 9178
05cbd757
PB
9179 fi
9180 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9181 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9182set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9184$as_echo_n "checking for $ac_word... " >&6; }
9185if test "${ac_cv_prog_WINDRES+set}" = set; then :
9186 $as_echo_n "(cached) " >&6
859789af 9187else
05cbd757
PB
9188 if test -n "$WINDRES"; then
9189 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
859789af 9190else
c6b750e1
DJ
9191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9192for as_dir in $PATH
9193do
9194 IFS=$as_save_IFS
9195 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9196 for ac_exec_ext in '' $ac_executable_extensions; do
9197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9198 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9200 break 2
9201 fi
9202done
81ecdfbb
RW
9203 done
9204IFS=$as_save_IFS
c6b750e1 9205
859789af
AC
9206fi
9207fi
c6b750e1 9208WINDRES=$ac_cv_prog_WINDRES
05cbd757 9209if test -n "$WINDRES"; then
81ecdfbb
RW
9210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9211$as_echo "$WINDRES" >&6; }
859789af 9212else
81ecdfbb
RW
9213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9214$as_echo "no" >&6; }
859789af 9215fi
c6b750e1 9216
81ecdfbb 9217
05cbd757
PB
9218 fi
9219 test -n "$ac_cv_prog_WINDRES" && break
9220done
9221
9222if test -z "$ac_cv_prog_WINDRES" ; then
9223 set dummy windres
9224 if test $build = $host ; then
9225 WINDRES="$2"
859789af 9226 else
05cbd757 9227 WINDRES="${ncn_tool_prefix}$2"
859789af 9228 fi
859789af
AC
9229fi
9230
9a819804
AO
9231
9232
0c24b341
NC
9233if test -n "$WINDMC"; then
9234 ac_cv_prog_WINDMC=$WINDMC
9235elif test -n "$ac_cv_prog_WINDMC"; then
9236 WINDMC=$ac_cv_prog_WINDMC
9237fi
9238
9239if test -n "$ac_cv_prog_WINDMC"; then
9240 for ncn_progname in windmc; do
9241 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9242set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9244$as_echo_n "checking for $ac_word... " >&6; }
9245if test "${ac_cv_prog_WINDMC+set}" = set; then :
9246 $as_echo_n "(cached) " >&6
0c24b341
NC
9247else
9248 if test -n "$WINDMC"; then
9249 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9250else
9251as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9252for as_dir in $PATH
9253do
9254 IFS=$as_save_IFS
9255 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9256 for ac_exec_ext in '' $ac_executable_extensions; do
9257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9258 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9260 break 2
9261 fi
9262done
81ecdfbb
RW
9263 done
9264IFS=$as_save_IFS
0c24b341
NC
9265
9266fi
9267fi
9268WINDMC=$ac_cv_prog_WINDMC
9269if test -n "$WINDMC"; then
81ecdfbb
RW
9270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9271$as_echo "$WINDMC" >&6; }
0c24b341 9272else
81ecdfbb
RW
9273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9274$as_echo "no" >&6; }
0c24b341
NC
9275fi
9276
81ecdfbb 9277
0c24b341
NC
9278 done
9279fi
9280
9281for ncn_progname in windmc; do
9282 if test -n "$ncn_tool_prefix"; then
9283 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9284set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9285{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9286$as_echo_n "checking for $ac_word... " >&6; }
9287if test "${ac_cv_prog_WINDMC+set}" = set; then :
9288 $as_echo_n "(cached) " >&6
0c24b341
NC
9289else
9290 if test -n "$WINDMC"; then
9291 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9292else
9293as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9294for as_dir in $PATH
9295do
9296 IFS=$as_save_IFS
9297 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9298 for ac_exec_ext in '' $ac_executable_extensions; do
9299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9300 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9302 break 2
9303 fi
9304done
81ecdfbb
RW
9305 done
9306IFS=$as_save_IFS
0c24b341
NC
9307
9308fi
9309fi
9310WINDMC=$ac_cv_prog_WINDMC
9311if test -n "$WINDMC"; then
81ecdfbb
RW
9312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9313$as_echo "$WINDMC" >&6; }
0c24b341 9314else
81ecdfbb
RW
9315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9316$as_echo "no" >&6; }
0c24b341
NC
9317fi
9318
81ecdfbb 9319
0c24b341
NC
9320 fi
9321 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9322 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9323set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9324{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9325$as_echo_n "checking for $ac_word... " >&6; }
9326if test "${ac_cv_prog_WINDMC+set}" = set; then :
9327 $as_echo_n "(cached) " >&6
0c24b341
NC
9328else
9329 if test -n "$WINDMC"; then
9330 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9331else
9332as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9333for as_dir in $PATH
9334do
9335 IFS=$as_save_IFS
9336 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9337 for ac_exec_ext in '' $ac_executable_extensions; do
9338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9339 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9341 break 2
9342 fi
9343done
81ecdfbb
RW
9344 done
9345IFS=$as_save_IFS
0c24b341
NC
9346
9347fi
9348fi
9349WINDMC=$ac_cv_prog_WINDMC
9350if test -n "$WINDMC"; then
81ecdfbb
RW
9351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9352$as_echo "$WINDMC" >&6; }
0c24b341 9353else
81ecdfbb
RW
9354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9355$as_echo "no" >&6; }
0c24b341
NC
9356fi
9357
81ecdfbb 9358
0c24b341
NC
9359 fi
9360 test -n "$ac_cv_prog_WINDMC" && break
9361done
9362
9363if test -z "$ac_cv_prog_WINDMC" ; then
9364 set dummy windmc
9365 if test $build = $host ; then
9366 WINDMC="$2"
9367 else
9368 WINDMC="${ncn_tool_prefix}$2"
9369 fi
9370fi
9371
9372
9373
9a819804
AO
9374if test -n "$OBJCOPY"; then
9375 ac_cv_prog_OBJCOPY=$OBJCOPY
9376elif test -n "$ac_cv_prog_OBJCOPY"; then
9377 OBJCOPY=$ac_cv_prog_OBJCOPY
9378fi
9379
9380if test -n "$ac_cv_prog_OBJCOPY"; then
9381 for ncn_progname in objcopy; do
9382 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9383set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9385$as_echo_n "checking for $ac_word... " >&6; }
9386if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9387 $as_echo_n "(cached) " >&6
9a819804
AO
9388else
9389 if test -n "$OBJCOPY"; then
9390 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9391else
9392as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9393for as_dir in $PATH
9394do
9395 IFS=$as_save_IFS
9396 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9397 for ac_exec_ext in '' $ac_executable_extensions; do
9398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9399 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9401 break 2
9402 fi
9403done
81ecdfbb
RW
9404 done
9405IFS=$as_save_IFS
9a819804
AO
9406
9407fi
9408fi
9409OBJCOPY=$ac_cv_prog_OBJCOPY
9410if test -n "$OBJCOPY"; then
81ecdfbb
RW
9411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9412$as_echo "$OBJCOPY" >&6; }
9a819804 9413else
81ecdfbb
RW
9414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9415$as_echo "no" >&6; }
9a819804
AO
9416fi
9417
81ecdfbb 9418
9a819804
AO
9419 done
9420fi
9421
9422for ncn_progname in objcopy; do
05cbd757
PB
9423 if test -n "$ncn_tool_prefix"; then
9424 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9425set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9427$as_echo_n "checking for $ac_word... " >&6; }
9428if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9429 $as_echo_n "(cached) " >&6
859789af
AC
9430else
9431 if test -n "$OBJCOPY"; then
9432 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9433else
c6b750e1
DJ
9434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9435for as_dir in $PATH
9436do
9437 IFS=$as_save_IFS
9438 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9439 for ac_exec_ext in '' $ac_executable_extensions; do
9440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9441 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9443 break 2
9444 fi
9445done
81ecdfbb
RW
9446 done
9447IFS=$as_save_IFS
c6b750e1 9448
859789af
AC
9449fi
9450fi
c6b750e1 9451OBJCOPY=$ac_cv_prog_OBJCOPY
859789af 9452if test -n "$OBJCOPY"; then
81ecdfbb
RW
9453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9454$as_echo "$OBJCOPY" >&6; }
859789af 9455else
81ecdfbb
RW
9456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9457$as_echo "no" >&6; }
859789af
AC
9458fi
9459
81ecdfbb 9460
05cbd757
PB
9461 fi
9462 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9463 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9464set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9466$as_echo_n "checking for $ac_word... " >&6; }
9467if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9468 $as_echo_n "(cached) " >&6
859789af 9469else
05cbd757
PB
9470 if test -n "$OBJCOPY"; then
9471 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
859789af 9472else
c6b750e1
DJ
9473as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9474for as_dir in $PATH
9475do
9476 IFS=$as_save_IFS
9477 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9478 for ac_exec_ext in '' $ac_executable_extensions; do
9479 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9480 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9482 break 2
9483 fi
9484done
81ecdfbb
RW
9485 done
9486IFS=$as_save_IFS
c6b750e1 9487
859789af
AC
9488fi
9489fi
c6b750e1 9490OBJCOPY=$ac_cv_prog_OBJCOPY
05cbd757 9491if test -n "$OBJCOPY"; then
81ecdfbb
RW
9492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9493$as_echo "$OBJCOPY" >&6; }
859789af 9494else
81ecdfbb
RW
9495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9496$as_echo "no" >&6; }
859789af 9497fi
c6b750e1 9498
81ecdfbb 9499
05cbd757
PB
9500 fi
9501 test -n "$ac_cv_prog_OBJCOPY" && break
9502done
9503
9504if test -z "$ac_cv_prog_OBJCOPY" ; then
9505 set dummy objcopy
9506 if test $build = $host ; then
9507 OBJCOPY="$2"
859789af 9508 else
05cbd757 9509 OBJCOPY="${ncn_tool_prefix}$2"
859789af 9510 fi
859789af
AC
9511fi
9512
9a819804
AO
9513
9514
9515if test -n "$OBJDUMP"; then
9516 ac_cv_prog_OBJDUMP=$OBJDUMP
9517elif test -n "$ac_cv_prog_OBJDUMP"; then
9518 OBJDUMP=$ac_cv_prog_OBJDUMP
9519fi
9520
9521if test -n "$ac_cv_prog_OBJDUMP"; then
9522 for ncn_progname in objdump; do
9523 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9524set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9526$as_echo_n "checking for $ac_word... " >&6; }
9527if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9528 $as_echo_n "(cached) " >&6
9a819804
AO
9529else
9530 if test -n "$OBJDUMP"; then
9531 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9532else
9533as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9534for as_dir in $PATH
9535do
9536 IFS=$as_save_IFS
9537 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9538 for ac_exec_ext in '' $ac_executable_extensions; do
9539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9540 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9542 break 2
9543 fi
9544done
81ecdfbb
RW
9545 done
9546IFS=$as_save_IFS
9a819804
AO
9547
9548fi
9549fi
9550OBJDUMP=$ac_cv_prog_OBJDUMP
9551if test -n "$OBJDUMP"; then
81ecdfbb
RW
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9553$as_echo "$OBJDUMP" >&6; }
9a819804 9554else
81ecdfbb
RW
9555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9556$as_echo "no" >&6; }
9a819804
AO
9557fi
9558
81ecdfbb 9559
9a819804
AO
9560 done
9561fi
9562
9563for ncn_progname in objdump; do
05cbd757
PB
9564 if test -n "$ncn_tool_prefix"; then
9565 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9566set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9568$as_echo_n "checking for $ac_word... " >&6; }
9569if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9570 $as_echo_n "(cached) " >&6
859789af
AC
9571else
9572 if test -n "$OBJDUMP"; then
9573 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9574else
c6b750e1
DJ
9575as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9576for as_dir in $PATH
9577do
9578 IFS=$as_save_IFS
9579 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9580 for ac_exec_ext in '' $ac_executable_extensions; do
9581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9582 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9584 break 2
9585 fi
9586done
81ecdfbb
RW
9587 done
9588IFS=$as_save_IFS
c6b750e1 9589
859789af
AC
9590fi
9591fi
c6b750e1 9592OBJDUMP=$ac_cv_prog_OBJDUMP
859789af 9593if test -n "$OBJDUMP"; then
81ecdfbb
RW
9594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9595$as_echo "$OBJDUMP" >&6; }
859789af 9596else
81ecdfbb
RW
9597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9598$as_echo "no" >&6; }
859789af
AC
9599fi
9600
81ecdfbb 9601
05cbd757
PB
9602 fi
9603 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9604 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9605set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9607$as_echo_n "checking for $ac_word... " >&6; }
9608if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9609 $as_echo_n "(cached) " >&6
859789af 9610else
05cbd757
PB
9611 if test -n "$OBJDUMP"; then
9612 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
859789af 9613else
c6b750e1
DJ
9614as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9615for as_dir in $PATH
9616do
9617 IFS=$as_save_IFS
9618 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9619 for ac_exec_ext in '' $ac_executable_extensions; do
9620 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9621 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9623 break 2
9624 fi
9625done
81ecdfbb
RW
9626 done
9627IFS=$as_save_IFS
c6b750e1 9628
859789af
AC
9629fi
9630fi
c6b750e1 9631OBJDUMP=$ac_cv_prog_OBJDUMP
05cbd757 9632if test -n "$OBJDUMP"; then
81ecdfbb
RW
9633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9634$as_echo "$OBJDUMP" >&6; }
859789af 9635else
81ecdfbb
RW
9636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9637$as_echo "no" >&6; }
859789af 9638fi
c6b750e1 9639
81ecdfbb 9640
05cbd757
PB
9641 fi
9642 test -n "$ac_cv_prog_OBJDUMP" && break
9643done
9644
9645if test -z "$ac_cv_prog_OBJDUMP" ; then
9646 set dummy objdump
9647 if test $build = $host ; then
9648 OBJDUMP="$2"
859789af 9649 else
05cbd757 9650 OBJDUMP="${ncn_tool_prefix}$2"
859789af 9651 fi
859789af
AC
9652fi
9653
a0da8069
NN
9654
9655
9656
9657
9658
be01d343 9659# Target tools.
c6b750e1 9660
81ecdfbb
RW
9661# Check whether --with-build-time-tools was given.
9662if test "${with_build_time_tools+set}" = set; then :
9663 withval=$with_build_time_tools; case x"$withval" in
2429c060
PB
9664 x/*) ;;
9665 *)
9666 with_build_time_tools=
81ecdfbb
RW
9667 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9668$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
2429c060
PB
9669 ;;
9670 esac
859789af 9671else
2429c060 9672 with_build_time_tools=
81ecdfbb
RW
9673fi
9674
859789af 9675
9a819804
AO
9676
9677
9678if test -n "$CC_FOR_TARGET"; then
9679 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9680elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9681 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9682fi
9683
9684if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9685 for ncn_progname in cc gcc; do
9686 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9687set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9689$as_echo_n "checking for $ac_word... " >&6; }
9690if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9691 $as_echo_n "(cached) " >&6
9a819804
AO
9692else
9693 if test -n "$CC_FOR_TARGET"; then
9694 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9695else
9696as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9697for as_dir in $PATH
9698do
9699 IFS=$as_save_IFS
9700 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9701 for ac_exec_ext in '' $ac_executable_extensions; do
9702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9703 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9705 break 2
9706 fi
9707done
81ecdfbb
RW
9708 done
9709IFS=$as_save_IFS
9a819804
AO
9710
9711fi
9712fi
9713CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9714if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9716$as_echo "$CC_FOR_TARGET" >&6; }
9a819804 9717else
81ecdfbb
RW
9718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9719$as_echo "no" >&6; }
9a819804
AO
9720fi
9721
81ecdfbb 9722
9a819804
AO
9723 done
9724fi
9725
9726if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9727 for ncn_progname in cc gcc; do
81ecdfbb
RW
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9729$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9730 if test -x $with_build_time_tools/${ncn_progname}; then
9731 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9733$as_echo "yes" >&6; }
cac3d6c4 9734 break
2429c060 9735 else
81ecdfbb
RW
9736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9737$as_echo "no" >&6; }
cac3d6c4
CM
9738 fi
9739 done
55db4b87
PB
9740fi
9741
2429c060
PB
9742if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9743 for ncn_progname in cc gcc; do
9744 if test -n "$ncn_target_tool_prefix"; then
9745 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9746set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9748$as_echo_n "checking for $ac_word... " >&6; }
9749if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9750 $as_echo_n "(cached) " >&6
55db4b87
PB
9751else
9752 if test -n "$CC_FOR_TARGET"; then
9753 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9754else
c6b750e1
DJ
9755as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9756for as_dir in $PATH
9757do
9758 IFS=$as_save_IFS
9759 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9760 for ac_exec_ext in '' $ac_executable_extensions; do
9761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9762 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9764 break 2
9765 fi
9766done
81ecdfbb
RW
9767 done
9768IFS=$as_save_IFS
c6b750e1 9769
55db4b87
PB
9770fi
9771fi
c6b750e1 9772CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
55db4b87 9773if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9775$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9776else
81ecdfbb
RW
9777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9778$as_echo "no" >&6; }
55db4b87
PB
9779fi
9780
81ecdfbb 9781
2429c060
PB
9782 fi
9783 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9784 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9785set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9787$as_echo_n "checking for $ac_word... " >&6; }
9788if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9789 $as_echo_n "(cached) " >&6
55db4b87 9790else
05cbd757
PB
9791 if test -n "$CC_FOR_TARGET"; then
9792 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
55db4b87 9793else
c6b750e1
DJ
9794as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9795for as_dir in $PATH
9796do
9797 IFS=$as_save_IFS
9798 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9799 for ac_exec_ext in '' $ac_executable_extensions; do
9800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9801 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9802 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9803 break 2
9804 fi
9805done
81ecdfbb
RW
9806 done
9807IFS=$as_save_IFS
c6b750e1 9808
55db4b87
PB
9809fi
9810fi
c6b750e1 9811CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
05cbd757 9812if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9814$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9815else
81ecdfbb
RW
9816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9817$as_echo "no" >&6; }
55db4b87 9818fi
c6b750e1 9819
81ecdfbb 9820
2429c060
PB
9821 fi
9822 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9823 done
9824fi
c6b750e1 9825
05cbd757
PB
9826if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9827 set dummy cc gcc
9828 if test $build = $target ; then
9829 CC_FOR_TARGET="$2"
55db4b87 9830 else
05cbd757 9831 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 9832 fi
d3f5afc4
MS
9833else
9834 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
55db4b87
PB
9835fi
9836
9a819804
AO
9837
9838
9839if test -n "$CXX_FOR_TARGET"; then
9840 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9841elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9842 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9843fi
9844
9845if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9846 for ncn_progname in c++ g++ cxx gxx; do
9847 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9848set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9850$as_echo_n "checking for $ac_word... " >&6; }
9851if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9852 $as_echo_n "(cached) " >&6
9a819804
AO
9853else
9854 if test -n "$CXX_FOR_TARGET"; then
9855 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9856else
9857as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9858for as_dir in $PATH
9859do
9860 IFS=$as_save_IFS
9861 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9862 for ac_exec_ext in '' $ac_executable_extensions; do
9863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9864 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 9865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9866 break 2
9867 fi
9868done
81ecdfbb
RW
9869 done
9870IFS=$as_save_IFS
9a819804
AO
9871
9872fi
9873fi
9874CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9875if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9877$as_echo "$CXX_FOR_TARGET" >&6; }
9a819804 9878else
81ecdfbb
RW
9879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9880$as_echo "no" >&6; }
9a819804
AO
9881fi
9882
81ecdfbb 9883
9a819804
AO
9884 done
9885fi
9886
9887if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9888 for ncn_progname in c++ g++ cxx gxx; do
81ecdfbb
RW
9889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9890$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9891 if test -x $with_build_time_tools/${ncn_progname}; then
9892 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9894$as_echo "yes" >&6; }
2429c060
PB
9895 break
9896 else
81ecdfbb
RW
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9898$as_echo "no" >&6; }
2429c060
PB
9899 fi
9900 done
9901fi
9902
9903if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9904 for ncn_progname in c++ g++ cxx gxx; do
9905 if test -n "$ncn_target_tool_prefix"; then
9906 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9907set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9909$as_echo_n "checking for $ac_word... " >&6; }
9910if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9911 $as_echo_n "(cached) " >&6
55db4b87
PB
9912else
9913 if test -n "$CXX_FOR_TARGET"; then
9914 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9915else
c6b750e1
DJ
9916as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9917for as_dir in $PATH
9918do
9919 IFS=$as_save_IFS
9920 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9921 for ac_exec_ext in '' $ac_executable_extensions; do
9922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9923 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9925 break 2
9926 fi
9927done
81ecdfbb
RW
9928 done
9929IFS=$as_save_IFS
c6b750e1 9930
55db4b87
PB
9931fi
9932fi
c6b750e1 9933CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
55db4b87 9934if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9936$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 9937else
81ecdfbb
RW
9938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9939$as_echo "no" >&6; }
55db4b87
PB
9940fi
9941
81ecdfbb 9942
2429c060
PB
9943 fi
9944 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9945 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9946set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9948$as_echo_n "checking for $ac_word... " >&6; }
9949if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9950 $as_echo_n "(cached) " >&6
55db4b87 9951else
05cbd757
PB
9952 if test -n "$CXX_FOR_TARGET"; then
9953 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
55db4b87 9954else
c6b750e1
DJ
9955as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9956for as_dir in $PATH
9957do
9958 IFS=$as_save_IFS
9959 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9960 for ac_exec_ext in '' $ac_executable_extensions; do
9961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9962 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 9963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9964 break 2
9965 fi
9966done
81ecdfbb
RW
9967 done
9968IFS=$as_save_IFS
c6b750e1 9969
55db4b87
PB
9970fi
9971fi
c6b750e1 9972CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
05cbd757 9973if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9975$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 9976else
81ecdfbb
RW
9977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9978$as_echo "no" >&6; }
55db4b87 9979fi
c6b750e1 9980
81ecdfbb 9981
2429c060
PB
9982 fi
9983 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
9984 done
9985fi
c6b750e1 9986
05cbd757
PB
9987if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
9988 set dummy c++ g++ cxx gxx
9989 if test $build = $target ; then
9990 CXX_FOR_TARGET="$2"
55db4b87 9991 else
05cbd757 9992 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 9993 fi
d3f5afc4
MS
9994else
9995 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
859789af
AC
9996fi
9997
9a819804
AO
9998
9999
10000if test -n "$GCC_FOR_TARGET"; then
10001 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10002elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10003 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10004fi
10005
10006if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10007 for ncn_progname in gcc; do
10008 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10009set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10011$as_echo_n "checking for $ac_word... " >&6; }
10012if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10013 $as_echo_n "(cached) " >&6
9a819804
AO
10014else
10015 if test -n "$GCC_FOR_TARGET"; then
10016 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10017else
10018as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10019for as_dir in $PATH
10020do
10021 IFS=$as_save_IFS
10022 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10023 for ac_exec_ext in '' $ac_executable_extensions; do
10024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10025 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10027 break 2
10028 fi
10029done
81ecdfbb
RW
10030 done
10031IFS=$as_save_IFS
9a819804
AO
10032
10033fi
10034fi
10035GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10036if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10038$as_echo "$GCC_FOR_TARGET" >&6; }
9a819804 10039else
81ecdfbb
RW
10040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10041$as_echo "no" >&6; }
9a819804
AO
10042fi
10043
81ecdfbb 10044
9a819804
AO
10045 done
10046fi
10047
10048if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10049 for ncn_progname in gcc; do
81ecdfbb
RW
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10051$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10052 if test -x $with_build_time_tools/${ncn_progname}; then
10053 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10055$as_echo "yes" >&6; }
2429c060
PB
10056 break
10057 else
81ecdfbb
RW
10058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10059$as_echo "no" >&6; }
2429c060
PB
10060 fi
10061 done
10062fi
10063
10064if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10065 for ncn_progname in gcc; do
10066 if test -n "$ncn_target_tool_prefix"; then
10067 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10068set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10070$as_echo_n "checking for $ac_word... " >&6; }
10071if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10072 $as_echo_n "(cached) " >&6
859789af 10073else
2429c060
PB
10074 if test -n "$GCC_FOR_TARGET"; then
10075 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10076else
c6b750e1
DJ
10077as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10078for as_dir in $PATH
10079do
10080 IFS=$as_save_IFS
10081 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10082 for ac_exec_ext in '' $ac_executable_extensions; do
10083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10084 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10086 break 2
10087 fi
10088done
81ecdfbb
RW
10089 done
10090IFS=$as_save_IFS
c6b750e1 10091
55db4b87
PB
10092fi
10093fi
c6b750e1 10094GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
55db4b87 10095if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10097$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10098else
81ecdfbb
RW
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10100$as_echo "no" >&6; }
55db4b87
PB
10101fi
10102
81ecdfbb 10103
2429c060
PB
10104 fi
10105 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10106 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10107set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10109$as_echo_n "checking for $ac_word... " >&6; }
10110if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10111 $as_echo_n "(cached) " >&6
55db4b87 10112else
05cbd757
PB
10113 if test -n "$GCC_FOR_TARGET"; then
10114 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10115else
c6b750e1
DJ
10116as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10117for as_dir in $PATH
10118do
10119 IFS=$as_save_IFS
10120 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10121 for ac_exec_ext in '' $ac_executable_extensions; do
10122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10123 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10125 break 2
10126 fi
10127done
81ecdfbb
RW
10128 done
10129IFS=$as_save_IFS
c6b750e1 10130
55db4b87
PB
10131fi
10132fi
c6b750e1 10133GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
05cbd757 10134if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10136$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10137else
81ecdfbb
RW
10138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10139$as_echo "no" >&6; }
55db4b87 10140fi
c6b750e1 10141
81ecdfbb 10142
2429c060
PB
10143 fi
10144 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10145 done
10146fi
c6b750e1 10147
05cbd757
PB
10148if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10149 GCC_FOR_TARGET="${CC_FOR_TARGET}"
d3f5afc4
MS
10150else
10151 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
55db4b87
PB
10152fi
10153
9a819804
AO
10154
10155
10156if test -n "$GCJ_FOR_TARGET"; then
10157 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10158elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10159 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10160fi
10161
10162if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10163 for ncn_progname in gcj; do
10164 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10165set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10167$as_echo_n "checking for $ac_word... " >&6; }
10168if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10169 $as_echo_n "(cached) " >&6
9a819804
AO
10170else
10171 if test -n "$GCJ_FOR_TARGET"; then
10172 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10173else
10174as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10175for as_dir in $PATH
10176do
10177 IFS=$as_save_IFS
10178 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10179 for ac_exec_ext in '' $ac_executable_extensions; do
10180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10181 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10183 break 2
10184 fi
10185done
81ecdfbb
RW
10186 done
10187IFS=$as_save_IFS
9a819804
AO
10188
10189fi
10190fi
10191GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10192if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10194$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10195else
81ecdfbb
RW
10196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10197$as_echo "no" >&6; }
9a819804
AO
10198fi
10199
81ecdfbb 10200
9a819804
AO
10201 done
10202fi
10203
10204if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10205 for ncn_progname in gcj; do
81ecdfbb
RW
10206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10207$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10208 if test -x $with_build_time_tools/${ncn_progname}; then
10209 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10211$as_echo "yes" >&6; }
2429c060
PB
10212 break
10213 else
81ecdfbb
RW
10214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10215$as_echo "no" >&6; }
2429c060
PB
10216 fi
10217 done
10218fi
10219
10220if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10221 for ncn_progname in gcj; do
10222 if test -n "$ncn_target_tool_prefix"; then
10223 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10224set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10226$as_echo_n "checking for $ac_word... " >&6; }
10227if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10228 $as_echo_n "(cached) " >&6
55db4b87
PB
10229else
10230 if test -n "$GCJ_FOR_TARGET"; then
10231 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10232else
c6b750e1
DJ
10233as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10234for as_dir in $PATH
10235do
10236 IFS=$as_save_IFS
10237 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10238 for ac_exec_ext in '' $ac_executable_extensions; do
10239 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10240 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10242 break 2
10243 fi
10244done
81ecdfbb
RW
10245 done
10246IFS=$as_save_IFS
c6b750e1 10247
55db4b87
PB
10248fi
10249fi
9a819804
AO
10250GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10251if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10253$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10254else
81ecdfbb
RW
10255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10256$as_echo "no" >&6; }
9a819804
AO
10257fi
10258
81ecdfbb 10259
9a819804
AO
10260 fi
10261 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10262 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10263set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10265$as_echo_n "checking for $ac_word... " >&6; }
10266if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10267 $as_echo_n "(cached) " >&6
9a819804
AO
10268else
10269 if test -n "$GCJ_FOR_TARGET"; then
10270 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10271else
10272as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10273for as_dir in $PATH
10274do
10275 IFS=$as_save_IFS
10276 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10277 for ac_exec_ext in '' $ac_executable_extensions; do
10278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10279 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10281 break 2
10282 fi
10283done
81ecdfbb
RW
10284 done
10285IFS=$as_save_IFS
9a819804
AO
10286
10287fi
10288fi
10289GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10290if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10292$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10293else
81ecdfbb
RW
10294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10295$as_echo "no" >&6; }
9a819804
AO
10296fi
10297
81ecdfbb 10298
9a819804
AO
10299 fi
10300 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10301 done
10302fi
10303
10304if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10305 set dummy gcj
10306 if test $build = $target ; then
10307 GCJ_FOR_TARGET="$2"
10308 else
10309 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10310 fi
d3f5afc4
MS
10311else
10312 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9a819804
AO
10313fi
10314
10315
10316
10317if test -n "$GFORTRAN_FOR_TARGET"; then
10318 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10319elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10320 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87
PB
10321fi
10322
9a819804
AO
10323if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10324 for ncn_progname in gfortran; do
10325 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10326set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10328$as_echo_n "checking for $ac_word... " >&6; }
10329if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10330 $as_echo_n "(cached) " >&6
55db4b87 10331else
9a819804
AO
10332 if test -n "$GFORTRAN_FOR_TARGET"; then
10333 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
55db4b87 10334else
c6b750e1
DJ
10335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10336for as_dir in $PATH
10337do
10338 IFS=$as_save_IFS
10339 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10340 for ac_exec_ext in '' $ac_executable_extensions; do
10341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10342 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10344 break 2
10345 fi
10346done
81ecdfbb
RW
10347 done
10348IFS=$as_save_IFS
c6b750e1 10349
55db4b87
PB
10350fi
10351fi
9a819804
AO
10352GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10353if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10355$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10356else
81ecdfbb
RW
10357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10358$as_echo "no" >&6; }
55db4b87 10359fi
c6b750e1 10360
81ecdfbb 10361
2429c060
PB
10362 done
10363fi
c6b750e1 10364
9a819804 10365if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10366 for ncn_progname in gfortran; do
81ecdfbb
RW
10367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10368$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10369 if test -x $with_build_time_tools/${ncn_progname}; then
10370 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10372$as_echo "yes" >&6; }
2429c060
PB
10373 break
10374 else
81ecdfbb
RW
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10376$as_echo "no" >&6; }
2429c060
PB
10377 fi
10378 done
10379fi
10380
10381if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10382 for ncn_progname in gfortran; do
10383 if test -n "$ncn_target_tool_prefix"; then
10384 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10385set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10387$as_echo_n "checking for $ac_word... " >&6; }
10388if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10389 $as_echo_n "(cached) " >&6
55db4b87
PB
10390else
10391 if test -n "$GFORTRAN_FOR_TARGET"; then
10392 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10393else
c6b750e1
DJ
10394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10395for as_dir in $PATH
10396do
10397 IFS=$as_save_IFS
10398 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10399 for ac_exec_ext in '' $ac_executable_extensions; do
10400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10401 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10403 break 2
10404 fi
10405done
81ecdfbb
RW
10406 done
10407IFS=$as_save_IFS
c6b750e1 10408
55db4b87
PB
10409fi
10410fi
c6b750e1 10411GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87 10412if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10414$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10415else
81ecdfbb
RW
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10417$as_echo "no" >&6; }
55db4b87
PB
10418fi
10419
81ecdfbb 10420
2429c060
PB
10421 fi
10422 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10423 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10424set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10426$as_echo_n "checking for $ac_word... " >&6; }
10427if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10428 $as_echo_n "(cached) " >&6
55db4b87 10429else
05cbd757 10430 if test -n "$GFORTRAN_FOR_TARGET"; then
c6b750e1
DJ
10431 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10432else
10433as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10434for as_dir in $PATH
10435do
10436 IFS=$as_save_IFS
10437 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10438 for ac_exec_ext in '' $ac_executable_extensions; do
10439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10440 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10442 break 2
10443 fi
10444done
81ecdfbb
RW
10445 done
10446IFS=$as_save_IFS
c6b750e1 10447
55db4b87
PB
10448fi
10449fi
c6b750e1 10450GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
05cbd757 10451if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10453$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10454else
81ecdfbb
RW
10455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10456$as_echo "no" >&6; }
55db4b87 10457fi
c6b750e1 10458
81ecdfbb 10459
2429c060
PB
10460 fi
10461 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10462 done
10463fi
c6b750e1 10464
05cbd757
PB
10465if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10466 set dummy gfortran
10467 if test $build = $target ; then
10468 GFORTRAN_FOR_TARGET="$2"
55db4b87 10469 else
05cbd757 10470 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10471 fi
d3f5afc4
MS
10472else
10473 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
859789af
AC
10474fi
10475
2429c060
PB
10476
10477
e552509b
ILT
10478if test -n "$GOC_FOR_TARGET"; then
10479 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10480elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10481 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10482fi
10483
10484if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10485 for ncn_progname in gccgo; do
10486 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10487set dummy ${ncn_progname}; ac_word=$2
10488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10489$as_echo_n "checking for $ac_word... " >&6; }
10490if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10491 $as_echo_n "(cached) " >&6
10492else
10493 if test -n "$GOC_FOR_TARGET"; then
10494 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10495else
10496as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10497for as_dir in $PATH
10498do
10499 IFS=$as_save_IFS
10500 test -z "$as_dir" && as_dir=.
10501 for ac_exec_ext in '' $ac_executable_extensions; do
10502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10503 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10505 break 2
10506 fi
10507done
10508 done
10509IFS=$as_save_IFS
10510
10511fi
10512fi
10513GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10514if test -n "$GOC_FOR_TARGET"; then
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10516$as_echo "$GOC_FOR_TARGET" >&6; }
10517else
10518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10519$as_echo "no" >&6; }
10520fi
10521
10522
10523 done
10524fi
10525
10526if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10527 for ncn_progname in gccgo; do
10528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10529$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10530 if test -x $with_build_time_tools/${ncn_progname}; then
10531 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10533$as_echo "yes" >&6; }
10534 break
10535 else
10536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10537$as_echo "no" >&6; }
10538 fi
10539 done
10540fi
10541
10542if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10543 for ncn_progname in gccgo; do
10544 if test -n "$ncn_target_tool_prefix"; then
10545 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10546set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10548$as_echo_n "checking for $ac_word... " >&6; }
10549if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10550 $as_echo_n "(cached) " >&6
10551else
10552 if test -n "$GOC_FOR_TARGET"; then
10553 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10554else
10555as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10556for as_dir in $PATH
10557do
10558 IFS=$as_save_IFS
10559 test -z "$as_dir" && as_dir=.
10560 for ac_exec_ext in '' $ac_executable_extensions; do
10561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10562 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10564 break 2
10565 fi
10566done
10567 done
10568IFS=$as_save_IFS
10569
10570fi
10571fi
10572GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10573if test -n "$GOC_FOR_TARGET"; then
10574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10575$as_echo "$GOC_FOR_TARGET" >&6; }
10576else
10577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10578$as_echo "no" >&6; }
10579fi
10580
10581
10582 fi
10583 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10584 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10585set dummy ${ncn_progname}; ac_word=$2
10586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10587$as_echo_n "checking for $ac_word... " >&6; }
10588if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10589 $as_echo_n "(cached) " >&6
10590else
10591 if test -n "$GOC_FOR_TARGET"; then
10592 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10593else
10594as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10595for as_dir in $PATH
10596do
10597 IFS=$as_save_IFS
10598 test -z "$as_dir" && as_dir=.
10599 for ac_exec_ext in '' $ac_executable_extensions; do
10600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10601 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10603 break 2
10604 fi
10605done
10606 done
10607IFS=$as_save_IFS
10608
10609fi
10610fi
10611GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10612if test -n "$GOC_FOR_TARGET"; then
10613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10614$as_echo "$GOC_FOR_TARGET" >&6; }
10615else
10616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10617$as_echo "no" >&6; }
10618fi
10619
10620
10621 fi
10622 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10623 done
10624fi
10625
10626if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10627 set dummy gccgo
10628 if test $build = $target ; then
10629 GOC_FOR_TARGET="$2"
10630 else
10631 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10632 fi
10633else
10634 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10635fi
10636
10637
10638
2429c060
PB
10639cat > conftest.c << \EOF
10640#ifdef __GNUC__
10641 gcc_yay;
10642#endif
10643EOF
10644if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10645 have_gcc_for_target=yes
859789af 10646else
2429c060
PB
10647 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10648 have_gcc_for_target=no
859789af 10649fi
2429c060
PB
10650rm conftest.c
10651
10652
10653
859789af 10654
2429c060
PB
10655if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10656 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10658$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10659 if test -x $with_build_time_tools/ar; then
10660 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10661 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
81ecdfbb
RW
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10663$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
3a35eeb3 10664 else
81ecdfbb
RW
10665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10666$as_echo "no" >&6; }
3a35eeb3 10667 fi
2429c060
PB
10668 elif test $build != $host && test $have_gcc_for_target = yes; then
10669 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
d3f5afc4
MS
10670 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10671 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
05cbd757 10672 fi
2429c060 10673fi
c6b750e1 10674if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10675 # Extract the first word of "ar", so it can be a program name with args.
10676set dummy ar; ac_word=$2
81ecdfbb
RW
10677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10678$as_echo_n "checking for $ac_word... " >&6; }
10679if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10680 $as_echo_n "(cached) " >&6
859789af 10681else
c6b750e1
DJ
10682 case $AR_FOR_TARGET in
10683 [\\/]* | ?:[\\/]*)
2429c060
PB
10684 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10685 ;;
2429c060 10686 *)
c6b750e1
DJ
10687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10688for as_dir in $gcc_cv_tool_dirs
10689do
10690 IFS=$as_save_IFS
10691 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10692 for ac_exec_ext in '' $ac_executable_extensions; do
10693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10694 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10696 break 2
10697 fi
10698done
81ecdfbb
RW
10699 done
10700IFS=$as_save_IFS
c6b750e1 10701
2429c060
PB
10702 ;;
10703esac
859789af 10704fi
c6b750e1 10705AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060 10706if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10708$as_echo "$AR_FOR_TARGET" >&6; }
859789af 10709else
81ecdfbb
RW
10710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10711$as_echo "no" >&6; }
859789af 10712fi
05cbd757 10713
81ecdfbb 10714
2429c060
PB
10715fi
10716if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9a819804
AO
10717
10718
10719if test -n "$AR_FOR_TARGET"; then
10720 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10721elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10722 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10723fi
10724
10725if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10726 for ncn_progname in ar; do
10727 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10728set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10730$as_echo_n "checking for $ac_word... " >&6; }
10731if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10732 $as_echo_n "(cached) " >&6
9a819804
AO
10733else
10734 if test -n "$AR_FOR_TARGET"; then
10735 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10736else
10737as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10738for as_dir in $PATH
10739do
10740 IFS=$as_save_IFS
10741 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10742 for ac_exec_ext in '' $ac_executable_extensions; do
10743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10744 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10746 break 2
10747 fi
10748done
81ecdfbb
RW
10749 done
10750IFS=$as_save_IFS
9a819804
AO
10751
10752fi
10753fi
10754AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10755if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10757$as_echo "$AR_FOR_TARGET" >&6; }
9a819804 10758else
81ecdfbb
RW
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10760$as_echo "no" >&6; }
9a819804
AO
10761fi
10762
81ecdfbb 10763
9a819804
AO
10764 done
10765fi
10766
10767if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10768 for ncn_progname in ar; do
81ecdfbb
RW
10769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10770$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10771 if test -x $with_build_time_tools/${ncn_progname}; then
10772 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10774$as_echo "yes" >&6; }
2429c060
PB
10775 break
10776 else
81ecdfbb
RW
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10778$as_echo "no" >&6; }
2429c060
PB
10779 fi
10780 done
859789af
AC
10781fi
10782
2429c060
PB
10783if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10784 for ncn_progname in ar; do
10785 if test -n "$ncn_target_tool_prefix"; then
10786 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10787set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10789$as_echo_n "checking for $ac_word... " >&6; }
10790if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10791 $as_echo_n "(cached) " >&6
7e0f7140 10792else
2429c060
PB
10793 if test -n "$AR_FOR_TARGET"; then
10794 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
7e0f7140 10795else
c6b750e1
DJ
10796as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10797for as_dir in $PATH
10798do
10799 IFS=$as_save_IFS
10800 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10801 for ac_exec_ext in '' $ac_executable_extensions; do
10802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10803 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10805 break 2
10806 fi
10807done
81ecdfbb
RW
10808 done
10809IFS=$as_save_IFS
c6b750e1 10810
7e0f7140
GK
10811fi
10812fi
c6b750e1 10813AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 10814if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10816$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 10817else
81ecdfbb
RW
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10819$as_echo "no" >&6; }
7e0f7140
GK
10820fi
10821
81ecdfbb 10822
2429c060
PB
10823 fi
10824 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10825 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 10826set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10828$as_echo_n "checking for $ac_word... " >&6; }
10829if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10830 $as_echo_n "(cached) " >&6
7e0f7140 10831else
2429c060
PB
10832 if test -n "$AR_FOR_TARGET"; then
10833 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
cac3d6c4 10834else
c6b750e1
DJ
10835as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10836for as_dir in $PATH
10837do
10838 IFS=$as_save_IFS
10839 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10840 for ac_exec_ext in '' $ac_executable_extensions; do
10841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10842 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10844 break 2
10845 fi
10846done
81ecdfbb
RW
10847 done
10848IFS=$as_save_IFS
c6b750e1 10849
7e0f7140
GK
10850fi
10851fi
c6b750e1 10852AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 10853if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10855$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 10856else
81ecdfbb
RW
10857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10858$as_echo "no" >&6; }
7e0f7140 10859fi
c6b750e1 10860
81ecdfbb 10861
2429c060
PB
10862 fi
10863 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10864 done
10865fi
c6b750e1 10866
2429c060
PB
10867if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10868 set dummy ar
7e0f7140 10869 if test $build = $target ; then
2429c060 10870 AR_FOR_TARGET="$2"
7e0f7140 10871 else
2429c060 10872 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
7e0f7140 10873 fi
d3f5afc4
MS
10874else
10875 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
7e0f7140
GK
10876fi
10877
3a35eeb3
PB
10878else
10879 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060
PB
10880fi
10881
10882
10883
10884
10885if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10886 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10888$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10889 if test -x $with_build_time_tools/as; then
10890 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10891 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
81ecdfbb
RW
10892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10893$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
3a35eeb3 10894 else
81ecdfbb
RW
10895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10896$as_echo "no" >&6; }
3a35eeb3 10897 fi
2429c060
PB
10898 elif test $build != $host && test $have_gcc_for_target = yes; then
10899 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
d3f5afc4
MS
10900 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10901 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
2429c060
PB
10902 fi
10903fi
c6b750e1 10904if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10905 # Extract the first word of "as", so it can be a program name with args.
10906set dummy as; ac_word=$2
81ecdfbb
RW
10907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10908$as_echo_n "checking for $ac_word... " >&6; }
10909if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10910 $as_echo_n "(cached) " >&6
2429c060 10911else
c6b750e1
DJ
10912 case $AS_FOR_TARGET in
10913 [\\/]* | ?:[\\/]*)
2429c060
PB
10914 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10915 ;;
2429c060 10916 *)
c6b750e1
DJ
10917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10918for as_dir in $gcc_cv_tool_dirs
10919do
10920 IFS=$as_save_IFS
10921 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10922 for ac_exec_ext in '' $ac_executable_extensions; do
10923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10924 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10926 break 2
10927 fi
10928done
81ecdfbb
RW
10929 done
10930IFS=$as_save_IFS
c6b750e1 10931
2429c060
PB
10932 ;;
10933esac
10934fi
c6b750e1 10935AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060 10936if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10938$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 10939else
81ecdfbb
RW
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10941$as_echo "no" >&6; }
2429c060
PB
10942fi
10943
81ecdfbb 10944
2429c060
PB
10945fi
10946if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9a819804
AO
10947
10948
10949if test -n "$AS_FOR_TARGET"; then
10950 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10951elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10952 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10953fi
10954
10955if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10956 for ncn_progname in as; do
10957 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10958set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10960$as_echo_n "checking for $ac_word... " >&6; }
10961if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10962 $as_echo_n "(cached) " >&6
9a819804
AO
10963else
10964 if test -n "$AS_FOR_TARGET"; then
10965 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10966else
10967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10968for as_dir in $PATH
10969do
10970 IFS=$as_save_IFS
10971 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10972 for ac_exec_ext in '' $ac_executable_extensions; do
10973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10974 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 10975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10976 break 2
10977 fi
10978done
81ecdfbb
RW
10979 done
10980IFS=$as_save_IFS
9a819804
AO
10981
10982fi
10983fi
10984AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10985if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10987$as_echo "$AS_FOR_TARGET" >&6; }
9a819804 10988else
81ecdfbb
RW
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10990$as_echo "no" >&6; }
9a819804
AO
10991fi
10992
81ecdfbb 10993
9a819804
AO
10994 done
10995fi
10996
10997if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10998 for ncn_progname in as; do
81ecdfbb
RW
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11000$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11001 if test -x $with_build_time_tools/${ncn_progname}; then
11002 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11004$as_echo "yes" >&6; }
2429c060
PB
11005 break
11006 else
81ecdfbb
RW
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11008$as_echo "no" >&6; }
2429c060
PB
11009 fi
11010 done
11011fi
11012
11013if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11014 for ncn_progname in as; do
11015 if test -n "$ncn_target_tool_prefix"; then
11016 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11017set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11019$as_echo_n "checking for $ac_word... " >&6; }
11020if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11021 $as_echo_n "(cached) " >&6
2429c060
PB
11022else
11023 if test -n "$AS_FOR_TARGET"; then
11024 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11025else
c6b750e1
DJ
11026as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11027for as_dir in $PATH
11028do
11029 IFS=$as_save_IFS
11030 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11031 for ac_exec_ext in '' $ac_executable_extensions; do
11032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11033 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11035 break 2
11036 fi
11037done
81ecdfbb
RW
11038 done
11039IFS=$as_save_IFS
c6b750e1 11040
2429c060
PB
11041fi
11042fi
c6b750e1 11043AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11044if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11046$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11047else
81ecdfbb
RW
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11049$as_echo "no" >&6; }
2429c060
PB
11050fi
11051
81ecdfbb 11052
2429c060
PB
11053 fi
11054 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11055 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11056set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11058$as_echo_n "checking for $ac_word... " >&6; }
11059if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11060 $as_echo_n "(cached) " >&6
2429c060
PB
11061else
11062 if test -n "$AS_FOR_TARGET"; then
11063 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11064else
c6b750e1
DJ
11065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11066for as_dir in $PATH
11067do
11068 IFS=$as_save_IFS
11069 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11070 for ac_exec_ext in '' $ac_executable_extensions; do
11071 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11072 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11074 break 2
11075 fi
11076done
81ecdfbb
RW
11077 done
11078IFS=$as_save_IFS
c6b750e1 11079
2429c060
PB
11080fi
11081fi
c6b750e1 11082AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11083if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11085$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11086else
81ecdfbb
RW
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11088$as_echo "no" >&6; }
2429c060 11089fi
c6b750e1 11090
81ecdfbb 11091
2429c060
PB
11092 fi
11093 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11094 done
11095fi
c6b750e1 11096
2429c060
PB
11097if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11098 set dummy as
11099 if test $build = $target ; then
11100 AS_FOR_TARGET="$2"
11101 else
11102 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11103 fi
d3f5afc4
MS
11104else
11105 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
2429c060
PB
11106fi
11107
3a35eeb3
PB
11108else
11109 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060
PB
11110fi
11111
11112
11113
11114
11115if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11116 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11118$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11119 if test -x $with_build_time_tools/dlltool; then
11120 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11121 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
81ecdfbb
RW
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11123$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
3a35eeb3 11124 else
81ecdfbb
RW
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11126$as_echo "no" >&6; }
3a35eeb3 11127 fi
2429c060
PB
11128 elif test $build != $host && test $have_gcc_for_target = yes; then
11129 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
d3f5afc4
MS
11130 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11131 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
2429c060
PB
11132 fi
11133fi
c6b750e1 11134if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11135 # Extract the first word of "dlltool", so it can be a program name with args.
11136set dummy dlltool; ac_word=$2
81ecdfbb
RW
11137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11138$as_echo_n "checking for $ac_word... " >&6; }
11139if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11140 $as_echo_n "(cached) " >&6
2429c060 11141else
c6b750e1
DJ
11142 case $DLLTOOL_FOR_TARGET in
11143 [\\/]* | ?:[\\/]*)
2429c060
PB
11144 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11145 ;;
2429c060 11146 *)
c6b750e1
DJ
11147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11148for as_dir in $gcc_cv_tool_dirs
11149do
11150 IFS=$as_save_IFS
11151 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11152 for ac_exec_ext in '' $ac_executable_extensions; do
11153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11154 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11156 break 2
11157 fi
11158done
81ecdfbb
RW
11159 done
11160IFS=$as_save_IFS
c6b750e1 11161
2429c060
PB
11162 ;;
11163esac
11164fi
c6b750e1 11165DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060 11166if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11168$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11169else
81ecdfbb
RW
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11171$as_echo "no" >&6; }
2429c060
PB
11172fi
11173
81ecdfbb 11174
2429c060
PB
11175fi
11176if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9a819804
AO
11177
11178
11179if test -n "$DLLTOOL_FOR_TARGET"; then
11180 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11181elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11182 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11183fi
11184
11185if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11186 for ncn_progname in dlltool; do
11187 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11188set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11190$as_echo_n "checking for $ac_word... " >&6; }
11191if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11192 $as_echo_n "(cached) " >&6
9a819804
AO
11193else
11194 if test -n "$DLLTOOL_FOR_TARGET"; then
11195 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11196else
11197as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11198for as_dir in $PATH
11199do
11200 IFS=$as_save_IFS
11201 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11202 for ac_exec_ext in '' $ac_executable_extensions; do
11203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11204 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11206 break 2
11207 fi
11208done
81ecdfbb
RW
11209 done
11210IFS=$as_save_IFS
9a819804
AO
11211
11212fi
11213fi
11214DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11215if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11217$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
9a819804 11218else
81ecdfbb
RW
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11220$as_echo "no" >&6; }
9a819804
AO
11221fi
11222
81ecdfbb 11223
9a819804
AO
11224 done
11225fi
11226
11227if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11228 for ncn_progname in dlltool; do
81ecdfbb
RW
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11230$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11231 if test -x $with_build_time_tools/${ncn_progname}; then
11232 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11234$as_echo "yes" >&6; }
2429c060
PB
11235 break
11236 else
81ecdfbb
RW
11237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11238$as_echo "no" >&6; }
2429c060
PB
11239 fi
11240 done
11241fi
11242
11243if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11244 for ncn_progname in dlltool; do
11245 if test -n "$ncn_target_tool_prefix"; then
11246 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11247set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11249$as_echo_n "checking for $ac_word... " >&6; }
11250if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11251 $as_echo_n "(cached) " >&6
2429c060
PB
11252else
11253 if test -n "$DLLTOOL_FOR_TARGET"; then
11254 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11255else
c6b750e1
DJ
11256as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11257for as_dir in $PATH
11258do
11259 IFS=$as_save_IFS
11260 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11261 for ac_exec_ext in '' $ac_executable_extensions; do
11262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11263 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11265 break 2
11266 fi
11267done
81ecdfbb
RW
11268 done
11269IFS=$as_save_IFS
c6b750e1 11270
2429c060
PB
11271fi
11272fi
c6b750e1 11273DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11274if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11276$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11277else
81ecdfbb
RW
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11279$as_echo "no" >&6; }
2429c060
PB
11280fi
11281
81ecdfbb 11282
2429c060
PB
11283 fi
11284 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11285 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11286set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11288$as_echo_n "checking for $ac_word... " >&6; }
11289if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11290 $as_echo_n "(cached) " >&6
2429c060
PB
11291else
11292 if test -n "$DLLTOOL_FOR_TARGET"; then
11293 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11294else
c6b750e1
DJ
11295as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11296for as_dir in $PATH
11297do
11298 IFS=$as_save_IFS
11299 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11300 for ac_exec_ext in '' $ac_executable_extensions; do
11301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11302 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11304 break 2
11305 fi
11306done
81ecdfbb
RW
11307 done
11308IFS=$as_save_IFS
c6b750e1 11309
2429c060
PB
11310fi
11311fi
c6b750e1 11312DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11313if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11315$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11316else
81ecdfbb
RW
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11318$as_echo "no" >&6; }
2429c060 11319fi
c6b750e1 11320
81ecdfbb 11321
2429c060
PB
11322 fi
11323 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11324 done
11325fi
c6b750e1 11326
2429c060
PB
11327if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11328 set dummy dlltool
11329 if test $build = $target ; then
11330 DLLTOOL_FOR_TARGET="$2"
11331 else
11332 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11333 fi
d3f5afc4
MS
11334else
11335 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
2429c060
PB
11336fi
11337
3a35eeb3
PB
11338else
11339 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060
PB
11340fi
11341
11342
11343
11344
11345if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11346 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11348$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11349 if test -x $with_build_time_tools/ld; then
11350 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11351 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
81ecdfbb
RW
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11353$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
3a35eeb3 11354 else
81ecdfbb
RW
11355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11356$as_echo "no" >&6; }
3a35eeb3 11357 fi
2429c060
PB
11358 elif test $build != $host && test $have_gcc_for_target = yes; then
11359 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
d3f5afc4
MS
11360 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11361 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2429c060
PB
11362 fi
11363fi
c6b750e1 11364if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11365 # Extract the first word of "ld", so it can be a program name with args.
11366set dummy ld; ac_word=$2
81ecdfbb
RW
11367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11368$as_echo_n "checking for $ac_word... " >&6; }
11369if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11370 $as_echo_n "(cached) " >&6
2429c060 11371else
c6b750e1
DJ
11372 case $LD_FOR_TARGET in
11373 [\\/]* | ?:[\\/]*)
2429c060
PB
11374 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11375 ;;
2429c060 11376 *)
c6b750e1
DJ
11377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11378for as_dir in $gcc_cv_tool_dirs
11379do
11380 IFS=$as_save_IFS
11381 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11382 for ac_exec_ext in '' $ac_executable_extensions; do
11383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11384 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11386 break 2
11387 fi
11388done
81ecdfbb
RW
11389 done
11390IFS=$as_save_IFS
c6b750e1 11391
2429c060
PB
11392 ;;
11393esac
11394fi
c6b750e1 11395LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060 11396if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11398$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11399else
81ecdfbb
RW
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11401$as_echo "no" >&6; }
2429c060
PB
11402fi
11403
81ecdfbb 11404
2429c060
PB
11405fi
11406if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9a819804
AO
11407
11408
11409if test -n "$LD_FOR_TARGET"; then
11410 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11411elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11412 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11413fi
11414
11415if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11416 for ncn_progname in ld; do
11417 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11418set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11420$as_echo_n "checking for $ac_word... " >&6; }
11421if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11422 $as_echo_n "(cached) " >&6
9a819804
AO
11423else
11424 if test -n "$LD_FOR_TARGET"; then
11425 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11426else
11427as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11428for as_dir in $PATH
11429do
11430 IFS=$as_save_IFS
11431 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11432 for ac_exec_ext in '' $ac_executable_extensions; do
11433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11434 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11436 break 2
11437 fi
11438done
81ecdfbb
RW
11439 done
11440IFS=$as_save_IFS
9a819804
AO
11441
11442fi
11443fi
11444LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11445if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11447$as_echo "$LD_FOR_TARGET" >&6; }
9a819804 11448else
81ecdfbb
RW
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11450$as_echo "no" >&6; }
9a819804
AO
11451fi
11452
81ecdfbb 11453
9a819804
AO
11454 done
11455fi
11456
11457if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11458 for ncn_progname in ld; do
81ecdfbb
RW
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11460$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11461 if test -x $with_build_time_tools/${ncn_progname}; then
11462 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11464$as_echo "yes" >&6; }
2429c060
PB
11465 break
11466 else
81ecdfbb
RW
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11468$as_echo "no" >&6; }
2429c060
PB
11469 fi
11470 done
11471fi
11472
11473if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11474 for ncn_progname in ld; do
11475 if test -n "$ncn_target_tool_prefix"; then
11476 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11477set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11479$as_echo_n "checking for $ac_word... " >&6; }
11480if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11481 $as_echo_n "(cached) " >&6
2429c060
PB
11482else
11483 if test -n "$LD_FOR_TARGET"; then
11484 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11485else
c6b750e1
DJ
11486as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11487for as_dir in $PATH
11488do
11489 IFS=$as_save_IFS
11490 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11491 for ac_exec_ext in '' $ac_executable_extensions; do
11492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11493 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11495 break 2
11496 fi
11497done
81ecdfbb
RW
11498 done
11499IFS=$as_save_IFS
c6b750e1 11500
2429c060
PB
11501fi
11502fi
c6b750e1 11503LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11504if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11506$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11507else
81ecdfbb
RW
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11509$as_echo "no" >&6; }
2429c060
PB
11510fi
11511
81ecdfbb 11512
2429c060
PB
11513 fi
11514 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11515 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11516set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11518$as_echo_n "checking for $ac_word... " >&6; }
11519if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11520 $as_echo_n "(cached) " >&6
2429c060
PB
11521else
11522 if test -n "$LD_FOR_TARGET"; then
11523 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11524else
c6b750e1
DJ
11525as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11526for as_dir in $PATH
11527do
11528 IFS=$as_save_IFS
11529 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11530 for ac_exec_ext in '' $ac_executable_extensions; do
11531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11532 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11534 break 2
11535 fi
11536done
81ecdfbb
RW
11537 done
11538IFS=$as_save_IFS
c6b750e1 11539
2429c060
PB
11540fi
11541fi
c6b750e1 11542LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11543if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11545$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11546else
81ecdfbb
RW
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11548$as_echo "no" >&6; }
2429c060 11549fi
c6b750e1 11550
81ecdfbb 11551
2429c060
PB
11552 fi
11553 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11554 done
11555fi
c6b750e1 11556
2429c060
PB
11557if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11558 set dummy ld
11559 if test $build = $target ; then
11560 LD_FOR_TARGET="$2"
11561 else
11562 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11563 fi
d3f5afc4
MS
11564else
11565 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
2429c060
PB
11566fi
11567
3a35eeb3
PB
11568else
11569 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060
PB
11570fi
11571
11572
11573
11574
11575if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11576 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11578$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11579 if test -x $with_build_time_tools/lipo; then
11580 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11581 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
81ecdfbb
RW
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11583$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
3a35eeb3 11584 else
81ecdfbb
RW
11585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11586$as_echo "no" >&6; }
3a35eeb3 11587 fi
2429c060
PB
11588 elif test $build != $host && test $have_gcc_for_target = yes; then
11589 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
d3f5afc4
MS
11590 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11591 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
2429c060
PB
11592 fi
11593fi
9a819804
AO
11594if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11595 # Extract the first word of "lipo", so it can be a program name with args.
11596set dummy lipo; ac_word=$2
81ecdfbb
RW
11597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11598$as_echo_n "checking for $ac_word... " >&6; }
11599if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11600 $as_echo_n "(cached) " >&6
9a819804
AO
11601else
11602 case $LIPO_FOR_TARGET in
11603 [\\/]* | ?:[\\/]*)
11604 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11605 ;;
11606 *)
11607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11608for as_dir in $gcc_cv_tool_dirs
11609do
11610 IFS=$as_save_IFS
11611 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11612 for ac_exec_ext in '' $ac_executable_extensions; do
11613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11614 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11615 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11616 break 2
11617 fi
11618done
81ecdfbb
RW
11619 done
11620IFS=$as_save_IFS
9a819804
AO
11621
11622 ;;
11623esac
11624fi
11625LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9a819804 11626if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11628$as_echo "$LIPO_FOR_TARGET" >&6; }
9a819804 11629else
81ecdfbb
RW
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11631$as_echo "no" >&6; }
9a819804
AO
11632fi
11633
81ecdfbb 11634
9a819804
AO
11635fi
11636if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11637
11638
11639if test -n "$LIPO_FOR_TARGET"; then
11640 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11641elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11642 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11643fi
11644
11645if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11646 for ncn_progname in lipo; do
11647 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11648set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11650$as_echo_n "checking for $ac_word... " >&6; }
11651if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11652 $as_echo_n "(cached) " >&6
2429c060 11653else
9a819804
AO
11654 if test -n "$LIPO_FOR_TARGET"; then
11655 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11656else
11657as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11658for as_dir in $PATH
c6b750e1
DJ
11659do
11660 IFS=$as_save_IFS
11661 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11662 for ac_exec_ext in '' $ac_executable_extensions; do
11663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11664 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11666 break 2
11667 fi
11668done
81ecdfbb
RW
11669 done
11670IFS=$as_save_IFS
c6b750e1 11671
2429c060 11672fi
9a819804
AO
11673fi
11674LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11675if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11677$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11678else
81ecdfbb
RW
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11680$as_echo "no" >&6; }
2429c060
PB
11681fi
11682
81ecdfbb 11683
9a819804 11684 done
2429c060 11685fi
9a819804
AO
11686
11687if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11688 for ncn_progname in lipo; do
81ecdfbb
RW
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11690$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11691 if test -x $with_build_time_tools/${ncn_progname}; then
11692 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11694$as_echo "yes" >&6; }
2429c060
PB
11695 break
11696 else
81ecdfbb
RW
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11698$as_echo "no" >&6; }
2429c060
PB
11699 fi
11700 done
11701fi
11702
11703if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11704 for ncn_progname in lipo; do
11705 if test -n "$ncn_target_tool_prefix"; then
11706 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11707set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11709$as_echo_n "checking for $ac_word... " >&6; }
11710if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11711 $as_echo_n "(cached) " >&6
2429c060
PB
11712else
11713 if test -n "$LIPO_FOR_TARGET"; then
11714 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11715else
c6b750e1
DJ
11716as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11717for as_dir in $PATH
11718do
11719 IFS=$as_save_IFS
11720 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11721 for ac_exec_ext in '' $ac_executable_extensions; do
11722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11723 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11725 break 2
11726 fi
11727done
81ecdfbb
RW
11728 done
11729IFS=$as_save_IFS
c6b750e1 11730
2429c060
PB
11731fi
11732fi
c6b750e1 11733LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11734if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11736$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11737else
81ecdfbb
RW
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11739$as_echo "no" >&6; }
2429c060
PB
11740fi
11741
81ecdfbb 11742
2429c060
PB
11743 fi
11744 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11745 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11746set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11748$as_echo_n "checking for $ac_word... " >&6; }
11749if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11750 $as_echo_n "(cached) " >&6
2429c060
PB
11751else
11752 if test -n "$LIPO_FOR_TARGET"; then
11753 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11754else
c6b750e1
DJ
11755as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11756for as_dir in $PATH
11757do
11758 IFS=$as_save_IFS
11759 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11760 for ac_exec_ext in '' $ac_executable_extensions; do
11761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11762 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11764 break 2
11765 fi
11766done
81ecdfbb
RW
11767 done
11768IFS=$as_save_IFS
c6b750e1 11769
2429c060
PB
11770fi
11771fi
c6b750e1 11772LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11773if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11775$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11776else
81ecdfbb
RW
11777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11778$as_echo "no" >&6; }
2429c060 11779fi
c6b750e1 11780
81ecdfbb 11781
2429c060
PB
11782 fi
11783 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11784 done
11785fi
c6b750e1 11786
2429c060
PB
11787if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11788 set dummy lipo
11789 if test $build = $target ; then
11790 LIPO_FOR_TARGET="$2"
11791 else
11792 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11793 fi
d3f5afc4
MS
11794else
11795 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
2429c060
PB
11796fi
11797
3a35eeb3
PB
11798else
11799 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
2429c060
PB
11800fi
11801
11802
11803
11804
11805if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11806 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11808$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11809 if test -x $with_build_time_tools/nm; then
11810 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11811 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
81ecdfbb
RW
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11813$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
3a35eeb3 11814 else
81ecdfbb
RW
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11816$as_echo "no" >&6; }
3a35eeb3 11817 fi
2429c060
PB
11818 elif test $build != $host && test $have_gcc_for_target = yes; then
11819 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
d3f5afc4
MS
11820 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11821 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
2429c060
PB
11822 fi
11823fi
c6b750e1 11824if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11825 # Extract the first word of "nm", so it can be a program name with args.
11826set dummy nm; ac_word=$2
81ecdfbb
RW
11827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11828$as_echo_n "checking for $ac_word... " >&6; }
11829if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11830 $as_echo_n "(cached) " >&6
2429c060 11831else
c6b750e1
DJ
11832 case $NM_FOR_TARGET in
11833 [\\/]* | ?:[\\/]*)
2429c060
PB
11834 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11835 ;;
2429c060 11836 *)
c6b750e1
DJ
11837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11838for as_dir in $gcc_cv_tool_dirs
11839do
11840 IFS=$as_save_IFS
11841 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11842 for ac_exec_ext in '' $ac_executable_extensions; do
11843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11844 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11846 break 2
11847 fi
11848done
81ecdfbb
RW
11849 done
11850IFS=$as_save_IFS
c6b750e1 11851
2429c060
PB
11852 ;;
11853esac
11854fi
c6b750e1 11855NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060 11856if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11858$as_echo "$NM_FOR_TARGET" >&6; }
2429c060 11859else
81ecdfbb
RW
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11861$as_echo "no" >&6; }
2429c060
PB
11862fi
11863
81ecdfbb 11864
2429c060
PB
11865fi
11866if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9a819804
AO
11867
11868
11869if test -n "$NM_FOR_TARGET"; then
11870 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11871elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11872 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11873fi
11874
11875if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11876 for ncn_progname in nm; do
11877 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11878set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11880$as_echo_n "checking for $ac_word... " >&6; }
11881if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11882 $as_echo_n "(cached) " >&6
9a819804
AO
11883else
11884 if test -n "$NM_FOR_TARGET"; then
11885 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11886else
11887as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11888for as_dir in $PATH
11889do
11890 IFS=$as_save_IFS
11891 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11892 for ac_exec_ext in '' $ac_executable_extensions; do
11893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11894 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 11895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11896 break 2
11897 fi
11898done
81ecdfbb
RW
11899 done
11900IFS=$as_save_IFS
9a819804
AO
11901
11902fi
11903fi
11904NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11905if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11907$as_echo "$NM_FOR_TARGET" >&6; }
9a819804 11908else
81ecdfbb
RW
11909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11910$as_echo "no" >&6; }
9a819804
AO
11911fi
11912
81ecdfbb 11913
9a819804
AO
11914 done
11915fi
11916
11917if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11918 for ncn_progname in nm; do
81ecdfbb
RW
11919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11920$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11921 if test -x $with_build_time_tools/${ncn_progname}; then
11922 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11924$as_echo "yes" >&6; }
2429c060
PB
11925 break
11926 else
81ecdfbb
RW
11927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11928$as_echo "no" >&6; }
2429c060
PB
11929 fi
11930 done
11931fi
11932
11933if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11934 for ncn_progname in nm; do
11935 if test -n "$ncn_target_tool_prefix"; then
11936 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 11937set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11939$as_echo_n "checking for $ac_word... " >&6; }
11940if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11941 $as_echo_n "(cached) " >&6
859789af 11942else
55db4b87
PB
11943 if test -n "$NM_FOR_TARGET"; then
11944 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 11945else
c6b750e1
DJ
11946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11947for as_dir in $PATH
11948do
11949 IFS=$as_save_IFS
11950 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11951 for ac_exec_ext in '' $ac_executable_extensions; do
11952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11953 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11955 break 2
11956 fi
11957done
81ecdfbb
RW
11958 done
11959IFS=$as_save_IFS
c6b750e1 11960
859789af
AC
11961fi
11962fi
c6b750e1 11963NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
55db4b87 11964if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11966$as_echo "$NM_FOR_TARGET" >&6; }
859789af 11967else
81ecdfbb
RW
11968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11969$as_echo "no" >&6; }
859789af
AC
11970fi
11971
81ecdfbb 11972
2429c060
PB
11973 fi
11974 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11975 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 11976set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11978$as_echo_n "checking for $ac_word... " >&6; }
11979if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11980 $as_echo_n "(cached) " >&6
859789af 11981else
05cbd757
PB
11982 if test -n "$NM_FOR_TARGET"; then
11983 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 11984else
c6b750e1
DJ
11985as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11986for as_dir in $PATH
11987do
11988 IFS=$as_save_IFS
11989 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11990 for ac_exec_ext in '' $ac_executable_extensions; do
11991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11992 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 11993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11994 break 2
11995 fi
11996done
81ecdfbb
RW
11997 done
11998IFS=$as_save_IFS
c6b750e1 11999
859789af
AC
12000fi
12001fi
c6b750e1 12002NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
05cbd757 12003if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12005$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12006else
81ecdfbb
RW
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12008$as_echo "no" >&6; }
859789af 12009fi
c6b750e1 12010
81ecdfbb 12011
2429c060
PB
12012 fi
12013 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12014 done
12015fi
c6b750e1 12016
05cbd757
PB
12017if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12018 set dummy nm
12019 if test $build = $target ; then
12020 NM_FOR_TARGET="$2"
859789af 12021 else
05cbd757 12022 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12023 fi
d3f5afc4
MS
12024else
12025 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
859789af
AC
12026fi
12027
3a35eeb3
PB
12028else
12029 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060
PB
12030fi
12031
12032
12033
12034
12035if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12036 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12038$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12039 if test -x $with_build_time_tools/objdump; then
12040 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12041 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
81ecdfbb
RW
12042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12043$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
3a35eeb3 12044 else
81ecdfbb
RW
12045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12046$as_echo "no" >&6; }
3a35eeb3 12047 fi
2429c060
PB
12048 elif test $build != $host && test $have_gcc_for_target = yes; then
12049 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
d3f5afc4
MS
12050 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12051 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
2429c060
PB
12052 fi
12053fi
c6b750e1 12054if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12055 # Extract the first word of "objdump", so it can be a program name with args.
12056set dummy objdump; ac_word=$2
81ecdfbb
RW
12057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12058$as_echo_n "checking for $ac_word... " >&6; }
12059if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12060 $as_echo_n "(cached) " >&6
2429c060 12061else
c6b750e1
DJ
12062 case $OBJDUMP_FOR_TARGET in
12063 [\\/]* | ?:[\\/]*)
2429c060
PB
12064 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12065 ;;
2429c060 12066 *)
c6b750e1
DJ
12067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12068for as_dir in $gcc_cv_tool_dirs
12069do
12070 IFS=$as_save_IFS
12071 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12072 for ac_exec_ext in '' $ac_executable_extensions; do
12073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12074 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12076 break 2
12077 fi
12078done
81ecdfbb
RW
12079 done
12080IFS=$as_save_IFS
c6b750e1 12081
2429c060
PB
12082 ;;
12083esac
12084fi
c6b750e1 12085OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060 12086if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12088$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
2429c060 12089else
81ecdfbb
RW
12090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12091$as_echo "no" >&6; }
2429c060
PB
12092fi
12093
81ecdfbb 12094
2429c060
PB
12095fi
12096if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9a819804
AO
12097
12098
12099if test -n "$OBJDUMP_FOR_TARGET"; then
12100 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12101elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12102 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12103fi
12104
12105if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12106 for ncn_progname in objdump; do
12107 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12108set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12110$as_echo_n "checking for $ac_word... " >&6; }
12111if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12112 $as_echo_n "(cached) " >&6
9a819804
AO
12113else
12114 if test -n "$OBJDUMP_FOR_TARGET"; then
12115 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12116else
12117as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12118for as_dir in $PATH
12119do
12120 IFS=$as_save_IFS
12121 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12122 for ac_exec_ext in '' $ac_executable_extensions; do
12123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12124 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12126 break 2
12127 fi
12128done
81ecdfbb
RW
12129 done
12130IFS=$as_save_IFS
9a819804
AO
12131
12132fi
12133fi
12134OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12135if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12137$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
9a819804 12138else
81ecdfbb
RW
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12140$as_echo "no" >&6; }
9a819804
AO
12141fi
12142
81ecdfbb 12143
9a819804
AO
12144 done
12145fi
12146
12147if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12148 for ncn_progname in objdump; do
81ecdfbb
RW
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12150$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12151 if test -x $with_build_time_tools/${ncn_progname}; then
12152 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12154$as_echo "yes" >&6; }
2429c060
PB
12155 break
12156 else
81ecdfbb
RW
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12158$as_echo "no" >&6; }
2429c060
PB
12159 fi
12160 done
12161fi
12162
12163if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12164 for ncn_progname in objdump; do
12165 if test -n "$ncn_target_tool_prefix"; then
12166 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12167set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12169$as_echo_n "checking for $ac_word... " >&6; }
12170if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12171 $as_echo_n "(cached) " >&6
5ae72758
DJ
12172else
12173 if test -n "$OBJDUMP_FOR_TARGET"; then
12174 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12175else
c6b750e1
DJ
12176as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12177for as_dir in $PATH
12178do
12179 IFS=$as_save_IFS
12180 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12181 for ac_exec_ext in '' $ac_executable_extensions; do
12182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12183 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12185 break 2
12186 fi
12187done
81ecdfbb
RW
12188 done
12189IFS=$as_save_IFS
c6b750e1 12190
5ae72758
DJ
12191fi
12192fi
c6b750e1 12193OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12194if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12196$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12197else
81ecdfbb
RW
12198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12199$as_echo "no" >&6; }
5ae72758
DJ
12200fi
12201
81ecdfbb 12202
2429c060
PB
12203 fi
12204 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12205 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5ae72758 12206set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12208$as_echo_n "checking for $ac_word... " >&6; }
12209if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12210 $as_echo_n "(cached) " >&6
5ae72758
DJ
12211else
12212 if test -n "$OBJDUMP_FOR_TARGET"; then
12213 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12214else
c6b750e1
DJ
12215as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12216for as_dir in $PATH
12217do
12218 IFS=$as_save_IFS
12219 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12220 for ac_exec_ext in '' $ac_executable_extensions; do
12221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12222 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12224 break 2
12225 fi
12226done
81ecdfbb
RW
12227 done
12228IFS=$as_save_IFS
c6b750e1 12229
5ae72758
DJ
12230fi
12231fi
c6b750e1 12232OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12233if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12235$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12236else
81ecdfbb
RW
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12238$as_echo "no" >&6; }
5ae72758 12239fi
c6b750e1 12240
81ecdfbb 12241
2429c060
PB
12242 fi
12243 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12244 done
12245fi
c6b750e1 12246
5ae72758
DJ
12247if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12248 set dummy objdump
12249 if test $build = $target ; then
12250 OBJDUMP_FOR_TARGET="$2"
12251 else
12252 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12253 fi
d3f5afc4
MS
12254else
12255 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
5ae72758
DJ
12256fi
12257
3a35eeb3
PB
12258else
12259 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060
PB
12260fi
12261
12262
12263
12264
12265if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12266 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12268$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12269 if test -x $with_build_time_tools/ranlib; then
12270 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12271 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
81ecdfbb
RW
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12273$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
3a35eeb3 12274 else
81ecdfbb
RW
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12276$as_echo "no" >&6; }
3a35eeb3 12277 fi
2429c060
PB
12278 elif test $build != $host && test $have_gcc_for_target = yes; then
12279 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
d3f5afc4
MS
12280 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12281 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
2429c060
PB
12282 fi
12283fi
c6b750e1 12284if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12285 # Extract the first word of "ranlib", so it can be a program name with args.
12286set dummy ranlib; ac_word=$2
81ecdfbb
RW
12287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12288$as_echo_n "checking for $ac_word... " >&6; }
12289if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12290 $as_echo_n "(cached) " >&6
2429c060 12291else
c6b750e1
DJ
12292 case $RANLIB_FOR_TARGET in
12293 [\\/]* | ?:[\\/]*)
2429c060
PB
12294 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12295 ;;
2429c060 12296 *)
c6b750e1
DJ
12297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12298for as_dir in $gcc_cv_tool_dirs
12299do
12300 IFS=$as_save_IFS
12301 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12302 for ac_exec_ext in '' $ac_executable_extensions; do
12303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12304 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12306 break 2
12307 fi
12308done
81ecdfbb
RW
12309 done
12310IFS=$as_save_IFS
c6b750e1 12311
2429c060
PB
12312 ;;
12313esac
12314fi
c6b750e1 12315RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
2429c060 12316if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12318$as_echo "$RANLIB_FOR_TARGET" >&6; }
2429c060 12319else
81ecdfbb
RW
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12321$as_echo "no" >&6; }
2429c060
PB
12322fi
12323
81ecdfbb 12324
2429c060
PB
12325fi
12326if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
9a819804
AO
12327
12328
12329if test -n "$RANLIB_FOR_TARGET"; then
12330 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12331elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12332 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12333fi
12334
12335if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12336 for ncn_progname in ranlib; do
12337 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12338set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12340$as_echo_n "checking for $ac_word... " >&6; }
12341if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12342 $as_echo_n "(cached) " >&6
9a819804
AO
12343else
12344 if test -n "$RANLIB_FOR_TARGET"; then
12345 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12346else
12347as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12348for as_dir in $PATH
12349do
12350 IFS=$as_save_IFS
12351 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12352 for ac_exec_ext in '' $ac_executable_extensions; do
12353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12354 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12356 break 2
12357 fi
12358done
81ecdfbb
RW
12359 done
12360IFS=$as_save_IFS
9a819804
AO
12361
12362fi
12363fi
12364RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12365if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12367$as_echo "$RANLIB_FOR_TARGET" >&6; }
9a819804 12368else
81ecdfbb
RW
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12370$as_echo "no" >&6; }
9a819804
AO
12371fi
12372
81ecdfbb 12373
9a819804
AO
12374 done
12375fi
12376
12377if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12378 for ncn_progname in ranlib; do
81ecdfbb
RW
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12380$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12381 if test -x $with_build_time_tools/${ncn_progname}; then
12382 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12384$as_echo "yes" >&6; }
2429c060
PB
12385 break
12386 else
81ecdfbb
RW
12387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12388$as_echo "no" >&6; }
2429c060
PB
12389 fi
12390 done
12391fi
12392
12393if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12394 for ncn_progname in ranlib; do
12395 if test -n "$ncn_target_tool_prefix"; then
12396 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5ae72758 12397set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12399$as_echo_n "checking for $ac_word... " >&6; }
12400if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12401 $as_echo_n "(cached) " >&6
859789af 12402else
55db4b87
PB
12403 if test -n "$RANLIB_FOR_TARGET"; then
12404 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12405else
c6b750e1
DJ
12406as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12407for as_dir in $PATH
12408do
12409 IFS=$as_save_IFS
12410 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12411 for ac_exec_ext in '' $ac_executable_extensions; do
12412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12413 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12415 break 2
12416 fi
12417done
81ecdfbb
RW
12418 done
12419IFS=$as_save_IFS
c6b750e1 12420
859789af
AC
12421fi
12422fi
c6b750e1 12423RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
55db4b87 12424if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12426$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12427else
81ecdfbb
RW
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12429$as_echo "no" >&6; }
859789af
AC
12430fi
12431
81ecdfbb 12432
2429c060
PB
12433 fi
12434 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12435 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12436set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12438$as_echo_n "checking for $ac_word... " >&6; }
12439if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12440 $as_echo_n "(cached) " >&6
859789af 12441else
05cbd757
PB
12442 if test -n "$RANLIB_FOR_TARGET"; then
12443 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12444else
c6b750e1
DJ
12445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12446for as_dir in $PATH
12447do
12448 IFS=$as_save_IFS
12449 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12450 for ac_exec_ext in '' $ac_executable_extensions; do
12451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12452 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12454 break 2
12455 fi
12456done
81ecdfbb
RW
12457 done
12458IFS=$as_save_IFS
c6b750e1 12459
859789af
AC
12460fi
12461fi
c6b750e1 12462RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
05cbd757 12463if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12465$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12466else
81ecdfbb
RW
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12468$as_echo "no" >&6; }
859789af 12469fi
c6b750e1 12470
81ecdfbb 12471
2429c060
PB
12472 fi
12473 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12474 done
12475fi
c6b750e1 12476
2429c060
PB
12477if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12478 set dummy ranlib
12479 if test $build = $target ; then
12480 RANLIB_FOR_TARGET="$2"
12481 else
12482 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12483 fi
d3f5afc4
MS
12484else
12485 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
2429c060 12486fi
05cbd757 12487
3a35eeb3
PB
12488else
12489 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
859789af
AC
12490fi
12491
2429c060
PB
12492
12493
12494
12495if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12496 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12498$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12499 if test -x $with_build_time_tools/strip; then
12500 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12501 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
81ecdfbb
RW
12502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12503$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
3a35eeb3 12504 else
81ecdfbb
RW
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12506$as_echo "no" >&6; }
3a35eeb3 12507 fi
2429c060
PB
12508 elif test $build != $host && test $have_gcc_for_target = yes; then
12509 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
d3f5afc4
MS
12510 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12511 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
2429c060
PB
12512 fi
12513fi
c6b750e1 12514if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12515 # Extract the first word of "strip", so it can be a program name with args.
12516set dummy strip; ac_word=$2
81ecdfbb
RW
12517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12518$as_echo_n "checking for $ac_word... " >&6; }
12519if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12520 $as_echo_n "(cached) " >&6
2429c060 12521else
c6b750e1
DJ
12522 case $STRIP_FOR_TARGET in
12523 [\\/]* | ?:[\\/]*)
2429c060
PB
12524 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12525 ;;
2429c060 12526 *)
c6b750e1
DJ
12527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12528for as_dir in $gcc_cv_tool_dirs
12529do
12530 IFS=$as_save_IFS
12531 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12532 for ac_exec_ext in '' $ac_executable_extensions; do
12533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12534 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12536 break 2
12537 fi
12538done
81ecdfbb
RW
12539 done
12540IFS=$as_save_IFS
c6b750e1 12541
2429c060
PB
12542 ;;
12543esac
12544fi
c6b750e1 12545STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060 12546if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12548$as_echo "$STRIP_FOR_TARGET" >&6; }
2429c060 12549else
81ecdfbb
RW
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12551$as_echo "no" >&6; }
2429c060
PB
12552fi
12553
81ecdfbb 12554
2429c060
PB
12555fi
12556if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
9a819804
AO
12557
12558
12559if test -n "$STRIP_FOR_TARGET"; then
12560 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12561elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12562 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12563fi
12564
12565if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12566 for ncn_progname in strip; do
12567 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12568set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12570$as_echo_n "checking for $ac_word... " >&6; }
12571if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12572 $as_echo_n "(cached) " >&6
9a819804
AO
12573else
12574 if test -n "$STRIP_FOR_TARGET"; then
12575 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12576else
12577as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12578for as_dir in $PATH
12579do
12580 IFS=$as_save_IFS
12581 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12582 for ac_exec_ext in '' $ac_executable_extensions; do
12583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12584 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12586 break 2
12587 fi
12588done
81ecdfbb
RW
12589 done
12590IFS=$as_save_IFS
9a819804
AO
12591
12592fi
12593fi
12594STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12595if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12597$as_echo "$STRIP_FOR_TARGET" >&6; }
9a819804 12598else
81ecdfbb
RW
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12600$as_echo "no" >&6; }
9a819804
AO
12601fi
12602
81ecdfbb 12603
9a819804
AO
12604 done
12605fi
12606
12607if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12608 for ncn_progname in strip; do
81ecdfbb
RW
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12610$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12611 if test -x $with_build_time_tools/${ncn_progname}; then
12612 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12614$as_echo "yes" >&6; }
2429c060
PB
12615 break
12616 else
81ecdfbb
RW
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12618$as_echo "no" >&6; }
2429c060
PB
12619 fi
12620 done
12621fi
12622
12623if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12624 for ncn_progname in strip; do
12625 if test -n "$ncn_target_tool_prefix"; then
12626 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 12627set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12629$as_echo_n "checking for $ac_word... " >&6; }
12630if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12631 $as_echo_n "(cached) " >&6
7e0f7140
GK
12632else
12633 if test -n "$STRIP_FOR_TARGET"; then
12634 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
c6b750e1
DJ
12635else
12636as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12637for as_dir in $PATH
12638do
12639 IFS=$as_save_IFS
12640 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12641 for ac_exec_ext in '' $ac_executable_extensions; do
12642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12643 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12645 break 2
12646 fi
12647done
81ecdfbb
RW
12648 done
12649IFS=$as_save_IFS
c6b750e1 12650
7e0f7140
GK
12651fi
12652fi
c6b750e1 12653STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12654if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12656$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12657else
81ecdfbb
RW
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12659$as_echo "no" >&6; }
7e0f7140
GK
12660fi
12661
81ecdfbb 12662
2429c060
PB
12663 fi
12664 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12665 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 12666set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12668$as_echo_n "checking for $ac_word... " >&6; }
12669if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12670 $as_echo_n "(cached) " >&6
7e0f7140
GK
12671else
12672 if test -n "$STRIP_FOR_TARGET"; then
12673 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12674else
c6b750e1
DJ
12675as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12676for as_dir in $PATH
12677do
12678 IFS=$as_save_IFS
12679 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12680 for ac_exec_ext in '' $ac_executable_extensions; do
12681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12682 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12684 break 2
12685 fi
12686done
81ecdfbb
RW
12687 done
12688IFS=$as_save_IFS
c6b750e1 12689
7e0f7140
GK
12690fi
12691fi
c6b750e1 12692STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12693if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12695$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12696else
81ecdfbb
RW
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12698$as_echo "no" >&6; }
7e0f7140 12699fi
c6b750e1 12700
81ecdfbb 12701
2429c060
PB
12702 fi
12703 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12704 done
12705fi
c6b750e1 12706
7e0f7140
GK
12707if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12708 set dummy strip
12709 if test $build = $target ; then
12710 STRIP_FOR_TARGET="$2"
12711 else
12712 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12713 fi
d3f5afc4
MS
12714else
12715 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
7e0f7140
GK
12716fi
12717
3a35eeb3
PB
12718else
12719 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060
PB
12720fi
12721
12722
12723
12724
12725if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12726 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12728$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12729 if test -x $with_build_time_tools/windres; then
12730 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12731 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
81ecdfbb
RW
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12733$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
3a35eeb3 12734 else
81ecdfbb
RW
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12736$as_echo "no" >&6; }
3a35eeb3 12737 fi
2429c060
PB
12738 elif test $build != $host && test $have_gcc_for_target = yes; then
12739 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
d3f5afc4
MS
12740 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12741 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
2429c060
PB
12742 fi
12743fi
c6b750e1 12744if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12745 # Extract the first word of "windres", so it can be a program name with args.
12746set dummy windres; ac_word=$2
81ecdfbb
RW
12747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12748$as_echo_n "checking for $ac_word... " >&6; }
12749if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12750 $as_echo_n "(cached) " >&6
2429c060 12751else
c6b750e1
DJ
12752 case $WINDRES_FOR_TARGET in
12753 [\\/]* | ?:[\\/]*)
2429c060
PB
12754 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12755 ;;
2429c060 12756 *)
c6b750e1
DJ
12757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12758for as_dir in $gcc_cv_tool_dirs
12759do
12760 IFS=$as_save_IFS
12761 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12762 for ac_exec_ext in '' $ac_executable_extensions; do
12763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12764 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12766 break 2
12767 fi
12768done
81ecdfbb
RW
12769 done
12770IFS=$as_save_IFS
c6b750e1 12771
2429c060
PB
12772 ;;
12773esac
12774fi
c6b750e1 12775WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060 12776if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12778$as_echo "$WINDRES_FOR_TARGET" >&6; }
2429c060 12779else
81ecdfbb
RW
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12781$as_echo "no" >&6; }
2429c060
PB
12782fi
12783
81ecdfbb 12784
2429c060
PB
12785fi
12786if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
9a819804
AO
12787
12788
12789if test -n "$WINDRES_FOR_TARGET"; then
12790 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12791elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12792 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12793fi
12794
12795if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12796 for ncn_progname in windres; do
12797 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12798set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12800$as_echo_n "checking for $ac_word... " >&6; }
12801if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12802 $as_echo_n "(cached) " >&6
9a819804
AO
12803else
12804 if test -n "$WINDRES_FOR_TARGET"; then
12805 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12806else
12807as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12808for as_dir in $PATH
12809do
12810 IFS=$as_save_IFS
12811 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12812 for ac_exec_ext in '' $ac_executable_extensions; do
12813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12814 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 12815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12816 break 2
12817 fi
12818done
81ecdfbb
RW
12819 done
12820IFS=$as_save_IFS
9a819804
AO
12821
12822fi
12823fi
12824WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12825if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12827$as_echo "$WINDRES_FOR_TARGET" >&6; }
9a819804 12828else
81ecdfbb
RW
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12830$as_echo "no" >&6; }
9a819804
AO
12831fi
12832
81ecdfbb 12833
9a819804
AO
12834 done
12835fi
12836
12837if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12838 for ncn_progname in windres; do
81ecdfbb
RW
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12840$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12841 if test -x $with_build_time_tools/${ncn_progname}; then
12842 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12844$as_echo "yes" >&6; }
2429c060
PB
12845 break
12846 else
81ecdfbb
RW
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12848$as_echo "no" >&6; }
2429c060
PB
12849 fi
12850 done
12851fi
12852
12853if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12854 for ncn_progname in windres; do
12855 if test -n "$ncn_target_tool_prefix"; then
12856 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12857set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12859$as_echo_n "checking for $ac_word... " >&6; }
12860if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12861 $as_echo_n "(cached) " >&6
859789af 12862else
55db4b87
PB
12863 if test -n "$WINDRES_FOR_TARGET"; then
12864 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 12865else
c6b750e1
DJ
12866as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12867for as_dir in $PATH
12868do
12869 IFS=$as_save_IFS
12870 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12871 for ac_exec_ext in '' $ac_executable_extensions; do
12872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12873 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12875 break 2
12876 fi
12877done
81ecdfbb
RW
12878 done
12879IFS=$as_save_IFS
c6b750e1 12880
859789af
AC
12881fi
12882fi
c6b750e1 12883WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
55db4b87 12884if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12886$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 12887else
81ecdfbb
RW
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12889$as_echo "no" >&6; }
859789af
AC
12890fi
12891
81ecdfbb 12892
2429c060
PB
12893 fi
12894 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12895 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12896set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12898$as_echo_n "checking for $ac_word... " >&6; }
12899if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12900 $as_echo_n "(cached) " >&6
859789af 12901else
05cbd757
PB
12902 if test -n "$WINDRES_FOR_TARGET"; then
12903 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 12904else
c6b750e1
DJ
12905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12906for as_dir in $PATH
12907do
12908 IFS=$as_save_IFS
12909 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12910 for ac_exec_ext in '' $ac_executable_extensions; do
12911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12912 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 12913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12914 break 2
12915 fi
12916done
81ecdfbb
RW
12917 done
12918IFS=$as_save_IFS
c6b750e1 12919
859789af
AC
12920fi
12921fi
c6b750e1 12922WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
05cbd757 12923if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12925$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 12926else
81ecdfbb
RW
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12928$as_echo "no" >&6; }
859789af 12929fi
c6b750e1 12930
81ecdfbb 12931
2429c060
PB
12932 fi
12933 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
12934 done
12935fi
c6b750e1 12936
05cbd757
PB
12937if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12938 set dummy windres
12939 if test $build = $target ; then
12940 WINDRES_FOR_TARGET="$2"
859789af 12941 else
05cbd757 12942 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12943 fi
d3f5afc4
MS
12944else
12945 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
859789af
AC
12946fi
12947
3a35eeb3
PB
12948else
12949 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060
PB
12950fi
12951
852e5f18 12952
0c24b341
NC
12953
12954
12955if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12956 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
12958$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
0c24b341
NC
12959 if test -x $with_build_time_tools/windmc; then
12960 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
12961 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
81ecdfbb
RW
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
12963$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
0c24b341 12964 else
81ecdfbb
RW
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12966$as_echo "no" >&6; }
0c24b341
NC
12967 fi
12968 elif test $build != $host && test $have_gcc_for_target = yes; then
12969 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
12970 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
12971 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12972 fi
12973fi
12974if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12975 # Extract the first word of "windmc", so it can be a program name with args.
12976set dummy windmc; ac_word=$2
81ecdfbb
RW
12977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12978$as_echo_n "checking for $ac_word... " >&6; }
12979if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
12980 $as_echo_n "(cached) " >&6
0c24b341
NC
12981else
12982 case $WINDMC_FOR_TARGET in
12983 [\\/]* | ?:[\\/]*)
12984 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
12985 ;;
12986 *)
12987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12988for as_dir in $gcc_cv_tool_dirs
12989do
12990 IFS=$as_save_IFS
12991 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12992 for ac_exec_ext in '' $ac_executable_extensions; do
12993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 12994 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
12996 break 2
12997 fi
12998done
81ecdfbb
RW
12999 done
13000IFS=$as_save_IFS
0c24b341
NC
13001
13002 ;;
13003esac
13004fi
13005WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
0c24b341 13006if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13008$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13009else
81ecdfbb
RW
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13011$as_echo "no" >&6; }
0c24b341
NC
13012fi
13013
81ecdfbb 13014
0c24b341
NC
13015fi
13016if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13017
13018
13019if test -n "$WINDMC_FOR_TARGET"; then
13020 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13021elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13022 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13023fi
13024
13025if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13026 for ncn_progname in windmc; do
13027 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13028set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13030$as_echo_n "checking for $ac_word... " >&6; }
13031if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13032 $as_echo_n "(cached) " >&6
0c24b341
NC
13033else
13034 if test -n "$WINDMC_FOR_TARGET"; then
13035 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13036else
13037as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13038for as_dir in $PATH
13039do
13040 IFS=$as_save_IFS
13041 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13042 for ac_exec_ext in '' $ac_executable_extensions; do
13043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13044 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13046 break 2
13047 fi
13048done
81ecdfbb
RW
13049 done
13050IFS=$as_save_IFS
0c24b341
NC
13051
13052fi
13053fi
13054WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13055if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13057$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13058else
81ecdfbb
RW
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13060$as_echo "no" >&6; }
0c24b341
NC
13061fi
13062
81ecdfbb 13063
0c24b341
NC
13064 done
13065fi
13066
13067if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13068 for ncn_progname in windmc; do
81ecdfbb
RW
13069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13070$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
0c24b341
NC
13071 if test -x $with_build_time_tools/${ncn_progname}; then
13072 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13074$as_echo "yes" >&6; }
0c24b341
NC
13075 break
13076 else
81ecdfbb
RW
13077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13078$as_echo "no" >&6; }
0c24b341
NC
13079 fi
13080 done
13081fi
13082
13083if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13084 for ncn_progname in windmc; do
13085 if test -n "$ncn_target_tool_prefix"; then
13086 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13087set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13089$as_echo_n "checking for $ac_word... " >&6; }
13090if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13091 $as_echo_n "(cached) " >&6
0c24b341
NC
13092else
13093 if test -n "$WINDMC_FOR_TARGET"; then
13094 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13095else
13096as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13097for as_dir in $PATH
13098do
13099 IFS=$as_save_IFS
13100 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13101 for ac_exec_ext in '' $ac_executable_extensions; do
13102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13103 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13105 break 2
13106 fi
13107done
81ecdfbb
RW
13108 done
13109IFS=$as_save_IFS
0c24b341
NC
13110
13111fi
13112fi
13113WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13114if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13116$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13117else
81ecdfbb
RW
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13119$as_echo "no" >&6; }
0c24b341
NC
13120fi
13121
81ecdfbb 13122
0c24b341
NC
13123 fi
13124 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13125 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13126set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13128$as_echo_n "checking for $ac_word... " >&6; }
13129if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13130 $as_echo_n "(cached) " >&6
0c24b341
NC
13131else
13132 if test -n "$WINDMC_FOR_TARGET"; then
13133 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13134else
13135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13136for as_dir in $PATH
13137do
13138 IFS=$as_save_IFS
13139 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13140 for ac_exec_ext in '' $ac_executable_extensions; do
13141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13142 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13144 break 2
13145 fi
13146done
81ecdfbb
RW
13147 done
13148IFS=$as_save_IFS
0c24b341
NC
13149
13150fi
13151fi
13152WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13153if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13155$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13156else
81ecdfbb
RW
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13158$as_echo "no" >&6; }
0c24b341
NC
13159fi
13160
81ecdfbb 13161
0c24b341
NC
13162 fi
13163 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13164 done
13165fi
13166
13167if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13168 set dummy windmc
13169 if test $build = $target ; then
13170 WINDMC_FOR_TARGET="$2"
13171 else
13172 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13173 fi
13174else
13175 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13176fi
13177
13178else
13179 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13180fi
13181
13182
be01d343
PB
13183RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13184
81ecdfbb
RW
13185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13186$as_echo_n "checking where to find the target ar... " >&6; }
be01d343 13187if test "x${build}" != "x${host}" ; then
2429c060
PB
13188 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13189 # We already found the complete path
b8025f34 13190 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13192$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13193 else
13194 # Canadian cross, just use what we found
81ecdfbb
RW
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13196$as_echo "pre-installed" >&6; }
2429c060 13197 fi
be01d343
PB
13198else
13199 ok=yes
13200 case " ${configdirs} " in
13201 *" binutils "*) ;;
13202 *) ok=no ;;
13203 esac
c6b750e1 13204
be01d343
PB
13205 if test $ok = yes; then
13206 # An in-tree tool is available and we can use it
13207 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
81ecdfbb
RW
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13209$as_echo "just compiled" >&6; }
2429c060
PB
13210 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13211 # We already found the complete path
b8025f34 13212 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13214$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13215 elif test "x$target" = "x$host"; then
13216 # We can use an host tool
13217 AR_FOR_TARGET='$(AR)'
81ecdfbb
RW
13218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13219$as_echo "host tool" >&6; }
be01d343
PB
13220 else
13221 # We need a cross tool
81ecdfbb
RW
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13223$as_echo "pre-installed" >&6; }
be01d343
PB
13224 fi
13225fi
4b900473 13226
81ecdfbb
RW
13227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13228$as_echo_n "checking where to find the target as... " >&6; }
be01d343 13229if test "x${build}" != "x${host}" ; then
2429c060
PB
13230 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13231 # We already found the complete path
b8025f34 13232 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13234$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13235 else
13236 # Canadian cross, just use what we found
81ecdfbb
RW
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13238$as_echo "pre-installed" >&6; }
2429c060 13239 fi
be01d343
PB
13240else
13241 ok=yes
13242 case " ${configdirs} " in
13243 *" gas "*) ;;
13244 *) ok=no ;;
13245 esac
c6b750e1 13246
be01d343
PB
13247 if test $ok = yes; then
13248 # An in-tree tool is available and we can use it
13249 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
81ecdfbb
RW
13250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13251$as_echo "just compiled" >&6; }
2429c060
PB
13252 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13253 # We already found the complete path
b8025f34 13254 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13256$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13257 elif test "x$target" = "x$host"; then
13258 # We can use an host tool
13259 AS_FOR_TARGET='$(AS)'
81ecdfbb
RW
13260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13261$as_echo "host tool" >&6; }
be01d343
PB
13262 else
13263 # We need a cross tool
81ecdfbb
RW
13264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13265$as_echo "pre-installed" >&6; }
be01d343
PB
13266 fi
13267fi
4b900473 13268
81ecdfbb
RW
13269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13270$as_echo_n "checking where to find the target cc... " >&6; }
be01d343 13271if test "x${build}" != "x${host}" ; then
2429c060
PB
13272 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13273 # We already found the complete path
b8025f34 13274 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13276$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13277 else
13278 # Canadian cross, just use what we found
81ecdfbb
RW
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13280$as_echo "pre-installed" >&6; }
2429c060 13281 fi
be01d343
PB
13282else
13283 ok=yes
13284 case " ${configdirs} " in
13285 *" gcc "*) ;;
13286 *) ok=no ;;
13287 esac
c6b750e1 13288
be01d343
PB
13289 if test $ok = yes; then
13290 # An in-tree tool is available and we can use it
13291 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13293$as_echo "just compiled" >&6; }
2429c060
PB
13294 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13295 # We already found the complete path
b8025f34 13296 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13298$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13299 elif test "x$target" = "x$host"; then
13300 # We can use an host tool
13301 CC_FOR_TARGET='$(CC)'
81ecdfbb
RW
13302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13303$as_echo "host tool" >&6; }
be01d343
PB
13304 else
13305 # We need a cross tool
81ecdfbb
RW
13306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13307$as_echo "pre-installed" >&6; }
be01d343
PB
13308 fi
13309fi
4b900473 13310
81ecdfbb
RW
13311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13312$as_echo_n "checking where to find the target c++... " >&6; }
be01d343 13313if test "x${build}" != "x${host}" ; then
2429c060
PB
13314 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13315 # We already found the complete path
b8025f34 13316 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13318$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13319 else
13320 # Canadian cross, just use what we found
81ecdfbb
RW
13321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13322$as_echo "pre-installed" >&6; }
2429c060 13323 fi
be01d343
PB
13324else
13325 ok=yes
13326 case " ${configdirs} " in
13327 *" gcc "*) ;;
13328 *) ok=no ;;
13329 esac
13330 case ,${enable_languages}, in
13331 *,c++,*) ;;
13332 *) ok=no ;;
13333 esac
13334 if test $ok = yes; then
13335 # An in-tree tool is available and we can use it
87cda2cf 13336 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
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13338$as_echo "just compiled" >&6; }
2429c060
PB
13339 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13340 # We already found the complete path
b8025f34 13341 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13343$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13344 elif test "x$target" = "x$host"; then
13345 # We can use an host tool
13346 CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13348$as_echo "host tool" >&6; }
be01d343
PB
13349 else
13350 # We need a cross tool
81ecdfbb
RW
13351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13352$as_echo "pre-installed" >&6; }
be01d343
PB
13353 fi
13354fi
4b900473 13355
81ecdfbb
RW
13356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13357$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
be01d343 13358if test "x${build}" != "x${host}" ; then
2429c060
PB
13359 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13360 # We already found the complete path
b8025f34 13361 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13363$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13364 else
13365 # Canadian cross, just use what we found
81ecdfbb
RW
13366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13367$as_echo "pre-installed" >&6; }
2429c060 13368 fi
be01d343
PB
13369else
13370 ok=yes
13371 case " ${configdirs} " in
13372 *" gcc "*) ;;
13373 *) ok=no ;;
13374 esac
13375 case ,${enable_languages}, in
13376 *,c++,*) ;;
13377 *) ok=no ;;
13378 esac
13379 if test $ok = yes; then
13380 # An in-tree tool is available and we can use it
13381 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
13382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13383$as_echo "just compiled" >&6; }
2429c060
PB
13384 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13385 # We already found the complete path
b8025f34 13386 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13388$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13389 elif test "x$target" = "x$host"; then
13390 # We can use an host tool
13391 RAW_CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13393$as_echo "host tool" >&6; }
be01d343
PB
13394 else
13395 # We need a cross tool
81ecdfbb
RW
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13397$as_echo "pre-installed" >&6; }
be01d343
PB
13398 fi
13399fi
4b900473 13400
81ecdfbb
RW
13401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13402$as_echo_n "checking where to find the target dlltool... " >&6; }
be01d343 13403if test "x${build}" != "x${host}" ; then
2429c060
PB
13404 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13405 # We already found the complete path
b8025f34 13406 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13408$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13409 else
13410 # Canadian cross, just use what we found
81ecdfbb
RW
13411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13412$as_echo "pre-installed" >&6; }
2429c060 13413 fi
be01d343
PB
13414else
13415 ok=yes
13416 case " ${configdirs} " in
13417 *" binutils "*) ;;
13418 *) ok=no ;;
13419 esac
c6b750e1 13420
be01d343
PB
13421 if test $ok = yes; then
13422 # An in-tree tool is available and we can use it
13423 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
81ecdfbb
RW
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13425$as_echo "just compiled" >&6; }
2429c060
PB
13426 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13427 # We already found the complete path
b8025f34 13428 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13430$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13431 elif test "x$target" = "x$host"; then
13432 # We can use an host tool
13433 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
81ecdfbb
RW
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13435$as_echo "host tool" >&6; }
be01d343
PB
13436 else
13437 # We need a cross tool
81ecdfbb
RW
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13439$as_echo "pre-installed" >&6; }
be01d343
PB
13440 fi
13441fi
4b900473 13442
81ecdfbb
RW
13443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13444$as_echo_n "checking where to find the target gcc... " >&6; }
be01d343 13445if test "x${build}" != "x${host}" ; then
2429c060
PB
13446 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13447 # We already found the complete path
b8025f34 13448 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
13449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13450$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13451 else
13452 # Canadian cross, just use what we found
81ecdfbb
RW
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13454$as_echo "pre-installed" >&6; }
2429c060 13455 fi
be01d343
PB
13456else
13457 ok=yes
13458 case " ${configdirs} " in
13459 *" gcc "*) ;;
13460 *) ok=no ;;
13461 esac
c6b750e1 13462
be01d343
PB
13463 if test $ok = yes; then
13464 # An in-tree tool is available and we can use it
13465 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13467$as_echo "just compiled" >&6; }
2429c060
PB
13468 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13469 # We already found the complete path
b8025f34 13470 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
13471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13472$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13473 elif test "x$target" = "x$host"; then
13474 # We can use an host tool
13475 GCC_FOR_TARGET='$()'
81ecdfbb
RW
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13477$as_echo "host tool" >&6; }
be01d343
PB
13478 else
13479 # We need a cross tool
81ecdfbb
RW
13480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13481$as_echo "pre-installed" >&6; }
be01d343
PB
13482 fi
13483fi
4b900473 13484
81ecdfbb
RW
13485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13486$as_echo_n "checking where to find the target gcj... " >&6; }
be01d343 13487if test "x${build}" != "x${host}" ; then
2429c060
PB
13488 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13489 # We already found the complete path
b8025f34 13490 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
13491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13492$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13493 else
13494 # Canadian cross, just use what we found
81ecdfbb
RW
13495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13496$as_echo "pre-installed" >&6; }
2429c060 13497 fi
be01d343
PB
13498else
13499 ok=yes
13500 case " ${configdirs} " in
13501 *" gcc "*) ;;
13502 *) ok=no ;;
13503 esac
13504 case ,${enable_languages}, in
13505 *,java,*) ;;
13506 *) ok=no ;;
13507 esac
13508 if test $ok = yes; then
13509 # An in-tree tool is available and we can use it
13510 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13512$as_echo "just compiled" >&6; }
2429c060
PB
13513 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13514 # We already found the complete path
b8025f34 13515 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13517$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13518 elif test "x$target" = "x$host"; then
13519 # We can use an host tool
13520 GCJ_FOR_TARGET='$(GCJ)'
81ecdfbb
RW
13521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13522$as_echo "host tool" >&6; }
be01d343
PB
13523 else
13524 # We need a cross tool
81ecdfbb
RW
13525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13526$as_echo "pre-installed" >&6; }
be01d343
PB
13527 fi
13528fi
4b900473 13529
81ecdfbb
RW
13530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13531$as_echo_n "checking where to find the target gfortran... " >&6; }
be01d343 13532if test "x${build}" != "x${host}" ; then
2429c060
PB
13533 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13534 # We already found the complete path
b8025f34 13535 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
13536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13537$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13538 else
13539 # Canadian cross, just use what we found
81ecdfbb
RW
13540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13541$as_echo "pre-installed" >&6; }
2429c060 13542 fi
be01d343
PB
13543else
13544 ok=yes
13545 case " ${configdirs} " in
13546 *" gcc "*) ;;
13547 *) ok=no ;;
13548 esac
13549 case ,${enable_languages}, in
13550 *,fortran,*) ;;
13551 *) ok=no ;;
13552 esac
13553 if test $ok = yes; then
13554 # An in-tree tool is available and we can use it
13555 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13557$as_echo "just compiled" >&6; }
2429c060
PB
13558 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13559 # We already found the complete path
b8025f34 13560 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
13561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13562$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13563 elif test "x$target" = "x$host"; then
13564 # We can use an host tool
13565 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
81ecdfbb
RW
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13567$as_echo "host tool" >&6; }
be01d343
PB
13568 else
13569 # We need a cross tool
81ecdfbb
RW
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13571$as_echo "pre-installed" >&6; }
be01d343
PB
13572 fi
13573fi
4b900473 13574
e552509b
ILT
13575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13576$as_echo_n "checking where to find the target gccgo... " >&6; }
13577if test "x${build}" != "x${host}" ; then
13578 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13579 # We already found the complete path
13580 ac_dir=`dirname $GOC_FOR_TARGET`
13581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13582$as_echo "pre-installed in $ac_dir" >&6; }
13583 else
13584 # Canadian cross, just use what we found
13585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13586$as_echo "pre-installed" >&6; }
13587 fi
13588else
13589 ok=yes
13590 case " ${configdirs} " in
13591 *" gcc "*) ;;
13592 *) ok=no ;;
13593 esac
13594 case ,${enable_languages}, in
13595 *,go,*) ;;
13596 *) ok=no ;;
13597 esac
13598 if test $ok = yes; then
13599 # An in-tree tool is available and we can use it
13600 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13602$as_echo "just compiled" >&6; }
13603 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13604 # We already found the complete path
13605 ac_dir=`dirname $GOC_FOR_TARGET`
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13607$as_echo "pre-installed in $ac_dir" >&6; }
13608 elif test "x$target" = "x$host"; then
13609 # We can use an host tool
13610 GOC_FOR_TARGET='$(GOC)'
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13612$as_echo "host tool" >&6; }
13613 else
13614 # We need a cross tool
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13616$as_echo "pre-installed" >&6; }
13617 fi
13618fi
13619
81ecdfbb
RW
13620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13621$as_echo_n "checking where to find the target ld... " >&6; }
be01d343 13622if test "x${build}" != "x${host}" ; then
2429c060
PB
13623 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13624 # We already found the complete path
b8025f34 13625 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
13626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13627$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13628 else
13629 # Canadian cross, just use what we found
81ecdfbb
RW
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13631$as_echo "pre-installed" >&6; }
2429c060 13632 fi
be01d343
PB
13633else
13634 ok=yes
13635 case " ${configdirs} " in
13636 *" ld "*) ;;
13637 *) ok=no ;;
13638 esac
c6b750e1 13639
be01d343
PB
13640 if test $ok = yes; then
13641 # An in-tree tool is available and we can use it
13642 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
81ecdfbb
RW
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13644$as_echo "just compiled" >&6; }
2429c060
PB
13645 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13646 # We already found the complete path
b8025f34 13647 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13649$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13650 elif test "x$target" = "x$host"; then
13651 # We can use an host tool
13652 LD_FOR_TARGET='$(LD)'
81ecdfbb
RW
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13654$as_echo "host tool" >&6; }
be01d343
PB
13655 else
13656 # We need a cross tool
81ecdfbb
RW
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13658$as_echo "pre-installed" >&6; }
be01d343
PB
13659 fi
13660fi
4b900473 13661
81ecdfbb
RW
13662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13663$as_echo_n "checking where to find the target lipo... " >&6; }
be01d343 13664if test "x${build}" != "x${host}" ; then
2429c060
PB
13665 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13666 # We already found the complete path
b8025f34 13667 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
13668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13669$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13670 else
13671 # Canadian cross, just use what we found
81ecdfbb
RW
13672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13673$as_echo "pre-installed" >&6; }
2429c060 13674 fi
be01d343 13675else
2429c060
PB
13676 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13677 # We already found the complete path
b8025f34 13678 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13680$as_echo "pre-installed in $ac_dir" >&6; }
2429c060 13681 elif test "x$target" = "x$host"; then
be01d343
PB
13682 # We can use an host tool
13683 LIPO_FOR_TARGET='$(LIPO)'
81ecdfbb
RW
13684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13685$as_echo "host tool" >&6; }
be01d343
PB
13686 else
13687 # We need a cross tool
81ecdfbb
RW
13688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13689$as_echo "pre-installed" >&6; }
be01d343
PB
13690 fi
13691fi
4b900473 13692
81ecdfbb
RW
13693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13694$as_echo_n "checking where to find the target nm... " >&6; }
be01d343 13695if test "x${build}" != "x${host}" ; then
2429c060
PB
13696 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13697 # We already found the complete path
b8025f34 13698 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
13699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13700$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13701 else
13702 # Canadian cross, just use what we found
81ecdfbb
RW
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13704$as_echo "pre-installed" >&6; }
2429c060 13705 fi
be01d343
PB
13706else
13707 ok=yes
13708 case " ${configdirs} " in
13709 *" binutils "*) ;;
13710 *) ok=no ;;
13711 esac
c6b750e1 13712
be01d343
PB
13713 if test $ok = yes; then
13714 # An in-tree tool is available and we can use it
13715 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
81ecdfbb
RW
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13717$as_echo "just compiled" >&6; }
2429c060
PB
13718 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13719 # We already found the complete path
b8025f34 13720 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13722$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13723 elif test "x$target" = "x$host"; then
13724 # We can use an host tool
13725 NM_FOR_TARGET='$(NM)'
81ecdfbb
RW
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13727$as_echo "host tool" >&6; }
be01d343
PB
13728 else
13729 # We need a cross tool
81ecdfbb
RW
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13731$as_echo "pre-installed" >&6; }
be01d343
PB
13732 fi
13733fi
4b900473 13734
81ecdfbb
RW
13735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13736$as_echo_n "checking where to find the target objdump... " >&6; }
be01d343 13737if test "x${build}" != "x${host}" ; then
2429c060
PB
13738 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13739 # We already found the complete path
b8025f34 13740 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
13741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13742$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13743 else
13744 # Canadian cross, just use what we found
81ecdfbb
RW
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13746$as_echo "pre-installed" >&6; }
2429c060 13747 fi
be01d343
PB
13748else
13749 ok=yes
13750 case " ${configdirs} " in
13751 *" binutils "*) ;;
13752 *) ok=no ;;
13753 esac
c6b750e1 13754
be01d343
PB
13755 if test $ok = yes; then
13756 # An in-tree tool is available and we can use it
13757 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
81ecdfbb
RW
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13759$as_echo "just compiled" >&6; }
2429c060
PB
13760 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13761 # We already found the complete path
b8025f34 13762 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13764$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13765 elif test "x$target" = "x$host"; then
13766 # We can use an host tool
13767 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
81ecdfbb
RW
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13769$as_echo "host tool" >&6; }
be01d343
PB
13770 else
13771 # We need a cross tool
81ecdfbb
RW
13772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13773$as_echo "pre-installed" >&6; }
be01d343
PB
13774 fi
13775fi
4b900473 13776
81ecdfbb
RW
13777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13778$as_echo_n "checking where to find the target ranlib... " >&6; }
be01d343 13779if test "x${build}" != "x${host}" ; then
2429c060
PB
13780 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13781 # We already found the complete path
b8025f34 13782 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
13783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13784$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13785 else
13786 # Canadian cross, just use what we found
81ecdfbb
RW
13787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13788$as_echo "pre-installed" >&6; }
2429c060 13789 fi
be01d343
PB
13790else
13791 ok=yes
13792 case " ${configdirs} " in
13793 *" binutils "*) ;;
13794 *) ok=no ;;
13795 esac
c6b750e1 13796
be01d343
PB
13797 if test $ok = yes; then
13798 # An in-tree tool is available and we can use it
13799 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
81ecdfbb
RW
13800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13801$as_echo "just compiled" >&6; }
2429c060
PB
13802 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13803 # We already found the complete path
b8025f34 13804 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13806$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13807 elif test "x$target" = "x$host"; then
13808 # We can use an host tool
13809 RANLIB_FOR_TARGET='$(RANLIB)'
81ecdfbb
RW
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13811$as_echo "host tool" >&6; }
be01d343
PB
13812 else
13813 # We need a cross tool
81ecdfbb
RW
13814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13815$as_echo "pre-installed" >&6; }
be01d343
PB
13816 fi
13817fi
4b900473 13818
81ecdfbb
RW
13819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13820$as_echo_n "checking where to find the target strip... " >&6; }
be01d343 13821if test "x${build}" != "x${host}" ; then
2429c060
PB
13822 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13823 # We already found the complete path
b8025f34 13824 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
13825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13826$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13827 else
13828 # Canadian cross, just use what we found
81ecdfbb
RW
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13830$as_echo "pre-installed" >&6; }
2429c060 13831 fi
be01d343
PB
13832else
13833 ok=yes
13834 case " ${configdirs} " in
13835 *" binutils "*) ;;
13836 *) ok=no ;;
13837 esac
c6b750e1 13838
be01d343
PB
13839 if test $ok = yes; then
13840 # An in-tree tool is available and we can use it
9b980aa1 13841 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
81ecdfbb
RW
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13843$as_echo "just compiled" >&6; }
2429c060
PB
13844 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13845 # We already found the complete path
b8025f34 13846 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13848$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13849 elif test "x$target" = "x$host"; then
13850 # We can use an host tool
13851 STRIP_FOR_TARGET='$(STRIP)'
81ecdfbb
RW
13852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13853$as_echo "host tool" >&6; }
be01d343
PB
13854 else
13855 # We need a cross tool
81ecdfbb
RW
13856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13857$as_echo "pre-installed" >&6; }
be01d343
PB
13858 fi
13859fi
4b900473 13860
81ecdfbb
RW
13861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
13862$as_echo_n "checking where to find the target windres... " >&6; }
be01d343 13863if test "x${build}" != "x${host}" ; then
2429c060
PB
13864 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13865 # We already found the complete path
b8025f34 13866 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
13867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13868$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13869 else
13870 # Canadian cross, just use what we found
81ecdfbb
RW
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13872$as_echo "pre-installed" >&6; }
2429c060 13873 fi
be01d343
PB
13874else
13875 ok=yes
13876 case " ${configdirs} " in
13877 *" binutils "*) ;;
13878 *) ok=no ;;
13879 esac
c6b750e1 13880
be01d343
PB
13881 if test $ok = yes; then
13882 # An in-tree tool is available and we can use it
13883 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
81ecdfbb
RW
13884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13885$as_echo "just compiled" >&6; }
2429c060
PB
13886 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13887 # We already found the complete path
b8025f34 13888 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
13889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13890$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13891 elif test "x$target" = "x$host"; then
13892 # We can use an host tool
13893 WINDRES_FOR_TARGET='$(WINDRES)'
81ecdfbb
RW
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13895$as_echo "host tool" >&6; }
be01d343
PB
13896 else
13897 # We need a cross tool
81ecdfbb
RW
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13899$as_echo "pre-installed" >&6; }
be01d343 13900 fi
a0da8069 13901fi
54752a6b 13902
81ecdfbb
RW
13903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
13904$as_echo_n "checking where to find the target windmc... " >&6; }
0c24b341
NC
13905if test "x${build}" != "x${host}" ; then
13906 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13907 # We already found the complete path
13908 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
13909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13910$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
13911 else
13912 # Canadian cross, just use what we found
81ecdfbb
RW
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13914$as_echo "pre-installed" >&6; }
0c24b341
NC
13915 fi
13916else
13917 ok=yes
13918 case " ${configdirs} " in
13919 *" binutils "*) ;;
13920 *) ok=no ;;
13921 esac
13922
13923 if test $ok = yes; then
13924 # An in-tree tool is available and we can use it
13925 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
81ecdfbb
RW
13926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13927$as_echo "just compiled" >&6; }
0c24b341
NC
13928 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13929 # We already found the complete path
13930 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13932$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
13933 elif test "x$target" = "x$host"; then
13934 # We can use an host tool
13935 WINDMC_FOR_TARGET='$(WINDMC)'
81ecdfbb
RW
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13937$as_echo "host tool" >&6; }
0c24b341
NC
13938 else
13939 # We need a cross tool
81ecdfbb
RW
13940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13941$as_echo "pre-installed" >&6; }
0c24b341
NC
13942 fi
13943fi
13944
54752a6b
NN
13945
13946
be01d343 13947
4b900473 13948
a0da8069
NN
13949# Certain tools may need extra flags.
13950AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13951RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13952NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13953
be01d343
PB
13954# When building target libraries, except in a Canadian cross, we use
13955# the same toolchain as the compiler we just built.
13956COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13957COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13958COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13959if test $host = $build; then
13960 case " $configdirs " in
13961 *" gcc "*)
13962 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
13963 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
13964 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
13965 ;;
13966 esac
13967fi
13968
13969
13970
13971
13972
81ecdfbb
RW
13973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13974$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13975# Check whether --enable-maintainer-mode was given.
13976if test "${enable_maintainer_mode+set}" = set; then :
13977 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3d5e36ae
AO
13978else
13979 USE_MAINTAINER_MODE=no
81ecdfbb
RW
13980fi
13981
13982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13983$as_echo "$USE_MAINTAINER_MODE" >&6; }
3d5e36ae
AO
13984
13985
13986if test "$USE_MAINTAINER_MODE" = yes; then
13987 MAINTAINER_MODE_TRUE=
13988 MAINTAINER_MODE_FALSE='#'
13989else
13990 MAINTAINER_MODE_TRUE='#'
13991 MAINTAINER_MODE_FALSE=
c6b750e1 13992fi
3d5e36ae
AO
13993MAINT=$MAINTAINER_MODE_TRUE
13994
1d39f329
NN
13995# ---------------------
13996# GCC bootstrap support
13997# ---------------------
13998
13999# Stage specific cflags for build.
14000stage1_cflags="-g"
14001case $build in
14002 vax-*-*)
14003 case ${GCC} in
14004 yes) stage1_cflags="-g -Wa,-J" ;;
14005 *) stage1_cflags="-g -J" ;;
14006 esac ;;
1d39f329
NN
14007esac
14008
1d89b610 14009# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
e8a5fa9c 14010if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
1d89b610
PB
14011 saved_CFLAGS="$CFLAGS"
14012
14013 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14014 CFLAGS="$CFLAGS -fkeep-inline-functions"
81ecdfbb
RW
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14016$as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
14018/* end confdefs.h. */
14019
2038f525
PB
14020#if (__GNUC__ < 3) \
14021 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14022 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14023#error http://gcc.gnu.org/PR29382
14024#endif
14025
c6b750e1
DJ
14026int
14027main ()
14028{
14029
14030 ;
14031 return 0;
14032}
14033_ACEOF
81ecdfbb
RW
14034if ac_fn_c_try_compile "$LINENO"; then :
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14036$as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
c6b750e1 14037else
81ecdfbb
RW
14038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14039$as_echo "no" >&6; }
c6b750e1 14040fi
81ecdfbb 14041rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1d89b610
PB
14042
14043 CFLAGS="$saved_CFLAGS"
14044fi
14045
14046
1d39f329 14047
8a0d8a5c 14048# Enable --enable-checking in stage1 of the compiler.
81ecdfbb
RW
14049# Check whether --enable-stage1-checking was given.
14050if test "${enable_stage1_checking+set}" = set; then :
14051 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8a0d8a5c 14052else
5566c1fa 14053 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
2abc4e65 14054 stage1_checking=--enable-checking=yes,types
8a0d8a5c 14055else
5566c1fa 14056 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c 14057fi
81ecdfbb 14058fi
8a0d8a5c
PB
14059
14060
c6b750e1 14061
81ecdfbb
RW
14062# Enable -Werror in bootstrap stage2 and later.
14063# Check whether --enable-werror was given.
14064if test "${enable_werror+set}" = set; then :
14065 enableval=$enable_werror;
1d39f329 14066else
a0323144 14067 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
1d39f329 14068 enable_werror=yes
79fcd0ec
PB
14069else
14070 enable_werror=no
14071fi
81ecdfbb
RW
14072fi
14073
1a6f2dc7
NN
14074case ${enable_werror} in
14075 yes) stage2_werror_flag="--enable-werror-always" ;;
14076 *) stage2_werror_flag="" ;;
1d39f329
NN
14077esac
14078
14079
e8a5fa9c
RW
14080# Specify what files to not compare during bootstrap.
14081
14082compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14083case "$target" in
14084 hppa*64*-*-hpux*) ;;
14085 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14086esac
1f53ca9a
AO
14087case " $configdirs " in
14088*" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14089esac
e8a5fa9c
RW
14090
14091
81ecdfbb
RW
14092ac_config_files="$ac_config_files Makefile"
14093
c6b750e1 14094cat >confcache <<\_ACEOF
a0da8069
NN
14095# This file is a shell script that caches the results of configure
14096# tests run on this system so they can be shared between configure
c6b750e1
DJ
14097# scripts and configure runs, see configure's option --config-cache.
14098# It is not useful on other systems. If it contains results you don't
14099# want to keep, you may remove or edit it.
a0da8069 14100#
c6b750e1
DJ
14101# config.status only pays attention to the cache file if you give it
14102# the --recheck option to rerun configure.
a0da8069 14103#
c6b750e1
DJ
14104# `ac_cv_env_foo' variables (set or unset) will be overridden when
14105# loading this file, other *unset* `ac_cv_foo' will be assigned the
14106# following values.
14107
14108_ACEOF
14109
a0da8069
NN
14110# The following way of writing the cache mishandles newlines in values,
14111# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14112# So, we kill variables containing newlines.
a0da8069
NN
14113# Ultrix sh set writes to stderr and can't be redirected directly,
14114# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14115(
14116 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14117 eval ac_val=\$$ac_var
14118 case $ac_val in #(
14119 *${as_nl}*)
14120 case $ac_var in #(
14121 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14122$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14123 esac
14124 case $ac_var in #(
14125 _ | IFS | as_nl) ;; #(
14126 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14127 *) { eval $ac_var=; unset $ac_var;} ;;
14128 esac ;;
14129 esac
14130 done
14131
c6b750e1 14132 (set) 2>&1 |
81ecdfbb
RW
14133 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14134 *${as_nl}ac_space=\ *)
14135 # `set' does not quote correctly, so add quotes: double-quote
14136 # substitution turns \\\\ into \\, and sed turns \\ into \.
c6b750e1
DJ
14137 sed -n \
14138 "s/'/'\\\\''/g;
14139 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14140 ;; #(
c6b750e1
DJ
14141 *)
14142 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14143 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 14144 ;;
81ecdfbb
RW
14145 esac |
14146 sort
14147) |
c6b750e1 14148 sed '
81ecdfbb 14149 /^ac_cv_env_/b end
c6b750e1 14150 t clear
81ecdfbb 14151 :clear
c6b750e1
DJ
14152 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14153 t end
81ecdfbb
RW
14154 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14155 :end' >>confcache
14156if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14157 if test -w "$cache_file"; then
14158 test "x$cache_file" != "x/dev/null" &&
14159 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14160$as_echo "$as_me: updating cache $cache_file" >&6;}
c6b750e1 14161 cat confcache >$cache_file
a0da8069 14162 else
81ecdfbb
RW
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14164$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
a0da8069 14165 fi
852e5f18 14166fi
a0da8069 14167rm -f confcache
852e5f18 14168
a0da8069
NN
14169test "x$prefix" = xNONE && prefix=$ac_default_prefix
14170# Let make expand exec_prefix.
14171test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
852e5f18 14172
a0da8069
NN
14173# Transform confdefs.h into DEFS.
14174# Protect against shell expansion while executing Makefile rules.
14175# Protect against Makefile macro expansion.
c6b750e1
DJ
14176#
14177# If the first sed substitution is executed (which looks for macros that
81ecdfbb 14178# take arguments), then branch to the quote section. Otherwise,
c6b750e1 14179# look for a macro that doesn't take arguments.
81ecdfbb
RW
14180ac_script='
14181:mline
14182/\\$/{
14183 N
14184 s,\\\n,,
14185 b mline
14186}
c6b750e1 14187t clear
81ecdfbb
RW
14188:clear
14189s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14190t quote
81ecdfbb 14191s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14192t quote
81ecdfbb
RW
14193b any
14194:quote
14195s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14196s/\[/\\&/g
14197s/\]/\\&/g
14198s/\$/$$/g
14199H
14200:any
14201${
14202 g
14203 s/^\n//
14204 s/\n/ /g
14205 p
14206}
14207'
14208DEFS=`sed -n "$ac_script" confdefs.h`
c6b750e1
DJ
14209
14210
14211ac_libobjs=
14212ac_ltlibobjs=
14213for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14214 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14215 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14216 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14217 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14218 # will be set to the directory where LIBOBJS objects are built.
14219 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14220 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c6b750e1
DJ
14221done
14222LIBOBJS=$ac_libobjs
852e5f18 14223
c6b750e1 14224LTLIBOBJS=$ac_ltlibobjs
376a0e54 14225
cac3d6c4 14226
c6b750e1
DJ
14227
14228: ${CONFIG_STATUS=./config.status}
81ecdfbb 14229ac_write_fail=0
c6b750e1
DJ
14230ac_clean_files_save=$ac_clean_files
14231ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14232{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14233$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14234as_write_fail=0
14235cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c6b750e1
DJ
14236#! $SHELL
14237# Generated by $as_me.
a0da8069 14238# Run this file to recreate the current configuration.
a0da8069 14239# Compiler output produced by configure, useful for debugging
c6b750e1 14240# configure, is in config.log if it exists.
376a0e54 14241
c6b750e1
DJ
14242debug=false
14243ac_cs_recheck=false
14244ac_cs_silent=false
c6b750e1 14245
81ecdfbb
RW
14246SHELL=\${CONFIG_SHELL-$SHELL}
14247export SHELL
14248_ASEOF
14249cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14250## -------------------- ##
14251## M4sh Initialization. ##
14252## -------------------- ##
14253
14254# Be more Bourne compatible
14255DUALCASE=1; export DUALCASE # for MKS sh
14256if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
14257 emulate sh
14258 NULLCMD=:
81ecdfbb 14259 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
14260 # is contrary to our usage. Disable this feature.
14261 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14262 setopt NO_GLOB_SUBST
14263else
14264 case `(set -o) 2>/dev/null` in #(
14265 *posix*) :
14266 set -o posix ;; #(
14267 *) :
14268 ;;
14269esac
c6b750e1 14270fi
c6b750e1 14271
81ecdfbb
RW
14272
14273as_nl='
14274'
14275export as_nl
14276# Printing a long string crashes Solaris 7 /usr/bin/printf.
14277as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14278as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14279as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14280# Prefer a ksh shell builtin over an external printf program on Solaris,
14281# but without wasting forks for bash or zsh.
14282if test -z "$BASH_VERSION$ZSH_VERSION" \
14283 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14284 as_echo='print -r --'
14285 as_echo_n='print -rn --'
14286elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14287 as_echo='printf %s\n'
14288 as_echo_n='printf %s'
14289else
14290 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14291 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14292 as_echo_n='/usr/ucb/echo -n'
14293 else
14294 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14295 as_echo_n_body='eval
14296 arg=$1;
14297 case $arg in #(
14298 *"$as_nl"*)
14299 expr "X$arg" : "X\\(.*\\)$as_nl";
14300 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14301 esac;
14302 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14303 '
14304 export as_echo_n_body
14305 as_echo_n='sh -c $as_echo_n_body as_echo'
14306 fi
14307 export as_echo_body
14308 as_echo='sh -c $as_echo_body as_echo'
c6b750e1
DJ
14309fi
14310
81ecdfbb
RW
14311# The user is always right.
14312if test "${PATH_SEPARATOR+set}" != set; then
14313 PATH_SEPARATOR=:
14314 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14315 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14316 PATH_SEPARATOR=';'
14317 }
14318fi
14319
14320
14321# IFS
14322# We need space, tab and new line, in precisely that order. Quoting is
14323# there to prevent editors from complaining about space-tab.
14324# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14325# splitting by setting IFS to empty value.)
14326IFS=" "" $as_nl"
14327
14328# Find who we are. Look in the path if we contain no directory separator.
14329case $0 in #((
14330 *[\\/]* ) as_myself=$0 ;;
14331 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14332for as_dir in $PATH
14333do
14334 IFS=$as_save_IFS
14335 test -z "$as_dir" && as_dir=.
14336 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14337 done
14338IFS=$as_save_IFS
14339
14340 ;;
14341esac
14342# We did not find ourselves, most probably we were run as `sh COMMAND'
14343# in which case we are not to be found in the path.
14344if test "x$as_myself" = x; then
14345 as_myself=$0
14346fi
14347if test ! -f "$as_myself"; then
14348 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14349 exit 1
14350fi
c6b750e1 14351
81ecdfbb
RW
14352# Unset variables that we do not need and which cause bugs (e.g. in
14353# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14354# suppresses any "Segmentation fault" message there. '((' could
14355# trigger a bug in pdksh 5.2.14.
14356for as_var in BASH_ENV ENV MAIL MAILPATH
14357do eval test x\${$as_var+set} = xset \
14358 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14359done
c6b750e1
DJ
14360PS1='$ '
14361PS2='> '
14362PS4='+ '
14363
14364# NLS nuisances.
81ecdfbb
RW
14365LC_ALL=C
14366export LC_ALL
14367LANGUAGE=C
14368export LANGUAGE
14369
14370# CDPATH.
14371(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14372
14373
14374# as_fn_error ERROR [LINENO LOG_FD]
14375# ---------------------------------
14376# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14377# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14378# script with status $?, using 1 if that was 0.
14379as_fn_error ()
14380{
14381 as_status=$?; test $as_status -eq 0 && as_status=1
14382 if test "$3"; then
14383 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14384 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
c6b750e1 14385 fi
81ecdfbb
RW
14386 $as_echo "$as_me: error: $1" >&2
14387 as_fn_exit $as_status
14388} # as_fn_error
14389
14390
14391# as_fn_set_status STATUS
14392# -----------------------
14393# Set $? to STATUS, without forking.
14394as_fn_set_status ()
14395{
14396 return $1
14397} # as_fn_set_status
14398
14399# as_fn_exit STATUS
14400# -----------------
14401# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14402as_fn_exit ()
14403{
14404 set +e
14405 as_fn_set_status $1
14406 exit $1
14407} # as_fn_exit
14408
14409# as_fn_unset VAR
14410# ---------------
14411# Portably unset VAR.
14412as_fn_unset ()
14413{
14414 { eval $1=; unset $1;}
14415}
14416as_unset=as_fn_unset
14417# as_fn_append VAR VALUE
14418# ----------------------
14419# Append the text in VALUE to the end of the definition contained in VAR. Take
14420# advantage of any shell optimizations that allow amortized linear growth over
14421# repeated appends, instead of the typical quadratic growth present in naive
14422# implementations.
14423if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14424 eval 'as_fn_append ()
14425 {
14426 eval $1+=\$2
14427 }'
14428else
14429 as_fn_append ()
14430 {
14431 eval $1=\$$1\$2
14432 }
14433fi # as_fn_append
14434
14435# as_fn_arith ARG...
14436# ------------------
14437# Perform arithmetic evaluation on the ARGs, and store the result in the
14438# global $as_val. Take advantage of shells that can avoid forks. The arguments
14439# must be portable across $(()) and expr.
14440if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14441 eval 'as_fn_arith ()
14442 {
14443 as_val=$(( $* ))
14444 }'
14445else
14446 as_fn_arith ()
14447 {
14448 as_val=`expr "$@" || test $? -eq 1`
14449 }
14450fi # as_fn_arith
14451
c6b750e1 14452
81ecdfbb
RW
14453if expr a : '\(a\)' >/dev/null 2>&1 &&
14454 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
14455 as_expr=expr
14456else
14457 as_expr=false
14458fi
14459
81ecdfbb 14460if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
14461 as_basename=basename
14462else
14463 as_basename=false
14464fi
14465
81ecdfbb
RW
14466if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14467 as_dirname=dirname
14468else
14469 as_dirname=false
14470fi
c6b750e1 14471
81ecdfbb 14472as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
14473$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14474 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14475 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14476$as_echo X/"$0" |
14477 sed '/^.*\/\([^/][^/]*\)\/*$/{
14478 s//\1/
14479 q
14480 }
14481 /^X\/\(\/\/\)$/{
14482 s//\1/
14483 q
14484 }
14485 /^X\/\(\/\).*/{
14486 s//\1/
14487 q
14488 }
14489 s/.*/./; q'`
c6b750e1 14490
c6b750e1
DJ
14491# Avoid depending upon Character Ranges.
14492as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14493as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14494as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14495as_cr_digits='0123456789'
14496as_cr_alnum=$as_cr_Letters$as_cr_digits
14497
81ecdfbb
RW
14498ECHO_C= ECHO_N= ECHO_T=
14499case `echo -n x` in #(((((
14500-n*)
14501 case `echo 'xy\c'` in
14502 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14503 xy) ECHO_C='\c';;
14504 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14505 ECHO_T=' ';;
14506 esac;;
14507*)
14508 ECHO_N='-n';;
c6b750e1
DJ
14509esac
14510
81ecdfbb
RW
14511rm -f conf$$ conf$$.exe conf$$.file
14512if test -d conf$$.dir; then
14513 rm -f conf$$.dir/conf$$.file
c6b750e1 14514else
81ecdfbb
RW
14515 rm -f conf$$.dir
14516 mkdir conf$$.dir 2>/dev/null
c6b750e1 14517fi
81ecdfbb
RW
14518if (echo >conf$$.file) 2>/dev/null; then
14519 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 14520 as_ln_s='ln -s'
81ecdfbb
RW
14521 # ... but there are two gotchas:
14522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14524 # In both cases, we have to default to `cp -p'.
14525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14526 as_ln_s='cp -p'
14527 elif ln conf$$.file conf$$ 2>/dev/null; then
14528 as_ln_s=ln
14529 else
14530 as_ln_s='cp -p'
c6b750e1 14531 fi
c6b750e1
DJ
14532else
14533 as_ln_s='cp -p'
14534fi
81ecdfbb
RW
14535rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14536rmdir conf$$.dir 2>/dev/null
14537
14538
14539# as_fn_mkdir_p
14540# -------------
14541# Create "$as_dir" as a directory, including parents if necessary.
14542as_fn_mkdir_p ()
14543{
14544
14545 case $as_dir in #(
14546 -*) as_dir=./$as_dir;;
14547 esac
14548 test -d "$as_dir" || eval $as_mkdir_p || {
14549 as_dirs=
14550 while :; do
14551 case $as_dir in #(
14552 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14553 *) as_qdir=$as_dir;;
14554 esac
14555 as_dirs="'$as_qdir' $as_dirs"
14556 as_dir=`$as_dirname -- "$as_dir" ||
14557$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14558 X"$as_dir" : 'X\(//\)[^/]' \| \
14559 X"$as_dir" : 'X\(//\)$' \| \
14560 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14561$as_echo X"$as_dir" |
14562 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14563 s//\1/
14564 q
14565 }
14566 /^X\(\/\/\)[^/].*/{
14567 s//\1/
14568 q
14569 }
14570 /^X\(\/\/\)$/{
14571 s//\1/
14572 q
14573 }
14574 /^X\(\/\).*/{
14575 s//\1/
14576 q
14577 }
14578 s/.*/./; q'`
14579 test -d "$as_dir" && break
14580 done
14581 test -z "$as_dirs" || eval "mkdir $as_dirs"
14582 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14583
c6b750e1 14584
81ecdfbb 14585} # as_fn_mkdir_p
c6b750e1 14586if mkdir -p . 2>/dev/null; then
81ecdfbb 14587 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
14588else
14589 test -d ./-p && rmdir ./-p
14590 as_mkdir_p=false
14591fi
14592
81ecdfbb
RW
14593if test -x / >/dev/null 2>&1; then
14594 as_test_x='test -x'
14595else
14596 if ls -dL / >/dev/null 2>&1; then
14597 as_ls_L_option=L
14598 else
14599 as_ls_L_option=
14600 fi
14601 as_test_x='
14602 eval sh -c '\''
14603 if test -d "$1"; then
14604 test -d "$1/.";
14605 else
14606 case $1 in #(
14607 -*)set "./$1";;
14608 esac;
14609 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14610 ???[sx]*):;;*)false;;esac;fi
14611 '\'' sh
14612 '
14613fi
14614as_executable_p=$as_test_x
c6b750e1
DJ
14615
14616# Sed expression to map a string onto a valid CPP name.
14617as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14618
14619# Sed expression to map a string onto a valid variable name.
14620as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14621
14622
c6b750e1 14623exec 6>&1
81ecdfbb
RW
14624## ----------------------------------- ##
14625## Main body of $CONFIG_STATUS script. ##
14626## ----------------------------------- ##
14627_ASEOF
14628test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14629
14630cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14631# Save the log message, to keep $0 and so on meaningful, and to
c6b750e1 14632# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14633# values after options handling.
14634ac_log="
c6b750e1 14635This file was extended by $as_me, which was
81ecdfbb 14636generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
14637
14638 CONFIG_FILES = $CONFIG_FILES
14639 CONFIG_HEADERS = $CONFIG_HEADERS
14640 CONFIG_LINKS = $CONFIG_LINKS
14641 CONFIG_COMMANDS = $CONFIG_COMMANDS
14642 $ $0 $@
14643
81ecdfbb
RW
14644on `(hostname || uname -n) 2>/dev/null | sed 1q`
14645"
14646
c6b750e1
DJ
14647_ACEOF
14648
81ecdfbb
RW
14649case $ac_config_files in *"
14650"*) set x $ac_config_files; shift; ac_config_files=$*;;
14651esac
c6b750e1 14652
c6b750e1 14653
c6b750e1 14654
81ecdfbb
RW
14655cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14656# Files that config.status was made for.
14657config_files="$ac_config_files"
c6b750e1 14658
81ecdfbb 14659_ACEOF
c6b750e1 14660
81ecdfbb 14661cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 14662ac_cs_usage="\
81ecdfbb
RW
14663\`$as_me' instantiates files and other configuration actions
14664from templates according to the current configuration. Unless the files
14665and actions are specified as TAGs, all are instantiated by default.
c6b750e1 14666
81ecdfbb 14667Usage: $0 [OPTION]... [TAG]...
c6b750e1
DJ
14668
14669 -h, --help print this help, then exit
81ecdfbb
RW
14670 -V, --version print version number and configuration settings, then exit
14671 -q, --quiet, --silent
14672 do not print progress messages
c6b750e1
DJ
14673 -d, --debug don't remove temporary files
14674 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14675 --file=FILE[:TEMPLATE]
14676 instantiate the configuration file FILE
c6b750e1
DJ
14677
14678Configuration files:
14679$config_files
14680
81ecdfbb 14681Report bugs to the package provider."
c6b750e1 14682
81ecdfbb
RW
14683_ACEOF
14684cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1
DJ
14685ac_cs_version="\\
14686config.status
81ecdfbb
RW
14687configured by $0, generated by GNU Autoconf 2.64,
14688 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
c6b750e1 14689
81ecdfbb 14690Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
14691This config.status script is free software; the Free Software Foundation
14692gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14693
14694ac_pwd='$ac_pwd'
14695srcdir='$srcdir'
14696INSTALL='$INSTALL'
8e957354 14697AWK='$AWK'
81ecdfbb 14698test -n "\$AWK" || AWK=awk
c6b750e1
DJ
14699_ACEOF
14700
81ecdfbb
RW
14701cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14702# The default lists apply if the user does not specify any file.
c6b750e1
DJ
14703ac_need_defaults=:
14704while test $# != 0
a0da8069 14705do
c6b750e1
DJ
14706 case $1 in
14707 --*=*)
81ecdfbb
RW
14708 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14709 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c6b750e1
DJ
14710 ac_shift=:
14711 ;;
81ecdfbb 14712 *)
c6b750e1
DJ
14713 ac_option=$1
14714 ac_optarg=$2
14715 ac_shift=shift
14716 ;;
c6b750e1
DJ
14717 esac
14718
14719 case $ac_option in
14720 # Handling of the options.
a0da8069 14721 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
c6b750e1 14722 ac_cs_recheck=: ;;
81ecdfbb
RW
14723 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14724 $as_echo "$ac_cs_version"; exit ;;
14725 --debug | --debu | --deb | --de | --d | -d )
c6b750e1
DJ
14726 debug=: ;;
14727 --file | --fil | --fi | --f )
14728 $ac_shift
81ecdfbb
RW
14729 case $ac_optarg in
14730 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14731 esac
14732 as_fn_append CONFIG_FILES " '$ac_optarg'"
c6b750e1 14733 ac_need_defaults=false;;
81ecdfbb
RW
14734 --he | --h | --help | --hel | -h )
14735 $as_echo "$ac_cs_usage"; exit ;;
c6b750e1
DJ
14736 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14737 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14738 ac_cs_silent=: ;;
14739
14740 # This is an error.
81ecdfbb
RW
14741 -*) as_fn_error "unrecognized option: \`$1'
14742Try \`$0 --help' for more information." ;;
c6b750e1 14743
81ecdfbb
RW
14744 *) as_fn_append ac_config_targets " $1"
14745 ac_need_defaults=false ;;
c6b750e1 14746
376a0e54 14747 esac
c6b750e1 14748 shift
376a0e54
CM
14749done
14750
c6b750e1 14751ac_configure_extra_args=
376a0e54 14752
c6b750e1
DJ
14753if $ac_cs_silent; then
14754 exec 6>/dev/null
14755 ac_configure_extra_args="$ac_configure_extra_args --silent"
14756fi
376a0e54 14757
c6b750e1 14758_ACEOF
81ecdfbb 14759cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1 14760if \$ac_cs_recheck; then
81ecdfbb
RW
14761 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14762 shift
14763 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14764 CONFIG_SHELL='$SHELL'
14765 export CONFIG_SHELL
14766 exec "\$@"
c6b750e1
DJ
14767fi
14768
14769_ACEOF
81ecdfbb
RW
14770cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14771exec 5>>config.log
14772{
14773 echo
14774 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14775## Running $as_me. ##
14776_ASBOX
14777 $as_echo "$ac_log"
14778} >&5
c6b750e1 14779
81ecdfbb
RW
14780_ACEOF
14781cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
06a51eac
RW
14782#
14783# INIT-COMMANDS
14784#
14785extrasub_build="$extrasub_build"
14786 extrasub_host="$extrasub_host"
14787 extrasub_target="$extrasub_target"
14788
81ecdfbb 14789_ACEOF
c6b750e1 14790
81ecdfbb 14791cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 14792
81ecdfbb 14793# Handling of arguments.
c6b750e1
DJ
14794for ac_config_target in $ac_config_targets
14795do
81ecdfbb
RW
14796 case $ac_config_target in
14797 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14798
14799 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c6b750e1
DJ
14800 esac
14801done
14802
81ecdfbb 14803
c6b750e1
DJ
14804# If the user did not use the arguments to specify the items to instantiate,
14805# then the envvar interface is used. Set only those that are not.
14806# We use the long form for the default assignment because of an extremely
14807# bizarre bug on SunOS 4.1.3.
14808if $ac_need_defaults; then
14809 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14810fi
14811
14812# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14813# simply because there is no reason against having it here, and in addition,
c6b750e1 14814# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14815# Hook for its removal unless debugging.
14816# Note that there is a small window in which the directory will not be cleaned:
14817# after its creation but before its name has been assigned to `$tmp'.
c6b750e1
DJ
14818$debug ||
14819{
81ecdfbb
RW
14820 tmp=
14821 trap 'exit_status=$?
14822 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14823' 0
14824 trap 'as_fn_exit 1' 1 2 13 15
c6b750e1 14825}
c6b750e1
DJ
14826# Create a (secure) tmp directory for tmp files.
14827
14828{
81ecdfbb 14829 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
c6b750e1
DJ
14830 test -n "$tmp" && test -d "$tmp"
14831} ||
14832{
81ecdfbb
RW
14833 tmp=./conf$$-$RANDOM
14834 (umask 077 && mkdir "$tmp")
14835} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14836
14837# Set up the scripts for CONFIG_FILES section.
14838# No need to generate them if there are no CONFIG_FILES.
14839# This happens for instance with `./config.status config.h'.
14840if test -n "$CONFIG_FILES"; then
14841
14842if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14843 ac_cs_awk_getline=:
14844 ac_cs_awk_pipe_init=
14845 ac_cs_awk_read_file='
14846 while ((getline aline < (F[key])) > 0)
14847 print(aline)
14848 close(F[key])'
14849 ac_cs_awk_pipe_fini=
14850else
14851 ac_cs_awk_getline=false
14852 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14853 ac_cs_awk_read_file='
14854 print "|#_!!_#|"
14855 print "cat " F[key] " &&"
14856 '$ac_cs_awk_pipe_init
14857 # The final `:' finishes the AND list.
14858 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14859fi
14860ac_cr=`echo X | tr X '\015'`
14861# On cygwin, bash can eat \r inside `` if the user requested igncr.
14862# But we know of no other shell where ac_cr would be empty at this
14863# point, so we can use a bashism as a fallback.
14864if test "x$ac_cr" = x; then
14865 eval ac_cr=\$\'\\r\'
14866fi
14867ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14868if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14869 ac_cs_awk_cr='\r'
14870else
14871 ac_cs_awk_cr=$ac_cr
14872fi
14873
14874echo 'BEGIN {' >"$tmp/subs1.awk" &&
14875_ACEOF
14876
14877# Create commands to substitute file output variables.
c6b750e1 14878{
81ecdfbb
RW
14879 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14880 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14881 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14882 echo "_ACAWK" &&
14883 echo "_ACEOF"
14884} >conf$$files.sh &&
14885. ./conf$$files.sh ||
14886 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14887rm -f conf$$files.sh
c6b750e1 14888
81ecdfbb
RW
14889{
14890 echo "cat >conf$$subs.awk <<_ACEOF" &&
14891 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14892 echo "_ACEOF"
14893} >conf$$subs.sh ||
14894 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14895ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14896ac_delim='%!_!# '
14897for ac_last_try in false false false false false :; do
14898 . ./conf$$subs.sh ||
14899 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14900
14901 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14902 if test $ac_delim_n = $ac_delim_num; then
14903 break
14904 elif $ac_last_try; then
14905 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14906 else
14907 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14908 fi
14909done
14910rm -f conf$$subs.sh
14911
14912cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14913cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
c6b750e1 14914_ACEOF
81ecdfbb
RW
14915sed -n '
14916h
14917s/^/S["/; s/!.*/"]=/
14918p
14919g
14920s/^[^!]*!//
14921:repl
14922t repl
14923s/'"$ac_delim"'$//
14924t delim
14925:nl
14926h
14927s/\(.\{148\}\).*/\1/
14928t more1
14929s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14930p
14931n
14932b repl
14933:more1
14934s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14935p
14936g
14937s/.\{148\}//
14938t nl
14939:delim
14940h
14941s/\(.\{148\}\).*/\1/
14942t more2
14943s/["\\]/\\&/g; s/^/"/; s/$/"/
14944p
14945b
14946:more2
14947s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14948p
14949g
14950s/.\{148\}//
14951t delim
14952' <conf$$subs.awk | sed '
14953/^[^""]/{
14954 N
14955 s/\n//
14956}
14957' >>$CONFIG_STATUS || ac_write_fail=1
14958rm -f conf$$subs.awk
14959cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14960_ACAWK
14961cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14962 for (key in S) S_is_set[key] = 1
14963 FS = "\a"
14964 \$ac_cs_awk_pipe_init
14965}
14966{
14967 line = $ 0
14968 nfields = split(line, field, "@")
14969 substed = 0
14970 len = length(field[1])
14971 for (i = 2; i < nfields; i++) {
14972 key = field[i]
14973 keylen = length(key)
14974 if (S_is_set[key]) {
14975 value = S[key]
14976 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14977 len += length(value) + length(field[++i])
14978 substed = 1
14979 } else
14980 len += 1 + keylen
14981 }
14982 if (nfields == 3 && !substed) {
14983 key = field[2]
14984 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
14985 \$ac_cs_awk_read_file
14986 next
14987 }
14988 }
14989 print line
14990}
14991\$ac_cs_awk_pipe_fini
14992_ACAWK
14993_ACEOF
14994cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14995if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14996 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14997else
14998 cat
14999fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15000 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15001_ACEOF
15002
15003# VPATH may cause trouble with some makes, so we remove $(srcdir),
15004# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15005# trailing colons and then remove the whole line if VPATH becomes empty
15006# (actually we leave an empty line to preserve line numbers).
15007if test "x$srcdir" = x.; then
15008 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15009s/:*\$(srcdir):*/:/
15010s/:*\${srcdir}:*/:/
15011s/:*@srcdir@:*/:/
15012s/^\([^=]*=[ ]*\):*/\1/
15013s/:*$//
15014s/^[^=]*=[ ]*$//
15015}'
15016fi
c6b750e1 15017
81ecdfbb
RW
15018cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15019fi # test -n "$CONFIG_FILES"
c6b750e1 15020
c6b750e1 15021
81ecdfbb
RW
15022eval set X " :F $CONFIG_FILES "
15023shift
15024for ac_tag
15025do
15026 case $ac_tag in
15027 :[FHLC]) ac_mode=$ac_tag; continue;;
15028 esac
15029 case $ac_mode$ac_tag in
15030 :[FHL]*:*);;
15031 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15032 :[FH]-) ac_tag=-:-;;
15033 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15034 esac
15035 ac_save_IFS=$IFS
15036 IFS=:
15037 set x $ac_tag
15038 IFS=$ac_save_IFS
15039 shift
15040 ac_file=$1
15041 shift
252b5132 15042
81ecdfbb
RW
15043 case $ac_mode in
15044 :L) ac_source=$1;;
15045 :[FH])
15046 ac_file_inputs=
15047 for ac_f
15048 do
15049 case $ac_f in
15050 -) ac_f="$tmp/stdin";;
15051 *) # Look for the file first in the build tree, then in the source tree
15052 # (if the path is not absolute). The absolute path cannot be DOS-style,
15053 # because $ac_f cannot contain `:'.
15054 test -f "$ac_f" ||
15055 case $ac_f in
15056 [\\/$]*) false;;
15057 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15058 esac ||
15059 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15060 esac
15061 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15062 as_fn_append ac_file_inputs " '$ac_f'"
15063 done
c6b750e1 15064
81ecdfbb
RW
15065 # Let's still pretend it is `configure' which instantiates (i.e., don't
15066 # use $as_me), people would be surprised to read:
15067 # /* config.h. Generated by config.status. */
15068 configure_input='Generated from '`
15069 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15070 `' by configure.'
15071 if test x"$ac_file" != x-; then
15072 configure_input="$ac_file. $configure_input"
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15074$as_echo "$as_me: creating $ac_file" >&6;}
a0da8069 15075 fi
81ecdfbb
RW
15076 # Neutralize special characters interpreted by sed in replacement strings.
15077 case $configure_input in #(
15078 *\&* | *\|* | *\\* )
15079 ac_sed_conf_input=`$as_echo "$configure_input" |
15080 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15081 *) ac_sed_conf_input=$configure_input;;
15082 esac
cac3d6c4 15083
81ecdfbb
RW
15084 case $ac_tag in
15085 *:-:* | *:-) cat >"$tmp/stdin" \
15086 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15087 esac
15088 ;;
a0da8069 15089 esac
252b5132 15090
81ecdfbb 15091 ac_dir=`$as_dirname -- "$ac_file" ||
c6b750e1
DJ
15092$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15093 X"$ac_file" : 'X\(//\)[^/]' \| \
15094 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15095 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15096$as_echo X"$ac_file" |
15097 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15098 s//\1/
15099 q
15100 }
15101 /^X\(\/\/\)[^/].*/{
15102 s//\1/
15103 q
15104 }
15105 /^X\(\/\/\)$/{
15106 s//\1/
15107 q
15108 }
15109 /^X\(\/\).*/{
15110 s//\1/
15111 q
15112 }
15113 s/.*/./; q'`
15114 as_dir="$ac_dir"; as_fn_mkdir_p
c6b750e1 15115 ac_builddir=.
252b5132 15116
81ecdfbb
RW
15117case "$ac_dir" in
15118.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15119*)
15120 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15121 # A ".." for each directory in $ac_dir_suffix.
15122 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15123 case $ac_top_builddir_sub in
15124 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15125 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15126 esac ;;
15127esac
15128ac_abs_top_builddir=$ac_pwd
15129ac_abs_builddir=$ac_pwd$ac_dir_suffix
15130# for backward compatibility:
15131ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
15132
15133case $srcdir in
81ecdfbb 15134 .) # We are building in place.
c6b750e1 15135 ac_srcdir=.
81ecdfbb
RW
15136 ac_top_srcdir=$ac_top_builddir_sub
15137 ac_abs_top_srcdir=$ac_pwd ;;
15138 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 15139 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15140 ac_top_srcdir=$srcdir
15141 ac_abs_top_srcdir=$srcdir ;;
15142 *) # Relative name.
15143 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15144 ac_top_srcdir=$ac_top_build_prefix$srcdir
15145 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 15146esac
81ecdfbb 15147ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15148
252b5132 15149
81ecdfbb
RW
15150 case $ac_mode in
15151 :F)
15152 #
15153 # CONFIG_FILE
15154 #
c6b750e1
DJ
15155
15156 case $INSTALL in
15157 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 15158 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
a0da8069 15159 esac
81ecdfbb 15160_ACEOF
252b5132 15161
81ecdfbb
RW
15162cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15163# If the template does not know about datarootdir, expand it.
15164# FIXME: This hack should be removed a few years after 2.60.
15165ac_datarootdir_hack=; ac_datarootdir_seen=
15166ac_sed_dataroot='
15167/datarootdir/ {
15168 p
15169 q
15170}
15171/@datadir@/p
15172/@docdir@/p
15173/@infodir@/p
15174/@localedir@/p
15175/@mandir@/p'
15176case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15177*datarootdir*) ac_datarootdir_seen=yes;;
15178*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15179 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15180$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
c6b750e1 15181_ACEOF
81ecdfbb
RW
15182cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15183 ac_datarootdir_hack='
15184 s&@datadir@&$datadir&g
15185 s&@docdir@&$docdir&g
15186 s&@infodir@&$infodir&g
15187 s&@localedir@&$localedir&g
15188 s&@mandir@&$mandir&g
15189 s&\\\${datarootdir}&$datarootdir&g' ;;
15190esac
15191_ACEOF
15192
15193# Neutralize VPATH when `$srcdir' = `.'.
15194# Shell code in configure.ac might set extrasub.
15195# FIXME: do we really want to maintain this feature?
15196cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15197ac_sed_extra="$ac_vpsub
c6b750e1
DJ
15198$extrasub
15199_ACEOF
81ecdfbb 15200cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1
DJ
15201:t
15202/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15203s|@configure_input@|$ac_sed_conf_input|;t t
15204s&@top_builddir@&$ac_top_builddir_sub&;t t
15205s&@top_build_prefix@&$ac_top_build_prefix&;t t
15206s&@srcdir@&$ac_srcdir&;t t
15207s&@abs_srcdir@&$ac_abs_srcdir&;t t
15208s&@top_srcdir@&$ac_top_srcdir&;t t
15209s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15210s&@builddir@&$ac_builddir&;t t
15211s&@abs_builddir@&$ac_abs_builddir&;t t
15212s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15213s&@INSTALL@&$ac_INSTALL&;t t
15214$ac_datarootdir_hack
15215"
15216eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15217if $ac_cs_awk_getline; then
15218 $AWK -f "$tmp/subs.awk"
15219else
15220 $AWK -f "$tmp/subs.awk" | $SHELL
15221fi >$tmp/out \
15222 || as_fn_error "could not create $ac_file" "$LINENO" 5
15223
15224test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15225 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15226 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15227 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15228which seems to be undefined. Please make sure it is defined." >&5
15229$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15230which seems to be undefined. Please make sure it is defined." >&2;}
15231
15232 rm -f "$tmp/stdin"
15233 case $ac_file in
15234 -) cat "$tmp/out" && rm -f "$tmp/out";;
15235 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15236 esac \
15237 || as_fn_error "could not create $ac_file" "$LINENO" 5
15238 ;;
c148b4cb 15239
c148b4cb 15240
c148b4cb 15241
81ecdfbb
RW
15242 esac
15243
06a51eac
RW
15244
15245 case $ac_file$ac_mode in
15246 "Makefile":F) sed "$extrasub_build" Makefile |
15247 sed "$extrasub_host" |
15248 sed "$extrasub_target" > mf$$
15249 mv -f mf$$ Makefile ;;
15250
15251 esac
81ecdfbb
RW
15252done # for ac_tag
15253
15254
15255as_fn_exit 0
c6b750e1 15256_ACEOF
c6b750e1
DJ
15257ac_clean_files=$ac_clean_files_save
15258
81ecdfbb
RW
15259test $ac_write_fail = 0 ||
15260 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15261
c6b750e1
DJ
15262
15263# configure is writing to config.log, and then calls config.status.
15264# config.status does its own redirection, appending to config.log.
15265# Unfortunately, on DOS this fails, as config.log is still kept open
15266# by configure, so config.status won't be able to write to it; its
15267# output is simply discarded. So we exec the FD to /dev/null,
15268# effectively closing config.log, so it can be properly (re)opened and
15269# appended to by config.status. When coming back to configure, we
15270# need to make the FD available again.
15271if test "$no_create" != yes; then
15272 ac_cs_success=:
15273 ac_config_status_args=
15274 test "$silent" = yes &&
15275 ac_config_status_args="$ac_config_status_args --quiet"
15276 exec 5>/dev/null
15277 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15278 exec 5>>config.log
15279 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15280 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15281 $ac_cs_success || as_fn_exit $?
15282fi
15283if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15284 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15285$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c6b750e1 15286fi
c148b4cb 15287
This page took 1.586267 seconds and 4 git commands to generate.