gdb/
[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"
0377a422 2729# list belongs in this list.
a0da8069 2730#
2354b38b 2731target_tools="target-examples target-gperf target-rda"
252b5132 2732
a0da8069 2733################################################################################
252b5132 2734
a0da8069
NN
2735## All tools belong in one of the four categories, and are assigned above
2736## We assign ${configdirs} this way to remove all embedded newlines. This
2737## is important because configure will choke if they ever get through.
2738## ${configdirs} is directories we build using the host tools.
2739## ${target_configdirs} is directories we build using the target tools.
a0da8069 2740configdirs=`echo ${host_libs} ${host_tools}`
9c14acb8 2741target_configdirs=`echo ${target_libraries} ${target_tools}`
ee025550 2742build_configdirs=`echo ${build_libs} ${build_tools}`
dd12c3a8 2743
9cc8ae67
PB
2744
2745
a0da8069 2746################################################################################
252b5132 2747
a0da8069 2748srcname="gnu development package"
252b5132 2749
a0da8069
NN
2750# This gets set non-empty for some net releases of packages.
2751appdirs=""
252b5132 2752
a0da8069
NN
2753# Define is_cross_compiler to save on calls to 'test'.
2754is_cross_compiler=
2755if test x"${host}" = x"${target}" ; then
2756 is_cross_compiler=no
252b5132 2757else
a0da8069 2758 is_cross_compiler=yes
c6b750e1 2759fi
252b5132 2760
9175bfc0 2761# Find the build and target subdir names.
dd12c3a8 2762
66a79c16
DJ
2763# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2764# have matching libraries, they should use host libraries: Makefile.tpl
2765# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2766# However, they still use the build modules, because the corresponding
2767# host modules (e.g. bison) are only built for the host when bootstrap
2768# finishes. So:
2769# - build_subdir is where we find build modules, and never changes.
2770# - build_libsubdir is where we find build libraries, and can be overridden.
2771
2772# Prefix 'build-' so this never conflicts with target_subdir.
dd12c3a8 2773build_subdir="build-${build_noncanonical}"
c6b750e1 2774
81ecdfbb
RW
2775# Check whether --with-build-libsubdir was given.
2776if test "${with_build_libsubdir+set}" = set; then :
2777 withval=$with_build_libsubdir; build_libsubdir="$withval"
66a79c16
DJ
2778else
2779 build_libsubdir="$build_subdir"
81ecdfbb
RW
2780fi
2781
b00612cc
PB
2782# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2783if ( test $srcdir = . && test -d gcc ) \
2784 || test -d $srcdir/../host-${host_noncanonical}; then
2785 host_subdir="host-${host_noncanonical}"
2786else
2787 host_subdir=.
2788fi
dd12c3a8
NN
2789# No prefix.
2790target_subdir=${target_noncanonical}
c6b750e1 2791
2fd0b40b
RW
2792# Be sure to cover against remnants of an in-tree build.
2793if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2794 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2795Use a pristine source tree when building in a separate tree" "$LINENO" 5
2796fi
252b5132 2797
a0da8069
NN
2798# Skipdirs are removed silently.
2799skipdirs=
2800# Noconfigdirs are removed loudly.
2801noconfigdirs=""
252b5132 2802
a0da8069
NN
2803use_gnu_ld=
2804# Make sure we don't let GNU ld be added if we didn't want it.
2805if test x$with_gnu_ld = xno ; then
2806 use_gnu_ld=no
93f9b408 2807 noconfigdirs="$noconfigdirs ld gold"
252b5132
RH
2808fi
2809
a0da8069
NN
2810use_gnu_as=
2811# Make sure we don't let GNU as be added if we didn't want it.
2812if test x$with_gnu_as = xno ; then
2813 use_gnu_as=no
2814 noconfigdirs="$noconfigdirs gas"
252b5132
RH
2815fi
2816
700d40ca
ILT
2817use_included_zlib=
2818# Make sure we don't let ZLIB be added if we didn't want it.
2819if test x$with_system_zlib = xyes ; then
2820 use_included_zlib=no
2821 noconfigdirs="$noconfigdirs zlib"
2822fi
2823
c6b750e1 2824# some tools are so dependent upon X11 that if we're not building with X,
a0da8069 2825# it's not even worth trying to configure, much less build, that tool.
252b5132 2826
a0da8069
NN
2827case ${with_x} in
2828 yes | "") ;; # the default value for this tree is that X11 is available
2829 no)
675c6968 2830 skipdirs="${skipdirs} tk itcl libgui"
a0da8069 2831 # We won't be able to build gdbtk without X.
c6b750e1 2832 enable_gdbtk=no
a0da8069
NN
2833 ;;
2834 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2835esac
252b5132 2836
0377a422 2837# Some are only suitable for cross toolchains.
a0da8069
NN
2838# Remove these if host=target.
2839cross_only="target-libgloss target-newlib target-opcodes"
2840
2841case $is_cross_compiler in
2842 no) skipdirs="${skipdirs} ${cross_only}" ;;
a0da8069 2843esac
252b5132 2844
a0da8069
NN
2845# If both --with-headers and --with-libs are specified, default to
2846# --without-newlib.
32be62b5
RS
2847if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2848 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
a0da8069
NN
2849 if test x"${with_newlib}" = x ; then
2850 with_newlib=no
2851 fi
252b5132
RH
2852fi
2853
a0da8069
NN
2854# Recognize --with-newlib/--without-newlib.
2855case ${with_newlib} in
2856 no) skipdirs="${skipdirs} target-newlib" ;;
2857 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2858esac
252b5132 2859
c7791212
NC
2860# Handle --enable-gold, --enable-ld.
2861# --disable-gold [--enable-ld]
2862# Build only ld. Default option.
d3b50760
L
2863# --enable-gold [--enable-ld]
2864# Build both gold and ld. Install gold as "ld.gold", install ld
2865# as "ld.bfd" and "ld".
2866# --enable-gold=default [--enable-ld]
c7791212
NC
2867# Build both gold and ld. Install gold as "ld.gold" and "ld",
2868# install ld as "ld.bfd".
2869# --enable-gold[=default] --disable-ld
2870# Build only gold, which is then installed as both "ld.gold" and "ld".
2871# --enable-gold --enable-ld=default
d3b50760
L
2872# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2873# and ld.bfd).
c7791212
NC
2874# In other words, ld is default
2875# --enable-gold=default --enable-ld=default
2876# Error.
2877
2878default_ld=
81ecdfbb
RW
2879# Check whether --enable-gold was given.
2880if test "${enable_gold+set}" = set; then :
2881 enableval=$enable_gold; ENABLE_GOLD=$enableval
93f9b408
ILT
2882else
2883 ENABLE_GOLD=no
81ecdfbb
RW
2884fi
2885
c7791212
NC
2886case "${ENABLE_GOLD}" in
2887 yes|default)
e6de499b
NC
2888 # Check for ELF target.
2889 is_elf=no
2890 case "${target}" in
2891 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2892 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
5b806d27
NC
2893 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2894 | *-*-solaris2* | *-*-nto*)
e6de499b
NC
2895 case "${target}" in
2896 *-*-linux*aout* | *-*-linux*oldld*)
2897 ;;
2898 *)
2899 is_elf=yes
2900 ;;
2901 esac
2902 esac
2903
2904 if test "$is_elf" = "yes"; then
2905 # Check for target supported by gold.
93f9b408 2906 case "${target}" in
e6de499b 2907 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
c7791212
NC
2908 configdirs="$configdirs gold"
2909 if test x${ENABLE_GOLD} = xdefault; then
2910 default_ld=gold
2911 fi
e6de499b 2912 ENABLE_GOLD=yes
93f9b408
ILT
2913 ;;
2914 esac
e6de499b
NC
2915 fi
2916 ;;
2917 no)
2918 ;;
2919 *)
2920 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2921 ;;
c7791212
NC
2922esac
2923
2924# Check whether --enable-ld was given.
2925if test "${enable_ld+set}" = set; then :
2926 enableval=$enable_ld; ENABLE_LD=$enableval
2927else
2928 ENABLE_LD=yes
2929fi
2930
2931
2932case "${ENABLE_LD}" in
2933 default)
d3b50760 2934 if test x${default_ld} != x; then
c7791212
NC
2935 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2936 fi
2937 ;;
2938 yes)
2939 ;;
2940 no)
2941 if test x${ENABLE_GOLD} != xyes; then
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2943$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2944 fi
2945 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2946 ;;
2947 *)
2948 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2949 ;;
2950esac
93f9b408 2951
a0da8069 2952# Configure extra directories which are host specific
252b5132 2953
a0da8069
NN
2954case "${host}" in
2955 *-cygwin*)
2956 configdirs="$configdirs libtermcap" ;;
2957esac
252b5132 2958
59f7ec45
HPN
2959# A target can indicate whether a language isn't supported for some reason.
2960# Only spaces may be used in this macro; not newlines or tabs.
2961unsupported_languages=
2962
c6b750e1 2963# Remove more programs from consideration, based on the host or
a0da8069
NN
2964# target this usually means that a port of the program doesn't
2965# exist yet.
252b5132 2966
a0da8069 2967case "${host}" in
3516a403 2968 i[3456789]86-*-msdosdjgpp*)
6a608608 2969 noconfigdirs="$noconfigdirs tcl tk itcl"
a0da8069 2970 ;;
a0da8069 2971esac
252b5132 2972
4b1cb4fe 2973
89a1e9c3
PB
2974# Check whether --enable-libquadmath was given.
2975if test "${enable_libquadmath+set}" = set; then :
2976 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
2977else
2978 ENABLE_LIBQUADMATH=yes
2979fi
2980
2981if test "${ENABLE_LIBQUADMATH}" = "no" ; then
2982 noconfigdirs="$noconfigdirs target-libquadmath"
2983fi
2984
2985
2986# Check whether --enable-libquadmath-support was given.
2987if test "${enable_libquadmath_support+set}" = set; then :
2988 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
2989else
2990 ENABLE_LIBQUADMATH_SUPPORT=yes
2991fi
2992
2993enable_libquadmath_support=
2994if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
2995 enable_libquadmath_support=no
2996fi
2997
2998
81ecdfbb
RW
2999# Check whether --enable-libada was given.
3000if test "${enable_libada+set}" = set; then :
3001 enableval=$enable_libada; ENABLE_LIBADA=$enableval
a2592b1b
DD
3002else
3003 ENABLE_LIBADA=yes
81ecdfbb
RW
3004fi
3005
a2592b1b 3006if test "${ENABLE_LIBADA}" != "yes" ; then
b00612cc 3007 noconfigdirs="$noconfigdirs gnattools"
a2592b1b
DD
3008fi
3009
81ecdfbb
RW
3010# Check whether --enable-libssp was given.
3011if test "${enable_libssp+set}" = set; then :
3012 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
5f128533
KH
3013else
3014 ENABLE_LIBSSP=yes
81ecdfbb
RW
3015fi
3016
5f128533 3017
a0da8069
NN
3018# Save it here so that, even in case of --enable-libgcj, if the Java
3019# front-end isn't enabled, we still get libgcj disabled.
3020libgcj_saved=$libgcj
3021case $enable_libgcj in
3022yes)
3023 # If we reset it here, it won't get added to noconfigdirs in the
3024 # target-specific build rules, so it will be forcibly enabled
3025 # (unless the Java language itself isn't enabled).
3026 libgcj=
3027 ;;
3028no)
3029 # Make sure we get it printed in the list of not supported target libs.
9e1a94f4
ILT
3030 # Don't disable libffi, though, other languages use it.
3031 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
33d23ee8
ILT
3032 # Clear libgcj_saved so that even if java is enabled libffi won't be
3033 # built.
3034 libgcj_saved=
a0da8069
NN
3035 ;;
3036esac
252b5132 3037
4b1cb4fe 3038
a6df5a19
PB
3039# Disable libmudflap on some systems.
3040if test x$enable_libmudflap = x ; then
3e707e94 3041 case "${target}" in
29383458 3042 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3d6dfe0f 3043 # Enable libmudflap by default in GNU and friends.
3e707e94
PB
3044 ;;
3045 *-*-freebsd*)
3046 # Enable libmudflap by default in FreeBSD.
3047 ;;
3048 *)
3049 # Disable it by default everywhere else.
3050 noconfigdirs="$noconfigdirs target-libmudflap"
3051 ;;
3052 esac
a6df5a19 3053fi
4b1cb4fe 3054
a6df5a19
PB
3055# Disable libgomp on non POSIX hosted systems.
3056if test x$enable_libgomp = x ; then
b3ded179
PB
3057 # Enable libgomp by default on hosted POSIX systems.
3058 case "${target}" in
29383458 3059 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
b3ded179 3060 ;;
5b806d27 3061 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
b3ded179 3062 ;;
64ce424c 3063 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
b3ded179
PB
3064 ;;
3065 *-*-darwin* | *-*-aix*)
3066 ;;
3067 *)
3068 noconfigdirs="$noconfigdirs target-libgomp"
3069 ;;
3070 esac
a6df5a19 3071fi
b3ded179 3072
691bb5a1
DD
3073# Default libgloss CPU subdirectory.
3074libgloss_dir="$target_cpu"
4b1cb4fe 3075
a0da8069
NN
3076case "${target}" in
3077 *-*-chorusos)
54d1c879 3078 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3079 ;;
24741ab2 3080 powerpc-*-darwin*)
9d39db92 3081 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3082 noconfigdirs="$noconfigdirs sim target-rda"
652dec25 3083 ;;
85bd1942
TG
3084 i[3456789]86-*-darwin*)
3085 noconfigdirs="$noconfigdirs ld gprof"
3086 noconfigdirs="$noconfigdirs sim target-rda"
3087 ;;
e8a5fa9c 3088 x86_64-*-darwin[912]*)
652dec25
TG
3089 noconfigdirs="$noconfigdirs ld gas gprof"
3090 noconfigdirs="$noconfigdirs sim target-rda"
b3f16a9b 3091 ;;
04d1ab34 3092 *-*-darwin*)
d320aacb 3093 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3094 noconfigdirs="$noconfigdirs sim target-rda"
54d1c879 3095 noconfigdirs="$noconfigdirs ${libgcj}"
04d1ab34 3096 ;;
5b806d27
NC
3097 *-*-dragonfly*)
3098 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3099 ;;
a0da8069 3100 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
54d1c879 3101 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3102 ;;
de0b4a87 3103 *-*-freebsd*)
4b1cb4fe
DD
3104 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3105 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3106 && test -f /usr/local/include/gmp.h; then
3107 with_gmp=/usr/local
3108 fi
3109
3110 # Skip some stuff that's unsupported on some FreeBSD configurations.
3111 case "${target}" in
3112 i*86-*-*) ;;
3113 alpha*-*-*) ;;
143754cd 3114 x86_64-*-*) ;;
4b1cb4fe 3115 *)
54d1c879 3116 noconfigdirs="$noconfigdirs ${libgcj}"
4b1cb4fe
DD
3117 ;;
3118 esac
3119 ;;
f8a495c8
NC
3120 *-*-kaos*)
3121 # Remove unsupported stuff on all kaOS configurations.
2354b38b 3122 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3"
0377a422 3123 skipdirs="$skipdirs target-libobjc"
f8a495c8
NC
3124 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3125 noconfigdirs="$noconfigdirs target-libgloss"
3126 ;;
a0da8069
NN
3127 *-*-netbsd*)
3128 # Skip some stuff on all NetBSD configurations.
3129 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3130
3131 # Skip some stuff that's unsupported on some NetBSD configurations.
3132 case "${target}" in
3133 i*86-*-netbsdelf*) ;;
5b474aa8 3134 arm*-*-netbsdelf*) ;;
a0da8069 3135 *)
54d1c879 3136 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3137 ;;
3138 esac
3139 ;;
2a3124ca 3140 *-*-netware*)
2354b38b 3141 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj}"
a0da8069
NN
3142 ;;
3143 *-*-rtems*)
a009f2e7 3144 skipdirs="${skipdirs} target-libiberty"
54d1c879 3145 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3146 ;;
1587117a
EC
3147 # The tpf target doesn't support gdb yet.
3148 *-*-tpf*)
2354b38b 3149 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} gdb tcl tk libgui itcl"
1587117a 3150 ;;
c1968181 3151 *-*-uclinux*)
54d1c879 3152 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
c1968181 3153 ;;
a0da8069 3154 *-*-vxworks*)
54d1c879 3155 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
a0da8069
NN
3156 ;;
3157 alpha*-dec-osf*)
3158 # ld works, but does not support shared libraries.
0377a422 3159 # newlib is not 64 bit ready.
a0da8069 3160 # gas doesn't generate exception information.
0377a422 3161 noconfigdirs="$noconfigdirs gas ld target-newlib target-libgloss"
a0da8069
NN
3162 ;;
3163 alpha*-*-*vms*)
d594eacc 3164 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
a0da8069
NN
3165 ;;
3166 alpha*-*-linux*)
3167 # newlib is not 64 bit ready
3168 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3169 ;;
a0da8069
NN
3170 alpha*-*-*)
3171 # newlib is not 64 bit ready
54d1c879 3172 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3173 ;;
4a18bd6b 3174 am33_2.0-*-linux*)
54d1c879 3175 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
4a18bd6b 3176 ;;
a0da8069 3177 sh-*-linux*)
54d1c879 3178 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
c6b750e1 3179 ;;
a0da8069 3180 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
54d1c879 3181 noconfigdirs="$noconfigdirs ${libgcj}"
0377a422 3182 noconfigdirs="$noconfigdirs target-libiberty"
675c6968 3183 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
a0da8069 3184 # the C++ libraries don't build on top of CE's C libraries
b9459e83 3185 noconfigdirs="$noconfigdirs target-libstdc++-v3"
a0da8069 3186 noconfigdirs="$noconfigdirs target-newlib"
691bb5a1 3187 libgloss_dir=wince
a0da8069
NN
3188 ;;
3189 arc-*-*)
782cb41f 3190 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3191 ;;
93cc359e 3192 arm-*-coff)
54d1c879 3193 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3194 libgloss_dir=arm
a0da8069 3195 ;;
93cc359e 3196 arm-*-elf* | arm*-*-eabi* )
0377a422 3197 noconfigdirs="$noconfigdirs target-libffi"
691bb5a1 3198 libgloss_dir=arm
a0da8069 3199 ;;
bd70a46f 3200 arm*-*-linux-gnueabi)
0377a422 3201 noconfigdirs="$noconfigdirs"
a5b3b4dd
DD
3202 case ${with_newlib} in
3203 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3204 esac
691bb5a1 3205 libgloss_dir=arm
bd70a46f 3206 ;;
df4a6958 3207 arm*-*-symbianelf*)
54d1c879 3208 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
691bb5a1 3209 libgloss_dir=arm
df4a6958 3210 ;;
a0da8069 3211 arm-*-pe*)
54d1c879 3212 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3213 ;;
a0da8069 3214 arm-*-riscix*)
54d1c879 3215 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
a0da8069
NN
3216 ;;
3217 avr-*-*)
266df637 3218 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
a0da8069 3219 ;;
376a0e54 3220 bfin-*-*)
df51e4e1 3221 unsupported_languages="$unsupported_languages java"
7837304f 3222 noconfigdirs="$noconfigdirs target-boehm-gc"
3cf3372e 3223 if test x${is_cross_compiler} != xno ; then
376a0e54
CM
3224 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3225 fi
3226 ;;
a0da8069 3227 c4x-*-* | tic4x-*-*)
54d1c879 3228 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069
NN
3229 ;;
3230 c54x*-*-* | tic54x-*-*)
6a608608 3231 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb"
a0da8069 3232 ;;
52310858
NC
3233 cr16-*-*)
3234 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3235 ;;
c7e66c6d 3236 cris-*-* | crisv32-*-*)
59f7ec45 3237 unsupported_languages="$unsupported_languages java"
c7e66c6d 3238 case "${target}" in
2faa2958 3239 *-*-aout)
096f7d00 3240 unsupported_languages="$unsupported_languages fortran"
59f7ec45 3241 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
d357cef7
HPN
3242 *-*-elf) # See PR46792 regarding target-libffi.
3243 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
2faa2958 3244 *-*-linux*)
5e818318 3245 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
c7e66c6d 3246 *)
096f7d00 3247 unsupported_languages="$unsupported_languages fortran"
54d1c879 3248 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
c7e66c6d 3249 esac
691bb5a1 3250 libgloss_dir=cris
a0da8069
NN
3251 ;;
3252 d10v-*-*)
54d1c879 3253 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069
NN
3254 ;;
3255 d30v-*-*)
54d1c879 3256 noconfigdirs="$noconfigdirs ${libgcj} gdb"
a0da8069
NN
3257 ;;
3258 fr30-*-elf*)
54d1c879 3259 noconfigdirs="$noconfigdirs ${libgcj} gdb"
a0da8069
NN
3260 ;;
3261 frv-*-*)
54d1c879 3262 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3263 ;;
20135e4c
NC
3264 moxie-*-*)
3265 noconfigdirs="$noconfigdirs ${libgcj}"
3266 noconfigdirs="$noconfigdirs gprof"
3267 ;;
a0da8069 3268 h8300*-*-*)
54d1c879 3269 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3270 ;;
3271 h8500-*-*)
54d1c879 3272 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069 3273 ;;
caeba88f 3274 hppa1.1-*-osf* | hppa1.1-*-bsd* )
caeba88f 3275 ;;
93cc359e 3276 hppa*64*-*-linux*)
a0da8069
NN
3277 # In this case, it's because the hppa64-linux target is for
3278 # the kernel only at this point and has no libc, and thus no
3279 # headers, crt*.o, etc., all of which are needed by these.
3280 noconfigdirs="$noconfigdirs target-zlib"
3281 ;;
f0ff0f90 3282 hppa*-*-linux*)
5dcac624 3283 ;;
a0da8069 3284 hppa*-*-*elf* | \
a0da8069
NN
3285 hppa*-*-lites* | \
3286 hppa*-*-openbsd* | \
3287 hppa*64*-*-*)
54d1c879 3288 noconfigdirs="$noconfigdirs ${libgcj}"
4f0ef2d8
CD
3289 ;;
3290 hppa*-hp-hpux11*)
0377a422 3291 noconfigdirs="$noconfigdirs ld"
a0da8069 3292 ;;
691bb5a1
DD
3293 hppa*-*-pro*)
3294 libgloss_dir=pa
3295 ;;
a0da8069
NN
3296 hppa*-*-*)
3297 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3298 # build on HP-UX 10.20.
0377a422 3299 noconfigdirs="$noconfigdirs ld ${libgcj}"
a0da8069 3300 ;;
b07c2aad 3301 i960-*-*)
54d1c879 3302 noconfigdirs="$noconfigdirs ${libgcj} gdb"
b07c2aad 3303 ;;
a0da8069
NN
3304 ia64*-*-elf*)
3305 # No gdb support yet.
0377a422 3306 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
a0da8069
NN
3307 ;;
3308 ia64*-**-hpux*)
92c9a463
JB
3309 # No ld support yet.
3310 noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
a0da8069 3311 ;;
19e99079
NC
3312 ia64*-*-*vms*)
3313 # No gdb or ld support yet.
0377a422 3314 noconfigdirs="$noconfigdirs ${libgcj} readline libgui itcl gdb ld"
19e99079 3315 ;;
ec11bdc6 3316 i[3456789]86-*-coff | i[3456789]86-*-elf)
54d1c879 3317 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3318 libgloss_dir=i386
a0da8069 3319 ;;
ec11bdc6 3320 i[3456789]86-*-linux*)
a0da8069
NN
3321 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3322 # not build java stuff by default.
3323 case "${target}" in
3324 *-*-*libc1*)
54d1c879 3325 noconfigdirs="$noconfigdirs ${libgcj}";;
a0da8069
NN
3326 esac
3327
3328 # This section makes it possible to build newlib natively on linux.
3329 # If we are using a cross compiler then don't configure newlib.
3330 if test x${is_cross_compiler} != xno ; then
bba45b8b 3331 noconfigdirs="$noconfigdirs target-newlib"
a0da8069
NN
3332 fi
3333 noconfigdirs="$noconfigdirs target-libgloss"
3334 # If we are not using a cross compiler, do configure newlib.
3335 # Note however, that newlib will only be configured in this situation
3336 # if the --with-newlib option has been given, because otherwise
3337 # 'target-newlib' will appear in skipdirs.
3338 ;;
1f53ca9a 3339 i[3456789]86-w64-mingw*)
0377a422 3340 noconfigdirs="$noconfigdirs target-libgloss target-newlib ${libgcj}"
1f53ca9a
AO
3341 ;;
3342 i[3456789]86-*-mingw*)
45055374 3343 target_configdirs="$target_configdirs target-winsup"
0377a422 3344 noconfigdirs="$noconfigdirs target-libgloss target-newlib ${libgcj}"
c6b750e1 3345 ;;
2d1e8239 3346 x86_64-*-mingw*)
0377a422 3347 noconfigdirs="$noconfigdirs target-libgloss target-newlib ${libgcj}"
c6b750e1 3348 ;;
a0da8069
NN
3349 *-*-cygwin*)
3350 target_configdirs="$target_configdirs target-libtermcap target-winsup"
0377a422 3351 noconfigdirs="$noconfigdirs target-libgloss"
b76d7de0 3352 # always build newlib if winsup directory is present.
45055374 3353 if test -d "$srcdir/winsup/cygwin"; then
b76d7de0 3354 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ac0fa625 3355 elif test -d "$srcdir/newlib"; then
45055374 3356 echo "Warning: winsup/cygwin is missing so newlib can't be built."
b76d7de0 3357 fi
c6b750e1 3358 ;;
f0ff0f90 3359 i[3456789]86-*-interix* )
caeba88f 3360 ;;
ec11bdc6 3361 i[3456789]86-*-pe)
782cb41f 3362 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3363 ;;
ec11bdc6 3364 i[3456789]86-*-sco3.2v5*)
a0da8069
NN
3365 # The linker does not yet know about weak symbols in COFF,
3366 # and is not configured to handle mixed ELF and COFF.
54d1c879 3367 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
a0da8069 3368 ;;
ec11bdc6 3369 i[3456789]86-*-sco*)
54d1c879 3370 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3371 ;;
ec11bdc6 3372 i[3456789]86-*-solaris2*)
a0da8069
NN
3373 noconfigdirs="$noconfigdirs target-libgloss"
3374 ;;
ec11bdc6 3375 i[3456789]86-*-sysv4*)
54d1c879 3376 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3377 ;;
ec11bdc6 3378 i[3456789]86-*-beos*)
54d1c879 3379 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
bba45b8b 3380 ;;
b59bea8a 3381 i[3456789]86-*-rdos*)
2429c060
PB
3382 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3383 ;;
b07c2aad 3384 m32r-*-*)
54d1c879 3385 noconfigdirs="$noconfigdirs ${libgcj}"
b07c2aad 3386 ;;
a0da8069 3387 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
782cb41f 3388 noconfigdirs="$noconfigdirs target-libiberty"
691bb5a1 3389 libgloss_dir=m68hc11
a0da8069
NN
3390 ;;
3391 m68k-*-elf*)
54d1c879 3392 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3393 ;;
3394 m68k-*-coff*)
54d1c879 3395 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3396 ;;
691bb5a1
DD
3397 m68*-*-* | fido-*-*)
3398 libgloss_dir=m68k
3399 ;;
a0da8069 3400 mmix-*-*)
59f7ec45 3401 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
096f7d00 3402 unsupported_languages="$unsupported_languages fortran java"
a0da8069
NN
3403 ;;
3404 mn10200-*-*)
54d1c879 3405 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3406 ;;
3407 mn10300-*-*)
54d1c879 3408 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3409 ;;
4970f871 3410 mt-*-*)
cdb9b172
AH
3411 noconfigdirs="$noconfigdirs sim"
3412 ;;
887ebfb4
RW
3413 picochip-*-*)
3414 noconfigdirs="$noconfigdirs target-libiberty"
3415 ;;
a0da8069
NN
3416 powerpc-*-aix*)
3417 # copied from rs6000-*-* entry
e8a5fa9c 3418 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
a0da8069 3419 ;;
93cc359e 3420 powerpc*-*-winnt* | powerpc*-*-pe*)
a0da8069 3421 target_configdirs="$target_configdirs target-winsup"
0377a422 3422 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl ${libgcj}"
a0da8069
NN
3423 # always build newlib.
3424 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3425 ;;
3426 # This is temporary until we can link against shared libraries
3427 powerpcle-*-solaris*)
0377a422 3428 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl ${libgcj}"
691bb5a1 3429 libgloss_dir=rs6000
a0da8069
NN
3430 ;;
3431 powerpc-*-beos*)
54d1c879 3432 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
a0da8069 3433 ;;
a0da8069 3434 powerpc-*-eabi)
54d1c879 3435 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3436 libgloss_dir=rs6000
caeba88f
AL
3437 ;;
3438 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
691bb5a1 3439 libgloss_dir=rs6000
a0da8069 3440 ;;
a0da8069 3441 rs6000-*-lynxos*)
54d1c879 3442 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
a0da8069
NN
3443 ;;
3444 rs6000-*-aix*)
e8a5fa9c 3445 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
a0da8069
NN
3446 ;;
3447 rs6000-*-*)
54d1c879 3448 noconfigdirs="$noconfigdirs gprof ${libgcj}"
a0da8069
NN
3449 ;;
3450 m68k-apollo-*)
54d1c879 3451 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
a0da8069 3452 ;;
25a07265 3453 microblaze*)
29821356 3454 noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
25a07265 3455 ;;
5bd8be13
RS
3456 mips*-sde-elf*)
3457 skipdirs="$skipdirs target-libiberty"
3458 noconfigdirs="$noconfigdirs ${libgcj}"
3459 if test x$with_newlib = xyes; then
3460 noconfigdirs="$noconfigdirs gprof"
3461 fi
3462 libgloss_dir=mips
3463 ;;
a0da8069 3464 mips*-*-irix5*)
54d1c879 3465 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069
NN
3466 ;;
3467 mips*-*-irix6*)
a0da8069
NN
3468 # Linking libjava exceeds command-line length limits on at least
3469 # IRIX 6.2, but not on IRIX 6.5.
3470 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3471 # <oldham@codesourcery.com>
54d1c879 3472 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3473 ;;
a0da8069 3474 mips*-*-bsd*)
54d1c879 3475 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3476 ;;
a0da8069
NN
3477 mips*-*-linux*)
3478 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3479 ;;
3480 mips*-*-*)
54d1c879 3481 noconfigdirs="$noconfigdirs gprof ${libgcj}"
691bb5a1 3482 libgloss_dir=mips
a0da8069
NN
3483 ;;
3484 romp-*-*)
54d1c879 3485 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
a0da8069 3486 ;;
dbf85af7 3487 sh-*-* | sh64-*-*)
e8a5fa9c
RW
3488 case "${target}" in
3489 sh*-*-elf)
3490 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3491 *)
3492 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3493 esac
a0da8069 3494 ;;
691bb5a1
DD
3495 sparclet-*-aout* | sparc86x-*-*)
3496 libgloss_dir=sparc
3497 ;;
a0da8069 3498 sparc-*-elf*)
54d1c879 3499 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3500 ;;
3501 sparc64-*-elf*)
54d1c879 3502 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3503 libgloss_dir=sparc
a0da8069
NN
3504 ;;
3505 sparclite-*-*)
54d1c879 3506 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3507 libgloss_dir=sparc
a0da8069
NN
3508 ;;
3509 sparc-*-sunos4*)
54d1c879 3510 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3511 if test x${is_cross_compiler} != xno ; then
3512 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3513 else
3514 use_gnu_ld=no
3515 fi
3516 ;;
e3c770b1 3517 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
54d1c879 3518 noconfigdirs="$noconfigdirs ${libgcj}"
e3c770b1 3519 ;;
a0da8069
NN
3520 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3521 ;;
619a3713
JM
3522 tic6x-*-*)
3523 noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3524 ;;
a0da8069 3525 v810-*-*)
54d1c879 3526 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
a0da8069 3527 ;;
1cd986c5
NC
3528 v850*-*-*)
3529 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3530 ;;
3531 vax-*-vms)
54d1c879 3532 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
a0da8069
NN
3533 ;;
3534 vax-*-*)
54d1c879 3535 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3536 ;;
8b66833e 3537 xtensa*-*-*)
54d1c879 3538 noconfigdirs="$noconfigdirs ${libgcj}"
fbd1054d 3539 ;;
a0da8069 3540 ip2k-*-*)
54d1c879 3541 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
a0da8069 3542 ;;
29383458 3543 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
a0da8069
NN
3544 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3545 ;;
3546 *-*-lynxos*)
54d1c879 3547 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
c6b750e1 3548 ;;
a0da8069 3549 *-*-*)
54d1c879 3550 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3551 ;;
3552esac
252b5132 3553
a0da8069
NN
3554# If we aren't building newlib, then don't build libgloss, since libgloss
3555# depends upon some newlib header files.
3556case "${noconfigdirs}" in
3557 *target-libgloss*) ;;
3558 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3559esac
3560
a0da8069 3561# Work in distributions that contain no compiler tools, like Autoconf.
a0da8069
NN
3562host_makefile_frag=/dev/null
3563if test -d ${srcdir}/config ; then
3564case "${host}" in
ec11bdc6 3565 i[3456789]86-*-msdosdjgpp*)
a0da8069
NN
3566 host_makefile_frag="config/mh-djgpp"
3567 ;;
3568 *-cygwin*)
e33b51a6 3569
81ecdfbb
RW
3570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3571$as_echo_n "checking to see if cat works as expected... " >&6; }
e33b51a6 3572echo a >cygwin-cat-check
1f53ca9a 3573if test `cat cygwin-cat-check` = a ; then
8ade07e9 3574 rm cygwin-cat-check
81ecdfbb
RW
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3576$as_echo "yes" >&6; }
e33b51a6 3577else
8ade07e9 3578 rm cygwin-cat-check
81ecdfbb
RW
3579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3580$as_echo "no" >&6; }
3581 as_fn_error "The cat command does not ignore carriage return characters.
e33b51a6
NC
3582 Please either mount the build directory in binary mode or run the following
3583 commands before running any configure script:
3584set -o igncr
3585export SHELLOPTS
81ecdfbb 3586 " "$LINENO" 5
e33b51a6 3587fi
e33b51a6 3588
a0da8069
NN
3589 host_makefile_frag="config/mh-cygwin"
3590 ;;
8a1599ab 3591 *-mingw*)
84e7906e 3592 host_makefile_frag="config/mh-mingw"
2d1e8239 3593 ;;
a0da8069
NN
3594 *-interix*)
3595 host_makefile_frag="config/mh-interix"
3596 ;;
da888c87 3597 hppa*-hp-hpux10*)
da888c87 3598 host_makefile_frag="config/mh-pa-hpux10"
a0da8069 3599 ;;
3516a403 3600 hppa*-hp-hpux*)
da888c87
PB
3601 host_makefile_frag="config/mh-pa"
3602 ;;
3603 hppa*-*)
3604 host_makefile_frag="config/mh-pa"
3605 ;;
e552509b
ILT
3606 *-*-darwin*)
3607 host_makefile_frag="config/mh-darwin"
0df3d27f 3608 ;;
f6d183c0
PB
3609 powerpc-*-aix*)
3610 host_makefile_frag="config/mh-ppc-aix"
3611 ;;
3612 rs6000-*-aix*)
3613 host_makefile_frag="config/mh-ppc-aix"
3614 ;;
a0da8069
NN
3615esac
3616fi
3617
9e07f89d 3618if test "${build}" != "${host}" ; then
1576798e
PB
3619 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3620 AS_FOR_BUILD=${AS_FOR_BUILD-as}
9e07f89d 3621 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1576798e
PB
3622 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3623 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3624 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
e552509b 3625 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
1576798e
PB
3626 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3627 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3628 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3629 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3630 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3631 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3632else
3633 AR_FOR_BUILD="\$(AR)"
3634 AS_FOR_BUILD="\$(AS)"
512b7dfb 3635 CC_FOR_BUILD="\$(CC)"
1576798e
PB
3636 CXX_FOR_BUILD="\$(CXX)"
3637 GCJ_FOR_BUILD="\$(GCJ)"
3638 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
e552509b 3639 GOC_FOR_BUILD="\$(GOC)"
1576798e
PB
3640 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3641 LD_FOR_BUILD="\$(LD)"
3642 NM_FOR_BUILD="\$(NM)"
3643 RANLIB_FOR_BUILD="\$(RANLIB)"
3644 WINDRES_FOR_BUILD="\$(WINDRES)"
3645 WINDMC_FOR_BUILD="\$(WINDMC)"
18f6b6ee
PB
3646fi
3647
3648ac_ext=c
c6b750e1
DJ
3649ac_cpp='$CPP $CPPFLAGS'
3650ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3651ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3652ac_compiler_gnu=$ac_cv_c_compiler_gnu
3653if test -n "$ac_tool_prefix"; then
3654 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3655set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3657$as_echo_n "checking for $ac_word... " >&6; }
3658if test "${ac_cv_prog_CC+set}" = set; then :
3659 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3660else
3661 if test -n "$CC"; then
3662 ac_cv_prog_CC="$CC" # Let the user override the test.
3663else
3664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3665for as_dir in $PATH
3666do
3667 IFS=$as_save_IFS
3668 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3669 for ac_exec_ext in '' $ac_executable_extensions; do
3670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3671 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3673 break 2
3674 fi
3675done
81ecdfbb
RW
3676 done
3677IFS=$as_save_IFS
c6b750e1
DJ
3678
3679fi
3680fi
3681CC=$ac_cv_prog_CC
3682if test -n "$CC"; then
81ecdfbb
RW
3683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3684$as_echo "$CC" >&6; }
c6b750e1 3685else
81ecdfbb
RW
3686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3687$as_echo "no" >&6; }
c6b750e1
DJ
3688fi
3689
81ecdfbb 3690
c6b750e1
DJ
3691fi
3692if test -z "$ac_cv_prog_CC"; then
3693 ac_ct_CC=$CC
6a9cf61e 3694 # Extract the first word of "gcc", so it can be a program name with args.
9e07f89d 3695set dummy gcc; ac_word=$2
81ecdfbb
RW
3696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3697$as_echo_n "checking for $ac_word... " >&6; }
3698if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3699 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3700else
3701 if test -n "$ac_ct_CC"; then
3702 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3703else
3704as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3705for as_dir in $PATH
3706do
3707 IFS=$as_save_IFS
3708 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3709 for ac_exec_ext in '' $ac_executable_extensions; do
3710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3711 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3713 break 2
3714 fi
3715done
81ecdfbb
RW
3716 done
3717IFS=$as_save_IFS
c6b750e1
DJ
3718
3719fi
3720fi
3721ac_ct_CC=$ac_cv_prog_ac_ct_CC
3722if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3724$as_echo "$ac_ct_CC" >&6; }
c6b750e1 3725else
81ecdfbb
RW
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3727$as_echo "no" >&6; }
c6b750e1
DJ
3728fi
3729
81ecdfbb
RW
3730 if test "x$ac_ct_CC" = x; then
3731 CC=""
3732 else
3733 case $cross_compiling:$ac_tool_warned in
3734yes:)
3735{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3736$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3737ac_tool_warned=yes ;;
3738esac
3739 CC=$ac_ct_CC
3740 fi
c6b750e1
DJ
3741else
3742 CC="$ac_cv_prog_CC"
3743fi
3744
3745if test -z "$CC"; then
81ecdfbb
RW
3746 if test -n "$ac_tool_prefix"; then
3747 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
c6b750e1 3748set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3750$as_echo_n "checking for $ac_word... " >&6; }
3751if test "${ac_cv_prog_CC+set}" = set; then :
3752 $as_echo_n "(cached) " >&6
9e07f89d
NN
3753else
3754 if test -n "$CC"; then
3755 ac_cv_prog_CC="$CC" # Let the user override the test.
3756else
c6b750e1
DJ
3757as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3758for as_dir in $PATH
3759do
3760 IFS=$as_save_IFS
3761 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3762 for ac_exec_ext in '' $ac_executable_extensions; do
3763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3764 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 3765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3766 break 2
3767 fi
3768done
81ecdfbb
RW
3769 done
3770IFS=$as_save_IFS
c6b750e1 3771
9e07f89d
NN
3772fi
3773fi
c6b750e1 3774CC=$ac_cv_prog_CC
9e07f89d 3775if test -n "$CC"; then
81ecdfbb
RW
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3777$as_echo "$CC" >&6; }
c6b750e1 3778else
81ecdfbb
RW
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3780$as_echo "no" >&6; }
c6b750e1
DJ
3781fi
3782
c6b750e1 3783
81ecdfbb 3784 fi
c6b750e1 3785fi
9e07f89d
NN
3786if test -z "$CC"; then
3787 # Extract the first word of "cc", so it can be a program name with args.
3788set dummy cc; ac_word=$2
81ecdfbb
RW
3789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3790$as_echo_n "checking for $ac_word... " >&6; }
3791if test "${ac_cv_prog_CC+set}" = set; then :
3792 $as_echo_n "(cached) " >&6
9e07f89d
NN
3793else
3794 if test -n "$CC"; then
3795 ac_cv_prog_CC="$CC" # Let the user override the test.
3796else
9e07f89d 3797 ac_prog_rejected=no
c6b750e1
DJ
3798as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3799for as_dir in $PATH
3800do
3801 IFS=$as_save_IFS
3802 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3803 for ac_exec_ext in '' $ac_executable_extensions; do
3804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1
DJ
3805 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3806 ac_prog_rejected=yes
3807 continue
3808 fi
3809 ac_cv_prog_CC="cc"
81ecdfbb 3810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3811 break 2
3812 fi
3813done
81ecdfbb
RW
3814 done
3815IFS=$as_save_IFS
c6b750e1 3816
9e07f89d
NN
3817if test $ac_prog_rejected = yes; then
3818 # We found a bogon in the path, so make sure we never use it.
3819 set dummy $ac_cv_prog_CC
3820 shift
c6b750e1 3821 if test $# != 0; then
9e07f89d
NN
3822 # We chose a different compiler from the bogus one.
3823 # However, it has the same basename, so the bogon will be chosen
3824 # first if we set CC to just the basename; use the full file name.
3825 shift
c6b750e1 3826 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9e07f89d
NN
3827 fi
3828fi
3829fi
3830fi
c6b750e1 3831CC=$ac_cv_prog_CC
9e07f89d 3832if test -n "$CC"; then
81ecdfbb
RW
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3834$as_echo "$CC" >&6; }
9e07f89d 3835else
81ecdfbb
RW
3836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3837$as_echo "no" >&6; }
9e07f89d
NN
3838fi
3839
81ecdfbb 3840
c6b750e1
DJ
3841fi
3842if test -z "$CC"; then
3843 if test -n "$ac_tool_prefix"; then
81ecdfbb 3844 for ac_prog in cl.exe
c6b750e1
DJ
3845 do
3846 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3847set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
3848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3849$as_echo_n "checking for $ac_word... " >&6; }
3850if test "${ac_cv_prog_CC+set}" = set; then :
3851 $as_echo_n "(cached) " >&6
9e07f89d
NN
3852else
3853 if test -n "$CC"; then
3854 ac_cv_prog_CC="$CC" # Let the user override the test.
3855else
c6b750e1
DJ
3856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3857for as_dir in $PATH
3858do
3859 IFS=$as_save_IFS
3860 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3861 for ac_exec_ext in '' $ac_executable_extensions; do
3862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3863 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 3864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1 3865 break 2
376a0e54 3866 fi
c6b750e1 3867done
81ecdfbb
RW
3868 done
3869IFS=$as_save_IFS
cac3d6c4 3870
c6b750e1
DJ
3871fi
3872fi
3873CC=$ac_cv_prog_CC
3874if test -n "$CC"; then
81ecdfbb
RW
3875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3876$as_echo "$CC" >&6; }
cac3d6c4 3877else
81ecdfbb
RW
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3879$as_echo "no" >&6; }
9e07f89d 3880fi
cac3d6c4 3881
81ecdfbb 3882
c6b750e1
DJ
3883 test -n "$CC" && break
3884 done
cac3d6c4 3885fi
c6b750e1
DJ
3886if test -z "$CC"; then
3887 ac_ct_CC=$CC
81ecdfbb 3888 for ac_prog in cl.exe
c6b750e1
DJ
3889do
3890 # Extract the first word of "$ac_prog", so it can be a program name with args.
3891set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3893$as_echo_n "checking for $ac_word... " >&6; }
3894if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3895 $as_echo_n "(cached) " >&6
cac3d6c4 3896else
c6b750e1
DJ
3897 if test -n "$ac_ct_CC"; then
3898 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
376a0e54 3899else
c6b750e1
DJ
3900as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3901for as_dir in $PATH
3902do
3903 IFS=$as_save_IFS
3904 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3905 for ac_exec_ext in '' $ac_executable_extensions; do
3906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3907 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3909 break 2
3910 fi
3911done
81ecdfbb
RW
3912 done
3913IFS=$as_save_IFS
c6b750e1 3914
cac3d6c4
CM
3915fi
3916fi
c6b750e1
DJ
3917ac_ct_CC=$ac_cv_prog_ac_ct_CC
3918if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3920$as_echo "$ac_ct_CC" >&6; }
9e07f89d 3921else
81ecdfbb
RW
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3923$as_echo "no" >&6; }
cac3d6c4 3924fi
376a0e54 3925
81ecdfbb 3926
c6b750e1
DJ
3927 test -n "$ac_ct_CC" && break
3928done
3929
81ecdfbb
RW
3930 if test "x$ac_ct_CC" = x; then
3931 CC=""
3932 else
3933 case $cross_compiling:$ac_tool_warned in
3934yes:)
3935{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3936$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3937ac_tool_warned=yes ;;
3938esac
3939 CC=$ac_ct_CC
3940 fi
c6b750e1
DJ
3941fi
3942
3943fi
3944
3945
81ecdfbb
RW
3946test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3947$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3948as_fn_error "no acceptable C compiler found in \$PATH
3949See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
3950
3951# Provide some information about the compiler.
81ecdfbb
RW
3952$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3953set X $ac_compile
3954ac_compiler=$2
3955for ac_option in --version -v -V -qversion; do
3956 { { ac_try="$ac_compiler $ac_option >&5"
3957case "(($ac_try" in
3958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3959 *) ac_try_echo=$ac_try;;
3960esac
3961eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3962$as_echo "$ac_try_echo"; } >&5
3963 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c6b750e1 3964 ac_status=$?
81ecdfbb
RW
3965 if test -s conftest.err; then
3966 sed '10a\
3967... rest of stderr output deleted ...
3968 10q' conftest.err >conftest.er1
3969 cat conftest.er1 >&5
3970 rm -f conftest.er1 conftest.err
3971 fi
3972 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3973 test $ac_status = 0; }
3974done
c6b750e1 3975
81ecdfbb 3976cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
3977/* end confdefs.h. */
3978
3979int
3980main ()
3981{
3982
3983 ;
3984 return 0;
3985}
3986_ACEOF
3987ac_clean_files_save=$ac_clean_files
81ecdfbb 3988ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
c6b750e1
DJ
3989# Try to create an executable without -o first, disregard a.out.
3990# It will help us diagnose broken compilers, and finding out an intuition
3991# of exeext.
81ecdfbb
RW
3992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3993$as_echo_n "checking for C compiler default output file name... " >&6; }
3994ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3995
3996# The possible output files:
3997ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3998
3999ac_rmfiles=
4000for ac_file in $ac_files
4001do
4002 case $ac_file in
4003 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4004 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4005 esac
4006done
4007rm -f $ac_rmfiles
4008
4009if { { ac_try="$ac_link_default"
4010case "(($ac_try" in
4011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4012 *) ac_try_echo=$ac_try;;
4013esac
4014eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4015$as_echo "$ac_try_echo"; } >&5
4016 (eval "$ac_link_default") 2>&5
c6b750e1 4017 ac_status=$?
81ecdfbb
RW
4018 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4019 test $ac_status = 0; }; then :
4020 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4021# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4022# in a Makefile. We should not override ac_cv_exeext if it was cached,
4023# so that the user can short-circuit this test for compilers unknown to
4024# Autoconf.
4025for ac_file in $ac_files ''
c6b750e1
DJ
4026do
4027 test -f "$ac_file" || continue
4028 case $ac_file in
81ecdfbb 4029 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
c6b750e1
DJ
4030 ;;
4031 [ab].out )
4032 # We found the default executable, but exeext='' is most
4033 # certainly right.
4034 break;;
4035 *.* )
81ecdfbb
RW
4036 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4037 then :; else
4038 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4039 fi
4040 # We set ac_cv_exeext here because the later test for it is not
4041 # safe: cross compilers may not add the suffix if given an `-o'
4042 # argument, so we may need to know it at that point already.
4043 # Even if this section looks crufty: it has the advantage of
4044 # actually working.
c6b750e1
DJ
4045 break;;
4046 * )
4047 break;;
4048 esac
4049done
81ecdfbb
RW
4050test "$ac_cv_exeext" = no && ac_cv_exeext=
4051
c6b750e1 4052else
81ecdfbb
RW
4053 ac_file=''
4054fi
4055{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4056$as_echo "$ac_file" >&6; }
4057if test -z "$ac_file"; then :
4058 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4059sed 's/^/| /' conftest.$ac_ext >&5
4060
81ecdfbb
RW
4061{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4062$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4063{ as_fn_set_status 77
4064as_fn_error "C compiler cannot create executables
4065See \`config.log' for more details." "$LINENO" 5; }; }
c6b750e1 4066fi
c6b750e1 4067ac_exeext=$ac_cv_exeext
c6b750e1 4068
81ecdfbb 4069# Check that the compiler produces executables we can run. If not, either
c6b750e1 4070# the compiler is broken, or we cross compile.
81ecdfbb
RW
4071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4072$as_echo_n "checking whether the C compiler works... " >&6; }
c6b750e1
DJ
4073# If not cross compiling, check that we can run a simple program.
4074if test "$cross_compiling" != yes; then
4075 if { ac_try='./$ac_file'
81ecdfbb
RW
4076 { { case "(($ac_try" in
4077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4078 *) ac_try_echo=$ac_try;;
4079esac
4080eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4081$as_echo "$ac_try_echo"; } >&5
4082 (eval "$ac_try") 2>&5
c6b750e1 4083 ac_status=$?
81ecdfbb
RW
4084 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4085 test $ac_status = 0; }; }; then
c6b750e1
DJ
4086 cross_compiling=no
4087 else
4088 if test "$cross_compiling" = maybe; then
4089 cross_compiling=yes
4090 else
81ecdfbb
RW
4091 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4092$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4093as_fn_error "cannot run C compiled programs.
c6b750e1 4094If you meant to cross compile, use \`--host'.
81ecdfbb 4095See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4096 fi
4097 fi
4098fi
81ecdfbb
RW
4099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4100$as_echo "yes" >&6; }
c6b750e1 4101
81ecdfbb 4102rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
c6b750e1 4103ac_clean_files=$ac_clean_files_save
81ecdfbb 4104# Check that the compiler produces executables we can run. If not, either
c6b750e1 4105# the compiler is broken, or we cross compile.
81ecdfbb
RW
4106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4107$as_echo_n "checking whether we are cross compiling... " >&6; }
4108{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4109$as_echo "$cross_compiling" >&6; }
4110
4111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4112$as_echo_n "checking for suffix of executables... " >&6; }
4113if { { ac_try="$ac_link"
4114case "(($ac_try" in
4115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4116 *) ac_try_echo=$ac_try;;
4117esac
4118eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4119$as_echo "$ac_try_echo"; } >&5
4120 (eval "$ac_link") 2>&5
c6b750e1 4121 ac_status=$?
81ecdfbb
RW
4122 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4123 test $ac_status = 0; }; then :
c6b750e1
DJ
4124 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4125# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4126# work properly (i.e., refer to `conftest.exe'), while it won't with
4127# `rm'.
4128for ac_file in conftest.exe conftest conftest.*; do
4129 test -f "$ac_file" || continue
4130 case $ac_file in
81ecdfbb 4131 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
c6b750e1 4132 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
c6b750e1
DJ
4133 break;;
4134 * ) break;;
4135 esac
4136done
4137else
81ecdfbb
RW
4138 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4139$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4140as_fn_error "cannot compute suffix of executables: cannot compile and link
4141See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4142fi
c6b750e1 4143rm -f conftest$ac_cv_exeext
81ecdfbb
RW
4144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4145$as_echo "$ac_cv_exeext" >&6; }
c6b750e1
DJ
4146
4147rm -f conftest.$ac_ext
4148EXEEXT=$ac_cv_exeext
4149ac_exeext=$EXEEXT
81ecdfbb
RW
4150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4151$as_echo_n "checking for suffix of object files... " >&6; }
4152if test "${ac_cv_objext+set}" = set; then :
4153 $as_echo_n "(cached) " >&6
c6b750e1 4154else
81ecdfbb 4155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4156/* end confdefs.h. */
4157
4158int
4159main ()
4160{
4161
4162 ;
4163 return 0;
4164}
4165_ACEOF
4166rm -f conftest.o conftest.obj
81ecdfbb
RW
4167if { { ac_try="$ac_compile"
4168case "(($ac_try" in
4169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4170 *) ac_try_echo=$ac_try;;
4171esac
4172eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4173$as_echo "$ac_try_echo"; } >&5
4174 (eval "$ac_compile") 2>&5
c6b750e1 4175 ac_status=$?
81ecdfbb
RW
4176 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4177 test $ac_status = 0; }; then :
4178 for ac_file in conftest.o conftest.obj conftest.*; do
4179 test -f "$ac_file" || continue;
c6b750e1 4180 case $ac_file in
81ecdfbb 4181 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
c6b750e1
DJ
4182 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4183 break;;
4184 esac
4185done
cac3d6c4 4186else
81ecdfbb 4187 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4188sed 's/^/| /' conftest.$ac_ext >&5
4189
81ecdfbb
RW
4190{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4191$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4192as_fn_error "cannot compute suffix of object files: cannot compile
4193See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4194fi
c6b750e1
DJ
4195rm -f conftest.$ac_cv_objext conftest.$ac_ext
4196fi
81ecdfbb
RW
4197{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4198$as_echo "$ac_cv_objext" >&6; }
c6b750e1
DJ
4199OBJEXT=$ac_cv_objext
4200ac_objext=$OBJEXT
81ecdfbb
RW
4201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4202$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4203if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4204 $as_echo_n "(cached) " >&6
c6b750e1 4205else
81ecdfbb 4206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4207/* end confdefs.h. */
4208
4209int
4210main ()
4211{
4212#ifndef __GNUC__
4213 choke me
4214#endif
4215
4216 ;
4217 return 0;
4218}
4219_ACEOF
81ecdfbb 4220if ac_fn_c_try_compile "$LINENO"; then :
c6b750e1
DJ
4221 ac_compiler_gnu=yes
4222else
81ecdfbb 4223 ac_compiler_gnu=no
c6b750e1 4224fi
81ecdfbb 4225rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1
DJ
4226ac_cv_c_compiler_gnu=$ac_compiler_gnu
4227
4228fi
81ecdfbb
RW
4229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4230$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4231if test $ac_compiler_gnu = yes; then
4232 GCC=yes
4233else
4234 GCC=
4235fi
c6b750e1
DJ
4236ac_test_CFLAGS=${CFLAGS+set}
4237ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4239$as_echo_n "checking whether $CC accepts -g... " >&6; }
4240if test "${ac_cv_prog_cc_g+set}" = set; then :
4241 $as_echo_n "(cached) " >&6
4242else
4243 ac_save_c_werror_flag=$ac_c_werror_flag
4244 ac_c_werror_flag=yes
4245 ac_cv_prog_cc_g=no
4246 CFLAGS="-g"
4247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4248/* end confdefs.h. */
4249
4250int
4251main ()
4252{
4253
4254 ;
4255 return 0;
4256}
4257_ACEOF
81ecdfbb 4258if ac_fn_c_try_compile "$LINENO"; then :
9e07f89d
NN
4259 ac_cv_prog_cc_g=yes
4260else
81ecdfbb
RW
4261 CFLAGS=""
4262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4263/* end confdefs.h. */
4264
4265int
4266main ()
4267{
4268
4269 ;
4270 return 0;
4271}
4272_ACEOF
4273if ac_fn_c_try_compile "$LINENO"; then :
4274
4275else
4276 ac_c_werror_flag=$ac_save_c_werror_flag
4277 CFLAGS="-g"
4278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4279/* end confdefs.h. */
cac3d6c4 4280
81ecdfbb
RW
4281int
4282main ()
4283{
4284
4285 ;
4286 return 0;
4287}
4288_ACEOF
4289if ac_fn_c_try_compile "$LINENO"; then :
4290 ac_cv_prog_cc_g=yes
4291fi
4292rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
376a0e54 4293fi
81ecdfbb 4294rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 4295fi
81ecdfbb
RW
4296rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4297 ac_c_werror_flag=$ac_save_c_werror_flag
4298fi
4299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4300$as_echo "$ac_cv_prog_cc_g" >&6; }
9e07f89d 4301if test "$ac_test_CFLAGS" = set; then
c6b750e1 4302 CFLAGS=$ac_save_CFLAGS
9e07f89d
NN
4303elif test $ac_cv_prog_cc_g = yes; then
4304 if test "$GCC" = yes; then
4305 CFLAGS="-g -O2"
4306 else
4307 CFLAGS="-g"
4308 fi
4309else
4310 if test "$GCC" = yes; then
4311 CFLAGS="-O2"
4312 else
4313 CFLAGS=
4314 fi
4315fi
81ecdfbb
RW
4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4317$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4318if test "${ac_cv_prog_cc_c89+set}" = set; then :
4319 $as_echo_n "(cached) " >&6
c6b750e1 4320else
81ecdfbb 4321 ac_cv_prog_cc_c89=no
c6b750e1 4322ac_save_CC=$CC
81ecdfbb 4323cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4324/* end confdefs.h. */
4325#include <stdarg.h>
4326#include <stdio.h>
4327#include <sys/types.h>
4328#include <sys/stat.h>
4329/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4330struct buf { int x; };
4331FILE * (*rcsopen) (struct buf *, struct stat *, int);
4332static char *e (p, i)
4333 char **p;
4334 int i;
4335{
4336 return p[i];
4337}
4338static char *f (char * (*g) (char **, int), char **p, ...)
4339{
4340 char *s;
4341 va_list v;
4342 va_start (v,p);
4343 s = g (p, va_arg (v,int));
4344 va_end (v);
4345 return s;
4346}
4347
4348/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4349 function prototypes and stuff, but not '\xHH' hex character constants.
4350 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4351 as 'x'. The following induces an error, until -std is added to get
c6b750e1
DJ
4352 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4353 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4354 that's true only with -std. */
c6b750e1
DJ
4355int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4356
81ecdfbb
RW
4357/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4358 inside strings and character constants. */
4359#define FOO(x) 'x'
4360int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4361
c6b750e1
DJ
4362int test (int i, double x);
4363struct s1 {int (*f) (int a);};
4364struct s2 {int (*f) (double a);};
4365int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4366int argc;
4367char **argv;
4368int
4369main ()
4370{
4371return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4372 ;
4373 return 0;
4374}
4375_ACEOF
81ecdfbb
RW
4376for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4377 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
c6b750e1
DJ
4378do
4379 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4380 if ac_fn_c_try_compile "$LINENO"; then :
4381 ac_cv_prog_cc_c89=$ac_arg
c6b750e1 4382fi
81ecdfbb
RW
4383rm -f core conftest.err conftest.$ac_objext
4384 test "x$ac_cv_prog_cc_c89" != "xno" && break
c6b750e1 4385done
81ecdfbb 4386rm -f conftest.$ac_ext
c6b750e1
DJ
4387CC=$ac_save_CC
4388
4389fi
81ecdfbb
RW
4390# AC_CACHE_VAL
4391case "x$ac_cv_prog_cc_c89" in
4392 x)
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4394$as_echo "none needed" >&6; } ;;
4395 xno)
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4397$as_echo "unsupported" >&6; } ;;
c6b750e1 4398 *)
81ecdfbb
RW
4399 CC="$CC $ac_cv_prog_cc_c89"
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4401$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c6b750e1 4402esac
81ecdfbb 4403if test "x$ac_cv_prog_cc_c89" != xno; then :
c6b750e1 4404
c6b750e1
DJ
4405fi
4406
c6b750e1
DJ
4407ac_ext=c
4408ac_cpp='$CPP $CPPFLAGS'
4409ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4410ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4411ac_compiler_gnu=$ac_cv_c_compiler_gnu
9e07f89d 4412
81ecdfbb 4413ac_ext=cpp
18f6b6ee
PB
4414ac_cpp='$CXXCPP $CPPFLAGS'
4415ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4416ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4417ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
81ecdfbb
RW
4418if test -z "$CXX"; then
4419 if test -n "$CCC"; then
4420 CXX=$CCC
4421 else
4422 if test -n "$ac_tool_prefix"; then
4423 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4424 do
4425 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4426set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4428$as_echo_n "checking for $ac_word... " >&6; }
4429if test "${ac_cv_prog_CXX+set}" = set; then :
4430 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4431else
4432 if test -n "$CXX"; then
4433 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4434else
4435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4436for as_dir in $PATH
4437do
4438 IFS=$as_save_IFS
4439 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4442 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
81ecdfbb 4443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee
PB
4444 break 2
4445 fi
4446done
81ecdfbb
RW
4447 done
4448IFS=$as_save_IFS
512b7dfb 4449
18f6b6ee
PB
4450fi
4451fi
4452CXX=$ac_cv_prog_CXX
4453if test -n "$CXX"; then
81ecdfbb
RW
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4455$as_echo "$CXX" >&6; }
18f6b6ee 4456else
81ecdfbb
RW
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4458$as_echo "no" >&6; }
18f6b6ee
PB
4459fi
4460
81ecdfbb 4461
18f6b6ee
PB
4462 test -n "$CXX" && break
4463 done
4464fi
4465if test -z "$CXX"; then
4466 ac_ct_CXX=$CXX
81ecdfbb 4467 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4468do
4469 # Extract the first word of "$ac_prog", so it can be a program name with args.
4470set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4471{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4472$as_echo_n "checking for $ac_word... " >&6; }
4473if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4474 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4475else
4476 if test -n "$ac_ct_CXX"; then
4477 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4478else
4479as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4480for as_dir in $PATH
4481do
4482 IFS=$as_save_IFS
4483 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4484 for ac_exec_ext in '' $ac_executable_extensions; do
4485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4486 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 4487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee 4488 break 2
512b7dfb 4489 fi
18f6b6ee 4490done
81ecdfbb
RW
4491 done
4492IFS=$as_save_IFS
512b7dfb 4493
18f6b6ee
PB
4494fi
4495fi
4496ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4497if test -n "$ac_ct_CXX"; then
81ecdfbb
RW
4498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4499$as_echo "$ac_ct_CXX" >&6; }
18f6b6ee 4500else
81ecdfbb
RW
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4502$as_echo "no" >&6; }
18f6b6ee
PB
4503fi
4504
81ecdfbb 4505
18f6b6ee
PB
4506 test -n "$ac_ct_CXX" && break
4507done
18f6b6ee 4508
81ecdfbb
RW
4509 if test "x$ac_ct_CXX" = x; then
4510 CXX="g++"
4511 else
4512 case $cross_compiling:$ac_tool_warned in
4513yes:)
4514{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4515$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4516ac_tool_warned=yes ;;
4517esac
4518 CXX=$ac_ct_CXX
4519 fi
18f6b6ee
PB
4520fi
4521
81ecdfbb
RW
4522 fi
4523fi
18f6b6ee 4524# Provide some information about the compiler.
81ecdfbb
RW
4525$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4526set X $ac_compile
4527ac_compiler=$2
4528for ac_option in --version -v -V -qversion; do
4529 { { ac_try="$ac_compiler $ac_option >&5"
4530case "(($ac_try" in
4531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4532 *) ac_try_echo=$ac_try;;
4533esac
4534eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4535$as_echo "$ac_try_echo"; } >&5
4536 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18f6b6ee 4537 ac_status=$?
81ecdfbb
RW
4538 if test -s conftest.err; then
4539 sed '10a\
4540... rest of stderr output deleted ...
4541 10q' conftest.err >conftest.er1
4542 cat conftest.er1 >&5
4543 rm -f conftest.er1 conftest.err
4544 fi
4545 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4546 test $ac_status = 0; }
4547done
18f6b6ee 4548
81ecdfbb
RW
4549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4550$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4551if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4552 $as_echo_n "(cached) " >&6
18f6b6ee 4553else
81ecdfbb 4554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4555/* end confdefs.h. */
4556
4557int
4558main ()
4559{
4560#ifndef __GNUC__
4561 choke me
4562#endif
4563
4564 ;
4565 return 0;
4566}
4567_ACEOF
81ecdfbb 4568if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4569 ac_compiler_gnu=yes
4570else
81ecdfbb 4571 ac_compiler_gnu=no
18f6b6ee 4572fi
81ecdfbb 4573rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18f6b6ee
PB
4574ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4575
4576fi
81ecdfbb
RW
4577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4578$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4579if test $ac_compiler_gnu = yes; then
4580 GXX=yes
4581else
4582 GXX=
4583fi
18f6b6ee
PB
4584ac_test_CXXFLAGS=${CXXFLAGS+set}
4585ac_save_CXXFLAGS=$CXXFLAGS
81ecdfbb
RW
4586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4587$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4588if test "${ac_cv_prog_cxx_g+set}" = set; then :
4589 $as_echo_n "(cached) " >&6
4590else
4591 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4592 ac_cxx_werror_flag=yes
4593 ac_cv_prog_cxx_g=no
4594 CXXFLAGS="-g"
4595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4596/* end confdefs.h. */
4597
4598int
4599main ()
4600{
4601
4602 ;
4603 return 0;
4604}
4605_ACEOF
81ecdfbb 4606if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4607 ac_cv_prog_cxx_g=yes
4608else
81ecdfbb
RW
4609 CXXFLAGS=""
4610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4611/* end confdefs.h. */
81ecdfbb 4612
18f6b6ee
PB
4613int
4614main ()
4615{
81ecdfbb 4616
18f6b6ee
PB
4617 ;
4618 return 0;
4619}
4620_ACEOF
81ecdfbb 4621if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee 4622
81ecdfbb
RW
4623else
4624 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4625 CXXFLAGS="-g"
4626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4627/* end confdefs.h. */
81ecdfbb 4628
18f6b6ee
PB
4629int
4630main ()
4631{
81ecdfbb 4632
18f6b6ee
PB
4633 ;
4634 return 0;
4635}
4636_ACEOF
81ecdfbb
RW
4637if ac_fn_cxx_try_compile "$LINENO"; then :
4638 ac_cv_prog_cxx_g=yes
18f6b6ee 4639fi
81ecdfbb
RW
4640rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4641fi
4642rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4643fi
4644rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4645 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4646fi
4647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4648$as_echo "$ac_cv_prog_cxx_g" >&6; }
4649if test "$ac_test_CXXFLAGS" = set; then
4650 CXXFLAGS=$ac_save_CXXFLAGS
4651elif test $ac_cv_prog_cxx_g = yes; then
4652 if test "$GXX" = yes; then
4653 CXXFLAGS="-g -O2"
4654 else
4655 CXXFLAGS="-g"
4656 fi
4657else
4658 if test "$GXX" = yes; then
4659 CXXFLAGS="-O2"
4660 else
4661 CXXFLAGS=
4662 fi
18f6b6ee 4663fi
18f6b6ee
PB
4664ac_ext=c
4665ac_cpp='$CPP $CPPFLAGS'
4666ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4667ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4668ac_compiler_gnu=$ac_cv_c_compiler_gnu
4669
4670
4671# We must set the default linker to the linker used by gcc for the correct
4672# operation of libtool. If LD is not defined and we are using gcc, try to
4673# set the LD default to the ld used by gcc.
4674if test -z "$LD"; then
4675 if test "$GCC" = yes; then
4676 case $build in
4677 *-*-mingw*)
4678 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4679 *)
4680 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4681 esac
4682 case $gcc_prog_ld in
4683 # Accept absolute paths.
4684 [\\/]* | [A-Za-z]:[\\/]*)
4685 LD="$gcc_prog_ld" ;;
4686 esac
4687 fi
512b7dfb
PB
4688fi
4689
4690
4691
4692
c6b750e1 4693if test -n "$ac_tool_prefix"; then
512b7dfb
PB
4694 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4695set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
81ecdfbb
RW
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4697$as_echo_n "checking for $ac_word... " >&6; }
4698if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4699 $as_echo_n "(cached) " >&6
9e07f89d 4700else
512b7dfb
PB
4701 if test -n "$GNATBIND"; then
4702 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
9e07f89d 4703else
c6b750e1
DJ
4704as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4705for as_dir in $PATH
4706do
4707 IFS=$as_save_IFS
4708 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4709 for ac_exec_ext in '' $ac_executable_extensions; do
4710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4711 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
81ecdfbb 4712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4713 break 2
4714 fi
4715done
81ecdfbb
RW
4716 done
4717IFS=$as_save_IFS
c6b750e1 4718
9e07f89d
NN
4719fi
4720fi
512b7dfb
PB
4721GNATBIND=$ac_cv_prog_GNATBIND
4722if test -n "$GNATBIND"; then
81ecdfbb
RW
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4724$as_echo "$GNATBIND" >&6; }
9e07f89d 4725else
81ecdfbb
RW
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4727$as_echo "no" >&6; }
9e07f89d
NN
4728fi
4729
81ecdfbb 4730
c6b750e1 4731fi
512b7dfb
PB
4732if test -z "$ac_cv_prog_GNATBIND"; then
4733 ac_ct_GNATBIND=$GNATBIND
4734 # Extract the first word of "gnatbind", so it can be a program name with args.
4735set dummy gnatbind; ac_word=$2
81ecdfbb
RW
4736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4737$as_echo_n "checking for $ac_word... " >&6; }
4738if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4739 $as_echo_n "(cached) " >&6
9e07f89d 4740else
512b7dfb
PB
4741 if test -n "$ac_ct_GNATBIND"; then
4742 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
9e07f89d 4743else
c6b750e1
DJ
4744as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4745for as_dir in $PATH
4746do
4747 IFS=$as_save_IFS
4748 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4749 for ac_exec_ext in '' $ac_executable_extensions; do
4750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4751 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
81ecdfbb 4752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4753 break 2
4754 fi
4755done
81ecdfbb
RW
4756 done
4757IFS=$as_save_IFS
c6b750e1 4758
9e07f89d
NN
4759fi
4760fi
512b7dfb
PB
4761ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4762if test -n "$ac_ct_GNATBIND"; then
81ecdfbb
RW
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4764$as_echo "$ac_ct_GNATBIND" >&6; }
9e07f89d 4765else
81ecdfbb
RW
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4767$as_echo "no" >&6; }
9e07f89d
NN
4768fi
4769
81ecdfbb
RW
4770 if test "x$ac_ct_GNATBIND" = x; then
4771 GNATBIND="no"
4772 else
4773 case $cross_compiling:$ac_tool_warned in
4774yes:)
4775{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4776$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4777ac_tool_warned=yes ;;
4778esac
4779 GNATBIND=$ac_ct_GNATBIND
4780 fi
24ff9987 4781else
512b7dfb 4782 GNATBIND="$ac_cv_prog_GNATBIND"
9e07f89d
NN
4783fi
4784
7df2cd5d 4785if test -n "$ac_tool_prefix"; then
512b7dfb
PB
4786 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4787set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
81ecdfbb
RW
4788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4789$as_echo_n "checking for $ac_word... " >&6; }
4790if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4791 $as_echo_n "(cached) " >&6
7df2cd5d 4792else
512b7dfb
PB
4793 if test -n "$GNATMAKE"; then
4794 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
7df2cd5d
PB
4795else
4796as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4797for as_dir in $PATH
4798do
4799 IFS=$as_save_IFS
4800 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4801 for ac_exec_ext in '' $ac_executable_extensions; do
4802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4803 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
81ecdfbb 4804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
4805 break 2
4806 fi
4807done
81ecdfbb
RW
4808 done
4809IFS=$as_save_IFS
7df2cd5d
PB
4810
4811fi
4812fi
512b7dfb
PB
4813GNATMAKE=$ac_cv_prog_GNATMAKE
4814if test -n "$GNATMAKE"; then
81ecdfbb
RW
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4816$as_echo "$GNATMAKE" >&6; }
7df2cd5d 4817else
81ecdfbb
RW
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4819$as_echo "no" >&6; }
7df2cd5d
PB
4820fi
4821
81ecdfbb 4822
7df2cd5d 4823fi
512b7dfb
PB
4824if test -z "$ac_cv_prog_GNATMAKE"; then
4825 ac_ct_GNATMAKE=$GNATMAKE
4826 # Extract the first word of "gnatmake", so it can be a program name with args.
4827set dummy gnatmake; ac_word=$2
81ecdfbb
RW
4828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4829$as_echo_n "checking for $ac_word... " >&6; }
4830if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4831 $as_echo_n "(cached) " >&6
7df2cd5d 4832else
512b7dfb
PB
4833 if test -n "$ac_ct_GNATMAKE"; then
4834 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
7df2cd5d
PB
4835else
4836as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4837for as_dir in $PATH
4838do
4839 IFS=$as_save_IFS
4840 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4841 for ac_exec_ext in '' $ac_executable_extensions; do
4842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4843 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
81ecdfbb 4844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
4845 break 2
4846 fi
4847done
81ecdfbb
RW
4848 done
4849IFS=$as_save_IFS
7df2cd5d 4850
7df2cd5d
PB
4851fi
4852fi
512b7dfb
PB
4853ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4854if test -n "$ac_ct_GNATMAKE"; then
81ecdfbb
RW
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4856$as_echo "$ac_ct_GNATMAKE" >&6; }
7df2cd5d 4857else
81ecdfbb
RW
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4859$as_echo "no" >&6; }
7df2cd5d
PB
4860fi
4861
81ecdfbb
RW
4862 if test "x$ac_ct_GNATMAKE" = x; then
4863 GNATMAKE="no"
4864 else
4865 case $cross_compiling:$ac_tool_warned in
4866yes:)
4867{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4868$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4869ac_tool_warned=yes ;;
4870esac
4871 GNATMAKE=$ac_ct_GNATMAKE
4872 fi
7df2cd5d 4873else
512b7dfb 4874 GNATMAKE="$ac_cv_prog_GNATMAKE"
7df2cd5d
PB
4875fi
4876
81ecdfbb
RW
4877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4878$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4879if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4880 $as_echo_n "(cached) " >&6
9e07f89d
NN
4881else
4882 cat >conftest.adb <<EOF
4883procedure conftest is begin null; end conftest;
4884EOF
4885acx_cv_cc_gcc_supports_ada=no
4886# There is a bug in old released versions of GCC which causes the
4887# driver to exit successfully when the appropriate language module
4888# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4889# Therefore we must check for the error message as well as an
4890# unsuccessful exit.
b8908782
DD
4891# Other compilers, like HP Tru64 UNIX cc, exit successfully when
4892# given a .adb file, but produce no object file. So we must check
4893# if an object file was really produced to guard against this.
9e07f89d 4894errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
b8908782 4895if test x"$errors" = x && test -f conftest.$ac_objext; then
9e07f89d 4896 acx_cv_cc_gcc_supports_ada=yes
9e07f89d
NN
4897fi
4898rm -f conftest.*
4899fi
81ecdfbb
RW
4900{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4901$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
9e07f89d 4902
512b7dfb 4903if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
9e07f89d
NN
4904 have_gnat=yes
4905else
4906 have_gnat=no
4907fi
4908
81ecdfbb
RW
4909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
4910$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
4911if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
4912 $as_echo_n "(cached) " >&6
b8908782
DD
4913else
4914 echo abfoo >t1
4915 echo cdfoo >t2
4916 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4b1cb4fe
DD
4917 if cmp t1 t2 2 2 > /dev/null 2>&1; then
4918 if cmp t1 t2 1 1 > /dev/null 2>&1; then
4919 :
4920 else
4921 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
4922 fi
4923 fi
b8908782
DD
4924 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
4925 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4b1cb4fe 4926 :
b8908782
DD
4927 else
4928 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
4929 fi
4930 fi
4931 rm t1 t2
4932
4933fi
81ecdfbb
RW
4934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
4935$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
b8908782
DD
4936do_compare="$gcc_cv_prog_cmp_skip"
4937
4938
9e07f89d 4939
e8a5fa9c 4940# See if we are building gcc with C++.
81ecdfbb
RW
4941# Check whether --enable-build-with-cxx was given.
4942if test "${enable_build_with_cxx+set}" = set; then :
4943 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
e8a5fa9c
RW
4944else
4945 ENABLE_BUILD_WITH_CXX=no
81ecdfbb
RW
4946fi
4947
e8a5fa9c 4948
d5f2ee2e
KG
4949# Used for setting $lt_cv_objdir
4950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
4951$as_echo_n "checking for objdir... " >&6; }
4952if test "${lt_cv_objdir+set}" = set; then :
4953 $as_echo_n "(cached) " >&6
4954else
4955 rm -f .libs 2>/dev/null
4956mkdir .libs 2>/dev/null
4957if test -d .libs; then
4958 lt_cv_objdir=.libs
4959else
4960 # MS-DOS does not allow filenames that begin with a dot.
4961 lt_cv_objdir=_libs
4962fi
4963rmdir .libs 2>/dev/null
4964fi
4965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
4966$as_echo "$lt_cv_objdir" >&6; }
4967objdir=$lt_cv_objdir
4968
4969
4970
4971
4972
4973cat >>confdefs.h <<_ACEOF
4974#define LT_OBJDIR "$lt_cv_objdir/"
4975_ACEOF
4976
4977
4978
e8a5fa9c 4979# Check for GMP, MPFR and MPC
d9b76ff9 4980gmplibs="-lmpc -lmpfr -lgmp"
4b1cb4fe 4981gmpinc=
4b900473 4982have_gmp=no
e8a5fa9c
RW
4983
4984# Specify a location for mpc
4985# check for this first so it ends up on the link line before mpfr.
4986
81ecdfbb
RW
4987# Check whether --with-mpc was given.
4988if test "${with_mpc+set}" = set; then :
4989 withval=$with_mpc;
4990fi
e8a5fa9c 4991
e8a5fa9c 4992
e552509b 4993# Check whether --with-mpc-include was given.
81ecdfbb
RW
4994if test "${with_mpc_include+set}" = set; then :
4995 withval=$with_mpc_include;
4996fi
e8a5fa9c 4997
e8a5fa9c 4998
e552509b 4999# Check whether --with-mpc-lib was given.
81ecdfbb
RW
5000if test "${with_mpc_lib+set}" = set; then :
5001 withval=$with_mpc_lib;
5002fi
e8a5fa9c 5003
e8a5fa9c
RW
5004
5005if test "x$with_mpc" != x; then
d9b76ff9
KG
5006 gmplibs="-L$with_mpc/lib $gmplibs"
5007 gmpinc="-I$with_mpc/include $gmpinc"
e8a5fa9c
RW
5008fi
5009if test "x$with_mpc_include" != x; then
d9b76ff9 5010 gmpinc="-I$with_mpc_include $gmpinc"
e8a5fa9c
RW
5011fi
5012if test "x$with_mpc_lib" != x; then
d9b76ff9 5013 gmplibs="-L$with_mpc_lib $gmplibs"
e8a5fa9c
RW
5014fi
5015if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
d5f2ee2e 5016 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
d9b76ff9 5017 gmpinc='-I$$s/mpc/src '"$gmpinc"
e8a5fa9c
RW
5018 # Do not test the mpc version. Assume that it is sufficient, since
5019 # it is in the source tree, and the library has not been built yet
5020 # but it would be included on the link line in the version check below
5021 # hence making the test fail.
d9b76ff9 5022 have_gmp=yes
e8a5fa9c 5023fi
4b900473 5024
11b04d1f
DD
5025# Specify a location for mpfr
5026# check for this first so it ends up on the link line before gmp.
c6b750e1 5027
81ecdfbb
RW
5028# Check whether --with-mpfr-dir was given.
5029if test "${with_mpfr_dir+set}" = set; then :
5030 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5031Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5032fi
5033
11b04d1f
DD
5034
5035
81ecdfbb
RW
5036# Check whether --with-mpfr was given.
5037if test "${with_mpfr+set}" = set; then :
5038 withval=$with_mpfr;
5039fi
c6b750e1 5040
11b04d1f 5041
e552509b 5042# Check whether --with-mpfr-include was given.
81ecdfbb
RW
5043if test "${with_mpfr_include+set}" = set; then :
5044 withval=$with_mpfr_include;
5045fi
c6b750e1 5046
8a0d8a5c 5047
e552509b 5048# Check whether --with-mpfr-lib was given.
81ecdfbb
RW
5049if test "${with_mpfr_lib+set}" = set; then :
5050 withval=$with_mpfr_lib;
5051fi
8a0d8a5c 5052
11b04d1f
DD
5053
5054if test "x$with_mpfr" != x; then
5055 gmplibs="-L$with_mpfr/lib $gmplibs"
d9b76ff9 5056 gmpinc="-I$with_mpfr/include $gmpinc"
11b04d1f 5057fi
8a0d8a5c 5058if test "x$with_mpfr_include" != x; then
d9b76ff9 5059 gmpinc="-I$with_mpfr_include $gmpinc"
8a0d8a5c
PB
5060fi
5061if test "x$with_mpfr_lib" != x; then
5062 gmplibs="-L$with_mpfr_lib $gmplibs"
5063fi
4b900473 5064if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
d5f2ee2e 5065 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
4b900473 5066 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
d5f2ee2e 5067 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
4b900473
PB
5068 # Do not test the mpfr version. Assume that it is sufficient, since
5069 # it is in the source tree, and the library has not been built yet
5070 # but it would be included on the link line in the version check below
5071 # hence making the test fail.
5072 have_gmp=yes
5073fi
11b04d1f 5074
4b1cb4fe 5075# Specify a location for gmp
c6b750e1 5076
81ecdfbb
RW
5077# Check whether --with-gmp-dir was given.
5078if test "${with_gmp_dir+set}" = set; then :
5079 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5080Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5081fi
5082
4b1cb4fe
DD
5083
5084
81ecdfbb
RW
5085# Check whether --with-gmp was given.
5086if test "${with_gmp+set}" = set; then :
5087 withval=$with_gmp;
5088fi
c6b750e1 5089
4b1cb4fe 5090
e552509b 5091# Check whether --with-gmp-include was given.
81ecdfbb
RW
5092if test "${with_gmp_include+set}" = set; then :
5093 withval=$with_gmp_include;
5094fi
c6b750e1 5095
8a0d8a5c 5096
e552509b 5097# Check whether --with-gmp-lib was given.
81ecdfbb
RW
5098if test "${with_gmp_lib+set}" = set; then :
5099 withval=$with_gmp_lib;
5100fi
8a0d8a5c
PB
5101
5102
4b1cb4fe 5103
11b04d1f
DD
5104if test "x$with_gmp" != x; then
5105 gmplibs="-L$with_gmp/lib $gmplibs"
5106 gmpinc="-I$with_gmp/include $gmpinc"
4b1cb4fe 5107fi
8a0d8a5c
PB
5108if test "x$with_gmp_include" != x; then
5109 gmpinc="-I$with_gmp_include $gmpinc"
5110fi
5111if test "x$with_gmp_lib" != x; then
5112 gmplibs="-L$with_gmp_lib $gmplibs"
5113fi
4b900473 5114if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
d5f2ee2e 5115 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
4b900473 5116 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
29821356 5117 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
d5f2ee2e 5118 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
4b900473
PB
5119 # Do not test the gmp version. Assume that it is sufficient, since
5120 # it is in the source tree, and the library has not been built yet
5121 # but it would be included on the link line in the version check below
5122 # hence making the test fail.
5123 have_gmp=yes
5124fi
4b1cb4fe 5125
ceb92e78 5126if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4b900473
PB
5127 have_gmp=yes
5128 saved_CFLAGS="$CFLAGS"
5129 CFLAGS="$CFLAGS $gmpinc"
a6b5846e
KG
5130 # Check for the recommended and required versions of GMP.
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5132$as_echo_n "checking for the correct version of gmp.h... " >&6; }
a009f2e7
RW
5133
5134cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6b5846e
KG
5135/* end confdefs.h. */
5136#include "gmp.h"
5137int
5138main ()
5139{
5140
5141 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5142 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5143 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5144 choke me
5145 #endif
5146
5147 ;
5148 return 0;
5149}
5150_ACEOF
5151if ac_fn_c_try_compile "$LINENO"; then :
a009f2e7 5152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5153/* end confdefs.h. */
a6b5846e 5154#include <gmp.h>
c6b750e1
DJ
5155int
5156main ()
5157{
4b1cb4fe 5158
a6b5846e
KG
5159 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5160 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5161 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
4b900473
PB
5162 choke me
5163 #endif
c6b750e1
DJ
5164
5165 ;
5166 return 0;
5167}
5168_ACEOF
81ecdfbb
RW
5169if ac_fn_c_try_compile "$LINENO"; then :
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5171$as_echo "yes" >&6; }
a6b5846e
KG
5172else
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5174$as_echo "buggy but acceptable" >&6; }
5175fi
5176rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 5177else
81ecdfbb
RW
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5179$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5180fi
81ecdfbb 5181rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4b1cb4fe 5182
e8a5fa9c 5183 # If we have GMP, check the MPFR version.
4b900473 5184 if test x"$have_gmp" = xyes; then
a6b5846e
KG
5185 # Check for the recommended and required versions of MPFR.
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5187$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
81ecdfbb 5188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5189/* end confdefs.h. */
9b134994 5190#include <gmp.h>
4b900473 5191 #include <mpfr.h>
c6b750e1
DJ
5192int
5193main ()
5194{
9b134994 5195
ef699244 5196 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
4b900473
PB
5197 choke me
5198 #endif
c6b750e1
DJ
5199
5200 ;
5201 return 0;
5202}
5203_ACEOF
81ecdfbb
RW
5204if ac_fn_c_try_compile "$LINENO"; then :
5205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5206/* end confdefs.h. */
4b1cb4fe 5207#include <gmp.h>
4b900473 5208 #include <mpfr.h>
c6b750e1
DJ
5209int
5210main ()
5211{
9dbaa842 5212
a6b5846e 5213 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
4b900473
PB
5214 choke me
5215 #endif
e8a5fa9c
RW
5216
5217 ;
5218 return 0;
5219}
5220_ACEOF
81ecdfbb
RW
5221if ac_fn_c_try_compile "$LINENO"; then :
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5223$as_echo "yes" >&6; }
e8a5fa9c 5224else
81ecdfbb
RW
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5226$as_echo "buggy but acceptable" >&6; }
e8a5fa9c 5227fi
81ecdfbb 5228rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5229else
81ecdfbb
RW
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5231$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5232fi
81ecdfbb 5233rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5234 fi
5235
5236 # Check for the MPC header version.
d9b76ff9 5237 if test x"$have_gmp" = xyes ; then
a6b5846e 5238 # Check for the recommended and required versions of MPC.
81ecdfbb
RW
5239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5240$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c
RW
5242/* end confdefs.h. */
5243#include <mpc.h>
5244int
5245main ()
5246{
5247
a6b5846e
KG
5248 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5249 choke me
5250 #endif
5251
5252 ;
5253 return 0;
5254}
5255_ACEOF
5256if ac_fn_c_try_compile "$LINENO"; then :
5257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5258/* end confdefs.h. */
5259#include <mpc.h>
5260int
5261main ()
5262{
5263
5264 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
e8a5fa9c
RW
5265 choke me
5266 #endif
5267
5268 ;
5269 return 0;
5270}
5271_ACEOF
81ecdfbb
RW
5272if ac_fn_c_try_compile "$LINENO"; then :
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
d9b76ff9 5274$as_echo "yes" >&6; }
a6b5846e
KG
5275else
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5277$as_echo "buggy but acceptable" >&6; }
5278fi
5279rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5280else
81ecdfbb 5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
d9b76ff9 5282$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5283fi
81ecdfbb 5284rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5285 fi
5286
5287 # Now check the MPFR library.
5288 if test x"$have_gmp" = xyes; then
5289 saved_LIBS="$LIBS"
5290 LIBS="$LIBS $gmplibs"
d9b76ff9
KG
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5292$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
81ecdfbb 5293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c 5294/* end confdefs.h. */
d9b76ff9 5295#include <mpc.h>
e8a5fa9c
RW
5296int
5297main ()
5298{
5299
5300 mpfr_t n;
5301 mpfr_t x;
d9b76ff9 5302 mpc_t c;
e8a5fa9c
RW
5303 int t;
5304 mpfr_init (n);
5305 mpfr_init (x);
5306 mpfr_atan2 (n, n, x, GMP_RNDN);
5307 mpfr_erfc (n, x, GMP_RNDN);
5308 mpfr_subnormalize (x, t, GMP_RNDN);
d9b76ff9
KG
5309 mpfr_clear(n);
5310 mpfr_clear(x);
5311 mpc_init2 (c, 53);
5312 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5313 mpc_cosh (c, c, MPC_RNDNN);
5314 mpc_pow (c, c, c, MPC_RNDNN);
5315 mpc_acosh (c, c, MPC_RNDNN);
5316 mpc_clear (c);
c6b750e1
DJ
5317
5318 ;
5319 return 0;
5320}
5321_ACEOF
81ecdfbb
RW
5322if ac_fn_c_try_link "$LINENO"; then :
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5324$as_echo "yes" >&6; }
c6b750e1 5325else
81ecdfbb
RW
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5327$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5328fi
81ecdfbb
RW
5329rm -f core conftest.err conftest.$ac_objext \
5330 conftest$ac_exeext conftest.$ac_ext
e8a5fa9c
RW
5331 LIBS="$saved_LIBS"
5332 fi
5333
4b900473 5334 CFLAGS="$saved_CFLAGS"
4b1cb4fe 5335
a6b5846e
KG
5336# The library versions listed in the error message below should match
5337# the HARD-minimums enforced above.
4b900473 5338 if test x$have_gmp != xyes; then
a6b5846e 5339 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
d9b76ff9
KG
5340Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5341their locations. Source code for these libraries can be found at
5342their respective hosting sites as well as at
5343ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5344http://gcc.gnu.org/install/prerequisites.html for additional info. If
5345you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5346make sure that you have installed both the libraries and the header
5347files. They may be located in separate packages." "$LINENO" 5
4b900473 5348 fi
9dbaa842
DD
5349fi
5350
e8a5fa9c
RW
5351# Flags needed for both GMP, MPFR and/or MPC.
5352
5353
5354
4b1cb4fe
DD
5355
5356
5357
29383458
JM
5358# Allow host libstdc++ to be specified for static linking with PPL.
5359
81ecdfbb
RW
5360# Check whether --with-host-libstdcxx was given.
5361if test "${with_host_libstdcxx+set}" = set; then :
5362 withval=$with_host_libstdcxx;
5363fi
29383458 5364
29383458
JM
5365
5366case $with_host_libstdcxx in
5367 no|yes)
81ecdfbb 5368 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
29383458
JM
5369 ;;
5370esac
e28c595f 5371
e8a5fa9c
RW
5372# Linker flags to use for stage1 or when not boostrapping.
5373
81ecdfbb
RW
5374# Check whether --with-stage1-ldflags was given.
5375if test "${with_stage1_ldflags+set}" = set; then :
5376 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5377 stage1_ldflags=
5378 else
5379 stage1_ldflags=$withval
5380 fi
5381else
5382 stage1_ldflags=
81ecdfbb
RW
5383fi
5384
e8a5fa9c
RW
5385
5386
5387# Libraries to use for stage1 or when not bootstrapping.
5388
81ecdfbb
RW
5389# Check whether --with-stage1-libs was given.
5390if test "${with_stage1_libs+set}" = set; then :
5391 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5392 stage1_libs=
5393 else
5394 stage1_libs=$withval
5395 fi
5396else
5397 stage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5398fi
5399
e8a5fa9c
RW
5400
5401
e8a5fa9c
RW
5402# Libraries to use for stage2 and later builds. This defaults to the
5403# argument passed to --with-host-libstdcxx.
5404
81ecdfbb
RW
5405# Check whether --with-boot-libs was given.
5406if test "${with_boot_libs+set}" = set; then :
5407 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5408 poststage1_libs=
5409 else
5410 poststage1_libs=$withval
5411 fi
5412else
5413 poststage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5414fi
5415
e8a5fa9c
RW
5416
5417
143754cd
NC
5418# Linker flags to use for stage2 and later builds.
5419
5420# Check whether --with-boot-ldflags was given.
5421if test "${with_boot_ldflags+set}" = set; then :
5422 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5423 poststage1_ldflags=
5424 else
5425 poststage1_ldflags=$withval
5426 fi
5427else
5428 poststage1_ldflags=
4f11b223
ILT
5429 # In stages 2 and 3, default to linking libstdc++ and libgcc
5430 # statically. But if the user explicitly specified the libraries to
5431 # use, trust that they are doing what they want.
5432 if test "$poststage1_libs" = ""; then
143754cd
NC
5433 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5434 fi
5435fi
5436
5437
5438
e28c595f 5439# Check for PPL
b123da99 5440ppllibs=
e28c595f 5441pplinc=
b123da99 5442pwllib=
e28c595f
JM
5443
5444
81ecdfbb
RW
5445# Check whether --with-ppl was given.
5446if test "${with_ppl+set}" = set; then :
5447 withval=$with_ppl;
81ecdfbb 5448fi
e28c595f 5449
e28c595f 5450
e552509b 5451# Check whether --with-ppl-include was given.
81ecdfbb
RW
5452if test "${with_ppl_include+set}" = set; then :
5453 withval=$with_ppl_include;
5454fi
5455
e28c595f 5456
e552509b 5457# Check whether --with-ppl-lib was given.
81ecdfbb
RW
5458if test "${with_ppl_lib+set}" = set; then :
5459 withval=$with_ppl_lib;
5460fi
e28c595f 5461
e28c595f 5462
b123da99
SP
5463# Check whether --enable-ppl-version-check was given.
5464if test "${enable_ppl_version_check+set}" = set; then :
5465 enableval=$enable_ppl_version_check;
5466fi
5467
5468
29383458 5469case $with_ppl in
b123da99 5470 yes | no | "")
1f53ca9a 5471 ;;
29383458 5472 *)
b123da99 5473 ppllibs="-L$with_ppl/lib"
29383458 5474 pplinc="-I$with_ppl/include $pplinc"
b123da99
SP
5475 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5476 with_ppl=yes
5477 else
5478 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5479 fi
29383458
JM
5480 ;;
5481esac
b123da99
SP
5482
5483if test x"$with_ppl_include" != x; then
e28c595f 5484 pplinc="-I$with_ppl_include $pplinc"
b123da99 5485 with_ppl=yes
e28c595f 5486fi
b123da99 5487
e28c595f 5488if test "x$with_ppl_lib" != x; then
b123da99
SP
5489 ppllibs="-L$with_ppl_lib"
5490 with_ppl=yes
e28c595f 5491fi
b123da99
SP
5492
5493if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5494 if test x"$enable_watchdog" = xyes; then
5495 pwllib="-lpwl"
5496 fi
5497 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
1f53ca9a
AO
5498 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5499 enable_ppl_version_check=no
b123da99 5500 with_ppl=yes
e28c595f
JM
5501fi
5502
86ed8cf6 5503if test "x$with_ppl" != xno; then
b123da99 5504 if test "x$pwllib" = x; then
0e8ad34f
RO
5505 saved_LIBS="$LIBS"
5506 LIBS="$LIBS $ppllibs -lstdc++ -lm"
b123da99
SP
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5508$as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5509if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5510 $as_echo_n "(cached) " >&6
5511else
5512 ac_check_lib_save_LIBS=$LIBS
5513LIBS="-lpwl $LIBS"
5514cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5515/* end confdefs.h. */
5516
5517/* Override any GCC internal prototype to avoid an error.
5518 Use char because int might match the return type of a GCC
5519 builtin and then its argument prototype would still apply. */
5520#ifdef __cplusplus
5521extern "C"
5522#endif
5523char PWL_handle_timeout ();
5524int
5525main ()
5526{
5527return PWL_handle_timeout ();
5528 ;
5529 return 0;
5530}
5531_ACEOF
5532if ac_fn_c_try_link "$LINENO"; then :
5533 ac_cv_lib_pwl_PWL_handle_timeout=yes
e28c595f 5534else
b123da99
SP
5535 ac_cv_lib_pwl_PWL_handle_timeout=no
5536fi
5537rm -f core conftest.err conftest.$ac_objext \
5538 conftest$ac_exeext conftest.$ac_ext
5539LIBS=$ac_check_lib_save_LIBS
5540fi
5541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5542$as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5543if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5544 pwllib="-lpwl"
81ecdfbb
RW
5545fi
5546
0e8ad34f 5547 LIBS="$saved_LIBS"
b123da99 5548 fi
e28c595f 5549
b123da99
SP
5550 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5551
5552 if test "$enable_ppl_version_check" != no; then
5553 saved_CFLAGS="$CFLAGS"
5554 CFLAGS="$CFLAGS $pplinc $gmpinc"
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5556$as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e28c595f
JM
5558/* end confdefs.h. */
5559#include "ppl_c.h"
5560int
5561main ()
5562{
5563
b123da99
SP
5564 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5565 choke me
5566 #endif
e28c595f
JM
5567
5568 ;
5569 return 0;
5570}
5571_ACEOF
81ecdfbb
RW
5572if ac_fn_c_try_compile "$LINENO"; then :
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5574$as_echo "yes" >&6; }
e28c595f 5575else
81ecdfbb 5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1f53ca9a 5577$as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
e28c595f 5578fi
81ecdfbb 5579rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b123da99
SP
5580 CFLAGS="$saved_CFLAGS"
5581 fi
e28c595f
JM
5582fi
5583
5584# Flags needed for PPL
5585
5586
5587
5588
5589# Check for CLOOG
e552509b 5590
e28c595f
JM
5591
5592
81ecdfbb
RW
5593# Check whether --with-cloog was given.
5594if test "${with_cloog+set}" = set; then :
5595 withval=$with_cloog;
81ecdfbb
RW
5596fi
5597
e28c595f 5598
e552509b 5599# Check whether --with-cloog-include was given.
81ecdfbb
RW
5600if test "${with_cloog_include+set}" = set; then :
5601 withval=$with_cloog_include;
5602fi
e28c595f 5603
e28c595f 5604
e552509b 5605# Check whether --with-cloog-lib was given.
81ecdfbb
RW
5606if test "${with_cloog_lib+set}" = set; then :
5607 withval=$with_cloog_lib;
5608fi
e28c595f 5609
e28c595f 5610
e552509b
ILT
5611 # Check whether --enable-cloog-backend was given.
5612if test "${enable_cloog_backend+set}" = set; then :
5613 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5614 cloog_backend=isl
5615 elif test "x${enableval}" = "xppl"; then
5616 cloog_backend=ppl
5617 else
5618 cloog_backend=ppl-legacy
5619 fi
5620else
5621 cloog_backend=ppl-legacy
5622fi
5623
5624 # Check whether --enable-cloog-version-check was given.
5625if test "${enable_cloog_version_check+set}" = set; then :
5626 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5627else
5628 ENABLE_CLOOG_CHECK=yes
5629fi
5630
5631
5632 # Initialize clooglibs and clooginc.
5633 case $with_cloog in
5634 no)
5635 clooglibs=
5636 clooginc=
5637 ;;
5638 "" | yes)
5639 ;;
5640 *)
5641 clooglibs="-L$with_cloog/lib"
5642 clooginc="-I$with_cloog/include"
5643 ;;
5644 esac
5645 if test "x${with_cloog_include}" != x ; then
5646 clooginc="-I$with_cloog_include"
5647 fi
5648 if test "x${with_cloog_lib}" != x; then
5649 clooglibs="-L$with_cloog_lib"
5650 fi
5651
5652
5653
5654
5655
1f53ca9a 5656if test "x$with_ppl" = "xno"; then
8d8eef9a
RW
5657
5658
5659
5660 if test "x${with_cloog}" = xno; then
5661 graphite_requested=no
5662 elif test "x${with_cloog}" != x \
5663 || test "x${with_cloog_include}" != x \
5664 || test "x${with_cloog_lib}" != x ; then
5665 graphite_requested=yes
5666 else
5667 graphite_requested=no
5668 fi
5669
5670
5671 if test "${graphite_requested}" = yes; then
5672 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
5673 fi
1f53ca9a
AO
5674 with_cloog=no
5675fi
e552509b
ILT
5676if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5677 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5678 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5679 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5680fi
5681if test "x$with_cloog" != "xno"; then
1f53ca9a 5682
e552509b
ILT
5683
5684
5685 _cloog_saved_CFLAGS=$CFLAGS
5686 _cloog_saved_CPPFLAGS=$CPPFLAGS
5687 _cloog_saved_LDFLAGS=$LDFLAGS
5688 _cloog_saved_LIBS=$LIBS
5689
5690 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5691
5692 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5693 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5694 LDFLAGS="${LDFLAGS} ${clooglibs}"
5695
5696 case $cloog_backend in
5697 "ppl-legacy")
5698 CFLAGS="${CFLAGS} ${pplinc}"
5699 LDFLAGS="${LDFLAGS} ${ppllibs}"
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5701$as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5702if test "${gcc_cv_cloog_type+set}" = set; then :
5703 $as_echo_n "(cached) " >&6
5704else
5705 LIBS="-lcloog ${_cloog_saved_LIBS}"
5706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5707/* end confdefs.h. */
5708#include "cloog/cloog.h"
5709int
5710main ()
5711{
5712#ifndef CLOOG_PPL_BACKEND
5713 choke me
5714 #endif
5715 ;
5716 return 0;
5717}
5718_ACEOF
5719if ac_fn_c_try_link "$LINENO"; then :
5720 gcc_cv_cloog_type="PPL Legacy"
5721else
5722 gcc_cv_cloog_type=no
5723fi
5724rm -f core conftest.err conftest.$ac_objext \
5725 conftest$ac_exeext conftest.$ac_ext
e28c595f 5726fi
e552509b
ILT
5727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5728$as_echo "$gcc_cv_cloog_type" >&6; }
5729 ;;
5730 "isl")
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5732$as_echo_n "checking for installed CLooG ISL... " >&6; }
5733if test "${gcc_cv_cloog_type+set}" = set; then :
5734 $as_echo_n "(cached) " >&6
5735else
5736 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5738/* end confdefs.h. */
5739#include "cloog/cloog.h"
5740int
5741main ()
5742{
5743cloog_version ()
5744 ;
5745 return 0;
5746}
5747_ACEOF
5748if ac_fn_c_try_link "$LINENO"; then :
5749 gcc_cv_cloog_type="ISL"
5750else
5751 gcc_cv_cloog_type=no
e28c595f 5752fi
e552509b
ILT
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 "ppl")
5760 CFLAGS="${CFLAGS} ${pplinc}"
5761 LDFLAGS="${LDFLAGS} ${ppllibs}"
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5763$as_echo_n "checking for installed CLooG PPL... " >&6; }
5764if test "${gcc_cv_cloog_type+set}" = set; then :
5765 $as_echo_n "(cached) " >&6
e28c595f 5766else
e552509b
ILT
5767 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5769/* end confdefs.h. */
5770#include "cloog/cloog.h"
5771 #include "cloog/ppl/cloog.h"
5772int
5773main ()
5774{
5775cloog_version ()
5776 ;
5777 return 0;
5778}
5779_ACEOF
5780if ac_fn_c_try_link "$LINENO"; then :
5781 gcc_cv_cloog_type="PPL"
5782else
5783 gcc_cv_cloog_type=no
81ecdfbb 5784fi
e552509b
ILT
5785rm -f core conftest.err conftest.$ac_objext \
5786 conftest$ac_exeext conftest.$ac_ext
5787fi
5788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5789$as_echo "$gcc_cv_cloog_type" >&6; }
5790 ;;
5791 *)
5792 gcc_cv_cloog_type=""
5793 esac
5794
5795 case $gcc_cv_cloog_type in
5796 "PPL Legacy")
5797 clooginc="${clooginc}"
5798 clooglibs="${clooglibs} -lcloog"
5799 cloog_org=no
5800 ;;
5801 "ISL")
5802 clooginc="${clooginc} ${_cloogorginc}"
b123da99 5803 clooglibs="${clooglibs} -lcloog-isl -lisl"
e552509b
ILT
5804 cloog_org=yes
5805 ;;
5806 "PPL")
5807 clooginc="${clooginc} ${_cloogorginc}"
5808 clooglibs="${clooglibs} -lcloog-ppl"
5809 cloog_org=yes
5810 ;;
5811 *)
5812 clooglibs=
5813 clooginc=
5814 cloog_org=
5815 ;;
5816 esac
81ecdfbb 5817
e552509b
ILT
5818 LIBS=$_cloog_saved_LIBS
5819 CFLAGS=$_cloog_saved_CFLAGS
5820 CPPFLAGS=$_cloog_saved_CPPFLAGS
5821 LDFLAGS=$_cloog_saved_LDFLAGS
e28c595f 5822
e552509b
ILT
5823
5824
5825
5826
5827 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5828 _cloog_saved_CFLAGS=$CFLAGS
5829 _cloog_saved_LDFLAGS=$LDFLAGS
5830
5831 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
5832 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
5833
5834 if test "${cloog_org}" = yes ; then
8d8eef9a
RW
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
5836$as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
e552509b
ILT
5837if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
5838 $as_echo_n "(cached) " >&6
5839else
5840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5841/* end confdefs.h. */
5842#include "cloog/cloog.h"
5843int
5844main ()
5845{
5846#if CLOOG_VERSION_MAJOR != 0 \
8d8eef9a
RW
5847 || CLOOG_VERSION_MINOR != 16 \
5848 || CLOOG_VERSION_REVISION < 1
e552509b
ILT
5849 choke me
5850 #endif
5851 ;
5852 return 0;
5853}
5854_ACEOF
5855if ac_fn_c_try_compile "$LINENO"; then :
5856 gcc_cv_cloog_ct_0_14_0=yes
5857else
5858 gcc_cv_cloog_ct_0_14_0=no
5859fi
5860rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5861fi
5862{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
5863$as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
5864 elif test "${cloog_org}" = no ; then
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
143754cd 5866$as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
e552509b
ILT
5867if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
5868 $as_echo_n "(cached) " >&6
5869else
81ecdfbb 5870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e28c595f
JM
5871/* end confdefs.h. */
5872#include "cloog/cloog.h"
5873int
5874main ()
5875{
e552509b
ILT
5876#if CLOOG_VERSION_MAJOR != 0 \
5877 || CLOOG_VERSION_MINOR != 15 \
5878 || CLOOG_VERSION_REVISION < 5
5879 choke me
5880 #endif
e28c595f
JM
5881 ;
5882 return 0;
5883}
5884_ACEOF
a009f2e7
RW
5885if ac_fn_c_try_compile "$LINENO"; then :
5886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5887/* end confdefs.h. */
5888#include "cloog/cloog.h"
5889int
5890main ()
5891{
e552509b
ILT
5892#if CLOOG_VERSION_MAJOR != 0 \
5893 || CLOOG_VERSION_MINOR != 15 \
5894 || CLOOG_VERSION_REVISION < 9
5895 choke me
5896 #endif
a009f2e7
RW
5897 ;
5898 return 0;
5899}
5900_ACEOF
81ecdfbb 5901if ac_fn_c_try_compile "$LINENO"; then :
e552509b 5902 gcc_cv_cloog_ct_0_15_5=yes
a009f2e7 5903else
e552509b 5904 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
a009f2e7
RW
5905fi
5906rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e28c595f 5907else
e552509b 5908 gcc_cv_cloog_ct_0_15_5=no
e28c595f 5909fi
81ecdfbb 5910rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e28c595f 5911fi
e552509b
ILT
5912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
5913$as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
5914 fi
5915
5916 CFLAGS=$_cloog_saved_CFLAGS
5917 LDFLAGS=$_cloog_saved_LDFLAGS
5918 fi
5919
5920
5921
e28c595f 5922
e28c595f
JM
5923
5924
5925
8d8eef9a
RW
5926 if test "x${with_cloog}" = xno; then
5927 graphite_requested=no
5928 elif test "x${with_cloog}" != x \
e552509b
ILT
5929 || test "x${with_cloog_include}" != x \
5930 || test "x${with_cloog_lib}" != x ; then
5931 graphite_requested=yes
5932 else
5933 graphite_requested=no
5934 fi
5935
5936
5937
5938 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
5939 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
5940 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
5941 clooglibs=
5942 clooginc=
5943 fi
5944
5945 if test "${graphite_requested}" = yes \
5946 && test "x${clooglibs}" = x \
5947 && test "x${clooginc}" = x ; then
5948
8d8eef9a 5949 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
e552509b
ILT
5950 fi
5951
5952
5953fi
5954
700d40ca
ILT
5955# Check for LTO support.
5956# Check whether --enable-lto was given.
5957if test "${enable_lto+set}" = set; then :
5958 enableval=$enable_lto; enable_lto=$enableval
5959else
5960 enable_lto=yes; default_enable_lto=yes
5961fi
5962
5963
143754cd 5964
e49e5c92
DK
5965
5966
5967target_elf=no
5968case $target in
5969 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
5970 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
a009f2e7 5971 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
e49e5c92
DK
5972 target_elf=no
5973 ;;
5974 *)
5975 target_elf=yes
5976 ;;
5977esac
5978
5979if test $target_elf = yes; then :
74cea91b
DK
5980 # ELF platforms build the lto-plugin always.
5981 build_lto_plugin=yes
e49e5c92 5982
e49e5c92
DK
5983else
5984 if test x"$default_enable_lto" = x"yes" ; then
29821356 5985 case $target in
dbbe5f95 5986 *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
74cea91b 5987 # On other non-ELF platforms, LTO has yet to be validated.
29821356
RW
5988 *) enable_lto=no ;;
5989 esac
e49e5c92 5990 else
29821356
RW
5991 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
5992 # It would also be nice to check the binutils support, but we don't
e49e5c92
DK
5993 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
5994 # warn during gcc/ subconfigure; unless you're bootstrapping with
5995 # -flto it won't be needed until after installation anyway.
5996 case $target in
a8eb3f0a 5997 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
e49e5c92
DK
5998 *) if test x"$enable_lto" = x"yes"; then
5999 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6000 fi
6001 ;;
6002 esac
6003 fi
a8eb3f0a 6004 # Among non-ELF, only Windows platforms support the lto-plugin so far.
74cea91b 6005 # Build it unless LTO was explicitly disabled.
a8eb3f0a 6006 case $target in
74cea91b 6007 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
a8eb3f0a
DK
6008 *) ;;
6009 esac
74cea91b 6010
e49e5c92
DK
6011fi
6012
700d40ca 6013
e28c595f 6014
947f426e 6015# By default, C is the only stage 1 language.
9b134994 6016stage1_languages=,c,
1d39f329 6017
e8a5fa9c 6018# Target libraries that we bootstrap.
2aa2364a 6019bootstrap_target_libs=,target-libgcc,
e8a5fa9c 6020
9e07f89d
NN
6021# Figure out what language subdirectories are present.
6022# Look if the user specified --enable-languages="..."; if not, use
6023# the environment variable $LANGUAGES if defined. $LANGUAGES might
6024# go away some day.
6025# NB: embedded tabs in this IF block -- do not untabify
6026if test -d ${srcdir}/gcc; then
6027 if test x"${enable_languages+set}" != xset; then
6028 if test x"${LANGUAGES+set}" = xset; then
6029 enable_languages="${LANGUAGES}"
6030 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6031 else
6032 enable_languages=all
6033 fi
6034 else
6035 if test x"${enable_languages}" = x ||
6036 test x"${enable_languages}" = xyes;
6037 then
6038 echo configure.in: --enable-languages needs at least one language argument 1>&2
6039 exit 1
6040 fi
6041 fi
6042 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6043
096f7d00
DE
6044 # 'f95' is the old name for the 'fortran' language. We issue a warning
6045 # and make the substitution.
6046 case ,${enable_languages}, in
6047 *,f95,*)
6048 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6049 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6050 ;;
6051 esac
6052
9e07f89d
NN
6053 # First scan to see if an enabled language requires some other language.
6054 # We assume that a given config-lang.in will list all the language
6055 # front ends it requires, even if some are required indirectly.
6056 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6057 case ${lang_frag} in
6058 ..) ;;
6059 # The odd quoting in the next line works around
6060 # an apparent bug in bash 1.12 on linux.
6061 ${srcdir}/gcc/[*]/config-lang.in) ;;
6062 *)
e552509b
ILT
6063 # From the config-lang.in, get $language, $lang_requires, and
6064 # $lang_requires_boot_languages.
9e07f89d
NN
6065 language=
6066 lang_requires=
e552509b 6067 lang_requires_boot_languages=
9e07f89d 6068 . ${lang_frag}
e552509b 6069 for other in ${lang_requires} ${lang_requires_boot_languages}; do
9e07f89d
NN
6070 case ,${enable_languages}, in
6071 *,$other,*) ;;
6072 *,all,*) ;;
6073 *,$language,*)
6074 echo " \`$other' language required by \`$language'; enabling" 1>&2
6075 enable_languages="${enable_languages},${other}"
6076 ;;
6077 esac
6078 done
e552509b
ILT
6079 for other in ${lang_requires_boot_languages} ; do
6080 if test "$other" != "c"; then
6081 case ,${enable_stage1_languages}, in
6082 *,$other,*) ;;
6083 *,all,*) ;;
6084 *)
6085 case ,${enable_languages}, in
6086 *,$language,*)
6087 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6088 enable_stage1_languages="$enable_stage1_languages,${other}"
6089 ;;
6090 esac
6091 ;;
6092 esac
6093 fi
6094 done
9e07f89d
NN
6095 ;;
6096 esac
6097 done
6098
9b134994 6099 new_enable_languages=,c,
700d40ca
ILT
6100
6101 # If LTO is enabled, add the LTO front end.
6102 extra_host_libiberty_configure_flags=
6103 if test "$enable_lto" = "yes" ; then
6811fb56
RW
6104 case ,${enable_languages}, in
6105 *,lto,*) ;;
6106 *) enable_languages="${enable_languages},lto" ;;
6107 esac
a8eb3f0a 6108 if test "${build_lto_plugin}" = "yes" ; then
700d40ca
ILT
6109 configdirs="$configdirs lto-plugin"
6110 extra_host_libiberty_configure_flags=--enable-shared
6111 fi
6112 fi
6113
6114
9e07f89d 6115 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9b134994 6116 potential_languages=,c,
9e07f89d 6117
9e1a94f4
ILT
6118 enabled_target_libs=
6119 disabled_target_libs=
6120
9e07f89d
NN
6121 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6122 case ${lang_frag} in
6123 ..) ;;
6124 # The odd quoting in the next line works around
6125 # an apparent bug in bash 1.12 on linux.
6126 ${srcdir}/gcc/[*]/config-lang.in) ;;
6127 *)
c6b750e1 6128 # From the config-lang.in, get $language, $target_libs,
1d39f329 6129 # $lang_dirs, $boot_language, and $build_by_default
9e07f89d
NN
6130 language=
6131 target_libs=
6132 lang_dirs=
64ce424c 6133 subdir_requires=
9b134994
PB
6134 boot_language=no
6135 build_by_default=yes
9e07f89d 6136 . ${lang_frag}
9b134994
PB
6137 if test x${language} = x; then
6138 echo "${lang_frag} doesn't set \$language." 1>&2
6139 exit 1
6140 fi
6141
1f53ca9a
AO
6142 if test "$language" = "c++" \
6143 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
e8a5fa9c
RW
6144 boot_language=yes
6145 fi
6146
9b134994
PB
6147 case ,${enable_languages}, in
6148 *,${language},*)
9e07f89d
NN
6149 # Language was explicitly selected; include it.
6150 add_this_lang=yes
6151 ;;
9b134994
PB
6152 *,all,*)
6153 # 'all' was selected, select it if it is a default language
6154 add_this_lang=${build_by_default}
9e07f89d
NN
6155 ;;
6156 *)
6157 add_this_lang=no
6158 ;;
6159 esac
4b1cb4fe 6160
64ce424c 6161 # Disable languages that need other directories if these aren't available.
1f3f1bbf 6162 for i in $subdir_requires; do
3d3adb43 6163 test -f "$srcdir/gcc/$i/config-lang.in" && continue
64ce424c
PB
6164 case ,${enable_languages}, in
6165 *,${language},*)
6166 # Specifically requested language; tell them.
81ecdfbb 6167 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
64ce424c
PB
6168 ;;
6169 *)
6170 # Silently disable.
9b134994 6171 add_this_lang=unsupported
64ce424c
PB
6172 ;;
6173 esac
6174 done
6175
9b134994
PB
6176 # Disable Ada if no preexisting GNAT is available.
6177 case ,${enable_languages},:${language}:${have_gnat} in
6178 *,${language},*:ada:no)
6179 # Specifically requested language; tell them.
81ecdfbb 6180 as_fn_error "GNAT is required to build $language" "$LINENO" 5
9b134994
PB
6181 ;;
6182 *:ada:no)
6183 # Silently disable.
6184 add_this_lang=unsupported
6185 ;;
6186 esac
6187
59f7ec45
HPN
6188 # Disable a language that is unsupported by the target.
6189 case " $unsupported_languages " in
6190 *" $language "*)
9b134994 6191 add_this_lang=unsupported
59f7ec45
HPN
6192 ;;
6193 esac
6194
4b1cb4fe 6195 case $add_this_lang in
9b134994 6196 unsupported)
9e07f89d 6197 # Remove language-dependent dirs.
9e1a94f4
ILT
6198 disabled_target_libs="$disabled_target_libs $target_libs"
6199 noconfigdirs="$noconfigdirs $lang_dirs"
1d39f329 6200 ;;
9b134994
PB
6201 no)
6202 # Remove language-dependent dirs; still show language as supported.
9e1a94f4
ILT
6203 disabled_target_libs="$disabled_target_libs $target_libs"
6204 noconfigdirs="$noconfigdirs $lang_dirs"
9b134994
PB
6205 potential_languages="${potential_languages}${language},"
6206 ;;
6207 yes)
6208 new_enable_languages="${new_enable_languages}${language},"
6209 potential_languages="${potential_languages}${language},"
1d39f329 6210 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
9e1a94f4 6211 enabled_target_libs="$enabled_target_libs $target_libs"
f8dc745f
RW
6212 case "${boot_language}:,$enable_stage1_languages," in
6213 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
4fa63067 6214 # Add to (comma-separated) list of stage 1 languages.
f8dc745f
RW
6215 case ",$stage1_languages," in
6216 *,$language,* | ,yes, | ,all,) ;;
6217 *) stage1_languages="${stage1_languages}${language}," ;;
6218 esac
e8a5fa9c
RW
6219 # We need to bootstrap any supporting libraries.
6220 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1d39f329
NN
6221 ;;
6222 esac
6223 ;;
9e07f89d
NN
6224 esac
6225 ;;
6226 esac
6227 done
6228
9e1a94f4
ILT
6229 # Add target libraries which are only needed for disabled languages
6230 # to noconfigdirs.
6231 if test -n "$disabled_target_libs"; then
6232 for dir in $disabled_target_libs; do
6233 case " $enabled_target_libs " in
6234 *" ${dir} "*) ;;
6235 *) noconfigdirs="$noconfigdirs $dir" ;;
6236 esac
6237 done
6238 fi
6239
81ecdfbb
RW
6240 # Check whether --enable-stage1-languages was given.
6241if test "${enable_stage1_languages+set}" = set; then :
6242 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
9b134994
PB
6243 ,no,|,,)
6244 # Set it to something that will have no effect in the loop below
6245 enable_stage1_languages=c ;;
6246 ,yes,)
6247 enable_stage1_languages=`echo $new_enable_languages | \
6248 sed -e "s/^,//" -e "s/,$//" ` ;;
6249 *,all,*)
6250 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6251 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6252 esac
6253
6254 # Add "good" languages from enable_stage1_languages to stage1_languages,
6255 # while "bad" languages go in missing_languages. Leave no duplicates.
6256 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6257 case $potential_languages in
6258 *,$i,*)
6259 case $stage1_languages in
6260 *,$i,*) ;;
6261 *) stage1_languages="$stage1_languages$i," ;;
6262 esac ;;
6263 *)
6264 case $missing_languages in
6265 *,$i,*) ;;
6266 *) missing_languages="$missing_languages$i," ;;
6267 esac ;;
6268 esac
6269 done
81ecdfbb
RW
6270fi
6271
9b134994
PB
6272
6273 # Remove leading/trailing commas that were added for simplicity
6274 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4b0ac75d 6275 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9b134994
PB
6276 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6277 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6278
9e07f89d 6279 if test "x$missing_languages" != x; then
81ecdfbb 6280 as_fn_error "
27258dd4 6281The following requested languages could not be built: ${missing_languages}
81ecdfbb 6282Supported languages are: ${potential_languages}" "$LINENO" 5
9e07f89d 6283 fi
9e07f89d
NN
6284 if test "x$new_enable_languages" != "x$enable_languages"; then
6285 echo The following languages will be built: ${new_enable_languages}
9b134994 6286 enable_languages="$new_enable_languages"
9e07f89d 6287 fi
9b134994 6288
c6b750e1 6289
81ec575a 6290 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
9e07f89d
NN
6291fi
6292
a6df5a19
PB
6293# Handle --disable-<component> generically.
6294for dir in $configdirs $build_configdirs $target_configdirs ; do
6295 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
9cc8ae67
PB
6296 varname=`echo $dirname | sed -e s/+/_/g`
6297 if eval test x\${enable_${varname}} "=" xno ; then
a6df5a19
PB
6298 noconfigdirs="$noconfigdirs $dir"
6299 fi
6300done
6301
4f0ef2d8 6302# Check for Boehm's garbage collector
81ecdfbb
RW
6303# Check whether --enable-objc-gc was given.
6304if test "${enable_objc_gc+set}" = set; then :
6305 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4f0ef2d8 6306 *,objc,*:*:yes:*target-boehm-gc*)
81ecdfbb 6307 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
4f0ef2d8
CD
6308 ;;
6309esac
81ecdfbb
RW
6310fi
6311
4f0ef2d8
CD
6312
6313# Make sure we only build Boehm's garbage collector if required.
d42c4017
DA
6314case ,${enable_languages},:${enable_objc_gc} in
6315 *,objc,*:yes)
4f0ef2d8
CD
6316 # Keep target-boehm-gc if requested for Objective-C.
6317 ;;
4f0ef2d8 6318 *)
d42c4017
DA
6319 # Otherwise remove target-boehm-gc depending on target-libjava.
6320 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6321 noconfigdirs="$noconfigdirs target-boehm-gc"
6322 fi
4f0ef2d8
CD
6323 ;;
6324esac
6325
caeba88f
AL
6326# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6327# $build_configdirs and $target_configdirs.
9e07f89d
NN
6328# If we have the source for $noconfigdirs entries, add them to $notsupp.
6329
6330notsupp=""
6331for dir in . $skipdirs $noconfigdirs ; do
caeba88f 6332 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
9e07f89d
NN
6333 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6334 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6335 if test -r $srcdir/$dirname/configure ; then
6336 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6337 true
6338 else
6339 notsupp="$notsupp $dir"
6340 fi
6341 fi
6342 fi
caeba88f
AL
6343 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6344 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6345 if test -r $srcdir/$dirname/configure ; then
6346 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6347 true
6348 else
6349 notsupp="$notsupp $dir"
6350 fi
6351 fi
6352 fi
9e07f89d
NN
6353 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6354 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6355 if test -r $srcdir/$dirname/configure ; then
6356 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6357 true
6358 else
6359 notsupp="$notsupp $dir"
6360 fi
6361 fi
6362 fi
6363done
6364
6365# Sometimes the tools are distributed with libiberty but with no other
6366# libraries. In that case, we don't want to build target-libiberty.
f86e35b8 6367# Don't let libgcc imply libiberty either.
9e07f89d 6368if test -n "${target_configdirs}" ; then
f86e35b8 6369 libgcc=
9e07f89d
NN
6370 others=
6371 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
f86e35b8
NC
6372 if test "$i" = "libgcc"; then
6373 libgcc=target-libgcc
6374 elif test "$i" != "libiberty" ; then
9e07f89d
NN
6375 if test -r $srcdir/$i/configure ; then
6376 others=yes;
6377 break;
6378 fi
6379 fi
6380 done
6381 if test -z "${others}" ; then
f86e35b8 6382 target_configdirs=$libgcc
9e07f89d
NN
6383 fi
6384fi
6385
6386# Quietly strip out all directories which aren't configurable in this tree.
6387# This relies on all configurable subdirectories being autoconfiscated, which
6388# is now the case.
6a9cf61e
PB
6389build_configdirs_all="$build_configdirs"
6390build_configdirs=
6391for i in ${build_configdirs_all} ; do
c6b750e1 6392 j=`echo $i | sed -e s/build-//g`
6a9cf61e
PB
6393 if test -f ${srcdir}/$j/configure ; then
6394 build_configdirs="${build_configdirs} $i"
6395 fi
6396done
6397
9e07f89d
NN
6398configdirs_all="$configdirs"
6399configdirs=
6400for i in ${configdirs_all} ; do
6401 if test -f ${srcdir}/$i/configure ; then
6402 configdirs="${configdirs} $i"
6403 fi
6404done
6a9cf61e 6405
9e07f89d
NN
6406target_configdirs_all="$target_configdirs"
6407target_configdirs=
6408for i in ${target_configdirs_all} ; do
c6b750e1 6409 j=`echo $i | sed -e s/target-//g`
9e07f89d
NN
6410 if test -f ${srcdir}/$j/configure ; then
6411 target_configdirs="${target_configdirs} $i"
6412 fi
6413done
6414
6415# Produce a warning message for the subdirs we can't configure.
6416# This isn't especially interesting in the Cygnus tree, but in the individual
6417# FSF releases, it's important to let people know when their machine isn't
6418# supported by the one or two programs in a package.
6419
6420if test -n "${notsupp}" && test -z "${norecursion}" ; then
6421 # If $appdirs is non-empty, at least one of those directories must still
6422 # be configured, or we error out. (E.g., if the gas release supports a
6423 # specified target in some subdirs but not the gas subdir, we shouldn't
6424 # pretend that all is well.)
6425 if test -n "$appdirs" ; then
6426 for dir in $appdirs ; do
6427 if test -r $dir/Makefile.in ; then
6428 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6429 appdirs=""
6430 break
6431 fi
6a9cf61e 6432 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
9e07f89d
NN
6433 appdirs=""
6434 break
6435 fi
6436 fi
6437 done
6438 if test -n "$appdirs" ; then
6439 echo "*** This configuration is not supported by this package." 1>&2
6440 exit 1
6441 fi
6442 fi
6443 # Okay, some application will build, or we don't care to check. Still
6444 # notify of subdirs not getting built.
6445 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6446 echo " ${notsupp}" 1>&2
6447 echo " (Any other directories should still work fine.)" 1>&2
6448fi
6449
6450case "$host" in
6451 *msdosdjgpp*)
6452 enable_gdbtk=no ;;
6453esac
6454
18f6b6ee
PB
6455# To find our prefix, in gcc_cv_tool_prefix.
6456
6457# The user is always right.
6458if test "${PATH_SEPARATOR+set}" != set; then
6459 echo "#! /bin/sh" >conf$$.sh
6460 echo "exit 0" >>conf$$.sh
6461 chmod +x conf$$.sh
6462 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6463 PATH_SEPARATOR=';'
6464 else
6465 PATH_SEPARATOR=:
6466 fi
6467 rm -f conf$$.sh
6468fi
6469
6470
6471
6472if test "x$exec_prefix" = xNONE; then
6473 if test "x$prefix" = xNONE; then
6474 gcc_cv_tool_prefix=$ac_default_prefix
6475 else
6476 gcc_cv_tool_prefix=$prefix
6477 fi
6478else
6479 gcc_cv_tool_prefix=$exec_prefix
6480fi
6481
6482# If there is no compiler in the tree, use the PATH only. In any
6483# case, if there is no compiler in the tree nobody should use
6484# AS_FOR_TARGET and LD_FOR_TARGET.
6485if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6486 gcc_version=`cat $srcdir/gcc/BASE-VER`
6487 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6488 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6489 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6490 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6491 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6492 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6493else
6494 gcc_cv_tool_dirs=
6495fi
6496
6497if test x$build = x$target && test -n "$md_exec_prefix"; then
6498 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6499fi
6500
6501
6502
9e07f89d
NN
6503copy_dirs=
6504
c6b750e1 6505
81ecdfbb
RW
6506# Check whether --with-build-sysroot was given.
6507if test "${with_build_sysroot+set}" = set; then :
6508 withval=$with_build_sysroot; if test x"$withval" != x ; then
a19b6204
MM
6509 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6510 fi
6511else
6512 SYSROOT_CFLAGS_FOR_TARGET=
81ecdfbb 6513fi
a19b6204
MM
6514
6515
8a6ee3ab 6516
81ecdfbb
RW
6517
6518# Check whether --with-debug-prefix-map was given.
6519if test "${with_debug_prefix_map+set}" = set; then :
6520 withval=$with_debug_prefix_map; if test x"$withval" != x; then
8a6ee3ab
JM
6521 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6522 for debug_map in $withval; do
6523 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6524 done
6525 fi
6526else
6527 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
81ecdfbb
RW
6528fi
6529
8a6ee3ab
JM
6530
6531
7f6ef0c0
PB
6532# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6533# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6534# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6535# We want to ensure that TARGET libraries (which we know are built with
6536# gcc) are built with "-O2 -g", so include those options when setting
6537# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6538if test "x$CFLAGS_FOR_TARGET" = x; then
6539 CFLAGS_FOR_TARGET=$CFLAGS
6540 case " $CFLAGS " in
6541 *" -O2 "*) ;;
6542 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6543 esac
6544 case " $CFLAGS " in
6545 *" -g "* | *" -g3 "*) ;;
6546 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6547 esac
6548fi
6549
6550
6551if test "x$CXXFLAGS_FOR_TARGET" = x; then
6552 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6553 case " $CXXFLAGS " in
6554 *" -O2 "*) ;;
6555 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6556 esac
6557 case " $CXXFLAGS " in
6558 *" -g "* | *" -g3 "*) ;;
6559 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6560 esac
6561fi
6562
6563
9e07f89d
NN
6564# Handle --with-headers=XXX. If the value is not "yes", the contents of
6565# the named directory are copied to $(tooldir)/sys-include.
6566if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6567 if test x${is_cross_compiler} = xno ; then
6568 echo 1>&2 '***' --with-headers is only supported when cross compiling
6569 exit 1
6570 fi
6571 if test x"${with_headers}" != xyes ; then
18f6b6ee 6572 x=${gcc_cv_tool_prefix}
c6b750e1 6573 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9e07f89d
NN
6574 fi
6575fi
6576
6577# Handle --with-libs=XXX. If the value is not "yes", the contents of
6578# the name directories are copied to $(tooldir)/lib. Multiple directories
6579# are permitted.
6580if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6581 if test x${is_cross_compiler} = xno ; then
6582 echo 1>&2 '***' --with-libs is only supported when cross compiling
6583 exit 1
6584 fi
6585 if test x"${with_libs}" != xyes ; then
6586 # Copy the libraries in reverse order, so that files in the first named
6587 # library override files in subsequent libraries.
18f6b6ee 6588 x=${gcc_cv_tool_prefix}
9e07f89d 6589 for l in ${with_libs}; do
c6b750e1 6590 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9e07f89d
NN
6591 done
6592 fi
6593fi
6594
700d40ca 6595# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
2429c060
PB
6596#
6597# This is done by determining whether or not the appropriate directory
6598# is available, and by checking whether or not specific configurations
6599# have requested that this magic not happen.
c6b750e1
DJ
6600#
6601# The command line options always override the explicit settings in
2429c060
PB
6602# configure.in, and the settings in configure.in override this magic.
6603#
c6b750e1 6604# If the default for a toolchain is to use GNU as and ld, and you don't
2429c060 6605# want to do that, then you should use the --without-gnu-as and
700d40ca
ILT
6606# --without-gnu-ld options for the configure script. Similarly, if
6607# the default is to use the included zlib and you don't want to do that,
6608# you should use the --with-system-zlib option for the configure script.
2429c060
PB
6609
6610if test x${use_gnu_as} = x &&
6611 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6612 with_gnu_as=yes
6613 extra_host_args="$extra_host_args --with-gnu-as"
6614fi
6615
6616if test x${use_gnu_ld} = x &&
93f9b408 6617 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2429c060
PB
6618 with_gnu_ld=yes
6619 extra_host_args="$extra_host_args --with-gnu-ld"
6620fi
6621
700d40ca
ILT
6622if test x${use_included_zlib} = x &&
6623 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6624 :
6625else
6626 with_system_zlib=yes
6627 extra_host_args="$extra_host_args --with-system-zlib"
6628fi
6629
2429c060
PB
6630# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6631# can detect this case.
6632
6633if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6634 with_newlib=yes
6635 extra_host_args="$extra_host_args --with-newlib"
6636fi
6637
9e07f89d
NN
6638# Handle ${copy_dirs}
6639set fnord ${copy_dirs}
6640shift
6641while test $# != 0 ; do
6642 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6643 :
6644 else
6645 echo Copying $1 to $2
6646
6647 # Use the install script to create the directory and all required
6648 # parent directories.
6649 if test -d $2 ; then
6650 :
6651 else
6652 echo >config.temp
6653 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6654 fi
6655
6656 # Copy the directory, assuming we have tar.
6657 # FIXME: Should we use B in the second tar? Not all systems support it.
6658 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6659
6660 # It is the responsibility of the user to correctly adjust all
6661 # symlinks. If somebody can figure out how to handle them correctly
6662 # here, feel free to add the code.
6663
6664 echo $1 > $2/COPIED
6665 fi
6666 shift; shift
6667done
6668
2429c060
PB
6669# Determine a target-dependent exec_prefix that the installed
6670# gcc will search in. Keep this list sorted by triplet, with
6671# the *-*-osname triplets last.
6672md_exec_prefix=
6673case "${target}" in
6674 alpha*-*-*vms*)
6675 md_exec_prefix=/gnu/lib/gcc-lib
6676 ;;
521ec477 6677 i[34567]86-pc-msdosdjgpp*)
2429c060
PB
6678 md_exec_prefix=/dev/env/DJDIR/bin
6679 ;;
521ec477 6680 i[34567]86-*-sco3.2v5*)
2429c060
PB
6681 if test $with_gnu_as = yes; then
6682 md_exec_prefix=/usr/gnu/bin
6683 else
6684 md_exec_prefix=/usr/ccs/bin/elf
6685 fi
6686 ;;
6687
6688 mn10300-*-* | \
6689 powerpc-*-chorusos* | \
6690 powerpc*-*-eabi* | \
6691 powerpc*-*-sysv* | \
6692 powerpc*-*-kaos* | \
6693 s390x-ibm-tpf*)
6694 md_exec_prefix=/usr/ccs/bin
6695 ;;
6696 sparc64-*-elf*)
6697 ;;
6698 v850*-*-*)
6699 md_exec_prefix=/usr/ccs/bin
6700 ;;
8b66833e 6701 xtensa*-*-elf*)
2429c060
PB
6702 ;;
6703
6704 *-*-beos* | \
6705 *-*-elf* | \
6706 *-*-hpux* | \
6707 *-*-netware* | \
6708 *-*-nto-qnx* | \
6709 *-*-rtems* | \
6710 *-*-solaris2* | \
521ec477 6711 *-*-sysv[45]* | \
2429c060
PB
6712 *-*-vxworks* | \
6713 *-wrs-windiss)
6714 md_exec_prefix=/usr/ccs/bin
6715 ;;
6716esac
6717
a0da8069
NN
6718extra_arflags_for_target=
6719extra_nmflags_for_target=
6720extra_ranlibflags_for_target=
6721target_makefile_frag=/dev/null
6722case "${target}" in
77d7106f
AM
6723 spu-*-*)
6724 target_makefile_frag="config/mt-spu"
6725 ;;
429acdec
RS
6726 mips*-sde-elf*)
6727 target_makefile_frag="config/mt-sde"
6728 ;;
f3b1e08e
RS
6729 mipsisa*-*-elfoabi*)
6730 target_makefile_frag="config/mt-mips-elfoabi"
6731 ;;
e7c8859c
RS
6732 mips*-*-*linux* | mips*-*-gnu*)
6733 target_makefile_frag="config/mt-mips-gnu"
6734 ;;
29383458 6735 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 6736 target_makefile_frag="config/mt-gnu"
a0da8069
NN
6737 ;;
6738 *-*-aix4.[3456789]* | *-*-aix[56789].*)
c6b750e1 6739 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
a0da8069
NN
6740 # commands to handle both 32-bit and 64-bit objects. These flags are
6741 # harmless if we're using GNU nm or ar.
6742 extra_arflags_for_target=" -X32_64"
6743 extra_nmflags_for_target=" -B -X32_64"
6744 ;;
92f4e989
JM
6745 *-*-darwin[3-9]*)
6746 # ranlib before Darwin10 requires the -c flag to look at common symbols.
a0da8069
NN
6747 extra_ranlibflags_for_target=" -c"
6748 ;;
a0da8069
NN
6749esac
6750
6751alphaieee_frag=/dev/null
6752case $target in
6753 alpha*-*-*)
6754 # This just makes sure to use the -mieee option to build target libs.
6755 # This should probably be set individually by each library.
6756 alphaieee_frag="config/mt-alphaieee"
6757 ;;
6758esac
6759
6760# If --enable-target-optspace always use -Os instead of -O2 to build
6761# the target libraries, similarly if it is not specified, use -Os
6762# on selected platforms.
6763ospace_frag=/dev/null
6764case "${enable_target_optspace}:${target}" in
6765 yes:*)
6766 ospace_frag="config/mt-ospace"
6767 ;;
6768 :d30v-*)
6769 ospace_frag="config/mt-d30v"
6770 ;;
6771 :m32r-* | :d10v-* | :fr30-*)
6772 ospace_frag="config/mt-ospace"
6773 ;;
6774 no:* | :*)
6775 ;;
6776 *)
6777 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6778 ;;
6779esac
6780
a0da8069
NN
6781# Default to using --with-stabs for certain targets.
6782if test x${with_stabs} = x ; then
6783 case "${target}" in
e31d1ea3 6784 mips*-*-irix[56]*)
a0da8069
NN
6785 ;;
6786 mips*-*-* | alpha*-*-osf*)
6787 with_stabs=yes;
6788 extra_host_args="${extra_host_args} --with-stabs"
6789 ;;
6790 esac
6791fi
6792
6793# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6794# them automatically.
6795case "${host}" in
c6b750e1 6796 hppa*64*-*-hpux11*)
a0da8069
NN
6797 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6798 ;;
6799esac
6800
a0da8069
NN
6801# Some systems (e.g., one of the i386-aix systems the gas testers are
6802# using) don't handle "\$" correctly, so don't use it here.
c6b750e1 6803tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
6804build_tooldir=${tooldir}
6805
a0da8069
NN
6806# Create a .gdbinit file which runs the one in srcdir
6807# and tells GDB to look there for source files.
6808
6809if test -r ${srcdir}/.gdbinit ; then
6810 case ${srcdir} in
6811 .) ;;
6812 *) cat > ./.gdbinit <<EOF
6813# ${NO_EDIT}
6814dir ${srcdir}
6815dir .
6816source ${srcdir}/.gdbinit
6817EOF
6818 ;;
6819 esac
6820fi
6821
a0da8069
NN
6822# Make sure that the compiler is able to generate an executable. If it
6823# can't, we are probably in trouble. We don't care whether we can run the
6824# executable--we might be using a cross compiler--we only care whether it
6825# can be created. At this point the main configure script has set CC.
6826we_are_ok=no
6827echo "int main () { return 0; }" > conftest.c
6828${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6829if test $? = 0 ; then
6830 if test -s conftest || test -s conftest.exe ; then
6831 we_are_ok=yes
6832 fi
c6b750e1 6833fi
a0da8069
NN
6834case $we_are_ok in
6835 no)
6836 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6837 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6838 rm -f conftest*
6839 exit 1
6840 ;;
6841esac
6842rm -f conftest*
6843
6844# The Solaris /usr/ucb/cc compiler does not appear to work.
6845case "${host}" in
6846 sparc-sun-solaris2*)
6847 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
6848 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6849 could_use=
6850 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
6851 if test -d /opt/cygnus/bin ; then
6852 if test "$could_use" = "" ; then
6853 could_use="/opt/cygnus/bin"
6854 else
6855 could_use="$could_use or /opt/cygnus/bin"
6856 fi
6857 fi
6858 if test "$could_use" = "" ; then
6859 echo "Warning: compilation may fail because you're using"
6860 echo "/usr/ucb/cc. You should change your PATH or CC "
6861 echo "variable and rerun configure."
6862 else
6863 echo "Warning: compilation may fail because you're using"
6864 echo "/usr/ucb/cc, when you should use the C compiler from"
6865 echo "$could_use. You should change your"
6866 echo "PATH or CC variable and rerun configure."
6867 fi
6868 fi
6869 ;;
6870esac
6871
3bbd2f8f 6872# Decide which environment variable is used to find dynamic libraries.
a0da8069
NN
6873case "${host}" in
6874 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
3516a403 6875 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 6876 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
a0da8069
NN
6877 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6878esac
6879
3bbd2f8f 6880# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
6881# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6882# built executables to PATH.
3bbd2f8f
AL
6883if test "$RPATH_ENVVAR" = PATH; then
6884 GCC_SHLIB_SUBDIR=/shlib
6885else
6886 GCC_SHLIB_SUBDIR=
6887fi
6888
a0da8069
NN
6889# Record target_configdirs and the configure arguments for target and
6890# build configuration in Makefile.
6891target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6a9cf61e 6892build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
a0da8069 6893
2aa2364a
JR
6894# If we are building libgomp, bootstrap it.
6895if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6896 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6897fi
6898
a0da8069
NN
6899# Determine whether gdb needs tk/tcl or not.
6900# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6901# and in that case we want gdb to be built without tk. Ugh!
6902# In fact I believe gdb is the *only* package directly dependent on tk,
6903# so we should be able to put the 'maybe's in unconditionally and
6904# leave out the maybe dependencies when enable_gdbtk is false. I'm not
6905# 100% sure that that's safe though.
c180f501 6906
675c6968 6907gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
a0da8069
NN
6908case "$enable_gdbtk" in
6909 no)
6910 GDB_TK="" ;;
c180f501
AC
6911 yes)
6912 GDB_TK="${gdb_tk}" ;;
a0da8069 6913 *)
c180f501
AC
6914 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6915 # distro. Eventually someone will fix this and move Insight, nee
6916 # gdbtk to a separate directory.
6917 if test -d ${srcdir}/gdb/gdbtk ; then
6918 GDB_TK="${gdb_tk}"
6919 else
6920 GDB_TK=""
6921 fi
6922 ;;
a0da8069 6923esac
907be67c
DJ
6924CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6925INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
a0da8069 6926
6bd3dfaa 6927# Strip out unwanted targets.
dd12c3a8
NN
6928
6929# While at that, we remove Makefiles if we were started for recursive
6930# configuration, so that the top-level Makefile reconfigures them,
6931# like we used to do when configure itself was recursive.
dd12c3a8 6932
06a51eac
RW
6933# Loop over modules. We used to use the "$extrasub" feature from Autoconf
6934# but now we're fixing up the Makefile ourselves with the additional
6935# commands passed to AC_CONFIG_FILES. Use separate variables
6936# extrasub-{build,host,target} not because there is any reason to split
6937# the substitutions up that way, but only to remain below the limit of
6938# 99 commands in a script, for HP-UX sed.
6939# Do not nest @if/@endif pairs, because configure will not warn you at all.
dd12c3a8 6940
81ecdfbb
RW
6941# Check whether --enable-bootstrap was given.
6942if test "${enable_bootstrap+set}" = set; then :
6943 enableval=$enable_bootstrap;
319cab08 6944else
9cb3fa6f 6945 enable_bootstrap=default
81ecdfbb
RW
6946fi
6947
319cab08 6948
9cb3fa6f
PB
6949# Issue errors and warnings for invalid/strange bootstrap combinations.
6950case "$configdirs" in
6951 *gcc*) have_compiler=yes ;;
6952 *) have_compiler=no ;;
6953esac
6954
6955case "$have_compiler:$host:$target:$enable_bootstrap" in
6956 *:*:*:no) ;;
6957
0aed8855 6958 # Default behavior. Enable bootstrap if we have a compiler
9cb3fa6f
PB
6959 # and we are in a native configuration.
6960 yes:$build:$build:default)
0aed8855 6961 enable_bootstrap=yes ;;
9cb3fa6f
PB
6962
6963 *:*:*:default)
6964 enable_bootstrap=no ;;
6965
6966 # We have a compiler and we are in a native configuration, bootstrap is ok
80911fe1 6967 yes:$build:$build:yes)
9cb3fa6f
PB
6968 ;;
6969
6970 # Other configurations, but we have a compiler. Assume the user knows
6971 # what he's doing.
80911fe1 6972 yes:*:*:yes)
81ecdfbb
RW
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
6974$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
9cb3fa6f
PB
6975 ;;
6976
6977 # No compiler: if they passed --enable-bootstrap explicitly, fail
80911fe1 6978 no:*:*:yes)
81ecdfbb 6979 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
9cb3fa6f
PB
6980
6981 # Fail if wrong command line
6982 *)
81ecdfbb 6983 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
9cb3fa6f
PB
6984 ;;
6985esac
6986
4385ad3c
RW
6987case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
6988 *,c++,*:yes:yes) ;;
6989 *:yes:yes)
6990 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
6991 ;;
6992esac
6993
16b1ad29
RW
6994case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
6995 yes:yes:*\ gold\ *:*,c++,*) ;;
6996 yes:yes:*\ gold\ *:*)
6997 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
6998 ;;
6999esac
7000
9cb3fa6f 7001# Adjust the toplevel makefile according to whether bootstrap was selected.
96655cc4 7002case $enable_bootstrap in
319cab08 7003 yes)
96655cc4
AO
7004 bootstrap_suffix=bootstrap
7005 BUILD_CONFIG=bootstrap-debug
7006 ;;
319cab08 7007 no)
96655cc4
AO
7008 bootstrap_suffix=no-bootstrap
7009 BUILD_CONFIG=
7010 ;;
319cab08
PB
7011esac
7012
96655cc4
AO
7013{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7014$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7015
7016
7017# Check whether --with-build-config was given.
7018if test "${with_build_config+set}" = set; then :
7019 withval=$with_build_config; case $with_build_config in
7020 yes) with_build_config= ;;
7021 no) with_build_config= BUILD_CONFIG= ;;
7022 esac
7023fi
7024
7025
7026if test "x${with_build_config}" != x; then
7027 BUILD_CONFIG=$with_build_config
7028else
7029 case $BUILD_CONFIG in
7030 bootstrap-debug)
7031 if echo "int f (void) { return 0; }" > conftest.c &&
7032 ${CC} -c conftest.c &&
7033 mv conftest.o conftest.o.g0 &&
7034 ${CC} -c -g conftest.c &&
7035 mv conftest.o conftest.o.g &&
a009f2e7 7036 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
96655cc4
AO
7037 :
7038 else
7039 BUILD_CONFIG=
7040 fi
7041 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7042 ;;
7043 esac
7044fi
7045{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7046$as_echo "$BUILD_CONFIG" >&6; }
7047
7048
06a51eac 7049extrasub_build=
6a9cf61e 7050for module in ${build_configdirs} ; do
498d4a71
CF
7051 if test -z "${no_recursion}" \
7052 && test -f ${build_subdir}/${module}/Makefile; then
7053 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7054 rm -f ${build_subdir}/${module}/Makefile
7055 fi
06a51eac 7056 extrasub_build="$extrasub_build
498d4a71
CF
7057/^@if build-$module\$/d
7058/^@endif build-$module\$/d
7059/^@if build-$module-$bootstrap_suffix\$/d
7060/^@endif build-$module-$bootstrap_suffix\$/d"
7061done
06a51eac 7062extrasub_host=
498d4a71 7063for module in ${configdirs} ; do
80911fe1 7064 if test -z "${no_recursion}"; then
8cf39b1b 7065 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
7066 if test -f ${file}; then
7067 echo 1>&2 "*** removing ${file} to force reconfigure"
7068 rm -f ${file}
7069 fi
7070 done
498d4a71 7071 fi
06a51eac 7072 extrasub_host="$extrasub_host
498d4a71
CF
7073/^@if $module\$/d
7074/^@endif $module\$/d
7075/^@if $module-$bootstrap_suffix\$/d
7076/^@endif $module-$bootstrap_suffix\$/d"
7077done
06a51eac 7078extrasub_target=
498d4a71
CF
7079for module in ${target_configdirs} ; do
7080 if test -z "${no_recursion}" \
7081 && test -f ${target_subdir}/${module}/Makefile; then
7082 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7083 rm -f ${target_subdir}/${module}/Makefile
7084 fi
e8a5fa9c
RW
7085
7086 # We only bootstrap target libraries listed in bootstrap_target_libs.
7087 case $bootstrap_target_libs in
7088 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7089 *) target_bootstrap_suffix=no-bootstrap ;;
7090 esac
7091
06a51eac 7092 extrasub_target="$extrasub_target
498d4a71
CF
7093/^@if target-$module\$/d
7094/^@endif target-$module\$/d
e8a5fa9c
RW
7095/^@if target-$module-$target_bootstrap_suffix\$/d
7096/^@endif target-$module-$target_bootstrap_suffix\$/d"
498d4a71
CF
7097done
7098
06a51eac
RW
7099# Do the final fixup along with target modules.
7100extrasub_target="$extrasub_target
6bd3dfaa 7101/^@if /,/^@endif /d"
a0da8069
NN
7102
7103# Create the serialization dependencies. This uses a temporary file.
7104
81ecdfbb
RW
7105# Check whether --enable-serial-configure was given.
7106if test "${enable_serial_configure+set}" = set; then :
7107 enableval=$enable_serial_configure;
7108fi
e6bfb94a
AO
7109
7110
1047cb91
DD
7111case ${enable_serial_configure} in
7112 yes)
7113 enable_serial_build_configure=yes
7114 enable_serial_host_configure=yes
7115 enable_serial_target_configure=yes
7116 ;;
7117esac
7118
a0da8069
NN
7119# These force 'configure's to be done one at a time, to avoid problems
7120# with contention over a shared config.cache.
7121rm -f serdep.tmp
e6bfb94a 7122echo '# serdep.tmp' > serdep.tmp
a0da8069 7123olditem=
1047cb91 7124test "x${enable_serial_build_configure}" = xyes &&
a0da8069
NN
7125for item in ${build_configdirs} ; do
7126 case ${olditem} in
7127 "") ;;
e6bfb94a 7128 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7129 esac
7130 olditem=${item}
7131done
7132olditem=
1047cb91 7133test "x${enable_serial_host_configure}" = xyes &&
a0da8069
NN
7134for item in ${configdirs} ; do
7135 case ${olditem} in
7136 "") ;;
e6bfb94a 7137 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7138 esac
7139 olditem=${item}
7140done
7141olditem=
1047cb91 7142test "x${enable_serial_target_configure}" = xyes &&
a0da8069
NN
7143for item in ${target_configdirs} ; do
7144 case ${olditem} in
7145 "") ;;
e6bfb94a 7146 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7147 esac
7148 olditem=${item}
7149done
7150serialization_dependencies=serdep.tmp
7151
7152
e6bfb94a 7153# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1 7154# target, nonopt, and variable assignments. These are the ones we
30167e0a
NC
7155# might not want to pass down to subconfigures. The exception being
7156# --cache-file=/dev/null, which is used to turn off the use of cache
7157# files altogether, and which should be passed on to subconfigures.
7158# Also strip program-prefix, program-suffix, and program-transform-name,
7159# so that we can pass down a consistent program-transform-name.
c6b750e1 7160baseargs=
65b4571a 7161tbaseargs=
c6b750e1
DJ
7162keep_next=no
7163skip_next=no
7164eval "set -- $ac_configure_args"
18f6b6ee
PB
7165for ac_arg
7166do
c6b750e1
DJ
7167 if test X"$skip_next" = X"yes"; then
7168 skip_next=no
7169 continue
7170 fi
7171 if test X"$keep_next" = X"yes"; then
7172 case $ac_arg in
7173 *\'*)
7174 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7175 esac
7176 baseargs="$baseargs '$ac_arg'"
65b4571a 7177 tbaseargs="$tbaseargs '$ac_arg'"
c6b750e1
DJ
7178 keep_next=no
7179 continue
7180 fi
7181
7182 # Handle separated arguments. Based on the logic generated by
7183 # autoconf 2.59.
7184 case $ac_arg in
7185 *=* | --config-cache | -C | -disable-* | --disable-* \
7186 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7187 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7188 | -with-* | --with-* | -without-* | --without-* | --x)
7189 separate_arg=no
7190 ;;
7191 -*)
7192 separate_arg=yes
7193 ;;
7194 *)
7195 separate_arg=no
7196 ;;
7197 esac
7198
65b4571a
AO
7199 skip_targ=no
7200 case $ac_arg in
7201
7202 --with-* | --without-*)
7203 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7204
7205 case $libopt in
7206 *[-_]include)
7207 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7208 ;;
7209 *[-_]lib)
7210 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7211 ;;
7212 *)
7213 lib=$libopt
7214 ;;
7215 esac
7216
7217
7218 case $lib in
7219 mpc | mpfr | gmp | ppl | cloog)
7220 # If we're processing --with-$lib, --with-$lib-include or
7221 # --with-$lib-lib, for one of the libs above, and target is
7222 # different from host, don't pass the current argument to any
7223 # target library's configure.
7224 if test x$is_cross_compiler = xyes; then
7225 skip_targ=yes
7226 fi
7227 ;;
7228 esac
7229 ;;
7230 esac
7231
c6b750e1 7232 case "$ac_arg" in
30167e0a
NC
7233 --cache-file=/dev/null | \
7234 -cache-file=/dev/null )
7235 # Handled here to avoid the test to skip args below.
7236 baseargs="$baseargs '$ac_arg'"
65b4571a 7237 tbaseargs="$tbaseargs '$ac_arg'"
30167e0a
NC
7238 # Assert: $separate_arg should always be no.
7239 keep_next=$separate_arg
7240 ;;
c6b750e1
DJ
7241 --no*)
7242 continue
7243 ;;
7244 --c* | \
7245 --sr* | \
7246 --ho* | \
7247 --bu* | \
7248 --t* | \
7249 --program-* | \
7250 -cache_file* | \
7251 -srcdir* | \
7252 -host* | \
7253 -build* | \
7254 -target* | \
7255 -program-prefix* | \
7256 -program-suffix* | \
7257 -program-transform-name* )
7258 skip_next=$separate_arg
7259 continue
7260 ;;
7261 -*)
7262 # An option. Add it.
7263 case $ac_arg in
7264 *\'*)
7265 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7266 esac
7267 baseargs="$baseargs '$ac_arg'"
65b4571a
AO
7268 if test X"$skip_targ" = Xno; then
7269 tbaseargs="$tbaseargs '$ac_arg'"
7270 fi
c6b750e1
DJ
7271 keep_next=$separate_arg
7272 ;;
7273 *)
7274 # Either a variable assignment, or a nonopt (triplet). Don't
7275 # pass it down; let the Makefile handle this.
7276 continue
7277 ;;
7278 esac
7279done
7280# Remove the initial space we just introduced and, as these will be
7281# expanded by make, quote '$'.
7282baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
a0da8069 7283
f27d4f92
DJ
7284# Add in --program-transform-name, after --program-prefix and
7285# --program-suffix have been applied to it. Autoconf has already
7286# doubled dollar signs and backslashes in program_transform_name; we want
7287# the backslashes un-doubled, and then the entire thing wrapped in single
c6b750e1 7288# quotes, because this will be expanded first by make and then by the shell.
f27d4f92
DJ
7289# Also, because we want to override the logic in subdir configure scripts to
7290# choose program_transform_name, replace any s,x,x, with s,y,y,.
7291sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7292${program_transform_name}
7293EOF_SED
7294gcc_transform_name=`cat conftestsed.out`
7295rm -f conftestsed.out
7296baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
65b4571a 7297tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
7298if test "$silent" = yes; then
7299 baseargs="$baseargs --silent"
65b4571a 7300 tbaseargs="$tbaseargs --silent"
2444379b 7301fi
34a0f3cf 7302baseargs="$baseargs --disable-option-checking"
65b4571a 7303tbaseargs="$tbaseargs --disable-option-checking"
f27d4f92 7304
4074d5f2
RW
7305# Record and document user additions to sub configure arguments.
7306
7307
7308
7309
a0da8069
NN
7310# For the build-side libraries, we just need to pretend we're native,
7311# and not use the same cache file. Multilibs are neither needed nor
7312# desired.
4074d5f2 7313build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
a0da8069
NN
7314
7315# For host modules, accept cache file option, or specification as blank.
7316case "${cache_file}" in
7317"") # empty
7318 cache_file_option="" ;;
7319/* | [A-Za-z]:[\\/]* ) # absolute path
7320 cache_file_option="--cache-file=${cache_file}" ;;
7321*) # relative path
7322 cache_file_option="--cache-file=../${cache_file}" ;;
7323esac
7324
82252c06
NN
7325# Host dirs don't like to share a cache file either, horribly enough.
7326# This seems to be due to autoconf 2.5x stupidity.
4074d5f2 7327host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
a0da8069 7328
65b4571a 7329target_configargs="$target_configargs ${tbaseargs}"
a0da8069
NN
7330
7331# Passing a --with-cross-host argument lets the target libraries know
7332# whether they are being built with a cross-compiler or being built
7333# native. However, it would be better to use other mechanisms to make the
7334# sorts of decisions they want to make on this basis. Please consider
7335# this option to be deprecated. FIXME.
7336if test x${is_cross_compiler} = xyes ; then
c6b750e1 7337 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
a0da8069
NN
7338fi
7339
938d2b74
RW
7340# Default to --enable-multilib.
7341if test x${enable_multilib} = x ; then
a0da8069 7342 target_configargs="--enable-multilib ${target_configargs}"
938d2b74 7343fi
a0da8069
NN
7344
7345# Pass --with-newlib if appropriate. Note that target_configdirs has
7346# changed from the earlier setting of with_newlib.
7347if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7348 target_configargs="--with-newlib ${target_configargs}"
7349fi
7350
95036d20
NN
7351# Different target subdirs use different values of certain variables
7352# (notably CXX). Worse, multilibs use *lots* of different values.
7353# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7354# it doesn't automatically accept command-line overrides of them.
7355# This means it's not safe for target subdirs to share a cache file,
7356# which is disgusting, but there you have it. Hopefully this can be
7357# fixed in future. It's still worthwhile to use a cache file for each
7358# directory. I think.
7359
ae380b45
MS
7360# Pass the appropriate --build, --host, --target and --cache-file arguments.
7361# We need to pass --target, as newer autoconf's requires consistency
7362# for target_alias and gcc doesn't manage it consistently.
4b900473 7363target_configargs="--cache-file=./config.cache ${target_configargs}"
a0da8069 7364
a0da8069
NN
7365FLAGS_FOR_TARGET=
7366case " $target_configdirs " in
7367 *" newlib "*)
7368 case " $target_configargs " in
7369 *" --with-newlib "*)
7370 case "$target" in
1f53ca9a
AO
7371 *-cygwin*)
7372 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'
7373 ;;
a0da8069
NN
7374 esac
7375
7376 # If we're not building GCC, don't discard standard headers.
7377 if test -d ${srcdir}/gcc; then
7378 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7379
7380 if test "${build}" != "${host}"; then
7381 # On Canadian crosses, CC_FOR_TARGET will have already been set
7382 # by `configure', so we won't have an opportunity to add -Bgcc/
7383 # to it. This is right: we don't want to search that directory
7384 # for binaries, but we want the header files in there, so add
7385 # them explicitly.
e552509b 7386 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
a0da8069
NN
7387
7388 # Someone might think of using the pre-installed headers on
7389 # Canadian crosses, in case the installed compiler is not fully
7390 # compatible with the compiler being built. In this case, it
7391 # would be better to flag an error than risking having
7392 # incompatible object files being constructed. We can't
7393 # guarantee that an error will be flagged, but let's hope the
7394 # compiler will do it, when presented with incompatible header
7395 # files.
7396 fi
7397 fi
7398
7399 case "${target}-${is_cross_compiler}" in
ec11bdc6 7400 i[3456789]86-*-linux*-no)
a0da8069
NN
7401 # Here host == target, so we don't need to build gcc,
7402 # so we don't want to discard standard headers.
7403 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7404 ;;
7405 *)
7406 # If we're building newlib, use its generic headers last, but search
7407 # for any libc-related directories first (so make it the last -B
7408 # switch).
7409 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
7410
7411 # If we're building libgloss, find the startup file, simulator library
7412 # and linker script.
7413 case " $target_configdirs " in
7414 *" libgloss "*)
7415 # Look for startup file, simulator library and maybe linker script.
7416 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7417 # Look for libnosys.a in case the target needs it.
7418 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7419 # Most targets have the linker script in the source directory.
7420 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7421 ;;
7422 esac
a0da8069
NN
7423 ;;
7424 esac
7425 ;;
7426 esac
7427 ;;
7428esac
1f53ca9a 7429
45055374 7430case "$target" in
1f53ca9a
AO
7431 x86_64-*mingw* | *-w64-mingw*)
7432 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7433 # however, use a symlink named 'mingw' in ${prefix} .
7434 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7435 ;;
7436 *-mingw*)
7437 # MinGW can't be handled as Cygwin above since it does not use newlib.
7438 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'
7439 ;;
45055374 7440esac
a0da8069 7441
5fbad20a
DD
7442# Allow the user to override the flags for
7443# our build compiler if desired.
c66487f8
NC
7444if test x"${build}" = x"${host}" ; then
7445 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7446 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7447 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7448fi
5fbad20a 7449
a0da8069
NN
7450# On Canadian crosses, we'll be searching the right directories for
7451# the previously-installed cross compiler, so don't bother to add
7452# flags for directories within the install tree of the compiler
7453# being built; programs in there won't even run.
7454if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7455 # Search for pre-installed headers if nothing else fits.
bba45b8b 7456 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
7457fi
7458
7459if test "x${use_gnu_ld}" = x &&
7460 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7461 # Arrange for us to find uninstalled linker scripts.
b00612cc 7462 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
a0da8069
NN
7463fi
7464
a481dbb7
DD
7465# Search for other target-specific linker scripts and such.
7466case "${target}" in
4e206d7e
DB
7467 mep*)
7468 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7469 ;;
7470esac
7471
a0da8069 7472# Makefile fragments.
3e707e94
PB
7473for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7474do
7475 eval fragval=\$$frag
7476 if test $fragval != /dev/null; then
7477 eval $frag=${srcdir}/$fragval
7478 fi
7479done
a0da8069
NN
7480
7481
7482
7483
7484
7485# Miscellanea: directories, flags, etc.
7486
7487
7488
7489
7490
7491
7492
3bbd2f8f 7493
6a9cf61e 7494# Build module lists & subconfigure args.
a0da8069
NN
7495
7496
7497
be01d343
PB
7498# Host module lists & subconfigure args.
7499
7500
7501
911e63d0 7502
be01d343
PB
7503# Target module lists & subconfigure args.
7504
7505
7506
7507# Build tools.
7508
7509
7510
1576798e
PB
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
7524
e552509b 7525
be01d343
PB
7526# Generate default definitions for YACC, M4, LEX and other programs that run
7527# on the build machine. These are used if the Makefile can't locate these
7528# programs in objdir.
7529MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7530
7531for ac_prog in 'bison -y' byacc yacc
7532do
c6b750e1 7533 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7534set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7536$as_echo_n "checking for $ac_word... " >&6; }
7537if test "${ac_cv_prog_YACC+set}" = set; then :
7538 $as_echo_n "(cached) " >&6
be01d343
PB
7539else
7540 if test -n "$YACC"; then
7541 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7542else
c6b750e1
DJ
7543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7544for as_dir in $PATH
7545do
7546 IFS=$as_save_IFS
7547 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7548 for ac_exec_ext in '' $ac_executable_extensions; do
7549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7550 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7552 break 2
7553 fi
7554done
81ecdfbb
RW
7555 done
7556IFS=$as_save_IFS
c6b750e1 7557
be01d343
PB
7558fi
7559fi
c6b750e1 7560YACC=$ac_cv_prog_YACC
be01d343 7561if test -n "$YACC"; then
81ecdfbb
RW
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7563$as_echo "$YACC" >&6; }
be01d343 7564else
81ecdfbb
RW
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7566$as_echo "no" >&6; }
be01d343
PB
7567fi
7568
81ecdfbb 7569
c6b750e1 7570 test -n "$YACC" && break
be01d343
PB
7571done
7572test -n "$YACC" || YACC="$MISSING bison -y"
7573
7574case " $build_configdirs " in
7575 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7576 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7577esac
7578
7579for ac_prog in bison
7580do
c6b750e1 7581 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7582set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7584$as_echo_n "checking for $ac_word... " >&6; }
7585if test "${ac_cv_prog_BISON+set}" = set; then :
7586 $as_echo_n "(cached) " >&6
be01d343
PB
7587else
7588 if test -n "$BISON"; then
7589 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7590else
c6b750e1
DJ
7591as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7592for as_dir in $PATH
7593do
7594 IFS=$as_save_IFS
7595 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7596 for ac_exec_ext in '' $ac_executable_extensions; do
7597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7598 ac_cv_prog_BISON="$ac_prog"
81ecdfbb 7599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7600 break 2
7601 fi
7602done
81ecdfbb
RW
7603 done
7604IFS=$as_save_IFS
c6b750e1 7605
be01d343
PB
7606fi
7607fi
c6b750e1 7608BISON=$ac_cv_prog_BISON
be01d343 7609if test -n "$BISON"; then
81ecdfbb
RW
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7611$as_echo "$BISON" >&6; }
be01d343 7612else
81ecdfbb
RW
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7614$as_echo "no" >&6; }
be01d343
PB
7615fi
7616
81ecdfbb 7617
c6b750e1 7618 test -n "$BISON" && break
be01d343
PB
7619done
7620test -n "$BISON" || BISON="$MISSING bison"
7621
7622case " $build_configdirs " in
7623 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7624esac
7625
7626for ac_prog in gm4 gnum4 m4
7627do
c6b750e1 7628 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7629set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7631$as_echo_n "checking for $ac_word... " >&6; }
7632if test "${ac_cv_prog_M4+set}" = set; then :
7633 $as_echo_n "(cached) " >&6
be01d343
PB
7634else
7635 if test -n "$M4"; then
7636 ac_cv_prog_M4="$M4" # Let the user override the test.
7637else
c6b750e1
DJ
7638as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7639for as_dir in $PATH
7640do
7641 IFS=$as_save_IFS
7642 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7643 for ac_exec_ext in '' $ac_executable_extensions; do
7644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7645 ac_cv_prog_M4="$ac_prog"
81ecdfbb 7646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7647 break 2
7648 fi
7649done
81ecdfbb
RW
7650 done
7651IFS=$as_save_IFS
c6b750e1 7652
be01d343
PB
7653fi
7654fi
c6b750e1 7655M4=$ac_cv_prog_M4
be01d343 7656if test -n "$M4"; then
81ecdfbb
RW
7657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7658$as_echo "$M4" >&6; }
be01d343 7659else
81ecdfbb
RW
7660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7661$as_echo "no" >&6; }
be01d343
PB
7662fi
7663
81ecdfbb 7664
c6b750e1 7665 test -n "$M4" && break
be01d343
PB
7666done
7667test -n "$M4" || M4="$MISSING m4"
7668
7669case " $build_configdirs " in
7670 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7671esac
7672
7673for ac_prog in flex lex
7674do
c6b750e1 7675 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7676set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7678$as_echo_n "checking for $ac_word... " >&6; }
7679if test "${ac_cv_prog_LEX+set}" = set; then :
7680 $as_echo_n "(cached) " >&6
be01d343
PB
7681else
7682 if test -n "$LEX"; then
7683 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7684else
c6b750e1
DJ
7685as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7686for as_dir in $PATH
7687do
7688 IFS=$as_save_IFS
7689 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7690 for ac_exec_ext in '' $ac_executable_extensions; do
7691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7692 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 7693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7694 break 2
7695 fi
7696done
81ecdfbb
RW
7697 done
7698IFS=$as_save_IFS
c6b750e1 7699
be01d343
PB
7700fi
7701fi
c6b750e1 7702LEX=$ac_cv_prog_LEX
be01d343 7703if test -n "$LEX"; then
81ecdfbb
RW
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7705$as_echo "$LEX" >&6; }
be01d343 7706else
81ecdfbb
RW
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7708$as_echo "no" >&6; }
be01d343
PB
7709fi
7710
81ecdfbb 7711
c6b750e1 7712 test -n "$LEX" && break
be01d343
PB
7713done
7714test -n "$LEX" || LEX="$MISSING flex"
7715
7716case " $build_configdirs " in
7717 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7718 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7719esac
7720
7721for ac_prog in flex
7722do
c6b750e1 7723 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7724set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7726$as_echo_n "checking for $ac_word... " >&6; }
7727if test "${ac_cv_prog_FLEX+set}" = set; then :
7728 $as_echo_n "(cached) " >&6
be01d343
PB
7729else
7730 if test -n "$FLEX"; then
7731 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7732else
c6b750e1
DJ
7733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7734for as_dir in $PATH
7735do
7736 IFS=$as_save_IFS
7737 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7738 for ac_exec_ext in '' $ac_executable_extensions; do
7739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7740 ac_cv_prog_FLEX="$ac_prog"
81ecdfbb 7741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7742 break 2
7743 fi
7744done
81ecdfbb
RW
7745 done
7746IFS=$as_save_IFS
c6b750e1 7747
be01d343
PB
7748fi
7749fi
c6b750e1 7750FLEX=$ac_cv_prog_FLEX
be01d343 7751if test -n "$FLEX"; then
81ecdfbb
RW
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7753$as_echo "$FLEX" >&6; }
be01d343 7754else
81ecdfbb
RW
7755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7756$as_echo "no" >&6; }
be01d343
PB
7757fi
7758
81ecdfbb 7759
c6b750e1 7760 test -n "$FLEX" && break
be01d343
PB
7761done
7762test -n "$FLEX" || FLEX="$MISSING flex"
7763
7764case " $build_configdirs " in
7765 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7766esac
7767
7768for ac_prog in makeinfo
7769do
c6b750e1 7770 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7771set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7773$as_echo_n "checking for $ac_word... " >&6; }
7774if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7775 $as_echo_n "(cached) " >&6
be01d343
PB
7776else
7777 if test -n "$MAKEINFO"; then
7778 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7779else
c6b750e1
DJ
7780as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7781for as_dir in $PATH
7782do
7783 IFS=$as_save_IFS
7784 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7785 for ac_exec_ext in '' $ac_executable_extensions; do
7786 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7787 ac_cv_prog_MAKEINFO="$ac_prog"
81ecdfbb 7788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7789 break 2
7790 fi
7791done
81ecdfbb
RW
7792 done
7793IFS=$as_save_IFS
c6b750e1 7794
be01d343
PB
7795fi
7796fi
c6b750e1 7797MAKEINFO=$ac_cv_prog_MAKEINFO
be01d343 7798if test -n "$MAKEINFO"; then
81ecdfbb
RW
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7800$as_echo "$MAKEINFO" >&6; }
be01d343 7801else
81ecdfbb
RW
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7803$as_echo "no" >&6; }
be01d343
PB
7804fi
7805
81ecdfbb 7806
c6b750e1 7807 test -n "$MAKEINFO" && break
be01d343
PB
7808done
7809test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7810
7811case " $build_configdirs " in
7812 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7813 *)
7814
10ad8ef3 7815 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
7816 # higher, else we use the "missing" dummy.
7817 if ${MAKEINFO} --version \
10ad8ef3 7818 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
7819 :
7820 else
7821 MAKEINFO="$MISSING makeinfo"
7822 fi
7823 ;;
7824
7825esac
a0da8069 7826
be01d343 7827# FIXME: expect and dejagnu may become build tools?
a0da8069 7828
be01d343
PB
7829for ac_prog in expect
7830do
c6b750e1 7831 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7832set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7834$as_echo_n "checking for $ac_word... " >&6; }
7835if test "${ac_cv_prog_EXPECT+set}" = set; then :
7836 $as_echo_n "(cached) " >&6
be01d343
PB
7837else
7838 if test -n "$EXPECT"; then
7839 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7840else
c6b750e1
DJ
7841as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7842for as_dir in $PATH
7843do
7844 IFS=$as_save_IFS
7845 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7846 for ac_exec_ext in '' $ac_executable_extensions; do
7847 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7848 ac_cv_prog_EXPECT="$ac_prog"
81ecdfbb 7849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7850 break 2
7851 fi
7852done
81ecdfbb
RW
7853 done
7854IFS=$as_save_IFS
c6b750e1 7855
be01d343
PB
7856fi
7857fi
c6b750e1 7858EXPECT=$ac_cv_prog_EXPECT
be01d343 7859if test -n "$EXPECT"; then
81ecdfbb
RW
7860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7861$as_echo "$EXPECT" >&6; }
be01d343 7862else
81ecdfbb
RW
7863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7864$as_echo "no" >&6; }
be01d343 7865fi
a0da8069 7866
81ecdfbb 7867
c6b750e1 7868 test -n "$EXPECT" && break
be01d343
PB
7869done
7870test -n "$EXPECT" || EXPECT="expect"
a0da8069 7871
be01d343
PB
7872case " $configdirs " in
7873 *" expect "*)
7874 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7875 ;;
7876esac
a0da8069 7877
be01d343
PB
7878for ac_prog in runtest
7879do
c6b750e1 7880 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7881set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7883$as_echo_n "checking for $ac_word... " >&6; }
7884if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7885 $as_echo_n "(cached) " >&6
be01d343
PB
7886else
7887 if test -n "$RUNTEST"; then
7888 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7889else
c6b750e1
DJ
7890as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7891for as_dir in $PATH
7892do
7893 IFS=$as_save_IFS
7894 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7895 for ac_exec_ext in '' $ac_executable_extensions; do
7896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7897 ac_cv_prog_RUNTEST="$ac_prog"
81ecdfbb 7898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7899 break 2
7900 fi
7901done
81ecdfbb
RW
7902 done
7903IFS=$as_save_IFS
c6b750e1 7904
be01d343
PB
7905fi
7906fi
c6b750e1 7907RUNTEST=$ac_cv_prog_RUNTEST
be01d343 7908if test -n "$RUNTEST"; then
81ecdfbb
RW
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7910$as_echo "$RUNTEST" >&6; }
be01d343 7911else
81ecdfbb
RW
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7913$as_echo "no" >&6; }
be01d343 7914fi
a0da8069 7915
81ecdfbb 7916
c6b750e1 7917 test -n "$RUNTEST" && break
be01d343
PB
7918done
7919test -n "$RUNTEST" || RUNTEST="runtest"
a0da8069 7920
be01d343
PB
7921case " $configdirs " in
7922 *" dejagnu "*)
6b89cc21 7923 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
7924 ;;
7925esac
a0da8069
NN
7926
7927
a0da8069 7928# Host tools.
859789af
AC
7929ncn_tool_prefix=
7930test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7931ncn_target_tool_prefix=
7932test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7933
9a819804
AO
7934
7935
7936if test -n "$AR"; then
7937 ac_cv_prog_AR=$AR
7938elif test -n "$ac_cv_prog_AR"; then
7939 AR=$ac_cv_prog_AR
7940fi
7941
7942if test -n "$ac_cv_prog_AR"; then
7943 for ncn_progname in ar; do
7944 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7945set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7947$as_echo_n "checking for $ac_word... " >&6; }
7948if test "${ac_cv_prog_AR+set}" = set; then :
7949 $as_echo_n "(cached) " >&6
9a819804
AO
7950else
7951 if test -n "$AR"; then
7952 ac_cv_prog_AR="$AR" # Let the user override the test.
7953else
7954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7955for as_dir in $PATH
7956do
7957 IFS=$as_save_IFS
7958 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7959 for ac_exec_ext in '' $ac_executable_extensions; do
7960 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 7961 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 7962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
7963 break 2
7964 fi
7965done
81ecdfbb
RW
7966 done
7967IFS=$as_save_IFS
9a819804
AO
7968
7969fi
7970fi
7971AR=$ac_cv_prog_AR
7972if test -n "$AR"; then
81ecdfbb
RW
7973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7974$as_echo "$AR" >&6; }
9a819804 7975else
81ecdfbb
RW
7976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7977$as_echo "no" >&6; }
9a819804
AO
7978fi
7979
81ecdfbb 7980
9a819804
AO
7981 done
7982fi
7983
7984for ncn_progname in ar; do
05cbd757
PB
7985 if test -n "$ncn_tool_prefix"; then
7986 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7987set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
7988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7989$as_echo_n "checking for $ac_word... " >&6; }
7990if test "${ac_cv_prog_AR+set}" = set; then :
7991 $as_echo_n "(cached) " >&6
859789af
AC
7992else
7993 if test -n "$AR"; then
7994 ac_cv_prog_AR="$AR" # Let the user override the test.
7995else
c6b750e1
DJ
7996as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7997for as_dir in $PATH
7998do
7999 IFS=$as_save_IFS
8000 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8001 for ac_exec_ext in '' $ac_executable_extensions; do
8002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8003 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8005 break 2
8006 fi
8007done
81ecdfbb
RW
8008 done
8009IFS=$as_save_IFS
c6b750e1 8010
859789af
AC
8011fi
8012fi
c6b750e1 8013AR=$ac_cv_prog_AR
859789af 8014if test -n "$AR"; then
81ecdfbb
RW
8015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8016$as_echo "$AR" >&6; }
859789af 8017else
81ecdfbb
RW
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8019$as_echo "no" >&6; }
859789af
AC
8020fi
8021
81ecdfbb 8022
05cbd757
PB
8023 fi
8024 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8025 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8026set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8028$as_echo_n "checking for $ac_word... " >&6; }
8029if test "${ac_cv_prog_AR+set}" = set; then :
8030 $as_echo_n "(cached) " >&6
859789af 8031else
05cbd757
PB
8032 if test -n "$AR"; then
8033 ac_cv_prog_AR="$AR" # Let the user override the test.
859789af 8034else
c6b750e1
DJ
8035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8036for as_dir in $PATH
8037do
8038 IFS=$as_save_IFS
8039 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8040 for ac_exec_ext in '' $ac_executable_extensions; do
8041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8042 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8044 break 2
8045 fi
8046done
81ecdfbb
RW
8047 done
8048IFS=$as_save_IFS
c6b750e1 8049
859789af
AC
8050fi
8051fi
c6b750e1 8052AR=$ac_cv_prog_AR
05cbd757 8053if test -n "$AR"; then
81ecdfbb
RW
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8055$as_echo "$AR" >&6; }
859789af 8056else
81ecdfbb
RW
8057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8058$as_echo "no" >&6; }
859789af 8059fi
c6b750e1 8060
81ecdfbb 8061
05cbd757
PB
8062 fi
8063 test -n "$ac_cv_prog_AR" && break
8064done
8065
8066if test -z "$ac_cv_prog_AR" ; then
8067 set dummy ar
8068 if test $build = $host ; then
8069 AR="$2"
859789af 8070 else
05cbd757 8071 AR="${ncn_tool_prefix}$2"
859789af 8072 fi
859789af
AC
8073fi
8074
9a819804
AO
8075
8076
8077if test -n "$AS"; then
8078 ac_cv_prog_AS=$AS
8079elif test -n "$ac_cv_prog_AS"; then
8080 AS=$ac_cv_prog_AS
8081fi
8082
8083if test -n "$ac_cv_prog_AS"; then
8084 for ncn_progname in as; do
8085 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8086set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8088$as_echo_n "checking for $ac_word... " >&6; }
8089if test "${ac_cv_prog_AS+set}" = set; then :
8090 $as_echo_n "(cached) " >&6
9a819804
AO
8091else
8092 if test -n "$AS"; then
8093 ac_cv_prog_AS="$AS" # Let the user override the test.
8094else
8095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8096for as_dir in $PATH
8097do
8098 IFS=$as_save_IFS
8099 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8100 for ac_exec_ext in '' $ac_executable_extensions; do
8101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8102 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8104 break 2
8105 fi
8106done
81ecdfbb
RW
8107 done
8108IFS=$as_save_IFS
9a819804
AO
8109
8110fi
8111fi
8112AS=$ac_cv_prog_AS
8113if test -n "$AS"; then
81ecdfbb
RW
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8115$as_echo "$AS" >&6; }
9a819804 8116else
81ecdfbb
RW
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8118$as_echo "no" >&6; }
9a819804
AO
8119fi
8120
81ecdfbb 8121
9a819804
AO
8122 done
8123fi
8124
8125for ncn_progname in as; do
05cbd757
PB
8126 if test -n "$ncn_tool_prefix"; then
8127 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8128set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8130$as_echo_n "checking for $ac_word... " >&6; }
8131if test "${ac_cv_prog_AS+set}" = set; then :
8132 $as_echo_n "(cached) " >&6
859789af
AC
8133else
8134 if test -n "$AS"; then
8135 ac_cv_prog_AS="$AS" # Let the user override the test.
c6b750e1
DJ
8136else
8137as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8138for as_dir in $PATH
8139do
8140 IFS=$as_save_IFS
8141 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8142 for ac_exec_ext in '' $ac_executable_extensions; do
8143 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8144 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8146 break 2
8147 fi
8148done
81ecdfbb
RW
8149 done
8150IFS=$as_save_IFS
c6b750e1 8151
859789af
AC
8152fi
8153fi
c6b750e1 8154AS=$ac_cv_prog_AS
859789af 8155if test -n "$AS"; then
81ecdfbb
RW
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8157$as_echo "$AS" >&6; }
859789af 8158else
81ecdfbb
RW
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8160$as_echo "no" >&6; }
859789af
AC
8161fi
8162
81ecdfbb 8163
05cbd757
PB
8164 fi
8165 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8166 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8167set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8169$as_echo_n "checking for $ac_word... " >&6; }
8170if test "${ac_cv_prog_AS+set}" = set; then :
8171 $as_echo_n "(cached) " >&6
859789af 8172else
05cbd757
PB
8173 if test -n "$AS"; then
8174 ac_cv_prog_AS="$AS" # Let the user override the test.
859789af 8175else
c6b750e1
DJ
8176as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8177for as_dir in $PATH
8178do
8179 IFS=$as_save_IFS
8180 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8181 for ac_exec_ext in '' $ac_executable_extensions; do
8182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8183 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8185 break 2
8186 fi
8187done
81ecdfbb
RW
8188 done
8189IFS=$as_save_IFS
c6b750e1 8190
859789af
AC
8191fi
8192fi
c6b750e1 8193AS=$ac_cv_prog_AS
05cbd757 8194if test -n "$AS"; then
81ecdfbb
RW
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8196$as_echo "$AS" >&6; }
859789af 8197else
81ecdfbb
RW
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8199$as_echo "no" >&6; }
859789af 8200fi
c6b750e1 8201
81ecdfbb 8202
05cbd757
PB
8203 fi
8204 test -n "$ac_cv_prog_AS" && break
8205done
8206
8207if test -z "$ac_cv_prog_AS" ; then
8208 set dummy as
8209 if test $build = $host ; then
8210 AS="$2"
859789af 8211 else
05cbd757 8212 AS="${ncn_tool_prefix}$2"
859789af 8213 fi
859789af
AC
8214fi
8215
9a819804
AO
8216
8217
8218if test -n "$DLLTOOL"; then
8219 ac_cv_prog_DLLTOOL=$DLLTOOL
8220elif test -n "$ac_cv_prog_DLLTOOL"; then
8221 DLLTOOL=$ac_cv_prog_DLLTOOL
8222fi
8223
8224if test -n "$ac_cv_prog_DLLTOOL"; then
8225 for ncn_progname in dlltool; do
8226 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8227set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8229$as_echo_n "checking for $ac_word... " >&6; }
8230if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8231 $as_echo_n "(cached) " >&6
9a819804
AO
8232else
8233 if test -n "$DLLTOOL"; then
8234 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8235else
8236as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8237for as_dir in $PATH
8238do
8239 IFS=$as_save_IFS
8240 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8241 for ac_exec_ext in '' $ac_executable_extensions; do
8242 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8243 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8245 break 2
8246 fi
8247done
81ecdfbb
RW
8248 done
8249IFS=$as_save_IFS
9a819804
AO
8250
8251fi
8252fi
8253DLLTOOL=$ac_cv_prog_DLLTOOL
8254if test -n "$DLLTOOL"; then
81ecdfbb
RW
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8256$as_echo "$DLLTOOL" >&6; }
9a819804 8257else
81ecdfbb
RW
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8259$as_echo "no" >&6; }
9a819804
AO
8260fi
8261
81ecdfbb 8262
9a819804
AO
8263 done
8264fi
8265
8266for ncn_progname in dlltool; do
05cbd757
PB
8267 if test -n "$ncn_tool_prefix"; then
8268 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8269set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8271$as_echo_n "checking for $ac_word... " >&6; }
8272if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8273 $as_echo_n "(cached) " >&6
859789af
AC
8274else
8275 if test -n "$DLLTOOL"; then
8276 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8277else
c6b750e1
DJ
8278as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8279for as_dir in $PATH
8280do
8281 IFS=$as_save_IFS
8282 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8283 for ac_exec_ext in '' $ac_executable_extensions; do
8284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8285 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8287 break 2
8288 fi
8289done
81ecdfbb
RW
8290 done
8291IFS=$as_save_IFS
c6b750e1 8292
859789af
AC
8293fi
8294fi
c6b750e1 8295DLLTOOL=$ac_cv_prog_DLLTOOL
859789af 8296if test -n "$DLLTOOL"; then
81ecdfbb
RW
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8298$as_echo "$DLLTOOL" >&6; }
859789af 8299else
81ecdfbb
RW
8300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8301$as_echo "no" >&6; }
859789af
AC
8302fi
8303
81ecdfbb 8304
05cbd757
PB
8305 fi
8306 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8307 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8308set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8310$as_echo_n "checking for $ac_word... " >&6; }
8311if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8312 $as_echo_n "(cached) " >&6
859789af 8313else
05cbd757
PB
8314 if test -n "$DLLTOOL"; then
8315 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
859789af 8316else
c6b750e1
DJ
8317as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8318for as_dir in $PATH
8319do
8320 IFS=$as_save_IFS
8321 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8322 for ac_exec_ext in '' $ac_executable_extensions; do
8323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8324 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8326 break 2
8327 fi
8328done
81ecdfbb
RW
8329 done
8330IFS=$as_save_IFS
c6b750e1 8331
859789af
AC
8332fi
8333fi
c6b750e1 8334DLLTOOL=$ac_cv_prog_DLLTOOL
05cbd757 8335if test -n "$DLLTOOL"; then
81ecdfbb
RW
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8337$as_echo "$DLLTOOL" >&6; }
859789af 8338else
81ecdfbb
RW
8339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8340$as_echo "no" >&6; }
859789af 8341fi
c6b750e1 8342
81ecdfbb 8343
05cbd757
PB
8344 fi
8345 test -n "$ac_cv_prog_DLLTOOL" && break
8346done
8347
8348if test -z "$ac_cv_prog_DLLTOOL" ; then
8349 set dummy dlltool
8350 if test $build = $host ; then
8351 DLLTOOL="$2"
859789af 8352 else
05cbd757 8353 DLLTOOL="${ncn_tool_prefix}$2"
859789af 8354 fi
859789af
AC
8355fi
8356
9a819804
AO
8357
8358
8359if test -n "$LD"; then
8360 ac_cv_prog_LD=$LD
8361elif test -n "$ac_cv_prog_LD"; then
8362 LD=$ac_cv_prog_LD
8363fi
8364
8365if test -n "$ac_cv_prog_LD"; then
8366 for ncn_progname in ld; do
8367 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8368set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8370$as_echo_n "checking for $ac_word... " >&6; }
8371if test "${ac_cv_prog_LD+set}" = set; then :
8372 $as_echo_n "(cached) " >&6
9a819804
AO
8373else
8374 if test -n "$LD"; then
8375 ac_cv_prog_LD="$LD" # Let the user override the test.
8376else
8377as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8378for as_dir in $PATH
8379do
8380 IFS=$as_save_IFS
8381 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8382 for ac_exec_ext in '' $ac_executable_extensions; do
8383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8384 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8386 break 2
8387 fi
8388done
81ecdfbb
RW
8389 done
8390IFS=$as_save_IFS
9a819804
AO
8391
8392fi
8393fi
8394LD=$ac_cv_prog_LD
8395if test -n "$LD"; then
81ecdfbb
RW
8396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8397$as_echo "$LD" >&6; }
9a819804 8398else
81ecdfbb
RW
8399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8400$as_echo "no" >&6; }
9a819804
AO
8401fi
8402
81ecdfbb 8403
9a819804
AO
8404 done
8405fi
8406
8407for ncn_progname in ld; do
05cbd757
PB
8408 if test -n "$ncn_tool_prefix"; then
8409 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8410set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8412$as_echo_n "checking for $ac_word... " >&6; }
8413if test "${ac_cv_prog_LD+set}" = set; then :
8414 $as_echo_n "(cached) " >&6
859789af
AC
8415else
8416 if test -n "$LD"; then
8417 ac_cv_prog_LD="$LD" # Let the user override the test.
8418else
c6b750e1
DJ
8419as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8420for as_dir in $PATH
8421do
8422 IFS=$as_save_IFS
8423 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8424 for ac_exec_ext in '' $ac_executable_extensions; do
8425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8426 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8428 break 2
8429 fi
8430done
81ecdfbb
RW
8431 done
8432IFS=$as_save_IFS
c6b750e1 8433
859789af
AC
8434fi
8435fi
c6b750e1 8436LD=$ac_cv_prog_LD
859789af 8437if test -n "$LD"; then
81ecdfbb
RW
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8439$as_echo "$LD" >&6; }
859789af 8440else
81ecdfbb
RW
8441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8442$as_echo "no" >&6; }
859789af
AC
8443fi
8444
81ecdfbb 8445
05cbd757
PB
8446 fi
8447 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8448 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8449set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8451$as_echo_n "checking for $ac_word... " >&6; }
8452if test "${ac_cv_prog_LD+set}" = set; then :
8453 $as_echo_n "(cached) " >&6
859789af 8454else
05cbd757
PB
8455 if test -n "$LD"; then
8456 ac_cv_prog_LD="$LD" # Let the user override the test.
376a0e54 8457else
c6b750e1
DJ
8458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8459for as_dir in $PATH
8460do
8461 IFS=$as_save_IFS
8462 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8463 for ac_exec_ext in '' $ac_executable_extensions; do
8464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8465 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8467 break 2
8468 fi
8469done
81ecdfbb
RW
8470 done
8471IFS=$as_save_IFS
c6b750e1 8472
859789af
AC
8473fi
8474fi
c6b750e1 8475LD=$ac_cv_prog_LD
05cbd757 8476if test -n "$LD"; then
81ecdfbb
RW
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8478$as_echo "$LD" >&6; }
859789af 8479else
81ecdfbb
RW
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8481$as_echo "no" >&6; }
859789af 8482fi
c6b750e1 8483
81ecdfbb 8484
05cbd757
PB
8485 fi
8486 test -n "$ac_cv_prog_LD" && break
8487done
8488
8489if test -z "$ac_cv_prog_LD" ; then
8490 set dummy ld
8491 if test $build = $host ; then
8492 LD="$2"
859789af 8493 else
05cbd757 8494 LD="${ncn_tool_prefix}$2"
859789af 8495 fi
859789af
AC
8496fi
8497
9a819804
AO
8498
8499
8500if test -n "$LIPO"; then
8501 ac_cv_prog_LIPO=$LIPO
8502elif test -n "$ac_cv_prog_LIPO"; then
8503 LIPO=$ac_cv_prog_LIPO
8504fi
8505
8506if test -n "$ac_cv_prog_LIPO"; then
8507 for ncn_progname in lipo; do
8508 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8509set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8511$as_echo_n "checking for $ac_word... " >&6; }
8512if test "${ac_cv_prog_LIPO+set}" = set; then :
8513 $as_echo_n "(cached) " >&6
9a819804
AO
8514else
8515 if test -n "$LIPO"; then
8516 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8517else
8518as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8519for as_dir in $PATH
8520do
8521 IFS=$as_save_IFS
8522 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8523 for ac_exec_ext in '' $ac_executable_extensions; do
8524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8525 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8527 break 2
8528 fi
8529done
81ecdfbb
RW
8530 done
8531IFS=$as_save_IFS
9a819804
AO
8532
8533fi
8534fi
8535LIPO=$ac_cv_prog_LIPO
8536if test -n "$LIPO"; then
81ecdfbb
RW
8537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8538$as_echo "$LIPO" >&6; }
9a819804 8539else
81ecdfbb
RW
8540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8541$as_echo "no" >&6; }
9a819804
AO
8542fi
8543
81ecdfbb 8544
9a819804
AO
8545 done
8546fi
8547
8548for ncn_progname in lipo; do
be01d343
PB
8549 if test -n "$ncn_tool_prefix"; then
8550 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8551set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8553$as_echo_n "checking for $ac_word... " >&6; }
8554if test "${ac_cv_prog_LIPO+set}" = set; then :
8555 $as_echo_n "(cached) " >&6
be01d343
PB
8556else
8557 if test -n "$LIPO"; then
8558 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8559else
c6b750e1
DJ
8560as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8561for as_dir in $PATH
8562do
8563 IFS=$as_save_IFS
8564 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8565 for ac_exec_ext in '' $ac_executable_extensions; do
8566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8567 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8569 break 2
8570 fi
8571done
81ecdfbb
RW
8572 done
8573IFS=$as_save_IFS
c6b750e1 8574
be01d343
PB
8575fi
8576fi
c6b750e1 8577LIPO=$ac_cv_prog_LIPO
be01d343 8578if test -n "$LIPO"; then
81ecdfbb
RW
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8580$as_echo "$LIPO" >&6; }
be01d343 8581else
81ecdfbb
RW
8582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8583$as_echo "no" >&6; }
be01d343
PB
8584fi
8585
81ecdfbb 8586
be01d343
PB
8587 fi
8588 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8589 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8590set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8592$as_echo_n "checking for $ac_word... " >&6; }
8593if test "${ac_cv_prog_LIPO+set}" = set; then :
8594 $as_echo_n "(cached) " >&6
be01d343
PB
8595else
8596 if test -n "$LIPO"; then
8597 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8598else
c6b750e1
DJ
8599as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8600for as_dir in $PATH
8601do
8602 IFS=$as_save_IFS
8603 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8604 for ac_exec_ext in '' $ac_executable_extensions; do
8605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8606 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8608 break 2
8609 fi
8610done
81ecdfbb
RW
8611 done
8612IFS=$as_save_IFS
c6b750e1 8613
be01d343
PB
8614fi
8615fi
c6b750e1 8616LIPO=$ac_cv_prog_LIPO
be01d343 8617if test -n "$LIPO"; then
81ecdfbb
RW
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8619$as_echo "$LIPO" >&6; }
be01d343 8620else
81ecdfbb
RW
8621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8622$as_echo "no" >&6; }
be01d343 8623fi
c6b750e1 8624
81ecdfbb 8625
be01d343
PB
8626 fi
8627 test -n "$ac_cv_prog_LIPO" && break
8628done
8629
8630if test -z "$ac_cv_prog_LIPO" ; then
8631 set dummy lipo
8632 if test $build = $host ; then
8633 LIPO="$2"
8634 else
8635 LIPO="${ncn_tool_prefix}$2"
8636 fi
8637fi
8638
9a819804
AO
8639
8640
8641if test -n "$NM"; then
8642 ac_cv_prog_NM=$NM
8643elif test -n "$ac_cv_prog_NM"; then
8644 NM=$ac_cv_prog_NM
8645fi
8646
8647if test -n "$ac_cv_prog_NM"; then
8648 for ncn_progname in nm; do
8649 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8650set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8652$as_echo_n "checking for $ac_word... " >&6; }
8653if test "${ac_cv_prog_NM+set}" = set; then :
8654 $as_echo_n "(cached) " >&6
859789af
AC
8655else
8656 if test -n "$NM"; then
8657 ac_cv_prog_NM="$NM" # Let the user override the test.
8658else
c6b750e1
DJ
8659as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8660for as_dir in $PATH
8661do
8662 IFS=$as_save_IFS
8663 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8664 for ac_exec_ext in '' $ac_executable_extensions; do
8665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8666 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8668 break 2
8669 fi
8670done
81ecdfbb
RW
8671 done
8672IFS=$as_save_IFS
c6b750e1 8673
859789af
AC
8674fi
8675fi
c6b750e1 8676NM=$ac_cv_prog_NM
859789af 8677if test -n "$NM"; then
81ecdfbb
RW
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8679$as_echo "$NM" >&6; }
859789af 8680else
81ecdfbb
RW
8681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8682$as_echo "no" >&6; }
859789af
AC
8683fi
8684
81ecdfbb 8685
9a819804
AO
8686 done
8687fi
8688
8689for ncn_progname in nm; do
8690 if test -n "$ncn_tool_prefix"; then
8691 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8692set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8694$as_echo_n "checking for $ac_word... " >&6; }
8695if test "${ac_cv_prog_NM+set}" = set; then :
8696 $as_echo_n "(cached) " >&6
859789af 8697else
05cbd757
PB
8698 if test -n "$NM"; then
8699 ac_cv_prog_NM="$NM" # Let the user override the test.
859789af 8700else
c6b750e1
DJ
8701as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8702for as_dir in $PATH
8703do
8704 IFS=$as_save_IFS
8705 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8706 for ac_exec_ext in '' $ac_executable_extensions; do
8707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8708 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8710 break 2
8711 fi
8712done
81ecdfbb
RW
8713 done
8714IFS=$as_save_IFS
c6b750e1 8715
859789af
AC
8716fi
8717fi
c6b750e1 8718NM=$ac_cv_prog_NM
05cbd757 8719if test -n "$NM"; then
81ecdfbb
RW
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8721$as_echo "$NM" >&6; }
859789af 8722else
81ecdfbb
RW
8723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8724$as_echo "no" >&6; }
859789af 8725fi
c6b750e1 8726
81ecdfbb 8727
05cbd757 8728 fi
9a819804
AO
8729 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8730 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8731set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8733$as_echo_n "checking for $ac_word... " >&6; }
8734if test "${ac_cv_prog_NM+set}" = set; then :
8735 $as_echo_n "(cached) " >&6
9a819804
AO
8736else
8737 if test -n "$NM"; then
8738 ac_cv_prog_NM="$NM" # Let the user override the test.
8739else
8740as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8741for as_dir in $PATH
8742do
8743 IFS=$as_save_IFS
8744 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8745 for ac_exec_ext in '' $ac_executable_extensions; do
8746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8747 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8749 break 2
8750 fi
8751done
81ecdfbb
RW
8752 done
8753IFS=$as_save_IFS
9a819804
AO
8754
8755fi
8756fi
8757NM=$ac_cv_prog_NM
8758if test -n "$NM"; then
81ecdfbb
RW
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8760$as_echo "$NM" >&6; }
9a819804 8761else
81ecdfbb
RW
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8763$as_echo "no" >&6; }
9a819804
AO
8764fi
8765
81ecdfbb 8766
9a819804
AO
8767 fi
8768 test -n "$ac_cv_prog_NM" && break
8769done
8770
8771if test -z "$ac_cv_prog_NM" ; then
8772 set dummy nm
8773 if test $build = $host ; then
8774 NM="$2"
8775 else
8776 NM="${ncn_tool_prefix}$2"
8777 fi
8778fi
8779
8780
8781
8782if test -n "$RANLIB"; then
8783 ac_cv_prog_RANLIB=$RANLIB
8784elif test -n "$ac_cv_prog_RANLIB"; then
8785 RANLIB=$ac_cv_prog_RANLIB
8786fi
8787
8788if test -n "$ac_cv_prog_RANLIB"; then
8789 for ncn_progname in ranlib; do
8790 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8791set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8793$as_echo_n "checking for $ac_word... " >&6; }
8794if test "${ac_cv_prog_RANLIB+set}" = set; then :
8795 $as_echo_n "(cached) " >&6
9a819804
AO
8796else
8797 if test -n "$RANLIB"; then
8798 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8799else
8800as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8801for as_dir in $PATH
8802do
8803 IFS=$as_save_IFS
8804 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8805 for ac_exec_ext in '' $ac_executable_extensions; do
8806 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8807 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8808 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8809 break 2
8810 fi
8811done
81ecdfbb
RW
8812 done
8813IFS=$as_save_IFS
9a819804
AO
8814
8815fi
8816fi
8817RANLIB=$ac_cv_prog_RANLIB
8818if test -n "$RANLIB"; then
81ecdfbb
RW
8819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8820$as_echo "$RANLIB" >&6; }
9a819804 8821else
81ecdfbb
RW
8822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8823$as_echo "no" >&6; }
9a819804
AO
8824fi
8825
81ecdfbb 8826
9a819804
AO
8827 done
8828fi
859789af 8829
9a819804 8830for ncn_progname in ranlib; do
05cbd757
PB
8831 if test -n "$ncn_tool_prefix"; then
8832 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8833set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8835$as_echo_n "checking for $ac_word... " >&6; }
8836if test "${ac_cv_prog_RANLIB+set}" = set; then :
8837 $as_echo_n "(cached) " >&6
859789af
AC
8838else
8839 if test -n "$RANLIB"; then
8840 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8841else
c6b750e1
DJ
8842as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8843for as_dir in $PATH
8844do
8845 IFS=$as_save_IFS
8846 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8847 for ac_exec_ext in '' $ac_executable_extensions; do
8848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8849 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8851 break 2
8852 fi
8853done
81ecdfbb
RW
8854 done
8855IFS=$as_save_IFS
c6b750e1 8856
859789af
AC
8857fi
8858fi
c6b750e1 8859RANLIB=$ac_cv_prog_RANLIB
859789af 8860if test -n "$RANLIB"; then
81ecdfbb
RW
8861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8862$as_echo "$RANLIB" >&6; }
859789af 8863else
81ecdfbb
RW
8864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8865$as_echo "no" >&6; }
859789af
AC
8866fi
8867
81ecdfbb 8868
05cbd757
PB
8869 fi
8870 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8871 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8872set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8874$as_echo_n "checking for $ac_word... " >&6; }
8875if test "${ac_cv_prog_RANLIB+set}" = set; then :
8876 $as_echo_n "(cached) " >&6
859789af 8877else
05cbd757
PB
8878 if test -n "$RANLIB"; then
8879 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
859789af 8880else
c6b750e1
DJ
8881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8882for as_dir in $PATH
8883do
8884 IFS=$as_save_IFS
8885 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8886 for ac_exec_ext in '' $ac_executable_extensions; do
8887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8888 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8890 break 2
8891 fi
8892done
81ecdfbb
RW
8893 done
8894IFS=$as_save_IFS
c6b750e1 8895
859789af
AC
8896fi
8897fi
c6b750e1 8898RANLIB=$ac_cv_prog_RANLIB
05cbd757 8899if test -n "$RANLIB"; then
81ecdfbb
RW
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8901$as_echo "$RANLIB" >&6; }
859789af 8902else
81ecdfbb
RW
8903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8904$as_echo "no" >&6; }
859789af 8905fi
c6b750e1 8906
81ecdfbb 8907
859789af 8908 fi
05cbd757
PB
8909 test -n "$ac_cv_prog_RANLIB" && break
8910done
8911
8912if test -z "$ac_cv_prog_RANLIB" ; then
ba98da75 8913 RANLIB="true"
859789af
AC
8914fi
8915
9a819804
AO
8916
8917
8918if test -n "$STRIP"; then
8919 ac_cv_prog_STRIP=$STRIP
8920elif test -n "$ac_cv_prog_STRIP"; then
8921 STRIP=$ac_cv_prog_STRIP
8922fi
8923
8924if test -n "$ac_cv_prog_STRIP"; then
8925 for ncn_progname in strip; do
8926 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8927set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8929$as_echo_n "checking for $ac_word... " >&6; }
8930if test "${ac_cv_prog_STRIP+set}" = set; then :
8931 $as_echo_n "(cached) " >&6
9a819804
AO
8932else
8933 if test -n "$STRIP"; then
8934 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8935else
8936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8937for as_dir in $PATH
8938do
8939 IFS=$as_save_IFS
8940 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8941 for ac_exec_ext in '' $ac_executable_extensions; do
8942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8943 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 8944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8945 break 2
8946 fi
8947done
81ecdfbb
RW
8948 done
8949IFS=$as_save_IFS
9a819804
AO
8950
8951fi
8952fi
8953STRIP=$ac_cv_prog_STRIP
8954if test -n "$STRIP"; then
81ecdfbb
RW
8955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8956$as_echo "$STRIP" >&6; }
9a819804 8957else
81ecdfbb
RW
8958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8959$as_echo "no" >&6; }
9a819804
AO
8960fi
8961
81ecdfbb 8962
9a819804
AO
8963 done
8964fi
8965
8966for ncn_progname in strip; do
be01d343
PB
8967 if test -n "$ncn_tool_prefix"; then
8968 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8969set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8971$as_echo_n "checking for $ac_word... " >&6; }
8972if test "${ac_cv_prog_STRIP+set}" = set; then :
8973 $as_echo_n "(cached) " >&6
be01d343
PB
8974else
8975 if test -n "$STRIP"; then
8976 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8977else
c6b750e1
DJ
8978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8979for as_dir in $PATH
8980do
8981 IFS=$as_save_IFS
8982 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8983 for ac_exec_ext in '' $ac_executable_extensions; do
8984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8985 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8987 break 2
8988 fi
8989done
81ecdfbb
RW
8990 done
8991IFS=$as_save_IFS
c6b750e1 8992
be01d343
PB
8993fi
8994fi
c6b750e1 8995STRIP=$ac_cv_prog_STRIP
be01d343 8996if test -n "$STRIP"; then
81ecdfbb
RW
8997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8998$as_echo "$STRIP" >&6; }
be01d343 8999else
81ecdfbb
RW
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9001$as_echo "no" >&6; }
be01d343
PB
9002fi
9003
81ecdfbb 9004
be01d343
PB
9005 fi
9006 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9007 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9008set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9010$as_echo_n "checking for $ac_word... " >&6; }
9011if test "${ac_cv_prog_STRIP+set}" = set; then :
9012 $as_echo_n "(cached) " >&6
be01d343
PB
9013else
9014 if test -n "$STRIP"; then
9015 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9016else
c6b750e1
DJ
9017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9018for as_dir in $PATH
9019do
9020 IFS=$as_save_IFS
9021 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9022 for ac_exec_ext in '' $ac_executable_extensions; do
9023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9024 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9026 break 2
9027 fi
9028done
81ecdfbb
RW
9029 done
9030IFS=$as_save_IFS
c6b750e1 9031
be01d343
PB
9032fi
9033fi
c6b750e1 9034STRIP=$ac_cv_prog_STRIP
be01d343 9035if test -n "$STRIP"; then
81ecdfbb
RW
9036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9037$as_echo "$STRIP" >&6; }
be01d343 9038else
81ecdfbb
RW
9039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9040$as_echo "no" >&6; }
be01d343 9041fi
c6b750e1 9042
81ecdfbb 9043
be01d343
PB
9044 fi
9045 test -n "$ac_cv_prog_STRIP" && break
9046done
9047
9048if test -z "$ac_cv_prog_STRIP" ; then
ba98da75 9049 STRIP="true"
be01d343
PB
9050fi
9051
9a819804
AO
9052
9053
9054if test -n "$WINDRES"; then
9055 ac_cv_prog_WINDRES=$WINDRES
9056elif test -n "$ac_cv_prog_WINDRES"; then
9057 WINDRES=$ac_cv_prog_WINDRES
9058fi
9059
9060if test -n "$ac_cv_prog_WINDRES"; then
9061 for ncn_progname in windres; do
9062 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9063set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9065$as_echo_n "checking for $ac_word... " >&6; }
9066if test "${ac_cv_prog_WINDRES+set}" = set; then :
9067 $as_echo_n "(cached) " >&6
9a819804
AO
9068else
9069 if test -n "$WINDRES"; then
9070 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9071else
9072as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9073for as_dir in $PATH
9074do
9075 IFS=$as_save_IFS
9076 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9077 for ac_exec_ext in '' $ac_executable_extensions; do
9078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9079 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9081 break 2
9082 fi
9083done
81ecdfbb
RW
9084 done
9085IFS=$as_save_IFS
9a819804
AO
9086
9087fi
9088fi
9089WINDRES=$ac_cv_prog_WINDRES
9090if test -n "$WINDRES"; then
81ecdfbb
RW
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9092$as_echo "$WINDRES" >&6; }
9a819804 9093else
81ecdfbb
RW
9094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9095$as_echo "no" >&6; }
9a819804
AO
9096fi
9097
81ecdfbb 9098
9a819804
AO
9099 done
9100fi
9101
9102for ncn_progname in windres; do
05cbd757
PB
9103 if test -n "$ncn_tool_prefix"; then
9104 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9105set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9107$as_echo_n "checking for $ac_word... " >&6; }
9108if test "${ac_cv_prog_WINDRES+set}" = set; then :
9109 $as_echo_n "(cached) " >&6
859789af
AC
9110else
9111 if test -n "$WINDRES"; then
9112 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9113else
c6b750e1
DJ
9114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9115for as_dir in $PATH
9116do
9117 IFS=$as_save_IFS
9118 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9119 for ac_exec_ext in '' $ac_executable_extensions; do
9120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9121 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9123 break 2
9124 fi
9125done
81ecdfbb
RW
9126 done
9127IFS=$as_save_IFS
c6b750e1 9128
859789af
AC
9129fi
9130fi
c6b750e1 9131WINDRES=$ac_cv_prog_WINDRES
859789af 9132if test -n "$WINDRES"; then
81ecdfbb
RW
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9134$as_echo "$WINDRES" >&6; }
859789af 9135else
81ecdfbb
RW
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9137$as_echo "no" >&6; }
859789af
AC
9138fi
9139
81ecdfbb 9140
05cbd757
PB
9141 fi
9142 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9143 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9144set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9146$as_echo_n "checking for $ac_word... " >&6; }
9147if test "${ac_cv_prog_WINDRES+set}" = set; then :
9148 $as_echo_n "(cached) " >&6
859789af 9149else
05cbd757
PB
9150 if test -n "$WINDRES"; then
9151 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
859789af 9152else
c6b750e1
DJ
9153as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9154for as_dir in $PATH
9155do
9156 IFS=$as_save_IFS
9157 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9158 for ac_exec_ext in '' $ac_executable_extensions; do
9159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9160 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9162 break 2
9163 fi
9164done
81ecdfbb
RW
9165 done
9166IFS=$as_save_IFS
c6b750e1 9167
859789af
AC
9168fi
9169fi
c6b750e1 9170WINDRES=$ac_cv_prog_WINDRES
05cbd757 9171if test -n "$WINDRES"; then
81ecdfbb
RW
9172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9173$as_echo "$WINDRES" >&6; }
859789af 9174else
81ecdfbb
RW
9175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9176$as_echo "no" >&6; }
859789af 9177fi
c6b750e1 9178
81ecdfbb 9179
05cbd757
PB
9180 fi
9181 test -n "$ac_cv_prog_WINDRES" && break
9182done
9183
9184if test -z "$ac_cv_prog_WINDRES" ; then
9185 set dummy windres
9186 if test $build = $host ; then
9187 WINDRES="$2"
859789af 9188 else
05cbd757 9189 WINDRES="${ncn_tool_prefix}$2"
859789af 9190 fi
859789af
AC
9191fi
9192
9a819804
AO
9193
9194
0c24b341
NC
9195if test -n "$WINDMC"; then
9196 ac_cv_prog_WINDMC=$WINDMC
9197elif test -n "$ac_cv_prog_WINDMC"; then
9198 WINDMC=$ac_cv_prog_WINDMC
9199fi
9200
9201if test -n "$ac_cv_prog_WINDMC"; then
9202 for ncn_progname in windmc; do
9203 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9204set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9206$as_echo_n "checking for $ac_word... " >&6; }
9207if test "${ac_cv_prog_WINDMC+set}" = set; then :
9208 $as_echo_n "(cached) " >&6
0c24b341
NC
9209else
9210 if test -n "$WINDMC"; then
9211 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9212else
9213as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9214for as_dir in $PATH
9215do
9216 IFS=$as_save_IFS
9217 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9218 for ac_exec_ext in '' $ac_executable_extensions; do
9219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9220 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9222 break 2
9223 fi
9224done
81ecdfbb
RW
9225 done
9226IFS=$as_save_IFS
0c24b341
NC
9227
9228fi
9229fi
9230WINDMC=$ac_cv_prog_WINDMC
9231if test -n "$WINDMC"; then
81ecdfbb
RW
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9233$as_echo "$WINDMC" >&6; }
0c24b341 9234else
81ecdfbb
RW
9235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9236$as_echo "no" >&6; }
0c24b341
NC
9237fi
9238
81ecdfbb 9239
0c24b341
NC
9240 done
9241fi
9242
9243for ncn_progname in windmc; do
9244 if test -n "$ncn_tool_prefix"; then
9245 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9246set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9248$as_echo_n "checking for $ac_word... " >&6; }
9249if test "${ac_cv_prog_WINDMC+set}" = set; then :
9250 $as_echo_n "(cached) " >&6
0c24b341
NC
9251else
9252 if test -n "$WINDMC"; then
9253 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9254else
9255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9256for as_dir in $PATH
9257do
9258 IFS=$as_save_IFS
9259 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9260 for ac_exec_ext in '' $ac_executable_extensions; do
9261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9262 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9264 break 2
9265 fi
9266done
81ecdfbb
RW
9267 done
9268IFS=$as_save_IFS
0c24b341
NC
9269
9270fi
9271fi
9272WINDMC=$ac_cv_prog_WINDMC
9273if test -n "$WINDMC"; then
81ecdfbb
RW
9274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9275$as_echo "$WINDMC" >&6; }
0c24b341 9276else
81ecdfbb
RW
9277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9278$as_echo "no" >&6; }
0c24b341
NC
9279fi
9280
81ecdfbb 9281
0c24b341
NC
9282 fi
9283 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9284 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9285set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9287$as_echo_n "checking for $ac_word... " >&6; }
9288if test "${ac_cv_prog_WINDMC+set}" = set; then :
9289 $as_echo_n "(cached) " >&6
0c24b341
NC
9290else
9291 if test -n "$WINDMC"; then
9292 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9293else
9294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9295for as_dir in $PATH
9296do
9297 IFS=$as_save_IFS
9298 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9299 for ac_exec_ext in '' $ac_executable_extensions; do
9300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9301 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9303 break 2
9304 fi
9305done
81ecdfbb
RW
9306 done
9307IFS=$as_save_IFS
0c24b341
NC
9308
9309fi
9310fi
9311WINDMC=$ac_cv_prog_WINDMC
9312if test -n "$WINDMC"; then
81ecdfbb
RW
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9314$as_echo "$WINDMC" >&6; }
0c24b341 9315else
81ecdfbb
RW
9316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9317$as_echo "no" >&6; }
0c24b341
NC
9318fi
9319
81ecdfbb 9320
0c24b341
NC
9321 fi
9322 test -n "$ac_cv_prog_WINDMC" && break
9323done
9324
9325if test -z "$ac_cv_prog_WINDMC" ; then
9326 set dummy windmc
9327 if test $build = $host ; then
9328 WINDMC="$2"
9329 else
9330 WINDMC="${ncn_tool_prefix}$2"
9331 fi
9332fi
9333
9334
9335
9a819804
AO
9336if test -n "$OBJCOPY"; then
9337 ac_cv_prog_OBJCOPY=$OBJCOPY
9338elif test -n "$ac_cv_prog_OBJCOPY"; then
9339 OBJCOPY=$ac_cv_prog_OBJCOPY
9340fi
9341
9342if test -n "$ac_cv_prog_OBJCOPY"; then
9343 for ncn_progname in objcopy; do
9344 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9345set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9347$as_echo_n "checking for $ac_word... " >&6; }
9348if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9349 $as_echo_n "(cached) " >&6
9a819804
AO
9350else
9351 if test -n "$OBJCOPY"; then
9352 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9353else
9354as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9355for as_dir in $PATH
9356do
9357 IFS=$as_save_IFS
9358 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9359 for ac_exec_ext in '' $ac_executable_extensions; do
9360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9361 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9363 break 2
9364 fi
9365done
81ecdfbb
RW
9366 done
9367IFS=$as_save_IFS
9a819804
AO
9368
9369fi
9370fi
9371OBJCOPY=$ac_cv_prog_OBJCOPY
9372if test -n "$OBJCOPY"; then
81ecdfbb
RW
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9374$as_echo "$OBJCOPY" >&6; }
9a819804 9375else
81ecdfbb
RW
9376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9377$as_echo "no" >&6; }
9a819804
AO
9378fi
9379
81ecdfbb 9380
9a819804
AO
9381 done
9382fi
9383
9384for ncn_progname in objcopy; do
05cbd757
PB
9385 if test -n "$ncn_tool_prefix"; then
9386 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9387set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9389$as_echo_n "checking for $ac_word... " >&6; }
9390if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9391 $as_echo_n "(cached) " >&6
859789af
AC
9392else
9393 if test -n "$OBJCOPY"; then
9394 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9395else
c6b750e1
DJ
9396as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9397for as_dir in $PATH
9398do
9399 IFS=$as_save_IFS
9400 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9401 for ac_exec_ext in '' $ac_executable_extensions; do
9402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9403 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9405 break 2
9406 fi
9407done
81ecdfbb
RW
9408 done
9409IFS=$as_save_IFS
c6b750e1 9410
859789af
AC
9411fi
9412fi
c6b750e1 9413OBJCOPY=$ac_cv_prog_OBJCOPY
859789af 9414if test -n "$OBJCOPY"; then
81ecdfbb
RW
9415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9416$as_echo "$OBJCOPY" >&6; }
859789af 9417else
81ecdfbb
RW
9418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9419$as_echo "no" >&6; }
859789af
AC
9420fi
9421
81ecdfbb 9422
05cbd757
PB
9423 fi
9424 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9425 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9426set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9428$as_echo_n "checking for $ac_word... " >&6; }
9429if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9430 $as_echo_n "(cached) " >&6
859789af 9431else
05cbd757
PB
9432 if test -n "$OBJCOPY"; then
9433 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
859789af 9434else
c6b750e1
DJ
9435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9436for as_dir in $PATH
9437do
9438 IFS=$as_save_IFS
9439 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9440 for ac_exec_ext in '' $ac_executable_extensions; do
9441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9442 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9444 break 2
9445 fi
9446done
81ecdfbb
RW
9447 done
9448IFS=$as_save_IFS
c6b750e1 9449
859789af
AC
9450fi
9451fi
c6b750e1 9452OBJCOPY=$ac_cv_prog_OBJCOPY
05cbd757 9453if test -n "$OBJCOPY"; then
81ecdfbb
RW
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9455$as_echo "$OBJCOPY" >&6; }
859789af 9456else
81ecdfbb
RW
9457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9458$as_echo "no" >&6; }
859789af 9459fi
c6b750e1 9460
81ecdfbb 9461
05cbd757
PB
9462 fi
9463 test -n "$ac_cv_prog_OBJCOPY" && break
9464done
9465
9466if test -z "$ac_cv_prog_OBJCOPY" ; then
9467 set dummy objcopy
9468 if test $build = $host ; then
9469 OBJCOPY="$2"
859789af 9470 else
05cbd757 9471 OBJCOPY="${ncn_tool_prefix}$2"
859789af 9472 fi
859789af
AC
9473fi
9474
9a819804
AO
9475
9476
9477if test -n "$OBJDUMP"; then
9478 ac_cv_prog_OBJDUMP=$OBJDUMP
9479elif test -n "$ac_cv_prog_OBJDUMP"; then
9480 OBJDUMP=$ac_cv_prog_OBJDUMP
9481fi
9482
9483if test -n "$ac_cv_prog_OBJDUMP"; then
9484 for ncn_progname in objdump; do
9485 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9486set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9488$as_echo_n "checking for $ac_word... " >&6; }
9489if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9490 $as_echo_n "(cached) " >&6
9a819804
AO
9491else
9492 if test -n "$OBJDUMP"; then
9493 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9494else
9495as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9496for as_dir in $PATH
9497do
9498 IFS=$as_save_IFS
9499 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9500 for ac_exec_ext in '' $ac_executable_extensions; do
9501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9502 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9504 break 2
9505 fi
9506done
81ecdfbb
RW
9507 done
9508IFS=$as_save_IFS
9a819804
AO
9509
9510fi
9511fi
9512OBJDUMP=$ac_cv_prog_OBJDUMP
9513if test -n "$OBJDUMP"; then
81ecdfbb
RW
9514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9515$as_echo "$OBJDUMP" >&6; }
9a819804 9516else
81ecdfbb
RW
9517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9518$as_echo "no" >&6; }
9a819804
AO
9519fi
9520
81ecdfbb 9521
9a819804
AO
9522 done
9523fi
9524
9525for ncn_progname in objdump; do
05cbd757
PB
9526 if test -n "$ncn_tool_prefix"; then
9527 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9528set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9530$as_echo_n "checking for $ac_word... " >&6; }
9531if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9532 $as_echo_n "(cached) " >&6
859789af
AC
9533else
9534 if test -n "$OBJDUMP"; then
9535 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9536else
c6b750e1
DJ
9537as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9538for as_dir in $PATH
9539do
9540 IFS=$as_save_IFS
9541 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9542 for ac_exec_ext in '' $ac_executable_extensions; do
9543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9544 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9546 break 2
9547 fi
9548done
81ecdfbb
RW
9549 done
9550IFS=$as_save_IFS
c6b750e1 9551
859789af
AC
9552fi
9553fi
c6b750e1 9554OBJDUMP=$ac_cv_prog_OBJDUMP
859789af 9555if test -n "$OBJDUMP"; then
81ecdfbb
RW
9556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9557$as_echo "$OBJDUMP" >&6; }
859789af 9558else
81ecdfbb
RW
9559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9560$as_echo "no" >&6; }
859789af
AC
9561fi
9562
81ecdfbb 9563
05cbd757
PB
9564 fi
9565 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9566 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9567set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9569$as_echo_n "checking for $ac_word... " >&6; }
9570if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9571 $as_echo_n "(cached) " >&6
859789af 9572else
05cbd757
PB
9573 if test -n "$OBJDUMP"; then
9574 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
859789af 9575else
c6b750e1
DJ
9576as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9577for as_dir in $PATH
9578do
9579 IFS=$as_save_IFS
9580 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9581 for ac_exec_ext in '' $ac_executable_extensions; do
9582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9583 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9585 break 2
9586 fi
9587done
81ecdfbb
RW
9588 done
9589IFS=$as_save_IFS
c6b750e1 9590
859789af
AC
9591fi
9592fi
c6b750e1 9593OBJDUMP=$ac_cv_prog_OBJDUMP
05cbd757 9594if test -n "$OBJDUMP"; then
81ecdfbb
RW
9595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9596$as_echo "$OBJDUMP" >&6; }
859789af 9597else
81ecdfbb
RW
9598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9599$as_echo "no" >&6; }
859789af 9600fi
c6b750e1 9601
81ecdfbb 9602
05cbd757
PB
9603 fi
9604 test -n "$ac_cv_prog_OBJDUMP" && break
9605done
9606
9607if test -z "$ac_cv_prog_OBJDUMP" ; then
9608 set dummy objdump
9609 if test $build = $host ; then
9610 OBJDUMP="$2"
859789af 9611 else
05cbd757 9612 OBJDUMP="${ncn_tool_prefix}$2"
859789af 9613 fi
859789af
AC
9614fi
9615
a0da8069
NN
9616
9617
9618
9619
9620
be01d343 9621# Target tools.
c6b750e1 9622
81ecdfbb
RW
9623# Check whether --with-build-time-tools was given.
9624if test "${with_build_time_tools+set}" = set; then :
9625 withval=$with_build_time_tools; case x"$withval" in
2429c060
PB
9626 x/*) ;;
9627 *)
9628 with_build_time_tools=
81ecdfbb
RW
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9630$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
2429c060
PB
9631 ;;
9632 esac
859789af 9633else
2429c060 9634 with_build_time_tools=
81ecdfbb
RW
9635fi
9636
859789af 9637
9a819804
AO
9638
9639
9640if test -n "$CC_FOR_TARGET"; then
9641 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9642elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9643 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9644fi
9645
9646if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9647 for ncn_progname in cc gcc; do
9648 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9649set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9651$as_echo_n "checking for $ac_word... " >&6; }
9652if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9653 $as_echo_n "(cached) " >&6
9a819804
AO
9654else
9655 if test -n "$CC_FOR_TARGET"; then
9656 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9657else
9658as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9659for as_dir in $PATH
9660do
9661 IFS=$as_save_IFS
9662 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9663 for ac_exec_ext in '' $ac_executable_extensions; do
9664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9665 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9667 break 2
9668 fi
9669done
81ecdfbb
RW
9670 done
9671IFS=$as_save_IFS
9a819804
AO
9672
9673fi
9674fi
9675CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9676if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9678$as_echo "$CC_FOR_TARGET" >&6; }
9a819804 9679else
81ecdfbb
RW
9680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9681$as_echo "no" >&6; }
9a819804
AO
9682fi
9683
81ecdfbb 9684
9a819804
AO
9685 done
9686fi
9687
9688if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9689 for ncn_progname in cc gcc; do
81ecdfbb
RW
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9691$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9692 if test -x $with_build_time_tools/${ncn_progname}; then
9693 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9695$as_echo "yes" >&6; }
cac3d6c4 9696 break
2429c060 9697 else
81ecdfbb
RW
9698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9699$as_echo "no" >&6; }
cac3d6c4
CM
9700 fi
9701 done
55db4b87
PB
9702fi
9703
2429c060
PB
9704if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9705 for ncn_progname in cc gcc; do
9706 if test -n "$ncn_target_tool_prefix"; then
9707 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9708set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9710$as_echo_n "checking for $ac_word... " >&6; }
9711if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9712 $as_echo_n "(cached) " >&6
55db4b87
PB
9713else
9714 if test -n "$CC_FOR_TARGET"; then
9715 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9716else
c6b750e1
DJ
9717as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9718for as_dir in $PATH
9719do
9720 IFS=$as_save_IFS
9721 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9722 for ac_exec_ext in '' $ac_executable_extensions; do
9723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9724 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9726 break 2
9727 fi
9728done
81ecdfbb
RW
9729 done
9730IFS=$as_save_IFS
c6b750e1 9731
55db4b87
PB
9732fi
9733fi
c6b750e1 9734CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
55db4b87 9735if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9737$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9738else
81ecdfbb
RW
9739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9740$as_echo "no" >&6; }
55db4b87
PB
9741fi
9742
81ecdfbb 9743
2429c060
PB
9744 fi
9745 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9746 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9747set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9749$as_echo_n "checking for $ac_word... " >&6; }
9750if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9751 $as_echo_n "(cached) " >&6
55db4b87 9752else
05cbd757
PB
9753 if test -n "$CC_FOR_TARGET"; then
9754 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
55db4b87 9755else
c6b750e1
DJ
9756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9757for as_dir in $PATH
9758do
9759 IFS=$as_save_IFS
9760 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9761 for ac_exec_ext in '' $ac_executable_extensions; do
9762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9763 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9765 break 2
9766 fi
9767done
81ecdfbb
RW
9768 done
9769IFS=$as_save_IFS
c6b750e1 9770
55db4b87
PB
9771fi
9772fi
c6b750e1 9773CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
05cbd757 9774if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9776$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9777else
81ecdfbb
RW
9778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9779$as_echo "no" >&6; }
55db4b87 9780fi
c6b750e1 9781
81ecdfbb 9782
2429c060
PB
9783 fi
9784 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9785 done
9786fi
c6b750e1 9787
05cbd757
PB
9788if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9789 set dummy cc gcc
9790 if test $build = $target ; then
9791 CC_FOR_TARGET="$2"
55db4b87 9792 else
05cbd757 9793 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 9794 fi
d3f5afc4
MS
9795else
9796 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
55db4b87
PB
9797fi
9798
9a819804
AO
9799
9800
9801if test -n "$CXX_FOR_TARGET"; then
9802 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9803elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9804 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9805fi
9806
9807if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9808 for ncn_progname in c++ g++ cxx gxx; do
9809 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9810set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9812$as_echo_n "checking for $ac_word... " >&6; }
9813if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9814 $as_echo_n "(cached) " >&6
9a819804
AO
9815else
9816 if test -n "$CXX_FOR_TARGET"; then
9817 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9818else
9819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9820for as_dir in $PATH
9821do
9822 IFS=$as_save_IFS
9823 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9824 for ac_exec_ext in '' $ac_executable_extensions; do
9825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9826 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 9827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9828 break 2
9829 fi
9830done
81ecdfbb
RW
9831 done
9832IFS=$as_save_IFS
9a819804
AO
9833
9834fi
9835fi
9836CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9837if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9839$as_echo "$CXX_FOR_TARGET" >&6; }
9a819804 9840else
81ecdfbb
RW
9841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9842$as_echo "no" >&6; }
9a819804
AO
9843fi
9844
81ecdfbb 9845
9a819804
AO
9846 done
9847fi
9848
9849if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9850 for ncn_progname in c++ g++ cxx gxx; do
81ecdfbb
RW
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9852$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9853 if test -x $with_build_time_tools/${ncn_progname}; then
9854 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9856$as_echo "yes" >&6; }
2429c060
PB
9857 break
9858 else
81ecdfbb
RW
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9860$as_echo "no" >&6; }
2429c060
PB
9861 fi
9862 done
9863fi
9864
9865if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9866 for ncn_progname in c++ g++ cxx gxx; do
9867 if test -n "$ncn_target_tool_prefix"; then
9868 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9869set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9871$as_echo_n "checking for $ac_word... " >&6; }
9872if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9873 $as_echo_n "(cached) " >&6
55db4b87
PB
9874else
9875 if test -n "$CXX_FOR_TARGET"; then
9876 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9877else
c6b750e1
DJ
9878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9879for as_dir in $PATH
9880do
9881 IFS=$as_save_IFS
9882 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9883 for ac_exec_ext in '' $ac_executable_extensions; do
9884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9885 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9887 break 2
9888 fi
9889done
81ecdfbb
RW
9890 done
9891IFS=$as_save_IFS
c6b750e1 9892
55db4b87
PB
9893fi
9894fi
c6b750e1 9895CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
55db4b87 9896if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9898$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 9899else
81ecdfbb
RW
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9901$as_echo "no" >&6; }
55db4b87
PB
9902fi
9903
81ecdfbb 9904
2429c060
PB
9905 fi
9906 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9907 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9908set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9910$as_echo_n "checking for $ac_word... " >&6; }
9911if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9912 $as_echo_n "(cached) " >&6
55db4b87 9913else
05cbd757
PB
9914 if test -n "$CXX_FOR_TARGET"; then
9915 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
55db4b87 9916else
c6b750e1
DJ
9917as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9918for as_dir in $PATH
9919do
9920 IFS=$as_save_IFS
9921 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9922 for ac_exec_ext in '' $ac_executable_extensions; do
9923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9924 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 9925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9926 break 2
9927 fi
9928done
81ecdfbb
RW
9929 done
9930IFS=$as_save_IFS
c6b750e1 9931
55db4b87
PB
9932fi
9933fi
c6b750e1 9934CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
05cbd757 9935if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9937$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 9938else
81ecdfbb
RW
9939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9940$as_echo "no" >&6; }
55db4b87 9941fi
c6b750e1 9942
81ecdfbb 9943
2429c060
PB
9944 fi
9945 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
9946 done
9947fi
c6b750e1 9948
05cbd757
PB
9949if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
9950 set dummy c++ g++ cxx gxx
9951 if test $build = $target ; then
9952 CXX_FOR_TARGET="$2"
55db4b87 9953 else
05cbd757 9954 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 9955 fi
d3f5afc4
MS
9956else
9957 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
859789af
AC
9958fi
9959
9a819804
AO
9960
9961
9962if test -n "$GCC_FOR_TARGET"; then
9963 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
9964elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9965 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9966fi
9967
9968if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9969 for ncn_progname in gcc; do
9970 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9971set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9973$as_echo_n "checking for $ac_word... " >&6; }
9974if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9975 $as_echo_n "(cached) " >&6
9a819804
AO
9976else
9977 if test -n "$GCC_FOR_TARGET"; then
9978 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
9979else
9980as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9981for as_dir in $PATH
9982do
9983 IFS=$as_save_IFS
9984 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9985 for ac_exec_ext in '' $ac_executable_extensions; do
9986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9987 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9989 break 2
9990 fi
9991done
81ecdfbb
RW
9992 done
9993IFS=$as_save_IFS
9a819804
AO
9994
9995fi
9996fi
9997GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9998if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
9999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10000$as_echo "$GCC_FOR_TARGET" >&6; }
9a819804 10001else
81ecdfbb
RW
10002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10003$as_echo "no" >&6; }
9a819804
AO
10004fi
10005
81ecdfbb 10006
9a819804
AO
10007 done
10008fi
10009
10010if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10011 for ncn_progname in gcc; do
81ecdfbb
RW
10012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10013$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10014 if test -x $with_build_time_tools/${ncn_progname}; then
10015 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10017$as_echo "yes" >&6; }
2429c060
PB
10018 break
10019 else
81ecdfbb
RW
10020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10021$as_echo "no" >&6; }
2429c060
PB
10022 fi
10023 done
10024fi
10025
10026if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10027 for ncn_progname in gcc; do
10028 if test -n "$ncn_target_tool_prefix"; then
10029 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10030set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10032$as_echo_n "checking for $ac_word... " >&6; }
10033if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10034 $as_echo_n "(cached) " >&6
859789af 10035else
2429c060
PB
10036 if test -n "$GCC_FOR_TARGET"; then
10037 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10038else
c6b750e1
DJ
10039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10040for as_dir in $PATH
10041do
10042 IFS=$as_save_IFS
10043 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10044 for ac_exec_ext in '' $ac_executable_extensions; do
10045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10046 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10048 break 2
10049 fi
10050done
81ecdfbb
RW
10051 done
10052IFS=$as_save_IFS
c6b750e1 10053
55db4b87
PB
10054fi
10055fi
c6b750e1 10056GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
55db4b87 10057if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10059$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10060else
81ecdfbb
RW
10061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10062$as_echo "no" >&6; }
55db4b87
PB
10063fi
10064
81ecdfbb 10065
2429c060
PB
10066 fi
10067 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10068 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10069set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10071$as_echo_n "checking for $ac_word... " >&6; }
10072if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10073 $as_echo_n "(cached) " >&6
55db4b87 10074else
05cbd757
PB
10075 if test -n "$GCC_FOR_TARGET"; then
10076 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10077else
c6b750e1
DJ
10078as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10079for as_dir in $PATH
10080do
10081 IFS=$as_save_IFS
10082 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10083 for ac_exec_ext in '' $ac_executable_extensions; do
10084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10085 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10087 break 2
10088 fi
10089done
81ecdfbb
RW
10090 done
10091IFS=$as_save_IFS
c6b750e1 10092
55db4b87
PB
10093fi
10094fi
c6b750e1 10095GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
05cbd757 10096if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10098$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10099else
81ecdfbb
RW
10100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10101$as_echo "no" >&6; }
55db4b87 10102fi
c6b750e1 10103
81ecdfbb 10104
2429c060
PB
10105 fi
10106 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10107 done
10108fi
c6b750e1 10109
05cbd757
PB
10110if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10111 GCC_FOR_TARGET="${CC_FOR_TARGET}"
d3f5afc4
MS
10112else
10113 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
55db4b87
PB
10114fi
10115
9a819804
AO
10116
10117
10118if test -n "$GCJ_FOR_TARGET"; then
10119 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10120elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10121 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10122fi
10123
10124if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10125 for ncn_progname in gcj; do
10126 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10127set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10129$as_echo_n "checking for $ac_word... " >&6; }
10130if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10131 $as_echo_n "(cached) " >&6
9a819804
AO
10132else
10133 if test -n "$GCJ_FOR_TARGET"; then
10134 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10135else
10136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10137for as_dir in $PATH
10138do
10139 IFS=$as_save_IFS
10140 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10141 for ac_exec_ext in '' $ac_executable_extensions; do
10142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10143 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10145 break 2
10146 fi
10147done
81ecdfbb
RW
10148 done
10149IFS=$as_save_IFS
9a819804
AO
10150
10151fi
10152fi
10153GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10154if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10156$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10157else
81ecdfbb
RW
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10159$as_echo "no" >&6; }
9a819804
AO
10160fi
10161
81ecdfbb 10162
9a819804
AO
10163 done
10164fi
10165
10166if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10167 for ncn_progname in gcj; do
81ecdfbb
RW
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10169$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10170 if test -x $with_build_time_tools/${ncn_progname}; then
10171 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10173$as_echo "yes" >&6; }
2429c060
PB
10174 break
10175 else
81ecdfbb
RW
10176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10177$as_echo "no" >&6; }
2429c060
PB
10178 fi
10179 done
10180fi
10181
10182if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10183 for ncn_progname in gcj; do
10184 if test -n "$ncn_target_tool_prefix"; then
10185 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10186set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10188$as_echo_n "checking for $ac_word... " >&6; }
10189if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10190 $as_echo_n "(cached) " >&6
55db4b87
PB
10191else
10192 if test -n "$GCJ_FOR_TARGET"; then
10193 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10194else
c6b750e1
DJ
10195as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10196for as_dir in $PATH
10197do
10198 IFS=$as_save_IFS
10199 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10200 for ac_exec_ext in '' $ac_executable_extensions; do
10201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10202 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10204 break 2
10205 fi
10206done
81ecdfbb
RW
10207 done
10208IFS=$as_save_IFS
c6b750e1 10209
55db4b87
PB
10210fi
10211fi
9a819804
AO
10212GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10213if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10215$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10216else
81ecdfbb
RW
10217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10218$as_echo "no" >&6; }
9a819804
AO
10219fi
10220
81ecdfbb 10221
9a819804
AO
10222 fi
10223 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10224 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10225set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10227$as_echo_n "checking for $ac_word... " >&6; }
10228if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10229 $as_echo_n "(cached) " >&6
9a819804
AO
10230else
10231 if test -n "$GCJ_FOR_TARGET"; then
10232 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10233else
10234as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10235for as_dir in $PATH
10236do
10237 IFS=$as_save_IFS
10238 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10239 for ac_exec_ext in '' $ac_executable_extensions; do
10240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10241 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10243 break 2
10244 fi
10245done
81ecdfbb
RW
10246 done
10247IFS=$as_save_IFS
9a819804
AO
10248
10249fi
10250fi
10251GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10252if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10254$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10255else
81ecdfbb
RW
10256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10257$as_echo "no" >&6; }
9a819804
AO
10258fi
10259
81ecdfbb 10260
9a819804
AO
10261 fi
10262 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10263 done
10264fi
10265
10266if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10267 set dummy gcj
10268 if test $build = $target ; then
10269 GCJ_FOR_TARGET="$2"
10270 else
10271 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10272 fi
d3f5afc4
MS
10273else
10274 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9a819804
AO
10275fi
10276
10277
10278
10279if test -n "$GFORTRAN_FOR_TARGET"; then
10280 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10281elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10282 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87
PB
10283fi
10284
9a819804
AO
10285if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10286 for ncn_progname in gfortran; do
10287 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10288set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10290$as_echo_n "checking for $ac_word... " >&6; }
10291if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10292 $as_echo_n "(cached) " >&6
55db4b87 10293else
9a819804
AO
10294 if test -n "$GFORTRAN_FOR_TARGET"; then
10295 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
55db4b87 10296else
c6b750e1
DJ
10297as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10298for as_dir in $PATH
10299do
10300 IFS=$as_save_IFS
10301 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10302 for ac_exec_ext in '' $ac_executable_extensions; do
10303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10304 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10306 break 2
10307 fi
10308done
81ecdfbb
RW
10309 done
10310IFS=$as_save_IFS
c6b750e1 10311
55db4b87
PB
10312fi
10313fi
9a819804
AO
10314GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10315if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10317$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10318else
81ecdfbb
RW
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10320$as_echo "no" >&6; }
55db4b87 10321fi
c6b750e1 10322
81ecdfbb 10323
2429c060
PB
10324 done
10325fi
c6b750e1 10326
9a819804 10327if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10328 for ncn_progname in gfortran; do
81ecdfbb
RW
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10330$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10331 if test -x $with_build_time_tools/${ncn_progname}; then
10332 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10334$as_echo "yes" >&6; }
2429c060
PB
10335 break
10336 else
81ecdfbb
RW
10337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10338$as_echo "no" >&6; }
2429c060
PB
10339 fi
10340 done
10341fi
10342
10343if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10344 for ncn_progname in gfortran; do
10345 if test -n "$ncn_target_tool_prefix"; then
10346 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10347set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10349$as_echo_n "checking for $ac_word... " >&6; }
10350if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10351 $as_echo_n "(cached) " >&6
55db4b87
PB
10352else
10353 if test -n "$GFORTRAN_FOR_TARGET"; then
10354 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10355else
c6b750e1
DJ
10356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10357for as_dir in $PATH
10358do
10359 IFS=$as_save_IFS
10360 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10361 for ac_exec_ext in '' $ac_executable_extensions; do
10362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10363 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10365 break 2
10366 fi
10367done
81ecdfbb
RW
10368 done
10369IFS=$as_save_IFS
c6b750e1 10370
55db4b87
PB
10371fi
10372fi
c6b750e1 10373GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87 10374if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10376$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10377else
81ecdfbb
RW
10378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10379$as_echo "no" >&6; }
55db4b87
PB
10380fi
10381
81ecdfbb 10382
2429c060
PB
10383 fi
10384 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10385 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10386set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10388$as_echo_n "checking for $ac_word... " >&6; }
10389if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10390 $as_echo_n "(cached) " >&6
55db4b87 10391else
05cbd757 10392 if test -n "$GFORTRAN_FOR_TARGET"; then
c6b750e1
DJ
10393 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10394else
10395as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10396for as_dir in $PATH
10397do
10398 IFS=$as_save_IFS
10399 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10400 for ac_exec_ext in '' $ac_executable_extensions; do
10401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10402 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10404 break 2
10405 fi
10406done
81ecdfbb
RW
10407 done
10408IFS=$as_save_IFS
c6b750e1 10409
55db4b87
PB
10410fi
10411fi
c6b750e1 10412GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
05cbd757 10413if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10415$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10416else
81ecdfbb
RW
10417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10418$as_echo "no" >&6; }
55db4b87 10419fi
c6b750e1 10420
81ecdfbb 10421
2429c060
PB
10422 fi
10423 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10424 done
10425fi
c6b750e1 10426
05cbd757
PB
10427if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10428 set dummy gfortran
10429 if test $build = $target ; then
10430 GFORTRAN_FOR_TARGET="$2"
55db4b87 10431 else
05cbd757 10432 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10433 fi
d3f5afc4
MS
10434else
10435 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
859789af
AC
10436fi
10437
2429c060
PB
10438
10439
e552509b
ILT
10440if test -n "$GOC_FOR_TARGET"; then
10441 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10442elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10443 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10444fi
10445
10446if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10447 for ncn_progname in gccgo; do
10448 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10449set dummy ${ncn_progname}; ac_word=$2
10450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10451$as_echo_n "checking for $ac_word... " >&6; }
10452if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10453 $as_echo_n "(cached) " >&6
10454else
10455 if test -n "$GOC_FOR_TARGET"; then
10456 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10457else
10458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10459for as_dir in $PATH
10460do
10461 IFS=$as_save_IFS
10462 test -z "$as_dir" && as_dir=.
10463 for ac_exec_ext in '' $ac_executable_extensions; do
10464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10465 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10467 break 2
10468 fi
10469done
10470 done
10471IFS=$as_save_IFS
10472
10473fi
10474fi
10475GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10476if test -n "$GOC_FOR_TARGET"; then
10477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10478$as_echo "$GOC_FOR_TARGET" >&6; }
10479else
10480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10481$as_echo "no" >&6; }
10482fi
10483
10484
10485 done
10486fi
10487
10488if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10489 for ncn_progname in gccgo; do
10490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10491$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10492 if test -x $with_build_time_tools/${ncn_progname}; then
10493 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10495$as_echo "yes" >&6; }
10496 break
10497 else
10498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10499$as_echo "no" >&6; }
10500 fi
10501 done
10502fi
10503
10504if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10505 for ncn_progname in gccgo; do
10506 if test -n "$ncn_target_tool_prefix"; then
10507 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10508set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10510$as_echo_n "checking for $ac_word... " >&6; }
10511if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10512 $as_echo_n "(cached) " >&6
10513else
10514 if test -n "$GOC_FOR_TARGET"; then
10515 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10516else
10517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10518for as_dir in $PATH
10519do
10520 IFS=$as_save_IFS
10521 test -z "$as_dir" && as_dir=.
10522 for ac_exec_ext in '' $ac_executable_extensions; do
10523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10524 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10526 break 2
10527 fi
10528done
10529 done
10530IFS=$as_save_IFS
10531
10532fi
10533fi
10534GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10535if test -n "$GOC_FOR_TARGET"; then
10536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10537$as_echo "$GOC_FOR_TARGET" >&6; }
10538else
10539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10540$as_echo "no" >&6; }
10541fi
10542
10543
10544 fi
10545 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10546 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10547set dummy ${ncn_progname}; ac_word=$2
10548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10549$as_echo_n "checking for $ac_word... " >&6; }
10550if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10551 $as_echo_n "(cached) " >&6
10552else
10553 if test -n "$GOC_FOR_TARGET"; then
10554 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10555else
10556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10557for as_dir in $PATH
10558do
10559 IFS=$as_save_IFS
10560 test -z "$as_dir" && as_dir=.
10561 for ac_exec_ext in '' $ac_executable_extensions; do
10562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10563 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10565 break 2
10566 fi
10567done
10568 done
10569IFS=$as_save_IFS
10570
10571fi
10572fi
10573GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10574if test -n "$GOC_FOR_TARGET"; then
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10576$as_echo "$GOC_FOR_TARGET" >&6; }
10577else
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10579$as_echo "no" >&6; }
10580fi
10581
10582
10583 fi
10584 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10585 done
10586fi
10587
10588if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10589 set dummy gccgo
10590 if test $build = $target ; then
10591 GOC_FOR_TARGET="$2"
10592 else
10593 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10594 fi
10595else
10596 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10597fi
10598
10599
10600
2429c060
PB
10601cat > conftest.c << \EOF
10602#ifdef __GNUC__
10603 gcc_yay;
10604#endif
10605EOF
10606if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10607 have_gcc_for_target=yes
859789af 10608else
2429c060
PB
10609 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10610 have_gcc_for_target=no
859789af 10611fi
2429c060
PB
10612rm conftest.c
10613
10614
10615
859789af 10616
2429c060
PB
10617if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10618 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10620$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10621 if test -x $with_build_time_tools/ar; then
10622 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10623 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
81ecdfbb
RW
10624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10625$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
3a35eeb3 10626 else
81ecdfbb
RW
10627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10628$as_echo "no" >&6; }
3a35eeb3 10629 fi
2429c060
PB
10630 elif test $build != $host && test $have_gcc_for_target = yes; then
10631 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
d3f5afc4
MS
10632 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10633 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
05cbd757 10634 fi
2429c060 10635fi
c6b750e1 10636if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10637 # Extract the first word of "ar", so it can be a program name with args.
10638set dummy ar; ac_word=$2
81ecdfbb
RW
10639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10640$as_echo_n "checking for $ac_word... " >&6; }
10641if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10642 $as_echo_n "(cached) " >&6
859789af 10643else
c6b750e1
DJ
10644 case $AR_FOR_TARGET in
10645 [\\/]* | ?:[\\/]*)
2429c060
PB
10646 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10647 ;;
2429c060 10648 *)
c6b750e1
DJ
10649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10650for as_dir in $gcc_cv_tool_dirs
10651do
10652 IFS=$as_save_IFS
10653 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10654 for ac_exec_ext in '' $ac_executable_extensions; do
10655 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10656 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10657 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10658 break 2
10659 fi
10660done
81ecdfbb
RW
10661 done
10662IFS=$as_save_IFS
c6b750e1 10663
2429c060
PB
10664 ;;
10665esac
859789af 10666fi
c6b750e1 10667AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060 10668if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10670$as_echo "$AR_FOR_TARGET" >&6; }
859789af 10671else
81ecdfbb
RW
10672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10673$as_echo "no" >&6; }
859789af 10674fi
05cbd757 10675
81ecdfbb 10676
2429c060
PB
10677fi
10678if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9a819804
AO
10679
10680
10681if test -n "$AR_FOR_TARGET"; then
10682 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10683elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10684 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10685fi
10686
10687if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10688 for ncn_progname in ar; do
10689 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10690set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10692$as_echo_n "checking for $ac_word... " >&6; }
10693if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10694 $as_echo_n "(cached) " >&6
9a819804
AO
10695else
10696 if test -n "$AR_FOR_TARGET"; then
10697 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10698else
10699as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10700for as_dir in $PATH
10701do
10702 IFS=$as_save_IFS
10703 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10704 for ac_exec_ext in '' $ac_executable_extensions; do
10705 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10706 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10708 break 2
10709 fi
10710done
81ecdfbb
RW
10711 done
10712IFS=$as_save_IFS
9a819804
AO
10713
10714fi
10715fi
10716AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10717if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10719$as_echo "$AR_FOR_TARGET" >&6; }
9a819804 10720else
81ecdfbb
RW
10721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10722$as_echo "no" >&6; }
9a819804
AO
10723fi
10724
81ecdfbb 10725
9a819804
AO
10726 done
10727fi
10728
10729if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10730 for ncn_progname in ar; do
81ecdfbb
RW
10731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10732$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10733 if test -x $with_build_time_tools/${ncn_progname}; then
10734 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10736$as_echo "yes" >&6; }
2429c060
PB
10737 break
10738 else
81ecdfbb
RW
10739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10740$as_echo "no" >&6; }
2429c060
PB
10741 fi
10742 done
859789af
AC
10743fi
10744
2429c060
PB
10745if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10746 for ncn_progname in ar; do
10747 if test -n "$ncn_target_tool_prefix"; then
10748 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10749set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10751$as_echo_n "checking for $ac_word... " >&6; }
10752if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10753 $as_echo_n "(cached) " >&6
7e0f7140 10754else
2429c060
PB
10755 if test -n "$AR_FOR_TARGET"; then
10756 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
7e0f7140 10757else
c6b750e1
DJ
10758as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10759for as_dir in $PATH
10760do
10761 IFS=$as_save_IFS
10762 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10763 for ac_exec_ext in '' $ac_executable_extensions; do
10764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10765 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10767 break 2
10768 fi
10769done
81ecdfbb
RW
10770 done
10771IFS=$as_save_IFS
c6b750e1 10772
7e0f7140
GK
10773fi
10774fi
c6b750e1 10775AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 10776if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10778$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 10779else
81ecdfbb
RW
10780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10781$as_echo "no" >&6; }
7e0f7140
GK
10782fi
10783
81ecdfbb 10784
2429c060
PB
10785 fi
10786 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10787 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 10788set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10790$as_echo_n "checking for $ac_word... " >&6; }
10791if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10792 $as_echo_n "(cached) " >&6
7e0f7140 10793else
2429c060
PB
10794 if test -n "$AR_FOR_TARGET"; then
10795 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
cac3d6c4 10796else
c6b750e1
DJ
10797as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10798for as_dir in $PATH
10799do
10800 IFS=$as_save_IFS
10801 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10802 for ac_exec_ext in '' $ac_executable_extensions; do
10803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10804 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10806 break 2
10807 fi
10808done
81ecdfbb
RW
10809 done
10810IFS=$as_save_IFS
c6b750e1 10811
7e0f7140
GK
10812fi
10813fi
c6b750e1 10814AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 10815if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10817$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 10818else
81ecdfbb
RW
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10820$as_echo "no" >&6; }
7e0f7140 10821fi
c6b750e1 10822
81ecdfbb 10823
2429c060
PB
10824 fi
10825 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10826 done
10827fi
c6b750e1 10828
2429c060
PB
10829if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10830 set dummy ar
7e0f7140 10831 if test $build = $target ; then
2429c060 10832 AR_FOR_TARGET="$2"
7e0f7140 10833 else
2429c060 10834 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
7e0f7140 10835 fi
d3f5afc4
MS
10836else
10837 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
7e0f7140
GK
10838fi
10839
3a35eeb3
PB
10840else
10841 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060
PB
10842fi
10843
10844
10845
10846
10847if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10848 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10850$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10851 if test -x $with_build_time_tools/as; then
10852 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10853 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
81ecdfbb
RW
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10855$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
3a35eeb3 10856 else
81ecdfbb
RW
10857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10858$as_echo "no" >&6; }
3a35eeb3 10859 fi
2429c060
PB
10860 elif test $build != $host && test $have_gcc_for_target = yes; then
10861 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
d3f5afc4
MS
10862 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10863 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
2429c060
PB
10864 fi
10865fi
c6b750e1 10866if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10867 # Extract the first word of "as", so it can be a program name with args.
10868set dummy as; ac_word=$2
81ecdfbb
RW
10869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10870$as_echo_n "checking for $ac_word... " >&6; }
10871if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10872 $as_echo_n "(cached) " >&6
2429c060 10873else
c6b750e1
DJ
10874 case $AS_FOR_TARGET in
10875 [\\/]* | ?:[\\/]*)
2429c060
PB
10876 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10877 ;;
2429c060 10878 *)
c6b750e1
DJ
10879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10880for as_dir in $gcc_cv_tool_dirs
10881do
10882 IFS=$as_save_IFS
10883 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10884 for ac_exec_ext in '' $ac_executable_extensions; do
10885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10886 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10888 break 2
10889 fi
10890done
81ecdfbb
RW
10891 done
10892IFS=$as_save_IFS
c6b750e1 10893
2429c060
PB
10894 ;;
10895esac
10896fi
c6b750e1 10897AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060 10898if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
10899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10900$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 10901else
81ecdfbb
RW
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10903$as_echo "no" >&6; }
2429c060
PB
10904fi
10905
81ecdfbb 10906
2429c060
PB
10907fi
10908if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9a819804
AO
10909
10910
10911if test -n "$AS_FOR_TARGET"; then
10912 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10913elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10914 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10915fi
10916
10917if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10918 for ncn_progname in as; do
10919 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10920set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10922$as_echo_n "checking for $ac_word... " >&6; }
10923if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10924 $as_echo_n "(cached) " >&6
9a819804
AO
10925else
10926 if test -n "$AS_FOR_TARGET"; then
10927 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10928else
10929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10930for as_dir in $PATH
10931do
10932 IFS=$as_save_IFS
10933 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10934 for ac_exec_ext in '' $ac_executable_extensions; do
10935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10936 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 10937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10938 break 2
10939 fi
10940done
81ecdfbb
RW
10941 done
10942IFS=$as_save_IFS
9a819804
AO
10943
10944fi
10945fi
10946AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10947if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
10948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10949$as_echo "$AS_FOR_TARGET" >&6; }
9a819804 10950else
81ecdfbb
RW
10951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10952$as_echo "no" >&6; }
9a819804
AO
10953fi
10954
81ecdfbb 10955
9a819804
AO
10956 done
10957fi
10958
10959if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10960 for ncn_progname in as; do
81ecdfbb
RW
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10962$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10963 if test -x $with_build_time_tools/${ncn_progname}; then
10964 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10966$as_echo "yes" >&6; }
2429c060
PB
10967 break
10968 else
81ecdfbb
RW
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10970$as_echo "no" >&6; }
2429c060
PB
10971 fi
10972 done
10973fi
10974
10975if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
10976 for ncn_progname in as; do
10977 if test -n "$ncn_target_tool_prefix"; then
10978 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10979set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10981$as_echo_n "checking for $ac_word... " >&6; }
10982if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10983 $as_echo_n "(cached) " >&6
2429c060
PB
10984else
10985 if test -n "$AS_FOR_TARGET"; then
10986 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10987else
c6b750e1
DJ
10988as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10989for as_dir in $PATH
10990do
10991 IFS=$as_save_IFS
10992 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10993 for ac_exec_ext in '' $ac_executable_extensions; do
10994 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10995 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10997 break 2
10998 fi
10999done
81ecdfbb
RW
11000 done
11001IFS=$as_save_IFS
c6b750e1 11002
2429c060
PB
11003fi
11004fi
c6b750e1 11005AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11006if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11008$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11009else
81ecdfbb
RW
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11011$as_echo "no" >&6; }
2429c060
PB
11012fi
11013
81ecdfbb 11014
2429c060
PB
11015 fi
11016 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11017 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11018set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11020$as_echo_n "checking for $ac_word... " >&6; }
11021if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11022 $as_echo_n "(cached) " >&6
2429c060
PB
11023else
11024 if test -n "$AS_FOR_TARGET"; then
11025 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11026else
c6b750e1
DJ
11027as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11028for as_dir in $PATH
11029do
11030 IFS=$as_save_IFS
11031 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11032 for ac_exec_ext in '' $ac_executable_extensions; do
11033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11034 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11036 break 2
11037 fi
11038done
81ecdfbb
RW
11039 done
11040IFS=$as_save_IFS
c6b750e1 11041
2429c060
PB
11042fi
11043fi
c6b750e1 11044AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11045if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11047$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11048else
81ecdfbb
RW
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11050$as_echo "no" >&6; }
2429c060 11051fi
c6b750e1 11052
81ecdfbb 11053
2429c060
PB
11054 fi
11055 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11056 done
11057fi
c6b750e1 11058
2429c060
PB
11059if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11060 set dummy as
11061 if test $build = $target ; then
11062 AS_FOR_TARGET="$2"
11063 else
11064 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11065 fi
d3f5afc4
MS
11066else
11067 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
2429c060
PB
11068fi
11069
3a35eeb3
PB
11070else
11071 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060
PB
11072fi
11073
11074
11075
11076
11077if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11078 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11080$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11081 if test -x $with_build_time_tools/dlltool; then
11082 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11083 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
81ecdfbb
RW
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11085$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
3a35eeb3 11086 else
81ecdfbb
RW
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11088$as_echo "no" >&6; }
3a35eeb3 11089 fi
2429c060
PB
11090 elif test $build != $host && test $have_gcc_for_target = yes; then
11091 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
d3f5afc4
MS
11092 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11093 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
2429c060
PB
11094 fi
11095fi
c6b750e1 11096if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11097 # Extract the first word of "dlltool", so it can be a program name with args.
11098set dummy dlltool; ac_word=$2
81ecdfbb
RW
11099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11100$as_echo_n "checking for $ac_word... " >&6; }
11101if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11102 $as_echo_n "(cached) " >&6
2429c060 11103else
c6b750e1
DJ
11104 case $DLLTOOL_FOR_TARGET in
11105 [\\/]* | ?:[\\/]*)
2429c060
PB
11106 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11107 ;;
2429c060 11108 *)
c6b750e1
DJ
11109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11110for as_dir in $gcc_cv_tool_dirs
11111do
11112 IFS=$as_save_IFS
11113 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11114 for ac_exec_ext in '' $ac_executable_extensions; do
11115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11116 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11118 break 2
11119 fi
11120done
81ecdfbb
RW
11121 done
11122IFS=$as_save_IFS
c6b750e1 11123
2429c060
PB
11124 ;;
11125esac
11126fi
c6b750e1 11127DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060 11128if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11130$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11131else
81ecdfbb
RW
11132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11133$as_echo "no" >&6; }
2429c060
PB
11134fi
11135
81ecdfbb 11136
2429c060
PB
11137fi
11138if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9a819804
AO
11139
11140
11141if test -n "$DLLTOOL_FOR_TARGET"; then
11142 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11143elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11144 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11145fi
11146
11147if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11148 for ncn_progname in dlltool; do
11149 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11150set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11152$as_echo_n "checking for $ac_word... " >&6; }
11153if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11154 $as_echo_n "(cached) " >&6
9a819804
AO
11155else
11156 if test -n "$DLLTOOL_FOR_TARGET"; then
11157 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11158else
11159as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11160for as_dir in $PATH
11161do
11162 IFS=$as_save_IFS
11163 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11164 for ac_exec_ext in '' $ac_executable_extensions; do
11165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11166 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11168 break 2
11169 fi
11170done
81ecdfbb
RW
11171 done
11172IFS=$as_save_IFS
9a819804
AO
11173
11174fi
11175fi
11176DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11177if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11179$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
9a819804 11180else
81ecdfbb
RW
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11182$as_echo "no" >&6; }
9a819804
AO
11183fi
11184
81ecdfbb 11185
9a819804
AO
11186 done
11187fi
11188
11189if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11190 for ncn_progname in dlltool; do
81ecdfbb
RW
11191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11192$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11193 if test -x $with_build_time_tools/${ncn_progname}; then
11194 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11196$as_echo "yes" >&6; }
2429c060
PB
11197 break
11198 else
81ecdfbb
RW
11199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11200$as_echo "no" >&6; }
2429c060
PB
11201 fi
11202 done
11203fi
11204
11205if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11206 for ncn_progname in dlltool; do
11207 if test -n "$ncn_target_tool_prefix"; then
11208 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11209set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11211$as_echo_n "checking for $ac_word... " >&6; }
11212if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11213 $as_echo_n "(cached) " >&6
2429c060
PB
11214else
11215 if test -n "$DLLTOOL_FOR_TARGET"; then
11216 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11217else
c6b750e1
DJ
11218as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11219for as_dir in $PATH
11220do
11221 IFS=$as_save_IFS
11222 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11223 for ac_exec_ext in '' $ac_executable_extensions; do
11224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11225 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11227 break 2
11228 fi
11229done
81ecdfbb
RW
11230 done
11231IFS=$as_save_IFS
c6b750e1 11232
2429c060
PB
11233fi
11234fi
c6b750e1 11235DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11236if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11238$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11239else
81ecdfbb
RW
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11241$as_echo "no" >&6; }
2429c060
PB
11242fi
11243
81ecdfbb 11244
2429c060
PB
11245 fi
11246 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11247 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11248set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11250$as_echo_n "checking for $ac_word... " >&6; }
11251if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11252 $as_echo_n "(cached) " >&6
2429c060
PB
11253else
11254 if test -n "$DLLTOOL_FOR_TARGET"; then
11255 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11256else
c6b750e1
DJ
11257as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11258for as_dir in $PATH
11259do
11260 IFS=$as_save_IFS
11261 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11262 for ac_exec_ext in '' $ac_executable_extensions; do
11263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11264 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11266 break 2
11267 fi
11268done
81ecdfbb
RW
11269 done
11270IFS=$as_save_IFS
c6b750e1 11271
2429c060
PB
11272fi
11273fi
c6b750e1 11274DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11275if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11277$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11278else
81ecdfbb
RW
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11280$as_echo "no" >&6; }
2429c060 11281fi
c6b750e1 11282
81ecdfbb 11283
2429c060
PB
11284 fi
11285 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11286 done
11287fi
c6b750e1 11288
2429c060
PB
11289if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11290 set dummy dlltool
11291 if test $build = $target ; then
11292 DLLTOOL_FOR_TARGET="$2"
11293 else
11294 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11295 fi
d3f5afc4
MS
11296else
11297 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
2429c060
PB
11298fi
11299
3a35eeb3
PB
11300else
11301 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060
PB
11302fi
11303
11304
11305
11306
11307if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11308 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11310$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11311 if test -x $with_build_time_tools/ld; then
11312 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11313 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
81ecdfbb
RW
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11315$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
3a35eeb3 11316 else
81ecdfbb
RW
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11318$as_echo "no" >&6; }
3a35eeb3 11319 fi
2429c060
PB
11320 elif test $build != $host && test $have_gcc_for_target = yes; then
11321 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
d3f5afc4
MS
11322 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11323 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2429c060
PB
11324 fi
11325fi
c6b750e1 11326if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11327 # Extract the first word of "ld", so it can be a program name with args.
11328set dummy ld; ac_word=$2
81ecdfbb
RW
11329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11330$as_echo_n "checking for $ac_word... " >&6; }
11331if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11332 $as_echo_n "(cached) " >&6
2429c060 11333else
c6b750e1
DJ
11334 case $LD_FOR_TARGET in
11335 [\\/]* | ?:[\\/]*)
2429c060
PB
11336 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11337 ;;
2429c060 11338 *)
c6b750e1
DJ
11339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11340for as_dir in $gcc_cv_tool_dirs
11341do
11342 IFS=$as_save_IFS
11343 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11344 for ac_exec_ext in '' $ac_executable_extensions; do
11345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11346 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11348 break 2
11349 fi
11350done
81ecdfbb
RW
11351 done
11352IFS=$as_save_IFS
c6b750e1 11353
2429c060
PB
11354 ;;
11355esac
11356fi
c6b750e1 11357LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060 11358if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11360$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11361else
81ecdfbb
RW
11362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11363$as_echo "no" >&6; }
2429c060
PB
11364fi
11365
81ecdfbb 11366
2429c060
PB
11367fi
11368if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9a819804
AO
11369
11370
11371if test -n "$LD_FOR_TARGET"; then
11372 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11373elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11374 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11375fi
11376
11377if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11378 for ncn_progname in ld; do
11379 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11380set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11382$as_echo_n "checking for $ac_word... " >&6; }
11383if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11384 $as_echo_n "(cached) " >&6
9a819804
AO
11385else
11386 if test -n "$LD_FOR_TARGET"; then
11387 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11388else
11389as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11390for as_dir in $PATH
11391do
11392 IFS=$as_save_IFS
11393 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11394 for ac_exec_ext in '' $ac_executable_extensions; do
11395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11396 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11398 break 2
11399 fi
11400done
81ecdfbb
RW
11401 done
11402IFS=$as_save_IFS
9a819804
AO
11403
11404fi
11405fi
11406LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11407if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11409$as_echo "$LD_FOR_TARGET" >&6; }
9a819804 11410else
81ecdfbb
RW
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11412$as_echo "no" >&6; }
9a819804
AO
11413fi
11414
81ecdfbb 11415
9a819804
AO
11416 done
11417fi
11418
11419if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11420 for ncn_progname in ld; do
81ecdfbb
RW
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11422$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11423 if test -x $with_build_time_tools/${ncn_progname}; then
11424 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11426$as_echo "yes" >&6; }
2429c060
PB
11427 break
11428 else
81ecdfbb
RW
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11430$as_echo "no" >&6; }
2429c060
PB
11431 fi
11432 done
11433fi
11434
11435if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11436 for ncn_progname in ld; do
11437 if test -n "$ncn_target_tool_prefix"; then
11438 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11439set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11441$as_echo_n "checking for $ac_word... " >&6; }
11442if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11443 $as_echo_n "(cached) " >&6
2429c060
PB
11444else
11445 if test -n "$LD_FOR_TARGET"; then
11446 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11447else
c6b750e1
DJ
11448as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11449for as_dir in $PATH
11450do
11451 IFS=$as_save_IFS
11452 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11453 for ac_exec_ext in '' $ac_executable_extensions; do
11454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11455 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11457 break 2
11458 fi
11459done
81ecdfbb
RW
11460 done
11461IFS=$as_save_IFS
c6b750e1 11462
2429c060
PB
11463fi
11464fi
c6b750e1 11465LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11466if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11468$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11469else
81ecdfbb
RW
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11471$as_echo "no" >&6; }
2429c060
PB
11472fi
11473
81ecdfbb 11474
2429c060
PB
11475 fi
11476 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11477 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11478set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11480$as_echo_n "checking for $ac_word... " >&6; }
11481if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11482 $as_echo_n "(cached) " >&6
2429c060
PB
11483else
11484 if test -n "$LD_FOR_TARGET"; then
11485 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11486else
c6b750e1
DJ
11487as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11488for as_dir in $PATH
11489do
11490 IFS=$as_save_IFS
11491 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11492 for ac_exec_ext in '' $ac_executable_extensions; do
11493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11494 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11496 break 2
11497 fi
11498done
81ecdfbb
RW
11499 done
11500IFS=$as_save_IFS
c6b750e1 11501
2429c060
PB
11502fi
11503fi
c6b750e1 11504LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11505if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11507$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11508else
81ecdfbb
RW
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11510$as_echo "no" >&6; }
2429c060 11511fi
c6b750e1 11512
81ecdfbb 11513
2429c060
PB
11514 fi
11515 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11516 done
11517fi
c6b750e1 11518
2429c060
PB
11519if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11520 set dummy ld
11521 if test $build = $target ; then
11522 LD_FOR_TARGET="$2"
11523 else
11524 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11525 fi
d3f5afc4
MS
11526else
11527 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
2429c060
PB
11528fi
11529
3a35eeb3
PB
11530else
11531 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060
PB
11532fi
11533
11534
11535
11536
11537if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11538 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11540$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11541 if test -x $with_build_time_tools/lipo; then
11542 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11543 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
81ecdfbb
RW
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11545$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
3a35eeb3 11546 else
81ecdfbb
RW
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11548$as_echo "no" >&6; }
3a35eeb3 11549 fi
2429c060
PB
11550 elif test $build != $host && test $have_gcc_for_target = yes; then
11551 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
d3f5afc4
MS
11552 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11553 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
2429c060
PB
11554 fi
11555fi
9a819804
AO
11556if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11557 # Extract the first word of "lipo", so it can be a program name with args.
11558set dummy lipo; ac_word=$2
81ecdfbb
RW
11559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11560$as_echo_n "checking for $ac_word... " >&6; }
11561if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11562 $as_echo_n "(cached) " >&6
9a819804
AO
11563else
11564 case $LIPO_FOR_TARGET in
11565 [\\/]* | ?:[\\/]*)
11566 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11567 ;;
11568 *)
11569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11570for as_dir in $gcc_cv_tool_dirs
11571do
11572 IFS=$as_save_IFS
11573 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11574 for ac_exec_ext in '' $ac_executable_extensions; do
11575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11576 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11578 break 2
11579 fi
11580done
81ecdfbb
RW
11581 done
11582IFS=$as_save_IFS
9a819804
AO
11583
11584 ;;
11585esac
11586fi
11587LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9a819804 11588if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11590$as_echo "$LIPO_FOR_TARGET" >&6; }
9a819804 11591else
81ecdfbb
RW
11592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11593$as_echo "no" >&6; }
9a819804
AO
11594fi
11595
81ecdfbb 11596
9a819804
AO
11597fi
11598if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11599
11600
11601if test -n "$LIPO_FOR_TARGET"; then
11602 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11603elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11604 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11605fi
11606
11607if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11608 for ncn_progname in lipo; do
11609 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11610set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11612$as_echo_n "checking for $ac_word... " >&6; }
11613if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11614 $as_echo_n "(cached) " >&6
2429c060 11615else
9a819804
AO
11616 if test -n "$LIPO_FOR_TARGET"; then
11617 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11618else
11619as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11620for as_dir in $PATH
c6b750e1
DJ
11621do
11622 IFS=$as_save_IFS
11623 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11624 for ac_exec_ext in '' $ac_executable_extensions; do
11625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11626 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11628 break 2
11629 fi
11630done
81ecdfbb
RW
11631 done
11632IFS=$as_save_IFS
c6b750e1 11633
2429c060 11634fi
9a819804
AO
11635fi
11636LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11637if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11639$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11640else
81ecdfbb
RW
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11642$as_echo "no" >&6; }
2429c060
PB
11643fi
11644
81ecdfbb 11645
9a819804 11646 done
2429c060 11647fi
9a819804
AO
11648
11649if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11650 for ncn_progname in lipo; do
81ecdfbb
RW
11651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11652$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11653 if test -x $with_build_time_tools/${ncn_progname}; then
11654 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11656$as_echo "yes" >&6; }
2429c060
PB
11657 break
11658 else
81ecdfbb
RW
11659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11660$as_echo "no" >&6; }
2429c060
PB
11661 fi
11662 done
11663fi
11664
11665if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11666 for ncn_progname in lipo; do
11667 if test -n "$ncn_target_tool_prefix"; then
11668 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11669set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11671$as_echo_n "checking for $ac_word... " >&6; }
11672if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11673 $as_echo_n "(cached) " >&6
2429c060
PB
11674else
11675 if test -n "$LIPO_FOR_TARGET"; then
11676 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11677else
c6b750e1
DJ
11678as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11679for as_dir in $PATH
11680do
11681 IFS=$as_save_IFS
11682 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11683 for ac_exec_ext in '' $ac_executable_extensions; do
11684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11685 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11687 break 2
11688 fi
11689done
81ecdfbb
RW
11690 done
11691IFS=$as_save_IFS
c6b750e1 11692
2429c060
PB
11693fi
11694fi
c6b750e1 11695LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11696if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11698$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11699else
81ecdfbb
RW
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11701$as_echo "no" >&6; }
2429c060
PB
11702fi
11703
81ecdfbb 11704
2429c060
PB
11705 fi
11706 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11707 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11708set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11710$as_echo_n "checking for $ac_word... " >&6; }
11711if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11712 $as_echo_n "(cached) " >&6
2429c060
PB
11713else
11714 if test -n "$LIPO_FOR_TARGET"; then
11715 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11716else
c6b750e1
DJ
11717as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11718for as_dir in $PATH
11719do
11720 IFS=$as_save_IFS
11721 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11722 for ac_exec_ext in '' $ac_executable_extensions; do
11723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11724 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11726 break 2
11727 fi
11728done
81ecdfbb
RW
11729 done
11730IFS=$as_save_IFS
c6b750e1 11731
2429c060
PB
11732fi
11733fi
c6b750e1 11734LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11735if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11737$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11738else
81ecdfbb
RW
11739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11740$as_echo "no" >&6; }
2429c060 11741fi
c6b750e1 11742
81ecdfbb 11743
2429c060
PB
11744 fi
11745 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11746 done
11747fi
c6b750e1 11748
2429c060
PB
11749if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11750 set dummy lipo
11751 if test $build = $target ; then
11752 LIPO_FOR_TARGET="$2"
11753 else
11754 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11755 fi
d3f5afc4
MS
11756else
11757 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
2429c060
PB
11758fi
11759
3a35eeb3
PB
11760else
11761 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
2429c060
PB
11762fi
11763
11764
11765
11766
11767if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11768 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11770$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11771 if test -x $with_build_time_tools/nm; then
11772 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11773 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
81ecdfbb
RW
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11775$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
3a35eeb3 11776 else
81ecdfbb
RW
11777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11778$as_echo "no" >&6; }
3a35eeb3 11779 fi
2429c060
PB
11780 elif test $build != $host && test $have_gcc_for_target = yes; then
11781 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
d3f5afc4
MS
11782 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11783 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
2429c060
PB
11784 fi
11785fi
c6b750e1 11786if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11787 # Extract the first word of "nm", so it can be a program name with args.
11788set dummy nm; ac_word=$2
81ecdfbb
RW
11789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11790$as_echo_n "checking for $ac_word... " >&6; }
11791if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11792 $as_echo_n "(cached) " >&6
2429c060 11793else
c6b750e1
DJ
11794 case $NM_FOR_TARGET in
11795 [\\/]* | ?:[\\/]*)
2429c060
PB
11796 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11797 ;;
2429c060 11798 *)
c6b750e1
DJ
11799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11800for as_dir in $gcc_cv_tool_dirs
11801do
11802 IFS=$as_save_IFS
11803 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11804 for ac_exec_ext in '' $ac_executable_extensions; do
11805 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11806 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11808 break 2
11809 fi
11810done
81ecdfbb
RW
11811 done
11812IFS=$as_save_IFS
c6b750e1 11813
2429c060
PB
11814 ;;
11815esac
11816fi
c6b750e1 11817NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060 11818if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11820$as_echo "$NM_FOR_TARGET" >&6; }
2429c060 11821else
81ecdfbb
RW
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11823$as_echo "no" >&6; }
2429c060
PB
11824fi
11825
81ecdfbb 11826
2429c060
PB
11827fi
11828if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9a819804
AO
11829
11830
11831if test -n "$NM_FOR_TARGET"; then
11832 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11833elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11834 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11835fi
11836
11837if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11838 for ncn_progname in nm; do
11839 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11840set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11842$as_echo_n "checking for $ac_word... " >&6; }
11843if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11844 $as_echo_n "(cached) " >&6
9a819804
AO
11845else
11846 if test -n "$NM_FOR_TARGET"; then
11847 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11848else
11849as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11850for as_dir in $PATH
11851do
11852 IFS=$as_save_IFS
11853 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11854 for ac_exec_ext in '' $ac_executable_extensions; do
11855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11856 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 11857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11858 break 2
11859 fi
11860done
81ecdfbb
RW
11861 done
11862IFS=$as_save_IFS
9a819804
AO
11863
11864fi
11865fi
11866NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11867if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11869$as_echo "$NM_FOR_TARGET" >&6; }
9a819804 11870else
81ecdfbb
RW
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11872$as_echo "no" >&6; }
9a819804
AO
11873fi
11874
81ecdfbb 11875
9a819804
AO
11876 done
11877fi
11878
11879if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11880 for ncn_progname in nm; do
81ecdfbb
RW
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11882$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11883 if test -x $with_build_time_tools/${ncn_progname}; then
11884 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11886$as_echo "yes" >&6; }
2429c060
PB
11887 break
11888 else
81ecdfbb
RW
11889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11890$as_echo "no" >&6; }
2429c060
PB
11891 fi
11892 done
11893fi
11894
11895if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11896 for ncn_progname in nm; do
11897 if test -n "$ncn_target_tool_prefix"; then
11898 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 11899set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11901$as_echo_n "checking for $ac_word... " >&6; }
11902if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11903 $as_echo_n "(cached) " >&6
859789af 11904else
55db4b87
PB
11905 if test -n "$NM_FOR_TARGET"; then
11906 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 11907else
c6b750e1
DJ
11908as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11909for as_dir in $PATH
11910do
11911 IFS=$as_save_IFS
11912 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11913 for ac_exec_ext in '' $ac_executable_extensions; do
11914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11915 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11917 break 2
11918 fi
11919done
81ecdfbb
RW
11920 done
11921IFS=$as_save_IFS
c6b750e1 11922
859789af
AC
11923fi
11924fi
c6b750e1 11925NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
55db4b87 11926if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11928$as_echo "$NM_FOR_TARGET" >&6; }
859789af 11929else
81ecdfbb
RW
11930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11931$as_echo "no" >&6; }
859789af
AC
11932fi
11933
81ecdfbb 11934
2429c060
PB
11935 fi
11936 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11937 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 11938set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11940$as_echo_n "checking for $ac_word... " >&6; }
11941if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11942 $as_echo_n "(cached) " >&6
859789af 11943else
05cbd757
PB
11944 if test -n "$NM_FOR_TARGET"; then
11945 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 11946else
c6b750e1
DJ
11947as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11948for as_dir in $PATH
11949do
11950 IFS=$as_save_IFS
11951 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11952 for ac_exec_ext in '' $ac_executable_extensions; do
11953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11954 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 11955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11956 break 2
11957 fi
11958done
81ecdfbb
RW
11959 done
11960IFS=$as_save_IFS
c6b750e1 11961
859789af
AC
11962fi
11963fi
c6b750e1 11964NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
05cbd757 11965if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11967$as_echo "$NM_FOR_TARGET" >&6; }
859789af 11968else
81ecdfbb
RW
11969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11970$as_echo "no" >&6; }
859789af 11971fi
c6b750e1 11972
81ecdfbb 11973
2429c060
PB
11974 fi
11975 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
11976 done
11977fi
c6b750e1 11978
05cbd757
PB
11979if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
11980 set dummy nm
11981 if test $build = $target ; then
11982 NM_FOR_TARGET="$2"
859789af 11983 else
05cbd757 11984 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 11985 fi
d3f5afc4
MS
11986else
11987 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
859789af
AC
11988fi
11989
3a35eeb3
PB
11990else
11991 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060
PB
11992fi
11993
11994
11995
11996
11997if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
11998 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12000$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12001 if test -x $with_build_time_tools/objdump; then
12002 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12003 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
81ecdfbb
RW
12004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12005$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
3a35eeb3 12006 else
81ecdfbb
RW
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12008$as_echo "no" >&6; }
3a35eeb3 12009 fi
2429c060
PB
12010 elif test $build != $host && test $have_gcc_for_target = yes; then
12011 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
d3f5afc4
MS
12012 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12013 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
2429c060
PB
12014 fi
12015fi
c6b750e1 12016if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12017 # Extract the first word of "objdump", so it can be a program name with args.
12018set dummy objdump; ac_word=$2
81ecdfbb
RW
12019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12020$as_echo_n "checking for $ac_word... " >&6; }
12021if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12022 $as_echo_n "(cached) " >&6
2429c060 12023else
c6b750e1
DJ
12024 case $OBJDUMP_FOR_TARGET in
12025 [\\/]* | ?:[\\/]*)
2429c060
PB
12026 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12027 ;;
2429c060 12028 *)
c6b750e1
DJ
12029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12030for as_dir in $gcc_cv_tool_dirs
12031do
12032 IFS=$as_save_IFS
12033 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12034 for ac_exec_ext in '' $ac_executable_extensions; do
12035 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12036 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12038 break 2
12039 fi
12040done
81ecdfbb
RW
12041 done
12042IFS=$as_save_IFS
c6b750e1 12043
2429c060
PB
12044 ;;
12045esac
12046fi
c6b750e1 12047OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060 12048if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12050$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
2429c060 12051else
81ecdfbb
RW
12052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12053$as_echo "no" >&6; }
2429c060
PB
12054fi
12055
81ecdfbb 12056
2429c060
PB
12057fi
12058if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9a819804
AO
12059
12060
12061if test -n "$OBJDUMP_FOR_TARGET"; then
12062 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12063elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12064 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12065fi
12066
12067if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12068 for ncn_progname in objdump; do
12069 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12070set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12072$as_echo_n "checking for $ac_word... " >&6; }
12073if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12074 $as_echo_n "(cached) " >&6
9a819804
AO
12075else
12076 if test -n "$OBJDUMP_FOR_TARGET"; then
12077 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12078else
12079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12080for as_dir in $PATH
12081do
12082 IFS=$as_save_IFS
12083 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12084 for ac_exec_ext in '' $ac_executable_extensions; do
12085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12086 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12088 break 2
12089 fi
12090done
81ecdfbb
RW
12091 done
12092IFS=$as_save_IFS
9a819804
AO
12093
12094fi
12095fi
12096OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12097if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12099$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
9a819804 12100else
81ecdfbb
RW
12101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12102$as_echo "no" >&6; }
9a819804
AO
12103fi
12104
81ecdfbb 12105
9a819804
AO
12106 done
12107fi
12108
12109if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12110 for ncn_progname in objdump; do
81ecdfbb
RW
12111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12112$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12113 if test -x $with_build_time_tools/${ncn_progname}; then
12114 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12116$as_echo "yes" >&6; }
2429c060
PB
12117 break
12118 else
81ecdfbb
RW
12119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12120$as_echo "no" >&6; }
2429c060
PB
12121 fi
12122 done
12123fi
12124
12125if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12126 for ncn_progname in objdump; do
12127 if test -n "$ncn_target_tool_prefix"; then
12128 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12129set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12131$as_echo_n "checking for $ac_word... " >&6; }
12132if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12133 $as_echo_n "(cached) " >&6
5ae72758
DJ
12134else
12135 if test -n "$OBJDUMP_FOR_TARGET"; then
12136 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12137else
c6b750e1
DJ
12138as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12139for as_dir in $PATH
12140do
12141 IFS=$as_save_IFS
12142 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12143 for ac_exec_ext in '' $ac_executable_extensions; do
12144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12145 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12147 break 2
12148 fi
12149done
81ecdfbb
RW
12150 done
12151IFS=$as_save_IFS
c6b750e1 12152
5ae72758
DJ
12153fi
12154fi
c6b750e1 12155OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12156if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12158$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12159else
81ecdfbb
RW
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12161$as_echo "no" >&6; }
5ae72758
DJ
12162fi
12163
81ecdfbb 12164
2429c060
PB
12165 fi
12166 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12167 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5ae72758 12168set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12170$as_echo_n "checking for $ac_word... " >&6; }
12171if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12172 $as_echo_n "(cached) " >&6
5ae72758
DJ
12173else
12174 if test -n "$OBJDUMP_FOR_TARGET"; then
12175 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12176else
c6b750e1
DJ
12177as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12178for as_dir in $PATH
12179do
12180 IFS=$as_save_IFS
12181 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12182 for ac_exec_ext in '' $ac_executable_extensions; do
12183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12184 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12186 break 2
12187 fi
12188done
81ecdfbb
RW
12189 done
12190IFS=$as_save_IFS
c6b750e1 12191
5ae72758
DJ
12192fi
12193fi
c6b750e1 12194OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12195if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12197$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12198else
81ecdfbb
RW
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12200$as_echo "no" >&6; }
5ae72758 12201fi
c6b750e1 12202
81ecdfbb 12203
2429c060
PB
12204 fi
12205 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12206 done
12207fi
c6b750e1 12208
5ae72758
DJ
12209if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12210 set dummy objdump
12211 if test $build = $target ; then
12212 OBJDUMP_FOR_TARGET="$2"
12213 else
12214 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12215 fi
d3f5afc4
MS
12216else
12217 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
5ae72758
DJ
12218fi
12219
3a35eeb3
PB
12220else
12221 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060
PB
12222fi
12223
12224
12225
12226
12227if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12228 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12230$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12231 if test -x $with_build_time_tools/ranlib; then
12232 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12233 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
81ecdfbb
RW
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12235$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
3a35eeb3 12236 else
81ecdfbb
RW
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12238$as_echo "no" >&6; }
3a35eeb3 12239 fi
2429c060
PB
12240 elif test $build != $host && test $have_gcc_for_target = yes; then
12241 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
d3f5afc4
MS
12242 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12243 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
2429c060
PB
12244 fi
12245fi
c6b750e1 12246if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12247 # Extract the first word of "ranlib", so it can be a program name with args.
12248set dummy ranlib; ac_word=$2
81ecdfbb
RW
12249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12250$as_echo_n "checking for $ac_word... " >&6; }
12251if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12252 $as_echo_n "(cached) " >&6
2429c060 12253else
c6b750e1
DJ
12254 case $RANLIB_FOR_TARGET in
12255 [\\/]* | ?:[\\/]*)
2429c060
PB
12256 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12257 ;;
2429c060 12258 *)
c6b750e1
DJ
12259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12260for as_dir in $gcc_cv_tool_dirs
12261do
12262 IFS=$as_save_IFS
12263 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12264 for ac_exec_ext in '' $ac_executable_extensions; do
12265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12266 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12268 break 2
12269 fi
12270done
81ecdfbb
RW
12271 done
12272IFS=$as_save_IFS
c6b750e1 12273
2429c060
PB
12274 ;;
12275esac
12276fi
c6b750e1 12277RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
2429c060 12278if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12280$as_echo "$RANLIB_FOR_TARGET" >&6; }
2429c060 12281else
81ecdfbb
RW
12282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12283$as_echo "no" >&6; }
2429c060
PB
12284fi
12285
81ecdfbb 12286
2429c060
PB
12287fi
12288if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
9a819804
AO
12289
12290
12291if test -n "$RANLIB_FOR_TARGET"; then
12292 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12293elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12294 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12295fi
12296
12297if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12298 for ncn_progname in ranlib; do
12299 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12300set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12302$as_echo_n "checking for $ac_word... " >&6; }
12303if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12304 $as_echo_n "(cached) " >&6
9a819804
AO
12305else
12306 if test -n "$RANLIB_FOR_TARGET"; then
12307 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12308else
12309as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12310for as_dir in $PATH
12311do
12312 IFS=$as_save_IFS
12313 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12314 for ac_exec_ext in '' $ac_executable_extensions; do
12315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12316 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12318 break 2
12319 fi
12320done
81ecdfbb
RW
12321 done
12322IFS=$as_save_IFS
9a819804
AO
12323
12324fi
12325fi
12326RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12327if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12329$as_echo "$RANLIB_FOR_TARGET" >&6; }
9a819804 12330else
81ecdfbb
RW
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12332$as_echo "no" >&6; }
9a819804
AO
12333fi
12334
81ecdfbb 12335
9a819804
AO
12336 done
12337fi
12338
12339if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12340 for ncn_progname in ranlib; do
81ecdfbb
RW
12341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12342$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12343 if test -x $with_build_time_tools/${ncn_progname}; then
12344 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12346$as_echo "yes" >&6; }
2429c060
PB
12347 break
12348 else
81ecdfbb
RW
12349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12350$as_echo "no" >&6; }
2429c060
PB
12351 fi
12352 done
12353fi
12354
12355if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12356 for ncn_progname in ranlib; do
12357 if test -n "$ncn_target_tool_prefix"; then
12358 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5ae72758 12359set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12361$as_echo_n "checking for $ac_word... " >&6; }
12362if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12363 $as_echo_n "(cached) " >&6
859789af 12364else
55db4b87
PB
12365 if test -n "$RANLIB_FOR_TARGET"; then
12366 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12367else
c6b750e1
DJ
12368as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12369for as_dir in $PATH
12370do
12371 IFS=$as_save_IFS
12372 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12373 for ac_exec_ext in '' $ac_executable_extensions; do
12374 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12375 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12377 break 2
12378 fi
12379done
81ecdfbb
RW
12380 done
12381IFS=$as_save_IFS
c6b750e1 12382
859789af
AC
12383fi
12384fi
c6b750e1 12385RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
55db4b87 12386if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12388$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12389else
81ecdfbb
RW
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12391$as_echo "no" >&6; }
859789af
AC
12392fi
12393
81ecdfbb 12394
2429c060
PB
12395 fi
12396 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12397 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12398set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12400$as_echo_n "checking for $ac_word... " >&6; }
12401if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12402 $as_echo_n "(cached) " >&6
859789af 12403else
05cbd757
PB
12404 if test -n "$RANLIB_FOR_TARGET"; then
12405 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12406else
c6b750e1
DJ
12407as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12408for as_dir in $PATH
12409do
12410 IFS=$as_save_IFS
12411 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12412 for ac_exec_ext in '' $ac_executable_extensions; do
12413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12414 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12416 break 2
12417 fi
12418done
81ecdfbb
RW
12419 done
12420IFS=$as_save_IFS
c6b750e1 12421
859789af
AC
12422fi
12423fi
c6b750e1 12424RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
05cbd757 12425if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12427$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12428else
81ecdfbb
RW
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12430$as_echo "no" >&6; }
859789af 12431fi
c6b750e1 12432
81ecdfbb 12433
2429c060
PB
12434 fi
12435 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12436 done
12437fi
c6b750e1 12438
2429c060
PB
12439if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12440 set dummy ranlib
12441 if test $build = $target ; then
12442 RANLIB_FOR_TARGET="$2"
12443 else
12444 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12445 fi
d3f5afc4
MS
12446else
12447 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
2429c060 12448fi
05cbd757 12449
3a35eeb3
PB
12450else
12451 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
859789af
AC
12452fi
12453
2429c060
PB
12454
12455
12456
12457if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12458 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12460$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12461 if test -x $with_build_time_tools/strip; then
12462 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12463 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
81ecdfbb
RW
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12465$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
3a35eeb3 12466 else
81ecdfbb
RW
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12468$as_echo "no" >&6; }
3a35eeb3 12469 fi
2429c060
PB
12470 elif test $build != $host && test $have_gcc_for_target = yes; then
12471 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
d3f5afc4
MS
12472 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12473 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
2429c060
PB
12474 fi
12475fi
c6b750e1 12476if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12477 # Extract the first word of "strip", so it can be a program name with args.
12478set dummy strip; ac_word=$2
81ecdfbb
RW
12479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12480$as_echo_n "checking for $ac_word... " >&6; }
12481if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12482 $as_echo_n "(cached) " >&6
2429c060 12483else
c6b750e1
DJ
12484 case $STRIP_FOR_TARGET in
12485 [\\/]* | ?:[\\/]*)
2429c060
PB
12486 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12487 ;;
2429c060 12488 *)
c6b750e1
DJ
12489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12490for as_dir in $gcc_cv_tool_dirs
12491do
12492 IFS=$as_save_IFS
12493 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12494 for ac_exec_ext in '' $ac_executable_extensions; do
12495 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12496 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12497 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12498 break 2
12499 fi
12500done
81ecdfbb
RW
12501 done
12502IFS=$as_save_IFS
c6b750e1 12503
2429c060
PB
12504 ;;
12505esac
12506fi
c6b750e1 12507STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060 12508if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12510$as_echo "$STRIP_FOR_TARGET" >&6; }
2429c060 12511else
81ecdfbb
RW
12512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12513$as_echo "no" >&6; }
2429c060
PB
12514fi
12515
81ecdfbb 12516
2429c060
PB
12517fi
12518if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
9a819804
AO
12519
12520
12521if test -n "$STRIP_FOR_TARGET"; then
12522 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12523elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12524 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12525fi
12526
12527if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12528 for ncn_progname in strip; do
12529 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12530set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12532$as_echo_n "checking for $ac_word... " >&6; }
12533if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12534 $as_echo_n "(cached) " >&6
9a819804
AO
12535else
12536 if test -n "$STRIP_FOR_TARGET"; then
12537 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12538else
12539as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12540for as_dir in $PATH
12541do
12542 IFS=$as_save_IFS
12543 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12544 for ac_exec_ext in '' $ac_executable_extensions; do
12545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12546 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12548 break 2
12549 fi
12550done
81ecdfbb
RW
12551 done
12552IFS=$as_save_IFS
9a819804
AO
12553
12554fi
12555fi
12556STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12557if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12559$as_echo "$STRIP_FOR_TARGET" >&6; }
9a819804 12560else
81ecdfbb
RW
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12562$as_echo "no" >&6; }
9a819804
AO
12563fi
12564
81ecdfbb 12565
9a819804
AO
12566 done
12567fi
12568
12569if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12570 for ncn_progname in strip; do
81ecdfbb
RW
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12572$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12573 if test -x $with_build_time_tools/${ncn_progname}; then
12574 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12576$as_echo "yes" >&6; }
2429c060
PB
12577 break
12578 else
81ecdfbb
RW
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12580$as_echo "no" >&6; }
2429c060
PB
12581 fi
12582 done
12583fi
12584
12585if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12586 for ncn_progname in strip; do
12587 if test -n "$ncn_target_tool_prefix"; then
12588 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 12589set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12591$as_echo_n "checking for $ac_word... " >&6; }
12592if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12593 $as_echo_n "(cached) " >&6
7e0f7140
GK
12594else
12595 if test -n "$STRIP_FOR_TARGET"; then
12596 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
c6b750e1
DJ
12597else
12598as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12599for as_dir in $PATH
12600do
12601 IFS=$as_save_IFS
12602 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12603 for ac_exec_ext in '' $ac_executable_extensions; do
12604 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12605 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12607 break 2
12608 fi
12609done
81ecdfbb
RW
12610 done
12611IFS=$as_save_IFS
c6b750e1 12612
7e0f7140
GK
12613fi
12614fi
c6b750e1 12615STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12616if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12618$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12619else
81ecdfbb
RW
12620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12621$as_echo "no" >&6; }
7e0f7140
GK
12622fi
12623
81ecdfbb 12624
2429c060
PB
12625 fi
12626 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12627 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 12628set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12630$as_echo_n "checking for $ac_word... " >&6; }
12631if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12632 $as_echo_n "(cached) " >&6
7e0f7140
GK
12633else
12634 if test -n "$STRIP_FOR_TARGET"; then
12635 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12636else
c6b750e1
DJ
12637as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12638for as_dir in $PATH
12639do
12640 IFS=$as_save_IFS
12641 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12642 for ac_exec_ext in '' $ac_executable_extensions; do
12643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12644 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12646 break 2
12647 fi
12648done
81ecdfbb
RW
12649 done
12650IFS=$as_save_IFS
c6b750e1 12651
7e0f7140
GK
12652fi
12653fi
c6b750e1 12654STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12655if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12657$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12658else
81ecdfbb
RW
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12660$as_echo "no" >&6; }
7e0f7140 12661fi
c6b750e1 12662
81ecdfbb 12663
2429c060
PB
12664 fi
12665 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12666 done
12667fi
c6b750e1 12668
7e0f7140
GK
12669if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12670 set dummy strip
12671 if test $build = $target ; then
12672 STRIP_FOR_TARGET="$2"
12673 else
12674 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12675 fi
d3f5afc4
MS
12676else
12677 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
7e0f7140
GK
12678fi
12679
3a35eeb3
PB
12680else
12681 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060
PB
12682fi
12683
12684
12685
12686
12687if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12688 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12690$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12691 if test -x $with_build_time_tools/windres; then
12692 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12693 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
81ecdfbb
RW
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12695$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
3a35eeb3 12696 else
81ecdfbb
RW
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12698$as_echo "no" >&6; }
3a35eeb3 12699 fi
2429c060
PB
12700 elif test $build != $host && test $have_gcc_for_target = yes; then
12701 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
d3f5afc4
MS
12702 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12703 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
2429c060
PB
12704 fi
12705fi
c6b750e1 12706if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12707 # Extract the first word of "windres", so it can be a program name with args.
12708set dummy windres; ac_word=$2
81ecdfbb
RW
12709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12710$as_echo_n "checking for $ac_word... " >&6; }
12711if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12712 $as_echo_n "(cached) " >&6
2429c060 12713else
c6b750e1
DJ
12714 case $WINDRES_FOR_TARGET in
12715 [\\/]* | ?:[\\/]*)
2429c060
PB
12716 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12717 ;;
2429c060 12718 *)
c6b750e1
DJ
12719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12720for as_dir in $gcc_cv_tool_dirs
12721do
12722 IFS=$as_save_IFS
12723 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12724 for ac_exec_ext in '' $ac_executable_extensions; do
12725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12726 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12728 break 2
12729 fi
12730done
81ecdfbb
RW
12731 done
12732IFS=$as_save_IFS
c6b750e1 12733
2429c060
PB
12734 ;;
12735esac
12736fi
c6b750e1 12737WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060 12738if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12740$as_echo "$WINDRES_FOR_TARGET" >&6; }
2429c060 12741else
81ecdfbb
RW
12742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12743$as_echo "no" >&6; }
2429c060
PB
12744fi
12745
81ecdfbb 12746
2429c060
PB
12747fi
12748if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
9a819804
AO
12749
12750
12751if test -n "$WINDRES_FOR_TARGET"; then
12752 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12753elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12754 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12755fi
12756
12757if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12758 for ncn_progname in windres; do
12759 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12760set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12762$as_echo_n "checking for $ac_word... " >&6; }
12763if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12764 $as_echo_n "(cached) " >&6
9a819804
AO
12765else
12766 if test -n "$WINDRES_FOR_TARGET"; then
12767 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12768else
12769as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12770for as_dir in $PATH
12771do
12772 IFS=$as_save_IFS
12773 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12774 for ac_exec_ext in '' $ac_executable_extensions; do
12775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12776 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 12777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12778 break 2
12779 fi
12780done
81ecdfbb
RW
12781 done
12782IFS=$as_save_IFS
9a819804
AO
12783
12784fi
12785fi
12786WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12787if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12789$as_echo "$WINDRES_FOR_TARGET" >&6; }
9a819804 12790else
81ecdfbb
RW
12791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12792$as_echo "no" >&6; }
9a819804
AO
12793fi
12794
81ecdfbb 12795
9a819804
AO
12796 done
12797fi
12798
12799if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12800 for ncn_progname in windres; do
81ecdfbb
RW
12801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12802$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12803 if test -x $with_build_time_tools/${ncn_progname}; then
12804 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12806$as_echo "yes" >&6; }
2429c060
PB
12807 break
12808 else
81ecdfbb
RW
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12810$as_echo "no" >&6; }
2429c060
PB
12811 fi
12812 done
12813fi
12814
12815if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12816 for ncn_progname in windres; do
12817 if test -n "$ncn_target_tool_prefix"; then
12818 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12819set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12821$as_echo_n "checking for $ac_word... " >&6; }
12822if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12823 $as_echo_n "(cached) " >&6
859789af 12824else
55db4b87
PB
12825 if test -n "$WINDRES_FOR_TARGET"; then
12826 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 12827else
c6b750e1
DJ
12828as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12829for as_dir in $PATH
12830do
12831 IFS=$as_save_IFS
12832 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12833 for ac_exec_ext in '' $ac_executable_extensions; do
12834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12835 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12837 break 2
12838 fi
12839done
81ecdfbb
RW
12840 done
12841IFS=$as_save_IFS
c6b750e1 12842
859789af
AC
12843fi
12844fi
c6b750e1 12845WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
55db4b87 12846if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12848$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 12849else
81ecdfbb
RW
12850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12851$as_echo "no" >&6; }
859789af
AC
12852fi
12853
81ecdfbb 12854
2429c060
PB
12855 fi
12856 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12857 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12858set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12860$as_echo_n "checking for $ac_word... " >&6; }
12861if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12862 $as_echo_n "(cached) " >&6
859789af 12863else
05cbd757
PB
12864 if test -n "$WINDRES_FOR_TARGET"; then
12865 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 12866else
c6b750e1
DJ
12867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12868for as_dir in $PATH
12869do
12870 IFS=$as_save_IFS
12871 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12872 for ac_exec_ext in '' $ac_executable_extensions; do
12873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12874 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 12875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12876 break 2
12877 fi
12878done
81ecdfbb
RW
12879 done
12880IFS=$as_save_IFS
c6b750e1 12881
859789af
AC
12882fi
12883fi
c6b750e1 12884WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
05cbd757 12885if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12887$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 12888else
81ecdfbb
RW
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12890$as_echo "no" >&6; }
859789af 12891fi
c6b750e1 12892
81ecdfbb 12893
2429c060
PB
12894 fi
12895 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
12896 done
12897fi
c6b750e1 12898
05cbd757
PB
12899if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12900 set dummy windres
12901 if test $build = $target ; then
12902 WINDRES_FOR_TARGET="$2"
859789af 12903 else
05cbd757 12904 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12905 fi
d3f5afc4
MS
12906else
12907 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
859789af
AC
12908fi
12909
3a35eeb3
PB
12910else
12911 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060
PB
12912fi
12913
852e5f18 12914
0c24b341
NC
12915
12916
12917if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12918 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
12920$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
0c24b341
NC
12921 if test -x $with_build_time_tools/windmc; then
12922 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
12923 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
81ecdfbb
RW
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
12925$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
0c24b341 12926 else
81ecdfbb
RW
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12928$as_echo "no" >&6; }
0c24b341
NC
12929 fi
12930 elif test $build != $host && test $have_gcc_for_target = yes; then
12931 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
12932 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
12933 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12934 fi
12935fi
12936if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12937 # Extract the first word of "windmc", so it can be a program name with args.
12938set dummy windmc; ac_word=$2
81ecdfbb
RW
12939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12940$as_echo_n "checking for $ac_word... " >&6; }
12941if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
12942 $as_echo_n "(cached) " >&6
0c24b341
NC
12943else
12944 case $WINDMC_FOR_TARGET in
12945 [\\/]* | ?:[\\/]*)
12946 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
12947 ;;
12948 *)
12949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12950for as_dir in $gcc_cv_tool_dirs
12951do
12952 IFS=$as_save_IFS
12953 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12954 for ac_exec_ext in '' $ac_executable_extensions; do
12955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 12956 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
12958 break 2
12959 fi
12960done
81ecdfbb
RW
12961 done
12962IFS=$as_save_IFS
0c24b341
NC
12963
12964 ;;
12965esac
12966fi
12967WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
0c24b341 12968if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
12969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
12970$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 12971else
81ecdfbb
RW
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12973$as_echo "no" >&6; }
0c24b341
NC
12974fi
12975
81ecdfbb 12976
0c24b341
NC
12977fi
12978if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12979
12980
12981if test -n "$WINDMC_FOR_TARGET"; then
12982 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12983elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12984 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12985fi
12986
12987if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12988 for ncn_progname in windmc; do
12989 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12990set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12992$as_echo_n "checking for $ac_word... " >&6; }
12993if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
12994 $as_echo_n "(cached) " >&6
0c24b341
NC
12995else
12996 if test -n "$WINDMC_FOR_TARGET"; then
12997 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
12998else
12999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13000for as_dir in $PATH
13001do
13002 IFS=$as_save_IFS
13003 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13004 for ac_exec_ext in '' $ac_executable_extensions; do
13005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13006 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13008 break 2
13009 fi
13010done
81ecdfbb
RW
13011 done
13012IFS=$as_save_IFS
0c24b341
NC
13013
13014fi
13015fi
13016WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13017if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13019$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13020else
81ecdfbb
RW
13021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13022$as_echo "no" >&6; }
0c24b341
NC
13023fi
13024
81ecdfbb 13025
0c24b341
NC
13026 done
13027fi
13028
13029if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13030 for ncn_progname in windmc; do
81ecdfbb
RW
13031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13032$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
0c24b341
NC
13033 if test -x $with_build_time_tools/${ncn_progname}; then
13034 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13036$as_echo "yes" >&6; }
0c24b341
NC
13037 break
13038 else
81ecdfbb
RW
13039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13040$as_echo "no" >&6; }
0c24b341
NC
13041 fi
13042 done
13043fi
13044
13045if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13046 for ncn_progname in windmc; do
13047 if test -n "$ncn_target_tool_prefix"; then
13048 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13049set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13051$as_echo_n "checking for $ac_word... " >&6; }
13052if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13053 $as_echo_n "(cached) " >&6
0c24b341
NC
13054else
13055 if test -n "$WINDMC_FOR_TARGET"; then
13056 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13057else
13058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13059for as_dir in $PATH
13060do
13061 IFS=$as_save_IFS
13062 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13063 for ac_exec_ext in '' $ac_executable_extensions; do
13064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13065 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13067 break 2
13068 fi
13069done
81ecdfbb
RW
13070 done
13071IFS=$as_save_IFS
0c24b341
NC
13072
13073fi
13074fi
13075WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13076if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13078$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13079else
81ecdfbb
RW
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13081$as_echo "no" >&6; }
0c24b341
NC
13082fi
13083
81ecdfbb 13084
0c24b341
NC
13085 fi
13086 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13087 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13088set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13090$as_echo_n "checking for $ac_word... " >&6; }
13091if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13092 $as_echo_n "(cached) " >&6
0c24b341
NC
13093else
13094 if test -n "$WINDMC_FOR_TARGET"; then
13095 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13096else
13097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13098for as_dir in $PATH
13099do
13100 IFS=$as_save_IFS
13101 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13102 for ac_exec_ext in '' $ac_executable_extensions; do
13103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13104 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13106 break 2
13107 fi
13108done
81ecdfbb
RW
13109 done
13110IFS=$as_save_IFS
0c24b341
NC
13111
13112fi
13113fi
13114WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13115if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13117$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13118else
81ecdfbb
RW
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13120$as_echo "no" >&6; }
0c24b341
NC
13121fi
13122
81ecdfbb 13123
0c24b341
NC
13124 fi
13125 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13126 done
13127fi
13128
13129if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13130 set dummy windmc
13131 if test $build = $target ; then
13132 WINDMC_FOR_TARGET="$2"
13133 else
13134 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13135 fi
13136else
13137 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13138fi
13139
13140else
13141 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13142fi
13143
13144
be01d343
PB
13145RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13146
81ecdfbb
RW
13147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13148$as_echo_n "checking where to find the target ar... " >&6; }
be01d343 13149if test "x${build}" != "x${host}" ; then
2429c060
PB
13150 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13151 # We already found the complete path
b8025f34 13152 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13154$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13155 else
13156 # Canadian cross, just use what we found
81ecdfbb
RW
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13158$as_echo "pre-installed" >&6; }
2429c060 13159 fi
be01d343
PB
13160else
13161 ok=yes
13162 case " ${configdirs} " in
13163 *" binutils "*) ;;
13164 *) ok=no ;;
13165 esac
c6b750e1 13166
be01d343
PB
13167 if test $ok = yes; then
13168 # An in-tree tool is available and we can use it
13169 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
81ecdfbb
RW
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13171$as_echo "just compiled" >&6; }
2429c060
PB
13172 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13173 # We already found the complete path
b8025f34 13174 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13176$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13177 elif test "x$target" = "x$host"; then
13178 # We can use an host tool
13179 AR_FOR_TARGET='$(AR)'
81ecdfbb
RW
13180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13181$as_echo "host tool" >&6; }
be01d343
PB
13182 else
13183 # We need a cross tool
81ecdfbb
RW
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13185$as_echo "pre-installed" >&6; }
be01d343
PB
13186 fi
13187fi
4b900473 13188
81ecdfbb
RW
13189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13190$as_echo_n "checking where to find the target as... " >&6; }
be01d343 13191if test "x${build}" != "x${host}" ; then
2429c060
PB
13192 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13193 # We already found the complete path
b8025f34 13194 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13196$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13197 else
13198 # Canadian cross, just use what we found
81ecdfbb
RW
13199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13200$as_echo "pre-installed" >&6; }
2429c060 13201 fi
be01d343
PB
13202else
13203 ok=yes
13204 case " ${configdirs} " in
13205 *" gas "*) ;;
13206 *) ok=no ;;
13207 esac
c6b750e1 13208
be01d343
PB
13209 if test $ok = yes; then
13210 # An in-tree tool is available and we can use it
13211 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
81ecdfbb
RW
13212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13213$as_echo "just compiled" >&6; }
2429c060
PB
13214 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13215 # We already found the complete path
b8025f34 13216 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13218$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13219 elif test "x$target" = "x$host"; then
13220 # We can use an host tool
13221 AS_FOR_TARGET='$(AS)'
81ecdfbb
RW
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13223$as_echo "host tool" >&6; }
be01d343
PB
13224 else
13225 # We need a cross tool
81ecdfbb
RW
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13227$as_echo "pre-installed" >&6; }
be01d343
PB
13228 fi
13229fi
4b900473 13230
81ecdfbb
RW
13231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13232$as_echo_n "checking where to find the target cc... " >&6; }
be01d343 13233if test "x${build}" != "x${host}" ; then
2429c060
PB
13234 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13235 # We already found the complete path
b8025f34 13236 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13238$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13239 else
13240 # Canadian cross, just use what we found
81ecdfbb
RW
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13242$as_echo "pre-installed" >&6; }
2429c060 13243 fi
be01d343
PB
13244else
13245 ok=yes
13246 case " ${configdirs} " in
13247 *" gcc "*) ;;
13248 *) ok=no ;;
13249 esac
c6b750e1 13250
be01d343
PB
13251 if test $ok = yes; then
13252 # An in-tree tool is available and we can use it
13253 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13255$as_echo "just compiled" >&6; }
2429c060
PB
13256 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13257 # We already found the complete path
b8025f34 13258 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13260$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13261 elif test "x$target" = "x$host"; then
13262 # We can use an host tool
13263 CC_FOR_TARGET='$(CC)'
81ecdfbb
RW
13264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13265$as_echo "host tool" >&6; }
be01d343
PB
13266 else
13267 # We need a cross tool
81ecdfbb
RW
13268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13269$as_echo "pre-installed" >&6; }
be01d343
PB
13270 fi
13271fi
4b900473 13272
81ecdfbb
RW
13273{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13274$as_echo_n "checking where to find the target c++... " >&6; }
be01d343 13275if test "x${build}" != "x${host}" ; then
2429c060
PB
13276 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13277 # We already found the complete path
b8025f34 13278 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13280$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13281 else
13282 # Canadian cross, just use what we found
81ecdfbb
RW
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13284$as_echo "pre-installed" >&6; }
2429c060 13285 fi
be01d343
PB
13286else
13287 ok=yes
13288 case " ${configdirs} " in
13289 *" gcc "*) ;;
13290 *) ok=no ;;
13291 esac
13292 case ,${enable_languages}, in
13293 *,c++,*) ;;
13294 *) ok=no ;;
13295 esac
13296 if test $ok = yes; then
13297 # An in-tree tool is available and we can use it
87cda2cf 13298 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
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13300$as_echo "just compiled" >&6; }
2429c060
PB
13301 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13302 # We already found the complete path
b8025f34 13303 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13305$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13306 elif test "x$target" = "x$host"; then
13307 # We can use an host tool
13308 CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13310$as_echo "host tool" >&6; }
be01d343
PB
13311 else
13312 # We need a cross tool
81ecdfbb
RW
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13314$as_echo "pre-installed" >&6; }
be01d343
PB
13315 fi
13316fi
4b900473 13317
81ecdfbb
RW
13318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13319$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
be01d343 13320if test "x${build}" != "x${host}" ; then
2429c060
PB
13321 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13322 # We already found the complete path
b8025f34 13323 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13325$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13326 else
13327 # Canadian cross, just use what we found
81ecdfbb
RW
13328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13329$as_echo "pre-installed" >&6; }
2429c060 13330 fi
be01d343
PB
13331else
13332 ok=yes
13333 case " ${configdirs} " in
13334 *" gcc "*) ;;
13335 *) ok=no ;;
13336 esac
13337 case ,${enable_languages}, in
13338 *,c++,*) ;;
13339 *) ok=no ;;
13340 esac
13341 if test $ok = yes; then
13342 # An in-tree tool is available and we can use it
13343 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
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13345$as_echo "just compiled" >&6; }
2429c060
PB
13346 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13347 # We already found the complete path
b8025f34 13348 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13350$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13351 elif test "x$target" = "x$host"; then
13352 # We can use an host tool
13353 RAW_CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13355$as_echo "host tool" >&6; }
be01d343
PB
13356 else
13357 # We need a cross tool
81ecdfbb
RW
13358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13359$as_echo "pre-installed" >&6; }
be01d343
PB
13360 fi
13361fi
4b900473 13362
81ecdfbb
RW
13363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13364$as_echo_n "checking where to find the target dlltool... " >&6; }
be01d343 13365if test "x${build}" != "x${host}" ; then
2429c060
PB
13366 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13367 # We already found the complete path
b8025f34 13368 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13370$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13371 else
13372 # Canadian cross, just use what we found
81ecdfbb
RW
13373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13374$as_echo "pre-installed" >&6; }
2429c060 13375 fi
be01d343
PB
13376else
13377 ok=yes
13378 case " ${configdirs} " in
13379 *" binutils "*) ;;
13380 *) ok=no ;;
13381 esac
c6b750e1 13382
be01d343
PB
13383 if test $ok = yes; then
13384 # An in-tree tool is available and we can use it
13385 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
81ecdfbb
RW
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13387$as_echo "just compiled" >&6; }
2429c060
PB
13388 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13389 # We already found the complete path
b8025f34 13390 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13392$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13393 elif test "x$target" = "x$host"; then
13394 # We can use an host tool
13395 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
81ecdfbb
RW
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13397$as_echo "host tool" >&6; }
be01d343
PB
13398 else
13399 # We need a cross tool
81ecdfbb
RW
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13401$as_echo "pre-installed" >&6; }
be01d343
PB
13402 fi
13403fi
4b900473 13404
81ecdfbb
RW
13405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13406$as_echo_n "checking where to find the target gcc... " >&6; }
be01d343 13407if test "x${build}" != "x${host}" ; then
2429c060
PB
13408 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13409 # We already found the complete path
b8025f34 13410 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
13411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13412$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13413 else
13414 # Canadian cross, just use what we found
81ecdfbb
RW
13415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13416$as_echo "pre-installed" >&6; }
2429c060 13417 fi
be01d343
PB
13418else
13419 ok=yes
13420 case " ${configdirs} " in
13421 *" gcc "*) ;;
13422 *) ok=no ;;
13423 esac
c6b750e1 13424
be01d343
PB
13425 if test $ok = yes; then
13426 # An in-tree tool is available and we can use it
13427 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13429$as_echo "just compiled" >&6; }
2429c060
PB
13430 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13431 # We already found the complete path
b8025f34 13432 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13434$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13435 elif test "x$target" = "x$host"; then
13436 # We can use an host tool
13437 GCC_FOR_TARGET='$()'
81ecdfbb
RW
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13439$as_echo "host tool" >&6; }
be01d343
PB
13440 else
13441 # We need a cross tool
81ecdfbb
RW
13442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13443$as_echo "pre-installed" >&6; }
be01d343
PB
13444 fi
13445fi
4b900473 13446
81ecdfbb
RW
13447{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13448$as_echo_n "checking where to find the target gcj... " >&6; }
be01d343 13449if test "x${build}" != "x${host}" ; then
2429c060
PB
13450 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13451 # We already found the complete path
b8025f34 13452 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13454$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13455 else
13456 # Canadian cross, just use what we found
81ecdfbb
RW
13457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13458$as_echo "pre-installed" >&6; }
2429c060 13459 fi
be01d343
PB
13460else
13461 ok=yes
13462 case " ${configdirs} " in
13463 *" gcc "*) ;;
13464 *) ok=no ;;
13465 esac
13466 case ,${enable_languages}, in
13467 *,java,*) ;;
13468 *) ok=no ;;
13469 esac
13470 if test $ok = yes; then
13471 # An in-tree tool is available and we can use it
13472 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13474$as_echo "just compiled" >&6; }
2429c060
PB
13475 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13476 # We already found the complete path
b8025f34 13477 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13479$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13480 elif test "x$target" = "x$host"; then
13481 # We can use an host tool
13482 GCJ_FOR_TARGET='$(GCJ)'
81ecdfbb
RW
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13484$as_echo "host tool" >&6; }
be01d343
PB
13485 else
13486 # We need a cross tool
81ecdfbb
RW
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13488$as_echo "pre-installed" >&6; }
be01d343
PB
13489 fi
13490fi
4b900473 13491
81ecdfbb
RW
13492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13493$as_echo_n "checking where to find the target gfortran... " >&6; }
be01d343 13494if test "x${build}" != "x${host}" ; then
2429c060
PB
13495 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13496 # We already found the complete path
b8025f34 13497 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13499$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13500 else
13501 # Canadian cross, just use what we found
81ecdfbb
RW
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13503$as_echo "pre-installed" >&6; }
2429c060 13504 fi
be01d343
PB
13505else
13506 ok=yes
13507 case " ${configdirs} " in
13508 *" gcc "*) ;;
13509 *) ok=no ;;
13510 esac
13511 case ,${enable_languages}, in
13512 *,fortran,*) ;;
13513 *) ok=no ;;
13514 esac
13515 if test $ok = yes; then
13516 # An in-tree tool is available and we can use it
13517 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13519$as_echo "just compiled" >&6; }
2429c060
PB
13520 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13521 # We already found the complete path
b8025f34 13522 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13524$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13525 elif test "x$target" = "x$host"; then
13526 # We can use an host tool
13527 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
81ecdfbb
RW
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13529$as_echo "host tool" >&6; }
be01d343
PB
13530 else
13531 # We need a cross tool
81ecdfbb
RW
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13533$as_echo "pre-installed" >&6; }
be01d343
PB
13534 fi
13535fi
4b900473 13536
e552509b
ILT
13537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13538$as_echo_n "checking where to find the target gccgo... " >&6; }
13539if test "x${build}" != "x${host}" ; then
13540 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13541 # We already found the complete path
13542 ac_dir=`dirname $GOC_FOR_TARGET`
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13544$as_echo "pre-installed in $ac_dir" >&6; }
13545 else
13546 # Canadian cross, just use what we found
13547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13548$as_echo "pre-installed" >&6; }
13549 fi
13550else
13551 ok=yes
13552 case " ${configdirs} " in
13553 *" gcc "*) ;;
13554 *) ok=no ;;
13555 esac
13556 case ,${enable_languages}, in
13557 *,go,*) ;;
13558 *) ok=no ;;
13559 esac
13560 if test $ok = yes; then
13561 # An in-tree tool is available and we can use it
13562 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13564$as_echo "just compiled" >&6; }
13565 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13566 # We already found the complete path
13567 ac_dir=`dirname $GOC_FOR_TARGET`
13568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13569$as_echo "pre-installed in $ac_dir" >&6; }
13570 elif test "x$target" = "x$host"; then
13571 # We can use an host tool
13572 GOC_FOR_TARGET='$(GOC)'
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13574$as_echo "host tool" >&6; }
13575 else
13576 # We need a cross tool
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13578$as_echo "pre-installed" >&6; }
13579 fi
13580fi
13581
81ecdfbb
RW
13582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13583$as_echo_n "checking where to find the target ld... " >&6; }
be01d343 13584if test "x${build}" != "x${host}" ; then
2429c060
PB
13585 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13586 # We already found the complete path
b8025f34 13587 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13589$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13590 else
13591 # Canadian cross, just use what we found
81ecdfbb
RW
13592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13593$as_echo "pre-installed" >&6; }
2429c060 13594 fi
be01d343
PB
13595else
13596 ok=yes
13597 case " ${configdirs} " in
13598 *" ld "*) ;;
13599 *) ok=no ;;
13600 esac
c6b750e1 13601
be01d343
PB
13602 if test $ok = yes; then
13603 # An in-tree tool is available and we can use it
13604 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
81ecdfbb
RW
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13606$as_echo "just compiled" >&6; }
2429c060
PB
13607 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13608 # We already found the complete path
b8025f34 13609 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13611$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13612 elif test "x$target" = "x$host"; then
13613 # We can use an host tool
13614 LD_FOR_TARGET='$(LD)'
81ecdfbb
RW
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13616$as_echo "host tool" >&6; }
be01d343
PB
13617 else
13618 # We need a cross tool
81ecdfbb
RW
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13620$as_echo "pre-installed" >&6; }
be01d343
PB
13621 fi
13622fi
4b900473 13623
81ecdfbb
RW
13624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13625$as_echo_n "checking where to find the target lipo... " >&6; }
be01d343 13626if test "x${build}" != "x${host}" ; then
2429c060
PB
13627 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13628 # We already found the complete path
b8025f34 13629 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13631$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13632 else
13633 # Canadian cross, just use what we found
81ecdfbb
RW
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13635$as_echo "pre-installed" >&6; }
2429c060 13636 fi
be01d343 13637else
2429c060
PB
13638 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13639 # We already found the complete path
b8025f34 13640 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13642$as_echo "pre-installed in $ac_dir" >&6; }
2429c060 13643 elif test "x$target" = "x$host"; then
be01d343
PB
13644 # We can use an host tool
13645 LIPO_FOR_TARGET='$(LIPO)'
81ecdfbb
RW
13646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13647$as_echo "host tool" >&6; }
be01d343
PB
13648 else
13649 # We need a cross tool
81ecdfbb
RW
13650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13651$as_echo "pre-installed" >&6; }
be01d343
PB
13652 fi
13653fi
4b900473 13654
81ecdfbb
RW
13655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13656$as_echo_n "checking where to find the target nm... " >&6; }
be01d343 13657if test "x${build}" != "x${host}" ; then
2429c060
PB
13658 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13659 # We already found the complete path
b8025f34 13660 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13662$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13663 else
13664 # Canadian cross, just use what we found
81ecdfbb
RW
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13666$as_echo "pre-installed" >&6; }
2429c060 13667 fi
be01d343
PB
13668else
13669 ok=yes
13670 case " ${configdirs} " in
13671 *" binutils "*) ;;
13672 *) ok=no ;;
13673 esac
c6b750e1 13674
be01d343
PB
13675 if test $ok = yes; then
13676 # An in-tree tool is available and we can use it
13677 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
81ecdfbb
RW
13678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13679$as_echo "just compiled" >&6; }
2429c060
PB
13680 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13681 # We already found the complete path
b8025f34 13682 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13684$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13685 elif test "x$target" = "x$host"; then
13686 # We can use an host tool
13687 NM_FOR_TARGET='$(NM)'
81ecdfbb
RW
13688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13689$as_echo "host tool" >&6; }
be01d343
PB
13690 else
13691 # We need a cross tool
81ecdfbb
RW
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13693$as_echo "pre-installed" >&6; }
be01d343
PB
13694 fi
13695fi
4b900473 13696
81ecdfbb
RW
13697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13698$as_echo_n "checking where to find the target objdump... " >&6; }
be01d343 13699if test "x${build}" != "x${host}" ; then
2429c060
PB
13700 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13701 # We already found the complete path
b8025f34 13702 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13704$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13705 else
13706 # Canadian cross, just use what we found
81ecdfbb
RW
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13708$as_echo "pre-installed" >&6; }
2429c060 13709 fi
be01d343
PB
13710else
13711 ok=yes
13712 case " ${configdirs} " in
13713 *" binutils "*) ;;
13714 *) ok=no ;;
13715 esac
c6b750e1 13716
be01d343
PB
13717 if test $ok = yes; then
13718 # An in-tree tool is available and we can use it
13719 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
81ecdfbb
RW
13720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13721$as_echo "just compiled" >&6; }
2429c060
PB
13722 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13723 # We already found the complete path
b8025f34 13724 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13726$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13727 elif test "x$target" = "x$host"; then
13728 # We can use an host tool
13729 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
81ecdfbb
RW
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13731$as_echo "host tool" >&6; }
be01d343
PB
13732 else
13733 # We need a cross tool
81ecdfbb
RW
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13735$as_echo "pre-installed" >&6; }
be01d343
PB
13736 fi
13737fi
4b900473 13738
81ecdfbb
RW
13739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13740$as_echo_n "checking where to find the target ranlib... " >&6; }
be01d343 13741if test "x${build}" != "x${host}" ; then
2429c060
PB
13742 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13743 # We already found the complete path
b8025f34 13744 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13746$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13747 else
13748 # Canadian cross, just use what we found
81ecdfbb
RW
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13750$as_echo "pre-installed" >&6; }
2429c060 13751 fi
be01d343
PB
13752else
13753 ok=yes
13754 case " ${configdirs} " in
13755 *" binutils "*) ;;
13756 *) ok=no ;;
13757 esac
c6b750e1 13758
be01d343
PB
13759 if test $ok = yes; then
13760 # An in-tree tool is available and we can use it
13761 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
81ecdfbb
RW
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13763$as_echo "just compiled" >&6; }
2429c060
PB
13764 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13765 # We already found the complete path
b8025f34 13766 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
13767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13768$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13769 elif test "x$target" = "x$host"; then
13770 # We can use an host tool
13771 RANLIB_FOR_TARGET='$(RANLIB)'
81ecdfbb
RW
13772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13773$as_echo "host tool" >&6; }
be01d343
PB
13774 else
13775 # We need a cross tool
81ecdfbb
RW
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13777$as_echo "pre-installed" >&6; }
be01d343
PB
13778 fi
13779fi
4b900473 13780
81ecdfbb
RW
13781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13782$as_echo_n "checking where to find the target strip... " >&6; }
be01d343 13783if test "x${build}" != "x${host}" ; then
2429c060
PB
13784 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13785 # We already found the complete path
b8025f34 13786 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
13787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13788$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13789 else
13790 # Canadian cross, just use what we found
81ecdfbb
RW
13791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13792$as_echo "pre-installed" >&6; }
2429c060 13793 fi
be01d343
PB
13794else
13795 ok=yes
13796 case " ${configdirs} " in
13797 *" binutils "*) ;;
13798 *) ok=no ;;
13799 esac
c6b750e1 13800
be01d343
PB
13801 if test $ok = yes; then
13802 # An in-tree tool is available and we can use it
9b980aa1 13803 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
81ecdfbb
RW
13804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13805$as_echo "just compiled" >&6; }
2429c060
PB
13806 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13807 # We already found the complete path
b8025f34 13808 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
13809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13810$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13811 elif test "x$target" = "x$host"; then
13812 # We can use an host tool
13813 STRIP_FOR_TARGET='$(STRIP)'
81ecdfbb
RW
13814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13815$as_echo "host tool" >&6; }
be01d343
PB
13816 else
13817 # We need a cross tool
81ecdfbb
RW
13818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13819$as_echo "pre-installed" >&6; }
be01d343
PB
13820 fi
13821fi
4b900473 13822
81ecdfbb
RW
13823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
13824$as_echo_n "checking where to find the target windres... " >&6; }
be01d343 13825if test "x${build}" != "x${host}" ; then
2429c060
PB
13826 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13827 # We already found the complete path
b8025f34 13828 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13830$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13831 else
13832 # Canadian cross, just use what we found
81ecdfbb
RW
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13834$as_echo "pre-installed" >&6; }
2429c060 13835 fi
be01d343
PB
13836else
13837 ok=yes
13838 case " ${configdirs} " in
13839 *" binutils "*) ;;
13840 *) ok=no ;;
13841 esac
c6b750e1 13842
be01d343
PB
13843 if test $ok = yes; then
13844 # An in-tree tool is available and we can use it
13845 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
81ecdfbb
RW
13846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13847$as_echo "just compiled" >&6; }
2429c060
PB
13848 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13849 # We already found the complete path
b8025f34 13850 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
13851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13852$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13853 elif test "x$target" = "x$host"; then
13854 # We can use an host tool
13855 WINDRES_FOR_TARGET='$(WINDRES)'
81ecdfbb
RW
13856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13857$as_echo "host tool" >&6; }
be01d343
PB
13858 else
13859 # We need a cross tool
81ecdfbb
RW
13860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13861$as_echo "pre-installed" >&6; }
be01d343 13862 fi
a0da8069 13863fi
54752a6b 13864
81ecdfbb
RW
13865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
13866$as_echo_n "checking where to find the target windmc... " >&6; }
0c24b341
NC
13867if test "x${build}" != "x${host}" ; then
13868 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13869 # We already found the complete path
13870 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13872$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
13873 else
13874 # Canadian cross, just use what we found
81ecdfbb
RW
13875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13876$as_echo "pre-installed" >&6; }
0c24b341
NC
13877 fi
13878else
13879 ok=yes
13880 case " ${configdirs} " in
13881 *" binutils "*) ;;
13882 *) ok=no ;;
13883 esac
13884
13885 if test $ok = yes; then
13886 # An in-tree tool is available and we can use it
13887 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
81ecdfbb
RW
13888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13889$as_echo "just compiled" >&6; }
0c24b341
NC
13890 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13891 # We already found the complete path
13892 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13894$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
13895 elif test "x$target" = "x$host"; then
13896 # We can use an host tool
13897 WINDMC_FOR_TARGET='$(WINDMC)'
81ecdfbb
RW
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13899$as_echo "host tool" >&6; }
0c24b341
NC
13900 else
13901 # We need a cross tool
81ecdfbb
RW
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13903$as_echo "pre-installed" >&6; }
0c24b341
NC
13904 fi
13905fi
13906
54752a6b
NN
13907
13908
be01d343 13909
4b900473 13910
a0da8069
NN
13911# Certain tools may need extra flags.
13912AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13913RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13914NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13915
be01d343
PB
13916# When building target libraries, except in a Canadian cross, we use
13917# the same toolchain as the compiler we just built.
13918COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13919COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13920COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13921if test $host = $build; then
13922 case " $configdirs " in
13923 *" gcc "*)
13924 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
13925 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
13926 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
13927 ;;
13928 esac
13929fi
13930
13931
13932
13933
13934
81ecdfbb
RW
13935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13936$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13937# Check whether --enable-maintainer-mode was given.
13938if test "${enable_maintainer_mode+set}" = set; then :
13939 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3d5e36ae
AO
13940else
13941 USE_MAINTAINER_MODE=no
81ecdfbb
RW
13942fi
13943
13944{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13945$as_echo "$USE_MAINTAINER_MODE" >&6; }
3d5e36ae
AO
13946
13947
13948if test "$USE_MAINTAINER_MODE" = yes; then
13949 MAINTAINER_MODE_TRUE=
13950 MAINTAINER_MODE_FALSE='#'
13951else
13952 MAINTAINER_MODE_TRUE='#'
13953 MAINTAINER_MODE_FALSE=
c6b750e1 13954fi
3d5e36ae
AO
13955MAINT=$MAINTAINER_MODE_TRUE
13956
1d39f329
NN
13957# ---------------------
13958# GCC bootstrap support
13959# ---------------------
13960
13961# Stage specific cflags for build.
13962stage1_cflags="-g"
13963case $build in
13964 vax-*-*)
13965 case ${GCC} in
13966 yes) stage1_cflags="-g -Wa,-J" ;;
13967 *) stage1_cflags="-g -J" ;;
13968 esac ;;
1d39f329
NN
13969esac
13970
1d89b610 13971# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
e8a5fa9c 13972if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
1d89b610
PB
13973 saved_CFLAGS="$CFLAGS"
13974
13975 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
13976 CFLAGS="$CFLAGS -fkeep-inline-functions"
81ecdfbb
RW
13977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
13978$as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
13979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
13980/* end confdefs.h. */
13981
2038f525
PB
13982#if (__GNUC__ < 3) \
13983 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
13984 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
13985#error http://gcc.gnu.org/PR29382
13986#endif
13987
c6b750e1
DJ
13988int
13989main ()
13990{
13991
13992 ;
13993 return 0;
13994}
13995_ACEOF
81ecdfbb
RW
13996if ac_fn_c_try_compile "$LINENO"; then :
13997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13998$as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
c6b750e1 13999else
81ecdfbb
RW
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14001$as_echo "no" >&6; }
c6b750e1 14002fi
81ecdfbb 14003rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1d89b610
PB
14004
14005 CFLAGS="$saved_CFLAGS"
14006fi
14007
14008
1d39f329 14009
8a0d8a5c 14010# Enable --enable-checking in stage1 of the compiler.
81ecdfbb
RW
14011# Check whether --enable-stage1-checking was given.
14012if test "${enable_stage1_checking+set}" = set; then :
14013 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8a0d8a5c 14014else
5566c1fa 14015 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
2abc4e65 14016 stage1_checking=--enable-checking=yes,types
8a0d8a5c 14017else
5566c1fa 14018 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c 14019fi
81ecdfbb 14020fi
8a0d8a5c
PB
14021
14022
c6b750e1 14023
81ecdfbb
RW
14024# Enable -Werror in bootstrap stage2 and later.
14025# Check whether --enable-werror was given.
14026if test "${enable_werror+set}" = set; then :
14027 enableval=$enable_werror;
1d39f329 14028else
a0323144 14029 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
1d39f329 14030 enable_werror=yes
79fcd0ec
PB
14031else
14032 enable_werror=no
14033fi
81ecdfbb
RW
14034fi
14035
1a6f2dc7
NN
14036case ${enable_werror} in
14037 yes) stage2_werror_flag="--enable-werror-always" ;;
14038 *) stage2_werror_flag="" ;;
1d39f329
NN
14039esac
14040
14041
e8a5fa9c
RW
14042# Specify what files to not compare during bootstrap.
14043
14044compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14045case "$target" in
14046 hppa*64*-*-hpux*) ;;
14047 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14048esac
1f53ca9a
AO
14049case " $configdirs " in
14050*" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14051esac
e8a5fa9c
RW
14052
14053
81ecdfbb
RW
14054ac_config_files="$ac_config_files Makefile"
14055
c6b750e1 14056cat >confcache <<\_ACEOF
a0da8069
NN
14057# This file is a shell script that caches the results of configure
14058# tests run on this system so they can be shared between configure
c6b750e1
DJ
14059# scripts and configure runs, see configure's option --config-cache.
14060# It is not useful on other systems. If it contains results you don't
14061# want to keep, you may remove or edit it.
a0da8069 14062#
c6b750e1
DJ
14063# config.status only pays attention to the cache file if you give it
14064# the --recheck option to rerun configure.
a0da8069 14065#
c6b750e1
DJ
14066# `ac_cv_env_foo' variables (set or unset) will be overridden when
14067# loading this file, other *unset* `ac_cv_foo' will be assigned the
14068# following values.
14069
14070_ACEOF
14071
a0da8069
NN
14072# The following way of writing the cache mishandles newlines in values,
14073# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14074# So, we kill variables containing newlines.
a0da8069
NN
14075# Ultrix sh set writes to stderr and can't be redirected directly,
14076# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14077(
14078 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14079 eval ac_val=\$$ac_var
14080 case $ac_val in #(
14081 *${as_nl}*)
14082 case $ac_var in #(
14083 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14084$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14085 esac
14086 case $ac_var in #(
14087 _ | IFS | as_nl) ;; #(
14088 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14089 *) { eval $ac_var=; unset $ac_var;} ;;
14090 esac ;;
14091 esac
14092 done
14093
c6b750e1 14094 (set) 2>&1 |
81ecdfbb
RW
14095 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14096 *${as_nl}ac_space=\ *)
14097 # `set' does not quote correctly, so add quotes: double-quote
14098 # substitution turns \\\\ into \\, and sed turns \\ into \.
c6b750e1
DJ
14099 sed -n \
14100 "s/'/'\\\\''/g;
14101 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14102 ;; #(
c6b750e1
DJ
14103 *)
14104 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14105 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 14106 ;;
81ecdfbb
RW
14107 esac |
14108 sort
14109) |
c6b750e1 14110 sed '
81ecdfbb 14111 /^ac_cv_env_/b end
c6b750e1 14112 t clear
81ecdfbb 14113 :clear
c6b750e1
DJ
14114 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14115 t end
81ecdfbb
RW
14116 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14117 :end' >>confcache
14118if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14119 if test -w "$cache_file"; then
14120 test "x$cache_file" != "x/dev/null" &&
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14122$as_echo "$as_me: updating cache $cache_file" >&6;}
c6b750e1 14123 cat confcache >$cache_file
a0da8069 14124 else
81ecdfbb
RW
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14126$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
a0da8069 14127 fi
852e5f18 14128fi
a0da8069 14129rm -f confcache
852e5f18 14130
a0da8069
NN
14131test "x$prefix" = xNONE && prefix=$ac_default_prefix
14132# Let make expand exec_prefix.
14133test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
852e5f18 14134
a0da8069
NN
14135# Transform confdefs.h into DEFS.
14136# Protect against shell expansion while executing Makefile rules.
14137# Protect against Makefile macro expansion.
c6b750e1
DJ
14138#
14139# If the first sed substitution is executed (which looks for macros that
81ecdfbb 14140# take arguments), then branch to the quote section. Otherwise,
c6b750e1 14141# look for a macro that doesn't take arguments.
81ecdfbb
RW
14142ac_script='
14143:mline
14144/\\$/{
14145 N
14146 s,\\\n,,
14147 b mline
14148}
c6b750e1 14149t clear
81ecdfbb
RW
14150:clear
14151s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14152t quote
81ecdfbb 14153s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14154t quote
81ecdfbb
RW
14155b any
14156:quote
14157s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14158s/\[/\\&/g
14159s/\]/\\&/g
14160s/\$/$$/g
14161H
14162:any
14163${
14164 g
14165 s/^\n//
14166 s/\n/ /g
14167 p
14168}
14169'
14170DEFS=`sed -n "$ac_script" confdefs.h`
c6b750e1
DJ
14171
14172
14173ac_libobjs=
14174ac_ltlibobjs=
14175for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14176 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14177 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14178 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14179 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14180 # will be set to the directory where LIBOBJS objects are built.
14181 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14182 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c6b750e1
DJ
14183done
14184LIBOBJS=$ac_libobjs
852e5f18 14185
c6b750e1 14186LTLIBOBJS=$ac_ltlibobjs
376a0e54 14187
cac3d6c4 14188
c6b750e1
DJ
14189
14190: ${CONFIG_STATUS=./config.status}
81ecdfbb 14191ac_write_fail=0
c6b750e1
DJ
14192ac_clean_files_save=$ac_clean_files
14193ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14194{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14195$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14196as_write_fail=0
14197cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c6b750e1
DJ
14198#! $SHELL
14199# Generated by $as_me.
a0da8069 14200# Run this file to recreate the current configuration.
a0da8069 14201# Compiler output produced by configure, useful for debugging
c6b750e1 14202# configure, is in config.log if it exists.
376a0e54 14203
c6b750e1
DJ
14204debug=false
14205ac_cs_recheck=false
14206ac_cs_silent=false
c6b750e1 14207
81ecdfbb
RW
14208SHELL=\${CONFIG_SHELL-$SHELL}
14209export SHELL
14210_ASEOF
14211cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14212## -------------------- ##
14213## M4sh Initialization. ##
14214## -------------------- ##
14215
14216# Be more Bourne compatible
14217DUALCASE=1; export DUALCASE # for MKS sh
14218if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
14219 emulate sh
14220 NULLCMD=:
81ecdfbb 14221 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
14222 # is contrary to our usage. Disable this feature.
14223 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14224 setopt NO_GLOB_SUBST
14225else
14226 case `(set -o) 2>/dev/null` in #(
14227 *posix*) :
14228 set -o posix ;; #(
14229 *) :
14230 ;;
14231esac
c6b750e1 14232fi
c6b750e1 14233
81ecdfbb
RW
14234
14235as_nl='
14236'
14237export as_nl
14238# Printing a long string crashes Solaris 7 /usr/bin/printf.
14239as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14240as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14241as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14242# Prefer a ksh shell builtin over an external printf program on Solaris,
14243# but without wasting forks for bash or zsh.
14244if test -z "$BASH_VERSION$ZSH_VERSION" \
14245 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14246 as_echo='print -r --'
14247 as_echo_n='print -rn --'
14248elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14249 as_echo='printf %s\n'
14250 as_echo_n='printf %s'
14251else
14252 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14253 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14254 as_echo_n='/usr/ucb/echo -n'
14255 else
14256 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14257 as_echo_n_body='eval
14258 arg=$1;
14259 case $arg in #(
14260 *"$as_nl"*)
14261 expr "X$arg" : "X\\(.*\\)$as_nl";
14262 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14263 esac;
14264 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14265 '
14266 export as_echo_n_body
14267 as_echo_n='sh -c $as_echo_n_body as_echo'
14268 fi
14269 export as_echo_body
14270 as_echo='sh -c $as_echo_body as_echo'
c6b750e1
DJ
14271fi
14272
81ecdfbb
RW
14273# The user is always right.
14274if test "${PATH_SEPARATOR+set}" != set; then
14275 PATH_SEPARATOR=:
14276 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14277 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14278 PATH_SEPARATOR=';'
14279 }
14280fi
14281
14282
14283# IFS
14284# We need space, tab and new line, in precisely that order. Quoting is
14285# there to prevent editors from complaining about space-tab.
14286# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14287# splitting by setting IFS to empty value.)
14288IFS=" "" $as_nl"
14289
14290# Find who we are. Look in the path if we contain no directory separator.
14291case $0 in #((
14292 *[\\/]* ) as_myself=$0 ;;
14293 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14294for as_dir in $PATH
14295do
14296 IFS=$as_save_IFS
14297 test -z "$as_dir" && as_dir=.
14298 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14299 done
14300IFS=$as_save_IFS
14301
14302 ;;
14303esac
14304# We did not find ourselves, most probably we were run as `sh COMMAND'
14305# in which case we are not to be found in the path.
14306if test "x$as_myself" = x; then
14307 as_myself=$0
14308fi
14309if test ! -f "$as_myself"; then
14310 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14311 exit 1
14312fi
c6b750e1 14313
81ecdfbb
RW
14314# Unset variables that we do not need and which cause bugs (e.g. in
14315# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14316# suppresses any "Segmentation fault" message there. '((' could
14317# trigger a bug in pdksh 5.2.14.
14318for as_var in BASH_ENV ENV MAIL MAILPATH
14319do eval test x\${$as_var+set} = xset \
14320 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14321done
c6b750e1
DJ
14322PS1='$ '
14323PS2='> '
14324PS4='+ '
14325
14326# NLS nuisances.
81ecdfbb
RW
14327LC_ALL=C
14328export LC_ALL
14329LANGUAGE=C
14330export LANGUAGE
14331
14332# CDPATH.
14333(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14334
14335
14336# as_fn_error ERROR [LINENO LOG_FD]
14337# ---------------------------------
14338# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14339# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14340# script with status $?, using 1 if that was 0.
14341as_fn_error ()
14342{
14343 as_status=$?; test $as_status -eq 0 && as_status=1
14344 if test "$3"; then
14345 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14346 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
c6b750e1 14347 fi
81ecdfbb
RW
14348 $as_echo "$as_me: error: $1" >&2
14349 as_fn_exit $as_status
14350} # as_fn_error
14351
14352
14353# as_fn_set_status STATUS
14354# -----------------------
14355# Set $? to STATUS, without forking.
14356as_fn_set_status ()
14357{
14358 return $1
14359} # as_fn_set_status
14360
14361# as_fn_exit STATUS
14362# -----------------
14363# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14364as_fn_exit ()
14365{
14366 set +e
14367 as_fn_set_status $1
14368 exit $1
14369} # as_fn_exit
14370
14371# as_fn_unset VAR
14372# ---------------
14373# Portably unset VAR.
14374as_fn_unset ()
14375{
14376 { eval $1=; unset $1;}
14377}
14378as_unset=as_fn_unset
14379# as_fn_append VAR VALUE
14380# ----------------------
14381# Append the text in VALUE to the end of the definition contained in VAR. Take
14382# advantage of any shell optimizations that allow amortized linear growth over
14383# repeated appends, instead of the typical quadratic growth present in naive
14384# implementations.
14385if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14386 eval 'as_fn_append ()
14387 {
14388 eval $1+=\$2
14389 }'
14390else
14391 as_fn_append ()
14392 {
14393 eval $1=\$$1\$2
14394 }
14395fi # as_fn_append
14396
14397# as_fn_arith ARG...
14398# ------------------
14399# Perform arithmetic evaluation on the ARGs, and store the result in the
14400# global $as_val. Take advantage of shells that can avoid forks. The arguments
14401# must be portable across $(()) and expr.
14402if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14403 eval 'as_fn_arith ()
14404 {
14405 as_val=$(( $* ))
14406 }'
14407else
14408 as_fn_arith ()
14409 {
14410 as_val=`expr "$@" || test $? -eq 1`
14411 }
14412fi # as_fn_arith
14413
c6b750e1 14414
81ecdfbb
RW
14415if expr a : '\(a\)' >/dev/null 2>&1 &&
14416 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
14417 as_expr=expr
14418else
14419 as_expr=false
14420fi
14421
81ecdfbb 14422if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
14423 as_basename=basename
14424else
14425 as_basename=false
14426fi
14427
81ecdfbb
RW
14428if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14429 as_dirname=dirname
14430else
14431 as_dirname=false
14432fi
c6b750e1 14433
81ecdfbb 14434as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
14435$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14436 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14437 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14438$as_echo X/"$0" |
14439 sed '/^.*\/\([^/][^/]*\)\/*$/{
14440 s//\1/
14441 q
14442 }
14443 /^X\/\(\/\/\)$/{
14444 s//\1/
14445 q
14446 }
14447 /^X\/\(\/\).*/{
14448 s//\1/
14449 q
14450 }
14451 s/.*/./; q'`
c6b750e1 14452
c6b750e1
DJ
14453# Avoid depending upon Character Ranges.
14454as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14455as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14456as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14457as_cr_digits='0123456789'
14458as_cr_alnum=$as_cr_Letters$as_cr_digits
14459
81ecdfbb
RW
14460ECHO_C= ECHO_N= ECHO_T=
14461case `echo -n x` in #(((((
14462-n*)
14463 case `echo 'xy\c'` in
14464 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14465 xy) ECHO_C='\c';;
14466 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14467 ECHO_T=' ';;
14468 esac;;
14469*)
14470 ECHO_N='-n';;
c6b750e1
DJ
14471esac
14472
81ecdfbb
RW
14473rm -f conf$$ conf$$.exe conf$$.file
14474if test -d conf$$.dir; then
14475 rm -f conf$$.dir/conf$$.file
c6b750e1 14476else
81ecdfbb
RW
14477 rm -f conf$$.dir
14478 mkdir conf$$.dir 2>/dev/null
c6b750e1 14479fi
81ecdfbb
RW
14480if (echo >conf$$.file) 2>/dev/null; then
14481 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 14482 as_ln_s='ln -s'
81ecdfbb
RW
14483 # ... but there are two gotchas:
14484 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14485 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14486 # In both cases, we have to default to `cp -p'.
14487 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14488 as_ln_s='cp -p'
14489 elif ln conf$$.file conf$$ 2>/dev/null; then
14490 as_ln_s=ln
14491 else
14492 as_ln_s='cp -p'
c6b750e1 14493 fi
c6b750e1
DJ
14494else
14495 as_ln_s='cp -p'
14496fi
81ecdfbb
RW
14497rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14498rmdir conf$$.dir 2>/dev/null
14499
14500
14501# as_fn_mkdir_p
14502# -------------
14503# Create "$as_dir" as a directory, including parents if necessary.
14504as_fn_mkdir_p ()
14505{
14506
14507 case $as_dir in #(
14508 -*) as_dir=./$as_dir;;
14509 esac
14510 test -d "$as_dir" || eval $as_mkdir_p || {
14511 as_dirs=
14512 while :; do
14513 case $as_dir in #(
14514 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14515 *) as_qdir=$as_dir;;
14516 esac
14517 as_dirs="'$as_qdir' $as_dirs"
14518 as_dir=`$as_dirname -- "$as_dir" ||
14519$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14520 X"$as_dir" : 'X\(//\)[^/]' \| \
14521 X"$as_dir" : 'X\(//\)$' \| \
14522 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14523$as_echo X"$as_dir" |
14524 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14525 s//\1/
14526 q
14527 }
14528 /^X\(\/\/\)[^/].*/{
14529 s//\1/
14530 q
14531 }
14532 /^X\(\/\/\)$/{
14533 s//\1/
14534 q
14535 }
14536 /^X\(\/\).*/{
14537 s//\1/
14538 q
14539 }
14540 s/.*/./; q'`
14541 test -d "$as_dir" && break
14542 done
14543 test -z "$as_dirs" || eval "mkdir $as_dirs"
14544 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14545
c6b750e1 14546
81ecdfbb 14547} # as_fn_mkdir_p
c6b750e1 14548if mkdir -p . 2>/dev/null; then
81ecdfbb 14549 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
14550else
14551 test -d ./-p && rmdir ./-p
14552 as_mkdir_p=false
14553fi
14554
81ecdfbb
RW
14555if test -x / >/dev/null 2>&1; then
14556 as_test_x='test -x'
14557else
14558 if ls -dL / >/dev/null 2>&1; then
14559 as_ls_L_option=L
14560 else
14561 as_ls_L_option=
14562 fi
14563 as_test_x='
14564 eval sh -c '\''
14565 if test -d "$1"; then
14566 test -d "$1/.";
14567 else
14568 case $1 in #(
14569 -*)set "./$1";;
14570 esac;
14571 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14572 ???[sx]*):;;*)false;;esac;fi
14573 '\'' sh
14574 '
14575fi
14576as_executable_p=$as_test_x
c6b750e1
DJ
14577
14578# Sed expression to map a string onto a valid CPP name.
14579as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14580
14581# Sed expression to map a string onto a valid variable name.
14582as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14583
14584
c6b750e1 14585exec 6>&1
81ecdfbb
RW
14586## ----------------------------------- ##
14587## Main body of $CONFIG_STATUS script. ##
14588## ----------------------------------- ##
14589_ASEOF
14590test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14591
14592cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14593# Save the log message, to keep $0 and so on meaningful, and to
c6b750e1 14594# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14595# values after options handling.
14596ac_log="
c6b750e1 14597This file was extended by $as_me, which was
81ecdfbb 14598generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
14599
14600 CONFIG_FILES = $CONFIG_FILES
14601 CONFIG_HEADERS = $CONFIG_HEADERS
14602 CONFIG_LINKS = $CONFIG_LINKS
14603 CONFIG_COMMANDS = $CONFIG_COMMANDS
14604 $ $0 $@
14605
81ecdfbb
RW
14606on `(hostname || uname -n) 2>/dev/null | sed 1q`
14607"
14608
c6b750e1
DJ
14609_ACEOF
14610
81ecdfbb
RW
14611case $ac_config_files in *"
14612"*) set x $ac_config_files; shift; ac_config_files=$*;;
14613esac
c6b750e1 14614
c6b750e1 14615
c6b750e1 14616
81ecdfbb
RW
14617cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14618# Files that config.status was made for.
14619config_files="$ac_config_files"
c6b750e1 14620
81ecdfbb 14621_ACEOF
c6b750e1 14622
81ecdfbb 14623cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 14624ac_cs_usage="\
81ecdfbb
RW
14625\`$as_me' instantiates files and other configuration actions
14626from templates according to the current configuration. Unless the files
14627and actions are specified as TAGs, all are instantiated by default.
c6b750e1 14628
81ecdfbb 14629Usage: $0 [OPTION]... [TAG]...
c6b750e1
DJ
14630
14631 -h, --help print this help, then exit
81ecdfbb
RW
14632 -V, --version print version number and configuration settings, then exit
14633 -q, --quiet, --silent
14634 do not print progress messages
c6b750e1
DJ
14635 -d, --debug don't remove temporary files
14636 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14637 --file=FILE[:TEMPLATE]
14638 instantiate the configuration file FILE
c6b750e1
DJ
14639
14640Configuration files:
14641$config_files
14642
81ecdfbb 14643Report bugs to the package provider."
c6b750e1 14644
81ecdfbb
RW
14645_ACEOF
14646cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1
DJ
14647ac_cs_version="\\
14648config.status
81ecdfbb
RW
14649configured by $0, generated by GNU Autoconf 2.64,
14650 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
c6b750e1 14651
81ecdfbb 14652Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
14653This config.status script is free software; the Free Software Foundation
14654gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14655
14656ac_pwd='$ac_pwd'
14657srcdir='$srcdir'
14658INSTALL='$INSTALL'
8e957354 14659AWK='$AWK'
81ecdfbb 14660test -n "\$AWK" || AWK=awk
c6b750e1
DJ
14661_ACEOF
14662
81ecdfbb
RW
14663cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14664# The default lists apply if the user does not specify any file.
c6b750e1
DJ
14665ac_need_defaults=:
14666while test $# != 0
a0da8069 14667do
c6b750e1
DJ
14668 case $1 in
14669 --*=*)
81ecdfbb
RW
14670 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14671 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c6b750e1
DJ
14672 ac_shift=:
14673 ;;
81ecdfbb 14674 *)
c6b750e1
DJ
14675 ac_option=$1
14676 ac_optarg=$2
14677 ac_shift=shift
14678 ;;
c6b750e1
DJ
14679 esac
14680
14681 case $ac_option in
14682 # Handling of the options.
a0da8069 14683 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
c6b750e1 14684 ac_cs_recheck=: ;;
81ecdfbb
RW
14685 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14686 $as_echo "$ac_cs_version"; exit ;;
14687 --debug | --debu | --deb | --de | --d | -d )
c6b750e1
DJ
14688 debug=: ;;
14689 --file | --fil | --fi | --f )
14690 $ac_shift
81ecdfbb
RW
14691 case $ac_optarg in
14692 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14693 esac
14694 as_fn_append CONFIG_FILES " '$ac_optarg'"
c6b750e1 14695 ac_need_defaults=false;;
81ecdfbb
RW
14696 --he | --h | --help | --hel | -h )
14697 $as_echo "$ac_cs_usage"; exit ;;
c6b750e1
DJ
14698 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14699 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14700 ac_cs_silent=: ;;
14701
14702 # This is an error.
81ecdfbb
RW
14703 -*) as_fn_error "unrecognized option: \`$1'
14704Try \`$0 --help' for more information." ;;
c6b750e1 14705
81ecdfbb
RW
14706 *) as_fn_append ac_config_targets " $1"
14707 ac_need_defaults=false ;;
c6b750e1 14708
376a0e54 14709 esac
c6b750e1 14710 shift
376a0e54
CM
14711done
14712
c6b750e1 14713ac_configure_extra_args=
376a0e54 14714
c6b750e1
DJ
14715if $ac_cs_silent; then
14716 exec 6>/dev/null
14717 ac_configure_extra_args="$ac_configure_extra_args --silent"
14718fi
376a0e54 14719
c6b750e1 14720_ACEOF
81ecdfbb 14721cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1 14722if \$ac_cs_recheck; then
81ecdfbb
RW
14723 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14724 shift
14725 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14726 CONFIG_SHELL='$SHELL'
14727 export CONFIG_SHELL
14728 exec "\$@"
c6b750e1
DJ
14729fi
14730
14731_ACEOF
81ecdfbb
RW
14732cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14733exec 5>>config.log
14734{
14735 echo
14736 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14737## Running $as_me. ##
14738_ASBOX
14739 $as_echo "$ac_log"
14740} >&5
c6b750e1 14741
81ecdfbb
RW
14742_ACEOF
14743cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
06a51eac
RW
14744#
14745# INIT-COMMANDS
14746#
14747extrasub_build="$extrasub_build"
14748 extrasub_host="$extrasub_host"
14749 extrasub_target="$extrasub_target"
14750
81ecdfbb 14751_ACEOF
c6b750e1 14752
81ecdfbb 14753cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 14754
81ecdfbb 14755# Handling of arguments.
c6b750e1
DJ
14756for ac_config_target in $ac_config_targets
14757do
81ecdfbb
RW
14758 case $ac_config_target in
14759 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14760
14761 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c6b750e1
DJ
14762 esac
14763done
14764
81ecdfbb 14765
c6b750e1
DJ
14766# If the user did not use the arguments to specify the items to instantiate,
14767# then the envvar interface is used. Set only those that are not.
14768# We use the long form for the default assignment because of an extremely
14769# bizarre bug on SunOS 4.1.3.
14770if $ac_need_defaults; then
14771 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14772fi
14773
14774# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14775# simply because there is no reason against having it here, and in addition,
c6b750e1 14776# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14777# Hook for its removal unless debugging.
14778# Note that there is a small window in which the directory will not be cleaned:
14779# after its creation but before its name has been assigned to `$tmp'.
c6b750e1
DJ
14780$debug ||
14781{
81ecdfbb
RW
14782 tmp=
14783 trap 'exit_status=$?
14784 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14785' 0
14786 trap 'as_fn_exit 1' 1 2 13 15
c6b750e1 14787}
c6b750e1
DJ
14788# Create a (secure) tmp directory for tmp files.
14789
14790{
81ecdfbb 14791 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
c6b750e1
DJ
14792 test -n "$tmp" && test -d "$tmp"
14793} ||
14794{
81ecdfbb
RW
14795 tmp=./conf$$-$RANDOM
14796 (umask 077 && mkdir "$tmp")
14797} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14798
14799# Set up the scripts for CONFIG_FILES section.
14800# No need to generate them if there are no CONFIG_FILES.
14801# This happens for instance with `./config.status config.h'.
14802if test -n "$CONFIG_FILES"; then
14803
14804if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14805 ac_cs_awk_getline=:
14806 ac_cs_awk_pipe_init=
14807 ac_cs_awk_read_file='
14808 while ((getline aline < (F[key])) > 0)
14809 print(aline)
14810 close(F[key])'
14811 ac_cs_awk_pipe_fini=
14812else
14813 ac_cs_awk_getline=false
14814 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14815 ac_cs_awk_read_file='
14816 print "|#_!!_#|"
14817 print "cat " F[key] " &&"
14818 '$ac_cs_awk_pipe_init
14819 # The final `:' finishes the AND list.
14820 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14821fi
14822ac_cr=`echo X | tr X '\015'`
14823# On cygwin, bash can eat \r inside `` if the user requested igncr.
14824# But we know of no other shell where ac_cr would be empty at this
14825# point, so we can use a bashism as a fallback.
14826if test "x$ac_cr" = x; then
14827 eval ac_cr=\$\'\\r\'
14828fi
14829ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14830if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14831 ac_cs_awk_cr='\r'
14832else
14833 ac_cs_awk_cr=$ac_cr
14834fi
14835
14836echo 'BEGIN {' >"$tmp/subs1.awk" &&
14837_ACEOF
14838
14839# Create commands to substitute file output variables.
c6b750e1 14840{
81ecdfbb
RW
14841 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14842 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14843 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14844 echo "_ACAWK" &&
14845 echo "_ACEOF"
14846} >conf$$files.sh &&
14847. ./conf$$files.sh ||
14848 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14849rm -f conf$$files.sh
c6b750e1 14850
81ecdfbb
RW
14851{
14852 echo "cat >conf$$subs.awk <<_ACEOF" &&
14853 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14854 echo "_ACEOF"
14855} >conf$$subs.sh ||
14856 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14857ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14858ac_delim='%!_!# '
14859for ac_last_try in false false false false false :; do
14860 . ./conf$$subs.sh ||
14861 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14862
14863 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14864 if test $ac_delim_n = $ac_delim_num; then
14865 break
14866 elif $ac_last_try; then
14867 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14868 else
14869 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14870 fi
14871done
14872rm -f conf$$subs.sh
14873
14874cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14875cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
c6b750e1 14876_ACEOF
81ecdfbb
RW
14877sed -n '
14878h
14879s/^/S["/; s/!.*/"]=/
14880p
14881g
14882s/^[^!]*!//
14883:repl
14884t repl
14885s/'"$ac_delim"'$//
14886t delim
14887:nl
14888h
14889s/\(.\{148\}\).*/\1/
14890t more1
14891s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14892p
14893n
14894b repl
14895:more1
14896s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14897p
14898g
14899s/.\{148\}//
14900t nl
14901:delim
14902h
14903s/\(.\{148\}\).*/\1/
14904t more2
14905s/["\\]/\\&/g; s/^/"/; s/$/"/
14906p
14907b
14908:more2
14909s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14910p
14911g
14912s/.\{148\}//
14913t delim
14914' <conf$$subs.awk | sed '
14915/^[^""]/{
14916 N
14917 s/\n//
14918}
14919' >>$CONFIG_STATUS || ac_write_fail=1
14920rm -f conf$$subs.awk
14921cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14922_ACAWK
14923cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14924 for (key in S) S_is_set[key] = 1
14925 FS = "\a"
14926 \$ac_cs_awk_pipe_init
14927}
14928{
14929 line = $ 0
14930 nfields = split(line, field, "@")
14931 substed = 0
14932 len = length(field[1])
14933 for (i = 2; i < nfields; i++) {
14934 key = field[i]
14935 keylen = length(key)
14936 if (S_is_set[key]) {
14937 value = S[key]
14938 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14939 len += length(value) + length(field[++i])
14940 substed = 1
14941 } else
14942 len += 1 + keylen
14943 }
14944 if (nfields == 3 && !substed) {
14945 key = field[2]
14946 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
14947 \$ac_cs_awk_read_file
14948 next
14949 }
14950 }
14951 print line
14952}
14953\$ac_cs_awk_pipe_fini
14954_ACAWK
14955_ACEOF
14956cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14957if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14958 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14959else
14960 cat
14961fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14962 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14963_ACEOF
14964
14965# VPATH may cause trouble with some makes, so we remove $(srcdir),
14966# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14967# trailing colons and then remove the whole line if VPATH becomes empty
14968# (actually we leave an empty line to preserve line numbers).
14969if test "x$srcdir" = x.; then
14970 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14971s/:*\$(srcdir):*/:/
14972s/:*\${srcdir}:*/:/
14973s/:*@srcdir@:*/:/
14974s/^\([^=]*=[ ]*\):*/\1/
14975s/:*$//
14976s/^[^=]*=[ ]*$//
14977}'
14978fi
c6b750e1 14979
81ecdfbb
RW
14980cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14981fi # test -n "$CONFIG_FILES"
c6b750e1 14982
c6b750e1 14983
81ecdfbb
RW
14984eval set X " :F $CONFIG_FILES "
14985shift
14986for ac_tag
14987do
14988 case $ac_tag in
14989 :[FHLC]) ac_mode=$ac_tag; continue;;
14990 esac
14991 case $ac_mode$ac_tag in
14992 :[FHL]*:*);;
14993 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14994 :[FH]-) ac_tag=-:-;;
14995 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14996 esac
14997 ac_save_IFS=$IFS
14998 IFS=:
14999 set x $ac_tag
15000 IFS=$ac_save_IFS
15001 shift
15002 ac_file=$1
15003 shift
252b5132 15004
81ecdfbb
RW
15005 case $ac_mode in
15006 :L) ac_source=$1;;
15007 :[FH])
15008 ac_file_inputs=
15009 for ac_f
15010 do
15011 case $ac_f in
15012 -) ac_f="$tmp/stdin";;
15013 *) # Look for the file first in the build tree, then in the source tree
15014 # (if the path is not absolute). The absolute path cannot be DOS-style,
15015 # because $ac_f cannot contain `:'.
15016 test -f "$ac_f" ||
15017 case $ac_f in
15018 [\\/$]*) false;;
15019 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15020 esac ||
15021 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15022 esac
15023 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15024 as_fn_append ac_file_inputs " '$ac_f'"
15025 done
c6b750e1 15026
81ecdfbb
RW
15027 # Let's still pretend it is `configure' which instantiates (i.e., don't
15028 # use $as_me), people would be surprised to read:
15029 # /* config.h. Generated by config.status. */
15030 configure_input='Generated from '`
15031 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15032 `' by configure.'
15033 if test x"$ac_file" != x-; then
15034 configure_input="$ac_file. $configure_input"
15035 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15036$as_echo "$as_me: creating $ac_file" >&6;}
a0da8069 15037 fi
81ecdfbb
RW
15038 # Neutralize special characters interpreted by sed in replacement strings.
15039 case $configure_input in #(
15040 *\&* | *\|* | *\\* )
15041 ac_sed_conf_input=`$as_echo "$configure_input" |
15042 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15043 *) ac_sed_conf_input=$configure_input;;
15044 esac
cac3d6c4 15045
81ecdfbb
RW
15046 case $ac_tag in
15047 *:-:* | *:-) cat >"$tmp/stdin" \
15048 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15049 esac
15050 ;;
a0da8069 15051 esac
252b5132 15052
81ecdfbb 15053 ac_dir=`$as_dirname -- "$ac_file" ||
c6b750e1
DJ
15054$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15055 X"$ac_file" : 'X\(//\)[^/]' \| \
15056 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15057 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15058$as_echo X"$ac_file" |
15059 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15060 s//\1/
15061 q
15062 }
15063 /^X\(\/\/\)[^/].*/{
15064 s//\1/
15065 q
15066 }
15067 /^X\(\/\/\)$/{
15068 s//\1/
15069 q
15070 }
15071 /^X\(\/\).*/{
15072 s//\1/
15073 q
15074 }
15075 s/.*/./; q'`
15076 as_dir="$ac_dir"; as_fn_mkdir_p
c6b750e1 15077 ac_builddir=.
252b5132 15078
81ecdfbb
RW
15079case "$ac_dir" in
15080.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15081*)
15082 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15083 # A ".." for each directory in $ac_dir_suffix.
15084 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15085 case $ac_top_builddir_sub in
15086 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15087 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15088 esac ;;
15089esac
15090ac_abs_top_builddir=$ac_pwd
15091ac_abs_builddir=$ac_pwd$ac_dir_suffix
15092# for backward compatibility:
15093ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
15094
15095case $srcdir in
81ecdfbb 15096 .) # We are building in place.
c6b750e1 15097 ac_srcdir=.
81ecdfbb
RW
15098 ac_top_srcdir=$ac_top_builddir_sub
15099 ac_abs_top_srcdir=$ac_pwd ;;
15100 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 15101 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15102 ac_top_srcdir=$srcdir
15103 ac_abs_top_srcdir=$srcdir ;;
15104 *) # Relative name.
15105 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15106 ac_top_srcdir=$ac_top_build_prefix$srcdir
15107 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 15108esac
81ecdfbb 15109ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15110
252b5132 15111
81ecdfbb
RW
15112 case $ac_mode in
15113 :F)
15114 #
15115 # CONFIG_FILE
15116 #
c6b750e1
DJ
15117
15118 case $INSTALL in
15119 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 15120 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
a0da8069 15121 esac
81ecdfbb 15122_ACEOF
252b5132 15123
81ecdfbb
RW
15124cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15125# If the template does not know about datarootdir, expand it.
15126# FIXME: This hack should be removed a few years after 2.60.
15127ac_datarootdir_hack=; ac_datarootdir_seen=
15128ac_sed_dataroot='
15129/datarootdir/ {
15130 p
15131 q
15132}
15133/@datadir@/p
15134/@docdir@/p
15135/@infodir@/p
15136/@localedir@/p
15137/@mandir@/p'
15138case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15139*datarootdir*) ac_datarootdir_seen=yes;;
15140*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15141 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15142$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
c6b750e1 15143_ACEOF
81ecdfbb
RW
15144cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15145 ac_datarootdir_hack='
15146 s&@datadir@&$datadir&g
15147 s&@docdir@&$docdir&g
15148 s&@infodir@&$infodir&g
15149 s&@localedir@&$localedir&g
15150 s&@mandir@&$mandir&g
15151 s&\\\${datarootdir}&$datarootdir&g' ;;
15152esac
15153_ACEOF
15154
15155# Neutralize VPATH when `$srcdir' = `.'.
15156# Shell code in configure.ac might set extrasub.
15157# FIXME: do we really want to maintain this feature?
15158cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15159ac_sed_extra="$ac_vpsub
c6b750e1
DJ
15160$extrasub
15161_ACEOF
81ecdfbb 15162cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1
DJ
15163:t
15164/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15165s|@configure_input@|$ac_sed_conf_input|;t t
15166s&@top_builddir@&$ac_top_builddir_sub&;t t
15167s&@top_build_prefix@&$ac_top_build_prefix&;t t
15168s&@srcdir@&$ac_srcdir&;t t
15169s&@abs_srcdir@&$ac_abs_srcdir&;t t
15170s&@top_srcdir@&$ac_top_srcdir&;t t
15171s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15172s&@builddir@&$ac_builddir&;t t
15173s&@abs_builddir@&$ac_abs_builddir&;t t
15174s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15175s&@INSTALL@&$ac_INSTALL&;t t
15176$ac_datarootdir_hack
15177"
15178eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15179if $ac_cs_awk_getline; then
15180 $AWK -f "$tmp/subs.awk"
15181else
15182 $AWK -f "$tmp/subs.awk" | $SHELL
15183fi >$tmp/out \
15184 || as_fn_error "could not create $ac_file" "$LINENO" 5
15185
15186test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15187 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15188 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15189 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15190which seems to be undefined. Please make sure it is defined." >&5
15191$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15192which seems to be undefined. Please make sure it is defined." >&2;}
15193
15194 rm -f "$tmp/stdin"
15195 case $ac_file in
15196 -) cat "$tmp/out" && rm -f "$tmp/out";;
15197 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15198 esac \
15199 || as_fn_error "could not create $ac_file" "$LINENO" 5
15200 ;;
c148b4cb 15201
c148b4cb 15202
c148b4cb 15203
81ecdfbb
RW
15204 esac
15205
06a51eac
RW
15206
15207 case $ac_file$ac_mode in
15208 "Makefile":F) sed "$extrasub_build" Makefile |
15209 sed "$extrasub_host" |
15210 sed "$extrasub_target" > mf$$
15211 mv -f mf$$ Makefile ;;
15212
15213 esac
81ecdfbb
RW
15214done # for ac_tag
15215
15216
15217as_fn_exit 0
c6b750e1 15218_ACEOF
c6b750e1
DJ
15219ac_clean_files=$ac_clean_files_save
15220
81ecdfbb
RW
15221test $ac_write_fail = 0 ||
15222 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15223
c6b750e1
DJ
15224
15225# configure is writing to config.log, and then calls config.status.
15226# config.status does its own redirection, appending to config.log.
15227# Unfortunately, on DOS this fails, as config.log is still kept open
15228# by configure, so config.status won't be able to write to it; its
15229# output is simply discarded. So we exec the FD to /dev/null,
15230# effectively closing config.log, so it can be properly (re)opened and
15231# appended to by config.status. When coming back to configure, we
15232# need to make the FD available again.
15233if test "$no_create" != yes; then
15234 ac_cs_success=:
15235 ac_config_status_args=
15236 test "$silent" = yes &&
15237 ac_config_status_args="$ac_config_status_args --quiet"
15238 exec 5>/dev/null
15239 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15240 exec 5>>config.log
15241 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15242 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15243 $ac_cs_success || as_fn_exit $?
15244fi
15245if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15246 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15247$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c6b750e1 15248fi
c148b4cb 15249
This page took 1.49541 seconds and 4 git commands to generate.