* config-ml.in: Don't handle arc-*-elf*.
[deliverable/binutils-gdb.git] / configure
CommitLineData
a0da8069 1#! /bin/sh
a0da8069 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
a0da8069
NN
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c6b750e1 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
c6b750e1 31fi
c6b750e1 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
c6b750e1
DJ
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
c6b750e1
DJ
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
8e957354
PB
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1"
81ecdfbb
RW
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175else
176 as_have_required=no
177fi
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182as_found=false
183for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
c6b750e1 184do
81ecdfbb
RW
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
189 /*)
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
198fi
199fi
200 done;;
201 esac
202 as_found=false
203done
204$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207fi; }
208IFS=$as_save_IFS
209
210
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220fi
221
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
c6b750e1 228 else
81ecdfbb
RW
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230$0: including any error possibly output before this
231$0: message. Then install a modern shell, or manually run
232$0: the script under such a shell if you do have one."
c6b750e1 233 fi
81ecdfbb
RW
234 exit 1
235fi
236fi
237fi
238SHELL=${CONFIG_SHELL-/bin/sh}
239export SHELL
240# Unset more variables known to interfere with behavior of common tools.
241CLICOLOR_FORCE= GREP_OPTIONS=
242unset CLICOLOR_FORCE GREP_OPTIONS
243
244## --------------------- ##
245## M4sh Shell Functions. ##
246## --------------------- ##
247# as_fn_unset VAR
248# ---------------
249# Portably unset VAR.
250as_fn_unset ()
251{
252 { eval $1=; unset $1;}
253}
254as_unset=as_fn_unset
255
256# as_fn_set_status STATUS
257# -----------------------
258# Set $? to STATUS, without forking.
259as_fn_set_status ()
260{
261 return $1
262} # as_fn_set_status
c6b750e1 263
81ecdfbb
RW
264# as_fn_exit STATUS
265# -----------------
266# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267as_fn_exit ()
268{
269 set +e
270 as_fn_set_status $1
271 exit $1
272} # as_fn_exit
273
274# as_fn_mkdir_p
275# -------------
276# Create "$as_dir" as a directory, including parents if necessary.
277as_fn_mkdir_p ()
278{
279
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296$as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
299 q
300 }
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\).*/{
310 s//\1/
311 q
312 }
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320} # as_fn_mkdir_p
321# as_fn_append VAR VALUE
322# ----------------------
323# Append the text in VALUE to the end of the definition contained in VAR. Take
324# advantage of any shell optimizations that allow amortized linear growth over
325# repeated appends, instead of the typical quadratic growth present in naive
326# implementations.
327if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
329 {
330 eval $1+=\$2
331 }'
332else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337fi # as_fn_append
338
339# as_fn_arith ARG...
340# ------------------
341# Perform arithmetic evaluation on the ARGs, and store the result in the
342# global $as_val. Take advantage of shells that can avoid forks. The arguments
343# must be portable across $(()) and expr.
344if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
346 {
347 as_val=$(( $* ))
348 }'
349else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354fi # as_fn_arith
355
356
357# as_fn_error ERROR [LINENO LOG_FD]
358# ---------------------------------
359# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361# script with status $?, using 1 if that was 0.
362as_fn_error ()
363{
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
368 fi
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371} # as_fn_error
372
373if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
375 as_expr=expr
376else
377 as_expr=false
378fi
379
81ecdfbb 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
381 as_basename=basename
382else
383 as_basename=false
384fi
385
81ecdfbb
RW
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
c6b750e1 391
81ecdfbb 392as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396$as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
399 q
400 }
401 /^X\/\(\/\/\)$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\).*/{
406 s//\1/
407 q
408 }
409 s/.*/./; q'`
c6b750e1 410
c6b750e1
DJ
411# Avoid depending upon Character Ranges.
412as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415as_cr_digits='0123456789'
416as_cr_alnum=$as_cr_Letters$as_cr_digits
417
c6b750e1 418
81ecdfbb
RW
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
425 p
426 /[$]LINENO/=
427 ' <$as_myself |
c6b750e1 428 sed '
81ecdfbb
RW
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
c6b750e1 433 N
81ecdfbb
RW
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
c6b750e1 436 t loop
81ecdfbb 437 s/-\n.*//
c6b750e1 438 ' >$as_me.lineno &&
81ecdfbb
RW
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
c6b750e1
DJ
441
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
c6b750e1
DJ
446 # Exit status is that of the last command.
447 exit
448}
449
81ecdfbb
RW
450ECHO_C= ECHO_N= ECHO_T=
451case `echo -n x` in #(((((
452-n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
459*)
460 ECHO_N='-n';;
c6b750e1
DJ
461esac
462
81ecdfbb
RW
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
c6b750e1 466else
81ecdfbb
RW
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
c6b750e1 469fi
81ecdfbb
RW
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 472 as_ln_s='ln -s'
81ecdfbb
RW
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
c6b750e1 483 fi
c6b750e1
DJ
484else
485 as_ln_s='cp -p'
486fi
81ecdfbb
RW
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
c6b750e1
DJ
489
490if mkdir -p . 2>/dev/null; then
81ecdfbb 491 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
81ecdfbb
RW
497if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517fi
518as_executable_p=$as_test_x
c6b750e1
DJ
519
520# Sed expression to map a string onto a valid CPP name.
521as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522
523# Sed expression to map a string onto a valid variable name.
524as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
526
81ecdfbb 527exec 7<&0 </dev/null 6>&1
a0da8069 528
c6b750e1
DJ
529# Name of the host.
530# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531# so uname gets run too.
532ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
c6b750e1
DJ
534#
535# Initializations.
536#
a0da8069 537ac_default_prefix=/usr/local
81ecdfbb 538ac_clean_files=
c6b750e1 539ac_config_libobj_dir=.
81ecdfbb 540LIBOBJS=
c6b750e1
DJ
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
c6b750e1
DJ
545
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
81ecdfbb 552PACKAGE_URL=
c6b750e1
DJ
553
554ac_unique_file="move-if-change"
81ecdfbb
RW
555enable_option_checking=no
556ac_subst_vars='LTLIBOBJS
557LIBOBJS
558compare_exclusions
559stage2_werror_flag
560stage1_checking
561stage1_cflags
562MAINT
563MAINTAINER_MODE_FALSE
564MAINTAINER_MODE_TRUE
565COMPILER_NM_FOR_TARGET
566COMPILER_LD_FOR_TARGET
567COMPILER_AS_FOR_TARGET
568FLAGS_FOR_TARGET
569RAW_CXX_FOR_TARGET
570WINDMC_FOR_TARGET
571WINDRES_FOR_TARGET
572STRIP_FOR_TARGET
573RANLIB_FOR_TARGET
574OBJDUMP_FOR_TARGET
575NM_FOR_TARGET
576LIPO_FOR_TARGET
577LD_FOR_TARGET
578DLLTOOL_FOR_TARGET
579AS_FOR_TARGET
580AR_FOR_TARGET
e552509b 581GOC_FOR_TARGET
81ecdfbb
RW
582GFORTRAN_FOR_TARGET
583GCJ_FOR_TARGET
584GCC_FOR_TARGET
585CXX_FOR_TARGET
586CC_FOR_TARGET
587OBJDUMP
588OBJCOPY
589WINDMC
590WINDRES
591STRIP
592RANLIB
593NM
594LIPO
595LD
596DLLTOOL
597AS
598AR
599RUNTEST
600EXPECT
601MAKEINFO
602FLEX
603LEX
604M4
605BISON
606YACC
607config_shell
608WINDRES_FOR_BUILD
609WINDMC_FOR_BUILD
610RANLIB_FOR_BUILD
611NM_FOR_BUILD
612LD_FOR_BUILD
613LDFLAGS_FOR_BUILD
e552509b 614GOC_FOR_BUILD
81ecdfbb
RW
615GFORTRAN_FOR_BUILD
616GCJ_FOR_BUILD
617DLLTOOL_FOR_BUILD
618CXX_FOR_BUILD
619CXXFLAGS_FOR_BUILD
620CFLAGS_FOR_BUILD
621CC_FOR_BUILD
622AS_FOR_BUILD
623AR_FOR_BUILD
911e63d0 624target_configdirs
81ecdfbb 625configdirs
81ecdfbb 626build_configdirs
81ecdfbb
RW
627INSTALL_GDB_TK
628GDB_TK
629CONFIGURE_GDB_TK
630build_tooldir
631tooldir
632GCC_SHLIB_SUBDIR
633RPATH_ENVVAR
4074d5f2
RW
634target_configargs
635host_configargs
636build_configargs
96655cc4 637BUILD_CONFIG
81ecdfbb
RW
638CXXFLAGS_FOR_TARGET
639CFLAGS_FOR_TARGET
640DEBUG_PREFIX_CFLAGS_FOR_TARGET
641SYSROOT_CFLAGS_FOR_TARGET
642stage1_languages
700d40ca 643extra_host_libiberty_configure_flags
81ecdfbb
RW
644clooginc
645clooglibs
646pplinc
647ppllibs
81ecdfbb 648poststage1_ldflags
143754cd 649poststage1_libs
81ecdfbb
RW
650stage1_libs
651stage1_ldflags
652extra_mpc_mpfr_configure_flags
653extra_mpc_gmp_configure_flags
654extra_mpfr_configure_flags
655gmpinc
656gmplibs
657do_compare
658GNATMAKE
659GNATBIND
660ac_ct_CXX
661CXXFLAGS
662CXX
663OBJEXT
664EXEEXT
665ac_ct_CC
666CPPFLAGS
667LDFLAGS
668CFLAGS
669CC
670target_subdir
671host_subdir
672build_subdir
673build_libsubdir
8e957354
PB
674AWK
675SED
81ecdfbb
RW
676LN_S
677LN
678INSTALL_DATA
679INSTALL_SCRIPT
680INSTALL_PROGRAM
681target_os
682target_vendor
683target_cpu
684target
685host_os
686host_vendor
687host_cpu
688host
689target_noncanonical
690host_noncanonical
691build_noncanonical
692build_os
693build_vendor
694build_cpu
695build
696TOPLEVEL_CONFIGURE_ARGUMENTS
697target_alias
698host_alias
699build_alias
700LIBS
701ECHO_T
702ECHO_N
703ECHO_C
704DEFS
705mandir
706localedir
707libdir
708psdir
709pdfdir
710dvidir
711htmldir
712infodir
713docdir
714oldincludedir
715includedir
716localstatedir
717sharedstatedir
718sysconfdir
719datadir
720datarootdir
721libexecdir
722sbindir
723bindir
724program_transform_name
725prefix
726exec_prefix
727PACKAGE_URL
728PACKAGE_BUGREPORT
729PACKAGE_STRING
730PACKAGE_VERSION
731PACKAGE_TARNAME
732PACKAGE_NAME
733PATH_SEPARATOR
734SHELL'
735ac_subst_files='serialization_dependencies
736host_makefile_frag
737target_makefile_frag
738alphaieee_frag
739ospace_frag'
740ac_user_opts='
741enable_option_checking
742with_build_libsubdir
743enable_gold
c7791212 744enable_ld
89a1e9c3
PB
745enable_libquadmath
746enable_libquadmath_support
81ecdfbb
RW
747enable_libada
748enable_libssp
749enable_build_with_cxx
750with_mpc
751with_mpc_include
752with_mpc_lib
753with_mpfr_dir
754with_mpfr
755with_mpfr_include
756with_mpfr_lib
757with_gmp_dir
758with_gmp
759with_gmp_include
760with_gmp_lib
761with_host_libstdcxx
762with_stage1_ldflags
763with_stage1_libs
81ecdfbb 764with_boot_libs
143754cd 765with_boot_ldflags
81ecdfbb
RW
766with_ppl
767with_ppl_include
768with_ppl_lib
769enable_ppl_version_check
770with_cloog
771with_cloog_include
772with_cloog_lib
e552509b 773enable_cloog_backend
81ecdfbb 774enable_cloog_version_check
700d40ca 775enable_lto
81ecdfbb
RW
776enable_stage1_languages
777enable_objc_gc
778with_build_sysroot
779with_debug_prefix_map
780enable_bootstrap
96655cc4 781with_build_config
81ecdfbb
RW
782enable_serial_configure
783with_build_time_tools
784enable_maintainer_mode
785enable_stage1_checking
786enable_werror
81ecdfbb
RW
787'
788 ac_precious_vars='build_alias
789host_alias
790target_alias
791CC
792CFLAGS
793LDFLAGS
794LIBS
795CPPFLAGS
796CXX
797CXXFLAGS
798CCC
4074d5f2
RW
799build_configargs
800host_configargs
801target_configargs
81ecdfbb
RW
802AR
803AS
804DLLTOOL
805LD
806LIPO
807NM
808RANLIB
809STRIP
810WINDRES
811WINDMC
812OBJCOPY
813OBJDUMP
814CC_FOR_TARGET
815CXX_FOR_TARGET
816GCC_FOR_TARGET
817GCJ_FOR_TARGET
818GFORTRAN_FOR_TARGET
e552509b 819GOC_FOR_TARGET
81ecdfbb
RW
820AR_FOR_TARGET
821AS_FOR_TARGET
822DLLTOOL_FOR_TARGET
823LD_FOR_TARGET
824LIPO_FOR_TARGET
825NM_FOR_TARGET
826OBJDUMP_FOR_TARGET
827RANLIB_FOR_TARGET
828STRIP_FOR_TARGET
829WINDRES_FOR_TARGET
830WINDMC_FOR_TARGET'
831
a0da8069
NN
832
833# Initialize some variables set by options.
c6b750e1
DJ
834ac_init_help=
835ac_init_version=false
81ecdfbb
RW
836ac_unrecognized_opts=
837ac_unrecognized_sep=
a0da8069
NN
838# The variables have the same names as the options, with
839# dashes changed to underlines.
c6b750e1 840cache_file=/dev/null
a0da8069 841exec_prefix=NONE
a0da8069 842no_create=
a0da8069
NN
843no_recursion=
844prefix=NONE
845program_prefix=NONE
846program_suffix=NONE
847program_transform_name=s,x,x,
848silent=
849site=
850srcdir=
a0da8069
NN
851verbose=
852x_includes=NONE
853x_libraries=NONE
c6b750e1
DJ
854
855# Installation directory options.
856# These are left unexpanded so users can "make install exec_prefix=/foo"
857# and all the variables that are supposed to be based on exec_prefix
858# by default will actually change.
859# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 860# (The list follows the same order as the GNU Coding Standards.)
a0da8069
NN
861bindir='${exec_prefix}/bin'
862sbindir='${exec_prefix}/sbin'
863libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
864datarootdir='${prefix}/share'
865datadir='${datarootdir}'
a0da8069
NN
866sysconfdir='${prefix}/etc'
867sharedstatedir='${prefix}/com'
868localstatedir='${prefix}/var'
a0da8069
NN
869includedir='${prefix}/include'
870oldincludedir='/usr/include'
81ecdfbb
RW
871docdir='${datarootdir}/doc/${PACKAGE}'
872infodir='${datarootdir}/info'
873htmldir='${docdir}'
874dvidir='${docdir}'
875pdfdir='${docdir}'
876psdir='${docdir}'
877libdir='${exec_prefix}/lib'
878localedir='${datarootdir}/locale'
879mandir='${datarootdir}/man'
252b5132 880
a0da8069 881ac_prev=
81ecdfbb 882ac_dashdash=
a0da8069
NN
883for ac_option
884do
a0da8069
NN
885 # If the previous option needs an argument, assign it.
886 if test -n "$ac_prev"; then
81ecdfbb 887 eval $ac_prev=\$ac_option
a0da8069
NN
888 ac_prev=
889 continue
890 fi
252b5132 891
81ecdfbb
RW
892 case $ac_option in
893 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
894 *) ac_optarg=yes ;;
895 esac
a0da8069
NN
896
897 # Accept the important Cygnus configure options, so we can diagnose typos.
898
81ecdfbb
RW
899 case $ac_dashdash$ac_option in
900 --)
901 ac_dashdash=yes ;;
a0da8069
NN
902
903 -bindir | --bindir | --bindi | --bind | --bin | --bi)
904 ac_prev=bindir ;;
905 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
c6b750e1 906 bindir=$ac_optarg ;;
a0da8069
NN
907
908 -build | --build | --buil | --bui | --bu)
c6b750e1 909 ac_prev=build_alias ;;
a0da8069 910 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
c6b750e1 911 build_alias=$ac_optarg ;;
a0da8069
NN
912
913 -cache-file | --cache-file | --cache-fil | --cache-fi \
914 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
915 ac_prev=cache_file ;;
916 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
917 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
c6b750e1
DJ
918 cache_file=$ac_optarg ;;
919
920 --config-cache | -C)
921 cache_file=config.cache ;;
a0da8069 922
81ecdfbb 923 -datadir | --datadir | --datadi | --datad)
a0da8069 924 ac_prev=datadir ;;
81ecdfbb 925 -datadir=* | --datadir=* | --datadi=* | --datad=*)
c6b750e1 926 datadir=$ac_optarg ;;
a0da8069 927
81ecdfbb
RW
928 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
929 | --dataroo | --dataro | --datar)
930 ac_prev=datarootdir ;;
931 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
932 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
933 datarootdir=$ac_optarg ;;
934
a0da8069 935 -disable-* | --disable-*)
81ecdfbb 936 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
a0da8069 937 # Reject names that are not valid shell variable names.
81ecdfbb
RW
938 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
939 as_fn_error "invalid feature name: $ac_useropt"
940 ac_useropt_orig=$ac_useropt
941 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
942 case $ac_user_opts in
943 *"
944"enable_$ac_useropt"
945"*) ;;
946 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
947 ac_unrecognized_sep=', ';;
948 esac
949 eval enable_$ac_useropt=no ;;
950
951 -docdir | --docdir | --docdi | --doc | --do)
952 ac_prev=docdir ;;
953 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
954 docdir=$ac_optarg ;;
955
956 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
957 ac_prev=dvidir ;;
958 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
959 dvidir=$ac_optarg ;;
a0da8069
NN
960
961 -enable-* | --enable-*)
81ecdfbb 962 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
a0da8069 963 # Reject names that are not valid shell variable names.
81ecdfbb
RW
964 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
965 as_fn_error "invalid feature name: $ac_useropt"
966 ac_useropt_orig=$ac_useropt
967 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
968 case $ac_user_opts in
969 *"
970"enable_$ac_useropt"
971"*) ;;
972 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
973 ac_unrecognized_sep=', ';;
a0da8069 974 esac
81ecdfbb 975 eval enable_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
976
977 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
978 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
979 | --exec | --exe | --ex)
980 ac_prev=exec_prefix ;;
981 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
982 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
983 | --exec=* | --exe=* | --ex=*)
c6b750e1 984 exec_prefix=$ac_optarg ;;
a0da8069
NN
985
986 -gas | --gas | --ga | --g)
987 # Obsolete; use --with-gas.
988 with_gas=yes ;;
989
c6b750e1
DJ
990 -help | --help | --hel | --he | -h)
991 ac_init_help=long ;;
992 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
993 ac_init_help=recursive ;;
994 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
995 ac_init_help=short ;;
a0da8069
NN
996
997 -host | --host | --hos | --ho)
c6b750e1 998 ac_prev=host_alias ;;
a0da8069 999 -host=* | --host=* | --hos=* | --ho=*)
c6b750e1 1000 host_alias=$ac_optarg ;;
a0da8069 1001
81ecdfbb
RW
1002 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1003 ac_prev=htmldir ;;
1004 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1005 | --ht=*)
1006 htmldir=$ac_optarg ;;
1007
a0da8069
NN
1008 -includedir | --includedir | --includedi | --included | --include \
1009 | --includ | --inclu | --incl | --inc)
1010 ac_prev=includedir ;;
1011 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1012 | --includ=* | --inclu=* | --incl=* | --inc=*)
c6b750e1 1013 includedir=$ac_optarg ;;
a0da8069
NN
1014
1015 -infodir | --infodir | --infodi | --infod | --info | --inf)
1016 ac_prev=infodir ;;
1017 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
c6b750e1 1018 infodir=$ac_optarg ;;
a0da8069
NN
1019
1020 -libdir | --libdir | --libdi | --libd)
1021 ac_prev=libdir ;;
1022 -libdir=* | --libdir=* | --libdi=* | --libd=*)
c6b750e1 1023 libdir=$ac_optarg ;;
a0da8069
NN
1024
1025 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1026 | --libexe | --libex | --libe)
1027 ac_prev=libexecdir ;;
1028 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1029 | --libexe=* | --libex=* | --libe=*)
c6b750e1 1030 libexecdir=$ac_optarg ;;
a0da8069 1031
81ecdfbb
RW
1032 -localedir | --localedir | --localedi | --localed | --locale)
1033 ac_prev=localedir ;;
1034 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1035 localedir=$ac_optarg ;;
1036
a0da8069 1037 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1038 | --localstate | --localstat | --localsta | --localst | --locals)
a0da8069
NN
1039 ac_prev=localstatedir ;;
1040 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1041 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
c6b750e1 1042 localstatedir=$ac_optarg ;;
a0da8069
NN
1043
1044 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1045 ac_prev=mandir ;;
1046 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
c6b750e1 1047 mandir=$ac_optarg ;;
a0da8069
NN
1048
1049 -nfp | --nfp | --nf)
1050 # Obsolete; use --without-fp.
1051 with_fp=no ;;
1052
1053 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
c6b750e1 1054 | --no-cr | --no-c | -n)
a0da8069
NN
1055 no_create=yes ;;
1056
1057 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1058 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1059 no_recursion=yes ;;
1060
1061 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1062 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1063 | --oldin | --oldi | --old | --ol | --o)
1064 ac_prev=oldincludedir ;;
1065 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1066 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1067 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
c6b750e1 1068 oldincludedir=$ac_optarg ;;
a0da8069
NN
1069
1070 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1071 ac_prev=prefix ;;
1072 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
c6b750e1 1073 prefix=$ac_optarg ;;
a0da8069
NN
1074
1075 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1076 | --program-pre | --program-pr | --program-p)
1077 ac_prev=program_prefix ;;
1078 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1079 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
c6b750e1 1080 program_prefix=$ac_optarg ;;
a0da8069
NN
1081
1082 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1083 | --program-suf | --program-su | --program-s)
1084 ac_prev=program_suffix ;;
1085 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1086 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
c6b750e1 1087 program_suffix=$ac_optarg ;;
a0da8069
NN
1088
1089 -program-transform-name | --program-transform-name \
1090 | --program-transform-nam | --program-transform-na \
1091 | --program-transform-n | --program-transform- \
1092 | --program-transform | --program-transfor \
1093 | --program-transfo | --program-transf \
1094 | --program-trans | --program-tran \
1095 | --progr-tra | --program-tr | --program-t)
1096 ac_prev=program_transform_name ;;
1097 -program-transform-name=* | --program-transform-name=* \
1098 | --program-transform-nam=* | --program-transform-na=* \
1099 | --program-transform-n=* | --program-transform-=* \
1100 | --program-transform=* | --program-transfor=* \
1101 | --program-transfo=* | --program-transf=* \
1102 | --program-trans=* | --program-tran=* \
1103 | --progr-tra=* | --program-tr=* | --program-t=*)
c6b750e1 1104 program_transform_name=$ac_optarg ;;
a0da8069 1105
81ecdfbb
RW
1106 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1107 ac_prev=pdfdir ;;
1108 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1109 pdfdir=$ac_optarg ;;
1110
1111 -psdir | --psdir | --psdi | --psd | --ps)
1112 ac_prev=psdir ;;
1113 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1114 psdir=$ac_optarg ;;
1115
a0da8069
NN
1116 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1117 | -silent | --silent | --silen | --sile | --sil)
1118 silent=yes ;;
1119
1120 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1121 ac_prev=sbindir ;;
1122 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1123 | --sbi=* | --sb=*)
c6b750e1 1124 sbindir=$ac_optarg ;;
a0da8069
NN
1125
1126 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1127 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1128 | --sharedst | --shareds | --shared | --share | --shar \
1129 | --sha | --sh)
1130 ac_prev=sharedstatedir ;;
1131 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1132 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1133 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1134 | --sha=* | --sh=*)
c6b750e1 1135 sharedstatedir=$ac_optarg ;;
a0da8069
NN
1136
1137 -site | --site | --sit)
1138 ac_prev=site ;;
1139 -site=* | --site=* | --sit=*)
c6b750e1 1140 site=$ac_optarg ;;
a0da8069
NN
1141
1142 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1143 ac_prev=srcdir ;;
1144 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
c6b750e1 1145 srcdir=$ac_optarg ;;
a0da8069
NN
1146
1147 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1148 | --syscon | --sysco | --sysc | --sys | --sy)
1149 ac_prev=sysconfdir ;;
1150 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1151 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
c6b750e1 1152 sysconfdir=$ac_optarg ;;
a0da8069
NN
1153
1154 -target | --target | --targe | --targ | --tar | --ta | --t)
c6b750e1 1155 ac_prev=target_alias ;;
a0da8069 1156 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
c6b750e1 1157 target_alias=$ac_optarg ;;
a0da8069
NN
1158
1159 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1160 verbose=yes ;;
1161
c6b750e1
DJ
1162 -version | --version | --versio | --versi | --vers | -V)
1163 ac_init_version=: ;;
a0da8069
NN
1164
1165 -with-* | --with-*)
81ecdfbb 1166 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
a0da8069 1167 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1168 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1169 as_fn_error "invalid package name: $ac_useropt"
1170 ac_useropt_orig=$ac_useropt
1171 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 case $ac_user_opts in
1173 *"
1174"with_$ac_useropt"
1175"*) ;;
1176 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1177 ac_unrecognized_sep=', ';;
a0da8069 1178 esac
81ecdfbb 1179 eval with_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
1180
1181 -without-* | --without-*)
81ecdfbb 1182 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
a0da8069 1183 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1184 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1185 as_fn_error "invalid package name: $ac_useropt"
1186 ac_useropt_orig=$ac_useropt
1187 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1188 case $ac_user_opts in
1189 *"
1190"with_$ac_useropt"
1191"*) ;;
1192 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1193 ac_unrecognized_sep=', ';;
1194 esac
1195 eval with_$ac_useropt=no ;;
a0da8069
NN
1196
1197 --x)
1198 # Obsolete; use --with-x.
1199 with_x=yes ;;
1200
1201 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1202 | --x-incl | --x-inc | --x-in | --x-i)
1203 ac_prev=x_includes ;;
1204 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1205 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
c6b750e1 1206 x_includes=$ac_optarg ;;
a0da8069
NN
1207
1208 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1209 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1210 ac_prev=x_libraries ;;
1211 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1212 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
c6b750e1 1213 x_libraries=$ac_optarg ;;
a0da8069 1214
81ecdfbb
RW
1215 -*) as_fn_error "unrecognized option: \`$ac_option'
1216Try \`$0 --help' for more information."
a0da8069
NN
1217 ;;
1218
c6b750e1
DJ
1219 *=*)
1220 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1221 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1222 case $ac_envvar in #(
1223 '' | [0-9]* | *[!_$as_cr_alnum]* )
1224 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1225 esac
1226 eval $ac_envvar=\$ac_optarg
c6b750e1
DJ
1227 export $ac_envvar ;;
1228
a0da8069 1229 *)
c6b750e1 1230 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1231 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
c6b750e1 1232 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1233 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
c6b750e1 1234 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
a0da8069
NN
1235 ;;
1236
1237 esac
1238done
1239
1240if test -n "$ac_prev"; then
c6b750e1 1241 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1242 as_fn_error "missing argument to $ac_option"
a0da8069 1243fi
a0da8069 1244
81ecdfbb
RW
1245if test -n "$ac_unrecognized_opts"; then
1246 case $enable_option_checking in
1247 no) ;;
1248 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1249 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
c6b750e1 1250 esac
81ecdfbb 1251fi
a0da8069 1252
81ecdfbb
RW
1253# Check all directory arguments for consistency.
1254for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1255 datadir sysconfdir sharedstatedir localstatedir includedir \
1256 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1257 libdir localedir mandir
a0da8069 1258do
81ecdfbb
RW
1259 eval ac_val=\$$ac_var
1260 # Remove trailing slashes.
1261 case $ac_val in
1262 */ )
1263 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1264 eval $ac_var=\$ac_val;;
1265 esac
1266 # Be sure to have absolute directory names.
c6b750e1 1267 case $ac_val in
81ecdfbb
RW
1268 [\\/$]* | ?:[\\/]* ) continue;;
1269 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
a0da8069 1270 esac
81ecdfbb 1271 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
a0da8069
NN
1272done
1273
c6b750e1
DJ
1274# There might be people who depend on the old broken behavior: `$host'
1275# used to hold the argument of --host etc.
1276# FIXME: To remove some day.
1277build=$build_alias
1278host=$host_alias
1279target=$target_alias
376a0e54 1280
c6b750e1
DJ
1281# FIXME: To remove some day.
1282if test "x$host_alias" != x; then
1283 if test "x$build_alias" = x; then
1284 cross_compiling=maybe
81ecdfbb 1285 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
c6b750e1
DJ
1286 If a cross compiler is detected then cross compile mode will be used." >&2
1287 elif test "x$build_alias" != "x$host_alias"; then
1288 cross_compiling=yes
1289 fi
1290fi
1291
1292ac_tool_prefix=
1293test -n "$host_alias" && ac_tool_prefix=$host_alias-
1294
1295test "$silent" = yes && exec 6>/dev/null
a0da8069 1296
a0da8069 1297
81ecdfbb
RW
1298ac_pwd=`pwd` && test -n "$ac_pwd" &&
1299ac_ls_di=`ls -di .` &&
1300ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1301 as_fn_error "working directory cannot be determined"
1302test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1303 as_fn_error "pwd does not report name of working directory"
1304
1305
a0da8069
NN
1306# Find the source files, if location was not specified.
1307if test -z "$srcdir"; then
1308 ac_srcdir_defaulted=yes
81ecdfbb
RW
1309 # Try the directory containing this script, then the parent directory.
1310 ac_confdir=`$as_dirname -- "$as_myself" ||
1311$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1312 X"$as_myself" : 'X\(//\)[^/]' \| \
1313 X"$as_myself" : 'X\(//\)$' \| \
1314 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1315$as_echo X"$as_myself" |
1316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1317 s//\1/
1318 q
1319 }
1320 /^X\(\/\/\)[^/].*/{
1321 s//\1/
1322 q
1323 }
1324 /^X\(\/\/\)$/{
1325 s//\1/
1326 q
1327 }
1328 /^X\(\/\).*/{
1329 s//\1/
1330 q
1331 }
1332 s/.*/./; q'`
a0da8069 1333 srcdir=$ac_confdir
81ecdfbb 1334 if test ! -r "$srcdir/$ac_unique_file"; then
a0da8069
NN
1335 srcdir=..
1336 fi
1337else
1338 ac_srcdir_defaulted=no
1339fi
81ecdfbb
RW
1340if test ! -r "$srcdir/$ac_unique_file"; then
1341 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1342 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1343fi
1344ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1345ac_abs_confdir=`(
1346 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1347 pwd)`
1348# When building in place, set srcdir=.
1349if test "$ac_abs_confdir" = "$ac_pwd"; then
1350 srcdir=.
1351fi
1352# Remove unnecessary trailing slashes from srcdir.
1353# Double slashes in file names in object file debugging info
1354# mess up M-x gdb in Emacs.
1355case $srcdir in
1356*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1357esac
6d0cd39e
AM
1358case $srcdir in
1359 *" "*)
1360 as_fn_error "path to source, $srcdir, contains spaces"
1361 ;;
1362esac
9cc8ae67
PB
1363ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1364
81ecdfbb
RW
1365for ac_var in $ac_precious_vars; do
1366 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1367 eval ac_env_${ac_var}_value=\$${ac_var}
1368 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1369 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1370done
c6b750e1
DJ
1371
1372#
1373# Report the --help message.
1374#
1375if test "$ac_init_help" = "long"; then
1376 # Omit some internal or obsolete options to make the list less imposing.
1377 # This message is too long to be a string in the A/UX 3.1 sh.
1378 cat <<_ACEOF
1379\`configure' configures this package to adapt to many kinds of systems.
1380
1381Usage: $0 [OPTION]... [VAR=VALUE]...
1382
1383To assign environment variables (e.g., CC, CFLAGS...), specify them as
1384VAR=VALUE. See below for descriptions of some of the useful variables.
1385
1386Defaults for the options are specified in brackets.
1387
1388Configuration:
1389 -h, --help display this help and exit
1390 --help=short display options specific to this package
1391 --help=recursive display the short help of all the included packages
1392 -V, --version display version information and exit
1393 -q, --quiet, --silent do not print \`checking...' messages
1394 --cache-file=FILE cache test results in FILE [disabled]
1395 -C, --config-cache alias for \`--cache-file=config.cache'
1396 -n, --no-create do not create output files
1397 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398
c6b750e1
DJ
1399Installation directories:
1400 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1401 [$ac_default_prefix]
c6b750e1 1402 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1403 [PREFIX]
c6b750e1
DJ
1404
1405By default, \`make install' will install all the files in
1406\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1407an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1408for instance \`--prefix=\$HOME'.
1409
1410For better control, use the options below.
1411
1412Fine tuning of the installation directories:
81ecdfbb
RW
1413 --bindir=DIR user executables [EPREFIX/bin]
1414 --sbindir=DIR system admin executables [EPREFIX/sbin]
1415 --libexecdir=DIR program executables [EPREFIX/libexec]
1416 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1417 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1418 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1419 --libdir=DIR object code libraries [EPREFIX/lib]
1420 --includedir=DIR C header files [PREFIX/include]
1421 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1422 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1423 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1424 --infodir=DIR info documentation [DATAROOTDIR/info]
1425 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1426 --mandir=DIR man documentation [DATAROOTDIR/man]
1427 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1428 --htmldir=DIR html documentation [DOCDIR]
1429 --dvidir=DIR dvi documentation [DOCDIR]
1430 --pdfdir=DIR pdf documentation [DOCDIR]
1431 --psdir=DIR ps documentation [DOCDIR]
c6b750e1
DJ
1432_ACEOF
1433
1434 cat <<\_ACEOF
1435
1436Program names:
1437 --program-prefix=PREFIX prepend PREFIX to installed program names
1438 --program-suffix=SUFFIX append SUFFIX to installed program names
1439 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1440
1441System types:
1442 --build=BUILD configure for building on BUILD [guessed]
1443 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1444 --target=TARGET configure for building compilers for TARGET [HOST]
1445_ACEOF
a0da8069 1446fi
a0da8069 1447
c6b750e1
DJ
1448if test -n "$ac_init_help"; then
1449
1450 cat <<\_ACEOF
1451
1452Optional Features:
81ecdfbb 1453 --disable-option-checking ignore unrecognized --enable/--with options
c6b750e1
DJ
1454 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1455 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
c7791212 1456 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
7837304f 1457 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
89a1e9c3
PB
1458 --disable-libquadmath do not build libquadmath directory
1459 --disable-libquadmath-support
1460 disable libquadmath support for Fortran
521ec477
DD
1461 --enable-libada build libada directory
1462 --enable-libssp build libssp directory
e8a5fa9c 1463 --enable-build-with-cxx build with C++ compiler instead of C compiler
7837304f
AS
1464 --disable-ppl-version-check
1465 disable check for PPL version
ceca0218
PB
1466 --enable-cloog-backend[=BACKEND]
1467 set the CLooG BACKEND used to either isl, ppl or
1468 ppl-legacy (default)
e552509b
ILT
1469 --disable-cloog-version-check
1470 disable check for CLooG version
700d40ca 1471 --enable-lto enable link time optimization support
7837304f
AS
1472 --enable-stage1-languages[=all]
1473 choose additional languages to build during stage1.
1474 Mostly useful for compiler development
1475 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1476 Objective-C runtime
521ec477
DD
1477 --enable-bootstrap enable bootstrapping [yes if native build]
1478 --enable-serial-[{host,target,build}-]configure
7837304f
AS
1479 force sequential configuration of sub-packages for
1480 the host, target or build machine, or all
1481 sub-packages
1482 --enable-maintainer-mode
1483 enable make rules and dependencies not useful (and
1484 sometimes confusing) to the casual installer
1485 --enable-stage1-checking[=all]
1486 choose additional checking for stage1 of the
1487 compiler
c6b750e1
DJ
1488 --enable-werror enable -Werror in bootstrap stage2 and later
1489
1490Optional Packages:
1491 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1492 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1493 --with-build-libsubdir=DIR Directory where to find libraries for build system
7837304f
AS
1494 --with-mpc=PATH specify prefix directory for installed MPC package.
1495 Equivalent to --with-mpc-include=PATH/include plus
1496 --with-mpc-lib=PATH/lib
1497 --with-mpc-include=PATH specify directory for installed MPC include files
1498 --with-mpc-lib=PATH specify directory for the installed MPC library
521ec477
DD
1499 --with-mpfr-dir=PATH this option has been REMOVED
1500 --with-mpfr=PATH specify prefix directory for installed MPFR package.
7837304f
AS
1501 Equivalent to --with-mpfr-include=PATH/include plus
1502 --with-mpfr-lib=PATH/lib
c6b750e1 1503 --with-mpfr-include=PATH
521ec477
DD
1504 specify directory for installed MPFR include files
1505 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1506 --with-gmp-dir=PATH this option has been REMOVED
7837304f
AS
1507 --with-gmp=PATH specify prefix directory for the installed GMP
1508 package. Equivalent to
1509 --with-gmp-include=PATH/include plus
1510 --with-gmp-lib=PATH/lib
521ec477
DD
1511 --with-gmp-include=PATH specify directory for installed GMP include files
1512 --with-gmp-lib=PATH specify directory for the installed GMP library
7837304f
AS
1513 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1514 linking with PPL
1515 --with-stage1-ldflags=FLAGS
1516 linker flags for stage1
1517 --with-stage1-libs=LIBS libraries for stage1
1518 --with-boot-libs=LIBS libraries for stage2 and later
1519 --with-boot-ldflags=FLAGS
1520 linker flags for stage2 and later
1521 --with-ppl=PATH specify prefix directory for the installed PPL
1522 package. Equivalent to
1523 --with-ppl-include=PATH/include plus
1524 --with-ppl-lib=PATH/lib
1525 --with-ppl-include=PATH specify directory for installed PPL include files
1526 --with-ppl-lib=PATH specify directory for the installed PPL library
e552509b
ILT
1527 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL
1528 package. Equivalent to
1529 --with-cloog-include=PATH/include plus
1530 --with-cloog-lib=PATH/lib
1531 --with-cloog-include=PATH
1532 Specify directory for installed CLooG include files
1533 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1534 library
521ec477 1535 --with-build-sysroot=SYSROOT
c6b750e1 1536 use sysroot as the system root during the build
8a6ee3ab 1537 --with-debug-prefix-map='A=B C=D ...'
7837304f
AS
1538 map A to B, C to D ... in debug information
1539 --with-build-config='NAME NAME2...'
1540 use config/NAME.mk build configuration
521ec477 1541 --with-build-time-tools=PATH
c6b750e1 1542 use given path to find target tools during the build
c6b750e1
DJ
1543
1544Some influential environment variables:
1545 CC C compiler command
1546 CFLAGS C compiler flags
1547 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1548 nonstandard directory <lib dir>
81ecdfbb
RW
1549 LIBS libraries to pass to the linker, e.g. -l<library>
1550 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551 you have headers in a nonstandard directory <include dir>
18f6b6ee
PB
1552 CXX C++ compiler command
1553 CXXFLAGS C++ compiler flags
4074d5f2
RW
1554 build_configargs
1555 additional configure arguments for build directories
1556 host_configargs
1557 additional configure arguments for host directories
1558 target_configargs
1559 additional configure arguments for target directories
9a819804
AO
1560 AR AR for the host
1561 AS AS for the host
1562 DLLTOOL DLLTOOL for the host
1563 LD LD for the host
1564 LIPO LIPO for the host
1565 NM NM for the host
1566 RANLIB RANLIB for the host
1567 STRIP STRIP for the host
1568 WINDRES WINDRES for the host
0c24b341 1569 WINDMC WINDMC for the host
9a819804
AO
1570 OBJCOPY OBJCOPY for the host
1571 OBJDUMP OBJDUMP for the host
1572 CC_FOR_TARGET
1573 CC for the target
1574 CXX_FOR_TARGET
1575 CXX for the target
1576 GCC_FOR_TARGET
1577 GCC for the target
1578 GCJ_FOR_TARGET
1579 GCJ for the target
1580 GFORTRAN_FOR_TARGET
1581 GFORTRAN for the target
e552509b
ILT
1582 GOC_FOR_TARGET
1583 GOC for the target
9a819804
AO
1584 AR_FOR_TARGET
1585 AR for the target
1586 AS_FOR_TARGET
1587 AS for the target
1588 DLLTOOL_FOR_TARGET
1589 DLLTOOL for the target
1590 LD_FOR_TARGET
1591 LD for the target
1592 LIPO_FOR_TARGET
1593 LIPO for the target
1594 NM_FOR_TARGET
1595 NM for the target
1596 OBJDUMP_FOR_TARGET
1597 OBJDUMP for the target
1598 RANLIB_FOR_TARGET
1599 RANLIB for the target
1600 STRIP_FOR_TARGET
1601 STRIP for the target
1602 WINDRES_FOR_TARGET
1603 WINDRES for the target
0c24b341
NC
1604 WINDMC_FOR_TARGET
1605 WINDMC for the target
c6b750e1
DJ
1606
1607Use these variables to override the choices made by `configure' or to help
1608it to find libraries and programs with nonstandard names/locations.
1609
81ecdfbb 1610Report bugs to the package provider.
c6b750e1 1611_ACEOF
81ecdfbb 1612ac_status=$?
c6b750e1
DJ
1613fi
1614
1615if test "$ac_init_help" = "recursive"; then
1616 # If there are subdirs, report their specific --help.
c6b750e1 1617 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1618 test -d "$ac_dir" ||
1619 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1620 continue
c6b750e1
DJ
1621 ac_builddir=.
1622
81ecdfbb
RW
1623case "$ac_dir" in
1624.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1625*)
1626 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1627 # A ".." for each directory in $ac_dir_suffix.
1628 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1629 case $ac_top_builddir_sub in
1630 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1631 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1632 esac ;;
1633esac
1634ac_abs_top_builddir=$ac_pwd
1635ac_abs_builddir=$ac_pwd$ac_dir_suffix
1636# for backward compatibility:
1637ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
1638
1639case $srcdir in
81ecdfbb 1640 .) # We are building in place.
c6b750e1 1641 ac_srcdir=.
81ecdfbb
RW
1642 ac_top_srcdir=$ac_top_builddir_sub
1643 ac_abs_top_srcdir=$ac_pwd ;;
1644 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 1645 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1646 ac_top_srcdir=$srcdir
1647 ac_abs_top_srcdir=$srcdir ;;
1648 *) # Relative name.
1649 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1650 ac_top_srcdir=$ac_top_build_prefix$srcdir
1651 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 1652esac
81ecdfbb
RW
1653ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1654
1655 cd "$ac_dir" || { ac_status=$?; continue; }
1656 # Check for guested configure.
1657 if test -f "$ac_srcdir/configure.gnu"; then
1658 echo &&
1659 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1660 elif test -f "$ac_srcdir/configure"; then
1661 echo &&
1662 $SHELL "$ac_srcdir/configure" --help=recursive
c6b750e1 1663 else
81ecdfbb
RW
1664 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1665 fi || ac_status=$?
1666 cd "$ac_pwd" || { ac_status=$?; break; }
c6b750e1
DJ
1667 done
1668fi
1669
81ecdfbb 1670test -n "$ac_init_help" && exit $ac_status
c6b750e1
DJ
1671if $ac_init_version; then
1672 cat <<\_ACEOF
81ecdfbb
RW
1673configure
1674generated by GNU Autoconf 2.64
c6b750e1 1675
81ecdfbb 1676Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
1677This configure script is free software; the Free Software Foundation
1678gives unlimited permission to copy, distribute and modify it.
1679_ACEOF
81ecdfbb 1680 exit
c6b750e1 1681fi
81ecdfbb
RW
1682
1683## ------------------------ ##
1684## Autoconf initialization. ##
1685## ------------------------ ##
1686
1687# ac_fn_c_try_compile LINENO
1688# --------------------------
1689# Try to compile conftest.$ac_ext, and return whether this succeeded.
1690ac_fn_c_try_compile ()
1691{
1692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1693 rm -f conftest.$ac_objext
1694 if { { ac_try="$ac_compile"
1695case "(($ac_try" in
1696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1697 *) ac_try_echo=$ac_try;;
1698esac
1699eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1700$as_echo "$ac_try_echo"; } >&5
1701 (eval "$ac_compile") 2>conftest.err
1702 ac_status=$?
1703 if test -s conftest.err; then
1704 grep -v '^ *+' conftest.err >conftest.er1
1705 cat conftest.er1 >&5
1706 mv -f conftest.er1 conftest.err
1707 fi
1708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709 test $ac_status = 0; } && {
1710 test -z "$ac_c_werror_flag" ||
1711 test ! -s conftest.err
1712 } && test -s conftest.$ac_objext; then :
1713 ac_retval=0
1714else
1715 $as_echo "$as_me: failed program was:" >&5
1716sed 's/^/| /' conftest.$ac_ext >&5
1717
1718 ac_retval=1
1719fi
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 return $ac_retval
1722
1723} # ac_fn_c_try_compile
1724
1725# ac_fn_cxx_try_compile LINENO
1726# ----------------------------
1727# Try to compile conftest.$ac_ext, and return whether this succeeded.
1728ac_fn_cxx_try_compile ()
1729{
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 rm -f conftest.$ac_objext
1732 if { { ac_try="$ac_compile"
1733case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736esac
1737eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738$as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_compile") 2>conftest.err
1740 ac_status=$?
1741 if test -s conftest.err; then
1742 grep -v '^ *+' conftest.err >conftest.er1
1743 cat conftest.er1 >&5
1744 mv -f conftest.er1 conftest.err
1745 fi
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; } && {
1748 test -z "$ac_cxx_werror_flag" ||
1749 test ! -s conftest.err
1750 } && test -s conftest.$ac_objext; then :
1751 ac_retval=0
1752else
1753 $as_echo "$as_me: failed program was:" >&5
1754sed 's/^/| /' conftest.$ac_ext >&5
1755
1756 ac_retval=1
1757fi
1758 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759 return $ac_retval
1760
1761} # ac_fn_cxx_try_compile
1762
1763# ac_fn_c_try_link LINENO
1764# -----------------------
1765# Try to link conftest.$ac_ext, and return whether this succeeded.
1766ac_fn_c_try_link ()
1767{
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 rm -f conftest.$ac_objext conftest$ac_exeext
1770 if { { ac_try="$ac_link"
1771case "(($ac_try" in
1772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773 *) ac_try_echo=$ac_try;;
1774esac
1775eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776$as_echo "$ac_try_echo"; } >&5
1777 (eval "$ac_link") 2>conftest.err
1778 ac_status=$?
1779 if test -s conftest.err; then
1780 grep -v '^ *+' conftest.err >conftest.er1
1781 cat conftest.er1 >&5
1782 mv -f conftest.er1 conftest.err
1783 fi
1784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1785 test $ac_status = 0; } && {
1786 test -z "$ac_c_werror_flag" ||
1787 test ! -s conftest.err
1788 } && test -s conftest$ac_exeext && {
1789 test "$cross_compiling" = yes ||
1790 $as_test_x conftest$ac_exeext
1791 }; then :
1792 ac_retval=0
1793else
1794 $as_echo "$as_me: failed program was:" >&5
1795sed 's/^/| /' conftest.$ac_ext >&5
1796
1797 ac_retval=1
1798fi
1799 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1800 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1801 # interfere with the next link command; also delete a directory that is
1802 # left behind by Apple's compiler. We do this before executing the actions.
1803 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1804 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1805 return $ac_retval
1806
1807} # ac_fn_c_try_link
1808cat >config.log <<_ACEOF
c6b750e1
DJ
1809This file contains any messages produced by compilers while
1810running configure, to aid debugging if configure makes a mistake.
1811
1812It was created by $as_me, which was
81ecdfbb 1813generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
1814
1815 $ $0 $@
1816
1817_ACEOF
81ecdfbb 1818exec 5>>config.log
c6b750e1
DJ
1819{
1820cat <<_ASUNAME
1821## --------- ##
1822## Platform. ##
1823## --------- ##
1824
1825hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1826uname -m = `(uname -m) 2>/dev/null || echo unknown`
1827uname -r = `(uname -r) 2>/dev/null || echo unknown`
1828uname -s = `(uname -s) 2>/dev/null || echo unknown`
1829uname -v = `(uname -v) 2>/dev/null || echo unknown`
1830
1831/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1832/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1833
1834/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1835/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1836/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1837/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
c6b750e1
DJ
1838/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1839/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1840/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1841
1842_ASUNAME
1843
1844as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1845for as_dir in $PATH
1846do
1847 IFS=$as_save_IFS
1848 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1849 $as_echo "PATH: $as_dir"
1850 done
1851IFS=$as_save_IFS
c6b750e1
DJ
1852
1853} >&5
1854
1855cat >&5 <<_ACEOF
1856
1857
1858## ----------- ##
1859## Core tests. ##
1860## ----------- ##
1861
1862_ACEOF
1863
1864
1865# Keep a trace of the command line.
1866# Strip out --no-create and --no-recursion so they do not pile up.
1867# Strip out --silent because we don't want to record it for future runs.
1868# Also quote any args containing shell meta-characters.
1869# Make two passes to allow for proper duplicate-argument suppression.
1870ac_configure_args=
1871ac_configure_args0=
1872ac_configure_args1=
c6b750e1
DJ
1873ac_must_keep_next=false
1874for ac_pass in 1 2
1875do
1876 for ac_arg
1877 do
1878 case $ac_arg in
1879 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1880 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1881 | -silent | --silent | --silen | --sile | --sil)
1882 continue ;;
81ecdfbb
RW
1883 *\'*)
1884 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
1885 esac
1886 case $ac_pass in
81ecdfbb 1887 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
c6b750e1 1888 2)
81ecdfbb 1889 as_fn_append ac_configure_args1 " '$ac_arg'"
c6b750e1
DJ
1890 if test $ac_must_keep_next = true; then
1891 ac_must_keep_next=false # Got value, back to normal.
1892 else
1893 case $ac_arg in
1894 *=* | --config-cache | -C | -disable-* | --disable-* \
1895 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1896 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1897 | -with-* | --with-* | -without-* | --without-* | --x)
1898 case "$ac_configure_args0 " in
1899 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1900 esac
1901 ;;
1902 -* ) ac_must_keep_next=true ;;
1903 esac
1904 fi
81ecdfbb 1905 as_fn_append ac_configure_args " '$ac_arg'"
c6b750e1
DJ
1906 ;;
1907 esac
1908 done
1909done
81ecdfbb
RW
1910{ ac_configure_args0=; unset ac_configure_args0;}
1911{ ac_configure_args1=; unset ac_configure_args1;}
c6b750e1
DJ
1912
1913# When interrupted or exit'd, cleanup temporary files, and complete
1914# config.log. We remove comments because anyway the quotes in there
1915# would cause problems or look ugly.
81ecdfbb
RW
1916# WARNING: Use '\'' to represent an apostrophe within the trap.
1917# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
c6b750e1
DJ
1918trap 'exit_status=$?
1919 # Save into config.log some information that might help in debugging.
1920 {
1921 echo
1922
1923 cat <<\_ASBOX
1924## ---------------- ##
1925## Cache variables. ##
1926## ---------------- ##
1927_ASBOX
1928 echo
1929 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1930(
1931 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1932 eval ac_val=\$$ac_var
1933 case $ac_val in #(
1934 *${as_nl}*)
1935 case $ac_var in #(
1936 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1937$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1938 esac
1939 case $ac_var in #(
1940 _ | IFS | as_nl) ;; #(
1941 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1942 *) { eval $ac_var=; unset $ac_var;} ;;
1943 esac ;;
1944 esac
1945 done
c6b750e1 1946 (set) 2>&1 |
81ecdfbb
RW
1947 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1948 *${as_nl}ac_space=\ *)
c6b750e1 1949 sed -n \
81ecdfbb
RW
1950 "s/'\''/'\''\\\\'\'''\''/g;
1951 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1952 ;; #(
c6b750e1 1953 *)
81ecdfbb 1954 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 1955 ;;
81ecdfbb
RW
1956 esac |
1957 sort
1958)
c6b750e1
DJ
1959 echo
1960
1961 cat <<\_ASBOX
1962## ----------------- ##
1963## Output variables. ##
1964## ----------------- ##
1965_ASBOX
1966 echo
1967 for ac_var in $ac_subst_vars
1968 do
81ecdfbb
RW
1969 eval ac_val=\$$ac_var
1970 case $ac_val in
1971 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1972 esac
1973 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
1974 done | sort
1975 echo
1976
1977 if test -n "$ac_subst_files"; then
1978 cat <<\_ASBOX
81ecdfbb
RW
1979## ------------------- ##
1980## File substitutions. ##
1981## ------------------- ##
c6b750e1
DJ
1982_ASBOX
1983 echo
1984 for ac_var in $ac_subst_files
1985 do
81ecdfbb
RW
1986 eval ac_val=\$$ac_var
1987 case $ac_val in
1988 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1989 esac
1990 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
1991 done | sort
1992 echo
1993 fi
1994
1995 if test -s confdefs.h; then
1996 cat <<\_ASBOX
1997## ----------- ##
1998## confdefs.h. ##
1999## ----------- ##
2000_ASBOX
2001 echo
81ecdfbb 2002 cat confdefs.h
c6b750e1
DJ
2003 echo
2004 fi
2005 test "$ac_signal" != 0 &&
81ecdfbb
RW
2006 $as_echo "$as_me: caught signal $ac_signal"
2007 $as_echo "$as_me: exit $exit_status"
c6b750e1 2008 } >&5
81ecdfbb
RW
2009 rm -f core *.core core.conftest.* &&
2010 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
c6b750e1 2011 exit $exit_status
81ecdfbb 2012' 0
c6b750e1 2013for ac_signal in 1 2 13 15; do
81ecdfbb 2014 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
c6b750e1
DJ
2015done
2016ac_signal=0
2017
2018# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2019rm -f -r conftest* confdefs.h
2020
2021$as_echo "/* confdefs.h */" > confdefs.h
c6b750e1
DJ
2022
2023# Predefined preprocessor variables.
2024
2025cat >>confdefs.h <<_ACEOF
2026#define PACKAGE_NAME "$PACKAGE_NAME"
2027_ACEOF
2028
c6b750e1
DJ
2029cat >>confdefs.h <<_ACEOF
2030#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2031_ACEOF
2032
c6b750e1
DJ
2033cat >>confdefs.h <<_ACEOF
2034#define PACKAGE_VERSION "$PACKAGE_VERSION"
2035_ACEOF
2036
c6b750e1
DJ
2037cat >>confdefs.h <<_ACEOF
2038#define PACKAGE_STRING "$PACKAGE_STRING"
2039_ACEOF
2040
c6b750e1
DJ
2041cat >>confdefs.h <<_ACEOF
2042#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2043_ACEOF
2044
81ecdfbb
RW
2045cat >>confdefs.h <<_ACEOF
2046#define PACKAGE_URL "$PACKAGE_URL"
2047_ACEOF
2048
c6b750e1
DJ
2049
2050# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2051# Prefer an explicitly selected file to automatically selected ones.
2052ac_site_file1=NONE
2053ac_site_file2=NONE
2054if test -n "$CONFIG_SITE"; then
2055 ac_site_file1=$CONFIG_SITE
2056elif test "x$prefix" != xNONE; then
2057 ac_site_file1=$prefix/share/config.site
2058 ac_site_file2=$prefix/etc/config.site
2059else
2060 ac_site_file1=$ac_default_prefix/share/config.site
2061 ac_site_file2=$ac_default_prefix/etc/config.site
a0da8069 2062fi
81ecdfbb
RW
2063for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2064do
2065 test "x$ac_site_file" = xNONE && continue
a0da8069 2066 if test -r "$ac_site_file"; then
81ecdfbb
RW
2067 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2068$as_echo "$as_me: loading site script $ac_site_file" >&6;}
c6b750e1 2069 sed 's/^/| /' "$ac_site_file" >&5
a0da8069
NN
2070 . "$ac_site_file"
2071 fi
2072done
2073
2074if test -r "$cache_file"; then
c6b750e1
DJ
2075 # Some versions of bash will fail to source /dev/null (special
2076 # files actually), so we avoid doing that.
2077 if test -f "$cache_file"; then
81ecdfbb
RW
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2079$as_echo "$as_me: loading cache $cache_file" >&6;}
c6b750e1 2080 case $cache_file in
81ecdfbb
RW
2081 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2082 *) . "./$cache_file";;
c6b750e1
DJ
2083 esac
2084 fi
a0da8069 2085else
81ecdfbb
RW
2086 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2087$as_echo "$as_me: creating cache $cache_file" >&6;}
c6b750e1
DJ
2088 >$cache_file
2089fi
2090
2091# Check that the precious variables saved in the cache have kept the same
2092# value.
2093ac_cache_corrupted=false
81ecdfbb 2094for ac_var in $ac_precious_vars; do
c6b750e1
DJ
2095 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2096 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2097 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2098 eval ac_new_val=\$ac_env_${ac_var}_value
c6b750e1
DJ
2099 case $ac_old_set,$ac_new_set in
2100 set,)
81ecdfbb
RW
2101 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2102$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
c6b750e1
DJ
2103 ac_cache_corrupted=: ;;
2104 ,set)
81ecdfbb
RW
2105 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2106$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
c6b750e1
DJ
2107 ac_cache_corrupted=: ;;
2108 ,);;
2109 *)
2110 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2111 # differences in whitespace do not lead to failure.
2112 ac_old_val_w=`echo x $ac_old_val`
2113 ac_new_val_w=`echo x $ac_new_val`
2114 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2116$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2117 ac_cache_corrupted=:
2118 else
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2120$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2121 eval $ac_var=\$ac_old_val
2122 fi
2123 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2124$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2126$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
c6b750e1
DJ
2127 fi;;
2128 esac
2129 # Pass precious variables to config.status.
2130 if test "$ac_new_set" = set; then
2131 case $ac_new_val in
81ecdfbb 2132 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
2133 *) ac_arg=$ac_var=$ac_new_val ;;
2134 esac
2135 case " $ac_configure_args " in
2136 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2137 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
c6b750e1
DJ
2138 esac
2139 fi
2140done
2141if $ac_cache_corrupted; then
81ecdfbb
RW
2142 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2143$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2145$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2146 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
a0da8069 2147fi
81ecdfbb
RW
2148## -------------------- ##
2149## Main body of script. ##
2150## -------------------- ##
a0da8069
NN
2151
2152ac_ext=c
a0da8069 2153ac_cpp='$CPP $CPPFLAGS'
c6b750e1
DJ
2154ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2155ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2156ac_compiler_gnu=$ac_cv_c_compiler_gnu
2157
2158
2159
2160
c6b750e1
DJ
2161
2162
34a0f3cf 2163
c6b750e1 2164
5b553f7e
RW
2165
2166progname=$0
2167# if PWD already has a value, it is probably wrong.
2168if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2169
2170# Export original configure arguments for use by sub-configures.
2171# Quote arguments with shell meta charatcers.
2172TOPLEVEL_CONFIGURE_ARGUMENTS=
2173set -- "$progname" "$@"
2174for ac_arg
2175do
2176 case "$ac_arg" in
2177 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2178 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2179 # if the argument is of the form -foo=baz, quote the baz part only
2180 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2181 *) ;;
2182 esac
2183 # Add the quoted argument to the list.
2184 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2185done
2186if test "$silent" = yes; then
2187 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2188fi
2189# Remove the initial space we just introduced and, as these will be
2190# expanded by make, quote '$'.
2191TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2192
c6b750e1
DJ
2193
2194# Find the build, host, and target systems.
a0da8069 2195ac_aux_dir=
81ecdfbb
RW
2196for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2197 for ac_t in install-sh install.sh shtool; do
2198 if test -f "$ac_dir/$ac_t"; then
2199 ac_aux_dir=$ac_dir
2200 ac_install_sh="$ac_aux_dir/$ac_t -c"
2201 break 2
2202 fi
2203 done
a0da8069
NN
2204done
2205if test -z "$ac_aux_dir"; then
81ecdfbb 2206 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
a0da8069 2207fi
81ecdfbb
RW
2208
2209# These three variables are undocumented and unsupported,
2210# and are intended to be withdrawn in a future Autoconf release.
2211# They can cause serious problems if a builder's source tree is in a directory
2212# whose full name contains unusual characters.
2213ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2214ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2215ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2216
a0da8069 2217
c6b750e1 2218# Make sure we can run config.sub.
81ecdfbb
RW
2219$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2220 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2221
2222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2223$as_echo_n "checking build system type... " >&6; }
2224if test "${ac_cv_build+set}" = set; then :
2225 $as_echo_n "(cached) " >&6
2226else
2227 ac_build_alias=$build_alias
2228test "x$ac_build_alias" = x &&
2229 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2230test "x$ac_build_alias" = x &&
2231 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2232ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2233 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2234
2235fi
2236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2237$as_echo "$ac_cv_build" >&6; }
2238case $ac_cv_build in
2239*-*-*) ;;
2240*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2241esac
c6b750e1 2242build=$ac_cv_build
81ecdfbb
RW
2243ac_save_IFS=$IFS; IFS='-'
2244set x $ac_cv_build
2245shift
2246build_cpu=$1
2247build_vendor=$2
2248shift; shift
2249# Remember, the first character of IFS is used to create $*,
2250# except with old shells:
2251build_os=$*
2252IFS=$ac_save_IFS
2253case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
a0da8069 2254
a0da8069 2255
c6b750e1
DJ
2256 case ${build_alias} in
2257 "") build_noncanonical=${build} ;;
2258 *) build_noncanonical=${build_alias} ;;
cac3d6c4
CM
2259esac
2260
2261
cac3d6c4 2262
c6b750e1
DJ
2263 case ${host_alias} in
2264 "") host_noncanonical=${build_noncanonical} ;;
2265 *) host_noncanonical=${host_alias} ;;
cac3d6c4
CM
2266esac
2267
cac3d6c4 2268
c6b750e1
DJ
2269
2270 case ${target_alias} in
2271 "") target_noncanonical=${host_noncanonical} ;;
2272 *) target_noncanonical=${target_alias} ;;
cac3d6c4
CM
2273esac
2274
cac3d6c4 2275
c6b750e1
DJ
2276
2277
2278test "$host_noncanonical" = "$target_noncanonical" &&
a0da8069
NN
2279 test "$program_prefix$program_suffix$program_transform_name" = \
2280 NONENONEs,x,x, &&
c6b750e1 2281 program_transform_name=s,y,y,
cac3d6c4 2282
81ecdfbb
RW
2283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2284$as_echo_n "checking host system type... " >&6; }
2285if test "${ac_cv_host+set}" = set; then :
2286 $as_echo_n "(cached) " >&6
cac3d6c4 2287else
81ecdfbb
RW
2288 if test "x$host_alias" = x; then
2289 ac_cv_host=$ac_cv_build
2290else
2291 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2292 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2293fi
c6b750e1
DJ
2294
2295fi
81ecdfbb
RW
2296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2297$as_echo "$ac_cv_host" >&6; }
2298case $ac_cv_host in
2299*-*-*) ;;
2300*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2301esac
c6b750e1 2302host=$ac_cv_host
81ecdfbb
RW
2303ac_save_IFS=$IFS; IFS='-'
2304set x $ac_cv_host
2305shift
2306host_cpu=$1
2307host_vendor=$2
2308shift; shift
2309# Remember, the first character of IFS is used to create $*,
2310# except with old shells:
2311host_os=$*
2312IFS=$ac_save_IFS
2313case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2314
2315
81ecdfbb
RW
2316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2317$as_echo_n "checking target system type... " >&6; }
2318if test "${ac_cv_target+set}" = set; then :
2319 $as_echo_n "(cached) " >&6
c6b750e1 2320else
81ecdfbb
RW
2321 if test "x$target_alias" = x; then
2322 ac_cv_target=$ac_cv_host
2323else
2324 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2325 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2326fi
c6b750e1 2327
cac3d6c4 2328fi
81ecdfbb
RW
2329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2330$as_echo "$ac_cv_target" >&6; }
2331case $ac_cv_target in
2332*-*-*) ;;
2333*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2334esac
c6b750e1 2335target=$ac_cv_target
81ecdfbb
RW
2336ac_save_IFS=$IFS; IFS='-'
2337set x $ac_cv_target
2338shift
2339target_cpu=$1
2340target_vendor=$2
2341shift; shift
2342# Remember, the first character of IFS is used to create $*,
2343# except with old shells:
2344target_os=$*
2345IFS=$ac_save_IFS
2346case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2347
2348
2349# The aliases save the names the user supplied, while $host etc.
2350# will get canonicalized.
2351test -n "$target_alias" &&
2352 test "$program_prefix$program_suffix$program_transform_name" = \
2353 NONENONEs,x,x, &&
2354 program_prefix=${target_alias}-
81ecdfbb 2355
a0da8069 2356test "$program_prefix" != NONE &&
81ecdfbb 2357 program_transform_name="s&^&$program_prefix&;$program_transform_name"
a0da8069
NN
2358# Use a double $ so make ignores it.
2359test "$program_suffix" != NONE &&
81ecdfbb
RW
2360 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2361# Double any \ or $.
c6b750e1 2362# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2363ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2364program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
cac3d6c4 2365
a0da8069
NN
2366
2367
e5c3f801
NN
2368# Get 'install' or 'install-sh' and its variants.
2369# Find a good install program. We prefer a C program (faster),
2370# so one script is as good as another. But avoid the broken or
2371# incompatible versions:
2372# SysV /etc/install, /usr/sbin/install
2373# SunOS /usr/etc/install
2374# IRIX /sbin/install
2375# AIX /bin/install
c6b750e1 2376# AmigaOS /C/install, which installs bootblocks on floppy discs
e5c3f801
NN
2377# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2378# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2379# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
c6b750e1 2380# OS/2's system install, which has a completely different semantic
e5c3f801 2381# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 2382# Reject install programs that cannot install multiple files.
81ecdfbb
RW
2383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2384$as_echo_n "checking for a BSD-compatible install... " >&6; }
e5c3f801 2385if test -z "$INSTALL"; then
81ecdfbb
RW
2386if test "${ac_cv_path_install+set}" = set; then :
2387 $as_echo_n "(cached) " >&6
c6b750e1
DJ
2388else
2389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2390for as_dir in $PATH
2391do
2392 IFS=$as_save_IFS
2393 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2394 # Account for people who put trailing slashes in PATH elements.
2395case $as_dir/ in #((
2396 ./ | .// | /[cC]/* | \
c6b750e1 2397 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 2398 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
c6b750e1
DJ
2399 /usr/ucb/* ) ;;
2400 *)
2401 # OSF1 and SCO ODT 3.0 have their own names for install.
2402 # Don't use installbsd from OSF since it installs stuff as root
2403 # by default.
2404 for ac_prog in ginstall scoinst install; do
2405 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 2406 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
e5c3f801 2407 if test $ac_prog = install &&
c6b750e1 2408 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
e5c3f801
NN
2409 # AIX install. It has an incompatible calling convention.
2410 :
c6b750e1
DJ
2411 elif test $ac_prog = install &&
2412 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2413 # program-specific install script used by HP pwplus--don't use.
2414 :
e5c3f801 2415 else
58c85be7
RW
2416 rm -rf conftest.one conftest.two conftest.dir
2417 echo one > conftest.one
2418 echo two > conftest.two
2419 mkdir conftest.dir
2420 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2421 test -s conftest.one && test -s conftest.two &&
2422 test -s conftest.dir/conftest.one &&
2423 test -s conftest.dir/conftest.two
2424 then
2425 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2426 break 3
2427 fi
e5c3f801
NN
2428 fi
2429 fi
2430 done
c6b750e1
DJ
2431 done
2432 ;;
2433esac
81ecdfbb
RW
2434
2435 done
2436IFS=$as_save_IFS
c6b750e1 2437
58c85be7 2438rm -rf conftest.one conftest.two conftest.dir
e5c3f801
NN
2439
2440fi
2441 if test "${ac_cv_path_install+set}" = set; then
c6b750e1 2442 INSTALL=$ac_cv_path_install
e5c3f801 2443 else
58c85be7
RW
2444 # As a last resort, use the slow shell script. Don't cache a
2445 # value for INSTALL within a source directory, because that will
e5c3f801 2446 # break other packages using the cache if that directory is
58c85be7 2447 # removed, or if the value is a relative name.
c6b750e1 2448 INSTALL=$ac_install_sh
e5c3f801
NN
2449 fi
2450fi
81ecdfbb
RW
2451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2452$as_echo "$INSTALL" >&6; }
e5c3f801
NN
2453
2454# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2455# It thinks the first close brace ends the variable substitution.
2456test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2457
c6b750e1 2458test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
e5c3f801
NN
2459
2460test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2461
81ecdfbb
RW
2462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2463$as_echo_n "checking whether ln works... " >&6; }
2464if test "${acx_cv_prog_LN+set}" = set; then :
2465 $as_echo_n "(cached) " >&6
656fdd47
PB
2466else
2467 rm -f conftestdata_t
2468echo >conftestdata_f
2469if ln conftestdata_f conftestdata_t 2>/dev/null
2470then
2471 acx_cv_prog_LN=ln
2472else
2473 acx_cv_prog_LN=no
2474fi
2475rm -f conftestdata_f conftestdata_t
2476
2477fi
2478if test $acx_cv_prog_LN = no; then
2479 LN="cp"
81ecdfbb
RW
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2481$as_echo "no, using $LN" >&6; }
656fdd47
PB
2482else
2483 LN="$acx_cv_prog_LN"
81ecdfbb
RW
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2485$as_echo "yes" >&6; }
656fdd47
PB
2486fi
2487
81ecdfbb
RW
2488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2489$as_echo_n "checking whether ln -s works... " >&6; }
c6b750e1
DJ
2490LN_S=$as_ln_s
2491if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2493$as_echo "yes" >&6; }
cac3d6c4 2494else
81ecdfbb
RW
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2496$as_echo "no, using $LN_S" >&6; }
dfdffa2c
PB
2497fi
2498
8e957354
PB
2499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2500$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2501if test "${ac_cv_path_SED+set}" = set; then :
2502 $as_echo_n "(cached) " >&6
2503else
2504 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2505 for ac_i in 1 2 3 4 5 6 7; do
2506 ac_script="$ac_script$as_nl$ac_script"
2507 done
2508 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2509 { ac_script=; unset ac_script;}
2510 if test -z "$SED"; then
2511 ac_path_SED_found=false
2512 # Loop through the user's path and test for each of PROGNAME-LIST
2513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2514for as_dir in $PATH
2515do
2516 IFS=$as_save_IFS
2517 test -z "$as_dir" && as_dir=.
2518 for ac_prog in sed gsed; do
2519 for ac_exec_ext in '' $ac_executable_extensions; do
2520 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2521 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2522# Check for GNU ac_path_SED and select it if it is found.
2523 # Check for GNU $ac_path_SED
2524case `"$ac_path_SED" --version 2>&1` in
2525*GNU*)
2526 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2527*)
2528 ac_count=0
2529 $as_echo_n 0123456789 >"conftest.in"
2530 while :
2531 do
2532 cat "conftest.in" "conftest.in" >"conftest.tmp"
2533 mv "conftest.tmp" "conftest.in"
2534 cp "conftest.in" "conftest.nl"
2535 $as_echo '' >> "conftest.nl"
2536 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2537 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2538 as_fn_arith $ac_count + 1 && ac_count=$as_val
2539 if test $ac_count -gt ${ac_path_SED_max-0}; then
2540 # Best one so far, save it but keep looking for a better one
2541 ac_cv_path_SED="$ac_path_SED"
2542 ac_path_SED_max=$ac_count
2543 fi
2544 # 10*(2^10) chars as input seems more than enough
2545 test $ac_count -gt 10 && break
2546 done
2547 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2548esac
2549
2550 $ac_path_SED_found && break 3
2551 done
2552 done
2553 done
2554IFS=$as_save_IFS
2555 if test -z "$ac_cv_path_SED"; then
2556 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2557 fi
2558else
2559 ac_cv_path_SED=$SED
2560fi
2561
2562fi
2563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2564$as_echo "$ac_cv_path_SED" >&6; }
2565 SED="$ac_cv_path_SED"
2566 rm -f conftest.sed
2567
2568for ac_prog in gawk mawk nawk awk
2569do
2570 # Extract the first word of "$ac_prog", so it can be a program name with args.
2571set dummy $ac_prog; ac_word=$2
2572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2573$as_echo_n "checking for $ac_word... " >&6; }
2574if test "${ac_cv_prog_AWK+set}" = set; then :
2575 $as_echo_n "(cached) " >&6
2576else
2577 if test -n "$AWK"; then
2578 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2579else
2580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2581for as_dir in $PATH
2582do
2583 IFS=$as_save_IFS
2584 test -z "$as_dir" && as_dir=.
2585 for ac_exec_ext in '' $ac_executable_extensions; do
2586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2587 ac_cv_prog_AWK="$ac_prog"
2588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2589 break 2
2590 fi
2591done
2592 done
2593IFS=$as_save_IFS
2594
2595fi
2596fi
2597AWK=$ac_cv_prog_AWK
2598if test -n "$AWK"; then
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2600$as_echo "$AWK" >&6; }
2601else
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2603$as_echo "no" >&6; }
2604fi
2605
2606
2607 test -n "$AWK" && break
2608done
2609
e5c3f801 2610
252b5132 2611### we might need to use some other shell than /bin/sh for running subshells
252b5132
RH
2612### If we are on Windows, search for the shell. This will permit people
2613### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
2614### without also having to set CONFIG_SHELL. This code will work when
2615### using bash, which sets OSTYPE.
2616case "${OSTYPE}" in
2617*win32*)
a0da8069
NN
2618 if test x${CONFIG_SHELL} = x ; then
2619 if test ! -f /bin/sh ; then
2620 if test x${SHELL} != x && test -f ${SHELL} ; then
252b5132
RH
2621 CONFIG_SHELL=${SHELL}
2622 export CONFIG_SHELL
2623 else
2624 for prog in sh sh.exe bash bash.exe; do
2625 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
2626 for dir in $PATH; do
2627 test -z "$dir" && dir=.
2628 if test -f $dir/$prog; then
2629 CONFIG_SHELL=$dir/$prog
2630 export CONFIG_SHELL
2631 break
2632 fi
2633 done
2634 IFS="$save_ifs"
2635 test -n "${CONFIG_SHELL}" && break
2636 done
2637 fi
2638 fi
2639 fi
2640 ;;
2641esac
2642
2643config_shell=${CONFIG_SHELL-/bin/sh}
2644
a0da8069 2645moveifchange=${srcdir}/move-if-change
252b5132 2646
0fdbe983
DJ
2647srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2648
2649# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2650# a relative path.
2651if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2652 INSTALL="${srcpwd}/install-sh -c"
2653fi
2654
a0da8069
NN
2655# Set srcdir to "." if that's what it is.
2656# This is important for multilib support.
2657pwd=`${PWDCMD-pwd}`
a0da8069
NN
2658if test "${pwd}" = "${srcpwd}" ; then
2659 srcdir=.
252b5132
RH
2660fi
2661
a0da8069 2662topsrcdir=$srcpwd
252b5132 2663
a0da8069 2664extra_host_args=
afefada0 2665
a0da8069
NN
2666### To add a new directory to the tree, first choose whether it is a target
2667### or a host dependent tool. Then put it into the appropriate list
2668### (library or tools, host or target), doing a dependency sort.
252b5132 2669
c6b750e1 2670# Subdirs will be configured in the order listed in build_configdirs,
a0da8069 2671# configdirs, or target_configdirs; see the serialization section below.
252b5132 2672
c6b750e1
DJ
2673# Dependency sorting is only needed when *configuration* must be done in
2674# a particular order. In all cases a dependency should be specified in
a0da8069 2675# the Makefile, whether or not it's implicitly specified here.
252b5132 2676
a0da8069
NN
2677# Double entries in build_configdirs, configdirs, or target_configdirs may
2678# cause circular dependencies and break everything horribly.
252b5132 2679
6a9cf61e
PB
2680# these library is used by various programs built for the build
2681# environment
2682#
2683build_libs="build-libiberty"
2684
2685# these tools are built for the build environment
ee025550 2686build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
6a9cf61e 2687
a0da8069
NN
2688# these libraries are used by various programs built for the host environment
2689#
1f53ca9a 2690host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libelf libiconv"
a0da8069 2691
a0da8069
NN
2692# these tools are built for the host environment
2693# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2694# know that we are building the simulator.
2695# binutils, gas and ld appear in that order because it makes sense to run
2696# "make check" in that particular order.
e6de499b 2697# If --enable-gold is used, "gold" may replace "ld".
f9806fa5 2698host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
a0da8069
NN
2699
2700# libgcj represents the runtime libraries only used by gcj.
2701libgcj="target-libffi \
a0da8069
NN
2702 target-zlib \
2703 target-qthreads \
2704 target-libjava"
2705
2706# these libraries are built for the target environment, and are built after
2707# the host libraries and the host tools (which may be a cross compiler)
2708#
b1299c4e
DJ
2709target_libraries="target-libgcc \
2710 target-libiberty \
a0da8069
NN
2711 target-libgloss \
2712 target-newlib \
cff87f51 2713 target-libgomp \
b9459e83 2714 target-libstdc++-v3 \
4b1cb4fe 2715 target-libmudflap \
bb780410 2716 target-libssp \
e552509b 2717 target-libquadmath \
4b1cb4fe 2718 target-libgfortran \
4f0ef2d8 2719 target-boehm-gc \
83326456 2720 ${libgcj} \
a2592b1b 2721 target-libobjc \
e552509b
ILT
2722 target-libada \
2723 target-libgo"
a0da8069 2724
9c14acb8
NN
2725# these tools are built using the target libraries, and are intended to
2726# run only in the target environment
a0da8069 2727#
9c14acb8 2728# note: any program that *uses* libraries that are in the "target_libraries"
a0da8069
NN
2729# list belongs in this list. those programs are also very likely
2730# candidates for the "native_only" list which follows
2731#
a3dd767d 2732target_tools="target-examples target-groff target-gperf target-rda"
252b5132 2733
a0da8069 2734################################################################################
252b5132 2735
a0da8069
NN
2736## All tools belong in one of the four categories, and are assigned above
2737## We assign ${configdirs} this way to remove all embedded newlines. This
2738## is important because configure will choke if they ever get through.
2739## ${configdirs} is directories we build using the host tools.
2740## ${target_configdirs} is directories we build using the target tools.
a0da8069 2741configdirs=`echo ${host_libs} ${host_tools}`
9c14acb8 2742target_configdirs=`echo ${target_libraries} ${target_tools}`
ee025550 2743build_configdirs=`echo ${build_libs} ${build_tools}`
dd12c3a8 2744
9cc8ae67
PB
2745
2746
a0da8069 2747################################################################################
252b5132 2748
a0da8069 2749srcname="gnu development package"
252b5132 2750
a0da8069
NN
2751# This gets set non-empty for some net releases of packages.
2752appdirs=""
252b5132 2753
a0da8069
NN
2754# Define is_cross_compiler to save on calls to 'test'.
2755is_cross_compiler=
2756if test x"${host}" = x"${target}" ; then
2757 is_cross_compiler=no
252b5132 2758else
a0da8069 2759 is_cross_compiler=yes
c6b750e1 2760fi
252b5132 2761
9175bfc0 2762# Find the build and target subdir names.
dd12c3a8 2763
66a79c16
DJ
2764# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2765# have matching libraries, they should use host libraries: Makefile.tpl
2766# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2767# However, they still use the build modules, because the corresponding
2768# host modules (e.g. bison) are only built for the host when bootstrap
2769# finishes. So:
2770# - build_subdir is where we find build modules, and never changes.
2771# - build_libsubdir is where we find build libraries, and can be overridden.
2772
2773# Prefix 'build-' so this never conflicts with target_subdir.
dd12c3a8 2774build_subdir="build-${build_noncanonical}"
c6b750e1 2775
81ecdfbb
RW
2776# Check whether --with-build-libsubdir was given.
2777if test "${with_build_libsubdir+set}" = set; then :
2778 withval=$with_build_libsubdir; build_libsubdir="$withval"
66a79c16
DJ
2779else
2780 build_libsubdir="$build_subdir"
81ecdfbb
RW
2781fi
2782
b00612cc
PB
2783# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2784if ( test $srcdir = . && test -d gcc ) \
2785 || test -d $srcdir/../host-${host_noncanonical}; then
2786 host_subdir="host-${host_noncanonical}"
2787else
2788 host_subdir=.
2789fi
dd12c3a8
NN
2790# No prefix.
2791target_subdir=${target_noncanonical}
c6b750e1 2792
2fd0b40b
RW
2793# Be sure to cover against remnants of an in-tree build.
2794if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2795 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2796Use a pristine source tree when building in a separate tree" "$LINENO" 5
2797fi
252b5132 2798
a0da8069
NN
2799# Skipdirs are removed silently.
2800skipdirs=
2801# Noconfigdirs are removed loudly.
2802noconfigdirs=""
252b5132 2803
a0da8069
NN
2804use_gnu_ld=
2805# Make sure we don't let GNU ld be added if we didn't want it.
2806if test x$with_gnu_ld = xno ; then
2807 use_gnu_ld=no
93f9b408 2808 noconfigdirs="$noconfigdirs ld gold"
252b5132
RH
2809fi
2810
a0da8069
NN
2811use_gnu_as=
2812# Make sure we don't let GNU as be added if we didn't want it.
2813if test x$with_gnu_as = xno ; then
2814 use_gnu_as=no
2815 noconfigdirs="$noconfigdirs gas"
252b5132
RH
2816fi
2817
700d40ca
ILT
2818use_included_zlib=
2819# Make sure we don't let ZLIB be added if we didn't want it.
2820if test x$with_system_zlib = xyes ; then
2821 use_included_zlib=no
2822 noconfigdirs="$noconfigdirs zlib"
2823fi
2824
c6b750e1 2825# some tools are so dependent upon X11 that if we're not building with X,
a0da8069 2826# it's not even worth trying to configure, much less build, that tool.
252b5132 2827
a0da8069
NN
2828case ${with_x} in
2829 yes | "") ;; # the default value for this tree is that X11 is available
2830 no)
675c6968 2831 skipdirs="${skipdirs} tk itcl libgui"
a0da8069 2832 # We won't be able to build gdbtk without X.
c6b750e1 2833 enable_gdbtk=no
a0da8069
NN
2834 ;;
2835 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2836esac
252b5132 2837
a0da8069 2838# Some tools are only suitable for building in a "native" situation.
c6b750e1 2839# Remove these if host!=target.
701628f5 2840native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
252b5132 2841
a0da8069
NN
2842# Similarly, some are only suitable for cross toolchains.
2843# Remove these if host=target.
2844cross_only="target-libgloss target-newlib target-opcodes"
2845
2846case $is_cross_compiler in
2847 no) skipdirs="${skipdirs} ${cross_only}" ;;
2848 yes) skipdirs="${skipdirs} ${native_only}" ;;
2849esac
252b5132 2850
a0da8069
NN
2851# If both --with-headers and --with-libs are specified, default to
2852# --without-newlib.
32be62b5
RS
2853if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2854 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
a0da8069
NN
2855 if test x"${with_newlib}" = x ; then
2856 with_newlib=no
2857 fi
252b5132
RH
2858fi
2859
a0da8069
NN
2860# Recognize --with-newlib/--without-newlib.
2861case ${with_newlib} in
2862 no) skipdirs="${skipdirs} target-newlib" ;;
2863 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2864esac
252b5132 2865
c7791212
NC
2866# Handle --enable-gold, --enable-ld.
2867# --disable-gold [--enable-ld]
2868# Build only ld. Default option.
d3b50760
L
2869# --enable-gold [--enable-ld]
2870# Build both gold and ld. Install gold as "ld.gold", install ld
2871# as "ld.bfd" and "ld".
2872# --enable-gold=default [--enable-ld]
c7791212
NC
2873# Build both gold and ld. Install gold as "ld.gold" and "ld",
2874# install ld as "ld.bfd".
2875# --enable-gold[=default] --disable-ld
2876# Build only gold, which is then installed as both "ld.gold" and "ld".
2877# --enable-gold --enable-ld=default
d3b50760
L
2878# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2879# and ld.bfd).
c7791212
NC
2880# In other words, ld is default
2881# --enable-gold=default --enable-ld=default
2882# Error.
2883
2884default_ld=
81ecdfbb
RW
2885# Check whether --enable-gold was given.
2886if test "${enable_gold+set}" = set; then :
2887 enableval=$enable_gold; ENABLE_GOLD=$enableval
93f9b408
ILT
2888else
2889 ENABLE_GOLD=no
81ecdfbb
RW
2890fi
2891
c7791212
NC
2892case "${ENABLE_GOLD}" in
2893 yes|default)
e6de499b
NC
2894 # Check for ELF target.
2895 is_elf=no
2896 case "${target}" in
2897 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2898 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2899 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
2900 case "${target}" in
2901 *-*-linux*aout* | *-*-linux*oldld*)
2902 ;;
2903 *)
2904 is_elf=yes
2905 ;;
2906 esac
2907 esac
2908
2909 if test "$is_elf" = "yes"; then
2910 # Check for target supported by gold.
93f9b408 2911 case "${target}" in
e6de499b 2912 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
c7791212
NC
2913 configdirs="$configdirs gold"
2914 if test x${ENABLE_GOLD} = xdefault; then
2915 default_ld=gold
2916 fi
e6de499b 2917 ENABLE_GOLD=yes
93f9b408
ILT
2918 ;;
2919 esac
e6de499b
NC
2920 fi
2921 ;;
2922 no)
2923 ;;
2924 *)
2925 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2926 ;;
c7791212
NC
2927esac
2928
2929# Check whether --enable-ld was given.
2930if test "${enable_ld+set}" = set; then :
2931 enableval=$enable_ld; ENABLE_LD=$enableval
2932else
2933 ENABLE_LD=yes
2934fi
2935
2936
2937case "${ENABLE_LD}" in
2938 default)
d3b50760 2939 if test x${default_ld} != x; then
c7791212
NC
2940 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2941 fi
2942 ;;
2943 yes)
2944 ;;
2945 no)
2946 if test x${ENABLE_GOLD} != xyes; then
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2948$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2949 fi
2950 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2951 ;;
2952 *)
2953 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2954 ;;
2955esac
93f9b408 2956
a0da8069 2957# Configure extra directories which are host specific
252b5132 2958
a0da8069
NN
2959case "${host}" in
2960 *-cygwin*)
2961 configdirs="$configdirs libtermcap" ;;
2962esac
252b5132 2963
59f7ec45
HPN
2964# A target can indicate whether a language isn't supported for some reason.
2965# Only spaces may be used in this macro; not newlines or tabs.
2966unsupported_languages=
2967
c6b750e1 2968# Remove more programs from consideration, based on the host or
a0da8069
NN
2969# target this usually means that a port of the program doesn't
2970# exist yet.
252b5132 2971
a0da8069
NN
2972case "${host}" in
2973 hppa*64*-*-*)
2974 noconfigdirs="$noconfigdirs byacc"
2975 ;;
ec11bdc6 2976 i[3456789]86-*-vsta)
675c6968 2977 noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
a0da8069 2978 ;;
ec11bdc6 2979 i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*)
675c6968 2980 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
bba45b8b 2981 ;;
2d1e8239
NC
2982 x86_64-*-mingw*)
2983 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2984 ;;
ec11bdc6 2985 i[3456789]86-*-mingw32*)
675c6968 2986 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
45055374 2987 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
bba45b8b 2988 ;;
ec11bdc6 2989 i[3456789]86-*-beos*)
675c6968 2990 noconfigdirs="$noconfigdirs tk itcl libgui gdb"
bba45b8b 2991 ;;
a0da8069 2992 *-*-cygwin*)
a92834c8 2993 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
a0da8069
NN
2994 ;;
2995 *-*-netbsd*)
a92834c8 2996 noconfigdirs="$noconfigdirs rcs"
a0da8069
NN
2997 ;;
2998 ppc*-*-pe)
675c6968 2999 noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
a0da8069
NN
3000 ;;
3001 powerpc-*-beos*)
675c6968 3002 noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
a0da8069 3003 ;;
a0da8069 3004esac
252b5132 3005
4b1cb4fe 3006
89a1e9c3
PB
3007# Check whether --enable-libquadmath was given.
3008if test "${enable_libquadmath+set}" = set; then :
3009 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3010else
3011 ENABLE_LIBQUADMATH=yes
3012fi
3013
3014if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3015 noconfigdirs="$noconfigdirs target-libquadmath"
3016fi
3017
3018
3019# Check whether --enable-libquadmath-support was given.
3020if test "${enable_libquadmath_support+set}" = set; then :
3021 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3022else
3023 ENABLE_LIBQUADMATH_SUPPORT=yes
3024fi
3025
3026enable_libquadmath_support=
3027if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3028 enable_libquadmath_support=no
3029fi
3030
3031
81ecdfbb
RW
3032# Check whether --enable-libada was given.
3033if test "${enable_libada+set}" = set; then :
3034 enableval=$enable_libada; ENABLE_LIBADA=$enableval
a2592b1b
DD
3035else
3036 ENABLE_LIBADA=yes
81ecdfbb
RW
3037fi
3038
a2592b1b 3039if test "${ENABLE_LIBADA}" != "yes" ; then
b00612cc 3040 noconfigdirs="$noconfigdirs gnattools"
a2592b1b
DD
3041fi
3042
81ecdfbb
RW
3043# Check whether --enable-libssp was given.
3044if test "${enable_libssp+set}" = set; then :
3045 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
5f128533
KH
3046else
3047 ENABLE_LIBSSP=yes
81ecdfbb
RW
3048fi
3049
5f128533 3050
a0da8069
NN
3051# Save it here so that, even in case of --enable-libgcj, if the Java
3052# front-end isn't enabled, we still get libgcj disabled.
3053libgcj_saved=$libgcj
3054case $enable_libgcj in
3055yes)
3056 # If we reset it here, it won't get added to noconfigdirs in the
3057 # target-specific build rules, so it will be forcibly enabled
3058 # (unless the Java language itself isn't enabled).
3059 libgcj=
3060 ;;
3061no)
3062 # Make sure we get it printed in the list of not supported target libs.
9e1a94f4
ILT
3063 # Don't disable libffi, though, other languages use it.
3064 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
33d23ee8
ILT
3065 # Clear libgcj_saved so that even if java is enabled libffi won't be
3066 # built.
3067 libgcj_saved=
a0da8069
NN
3068 ;;
3069esac
252b5132 3070
4b1cb4fe 3071
a6df5a19
PB
3072# Disable libmudflap on some systems.
3073if test x$enable_libmudflap = x ; then
3e707e94 3074 case "${target}" in
29383458 3075 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3d6dfe0f 3076 # Enable libmudflap by default in GNU and friends.
3e707e94
PB
3077 ;;
3078 *-*-freebsd*)
3079 # Enable libmudflap by default in FreeBSD.
3080 ;;
3081 *)
3082 # Disable it by default everywhere else.
3083 noconfigdirs="$noconfigdirs target-libmudflap"
3084 ;;
3085 esac
a6df5a19 3086fi
4b1cb4fe 3087
a6df5a19
PB
3088# Disable libgomp on non POSIX hosted systems.
3089if test x$enable_libgomp = x ; then
b3ded179
PB
3090 # Enable libgomp by default on hosted POSIX systems.
3091 case "${target}" in
29383458 3092 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
b3ded179
PB
3093 ;;
3094 *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
3095 ;;
64ce424c 3096 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
b3ded179
PB
3097 ;;
3098 *-*-darwin* | *-*-aix*)
3099 ;;
3100 *)
3101 noconfigdirs="$noconfigdirs target-libgomp"
3102 ;;
3103 esac
a6df5a19 3104fi
b3ded179 3105
691bb5a1
DD
3106# Default libgloss CPU subdirectory.
3107libgloss_dir="$target_cpu"
4b1cb4fe 3108
a0da8069
NN
3109case "${target}" in
3110 *-*-chorusos)
54d1c879 3111 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3112 ;;
24741ab2 3113 powerpc-*-darwin*)
9d39db92 3114 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3115 noconfigdirs="$noconfigdirs sim target-rda"
652dec25 3116 ;;
85bd1942
TG
3117 i[3456789]86-*-darwin*)
3118 noconfigdirs="$noconfigdirs ld gprof"
3119 noconfigdirs="$noconfigdirs sim target-rda"
3120 ;;
e8a5fa9c 3121 x86_64-*-darwin[912]*)
652dec25
TG
3122 noconfigdirs="$noconfigdirs ld gas gprof"
3123 noconfigdirs="$noconfigdirs sim target-rda"
b3f16a9b 3124 ;;
04d1ab34 3125 *-*-darwin*)
d320aacb 3126 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3127 noconfigdirs="$noconfigdirs sim target-rda"
54d1c879 3128 noconfigdirs="$noconfigdirs ${libgcj}"
04d1ab34 3129 ;;
a0da8069 3130 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
54d1c879 3131 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3132 ;;
de0b4a87 3133 *-*-freebsd*)
4b1cb4fe
DD
3134 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3135 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3136 && test -f /usr/local/include/gmp.h; then
3137 with_gmp=/usr/local
3138 fi
3139
3140 # Skip some stuff that's unsupported on some FreeBSD configurations.
3141 case "${target}" in
3142 i*86-*-*) ;;
3143 alpha*-*-*) ;;
143754cd 3144 x86_64-*-*) ;;
4b1cb4fe 3145 *)
54d1c879 3146 noconfigdirs="$noconfigdirs ${libgcj}"
4b1cb4fe
DD
3147 ;;
3148 esac
3149 ;;
f8a495c8
NC
3150 *-*-kaos*)
3151 # Remove unsupported stuff on all kaOS configurations.
54d1c879 3152 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
f8a495c8
NC
3153 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
3154 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3155 noconfigdirs="$noconfigdirs target-libgloss"
3156 ;;
a0da8069
NN
3157 *-*-netbsd*)
3158 # Skip some stuff on all NetBSD configurations.
3159 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3160
3161 # Skip some stuff that's unsupported on some NetBSD configurations.
3162 case "${target}" in
3163 i*86-*-netbsdelf*) ;;
5b474aa8 3164 arm*-*-netbsdelf*) ;;
a0da8069 3165 *)
54d1c879 3166 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3167 ;;
3168 esac
3169 ;;
2a3124ca 3170 *-*-netware*)
54d1c879 3171 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
a0da8069
NN
3172 ;;
3173 *-*-rtems*)
a009f2e7 3174 skipdirs="${skipdirs} target-libiberty"
54d1c879 3175 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3176 ;;
1587117a
EC
3177 # The tpf target doesn't support gdb yet.
3178 *-*-tpf*)
54d1c879 3179 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
1587117a 3180 ;;
c1968181 3181 *-*-uclinux*)
54d1c879 3182 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
c1968181 3183 ;;
a0da8069 3184 *-*-vxworks*)
54d1c879 3185 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
a0da8069
NN
3186 ;;
3187 alpha*-dec-osf*)
3188 # ld works, but does not support shared libraries.
3189 # newlib is not 64 bit ready. I'm not sure about fileutils.
3190 # gas doesn't generate exception information.
3191 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3192 ;;
3193 alpha*-*-*vms*)
d594eacc 3194 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
a0da8069
NN
3195 ;;
3196 alpha*-*-linux*)
3197 # newlib is not 64 bit ready
3198 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3199 ;;
a0da8069
NN
3200 alpha*-*-*)
3201 # newlib is not 64 bit ready
54d1c879 3202 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3203 ;;
4a18bd6b 3204 am33_2.0-*-linux*)
54d1c879 3205 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
4a18bd6b 3206 ;;
a0da8069 3207 sh-*-linux*)
54d1c879 3208 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
c6b750e1 3209 ;;
a0da8069 3210 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
54d1c879 3211 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3212 noconfigdirs="$noconfigdirs target-examples"
3213 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
675c6968 3214 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
a0da8069
NN
3215 noconfigdirs="$noconfigdirs expect dejagnu"
3216 # the C++ libraries don't build on top of CE's C libraries
b9459e83 3217 noconfigdirs="$noconfigdirs target-libstdc++-v3"
a0da8069
NN
3218 noconfigdirs="$noconfigdirs target-newlib"
3219 case "${host}" in
3220 *-*-cygwin*) ;; # keep gdb and readline
b9459e83 3221 *) noconfigdirs="$noconfigdirs gdb readline"
a0da8069
NN
3222 ;;
3223 esac
691bb5a1 3224 libgloss_dir=wince
a0da8069
NN
3225 ;;
3226 arc-*-*)
782cb41f 3227 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3228 ;;
caeba88f 3229 arm-semi-aof )
caeba88f 3230 ;;
a0da8069 3231 arm-*-coff | strongarm-*-coff | xscale-*-coff)
54d1c879 3232 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3233 libgloss_dir=arm
a0da8069 3234 ;;
11b04d1f 3235 arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
a0da8069 3236 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
691bb5a1 3237 libgloss_dir=arm
a0da8069 3238 ;;
bd70a46f 3239 arm*-*-linux-gnueabi)
6d18b86b 3240 noconfigdirs="$noconfigdirs target-qthreads"
a5b3b4dd
DD
3241 case ${with_newlib} in
3242 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3243 esac
691bb5a1 3244 libgloss_dir=arm
bd70a46f 3245 ;;
df4a6958 3246 arm*-*-symbianelf*)
54d1c879 3247 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
691bb5a1 3248 libgloss_dir=arm
df4a6958 3249 ;;
a0da8069 3250 arm-*-pe*)
54d1c879 3251 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3252 ;;
a0da8069 3253 thumb-*-coff)
54d1c879 3254 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3255 ;;
3256 thumb-*-elf)
54d1c879 3257 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3258 ;;
a0da8069 3259 thumb-*-pe)
54d1c879 3260 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3261 ;;
3262 arm-*-riscix*)
54d1c879 3263 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
a0da8069
NN
3264 ;;
3265 avr-*-*)
266df637 3266 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
a0da8069 3267 ;;
376a0e54 3268 bfin-*-*)
df51e4e1 3269 unsupported_languages="$unsupported_languages java"
7837304f 3270 noconfigdirs="$noconfigdirs target-boehm-gc"
3cf3372e 3271 if test x${is_cross_compiler} != xno ; then
376a0e54
CM
3272 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3273 fi
3274 ;;
a0da8069 3275 c4x-*-* | tic4x-*-*)
54d1c879 3276 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069
NN
3277 ;;
3278 c54x*-*-* | tic54x-*-*)
54d1c879 3279 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
a0da8069 3280 ;;
52310858
NC
3281 cr16-*-*)
3282 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3283 ;;
c7e66c6d 3284 cris-*-* | crisv32-*-*)
59f7ec45 3285 unsupported_languages="$unsupported_languages java"
c7e66c6d 3286 case "${target}" in
2faa2958 3287 *-*-aout)
096f7d00 3288 unsupported_languages="$unsupported_languages fortran"
59f7ec45 3289 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
d357cef7
HPN
3290 *-*-elf) # See PR46792 regarding target-libffi.
3291 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
2faa2958 3292 *-*-linux*)
5e818318 3293 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
c7e66c6d 3294 *)
096f7d00 3295 unsupported_languages="$unsupported_languages fortran"
54d1c879 3296 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
c7e66c6d 3297 esac
691bb5a1 3298 libgloss_dir=cris
a0da8069 3299 ;;
3e707e94 3300 crx-*-*)
3e707e94 3301 ;;
a0da8069 3302 d10v-*-*)
54d1c879 3303 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069
NN
3304 ;;
3305 d30v-*-*)
54d1c879 3306 noconfigdirs="$noconfigdirs ${libgcj} gdb"
a0da8069 3307 ;;
691bb5a1
DD
3308 ep9312-*-elf | ep9312-*-coff)
3309 libgloss_dir=arm
3310 ;;
a0da8069 3311 fr30-*-elf*)
54d1c879 3312 noconfigdirs="$noconfigdirs ${libgcj} gdb"
a0da8069
NN
3313 ;;
3314 frv-*-*)
54d1c879 3315 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3316 ;;
20135e4c
NC
3317 moxie-*-*)
3318 noconfigdirs="$noconfigdirs ${libgcj}"
3319 noconfigdirs="$noconfigdirs gprof"
3320 ;;
a0da8069 3321 h8300*-*-*)
54d1c879 3322 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3323 ;;
3324 h8500-*-*)
54d1c879 3325 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069 3326 ;;
caeba88f 3327 hppa1.1-*-osf* | hppa1.1-*-bsd* )
caeba88f 3328 ;;
a0da8069
NN
3329 hppa*64*-*-linux* | parisc*64*-*-linux*)
3330 # In this case, it's because the hppa64-linux target is for
3331 # the kernel only at this point and has no libc, and thus no
3332 # headers, crt*.o, etc., all of which are needed by these.
3333 noconfigdirs="$noconfigdirs target-zlib"
3334 ;;
5dcac624
DA
3335 parisc*-*-linux* | hppa*-*-linux*)
3336 ;;
a0da8069 3337 hppa*-*-*elf* | \
a0da8069
NN
3338 hppa*-*-lites* | \
3339 hppa*-*-openbsd* | \
3340 hppa*64*-*-*)
54d1c879 3341 noconfigdirs="$noconfigdirs ${libgcj}"
4f0ef2d8
CD
3342 ;;
3343 hppa*-hp-hpux11*)
3344 noconfigdirs="$noconfigdirs ld shellutils"
a0da8069 3345 ;;
691bb5a1
DD
3346 hppa*-*-pro*)
3347 libgloss_dir=pa
3348 ;;
a0da8069
NN
3349 hppa*-*-*)
3350 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3351 # build on HP-UX 10.20.
54d1c879 3352 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
a0da8069 3353 ;;
b07c2aad 3354 i960-*-*)
54d1c879 3355 noconfigdirs="$noconfigdirs ${libgcj} gdb"
b07c2aad 3356 ;;
a0da8069
NN
3357 ia64*-*-elf*)
3358 # No gdb support yet.
675c6968 3359 noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
a0da8069
NN
3360 ;;
3361 ia64*-**-hpux*)
92c9a463
JB
3362 # No ld support yet.
3363 noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
a0da8069 3364 ;;
19e99079
NC
3365 ia64*-*-*vms*)
3366 # No gdb or ld support yet.
3367 noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3368 ;;
caeba88f 3369 i370-*-opened*)
caeba88f 3370 ;;
ec11bdc6 3371 i[3456789]86-*-coff | i[3456789]86-*-elf)
54d1c879 3372 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3373 libgloss_dir=i386
a0da8069 3374 ;;
ec11bdc6 3375 i[3456789]86-*-linux*)
a0da8069
NN
3376 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3377 # not build java stuff by default.
3378 case "${target}" in
3379 *-*-*libc1*)
54d1c879 3380 noconfigdirs="$noconfigdirs ${libgcj}";;
a0da8069
NN
3381 esac
3382
3383 # This section makes it possible to build newlib natively on linux.
3384 # If we are using a cross compiler then don't configure newlib.
3385 if test x${is_cross_compiler} != xno ; then
bba45b8b 3386 noconfigdirs="$noconfigdirs target-newlib"
a0da8069
NN
3387 fi
3388 noconfigdirs="$noconfigdirs target-libgloss"
3389 # If we are not using a cross compiler, do configure newlib.
3390 # Note however, that newlib will only be configured in this situation
3391 # if the --with-newlib option has been given, because otherwise
3392 # 'target-newlib' will appear in skipdirs.
3393 ;;
1f53ca9a
AO
3394 i[3456789]86-w64-mingw*)
3395 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3396 ;;
3397 i[3456789]86-*-mingw*)
45055374
CV
3398 target_configdirs="$target_configdirs target-winsup"
3399 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
c6b750e1 3400 ;;
2d1e8239 3401 x86_64-*-mingw*)
2d1e8239 3402 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
c6b750e1 3403 ;;
a0da8069
NN
3404 *-*-cygwin*)
3405 target_configdirs="$target_configdirs target-libtermcap target-winsup"
e8a5fa9c 3406 noconfigdirs="$noconfigdirs target-gperf target-libgloss"
b76d7de0 3407 # always build newlib if winsup directory is present.
45055374 3408 if test -d "$srcdir/winsup/cygwin"; then
b76d7de0 3409 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ac0fa625 3410 elif test -d "$srcdir/newlib"; then
45055374 3411 echo "Warning: winsup/cygwin is missing so newlib can't be built."
b76d7de0 3412 fi
c6b750e1 3413 ;;
caeba88f
AL
3414 i[3456789]86-moss-msdos | i[3456789]86-*-moss* | \
3415 i[3456789]86-*-uwin* | i[3456789]86-*-interix* )
caeba88f 3416 ;;
ec11bdc6 3417 i[3456789]86-*-pe)
782cb41f 3418 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3419 ;;
ec11bdc6 3420 i[3456789]86-*-sco3.2v5*)
a0da8069
NN
3421 # The linker does not yet know about weak symbols in COFF,
3422 # and is not configured to handle mixed ELF and COFF.
54d1c879 3423 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
a0da8069 3424 ;;
ec11bdc6 3425 i[3456789]86-*-sco*)
54d1c879 3426 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3427 ;;
ec11bdc6 3428 i[3456789]86-*-solaris2*)
a0da8069
NN
3429 noconfigdirs="$noconfigdirs target-libgloss"
3430 ;;
ec11bdc6 3431 i[3456789]86-*-sysv4*)
54d1c879 3432 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3433 ;;
ec11bdc6 3434 i[3456789]86-*-beos*)
54d1c879 3435 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
bba45b8b 3436 ;;
b59bea8a 3437 i[3456789]86-*-rdos*)
2429c060
PB
3438 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3439 ;;
b07c2aad 3440 m32r-*-*)
54d1c879 3441 noconfigdirs="$noconfigdirs ${libgcj}"
b07c2aad 3442 ;;
a0da8069 3443 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
782cb41f 3444 noconfigdirs="$noconfigdirs target-libiberty"
691bb5a1 3445 libgloss_dir=m68hc11
a0da8069
NN
3446 ;;
3447 m68k-*-elf*)
54d1c879 3448 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3449 ;;
3450 m68k-*-coff*)
54d1c879 3451 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3452 ;;
691bb5a1
DD
3453 m68*-*-* | fido-*-*)
3454 libgloss_dir=m68k
3455 ;;
a0da8069 3456 mcore-*-pe*)
a0da8069
NN
3457 ;;
3458 mmix-*-*)
59f7ec45 3459 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
096f7d00 3460 unsupported_languages="$unsupported_languages fortran java"
a0da8069
NN
3461 ;;
3462 mn10200-*-*)
54d1c879 3463 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3464 ;;
3465 mn10300-*-*)
54d1c879 3466 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3467 ;;
4970f871 3468 mt-*-*)
cdb9b172
AH
3469 noconfigdirs="$noconfigdirs sim"
3470 ;;
887ebfb4
RW
3471 picochip-*-*)
3472 noconfigdirs="$noconfigdirs target-libiberty"
3473 ;;
a0da8069
NN
3474 powerpc-*-aix*)
3475 # copied from rs6000-*-* entry
e8a5fa9c 3476 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
a0da8069
NN
3477 ;;
3478 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
3479 target_configdirs="$target_configdirs target-winsup"
54d1c879 3480 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
a0da8069
NN
3481 # always build newlib.
3482 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3483 ;;
3484 # This is temporary until we can link against shared libraries
3485 powerpcle-*-solaris*)
54d1c879 3486 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
691bb5a1 3487 libgloss_dir=rs6000
a0da8069
NN
3488 ;;
3489 powerpc-*-beos*)
54d1c879 3490 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
a0da8069 3491 ;;
a0da8069 3492 powerpc-*-eabi)
54d1c879 3493 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3494 libgloss_dir=rs6000
caeba88f
AL
3495 ;;
3496 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
691bb5a1 3497 libgloss_dir=rs6000
a0da8069 3498 ;;
a0da8069 3499 rs6000-*-lynxos*)
54d1c879 3500 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
a0da8069
NN
3501 ;;
3502 rs6000-*-aix*)
e8a5fa9c 3503 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
a0da8069
NN
3504 ;;
3505 rs6000-*-*)
54d1c879 3506 noconfigdirs="$noconfigdirs gprof ${libgcj}"
a0da8069
NN
3507 ;;
3508 m68k-apollo-*)
54d1c879 3509 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
a0da8069 3510 ;;
25a07265 3511 microblaze*)
29821356 3512 noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
25a07265 3513 ;;
5bd8be13
RS
3514 mips*-sde-elf*)
3515 skipdirs="$skipdirs target-libiberty"
3516 noconfigdirs="$noconfigdirs ${libgcj}"
3517 if test x$with_newlib = xyes; then
3518 noconfigdirs="$noconfigdirs gprof"
3519 fi
3520 libgloss_dir=mips
3521 ;;
a0da8069 3522 mips*-*-irix5*)
54d1c879 3523 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069
NN
3524 ;;
3525 mips*-*-irix6*)
a0da8069
NN
3526 # Linking libjava exceeds command-line length limits on at least
3527 # IRIX 6.2, but not on IRIX 6.5.
3528 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3529 # <oldham@codesourcery.com>
54d1c879 3530 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3531 ;;
a0da8069 3532 mips*-*-bsd*)
54d1c879 3533 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3534 ;;
a0da8069
NN
3535 mips*-*-linux*)
3536 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3537 ;;
3538 mips*-*-*)
54d1c879 3539 noconfigdirs="$noconfigdirs gprof ${libgcj}"
691bb5a1 3540 libgloss_dir=mips
a0da8069
NN
3541 ;;
3542 romp-*-*)
54d1c879 3543 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
a0da8069 3544 ;;
dbf85af7 3545 sh-*-* | sh64-*-*)
a0da8069 3546 case "${host}" in
ec11bdc6
DD
3547 i[3456789]86-*-vsta) ;; # don't add gprof back in
3548 i[3456789]86-*-go32*) ;; # don't add gprof back in
3549 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
a0da8069
NN
3550 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3551 esac
e8a5fa9c
RW
3552 case "${target}" in
3553 sh*-*-elf)
3554 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3555 *)
3556 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3557 esac
a0da8069 3558 ;;
691bb5a1
DD
3559 sparclet-*-aout* | sparc86x-*-*)
3560 libgloss_dir=sparc
3561 ;;
a0da8069 3562 sparc-*-elf*)
54d1c879 3563 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3564 ;;
3565 sparc64-*-elf*)
54d1c879 3566 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3567 libgloss_dir=sparc
a0da8069
NN
3568 ;;
3569 sparclite-*-*)
54d1c879 3570 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3571 libgloss_dir=sparc
a0da8069
NN
3572 ;;
3573 sparc-*-sunos4*)
54d1c879 3574 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3575 if test x${is_cross_compiler} != xno ; then
3576 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3577 else
3578 use_gnu_ld=no
3579 fi
3580 ;;
e3c770b1 3581 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
54d1c879 3582 noconfigdirs="$noconfigdirs ${libgcj}"
e3c770b1 3583 ;;
a0da8069
NN
3584 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3585 ;;
619a3713
JM
3586 tic6x-*-*)
3587 noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3588 ;;
a0da8069 3589 v810-*-*)
54d1c879 3590 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
a0da8069 3591 ;;
1cd986c5
NC
3592 v850*-*-*)
3593 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3594 ;;
3595 vax-*-vms)
54d1c879 3596 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
a0da8069
NN
3597 ;;
3598 vax-*-*)
54d1c879 3599 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3600 ;;
8b66833e 3601 xtensa*-*-*)
54d1c879 3602 noconfigdirs="$noconfigdirs ${libgcj}"
fbd1054d 3603 ;;
a0da8069 3604 ip2k-*-*)
54d1c879 3605 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
a0da8069 3606 ;;
29383458 3607 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
a0da8069
NN
3608 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3609 ;;
3610 *-*-lynxos*)
54d1c879 3611 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
c6b750e1 3612 ;;
a0da8069 3613 *-*-*)
54d1c879 3614 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3615 ;;
3616esac
252b5132 3617
a0da8069
NN
3618# If we aren't building newlib, then don't build libgloss, since libgloss
3619# depends upon some newlib header files.
3620case "${noconfigdirs}" in
3621 *target-libgloss*) ;;
3622 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3623esac
3624
a0da8069
NN
3625# Work in distributions that contain no compiler tools, like Autoconf.
3626tentative_cc=""
3627host_makefile_frag=/dev/null
3628if test -d ${srcdir}/config ; then
3629case "${host}" in
3630 m68k-hp-hpux*)
3631 # Avoid "too much defining" errors from HPUX compiler.
3632 tentative_cc="cc -Wp,-H256000"
3633 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
3634 # If it's HP/UX ar, this should be harmless.
3635 RANLIB="ar ts"
3636 ;;
3637 m68k-apollo-sysv*)
3638 tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
3639 ;;
3640 m68k-apollo-bsd*)
3641 #None of the Apollo compilers can compile gas or binutils. The preprocessor
3642 # chokes on bfd, the compiler won't let you assign integers to enums, and
3643 # other problems. Defining CC to gcc is a questionable way to say "don't use
3644 # the apollo compiler" (the preferred version of GCC could be called cc,
3645 # or whatever), but I'm not sure leaving CC as cc is any better...
3646 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
3647 # Used to have BISON=yacc.
3648 tentative_cc=gcc
3649 ;;
3650 m88k-dg-dgux*)
3651 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
a0da8069
NN
3652 ;;
3653 m88k-harris-cxux*)
3654 # Under CX/UX, we want to tell the compiler to use ANSI mode.
3655 tentative_cc="cc -Xa"
3656 host_makefile_frag="config/mh-cxux"
3657 ;;
3658 m88k-motorola-sysv*)
3659 ;;
3660 mips*-dec-ultrix*)
3661 tentative_cc="cc -Wf,-XNg1000"
3662 host_makefile_frag="config/mh-decstation"
3663 ;;
3664 mips*-nec-sysv4*)
3665 # The C compiler on NEC MIPS SVR4 needs bigger tables.
3666 tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
3667 host_makefile_frag="config/mh-necv4"
3668 ;;
3669 mips*-sgi-irix4*)
3670 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
3671 # environment. Also bump switch table size so that cp-parse will
3672 # compile. Bump string length limit so linker builds.
3673 tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
3674 ;;
3675 mips*-*-sysv4*)
3676 host_makefile_frag="config/mh-sysv4"
3677 ;;
3678 mips*-*-sysv*)
3679 # This is for a MIPS running RISC/os 4.52C.
3680
3681 # This is needed for GDB, but needs to be in the top-level make because
3682 # if a library is compiled with the bsd headers and gets linked with the
3683 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
3684 # a different size).
3685 # ptrace(2) apparently has problems in the BSD environment. No workaround is
3686 # known except to select the sysv environment. Could we use /proc instead?
3687 # These "sysv environments" and "bsd environments" often end up being a pain.
3688 #
3689 # This is not part of CFLAGS because perhaps not all C compilers have this
3690 # option.
3691 tentative_cc="cc -systype sysv"
3692 ;;
3693 i370-ibm-opened*)
3694 tentative_cc="c89"
3695 ;;
ec11bdc6 3696 i[3456789]86-*-sysv5*)
a0da8069
NN
3697 host_makefile_frag="config/mh-sysv5"
3698 ;;
ec11bdc6 3699 i[3456789]86-*-dgux*)
a0da8069
NN
3700 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
3701 host_makefile_frag="config/mh-dgux386"
3702 ;;
ec11bdc6 3703 i[3456789]86-ncr-sysv4.3*)
a0da8069
NN
3704 # The MetaWare compiler will generate a copyright message unless you
3705 # turn it off by adding the -Hnocopyr flag.
3706 tentative_cc="cc -Hnocopyr"
3707 ;;
ec11bdc6 3708 i[3456789]86-ncr-sysv4*)
a0da8069
NN
3709 # for an NCR 3000 (i486/SVR4) system.
3710 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
3711 # This compiler not only emits obnoxious copyright messages every time
3712 # you run it, but it chokes and dies on a whole bunch of GNU source
3713 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
3714 tentative_cc="/usr/ccs/ATT/cc"
3715 host_makefile_frag="config/mh-ncr3000"
3716 ;;
ec11bdc6 3717 i[3456789]86-*-sco3.2v5*)
a0da8069 3718 ;;
ec11bdc6 3719 i[3456789]86-*-sco*)
a0da8069
NN
3720 # The native C compiler botches some simple uses of const. Unfortunately,
3721 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
3722 tentative_cc="cc -Dconst="
3723 host_makefile_frag="config/mh-sco"
3724 ;;
ec11bdc6 3725 i[3456789]86-*-udk*)
a0da8069
NN
3726 host_makefile_frag="config/mh-sysv5"
3727 ;;
ec11bdc6 3728 i[3456789]86-*-solaris2*)
a0da8069
NN
3729 host_makefile_frag="config/mh-sysv4"
3730 ;;
ec11bdc6 3731 i[3456789]86-*-msdosdjgpp*)
a0da8069
NN
3732 host_makefile_frag="config/mh-djgpp"
3733 ;;
3734 *-cygwin*)
e33b51a6 3735
81ecdfbb
RW
3736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3737$as_echo_n "checking to see if cat works as expected... " >&6; }
e33b51a6 3738echo a >cygwin-cat-check
1f53ca9a 3739if test `cat cygwin-cat-check` = a ; then
8ade07e9 3740 rm cygwin-cat-check
81ecdfbb
RW
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3742$as_echo "yes" >&6; }
e33b51a6 3743else
8ade07e9 3744 rm cygwin-cat-check
81ecdfbb
RW
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3746$as_echo "no" >&6; }
3747 as_fn_error "The cat command does not ignore carriage return characters.
e33b51a6
NC
3748 Please either mount the build directory in binary mode or run the following
3749 commands before running any configure script:
3750set -o igncr
3751export SHELLOPTS
81ecdfbb 3752 " "$LINENO" 5
e33b51a6 3753fi
e33b51a6 3754
a0da8069
NN
3755 host_makefile_frag="config/mh-cygwin"
3756 ;;
8a1599ab 3757 *-mingw*)
84e7906e 3758 host_makefile_frag="config/mh-mingw"
2d1e8239 3759 ;;
a0da8069
NN
3760 *-interix*)
3761 host_makefile_frag="config/mh-interix"
3762 ;;
3763 vax-*-ultrix2*)
3764 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
3765 tentative_cc=gcc
3766 ;;
3767 *-*-solaris2*)
3768 host_makefile_frag="config/mh-solaris"
3769 ;;
3770 m68k-sun-sunos*)
3771 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
3772 # without overflowing the jump tables (-J says to use a 32 bit table)
3773 tentative_cc="cc -J"
3774 ;;
da888c87 3775 hppa*-hp-hpux10*)
a0da8069 3776 tentative_cc="cc -Wp,-H256000"
da888c87 3777 host_makefile_frag="config/mh-pa-hpux10"
a0da8069 3778 ;;
da888c87
PB
3779 hppa*-hp-hpux* | hppa*-*-hiux*)
3780 tentative_cc="cc -Wp,-H256000"
3781 host_makefile_frag="config/mh-pa"
3782 ;;
3783 hppa*-*)
3784 host_makefile_frag="config/mh-pa"
3785 ;;
3786 *-hp-hpux* | *-*-hiux*)
a0da8069
NN
3787 tentative_cc="cc -Wp,-H256000"
3788 ;;
3789 rs6000-*-lynxos*)
3790 # /bin/cc is less than useful for our purposes. Always use GCC
3791 tentative_cc="/usr/cygnus/progressive/bin/gcc"
3792 host_makefile_frag="config/mh-lynxrs6k"
3793 ;;
e552509b
ILT
3794 *-*-darwin*)
3795 host_makefile_frag="config/mh-darwin"
0df3d27f 3796 ;;
f6d183c0
PB
3797 powerpc-*-aix*)
3798 host_makefile_frag="config/mh-ppc-aix"
3799 ;;
3800 rs6000-*-aix*)
3801 host_makefile_frag="config/mh-ppc-aix"
3802 ;;
a0da8069
NN
3803 *-*-lynxos*)
3804 # /bin/cc is less than useful for our purposes. Always use GCC
3805 tentative_cc="/bin/gcc"
3806 ;;
3807 *-*-sysv4*)
3808 host_makefile_frag="config/mh-sysv4"
3809 ;;
fe69863c
DD
3810 # This is placed last to prevent interfering with the cases above.
3811 i[3456789]86-*-*)
3812 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
3813 host_makefile_frag="config/mh-x86omitfp"
3814 ;;
a0da8069
NN
3815esac
3816fi
3817
9e07f89d
NN
3818# If we aren't going to be using gcc, see if we can extract a definition
3819# of CC from the fragment.
3820# Actually, use the 'pre-extracted' version above.
3821if test -z "${CC}" && test "${build}" = "${host}" ; then
3822 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
3823 found=
3824 for dir in $PATH; do
3825 test -z "$dir" && dir=.
3826 if test -f $dir/gcc; then
3827 found=yes
3828 break
3829 fi
3830 done
3831 IFS="$save_ifs"
3832 if test -z "${found}" && test -n "${tentative_cc}" ; then
3833 CC=$tentative_cc
3834 fi
3835fi
3836
3837if test "${build}" != "${host}" ; then
1576798e
PB
3838 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3839 AS_FOR_BUILD=${AS_FOR_BUILD-as}
9e07f89d 3840 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1576798e
PB
3841 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3842 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3843 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
e552509b 3844 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
1576798e
PB
3845 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3846 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3847 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3848 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3849 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3850 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3851else
3852 AR_FOR_BUILD="\$(AR)"
3853 AS_FOR_BUILD="\$(AS)"
512b7dfb 3854 CC_FOR_BUILD="\$(CC)"
1576798e
PB
3855 CXX_FOR_BUILD="\$(CXX)"
3856 GCJ_FOR_BUILD="\$(GCJ)"
3857 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
e552509b 3858 GOC_FOR_BUILD="\$(GOC)"
1576798e
PB
3859 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3860 LD_FOR_BUILD="\$(LD)"
3861 NM_FOR_BUILD="\$(NM)"
3862 RANLIB_FOR_BUILD="\$(RANLIB)"
3863 WINDRES_FOR_BUILD="\$(WINDRES)"
3864 WINDMC_FOR_BUILD="\$(WINDMC)"
18f6b6ee
PB
3865fi
3866
3867ac_ext=c
c6b750e1
DJ
3868ac_cpp='$CPP $CPPFLAGS'
3869ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3870ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3871ac_compiler_gnu=$ac_cv_c_compiler_gnu
3872if test -n "$ac_tool_prefix"; then
3873 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3874set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3876$as_echo_n "checking for $ac_word... " >&6; }
3877if test "${ac_cv_prog_CC+set}" = set; then :
3878 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3879else
3880 if test -n "$CC"; then
3881 ac_cv_prog_CC="$CC" # Let the user override the test.
3882else
3883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3884for as_dir in $PATH
3885do
3886 IFS=$as_save_IFS
3887 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3888 for ac_exec_ext in '' $ac_executable_extensions; do
3889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3890 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3892 break 2
3893 fi
3894done
81ecdfbb
RW
3895 done
3896IFS=$as_save_IFS
c6b750e1
DJ
3897
3898fi
3899fi
3900CC=$ac_cv_prog_CC
3901if test -n "$CC"; then
81ecdfbb
RW
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3903$as_echo "$CC" >&6; }
c6b750e1 3904else
81ecdfbb
RW
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3906$as_echo "no" >&6; }
c6b750e1
DJ
3907fi
3908
81ecdfbb 3909
c6b750e1
DJ
3910fi
3911if test -z "$ac_cv_prog_CC"; then
3912 ac_ct_CC=$CC
6a9cf61e 3913 # Extract the first word of "gcc", so it can be a program name with args.
9e07f89d 3914set dummy gcc; ac_word=$2
81ecdfbb
RW
3915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3916$as_echo_n "checking for $ac_word... " >&6; }
3917if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3918 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3919else
3920 if test -n "$ac_ct_CC"; then
3921 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3922else
3923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3924for as_dir in $PATH
3925do
3926 IFS=$as_save_IFS
3927 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3928 for ac_exec_ext in '' $ac_executable_extensions; do
3929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3930 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3932 break 2
3933 fi
3934done
81ecdfbb
RW
3935 done
3936IFS=$as_save_IFS
c6b750e1
DJ
3937
3938fi
3939fi
3940ac_ct_CC=$ac_cv_prog_ac_ct_CC
3941if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3943$as_echo "$ac_ct_CC" >&6; }
c6b750e1 3944else
81ecdfbb
RW
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3946$as_echo "no" >&6; }
c6b750e1
DJ
3947fi
3948
81ecdfbb
RW
3949 if test "x$ac_ct_CC" = x; then
3950 CC=""
3951 else
3952 case $cross_compiling:$ac_tool_warned in
3953yes:)
3954{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3955$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3956ac_tool_warned=yes ;;
3957esac
3958 CC=$ac_ct_CC
3959 fi
c6b750e1
DJ
3960else
3961 CC="$ac_cv_prog_CC"
3962fi
3963
3964if test -z "$CC"; then
81ecdfbb
RW
3965 if test -n "$ac_tool_prefix"; then
3966 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
c6b750e1 3967set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3969$as_echo_n "checking for $ac_word... " >&6; }
3970if test "${ac_cv_prog_CC+set}" = set; then :
3971 $as_echo_n "(cached) " >&6
9e07f89d
NN
3972else
3973 if test -n "$CC"; then
3974 ac_cv_prog_CC="$CC" # Let the user override the test.
3975else
c6b750e1
DJ
3976as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3977for as_dir in $PATH
3978do
3979 IFS=$as_save_IFS
3980 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3981 for ac_exec_ext in '' $ac_executable_extensions; do
3982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3983 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 3984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3985 break 2
3986 fi
3987done
81ecdfbb
RW
3988 done
3989IFS=$as_save_IFS
c6b750e1 3990
9e07f89d
NN
3991fi
3992fi
c6b750e1 3993CC=$ac_cv_prog_CC
9e07f89d 3994if test -n "$CC"; then
81ecdfbb
RW
3995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3996$as_echo "$CC" >&6; }
c6b750e1 3997else
81ecdfbb
RW
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3999$as_echo "no" >&6; }
c6b750e1
DJ
4000fi
4001
c6b750e1 4002
81ecdfbb 4003 fi
c6b750e1 4004fi
9e07f89d
NN
4005if test -z "$CC"; then
4006 # Extract the first word of "cc", so it can be a program name with args.
4007set dummy cc; ac_word=$2
81ecdfbb
RW
4008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4009$as_echo_n "checking for $ac_word... " >&6; }
4010if test "${ac_cv_prog_CC+set}" = set; then :
4011 $as_echo_n "(cached) " >&6
9e07f89d
NN
4012else
4013 if test -n "$CC"; then
4014 ac_cv_prog_CC="$CC" # Let the user override the test.
4015else
9e07f89d 4016 ac_prog_rejected=no
c6b750e1
DJ
4017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4018for as_dir in $PATH
4019do
4020 IFS=$as_save_IFS
4021 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4022 for ac_exec_ext in '' $ac_executable_extensions; do
4023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1
DJ
4024 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4025 ac_prog_rejected=yes
4026 continue
4027 fi
4028 ac_cv_prog_CC="cc"
81ecdfbb 4029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4030 break 2
4031 fi
4032done
81ecdfbb
RW
4033 done
4034IFS=$as_save_IFS
c6b750e1 4035
9e07f89d
NN
4036if test $ac_prog_rejected = yes; then
4037 # We found a bogon in the path, so make sure we never use it.
4038 set dummy $ac_cv_prog_CC
4039 shift
c6b750e1 4040 if test $# != 0; then
9e07f89d
NN
4041 # We chose a different compiler from the bogus one.
4042 # However, it has the same basename, so the bogon will be chosen
4043 # first if we set CC to just the basename; use the full file name.
4044 shift
c6b750e1 4045 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9e07f89d
NN
4046 fi
4047fi
4048fi
4049fi
c6b750e1 4050CC=$ac_cv_prog_CC
9e07f89d 4051if test -n "$CC"; then
81ecdfbb
RW
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4053$as_echo "$CC" >&6; }
9e07f89d 4054else
81ecdfbb
RW
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4056$as_echo "no" >&6; }
9e07f89d
NN
4057fi
4058
81ecdfbb 4059
c6b750e1
DJ
4060fi
4061if test -z "$CC"; then
4062 if test -n "$ac_tool_prefix"; then
81ecdfbb 4063 for ac_prog in cl.exe
c6b750e1
DJ
4064 do
4065 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4066set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4068$as_echo_n "checking for $ac_word... " >&6; }
4069if test "${ac_cv_prog_CC+set}" = set; then :
4070 $as_echo_n "(cached) " >&6
9e07f89d
NN
4071else
4072 if test -n "$CC"; then
4073 ac_cv_prog_CC="$CC" # Let the user override the test.
4074else
c6b750e1
DJ
4075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4076for as_dir in $PATH
4077do
4078 IFS=$as_save_IFS
4079 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4080 for ac_exec_ext in '' $ac_executable_extensions; do
4081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4082 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1 4084 break 2
376a0e54 4085 fi
c6b750e1 4086done
81ecdfbb
RW
4087 done
4088IFS=$as_save_IFS
cac3d6c4 4089
c6b750e1
DJ
4090fi
4091fi
4092CC=$ac_cv_prog_CC
4093if test -n "$CC"; then
81ecdfbb
RW
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4095$as_echo "$CC" >&6; }
cac3d6c4 4096else
81ecdfbb
RW
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4098$as_echo "no" >&6; }
9e07f89d 4099fi
cac3d6c4 4100
81ecdfbb 4101
c6b750e1
DJ
4102 test -n "$CC" && break
4103 done
cac3d6c4 4104fi
c6b750e1
DJ
4105if test -z "$CC"; then
4106 ac_ct_CC=$CC
81ecdfbb 4107 for ac_prog in cl.exe
c6b750e1
DJ
4108do
4109 # Extract the first word of "$ac_prog", so it can be a program name with args.
4110set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4112$as_echo_n "checking for $ac_word... " >&6; }
4113if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4114 $as_echo_n "(cached) " >&6
cac3d6c4 4115else
c6b750e1
DJ
4116 if test -n "$ac_ct_CC"; then
4117 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
376a0e54 4118else
c6b750e1
DJ
4119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4120for as_dir in $PATH
4121do
4122 IFS=$as_save_IFS
4123 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4124 for ac_exec_ext in '' $ac_executable_extensions; do
4125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4126 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4128 break 2
4129 fi
4130done
81ecdfbb
RW
4131 done
4132IFS=$as_save_IFS
c6b750e1 4133
cac3d6c4
CM
4134fi
4135fi
c6b750e1
DJ
4136ac_ct_CC=$ac_cv_prog_ac_ct_CC
4137if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4139$as_echo "$ac_ct_CC" >&6; }
9e07f89d 4140else
81ecdfbb
RW
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4142$as_echo "no" >&6; }
cac3d6c4 4143fi
376a0e54 4144
81ecdfbb 4145
c6b750e1
DJ
4146 test -n "$ac_ct_CC" && break
4147done
4148
81ecdfbb
RW
4149 if test "x$ac_ct_CC" = x; then
4150 CC=""
4151 else
4152 case $cross_compiling:$ac_tool_warned in
4153yes:)
4154{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4155$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4156ac_tool_warned=yes ;;
4157esac
4158 CC=$ac_ct_CC
4159 fi
c6b750e1
DJ
4160fi
4161
4162fi
4163
4164
81ecdfbb
RW
4165test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4166$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4167as_fn_error "no acceptable C compiler found in \$PATH
4168See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4169
4170# Provide some information about the compiler.
81ecdfbb
RW
4171$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4172set X $ac_compile
4173ac_compiler=$2
4174for ac_option in --version -v -V -qversion; do
4175 { { ac_try="$ac_compiler $ac_option >&5"
4176case "(($ac_try" in
4177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4178 *) ac_try_echo=$ac_try;;
4179esac
4180eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4181$as_echo "$ac_try_echo"; } >&5
4182 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c6b750e1 4183 ac_status=$?
81ecdfbb
RW
4184 if test -s conftest.err; then
4185 sed '10a\
4186... rest of stderr output deleted ...
4187 10q' conftest.err >conftest.er1
4188 cat conftest.er1 >&5
4189 rm -f conftest.er1 conftest.err
4190 fi
4191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4192 test $ac_status = 0; }
4193done
c6b750e1 4194
81ecdfbb 4195cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4196/* end confdefs.h. */
4197
4198int
4199main ()
4200{
4201
4202 ;
4203 return 0;
4204}
4205_ACEOF
4206ac_clean_files_save=$ac_clean_files
81ecdfbb 4207ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
c6b750e1
DJ
4208# Try to create an executable without -o first, disregard a.out.
4209# It will help us diagnose broken compilers, and finding out an intuition
4210# of exeext.
81ecdfbb
RW
4211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4212$as_echo_n "checking for C compiler default output file name... " >&6; }
4213ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4214
4215# The possible output files:
4216ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4217
4218ac_rmfiles=
4219for ac_file in $ac_files
4220do
4221 case $ac_file in
4222 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4223 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4224 esac
4225done
4226rm -f $ac_rmfiles
4227
4228if { { ac_try="$ac_link_default"
4229case "(($ac_try" in
4230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4231 *) ac_try_echo=$ac_try;;
4232esac
4233eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4234$as_echo "$ac_try_echo"; } >&5
4235 (eval "$ac_link_default") 2>&5
c6b750e1 4236 ac_status=$?
81ecdfbb
RW
4237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4238 test $ac_status = 0; }; then :
4239 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4240# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4241# in a Makefile. We should not override ac_cv_exeext if it was cached,
4242# so that the user can short-circuit this test for compilers unknown to
4243# Autoconf.
4244for ac_file in $ac_files ''
c6b750e1
DJ
4245do
4246 test -f "$ac_file" || continue
4247 case $ac_file in
81ecdfbb 4248 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
c6b750e1
DJ
4249 ;;
4250 [ab].out )
4251 # We found the default executable, but exeext='' is most
4252 # certainly right.
4253 break;;
4254 *.* )
81ecdfbb
RW
4255 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4256 then :; else
4257 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4258 fi
4259 # We set ac_cv_exeext here because the later test for it is not
4260 # safe: cross compilers may not add the suffix if given an `-o'
4261 # argument, so we may need to know it at that point already.
4262 # Even if this section looks crufty: it has the advantage of
4263 # actually working.
c6b750e1
DJ
4264 break;;
4265 * )
4266 break;;
4267 esac
4268done
81ecdfbb
RW
4269test "$ac_cv_exeext" = no && ac_cv_exeext=
4270
c6b750e1 4271else
81ecdfbb
RW
4272 ac_file=''
4273fi
4274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4275$as_echo "$ac_file" >&6; }
4276if test -z "$ac_file"; then :
4277 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4278sed 's/^/| /' conftest.$ac_ext >&5
4279
81ecdfbb
RW
4280{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4281$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4282{ as_fn_set_status 77
4283as_fn_error "C compiler cannot create executables
4284See \`config.log' for more details." "$LINENO" 5; }; }
c6b750e1 4285fi
c6b750e1 4286ac_exeext=$ac_cv_exeext
c6b750e1 4287
81ecdfbb 4288# Check that the compiler produces executables we can run. If not, either
c6b750e1 4289# the compiler is broken, or we cross compile.
81ecdfbb
RW
4290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4291$as_echo_n "checking whether the C compiler works... " >&6; }
c6b750e1
DJ
4292# If not cross compiling, check that we can run a simple program.
4293if test "$cross_compiling" != yes; then
4294 if { ac_try='./$ac_file'
81ecdfbb
RW
4295 { { case "(($ac_try" in
4296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4297 *) ac_try_echo=$ac_try;;
4298esac
4299eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4300$as_echo "$ac_try_echo"; } >&5
4301 (eval "$ac_try") 2>&5
c6b750e1 4302 ac_status=$?
81ecdfbb
RW
4303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4304 test $ac_status = 0; }; }; then
c6b750e1
DJ
4305 cross_compiling=no
4306 else
4307 if test "$cross_compiling" = maybe; then
4308 cross_compiling=yes
4309 else
81ecdfbb
RW
4310 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4311$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4312as_fn_error "cannot run C compiled programs.
c6b750e1 4313If you meant to cross compile, use \`--host'.
81ecdfbb 4314See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4315 fi
4316 fi
4317fi
81ecdfbb
RW
4318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4319$as_echo "yes" >&6; }
c6b750e1 4320
81ecdfbb 4321rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
c6b750e1 4322ac_clean_files=$ac_clean_files_save
81ecdfbb 4323# Check that the compiler produces executables we can run. If not, either
c6b750e1 4324# the compiler is broken, or we cross compile.
81ecdfbb
RW
4325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4326$as_echo_n "checking whether we are cross compiling... " >&6; }
4327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4328$as_echo "$cross_compiling" >&6; }
4329
4330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4331$as_echo_n "checking for suffix of executables... " >&6; }
4332if { { ac_try="$ac_link"
4333case "(($ac_try" in
4334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4335 *) ac_try_echo=$ac_try;;
4336esac
4337eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4338$as_echo "$ac_try_echo"; } >&5
4339 (eval "$ac_link") 2>&5
c6b750e1 4340 ac_status=$?
81ecdfbb
RW
4341 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4342 test $ac_status = 0; }; then :
c6b750e1
DJ
4343 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4344# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4345# work properly (i.e., refer to `conftest.exe'), while it won't with
4346# `rm'.
4347for ac_file in conftest.exe conftest conftest.*; do
4348 test -f "$ac_file" || continue
4349 case $ac_file in
81ecdfbb 4350 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
c6b750e1 4351 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
c6b750e1
DJ
4352 break;;
4353 * ) break;;
4354 esac
4355done
4356else
81ecdfbb
RW
4357 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4358$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4359as_fn_error "cannot compute suffix of executables: cannot compile and link
4360See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4361fi
c6b750e1 4362rm -f conftest$ac_cv_exeext
81ecdfbb
RW
4363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4364$as_echo "$ac_cv_exeext" >&6; }
c6b750e1
DJ
4365
4366rm -f conftest.$ac_ext
4367EXEEXT=$ac_cv_exeext
4368ac_exeext=$EXEEXT
81ecdfbb
RW
4369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4370$as_echo_n "checking for suffix of object files... " >&6; }
4371if test "${ac_cv_objext+set}" = set; then :
4372 $as_echo_n "(cached) " >&6
c6b750e1 4373else
81ecdfbb 4374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4375/* end confdefs.h. */
4376
4377int
4378main ()
4379{
4380
4381 ;
4382 return 0;
4383}
4384_ACEOF
4385rm -f conftest.o conftest.obj
81ecdfbb
RW
4386if { { ac_try="$ac_compile"
4387case "(($ac_try" in
4388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4389 *) ac_try_echo=$ac_try;;
4390esac
4391eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4392$as_echo "$ac_try_echo"; } >&5
4393 (eval "$ac_compile") 2>&5
c6b750e1 4394 ac_status=$?
81ecdfbb
RW
4395 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4396 test $ac_status = 0; }; then :
4397 for ac_file in conftest.o conftest.obj conftest.*; do
4398 test -f "$ac_file" || continue;
c6b750e1 4399 case $ac_file in
81ecdfbb 4400 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
c6b750e1
DJ
4401 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4402 break;;
4403 esac
4404done
cac3d6c4 4405else
81ecdfbb 4406 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4407sed 's/^/| /' conftest.$ac_ext >&5
4408
81ecdfbb
RW
4409{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4410$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4411as_fn_error "cannot compute suffix of object files: cannot compile
4412See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4413fi
c6b750e1
DJ
4414rm -f conftest.$ac_cv_objext conftest.$ac_ext
4415fi
81ecdfbb
RW
4416{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4417$as_echo "$ac_cv_objext" >&6; }
c6b750e1
DJ
4418OBJEXT=$ac_cv_objext
4419ac_objext=$OBJEXT
81ecdfbb
RW
4420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4421$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4422if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4423 $as_echo_n "(cached) " >&6
c6b750e1 4424else
81ecdfbb 4425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4426/* end confdefs.h. */
4427
4428int
4429main ()
4430{
4431#ifndef __GNUC__
4432 choke me
4433#endif
4434
4435 ;
4436 return 0;
4437}
4438_ACEOF
81ecdfbb 4439if ac_fn_c_try_compile "$LINENO"; then :
c6b750e1
DJ
4440 ac_compiler_gnu=yes
4441else
81ecdfbb 4442 ac_compiler_gnu=no
c6b750e1 4443fi
81ecdfbb 4444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1
DJ
4445ac_cv_c_compiler_gnu=$ac_compiler_gnu
4446
4447fi
81ecdfbb
RW
4448{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4449$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4450if test $ac_compiler_gnu = yes; then
4451 GCC=yes
4452else
4453 GCC=
4454fi
c6b750e1
DJ
4455ac_test_CFLAGS=${CFLAGS+set}
4456ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4458$as_echo_n "checking whether $CC accepts -g... " >&6; }
4459if test "${ac_cv_prog_cc_g+set}" = set; then :
4460 $as_echo_n "(cached) " >&6
4461else
4462 ac_save_c_werror_flag=$ac_c_werror_flag
4463 ac_c_werror_flag=yes
4464 ac_cv_prog_cc_g=no
4465 CFLAGS="-g"
4466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4467/* end confdefs.h. */
4468
4469int
4470main ()
4471{
4472
4473 ;
4474 return 0;
4475}
4476_ACEOF
81ecdfbb 4477if ac_fn_c_try_compile "$LINENO"; then :
9e07f89d
NN
4478 ac_cv_prog_cc_g=yes
4479else
81ecdfbb
RW
4480 CFLAGS=""
4481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4482/* end confdefs.h. */
4483
4484int
4485main ()
4486{
4487
4488 ;
4489 return 0;
4490}
4491_ACEOF
4492if ac_fn_c_try_compile "$LINENO"; then :
4493
4494else
4495 ac_c_werror_flag=$ac_save_c_werror_flag
4496 CFLAGS="-g"
4497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4498/* end confdefs.h. */
cac3d6c4 4499
81ecdfbb
RW
4500int
4501main ()
4502{
4503
4504 ;
4505 return 0;
4506}
4507_ACEOF
4508if ac_fn_c_try_compile "$LINENO"; then :
4509 ac_cv_prog_cc_g=yes
4510fi
4511rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
376a0e54 4512fi
81ecdfbb 4513rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 4514fi
81ecdfbb
RW
4515rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4516 ac_c_werror_flag=$ac_save_c_werror_flag
4517fi
4518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4519$as_echo "$ac_cv_prog_cc_g" >&6; }
9e07f89d 4520if test "$ac_test_CFLAGS" = set; then
c6b750e1 4521 CFLAGS=$ac_save_CFLAGS
9e07f89d
NN
4522elif test $ac_cv_prog_cc_g = yes; then
4523 if test "$GCC" = yes; then
4524 CFLAGS="-g -O2"
4525 else
4526 CFLAGS="-g"
4527 fi
4528else
4529 if test "$GCC" = yes; then
4530 CFLAGS="-O2"
4531 else
4532 CFLAGS=
4533 fi
4534fi
81ecdfbb
RW
4535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4536$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4537if test "${ac_cv_prog_cc_c89+set}" = set; then :
4538 $as_echo_n "(cached) " >&6
c6b750e1 4539else
81ecdfbb 4540 ac_cv_prog_cc_c89=no
c6b750e1 4541ac_save_CC=$CC
81ecdfbb 4542cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4543/* end confdefs.h. */
4544#include <stdarg.h>
4545#include <stdio.h>
4546#include <sys/types.h>
4547#include <sys/stat.h>
4548/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4549struct buf { int x; };
4550FILE * (*rcsopen) (struct buf *, struct stat *, int);
4551static char *e (p, i)
4552 char **p;
4553 int i;
4554{
4555 return p[i];
4556}
4557static char *f (char * (*g) (char **, int), char **p, ...)
4558{
4559 char *s;
4560 va_list v;
4561 va_start (v,p);
4562 s = g (p, va_arg (v,int));
4563 va_end (v);
4564 return s;
4565}
4566
4567/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4568 function prototypes and stuff, but not '\xHH' hex character constants.
4569 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4570 as 'x'. The following induces an error, until -std is added to get
c6b750e1
DJ
4571 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4572 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4573 that's true only with -std. */
c6b750e1
DJ
4574int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4575
81ecdfbb
RW
4576/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4577 inside strings and character constants. */
4578#define FOO(x) 'x'
4579int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4580
c6b750e1
DJ
4581int test (int i, double x);
4582struct s1 {int (*f) (int a);};
4583struct s2 {int (*f) (double a);};
4584int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4585int argc;
4586char **argv;
4587int
4588main ()
4589{
4590return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4591 ;
4592 return 0;
4593}
4594_ACEOF
81ecdfbb
RW
4595for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4596 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
c6b750e1
DJ
4597do
4598 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4599 if ac_fn_c_try_compile "$LINENO"; then :
4600 ac_cv_prog_cc_c89=$ac_arg
c6b750e1 4601fi
81ecdfbb
RW
4602rm -f core conftest.err conftest.$ac_objext
4603 test "x$ac_cv_prog_cc_c89" != "xno" && break
c6b750e1 4604done
81ecdfbb 4605rm -f conftest.$ac_ext
c6b750e1
DJ
4606CC=$ac_save_CC
4607
4608fi
81ecdfbb
RW
4609# AC_CACHE_VAL
4610case "x$ac_cv_prog_cc_c89" in
4611 x)
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4613$as_echo "none needed" >&6; } ;;
4614 xno)
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4616$as_echo "unsupported" >&6; } ;;
c6b750e1 4617 *)
81ecdfbb
RW
4618 CC="$CC $ac_cv_prog_cc_c89"
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4620$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c6b750e1 4621esac
81ecdfbb 4622if test "x$ac_cv_prog_cc_c89" != xno; then :
c6b750e1 4623
c6b750e1
DJ
4624fi
4625
c6b750e1
DJ
4626ac_ext=c
4627ac_cpp='$CPP $CPPFLAGS'
4628ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4629ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4630ac_compiler_gnu=$ac_cv_c_compiler_gnu
9e07f89d 4631
81ecdfbb 4632ac_ext=cpp
18f6b6ee
PB
4633ac_cpp='$CXXCPP $CPPFLAGS'
4634ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4635ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4636ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
81ecdfbb
RW
4637if test -z "$CXX"; then
4638 if test -n "$CCC"; then
4639 CXX=$CCC
4640 else
4641 if test -n "$ac_tool_prefix"; then
4642 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4643 do
4644 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4645set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4647$as_echo_n "checking for $ac_word... " >&6; }
4648if test "${ac_cv_prog_CXX+set}" = set; then :
4649 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4650else
4651 if test -n "$CXX"; then
4652 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4653else
4654as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4655for as_dir in $PATH
4656do
4657 IFS=$as_save_IFS
4658 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4659 for ac_exec_ext in '' $ac_executable_extensions; do
4660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4661 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
81ecdfbb 4662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee
PB
4663 break 2
4664 fi
4665done
81ecdfbb
RW
4666 done
4667IFS=$as_save_IFS
512b7dfb 4668
18f6b6ee
PB
4669fi
4670fi
4671CXX=$ac_cv_prog_CXX
4672if test -n "$CXX"; then
81ecdfbb
RW
4673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4674$as_echo "$CXX" >&6; }
18f6b6ee 4675else
81ecdfbb
RW
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4677$as_echo "no" >&6; }
18f6b6ee
PB
4678fi
4679
81ecdfbb 4680
18f6b6ee
PB
4681 test -n "$CXX" && break
4682 done
4683fi
4684if test -z "$CXX"; then
4685 ac_ct_CXX=$CXX
81ecdfbb 4686 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4687do
4688 # Extract the first word of "$ac_prog", so it can be a program name with args.
4689set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4691$as_echo_n "checking for $ac_word... " >&6; }
4692if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4693 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4694else
4695 if test -n "$ac_ct_CXX"; then
4696 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4697else
4698as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4699for as_dir in $PATH
4700do
4701 IFS=$as_save_IFS
4702 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4703 for ac_exec_ext in '' $ac_executable_extensions; do
4704 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4705 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 4706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee 4707 break 2
512b7dfb 4708 fi
18f6b6ee 4709done
81ecdfbb
RW
4710 done
4711IFS=$as_save_IFS
512b7dfb 4712
18f6b6ee
PB
4713fi
4714fi
4715ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4716if test -n "$ac_ct_CXX"; then
81ecdfbb
RW
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4718$as_echo "$ac_ct_CXX" >&6; }
18f6b6ee 4719else
81ecdfbb
RW
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4721$as_echo "no" >&6; }
18f6b6ee
PB
4722fi
4723
81ecdfbb 4724
18f6b6ee
PB
4725 test -n "$ac_ct_CXX" && break
4726done
18f6b6ee 4727
81ecdfbb
RW
4728 if test "x$ac_ct_CXX" = x; then
4729 CXX="g++"
4730 else
4731 case $cross_compiling:$ac_tool_warned in
4732yes:)
4733{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4734$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4735ac_tool_warned=yes ;;
4736esac
4737 CXX=$ac_ct_CXX
4738 fi
18f6b6ee
PB
4739fi
4740
81ecdfbb
RW
4741 fi
4742fi
18f6b6ee 4743# Provide some information about the compiler.
81ecdfbb
RW
4744$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4745set X $ac_compile
4746ac_compiler=$2
4747for ac_option in --version -v -V -qversion; do
4748 { { ac_try="$ac_compiler $ac_option >&5"
4749case "(($ac_try" in
4750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4751 *) ac_try_echo=$ac_try;;
4752esac
4753eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4754$as_echo "$ac_try_echo"; } >&5
4755 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18f6b6ee 4756 ac_status=$?
81ecdfbb
RW
4757 if test -s conftest.err; then
4758 sed '10a\
4759... rest of stderr output deleted ...
4760 10q' conftest.err >conftest.er1
4761 cat conftest.er1 >&5
4762 rm -f conftest.er1 conftest.err
4763 fi
4764 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4765 test $ac_status = 0; }
4766done
18f6b6ee 4767
81ecdfbb
RW
4768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4769$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4770if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4771 $as_echo_n "(cached) " >&6
18f6b6ee 4772else
81ecdfbb 4773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4774/* end confdefs.h. */
4775
4776int
4777main ()
4778{
4779#ifndef __GNUC__
4780 choke me
4781#endif
4782
4783 ;
4784 return 0;
4785}
4786_ACEOF
81ecdfbb 4787if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4788 ac_compiler_gnu=yes
4789else
81ecdfbb 4790 ac_compiler_gnu=no
18f6b6ee 4791fi
81ecdfbb 4792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18f6b6ee
PB
4793ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4794
4795fi
81ecdfbb
RW
4796{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4797$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4798if test $ac_compiler_gnu = yes; then
4799 GXX=yes
4800else
4801 GXX=
4802fi
18f6b6ee
PB
4803ac_test_CXXFLAGS=${CXXFLAGS+set}
4804ac_save_CXXFLAGS=$CXXFLAGS
81ecdfbb
RW
4805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4806$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4807if test "${ac_cv_prog_cxx_g+set}" = set; then :
4808 $as_echo_n "(cached) " >&6
4809else
4810 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4811 ac_cxx_werror_flag=yes
4812 ac_cv_prog_cxx_g=no
4813 CXXFLAGS="-g"
4814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4815/* end confdefs.h. */
4816
4817int
4818main ()
4819{
4820
4821 ;
4822 return 0;
4823}
4824_ACEOF
81ecdfbb 4825if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4826 ac_cv_prog_cxx_g=yes
4827else
81ecdfbb
RW
4828 CXXFLAGS=""
4829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4830/* end confdefs.h. */
81ecdfbb 4831
18f6b6ee
PB
4832int
4833main ()
4834{
81ecdfbb 4835
18f6b6ee
PB
4836 ;
4837 return 0;
4838}
4839_ACEOF
81ecdfbb 4840if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee 4841
81ecdfbb
RW
4842else
4843 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4844 CXXFLAGS="-g"
4845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4846/* end confdefs.h. */
81ecdfbb 4847
18f6b6ee
PB
4848int
4849main ()
4850{
81ecdfbb 4851
18f6b6ee
PB
4852 ;
4853 return 0;
4854}
4855_ACEOF
81ecdfbb
RW
4856if ac_fn_cxx_try_compile "$LINENO"; then :
4857 ac_cv_prog_cxx_g=yes
18f6b6ee 4858fi
81ecdfbb
RW
4859rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4860fi
4861rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4862fi
4863rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4864 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4865fi
4866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4867$as_echo "$ac_cv_prog_cxx_g" >&6; }
4868if test "$ac_test_CXXFLAGS" = set; then
4869 CXXFLAGS=$ac_save_CXXFLAGS
4870elif test $ac_cv_prog_cxx_g = yes; then
4871 if test "$GXX" = yes; then
4872 CXXFLAGS="-g -O2"
4873 else
4874 CXXFLAGS="-g"
4875 fi
4876else
4877 if test "$GXX" = yes; then
4878 CXXFLAGS="-O2"
4879 else
4880 CXXFLAGS=
4881 fi
18f6b6ee 4882fi
18f6b6ee
PB
4883ac_ext=c
4884ac_cpp='$CPP $CPPFLAGS'
4885ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4886ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4887ac_compiler_gnu=$ac_cv_c_compiler_gnu
4888
4889
4890# We must set the default linker to the linker used by gcc for the correct
4891# operation of libtool. If LD is not defined and we are using gcc, try to
4892# set the LD default to the ld used by gcc.
4893if test -z "$LD"; then
4894 if test "$GCC" = yes; then
4895 case $build in
4896 *-*-mingw*)
4897 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4898 *)
4899 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4900 esac
4901 case $gcc_prog_ld in
4902 # Accept absolute paths.
4903 [\\/]* | [A-Za-z]:[\\/]*)
4904 LD="$gcc_prog_ld" ;;
4905 esac
4906 fi
512b7dfb
PB
4907fi
4908
4909
4910
4911
c6b750e1 4912if test -n "$ac_tool_prefix"; then
512b7dfb
PB
4913 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4914set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
81ecdfbb
RW
4915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4916$as_echo_n "checking for $ac_word... " >&6; }
4917if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4918 $as_echo_n "(cached) " >&6
9e07f89d 4919else
512b7dfb
PB
4920 if test -n "$GNATBIND"; then
4921 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
9e07f89d 4922else
c6b750e1
DJ
4923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4924for as_dir in $PATH
4925do
4926 IFS=$as_save_IFS
4927 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4928 for ac_exec_ext in '' $ac_executable_extensions; do
4929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4930 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
81ecdfbb 4931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4932 break 2
4933 fi
4934done
81ecdfbb
RW
4935 done
4936IFS=$as_save_IFS
c6b750e1 4937
9e07f89d
NN
4938fi
4939fi
512b7dfb
PB
4940GNATBIND=$ac_cv_prog_GNATBIND
4941if test -n "$GNATBIND"; then
81ecdfbb
RW
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4943$as_echo "$GNATBIND" >&6; }
9e07f89d 4944else
81ecdfbb
RW
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4946$as_echo "no" >&6; }
9e07f89d
NN
4947fi
4948
81ecdfbb 4949
c6b750e1 4950fi
512b7dfb
PB
4951if test -z "$ac_cv_prog_GNATBIND"; then
4952 ac_ct_GNATBIND=$GNATBIND
4953 # Extract the first word of "gnatbind", so it can be a program name with args.
4954set dummy gnatbind; ac_word=$2
81ecdfbb
RW
4955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4956$as_echo_n "checking for $ac_word... " >&6; }
4957if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4958 $as_echo_n "(cached) " >&6
9e07f89d 4959else
512b7dfb
PB
4960 if test -n "$ac_ct_GNATBIND"; then
4961 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
9e07f89d 4962else
c6b750e1
DJ
4963as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4964for as_dir in $PATH
4965do
4966 IFS=$as_save_IFS
4967 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4968 for ac_exec_ext in '' $ac_executable_extensions; do
4969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4970 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
81ecdfbb 4971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4972 break 2
4973 fi
4974done
81ecdfbb
RW
4975 done
4976IFS=$as_save_IFS
c6b750e1 4977
9e07f89d
NN
4978fi
4979fi
512b7dfb
PB
4980ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4981if test -n "$ac_ct_GNATBIND"; then
81ecdfbb
RW
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4983$as_echo "$ac_ct_GNATBIND" >&6; }
9e07f89d 4984else
81ecdfbb
RW
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4986$as_echo "no" >&6; }
9e07f89d
NN
4987fi
4988
81ecdfbb
RW
4989 if test "x$ac_ct_GNATBIND" = x; then
4990 GNATBIND="no"
4991 else
4992 case $cross_compiling:$ac_tool_warned in
4993yes:)
4994{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4995$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4996ac_tool_warned=yes ;;
4997esac
4998 GNATBIND=$ac_ct_GNATBIND
4999 fi
24ff9987 5000else
512b7dfb 5001 GNATBIND="$ac_cv_prog_GNATBIND"
9e07f89d
NN
5002fi
5003
7df2cd5d 5004if test -n "$ac_tool_prefix"; then
512b7dfb
PB
5005 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5006set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
81ecdfbb
RW
5007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5008$as_echo_n "checking for $ac_word... " >&6; }
5009if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5010 $as_echo_n "(cached) " >&6
7df2cd5d 5011else
512b7dfb
PB
5012 if test -n "$GNATMAKE"; then
5013 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5014else
5015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5016for as_dir in $PATH
5017do
5018 IFS=$as_save_IFS
5019 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5020 for ac_exec_ext in '' $ac_executable_extensions; do
5021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5022 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
81ecdfbb 5023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5024 break 2
5025 fi
5026done
81ecdfbb
RW
5027 done
5028IFS=$as_save_IFS
7df2cd5d
PB
5029
5030fi
5031fi
512b7dfb
PB
5032GNATMAKE=$ac_cv_prog_GNATMAKE
5033if test -n "$GNATMAKE"; then
81ecdfbb
RW
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5035$as_echo "$GNATMAKE" >&6; }
7df2cd5d 5036else
81ecdfbb
RW
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5038$as_echo "no" >&6; }
7df2cd5d
PB
5039fi
5040
81ecdfbb 5041
7df2cd5d 5042fi
512b7dfb
PB
5043if test -z "$ac_cv_prog_GNATMAKE"; then
5044 ac_ct_GNATMAKE=$GNATMAKE
5045 # Extract the first word of "gnatmake", so it can be a program name with args.
5046set dummy gnatmake; ac_word=$2
81ecdfbb
RW
5047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5048$as_echo_n "checking for $ac_word... " >&6; }
5049if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5050 $as_echo_n "(cached) " >&6
7df2cd5d 5051else
512b7dfb
PB
5052 if test -n "$ac_ct_GNATMAKE"; then
5053 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5054else
5055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5056for as_dir in $PATH
5057do
5058 IFS=$as_save_IFS
5059 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5060 for ac_exec_ext in '' $ac_executable_extensions; do
5061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5062 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
81ecdfbb 5063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5064 break 2
5065 fi
5066done
81ecdfbb
RW
5067 done
5068IFS=$as_save_IFS
7df2cd5d 5069
7df2cd5d
PB
5070fi
5071fi
512b7dfb
PB
5072ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5073if test -n "$ac_ct_GNATMAKE"; then
81ecdfbb
RW
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5075$as_echo "$ac_ct_GNATMAKE" >&6; }
7df2cd5d 5076else
81ecdfbb
RW
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5078$as_echo "no" >&6; }
7df2cd5d
PB
5079fi
5080
81ecdfbb
RW
5081 if test "x$ac_ct_GNATMAKE" = x; then
5082 GNATMAKE="no"
5083 else
5084 case $cross_compiling:$ac_tool_warned in
5085yes:)
5086{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5087$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5088ac_tool_warned=yes ;;
5089esac
5090 GNATMAKE=$ac_ct_GNATMAKE
5091 fi
7df2cd5d 5092else
512b7dfb 5093 GNATMAKE="$ac_cv_prog_GNATMAKE"
7df2cd5d
PB
5094fi
5095
81ecdfbb
RW
5096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5097$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5098if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5099 $as_echo_n "(cached) " >&6
9e07f89d
NN
5100else
5101 cat >conftest.adb <<EOF
5102procedure conftest is begin null; end conftest;
5103EOF
5104acx_cv_cc_gcc_supports_ada=no
5105# There is a bug in old released versions of GCC which causes the
5106# driver to exit successfully when the appropriate language module
5107# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5108# Therefore we must check for the error message as well as an
5109# unsuccessful exit.
b8908782
DD
5110# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5111# given a .adb file, but produce no object file. So we must check
5112# if an object file was really produced to guard against this.
9e07f89d 5113errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
b8908782 5114if test x"$errors" = x && test -f conftest.$ac_objext; then
9e07f89d 5115 acx_cv_cc_gcc_supports_ada=yes
9e07f89d
NN
5116fi
5117rm -f conftest.*
5118fi
81ecdfbb
RW
5119{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5120$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
9e07f89d 5121
512b7dfb 5122if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
9e07f89d
NN
5123 have_gnat=yes
5124else
5125 have_gnat=no
5126fi
5127
81ecdfbb
RW
5128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5129$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5130if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5131 $as_echo_n "(cached) " >&6
b8908782
DD
5132else
5133 echo abfoo >t1
5134 echo cdfoo >t2
5135 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4b1cb4fe
DD
5136 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5137 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5138 :
5139 else
5140 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5141 fi
5142 fi
b8908782
DD
5143 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5144 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4b1cb4fe 5145 :
b8908782
DD
5146 else
5147 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5148 fi
5149 fi
5150 rm t1 t2
5151
5152fi
81ecdfbb
RW
5153{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5154$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
b8908782
DD
5155do_compare="$gcc_cv_prog_cmp_skip"
5156
5157
9e07f89d 5158
e8a5fa9c 5159# See if we are building gcc with C++.
81ecdfbb
RW
5160# Check whether --enable-build-with-cxx was given.
5161if test "${enable_build_with_cxx+set}" = set; then :
5162 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
e8a5fa9c
RW
5163else
5164 ENABLE_BUILD_WITH_CXX=no
81ecdfbb
RW
5165fi
5166
e8a5fa9c 5167
d5f2ee2e
KG
5168# Used for setting $lt_cv_objdir
5169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5170$as_echo_n "checking for objdir... " >&6; }
5171if test "${lt_cv_objdir+set}" = set; then :
5172 $as_echo_n "(cached) " >&6
5173else
5174 rm -f .libs 2>/dev/null
5175mkdir .libs 2>/dev/null
5176if test -d .libs; then
5177 lt_cv_objdir=.libs
5178else
5179 # MS-DOS does not allow filenames that begin with a dot.
5180 lt_cv_objdir=_libs
5181fi
5182rmdir .libs 2>/dev/null
5183fi
5184{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5185$as_echo "$lt_cv_objdir" >&6; }
5186objdir=$lt_cv_objdir
5187
5188
5189
5190
5191
5192cat >>confdefs.h <<_ACEOF
5193#define LT_OBJDIR "$lt_cv_objdir/"
5194_ACEOF
5195
5196
5197
e8a5fa9c 5198# Check for GMP, MPFR and MPC
d9b76ff9 5199gmplibs="-lmpc -lmpfr -lgmp"
4b1cb4fe 5200gmpinc=
4b900473 5201have_gmp=no
e8a5fa9c
RW
5202
5203# Specify a location for mpc
5204# check for this first so it ends up on the link line before mpfr.
5205
81ecdfbb
RW
5206# Check whether --with-mpc was given.
5207if test "${with_mpc+set}" = set; then :
5208 withval=$with_mpc;
5209fi
e8a5fa9c 5210
e8a5fa9c 5211
e552509b 5212# Check whether --with-mpc-include was given.
81ecdfbb
RW
5213if test "${with_mpc_include+set}" = set; then :
5214 withval=$with_mpc_include;
5215fi
e8a5fa9c 5216
e8a5fa9c 5217
e552509b 5218# Check whether --with-mpc-lib was given.
81ecdfbb
RW
5219if test "${with_mpc_lib+set}" = set; then :
5220 withval=$with_mpc_lib;
5221fi
e8a5fa9c 5222
e8a5fa9c
RW
5223
5224if test "x$with_mpc" != x; then
d9b76ff9
KG
5225 gmplibs="-L$with_mpc/lib $gmplibs"
5226 gmpinc="-I$with_mpc/include $gmpinc"
e8a5fa9c
RW
5227fi
5228if test "x$with_mpc_include" != x; then
d9b76ff9 5229 gmpinc="-I$with_mpc_include $gmpinc"
e8a5fa9c
RW
5230fi
5231if test "x$with_mpc_lib" != x; then
d9b76ff9 5232 gmplibs="-L$with_mpc_lib $gmplibs"
e8a5fa9c
RW
5233fi
5234if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
d5f2ee2e 5235 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
d9b76ff9 5236 gmpinc='-I$$s/mpc/src '"$gmpinc"
e8a5fa9c
RW
5237 # Do not test the mpc version. Assume that it is sufficient, since
5238 # it is in the source tree, and the library has not been built yet
5239 # but it would be included on the link line in the version check below
5240 # hence making the test fail.
d9b76ff9 5241 have_gmp=yes
e8a5fa9c 5242fi
4b900473 5243
11b04d1f
DD
5244# Specify a location for mpfr
5245# check for this first so it ends up on the link line before gmp.
c6b750e1 5246
81ecdfbb
RW
5247# Check whether --with-mpfr-dir was given.
5248if test "${with_mpfr_dir+set}" = set; then :
5249 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5250Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5251fi
5252
11b04d1f
DD
5253
5254
81ecdfbb
RW
5255# Check whether --with-mpfr was given.
5256if test "${with_mpfr+set}" = set; then :
5257 withval=$with_mpfr;
5258fi
c6b750e1 5259
11b04d1f 5260
e552509b 5261# Check whether --with-mpfr-include was given.
81ecdfbb
RW
5262if test "${with_mpfr_include+set}" = set; then :
5263 withval=$with_mpfr_include;
5264fi
c6b750e1 5265
8a0d8a5c 5266
e552509b 5267# Check whether --with-mpfr-lib was given.
81ecdfbb
RW
5268if test "${with_mpfr_lib+set}" = set; then :
5269 withval=$with_mpfr_lib;
5270fi
8a0d8a5c 5271
11b04d1f
DD
5272
5273if test "x$with_mpfr" != x; then
5274 gmplibs="-L$with_mpfr/lib $gmplibs"
d9b76ff9 5275 gmpinc="-I$with_mpfr/include $gmpinc"
11b04d1f 5276fi
8a0d8a5c 5277if test "x$with_mpfr_include" != x; then
d9b76ff9 5278 gmpinc="-I$with_mpfr_include $gmpinc"
8a0d8a5c
PB
5279fi
5280if test "x$with_mpfr_lib" != x; then
5281 gmplibs="-L$with_mpfr_lib $gmplibs"
5282fi
4b900473 5283if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
d5f2ee2e 5284 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
4b900473 5285 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
d5f2ee2e 5286 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
4b900473
PB
5287 # Do not test the mpfr version. Assume that it is sufficient, since
5288 # it is in the source tree, and the library has not been built yet
5289 # but it would be included on the link line in the version check below
5290 # hence making the test fail.
5291 have_gmp=yes
5292fi
11b04d1f 5293
4b1cb4fe 5294# Specify a location for gmp
c6b750e1 5295
81ecdfbb
RW
5296# Check whether --with-gmp-dir was given.
5297if test "${with_gmp_dir+set}" = set; then :
5298 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5299Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5300fi
5301
4b1cb4fe
DD
5302
5303
81ecdfbb
RW
5304# Check whether --with-gmp was given.
5305if test "${with_gmp+set}" = set; then :
5306 withval=$with_gmp;
5307fi
c6b750e1 5308
4b1cb4fe 5309
e552509b 5310# Check whether --with-gmp-include was given.
81ecdfbb
RW
5311if test "${with_gmp_include+set}" = set; then :
5312 withval=$with_gmp_include;
5313fi
c6b750e1 5314
8a0d8a5c 5315
e552509b 5316# Check whether --with-gmp-lib was given.
81ecdfbb
RW
5317if test "${with_gmp_lib+set}" = set; then :
5318 withval=$with_gmp_lib;
5319fi
8a0d8a5c
PB
5320
5321
4b1cb4fe 5322
11b04d1f
DD
5323if test "x$with_gmp" != x; then
5324 gmplibs="-L$with_gmp/lib $gmplibs"
5325 gmpinc="-I$with_gmp/include $gmpinc"
4b1cb4fe 5326fi
8a0d8a5c
PB
5327if test "x$with_gmp_include" != x; then
5328 gmpinc="-I$with_gmp_include $gmpinc"
5329fi
5330if test "x$with_gmp_lib" != x; then
5331 gmplibs="-L$with_gmp_lib $gmplibs"
5332fi
4b900473 5333if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
d5f2ee2e 5334 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
4b900473 5335 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
29821356 5336 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
d5f2ee2e 5337 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
4b900473
PB
5338 # Do not test the gmp version. Assume that it is sufficient, since
5339 # it is in the source tree, and the library has not been built yet
5340 # but it would be included on the link line in the version check below
5341 # hence making the test fail.
5342 have_gmp=yes
5343fi
4b1cb4fe 5344
ceb92e78 5345if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4b900473
PB
5346 have_gmp=yes
5347 saved_CFLAGS="$CFLAGS"
5348 CFLAGS="$CFLAGS $gmpinc"
a6b5846e
KG
5349 # Check for the recommended and required versions of GMP.
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5351$as_echo_n "checking for the correct version of gmp.h... " >&6; }
a009f2e7
RW
5352
5353cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6b5846e
KG
5354/* end confdefs.h. */
5355#include "gmp.h"
5356int
5357main ()
5358{
5359
5360 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5361 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5362 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5363 choke me
5364 #endif
5365
5366 ;
5367 return 0;
5368}
5369_ACEOF
5370if ac_fn_c_try_compile "$LINENO"; then :
a009f2e7 5371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5372/* end confdefs.h. */
a6b5846e 5373#include <gmp.h>
c6b750e1
DJ
5374int
5375main ()
5376{
4b1cb4fe 5377
a6b5846e
KG
5378 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5379 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5380 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
4b900473
PB
5381 choke me
5382 #endif
c6b750e1
DJ
5383
5384 ;
5385 return 0;
5386}
5387_ACEOF
81ecdfbb
RW
5388if ac_fn_c_try_compile "$LINENO"; then :
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5390$as_echo "yes" >&6; }
a6b5846e
KG
5391else
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5393$as_echo "buggy but acceptable" >&6; }
5394fi
5395rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 5396else
81ecdfbb
RW
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5398$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5399fi
81ecdfbb 5400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4b1cb4fe 5401
e8a5fa9c 5402 # If we have GMP, check the MPFR version.
4b900473 5403 if test x"$have_gmp" = xyes; then
a6b5846e
KG
5404 # Check for the recommended and required versions of MPFR.
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5406$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
81ecdfbb 5407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5408/* end confdefs.h. */
9b134994 5409#include <gmp.h>
4b900473 5410 #include <mpfr.h>
c6b750e1
DJ
5411int
5412main ()
5413{
9b134994 5414
ef699244 5415 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
4b900473
PB
5416 choke me
5417 #endif
c6b750e1
DJ
5418
5419 ;
5420 return 0;
5421}
5422_ACEOF
81ecdfbb
RW
5423if ac_fn_c_try_compile "$LINENO"; then :
5424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5425/* end confdefs.h. */
4b1cb4fe 5426#include <gmp.h>
4b900473 5427 #include <mpfr.h>
c6b750e1
DJ
5428int
5429main ()
5430{
9dbaa842 5431
a6b5846e 5432 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
4b900473
PB
5433 choke me
5434 #endif
e8a5fa9c
RW
5435
5436 ;
5437 return 0;
5438}
5439_ACEOF
81ecdfbb
RW
5440if ac_fn_c_try_compile "$LINENO"; then :
5441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5442$as_echo "yes" >&6; }
e8a5fa9c 5443else
81ecdfbb
RW
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5445$as_echo "buggy but acceptable" >&6; }
e8a5fa9c 5446fi
81ecdfbb 5447rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5448else
81ecdfbb
RW
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5450$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5451fi
81ecdfbb 5452rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5453 fi
5454
5455 # Check for the MPC header version.
d9b76ff9 5456 if test x"$have_gmp" = xyes ; then
a6b5846e 5457 # Check for the recommended and required versions of MPC.
81ecdfbb
RW
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5459$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c
RW
5461/* end confdefs.h. */
5462#include <mpc.h>
5463int
5464main ()
5465{
5466
a6b5846e
KG
5467 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5468 choke me
5469 #endif
5470
5471 ;
5472 return 0;
5473}
5474_ACEOF
5475if ac_fn_c_try_compile "$LINENO"; then :
5476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5477/* end confdefs.h. */
5478#include <mpc.h>
5479int
5480main ()
5481{
5482
5483 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
e8a5fa9c
RW
5484 choke me
5485 #endif
5486
5487 ;
5488 return 0;
5489}
5490_ACEOF
81ecdfbb
RW
5491if ac_fn_c_try_compile "$LINENO"; then :
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
d9b76ff9 5493$as_echo "yes" >&6; }
a6b5846e
KG
5494else
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5496$as_echo "buggy but acceptable" >&6; }
5497fi
5498rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5499else
81ecdfbb 5500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
d9b76ff9 5501$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5502fi
81ecdfbb 5503rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5504 fi
5505
5506 # Now check the MPFR library.
5507 if test x"$have_gmp" = xyes; then
5508 saved_LIBS="$LIBS"
5509 LIBS="$LIBS $gmplibs"
d9b76ff9
KG
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5511$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
81ecdfbb 5512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c 5513/* end confdefs.h. */
d9b76ff9 5514#include <mpc.h>
e8a5fa9c
RW
5515int
5516main ()
5517{
5518
5519 mpfr_t n;
5520 mpfr_t x;
d9b76ff9 5521 mpc_t c;
e8a5fa9c
RW
5522 int t;
5523 mpfr_init (n);
5524 mpfr_init (x);
5525 mpfr_atan2 (n, n, x, GMP_RNDN);
5526 mpfr_erfc (n, x, GMP_RNDN);
5527 mpfr_subnormalize (x, t, GMP_RNDN);
d9b76ff9
KG
5528 mpfr_clear(n);
5529 mpfr_clear(x);
5530 mpc_init2 (c, 53);
5531 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5532 mpc_cosh (c, c, MPC_RNDNN);
5533 mpc_pow (c, c, c, MPC_RNDNN);
5534 mpc_acosh (c, c, MPC_RNDNN);
5535 mpc_clear (c);
c6b750e1
DJ
5536
5537 ;
5538 return 0;
5539}
5540_ACEOF
81ecdfbb
RW
5541if ac_fn_c_try_link "$LINENO"; then :
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5543$as_echo "yes" >&6; }
c6b750e1 5544else
81ecdfbb
RW
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5546$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5547fi
81ecdfbb
RW
5548rm -f core conftest.err conftest.$ac_objext \
5549 conftest$ac_exeext conftest.$ac_ext
e8a5fa9c
RW
5550 LIBS="$saved_LIBS"
5551 fi
5552
4b900473 5553 CFLAGS="$saved_CFLAGS"
4b1cb4fe 5554
a6b5846e
KG
5555# The library versions listed in the error message below should match
5556# the HARD-minimums enforced above.
4b900473 5557 if test x$have_gmp != xyes; then
a6b5846e 5558 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
d9b76ff9
KG
5559Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5560their locations. Source code for these libraries can be found at
5561their respective hosting sites as well as at
5562ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5563http://gcc.gnu.org/install/prerequisites.html for additional info. If
5564you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5565make sure that you have installed both the libraries and the header
5566files. They may be located in separate packages." "$LINENO" 5
4b900473 5567 fi
9dbaa842
DD
5568fi
5569
e8a5fa9c
RW
5570# Flags needed for both GMP, MPFR and/or MPC.
5571
5572
5573
4b1cb4fe
DD
5574
5575
5576
29383458
JM
5577# Allow host libstdc++ to be specified for static linking with PPL.
5578
81ecdfbb
RW
5579# Check whether --with-host-libstdcxx was given.
5580if test "${with_host_libstdcxx+set}" = set; then :
5581 withval=$with_host_libstdcxx;
5582fi
29383458 5583
29383458
JM
5584
5585case $with_host_libstdcxx in
5586 no|yes)
81ecdfbb 5587 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
29383458
JM
5588 ;;
5589esac
e28c595f 5590
e8a5fa9c
RW
5591# Linker flags to use for stage1 or when not boostrapping.
5592
81ecdfbb
RW
5593# Check whether --with-stage1-ldflags was given.
5594if test "${with_stage1_ldflags+set}" = set; then :
5595 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5596 stage1_ldflags=
5597 else
5598 stage1_ldflags=$withval
5599 fi
5600else
5601 stage1_ldflags=
81ecdfbb
RW
5602fi
5603
e8a5fa9c
RW
5604
5605
5606# Libraries to use for stage1 or when not bootstrapping.
5607
81ecdfbb
RW
5608# Check whether --with-stage1-libs was given.
5609if test "${with_stage1_libs+set}" = set; then :
5610 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5611 stage1_libs=
5612 else
5613 stage1_libs=$withval
5614 fi
5615else
5616 stage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5617fi
5618
e8a5fa9c
RW
5619
5620
e8a5fa9c
RW
5621# Libraries to use for stage2 and later builds. This defaults to the
5622# argument passed to --with-host-libstdcxx.
5623
81ecdfbb
RW
5624# Check whether --with-boot-libs was given.
5625if test "${with_boot_libs+set}" = set; then :
5626 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5627 poststage1_libs=
5628 else
5629 poststage1_libs=$withval
5630 fi
5631else
5632 poststage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5633fi
5634
e8a5fa9c
RW
5635
5636
143754cd
NC
5637# Linker flags to use for stage2 and later builds.
5638
5639# Check whether --with-boot-ldflags was given.
5640if test "${with_boot_ldflags+set}" = set; then :
5641 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5642 poststage1_ldflags=
5643 else
5644 poststage1_ldflags=$withval
5645 fi
5646else
5647 poststage1_ldflags=
4f11b223
ILT
5648 # In stages 2 and 3, default to linking libstdc++ and libgcc
5649 # statically. But if the user explicitly specified the libraries to
5650 # use, trust that they are doing what they want.
5651 if test "$poststage1_libs" = ""; then
143754cd
NC
5652 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5653 fi
5654fi
5655
5656
5657
e28c595f 5658# Check for PPL
b123da99 5659ppllibs=
e28c595f 5660pplinc=
b123da99 5661pwllib=
e28c595f
JM
5662
5663
81ecdfbb
RW
5664# Check whether --with-ppl was given.
5665if test "${with_ppl+set}" = set; then :
5666 withval=$with_ppl;
81ecdfbb 5667fi
e28c595f 5668
e28c595f 5669
e552509b 5670# Check whether --with-ppl-include was given.
81ecdfbb
RW
5671if test "${with_ppl_include+set}" = set; then :
5672 withval=$with_ppl_include;
5673fi
5674
e28c595f 5675
e552509b 5676# Check whether --with-ppl-lib was given.
81ecdfbb
RW
5677if test "${with_ppl_lib+set}" = set; then :
5678 withval=$with_ppl_lib;
5679fi
e28c595f 5680
e28c595f 5681
b123da99
SP
5682# Check whether --enable-ppl-version-check was given.
5683if test "${enable_ppl_version_check+set}" = set; then :
5684 enableval=$enable_ppl_version_check;
5685fi
5686
5687
29383458 5688case $with_ppl in
b123da99 5689 yes | no | "")
1f53ca9a 5690 ;;
29383458 5691 *)
b123da99 5692 ppllibs="-L$with_ppl/lib"
29383458 5693 pplinc="-I$with_ppl/include $pplinc"
b123da99
SP
5694 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5695 with_ppl=yes
5696 else
5697 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5698 fi
29383458
JM
5699 ;;
5700esac
b123da99
SP
5701
5702if test x"$with_ppl_include" != x; then
e28c595f 5703 pplinc="-I$with_ppl_include $pplinc"
b123da99 5704 with_ppl=yes
e28c595f 5705fi
b123da99 5706
e28c595f 5707if test "x$with_ppl_lib" != x; then
b123da99
SP
5708 ppllibs="-L$with_ppl_lib"
5709 with_ppl=yes
e28c595f 5710fi
b123da99
SP
5711
5712if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5713 if test x"$enable_watchdog" = xyes; then
5714 pwllib="-lpwl"
5715 fi
5716 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
1f53ca9a
AO
5717 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5718 enable_ppl_version_check=no
b123da99 5719 with_ppl=yes
e28c595f
JM
5720fi
5721
86ed8cf6 5722if test "x$with_ppl" != xno; then
b123da99 5723 if test "x$pwllib" = x; then
0e8ad34f
RO
5724 saved_LIBS="$LIBS"
5725 LIBS="$LIBS $ppllibs -lstdc++ -lm"
b123da99
SP
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5727$as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5728if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5729 $as_echo_n "(cached) " >&6
5730else
5731 ac_check_lib_save_LIBS=$LIBS
5732LIBS="-lpwl $LIBS"
5733cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5734/* end confdefs.h. */
5735
5736/* Override any GCC internal prototype to avoid an error.
5737 Use char because int might match the return type of a GCC
5738 builtin and then its argument prototype would still apply. */
5739#ifdef __cplusplus
5740extern "C"
5741#endif
5742char PWL_handle_timeout ();
5743int
5744main ()
5745{
5746return PWL_handle_timeout ();
5747 ;
5748 return 0;
5749}
5750_ACEOF
5751if ac_fn_c_try_link "$LINENO"; then :
5752 ac_cv_lib_pwl_PWL_handle_timeout=yes
e28c595f 5753else
b123da99
SP
5754 ac_cv_lib_pwl_PWL_handle_timeout=no
5755fi
5756rm -f core conftest.err conftest.$ac_objext \
5757 conftest$ac_exeext conftest.$ac_ext
5758LIBS=$ac_check_lib_save_LIBS
5759fi
5760{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5761$as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5762if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5763 pwllib="-lpwl"
81ecdfbb
RW
5764fi
5765
0e8ad34f 5766 LIBS="$saved_LIBS"
b123da99 5767 fi
e28c595f 5768
b123da99
SP
5769 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5770
5771 if test "$enable_ppl_version_check" != no; then
5772 saved_CFLAGS="$CFLAGS"
5773 CFLAGS="$CFLAGS $pplinc $gmpinc"
5774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5775$as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e28c595f
JM
5777/* end confdefs.h. */
5778#include "ppl_c.h"
5779int
5780main ()
5781{
5782
b123da99
SP
5783 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5784 choke me
5785 #endif
e28c595f
JM
5786
5787 ;
5788 return 0;
5789}
5790_ACEOF
81ecdfbb
RW
5791if ac_fn_c_try_compile "$LINENO"; then :
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5793$as_echo "yes" >&6; }
e28c595f 5794else
81ecdfbb 5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1f53ca9a 5796$as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
e28c595f 5797fi
81ecdfbb 5798rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b123da99
SP
5799 CFLAGS="$saved_CFLAGS"
5800 fi
e28c595f
JM
5801fi
5802
5803# Flags needed for PPL
5804
5805
5806
5807
5808# Check for CLOOG
e552509b 5809
e28c595f
JM
5810
5811
81ecdfbb
RW
5812# Check whether --with-cloog was given.
5813if test "${with_cloog+set}" = set; then :
5814 withval=$with_cloog;
81ecdfbb
RW
5815fi
5816
e28c595f 5817
e552509b 5818# Check whether --with-cloog-include was given.
81ecdfbb
RW
5819if test "${with_cloog_include+set}" = set; then :
5820 withval=$with_cloog_include;
5821fi
e28c595f 5822
e28c595f 5823
e552509b 5824# Check whether --with-cloog-lib was given.
81ecdfbb
RW
5825if test "${with_cloog_lib+set}" = set; then :
5826 withval=$with_cloog_lib;
5827fi
e28c595f 5828
e28c595f 5829
e552509b
ILT
5830 # Check whether --enable-cloog-backend was given.
5831if test "${enable_cloog_backend+set}" = set; then :
5832 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5833 cloog_backend=isl
5834 elif test "x${enableval}" = "xppl"; then
5835 cloog_backend=ppl
5836 else
5837 cloog_backend=ppl-legacy
5838 fi
5839else
5840 cloog_backend=ppl-legacy
5841fi
5842
5843 # Check whether --enable-cloog-version-check was given.
5844if test "${enable_cloog_version_check+set}" = set; then :
5845 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5846else
5847 ENABLE_CLOOG_CHECK=yes
5848fi
5849
5850
5851 # Initialize clooglibs and clooginc.
5852 case $with_cloog in
5853 no)
5854 clooglibs=
5855 clooginc=
5856 ;;
5857 "" | yes)
5858 ;;
5859 *)
5860 clooglibs="-L$with_cloog/lib"
5861 clooginc="-I$with_cloog/include"
5862 ;;
5863 esac
5864 if test "x${with_cloog_include}" != x ; then
5865 clooginc="-I$with_cloog_include"
5866 fi
5867 if test "x${with_cloog_lib}" != x; then
5868 clooglibs="-L$with_cloog_lib"
5869 fi
5870
5871
5872
5873
5874
1f53ca9a 5875if test "x$with_ppl" = "xno"; then
8d8eef9a
RW
5876
5877
5878
5879 if test "x${with_cloog}" = xno; then
5880 graphite_requested=no
5881 elif test "x${with_cloog}" != x \
5882 || test "x${with_cloog_include}" != x \
5883 || test "x${with_cloog_lib}" != x ; then
5884 graphite_requested=yes
5885 else
5886 graphite_requested=no
5887 fi
5888
5889
5890 if test "${graphite_requested}" = yes; then
5891 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
5892 fi
1f53ca9a
AO
5893 with_cloog=no
5894fi
e552509b
ILT
5895if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5896 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5897 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5898 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5899fi
5900if test "x$with_cloog" != "xno"; then
1f53ca9a 5901
e552509b
ILT
5902
5903
5904 _cloog_saved_CFLAGS=$CFLAGS
5905 _cloog_saved_CPPFLAGS=$CPPFLAGS
5906 _cloog_saved_LDFLAGS=$LDFLAGS
5907 _cloog_saved_LIBS=$LIBS
5908
5909 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5910
5911 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5912 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5913 LDFLAGS="${LDFLAGS} ${clooglibs}"
5914
5915 case $cloog_backend in
5916 "ppl-legacy")
5917 CFLAGS="${CFLAGS} ${pplinc}"
5918 LDFLAGS="${LDFLAGS} ${ppllibs}"
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5920$as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5921if test "${gcc_cv_cloog_type+set}" = set; then :
5922 $as_echo_n "(cached) " >&6
5923else
5924 LIBS="-lcloog ${_cloog_saved_LIBS}"
5925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5926/* end confdefs.h. */
5927#include "cloog/cloog.h"
5928int
5929main ()
5930{
5931#ifndef CLOOG_PPL_BACKEND
5932 choke me
5933 #endif
5934 ;
5935 return 0;
5936}
5937_ACEOF
5938if ac_fn_c_try_link "$LINENO"; then :
5939 gcc_cv_cloog_type="PPL Legacy"
5940else
5941 gcc_cv_cloog_type=no
5942fi
5943rm -f core conftest.err conftest.$ac_objext \
5944 conftest$ac_exeext conftest.$ac_ext
e28c595f 5945fi
e552509b
ILT
5946{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5947$as_echo "$gcc_cv_cloog_type" >&6; }
5948 ;;
5949 "isl")
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5951$as_echo_n "checking for installed CLooG ISL... " >&6; }
5952if test "${gcc_cv_cloog_type+set}" = set; then :
5953 $as_echo_n "(cached) " >&6
5954else
5955 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5957/* end confdefs.h. */
5958#include "cloog/cloog.h"
5959int
5960main ()
5961{
5962cloog_version ()
5963 ;
5964 return 0;
5965}
5966_ACEOF
5967if ac_fn_c_try_link "$LINENO"; then :
5968 gcc_cv_cloog_type="ISL"
5969else
5970 gcc_cv_cloog_type=no
e28c595f 5971fi
e552509b
ILT
5972rm -f core conftest.err conftest.$ac_objext \
5973 conftest$ac_exeext conftest.$ac_ext
e28c595f 5974fi
e552509b
ILT
5975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5976$as_echo "$gcc_cv_cloog_type" >&6; }
5977 ;;
5978 "ppl")
5979 CFLAGS="${CFLAGS} ${pplinc}"
5980 LDFLAGS="${LDFLAGS} ${ppllibs}"
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5982$as_echo_n "checking for installed CLooG PPL... " >&6; }
5983if test "${gcc_cv_cloog_type+set}" = set; then :
5984 $as_echo_n "(cached) " >&6
e28c595f 5985else
e552509b
ILT
5986 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5988/* end confdefs.h. */
5989#include "cloog/cloog.h"
5990 #include "cloog/ppl/cloog.h"
5991int
5992main ()
5993{
5994cloog_version ()
5995 ;
5996 return 0;
5997}
5998_ACEOF
5999if ac_fn_c_try_link "$LINENO"; then :
6000 gcc_cv_cloog_type="PPL"
6001else
6002 gcc_cv_cloog_type=no
81ecdfbb 6003fi
e552509b
ILT
6004rm -f core conftest.err conftest.$ac_objext \
6005 conftest$ac_exeext conftest.$ac_ext
6006fi
6007{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
6008$as_echo "$gcc_cv_cloog_type" >&6; }
6009 ;;
6010 *)
6011 gcc_cv_cloog_type=""
6012 esac
6013
6014 case $gcc_cv_cloog_type in
6015 "PPL Legacy")
6016 clooginc="${clooginc}"
6017 clooglibs="${clooglibs} -lcloog"
6018 cloog_org=no
6019 ;;
6020 "ISL")
6021 clooginc="${clooginc} ${_cloogorginc}"
b123da99 6022 clooglibs="${clooglibs} -lcloog-isl -lisl"
e552509b
ILT
6023 cloog_org=yes
6024 ;;
6025 "PPL")
6026 clooginc="${clooginc} ${_cloogorginc}"
6027 clooglibs="${clooglibs} -lcloog-ppl"
6028 cloog_org=yes
6029 ;;
6030 *)
6031 clooglibs=
6032 clooginc=
6033 cloog_org=
6034 ;;
6035 esac
81ecdfbb 6036
e552509b
ILT
6037 LIBS=$_cloog_saved_LIBS
6038 CFLAGS=$_cloog_saved_CFLAGS
6039 CPPFLAGS=$_cloog_saved_CPPFLAGS
6040 LDFLAGS=$_cloog_saved_LDFLAGS
e28c595f 6041
e552509b
ILT
6042
6043
6044
6045
6046 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6047 _cloog_saved_CFLAGS=$CFLAGS
6048 _cloog_saved_LDFLAGS=$LDFLAGS
6049
6050 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
6051 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
6052
6053 if test "${cloog_org}" = yes ; then
8d8eef9a
RW
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
6055$as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
e552509b
ILT
6056if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
6057 $as_echo_n "(cached) " >&6
6058else
6059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6060/* end confdefs.h. */
6061#include "cloog/cloog.h"
6062int
6063main ()
6064{
6065#if CLOOG_VERSION_MAJOR != 0 \
8d8eef9a
RW
6066 || CLOOG_VERSION_MINOR != 16 \
6067 || CLOOG_VERSION_REVISION < 1
e552509b
ILT
6068 choke me
6069 #endif
6070 ;
6071 return 0;
6072}
6073_ACEOF
6074if ac_fn_c_try_compile "$LINENO"; then :
6075 gcc_cv_cloog_ct_0_14_0=yes
6076else
6077 gcc_cv_cloog_ct_0_14_0=no
6078fi
6079rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6080fi
6081{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
6082$as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
6083 elif test "${cloog_org}" = no ; then
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
143754cd 6085$as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
e552509b
ILT
6086if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
6087 $as_echo_n "(cached) " >&6
6088else
81ecdfbb 6089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e28c595f
JM
6090/* end confdefs.h. */
6091#include "cloog/cloog.h"
6092int
6093main ()
6094{
e552509b
ILT
6095#if CLOOG_VERSION_MAJOR != 0 \
6096 || CLOOG_VERSION_MINOR != 15 \
6097 || CLOOG_VERSION_REVISION < 5
6098 choke me
6099 #endif
e28c595f
JM
6100 ;
6101 return 0;
6102}
6103_ACEOF
a009f2e7
RW
6104if ac_fn_c_try_compile "$LINENO"; then :
6105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6106/* end confdefs.h. */
6107#include "cloog/cloog.h"
6108int
6109main ()
6110{
e552509b
ILT
6111#if CLOOG_VERSION_MAJOR != 0 \
6112 || CLOOG_VERSION_MINOR != 15 \
6113 || CLOOG_VERSION_REVISION < 9
6114 choke me
6115 #endif
a009f2e7
RW
6116 ;
6117 return 0;
6118}
6119_ACEOF
81ecdfbb 6120if ac_fn_c_try_compile "$LINENO"; then :
e552509b 6121 gcc_cv_cloog_ct_0_15_5=yes
a009f2e7 6122else
e552509b 6123 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
a009f2e7
RW
6124fi
6125rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e28c595f 6126else
e552509b 6127 gcc_cv_cloog_ct_0_15_5=no
e28c595f 6128fi
81ecdfbb 6129rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e28c595f 6130fi
e552509b
ILT
6131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
6132$as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
6133 fi
6134
6135 CFLAGS=$_cloog_saved_CFLAGS
6136 LDFLAGS=$_cloog_saved_LDFLAGS
6137 fi
6138
6139
6140
e28c595f 6141
e28c595f
JM
6142
6143
6144
8d8eef9a
RW
6145 if test "x${with_cloog}" = xno; then
6146 graphite_requested=no
6147 elif test "x${with_cloog}" != x \
e552509b
ILT
6148 || test "x${with_cloog_include}" != x \
6149 || test "x${with_cloog_lib}" != x ; then
6150 graphite_requested=yes
6151 else
6152 graphite_requested=no
6153 fi
6154
6155
6156
6157 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
6158 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
6159 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
6160 clooglibs=
6161 clooginc=
6162 fi
6163
6164 if test "${graphite_requested}" = yes \
6165 && test "x${clooglibs}" = x \
6166 && test "x${clooginc}" = x ; then
6167
8d8eef9a 6168 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
e552509b
ILT
6169 fi
6170
6171
6172fi
6173
700d40ca
ILT
6174# Check for LTO support.
6175# Check whether --enable-lto was given.
6176if test "${enable_lto+set}" = set; then :
6177 enableval=$enable_lto; enable_lto=$enableval
6178else
6179 enable_lto=yes; default_enable_lto=yes
6180fi
6181
6182
143754cd 6183
e49e5c92
DK
6184
6185
6186target_elf=no
6187case $target in
6188 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6189 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
a009f2e7 6190 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
e49e5c92
DK
6191 target_elf=no
6192 ;;
6193 *)
6194 target_elf=yes
6195 ;;
6196esac
6197
6198if test $target_elf = yes; then :
74cea91b
DK
6199 # ELF platforms build the lto-plugin always.
6200 build_lto_plugin=yes
e49e5c92 6201
e49e5c92
DK
6202else
6203 if test x"$default_enable_lto" = x"yes" ; then
29821356 6204 case $target in
a8eb3f0a 6205 *-apple-darwin* | *-cygwin* | *-mingw*) ;;
74cea91b 6206 # On other non-ELF platforms, LTO has yet to be validated.
29821356
RW
6207 *) enable_lto=no ;;
6208 esac
e49e5c92 6209 else
29821356
RW
6210 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6211 # It would also be nice to check the binutils support, but we don't
e49e5c92
DK
6212 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6213 # warn during gcc/ subconfigure; unless you're bootstrapping with
6214 # -flto it won't be needed until after installation anyway.
6215 case $target in
a8eb3f0a 6216 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
e49e5c92
DK
6217 *) if test x"$enable_lto" = x"yes"; then
6218 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6219 fi
6220 ;;
6221 esac
6222 fi
a8eb3f0a 6223 # Among non-ELF, only Windows platforms support the lto-plugin so far.
74cea91b 6224 # Build it unless LTO was explicitly disabled.
a8eb3f0a 6225 case $target in
74cea91b 6226 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
a8eb3f0a
DK
6227 *) ;;
6228 esac
74cea91b 6229
e49e5c92
DK
6230fi
6231
700d40ca 6232
e28c595f 6233
947f426e 6234# By default, C is the only stage 1 language.
9b134994 6235stage1_languages=,c,
1d39f329 6236
e8a5fa9c 6237# Target libraries that we bootstrap.
2aa2364a 6238bootstrap_target_libs=,target-libgcc,
e8a5fa9c 6239
9e07f89d
NN
6240# Figure out what language subdirectories are present.
6241# Look if the user specified --enable-languages="..."; if not, use
6242# the environment variable $LANGUAGES if defined. $LANGUAGES might
6243# go away some day.
6244# NB: embedded tabs in this IF block -- do not untabify
6245if test -d ${srcdir}/gcc; then
6246 if test x"${enable_languages+set}" != xset; then
6247 if test x"${LANGUAGES+set}" = xset; then
6248 enable_languages="${LANGUAGES}"
6249 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6250 else
6251 enable_languages=all
6252 fi
6253 else
6254 if test x"${enable_languages}" = x ||
6255 test x"${enable_languages}" = xyes;
6256 then
6257 echo configure.in: --enable-languages needs at least one language argument 1>&2
6258 exit 1
6259 fi
6260 fi
6261 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6262
096f7d00
DE
6263 # 'f95' is the old name for the 'fortran' language. We issue a warning
6264 # and make the substitution.
6265 case ,${enable_languages}, in
6266 *,f95,*)
6267 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6268 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6269 ;;
6270 esac
6271
9e07f89d
NN
6272 # First scan to see if an enabled language requires some other language.
6273 # We assume that a given config-lang.in will list all the language
6274 # front ends it requires, even if some are required indirectly.
6275 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6276 case ${lang_frag} in
6277 ..) ;;
6278 # The odd quoting in the next line works around
6279 # an apparent bug in bash 1.12 on linux.
6280 ${srcdir}/gcc/[*]/config-lang.in) ;;
6281 *)
e552509b
ILT
6282 # From the config-lang.in, get $language, $lang_requires, and
6283 # $lang_requires_boot_languages.
9e07f89d
NN
6284 language=
6285 lang_requires=
e552509b 6286 lang_requires_boot_languages=
9e07f89d 6287 . ${lang_frag}
e552509b 6288 for other in ${lang_requires} ${lang_requires_boot_languages}; do
9e07f89d
NN
6289 case ,${enable_languages}, in
6290 *,$other,*) ;;
6291 *,all,*) ;;
6292 *,$language,*)
6293 echo " \`$other' language required by \`$language'; enabling" 1>&2
6294 enable_languages="${enable_languages},${other}"
6295 ;;
6296 esac
6297 done
e552509b
ILT
6298 for other in ${lang_requires_boot_languages} ; do
6299 if test "$other" != "c"; then
6300 case ,${enable_stage1_languages}, in
6301 *,$other,*) ;;
6302 *,all,*) ;;
6303 *)
6304 case ,${enable_languages}, in
6305 *,$language,*)
6306 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6307 enable_stage1_languages="$enable_stage1_languages,${other}"
6308 ;;
6309 esac
6310 ;;
6311 esac
6312 fi
6313 done
9e07f89d
NN
6314 ;;
6315 esac
6316 done
6317
9b134994 6318 new_enable_languages=,c,
700d40ca
ILT
6319
6320 # If LTO is enabled, add the LTO front end.
6321 extra_host_libiberty_configure_flags=
6322 if test "$enable_lto" = "yes" ; then
6811fb56
RW
6323 case ,${enable_languages}, in
6324 *,lto,*) ;;
6325 *) enable_languages="${enable_languages},lto" ;;
6326 esac
a8eb3f0a 6327 if test "${build_lto_plugin}" = "yes" ; then
700d40ca
ILT
6328 configdirs="$configdirs lto-plugin"
6329 extra_host_libiberty_configure_flags=--enable-shared
6330 fi
6331 fi
6332
6333
9e07f89d 6334 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9b134994 6335 potential_languages=,c,
9e07f89d 6336
9e1a94f4
ILT
6337 enabled_target_libs=
6338 disabled_target_libs=
6339
9e07f89d
NN
6340 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6341 case ${lang_frag} in
6342 ..) ;;
6343 # The odd quoting in the next line works around
6344 # an apparent bug in bash 1.12 on linux.
6345 ${srcdir}/gcc/[*]/config-lang.in) ;;
6346 *)
c6b750e1 6347 # From the config-lang.in, get $language, $target_libs,
1d39f329 6348 # $lang_dirs, $boot_language, and $build_by_default
9e07f89d
NN
6349 language=
6350 target_libs=
6351 lang_dirs=
64ce424c 6352 subdir_requires=
9b134994
PB
6353 boot_language=no
6354 build_by_default=yes
9e07f89d 6355 . ${lang_frag}
9b134994
PB
6356 if test x${language} = x; then
6357 echo "${lang_frag} doesn't set \$language." 1>&2
6358 exit 1
6359 fi
6360
1f53ca9a
AO
6361 if test "$language" = "c++" \
6362 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
e8a5fa9c
RW
6363 boot_language=yes
6364 fi
6365
9b134994
PB
6366 case ,${enable_languages}, in
6367 *,${language},*)
9e07f89d
NN
6368 # Language was explicitly selected; include it.
6369 add_this_lang=yes
6370 ;;
9b134994
PB
6371 *,all,*)
6372 # 'all' was selected, select it if it is a default language
6373 add_this_lang=${build_by_default}
9e07f89d
NN
6374 ;;
6375 *)
6376 add_this_lang=no
6377 ;;
6378 esac
4b1cb4fe 6379
64ce424c 6380 # Disable languages that need other directories if these aren't available.
1f3f1bbf 6381 for i in $subdir_requires; do
3d3adb43 6382 test -f "$srcdir/gcc/$i/config-lang.in" && continue
64ce424c
PB
6383 case ,${enable_languages}, in
6384 *,${language},*)
6385 # Specifically requested language; tell them.
81ecdfbb 6386 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
64ce424c
PB
6387 ;;
6388 *)
6389 # Silently disable.
9b134994 6390 add_this_lang=unsupported
64ce424c
PB
6391 ;;
6392 esac
6393 done
6394
9b134994
PB
6395 # Disable Ada if no preexisting GNAT is available.
6396 case ,${enable_languages},:${language}:${have_gnat} in
6397 *,${language},*:ada:no)
6398 # Specifically requested language; tell them.
81ecdfbb 6399 as_fn_error "GNAT is required to build $language" "$LINENO" 5
9b134994
PB
6400 ;;
6401 *:ada:no)
6402 # Silently disable.
6403 add_this_lang=unsupported
6404 ;;
6405 esac
6406
59f7ec45
HPN
6407 # Disable a language that is unsupported by the target.
6408 case " $unsupported_languages " in
6409 *" $language "*)
9b134994 6410 add_this_lang=unsupported
59f7ec45
HPN
6411 ;;
6412 esac
6413
4b1cb4fe 6414 case $add_this_lang in
9b134994 6415 unsupported)
9e07f89d 6416 # Remove language-dependent dirs.
9e1a94f4
ILT
6417 disabled_target_libs="$disabled_target_libs $target_libs"
6418 noconfigdirs="$noconfigdirs $lang_dirs"
1d39f329 6419 ;;
9b134994
PB
6420 no)
6421 # Remove language-dependent dirs; still show language as supported.
9e1a94f4
ILT
6422 disabled_target_libs="$disabled_target_libs $target_libs"
6423 noconfigdirs="$noconfigdirs $lang_dirs"
9b134994
PB
6424 potential_languages="${potential_languages}${language},"
6425 ;;
6426 yes)
6427 new_enable_languages="${new_enable_languages}${language},"
6428 potential_languages="${potential_languages}${language},"
1d39f329 6429 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
9e1a94f4 6430 enabled_target_libs="$enabled_target_libs $target_libs"
f8dc745f
RW
6431 case "${boot_language}:,$enable_stage1_languages," in
6432 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
4fa63067 6433 # Add to (comma-separated) list of stage 1 languages.
f8dc745f
RW
6434 case ",$stage1_languages," in
6435 *,$language,* | ,yes, | ,all,) ;;
6436 *) stage1_languages="${stage1_languages}${language}," ;;
6437 esac
e8a5fa9c
RW
6438 # We need to bootstrap any supporting libraries.
6439 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1d39f329
NN
6440 ;;
6441 esac
6442 ;;
9e07f89d
NN
6443 esac
6444 ;;
6445 esac
6446 done
6447
9e1a94f4
ILT
6448 # Add target libraries which are only needed for disabled languages
6449 # to noconfigdirs.
6450 if test -n "$disabled_target_libs"; then
6451 for dir in $disabled_target_libs; do
6452 case " $enabled_target_libs " in
6453 *" ${dir} "*) ;;
6454 *) noconfigdirs="$noconfigdirs $dir" ;;
6455 esac
6456 done
6457 fi
6458
81ecdfbb
RW
6459 # Check whether --enable-stage1-languages was given.
6460if test "${enable_stage1_languages+set}" = set; then :
6461 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
9b134994
PB
6462 ,no,|,,)
6463 # Set it to something that will have no effect in the loop below
6464 enable_stage1_languages=c ;;
6465 ,yes,)
6466 enable_stage1_languages=`echo $new_enable_languages | \
6467 sed -e "s/^,//" -e "s/,$//" ` ;;
6468 *,all,*)
6469 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6470 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6471 esac
6472
6473 # Add "good" languages from enable_stage1_languages to stage1_languages,
6474 # while "bad" languages go in missing_languages. Leave no duplicates.
6475 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6476 case $potential_languages in
6477 *,$i,*)
6478 case $stage1_languages in
6479 *,$i,*) ;;
6480 *) stage1_languages="$stage1_languages$i," ;;
6481 esac ;;
6482 *)
6483 case $missing_languages in
6484 *,$i,*) ;;
6485 *) missing_languages="$missing_languages$i," ;;
6486 esac ;;
6487 esac
6488 done
81ecdfbb
RW
6489fi
6490
9b134994
PB
6491
6492 # Remove leading/trailing commas that were added for simplicity
6493 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4b0ac75d 6494 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9b134994
PB
6495 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6496 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6497
9e07f89d 6498 if test "x$missing_languages" != x; then
81ecdfbb 6499 as_fn_error "
27258dd4 6500The following requested languages could not be built: ${missing_languages}
81ecdfbb 6501Supported languages are: ${potential_languages}" "$LINENO" 5
9e07f89d 6502 fi
9e07f89d
NN
6503 if test "x$new_enable_languages" != "x$enable_languages"; then
6504 echo The following languages will be built: ${new_enable_languages}
9b134994 6505 enable_languages="$new_enable_languages"
9e07f89d 6506 fi
9b134994 6507
c6b750e1 6508
81ec575a 6509 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
9e07f89d
NN
6510fi
6511
a6df5a19
PB
6512# Handle --disable-<component> generically.
6513for dir in $configdirs $build_configdirs $target_configdirs ; do
6514 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
9cc8ae67
PB
6515 varname=`echo $dirname | sed -e s/+/_/g`
6516 if eval test x\${enable_${varname}} "=" xno ; then
a6df5a19
PB
6517 noconfigdirs="$noconfigdirs $dir"
6518 fi
6519done
6520
4f0ef2d8 6521# Check for Boehm's garbage collector
81ecdfbb
RW
6522# Check whether --enable-objc-gc was given.
6523if test "${enable_objc_gc+set}" = set; then :
6524 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4f0ef2d8 6525 *,objc,*:*:yes:*target-boehm-gc*)
81ecdfbb 6526 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
4f0ef2d8
CD
6527 ;;
6528esac
81ecdfbb
RW
6529fi
6530
4f0ef2d8
CD
6531
6532# Make sure we only build Boehm's garbage collector if required.
d42c4017
DA
6533case ,${enable_languages},:${enable_objc_gc} in
6534 *,objc,*:yes)
4f0ef2d8
CD
6535 # Keep target-boehm-gc if requested for Objective-C.
6536 ;;
4f0ef2d8 6537 *)
d42c4017
DA
6538 # Otherwise remove target-boehm-gc depending on target-libjava.
6539 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6540 noconfigdirs="$noconfigdirs target-boehm-gc"
6541 fi
4f0ef2d8
CD
6542 ;;
6543esac
6544
caeba88f
AL
6545# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6546# $build_configdirs and $target_configdirs.
9e07f89d
NN
6547# If we have the source for $noconfigdirs entries, add them to $notsupp.
6548
6549notsupp=""
6550for dir in . $skipdirs $noconfigdirs ; do
caeba88f 6551 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
9e07f89d
NN
6552 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6553 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6554 if test -r $srcdir/$dirname/configure ; then
6555 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6556 true
6557 else
6558 notsupp="$notsupp $dir"
6559 fi
6560 fi
6561 fi
caeba88f
AL
6562 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6563 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6564 if test -r $srcdir/$dirname/configure ; then
6565 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6566 true
6567 else
6568 notsupp="$notsupp $dir"
6569 fi
6570 fi
6571 fi
9e07f89d
NN
6572 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6573 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6574 if test -r $srcdir/$dirname/configure ; then
6575 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6576 true
6577 else
6578 notsupp="$notsupp $dir"
6579 fi
6580 fi
6581 fi
6582done
6583
6584# Sometimes the tools are distributed with libiberty but with no other
6585# libraries. In that case, we don't want to build target-libiberty.
f86e35b8 6586# Don't let libgcc imply libiberty either.
9e07f89d 6587if test -n "${target_configdirs}" ; then
f86e35b8 6588 libgcc=
9e07f89d
NN
6589 others=
6590 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
f86e35b8
NC
6591 if test "$i" = "libgcc"; then
6592 libgcc=target-libgcc
6593 elif test "$i" != "libiberty" ; then
9e07f89d
NN
6594 if test -r $srcdir/$i/configure ; then
6595 others=yes;
6596 break;
6597 fi
6598 fi
6599 done
6600 if test -z "${others}" ; then
f86e35b8 6601 target_configdirs=$libgcc
9e07f89d
NN
6602 fi
6603fi
6604
6605# Quietly strip out all directories which aren't configurable in this tree.
6606# This relies on all configurable subdirectories being autoconfiscated, which
6607# is now the case.
6a9cf61e
PB
6608build_configdirs_all="$build_configdirs"
6609build_configdirs=
6610for i in ${build_configdirs_all} ; do
c6b750e1 6611 j=`echo $i | sed -e s/build-//g`
6a9cf61e
PB
6612 if test -f ${srcdir}/$j/configure ; then
6613 build_configdirs="${build_configdirs} $i"
6614 fi
6615done
6616
9e07f89d
NN
6617configdirs_all="$configdirs"
6618configdirs=
6619for i in ${configdirs_all} ; do
6620 if test -f ${srcdir}/$i/configure ; then
6621 configdirs="${configdirs} $i"
6622 fi
6623done
6a9cf61e 6624
9e07f89d
NN
6625target_configdirs_all="$target_configdirs"
6626target_configdirs=
6627for i in ${target_configdirs_all} ; do
c6b750e1 6628 j=`echo $i | sed -e s/target-//g`
9e07f89d
NN
6629 if test -f ${srcdir}/$j/configure ; then
6630 target_configdirs="${target_configdirs} $i"
6631 fi
6632done
6633
6634# Produce a warning message for the subdirs we can't configure.
6635# This isn't especially interesting in the Cygnus tree, but in the individual
6636# FSF releases, it's important to let people know when their machine isn't
6637# supported by the one or two programs in a package.
6638
6639if test -n "${notsupp}" && test -z "${norecursion}" ; then
6640 # If $appdirs is non-empty, at least one of those directories must still
6641 # be configured, or we error out. (E.g., if the gas release supports a
6642 # specified target in some subdirs but not the gas subdir, we shouldn't
6643 # pretend that all is well.)
6644 if test -n "$appdirs" ; then
6645 for dir in $appdirs ; do
6646 if test -r $dir/Makefile.in ; then
6647 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6648 appdirs=""
6649 break
6650 fi
6a9cf61e 6651 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
9e07f89d
NN
6652 appdirs=""
6653 break
6654 fi
6655 fi
6656 done
6657 if test -n "$appdirs" ; then
6658 echo "*** This configuration is not supported by this package." 1>&2
6659 exit 1
6660 fi
6661 fi
6662 # Okay, some application will build, or we don't care to check. Still
6663 # notify of subdirs not getting built.
6664 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6665 echo " ${notsupp}" 1>&2
6666 echo " (Any other directories should still work fine.)" 1>&2
6667fi
6668
6669case "$host" in
6670 *msdosdjgpp*)
6671 enable_gdbtk=no ;;
6672esac
6673
18f6b6ee
PB
6674# To find our prefix, in gcc_cv_tool_prefix.
6675
6676# The user is always right.
6677if test "${PATH_SEPARATOR+set}" != set; then
6678 echo "#! /bin/sh" >conf$$.sh
6679 echo "exit 0" >>conf$$.sh
6680 chmod +x conf$$.sh
6681 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6682 PATH_SEPARATOR=';'
6683 else
6684 PATH_SEPARATOR=:
6685 fi
6686 rm -f conf$$.sh
6687fi
6688
6689
6690
6691if test "x$exec_prefix" = xNONE; then
6692 if test "x$prefix" = xNONE; then
6693 gcc_cv_tool_prefix=$ac_default_prefix
6694 else
6695 gcc_cv_tool_prefix=$prefix
6696 fi
6697else
6698 gcc_cv_tool_prefix=$exec_prefix
6699fi
6700
6701# If there is no compiler in the tree, use the PATH only. In any
6702# case, if there is no compiler in the tree nobody should use
6703# AS_FOR_TARGET and LD_FOR_TARGET.
6704if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6705 gcc_version=`cat $srcdir/gcc/BASE-VER`
6706 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6707 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6708 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6709 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6710 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6711 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6712else
6713 gcc_cv_tool_dirs=
6714fi
6715
6716if test x$build = x$target && test -n "$md_exec_prefix"; then
6717 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6718fi
6719
6720
6721
9e07f89d
NN
6722copy_dirs=
6723
c6b750e1 6724
81ecdfbb
RW
6725# Check whether --with-build-sysroot was given.
6726if test "${with_build_sysroot+set}" = set; then :
6727 withval=$with_build_sysroot; if test x"$withval" != x ; then
a19b6204
MM
6728 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6729 fi
6730else
6731 SYSROOT_CFLAGS_FOR_TARGET=
81ecdfbb 6732fi
a19b6204
MM
6733
6734
8a6ee3ab 6735
81ecdfbb
RW
6736
6737# Check whether --with-debug-prefix-map was given.
6738if test "${with_debug_prefix_map+set}" = set; then :
6739 withval=$with_debug_prefix_map; if test x"$withval" != x; then
8a6ee3ab
JM
6740 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6741 for debug_map in $withval; do
6742 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6743 done
6744 fi
6745else
6746 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
81ecdfbb
RW
6747fi
6748
8a6ee3ab
JM
6749
6750
7f6ef0c0
PB
6751# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6752# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6753# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6754# We want to ensure that TARGET libraries (which we know are built with
6755# gcc) are built with "-O2 -g", so include those options when setting
6756# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6757if test "x$CFLAGS_FOR_TARGET" = x; then
6758 CFLAGS_FOR_TARGET=$CFLAGS
6759 case " $CFLAGS " in
6760 *" -O2 "*) ;;
6761 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6762 esac
6763 case " $CFLAGS " in
6764 *" -g "* | *" -g3 "*) ;;
6765 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6766 esac
6767fi
6768
6769
6770if test "x$CXXFLAGS_FOR_TARGET" = x; then
6771 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6772 case " $CXXFLAGS " in
6773 *" -O2 "*) ;;
6774 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6775 esac
6776 case " $CXXFLAGS " in
6777 *" -g "* | *" -g3 "*) ;;
6778 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6779 esac
6780fi
6781
6782
9e07f89d
NN
6783# Handle --with-headers=XXX. If the value is not "yes", the contents of
6784# the named directory are copied to $(tooldir)/sys-include.
6785if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6786 if test x${is_cross_compiler} = xno ; then
6787 echo 1>&2 '***' --with-headers is only supported when cross compiling
6788 exit 1
6789 fi
6790 if test x"${with_headers}" != xyes ; then
18f6b6ee 6791 x=${gcc_cv_tool_prefix}
c6b750e1 6792 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9e07f89d
NN
6793 fi
6794fi
6795
6796# Handle --with-libs=XXX. If the value is not "yes", the contents of
6797# the name directories are copied to $(tooldir)/lib. Multiple directories
6798# are permitted.
6799if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6800 if test x${is_cross_compiler} = xno ; then
6801 echo 1>&2 '***' --with-libs is only supported when cross compiling
6802 exit 1
6803 fi
6804 if test x"${with_libs}" != xyes ; then
6805 # Copy the libraries in reverse order, so that files in the first named
6806 # library override files in subsequent libraries.
18f6b6ee 6807 x=${gcc_cv_tool_prefix}
9e07f89d 6808 for l in ${with_libs}; do
c6b750e1 6809 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9e07f89d
NN
6810 done
6811 fi
6812fi
6813
700d40ca 6814# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
2429c060
PB
6815#
6816# This is done by determining whether or not the appropriate directory
6817# is available, and by checking whether or not specific configurations
6818# have requested that this magic not happen.
c6b750e1
DJ
6819#
6820# The command line options always override the explicit settings in
2429c060
PB
6821# configure.in, and the settings in configure.in override this magic.
6822#
c6b750e1 6823# If the default for a toolchain is to use GNU as and ld, and you don't
2429c060 6824# want to do that, then you should use the --without-gnu-as and
700d40ca
ILT
6825# --without-gnu-ld options for the configure script. Similarly, if
6826# the default is to use the included zlib and you don't want to do that,
6827# you should use the --with-system-zlib option for the configure script.
2429c060
PB
6828
6829if test x${use_gnu_as} = x &&
6830 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6831 with_gnu_as=yes
6832 extra_host_args="$extra_host_args --with-gnu-as"
6833fi
6834
6835if test x${use_gnu_ld} = x &&
93f9b408 6836 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2429c060
PB
6837 with_gnu_ld=yes
6838 extra_host_args="$extra_host_args --with-gnu-ld"
6839fi
6840
700d40ca
ILT
6841if test x${use_included_zlib} = x &&
6842 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6843 :
6844else
6845 with_system_zlib=yes
6846 extra_host_args="$extra_host_args --with-system-zlib"
6847fi
6848
2429c060
PB
6849# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6850# can detect this case.
6851
6852if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6853 with_newlib=yes
6854 extra_host_args="$extra_host_args --with-newlib"
6855fi
6856
9e07f89d
NN
6857# Handle ${copy_dirs}
6858set fnord ${copy_dirs}
6859shift
6860while test $# != 0 ; do
6861 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6862 :
6863 else
6864 echo Copying $1 to $2
6865
6866 # Use the install script to create the directory and all required
6867 # parent directories.
6868 if test -d $2 ; then
6869 :
6870 else
6871 echo >config.temp
6872 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6873 fi
6874
6875 # Copy the directory, assuming we have tar.
6876 # FIXME: Should we use B in the second tar? Not all systems support it.
6877 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6878
6879 # It is the responsibility of the user to correctly adjust all
6880 # symlinks. If somebody can figure out how to handle them correctly
6881 # here, feel free to add the code.
6882
6883 echo $1 > $2/COPIED
6884 fi
6885 shift; shift
6886done
6887
2429c060
PB
6888# Determine a target-dependent exec_prefix that the installed
6889# gcc will search in. Keep this list sorted by triplet, with
6890# the *-*-osname triplets last.
6891md_exec_prefix=
6892case "${target}" in
6893 alpha*-*-*vms*)
6894 md_exec_prefix=/gnu/lib/gcc-lib
6895 ;;
521ec477 6896 i[34567]86-pc-msdosdjgpp*)
2429c060
PB
6897 md_exec_prefix=/dev/env/DJDIR/bin
6898 ;;
521ec477 6899 i[34567]86-*-sco3.2v5*)
2429c060
PB
6900 if test $with_gnu_as = yes; then
6901 md_exec_prefix=/usr/gnu/bin
6902 else
6903 md_exec_prefix=/usr/ccs/bin/elf
6904 fi
6905 ;;
6906
6907 mn10300-*-* | \
6908 powerpc-*-chorusos* | \
6909 powerpc*-*-eabi* | \
6910 powerpc*-*-sysv* | \
6911 powerpc*-*-kaos* | \
6912 s390x-ibm-tpf*)
6913 md_exec_prefix=/usr/ccs/bin
6914 ;;
6915 sparc64-*-elf*)
6916 ;;
6917 v850*-*-*)
6918 md_exec_prefix=/usr/ccs/bin
6919 ;;
8b66833e 6920 xtensa*-*-elf*)
2429c060
PB
6921 ;;
6922
6923 *-*-beos* | \
6924 *-*-elf* | \
6925 *-*-hpux* | \
6926 *-*-netware* | \
6927 *-*-nto-qnx* | \
6928 *-*-rtems* | \
6929 *-*-solaris2* | \
521ec477 6930 *-*-sysv[45]* | \
2429c060
PB
6931 *-*-vxworks* | \
6932 *-wrs-windiss)
6933 md_exec_prefix=/usr/ccs/bin
6934 ;;
6935esac
6936
a0da8069
NN
6937extra_arflags_for_target=
6938extra_nmflags_for_target=
6939extra_ranlibflags_for_target=
6940target_makefile_frag=/dev/null
6941case "${target}" in
4e206d7e
DB
6942 mep*-*-*)
6943 target_makefile_frag="config/mt-mep"
6944 ;;
77d7106f
AM
6945 spu-*-*)
6946 target_makefile_frag="config/mt-spu"
6947 ;;
429acdec
RS
6948 mips*-sde-elf*)
6949 target_makefile_frag="config/mt-sde"
6950 ;;
f3b1e08e
RS
6951 mipsisa*-*-elfoabi*)
6952 target_makefile_frag="config/mt-mips-elfoabi"
6953 ;;
e7c8859c
RS
6954 mips*-*-*linux* | mips*-*-gnu*)
6955 target_makefile_frag="config/mt-mips-gnu"
6956 ;;
2a3124ca 6957 *-*-netware*)
a0da8069
NN
6958 target_makefile_frag="config/mt-netware"
6959 ;;
29383458 6960 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 6961 target_makefile_frag="config/mt-gnu"
a0da8069
NN
6962 ;;
6963 *-*-aix4.[3456789]* | *-*-aix[56789].*)
c6b750e1 6964 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
a0da8069
NN
6965 # commands to handle both 32-bit and 64-bit objects. These flags are
6966 # harmless if we're using GNU nm or ar.
6967 extra_arflags_for_target=" -X32_64"
6968 extra_nmflags_for_target=" -B -X32_64"
6969 ;;
92f4e989
JM
6970 *-*-darwin[3-9]*)
6971 # ranlib before Darwin10 requires the -c flag to look at common symbols.
a0da8069
NN
6972 extra_ranlibflags_for_target=" -c"
6973 ;;
6974 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
6975 target_makefile_frag="config/mt-wince"
6976 ;;
6977esac
6978
6979alphaieee_frag=/dev/null
6980case $target in
6981 alpha*-*-*)
6982 # This just makes sure to use the -mieee option to build target libs.
6983 # This should probably be set individually by each library.
6984 alphaieee_frag="config/mt-alphaieee"
6985 ;;
6986esac
6987
6988# If --enable-target-optspace always use -Os instead of -O2 to build
6989# the target libraries, similarly if it is not specified, use -Os
6990# on selected platforms.
6991ospace_frag=/dev/null
6992case "${enable_target_optspace}:${target}" in
6993 yes:*)
6994 ospace_frag="config/mt-ospace"
6995 ;;
6996 :d30v-*)
6997 ospace_frag="config/mt-d30v"
6998 ;;
6999 :m32r-* | :d10v-* | :fr30-*)
7000 ospace_frag="config/mt-ospace"
7001 ;;
7002 no:* | :*)
7003 ;;
7004 *)
7005 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
7006 ;;
7007esac
7008
a0da8069
NN
7009# Default to using --with-stabs for certain targets.
7010if test x${with_stabs} = x ; then
7011 case "${target}" in
e31d1ea3 7012 mips*-*-irix[56]*)
a0da8069
NN
7013 ;;
7014 mips*-*-* | alpha*-*-osf*)
7015 with_stabs=yes;
7016 extra_host_args="${extra_host_args} --with-stabs"
7017 ;;
7018 esac
7019fi
7020
7021# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
7022# them automatically.
7023case "${host}" in
c6b750e1 7024 hppa*64*-*-hpux11*)
a0da8069
NN
7025 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
7026 ;;
7027esac
7028
a0da8069
NN
7029# Some systems (e.g., one of the i386-aix systems the gas testers are
7030# using) don't handle "\$" correctly, so don't use it here.
c6b750e1 7031tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
7032build_tooldir=${tooldir}
7033
a0da8069
NN
7034# Create a .gdbinit file which runs the one in srcdir
7035# and tells GDB to look there for source files.
7036
7037if test -r ${srcdir}/.gdbinit ; then
7038 case ${srcdir} in
7039 .) ;;
7040 *) cat > ./.gdbinit <<EOF
7041# ${NO_EDIT}
7042dir ${srcdir}
7043dir .
7044source ${srcdir}/.gdbinit
7045EOF
7046 ;;
7047 esac
7048fi
7049
a0da8069
NN
7050# Make sure that the compiler is able to generate an executable. If it
7051# can't, we are probably in trouble. We don't care whether we can run the
7052# executable--we might be using a cross compiler--we only care whether it
7053# can be created. At this point the main configure script has set CC.
7054we_are_ok=no
7055echo "int main () { return 0; }" > conftest.c
7056${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7057if test $? = 0 ; then
7058 if test -s conftest || test -s conftest.exe ; then
7059 we_are_ok=yes
7060 fi
c6b750e1 7061fi
a0da8069
NN
7062case $we_are_ok in
7063 no)
7064 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7065 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7066 rm -f conftest*
7067 exit 1
7068 ;;
7069esac
7070rm -f conftest*
7071
7072# The Solaris /usr/ucb/cc compiler does not appear to work.
7073case "${host}" in
7074 sparc-sun-solaris2*)
7075 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
7076 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
7077 could_use=
7078 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
7079 if test -d /opt/cygnus/bin ; then
7080 if test "$could_use" = "" ; then
7081 could_use="/opt/cygnus/bin"
7082 else
7083 could_use="$could_use or /opt/cygnus/bin"
7084 fi
7085 fi
7086 if test "$could_use" = "" ; then
7087 echo "Warning: compilation may fail because you're using"
7088 echo "/usr/ucb/cc. You should change your PATH or CC "
7089 echo "variable and rerun configure."
7090 else
7091 echo "Warning: compilation may fail because you're using"
7092 echo "/usr/ucb/cc, when you should use the C compiler from"
7093 echo "$could_use. You should change your"
7094 echo "PATH or CC variable and rerun configure."
7095 fi
7096 fi
7097 ;;
7098esac
7099
3bbd2f8f 7100# Decide which environment variable is used to find dynamic libraries.
a0da8069
NN
7101case "${host}" in
7102 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
9a237d9e 7103 *-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 7104 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
a0da8069
NN
7105 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7106esac
7107
3bbd2f8f 7108# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
7109# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7110# built executables to PATH.
3bbd2f8f
AL
7111if test "$RPATH_ENVVAR" = PATH; then
7112 GCC_SHLIB_SUBDIR=/shlib
7113else
7114 GCC_SHLIB_SUBDIR=
7115fi
7116
a0da8069
NN
7117# Record target_configdirs and the configure arguments for target and
7118# build configuration in Makefile.
7119target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6a9cf61e 7120build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
a0da8069 7121
2aa2364a
JR
7122# If we are building libgomp, bootstrap it.
7123if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7124 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7125fi
7126
a0da8069
NN
7127# Determine whether gdb needs tk/tcl or not.
7128# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7129# and in that case we want gdb to be built without tk. Ugh!
7130# In fact I believe gdb is the *only* package directly dependent on tk,
7131# so we should be able to put the 'maybe's in unconditionally and
7132# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7133# 100% sure that that's safe though.
c180f501 7134
675c6968 7135gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
a0da8069
NN
7136case "$enable_gdbtk" in
7137 no)
7138 GDB_TK="" ;;
c180f501
AC
7139 yes)
7140 GDB_TK="${gdb_tk}" ;;
a0da8069 7141 *)
c180f501
AC
7142 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7143 # distro. Eventually someone will fix this and move Insight, nee
7144 # gdbtk to a separate directory.
7145 if test -d ${srcdir}/gdb/gdbtk ; then
7146 GDB_TK="${gdb_tk}"
7147 else
7148 GDB_TK=""
7149 fi
7150 ;;
a0da8069 7151esac
907be67c
DJ
7152CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7153INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
a0da8069 7154
6bd3dfaa 7155# Strip out unwanted targets.
dd12c3a8
NN
7156
7157# While at that, we remove Makefiles if we were started for recursive
7158# configuration, so that the top-level Makefile reconfigures them,
7159# like we used to do when configure itself was recursive.
dd12c3a8 7160
06a51eac
RW
7161# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7162# but now we're fixing up the Makefile ourselves with the additional
7163# commands passed to AC_CONFIG_FILES. Use separate variables
7164# extrasub-{build,host,target} not because there is any reason to split
7165# the substitutions up that way, but only to remain below the limit of
7166# 99 commands in a script, for HP-UX sed.
7167# Do not nest @if/@endif pairs, because configure will not warn you at all.
dd12c3a8 7168
81ecdfbb
RW
7169# Check whether --enable-bootstrap was given.
7170if test "${enable_bootstrap+set}" = set; then :
7171 enableval=$enable_bootstrap;
319cab08 7172else
9cb3fa6f 7173 enable_bootstrap=default
81ecdfbb
RW
7174fi
7175
319cab08 7176
9cb3fa6f
PB
7177# Issue errors and warnings for invalid/strange bootstrap combinations.
7178case "$configdirs" in
7179 *gcc*) have_compiler=yes ;;
7180 *) have_compiler=no ;;
7181esac
7182
7183case "$have_compiler:$host:$target:$enable_bootstrap" in
7184 *:*:*:no) ;;
7185
0aed8855 7186 # Default behavior. Enable bootstrap if we have a compiler
9cb3fa6f
PB
7187 # and we are in a native configuration.
7188 yes:$build:$build:default)
0aed8855 7189 enable_bootstrap=yes ;;
9cb3fa6f
PB
7190
7191 *:*:*:default)
7192 enable_bootstrap=no ;;
7193
7194 # We have a compiler and we are in a native configuration, bootstrap is ok
80911fe1 7195 yes:$build:$build:yes)
9cb3fa6f
PB
7196 ;;
7197
7198 # Other configurations, but we have a compiler. Assume the user knows
7199 # what he's doing.
80911fe1 7200 yes:*:*:yes)
81ecdfbb
RW
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7202$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
9cb3fa6f
PB
7203 ;;
7204
7205 # No compiler: if they passed --enable-bootstrap explicitly, fail
80911fe1 7206 no:*:*:yes)
81ecdfbb 7207 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
9cb3fa6f
PB
7208
7209 # Fail if wrong command line
7210 *)
81ecdfbb 7211 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
9cb3fa6f
PB
7212 ;;
7213esac
7214
4385ad3c
RW
7215case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7216 *,c++,*:yes:yes) ;;
7217 *:yes:yes)
7218 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7219 ;;
7220esac
7221
16b1ad29
RW
7222case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7223 yes:yes:*\ gold\ *:*,c++,*) ;;
7224 yes:yes:*\ gold\ *:*)
7225 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7226 ;;
7227esac
7228
9cb3fa6f 7229# Adjust the toplevel makefile according to whether bootstrap was selected.
96655cc4 7230case $enable_bootstrap in
319cab08 7231 yes)
96655cc4
AO
7232 bootstrap_suffix=bootstrap
7233 BUILD_CONFIG=bootstrap-debug
7234 ;;
319cab08 7235 no)
96655cc4
AO
7236 bootstrap_suffix=no-bootstrap
7237 BUILD_CONFIG=
7238 ;;
319cab08
PB
7239esac
7240
96655cc4
AO
7241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7242$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7243
7244
7245# Check whether --with-build-config was given.
7246if test "${with_build_config+set}" = set; then :
7247 withval=$with_build_config; case $with_build_config in
7248 yes) with_build_config= ;;
7249 no) with_build_config= BUILD_CONFIG= ;;
7250 esac
7251fi
7252
7253
7254if test "x${with_build_config}" != x; then
7255 BUILD_CONFIG=$with_build_config
7256else
7257 case $BUILD_CONFIG in
7258 bootstrap-debug)
7259 if echo "int f (void) { return 0; }" > conftest.c &&
7260 ${CC} -c conftest.c &&
7261 mv conftest.o conftest.o.g0 &&
7262 ${CC} -c -g conftest.c &&
7263 mv conftest.o conftest.o.g &&
a009f2e7 7264 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
96655cc4
AO
7265 :
7266 else
7267 BUILD_CONFIG=
7268 fi
7269 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7270 ;;
7271 esac
7272fi
7273{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7274$as_echo "$BUILD_CONFIG" >&6; }
7275
7276
06a51eac 7277extrasub_build=
6a9cf61e 7278for module in ${build_configdirs} ; do
498d4a71
CF
7279 if test -z "${no_recursion}" \
7280 && test -f ${build_subdir}/${module}/Makefile; then
7281 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7282 rm -f ${build_subdir}/${module}/Makefile
7283 fi
06a51eac 7284 extrasub_build="$extrasub_build
498d4a71
CF
7285/^@if build-$module\$/d
7286/^@endif build-$module\$/d
7287/^@if build-$module-$bootstrap_suffix\$/d
7288/^@endif build-$module-$bootstrap_suffix\$/d"
7289done
06a51eac 7290extrasub_host=
498d4a71 7291for module in ${configdirs} ; do
80911fe1 7292 if test -z "${no_recursion}"; then
8cf39b1b 7293 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
7294 if test -f ${file}; then
7295 echo 1>&2 "*** removing ${file} to force reconfigure"
7296 rm -f ${file}
7297 fi
7298 done
498d4a71 7299 fi
06a51eac 7300 extrasub_host="$extrasub_host
498d4a71
CF
7301/^@if $module\$/d
7302/^@endif $module\$/d
7303/^@if $module-$bootstrap_suffix\$/d
7304/^@endif $module-$bootstrap_suffix\$/d"
7305done
06a51eac 7306extrasub_target=
498d4a71
CF
7307for module in ${target_configdirs} ; do
7308 if test -z "${no_recursion}" \
7309 && test -f ${target_subdir}/${module}/Makefile; then
7310 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7311 rm -f ${target_subdir}/${module}/Makefile
7312 fi
e8a5fa9c
RW
7313
7314 # We only bootstrap target libraries listed in bootstrap_target_libs.
7315 case $bootstrap_target_libs in
7316 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7317 *) target_bootstrap_suffix=no-bootstrap ;;
7318 esac
7319
06a51eac 7320 extrasub_target="$extrasub_target
498d4a71
CF
7321/^@if target-$module\$/d
7322/^@endif target-$module\$/d
e8a5fa9c
RW
7323/^@if target-$module-$target_bootstrap_suffix\$/d
7324/^@endif target-$module-$target_bootstrap_suffix\$/d"
498d4a71
CF
7325done
7326
06a51eac
RW
7327# Do the final fixup along with target modules.
7328extrasub_target="$extrasub_target
6bd3dfaa 7329/^@if /,/^@endif /d"
a0da8069
NN
7330
7331# Create the serialization dependencies. This uses a temporary file.
7332
81ecdfbb
RW
7333# Check whether --enable-serial-configure was given.
7334if test "${enable_serial_configure+set}" = set; then :
7335 enableval=$enable_serial_configure;
7336fi
e6bfb94a
AO
7337
7338
1047cb91
DD
7339case ${enable_serial_configure} in
7340 yes)
7341 enable_serial_build_configure=yes
7342 enable_serial_host_configure=yes
7343 enable_serial_target_configure=yes
7344 ;;
7345esac
7346
a0da8069
NN
7347# These force 'configure's to be done one at a time, to avoid problems
7348# with contention over a shared config.cache.
7349rm -f serdep.tmp
e6bfb94a 7350echo '# serdep.tmp' > serdep.tmp
a0da8069 7351olditem=
1047cb91 7352test "x${enable_serial_build_configure}" = xyes &&
a0da8069
NN
7353for item in ${build_configdirs} ; do
7354 case ${olditem} in
7355 "") ;;
e6bfb94a 7356 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7357 esac
7358 olditem=${item}
7359done
7360olditem=
1047cb91 7361test "x${enable_serial_host_configure}" = xyes &&
a0da8069
NN
7362for item in ${configdirs} ; do
7363 case ${olditem} in
7364 "") ;;
e6bfb94a 7365 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7366 esac
7367 olditem=${item}
7368done
7369olditem=
1047cb91 7370test "x${enable_serial_target_configure}" = xyes &&
a0da8069
NN
7371for item in ${target_configdirs} ; do
7372 case ${olditem} in
7373 "") ;;
e6bfb94a 7374 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7375 esac
7376 olditem=${item}
7377done
7378serialization_dependencies=serdep.tmp
7379
7380
e6bfb94a 7381# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1 7382# target, nonopt, and variable assignments. These are the ones we
30167e0a
NC
7383# might not want to pass down to subconfigures. The exception being
7384# --cache-file=/dev/null, which is used to turn off the use of cache
7385# files altogether, and which should be passed on to subconfigures.
7386# Also strip program-prefix, program-suffix, and program-transform-name,
7387# so that we can pass down a consistent program-transform-name.
c6b750e1 7388baseargs=
65b4571a 7389tbaseargs=
c6b750e1
DJ
7390keep_next=no
7391skip_next=no
7392eval "set -- $ac_configure_args"
18f6b6ee
PB
7393for ac_arg
7394do
c6b750e1
DJ
7395 if test X"$skip_next" = X"yes"; then
7396 skip_next=no
7397 continue
7398 fi
7399 if test X"$keep_next" = X"yes"; then
7400 case $ac_arg in
7401 *\'*)
7402 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7403 esac
7404 baseargs="$baseargs '$ac_arg'"
65b4571a 7405 tbaseargs="$tbaseargs '$ac_arg'"
c6b750e1
DJ
7406 keep_next=no
7407 continue
7408 fi
7409
7410 # Handle separated arguments. Based on the logic generated by
7411 # autoconf 2.59.
7412 case $ac_arg in
7413 *=* | --config-cache | -C | -disable-* | --disable-* \
7414 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7415 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7416 | -with-* | --with-* | -without-* | --without-* | --x)
7417 separate_arg=no
7418 ;;
7419 -*)
7420 separate_arg=yes
7421 ;;
7422 *)
7423 separate_arg=no
7424 ;;
7425 esac
7426
65b4571a
AO
7427 skip_targ=no
7428 case $ac_arg in
7429
7430 --with-* | --without-*)
7431 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7432
7433 case $libopt in
7434 *[-_]include)
7435 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7436 ;;
7437 *[-_]lib)
7438 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7439 ;;
7440 *)
7441 lib=$libopt
7442 ;;
7443 esac
7444
7445
7446 case $lib in
7447 mpc | mpfr | gmp | ppl | cloog)
7448 # If we're processing --with-$lib, --with-$lib-include or
7449 # --with-$lib-lib, for one of the libs above, and target is
7450 # different from host, don't pass the current argument to any
7451 # target library's configure.
7452 if test x$is_cross_compiler = xyes; then
7453 skip_targ=yes
7454 fi
7455 ;;
7456 esac
7457 ;;
7458 esac
7459
c6b750e1 7460 case "$ac_arg" in
30167e0a
NC
7461 --cache-file=/dev/null | \
7462 -cache-file=/dev/null )
7463 # Handled here to avoid the test to skip args below.
7464 baseargs="$baseargs '$ac_arg'"
65b4571a 7465 tbaseargs="$tbaseargs '$ac_arg'"
30167e0a
NC
7466 # Assert: $separate_arg should always be no.
7467 keep_next=$separate_arg
7468 ;;
c6b750e1
DJ
7469 --no*)
7470 continue
7471 ;;
7472 --c* | \
7473 --sr* | \
7474 --ho* | \
7475 --bu* | \
7476 --t* | \
7477 --program-* | \
7478 -cache_file* | \
7479 -srcdir* | \
7480 -host* | \
7481 -build* | \
7482 -target* | \
7483 -program-prefix* | \
7484 -program-suffix* | \
7485 -program-transform-name* )
7486 skip_next=$separate_arg
7487 continue
7488 ;;
7489 -*)
7490 # An option. Add it.
7491 case $ac_arg in
7492 *\'*)
7493 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7494 esac
7495 baseargs="$baseargs '$ac_arg'"
65b4571a
AO
7496 if test X"$skip_targ" = Xno; then
7497 tbaseargs="$tbaseargs '$ac_arg'"
7498 fi
c6b750e1
DJ
7499 keep_next=$separate_arg
7500 ;;
7501 *)
7502 # Either a variable assignment, or a nonopt (triplet). Don't
7503 # pass it down; let the Makefile handle this.
7504 continue
7505 ;;
7506 esac
7507done
7508# Remove the initial space we just introduced and, as these will be
7509# expanded by make, quote '$'.
7510baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
a0da8069 7511
f27d4f92
DJ
7512# Add in --program-transform-name, after --program-prefix and
7513# --program-suffix have been applied to it. Autoconf has already
7514# doubled dollar signs and backslashes in program_transform_name; we want
7515# the backslashes un-doubled, and then the entire thing wrapped in single
c6b750e1 7516# quotes, because this will be expanded first by make and then by the shell.
f27d4f92
DJ
7517# Also, because we want to override the logic in subdir configure scripts to
7518# choose program_transform_name, replace any s,x,x, with s,y,y,.
7519sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7520${program_transform_name}
7521EOF_SED
7522gcc_transform_name=`cat conftestsed.out`
7523rm -f conftestsed.out
7524baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
65b4571a 7525tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
7526if test "$silent" = yes; then
7527 baseargs="$baseargs --silent"
65b4571a 7528 tbaseargs="$tbaseargs --silent"
2444379b 7529fi
34a0f3cf 7530baseargs="$baseargs --disable-option-checking"
65b4571a 7531tbaseargs="$tbaseargs --disable-option-checking"
f27d4f92 7532
4074d5f2
RW
7533# Record and document user additions to sub configure arguments.
7534
7535
7536
7537
a0da8069
NN
7538# For the build-side libraries, we just need to pretend we're native,
7539# and not use the same cache file. Multilibs are neither needed nor
7540# desired.
4074d5f2 7541build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
a0da8069
NN
7542
7543# For host modules, accept cache file option, or specification as blank.
7544case "${cache_file}" in
7545"") # empty
7546 cache_file_option="" ;;
7547/* | [A-Za-z]:[\\/]* ) # absolute path
7548 cache_file_option="--cache-file=${cache_file}" ;;
7549*) # relative path
7550 cache_file_option="--cache-file=../${cache_file}" ;;
7551esac
7552
82252c06
NN
7553# Host dirs don't like to share a cache file either, horribly enough.
7554# This seems to be due to autoconf 2.5x stupidity.
4074d5f2 7555host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
a0da8069 7556
65b4571a 7557target_configargs="$target_configargs ${tbaseargs}"
a0da8069
NN
7558
7559# Passing a --with-cross-host argument lets the target libraries know
7560# whether they are being built with a cross-compiler or being built
7561# native. However, it would be better to use other mechanisms to make the
7562# sorts of decisions they want to make on this basis. Please consider
7563# this option to be deprecated. FIXME.
7564if test x${is_cross_compiler} = xyes ; then
c6b750e1 7565 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
a0da8069
NN
7566fi
7567
938d2b74
RW
7568# Default to --enable-multilib.
7569if test x${enable_multilib} = x ; then
a0da8069 7570 target_configargs="--enable-multilib ${target_configargs}"
938d2b74 7571fi
a0da8069
NN
7572
7573# Pass --with-newlib if appropriate. Note that target_configdirs has
7574# changed from the earlier setting of with_newlib.
7575if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7576 target_configargs="--with-newlib ${target_configargs}"
7577fi
7578
95036d20
NN
7579# Different target subdirs use different values of certain variables
7580# (notably CXX). Worse, multilibs use *lots* of different values.
7581# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7582# it doesn't automatically accept command-line overrides of them.
7583# This means it's not safe for target subdirs to share a cache file,
7584# which is disgusting, but there you have it. Hopefully this can be
7585# fixed in future. It's still worthwhile to use a cache file for each
7586# directory. I think.
7587
ae380b45
MS
7588# Pass the appropriate --build, --host, --target and --cache-file arguments.
7589# We need to pass --target, as newer autoconf's requires consistency
7590# for target_alias and gcc doesn't manage it consistently.
4b900473 7591target_configargs="--cache-file=./config.cache ${target_configargs}"
a0da8069 7592
a0da8069
NN
7593FLAGS_FOR_TARGET=
7594case " $target_configdirs " in
7595 *" newlib "*)
7596 case " $target_configargs " in
7597 *" --with-newlib "*)
7598 case "$target" in
1f53ca9a
AO
7599 *-cygwin*)
7600 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'
7601 ;;
a0da8069
NN
7602 esac
7603
7604 # If we're not building GCC, don't discard standard headers.
7605 if test -d ${srcdir}/gcc; then
7606 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7607
7608 if test "${build}" != "${host}"; then
7609 # On Canadian crosses, CC_FOR_TARGET will have already been set
7610 # by `configure', so we won't have an opportunity to add -Bgcc/
7611 # to it. This is right: we don't want to search that directory
7612 # for binaries, but we want the header files in there, so add
7613 # them explicitly.
e552509b 7614 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
a0da8069
NN
7615
7616 # Someone might think of using the pre-installed headers on
7617 # Canadian crosses, in case the installed compiler is not fully
7618 # compatible with the compiler being built. In this case, it
7619 # would be better to flag an error than risking having
7620 # incompatible object files being constructed. We can't
7621 # guarantee that an error will be flagged, but let's hope the
7622 # compiler will do it, when presented with incompatible header
7623 # files.
7624 fi
7625 fi
7626
7627 case "${target}-${is_cross_compiler}" in
ec11bdc6 7628 i[3456789]86-*-linux*-no)
a0da8069
NN
7629 # Here host == target, so we don't need to build gcc,
7630 # so we don't want to discard standard headers.
7631 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7632 ;;
7633 *)
7634 # If we're building newlib, use its generic headers last, but search
7635 # for any libc-related directories first (so make it the last -B
7636 # switch).
7637 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
7638
7639 # If we're building libgloss, find the startup file, simulator library
7640 # and linker script.
7641 case " $target_configdirs " in
7642 *" libgloss "*)
7643 # Look for startup file, simulator library and maybe linker script.
7644 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7645 # Look for libnosys.a in case the target needs it.
7646 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7647 # Most targets have the linker script in the source directory.
7648 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7649 ;;
7650 esac
a0da8069
NN
7651 ;;
7652 esac
7653 ;;
7654 esac
7655 ;;
7656esac
1f53ca9a 7657
45055374 7658case "$target" in
1f53ca9a
AO
7659 x86_64-*mingw* | *-w64-mingw*)
7660 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7661 # however, use a symlink named 'mingw' in ${prefix} .
7662 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7663 ;;
7664 *-mingw*)
7665 # MinGW can't be handled as Cygwin above since it does not use newlib.
7666 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'
7667 ;;
45055374 7668esac
a0da8069 7669
5fbad20a
DD
7670# Allow the user to override the flags for
7671# our build compiler if desired.
c66487f8
NC
7672if test x"${build}" = x"${host}" ; then
7673 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7674 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7675 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7676fi
5fbad20a 7677
a0da8069
NN
7678# On Canadian crosses, we'll be searching the right directories for
7679# the previously-installed cross compiler, so don't bother to add
7680# flags for directories within the install tree of the compiler
7681# being built; programs in there won't even run.
7682if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7683 # Search for pre-installed headers if nothing else fits.
bba45b8b 7684 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
7685fi
7686
7687if test "x${use_gnu_ld}" = x &&
7688 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7689 # Arrange for us to find uninstalled linker scripts.
b00612cc 7690 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
a0da8069
NN
7691fi
7692
a481dbb7
DD
7693# Search for other target-specific linker scripts and such.
7694case "${target}" in
4e206d7e
DB
7695 mep*)
7696 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7697 ;;
7698esac
7699
a0da8069 7700# Makefile fragments.
3e707e94
PB
7701for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7702do
7703 eval fragval=\$$frag
7704 if test $fragval != /dev/null; then
7705 eval $frag=${srcdir}/$fragval
7706 fi
7707done
a0da8069
NN
7708
7709
7710
7711
7712
7713# Miscellanea: directories, flags, etc.
7714
7715
7716
7717
7718
7719
7720
3bbd2f8f 7721
6a9cf61e 7722# Build module lists & subconfigure args.
a0da8069
NN
7723
7724
7725
be01d343
PB
7726# Host module lists & subconfigure args.
7727
7728
7729
911e63d0 7730
be01d343
PB
7731# Target module lists & subconfigure args.
7732
7733
7734
7735# Build tools.
7736
7737
7738
1576798e
PB
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
e552509b 7753
be01d343
PB
7754# Generate default definitions for YACC, M4, LEX and other programs that run
7755# on the build machine. These are used if the Makefile can't locate these
7756# programs in objdir.
7757MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7758
7759for ac_prog in 'bison -y' byacc yacc
7760do
c6b750e1 7761 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7762set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7764$as_echo_n "checking for $ac_word... " >&6; }
7765if test "${ac_cv_prog_YACC+set}" = set; then :
7766 $as_echo_n "(cached) " >&6
be01d343
PB
7767else
7768 if test -n "$YACC"; then
7769 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7770else
c6b750e1
DJ
7771as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7772for as_dir in $PATH
7773do
7774 IFS=$as_save_IFS
7775 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7776 for ac_exec_ext in '' $ac_executable_extensions; do
7777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7778 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7780 break 2
7781 fi
7782done
81ecdfbb
RW
7783 done
7784IFS=$as_save_IFS
c6b750e1 7785
be01d343
PB
7786fi
7787fi
c6b750e1 7788YACC=$ac_cv_prog_YACC
be01d343 7789if test -n "$YACC"; then
81ecdfbb
RW
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7791$as_echo "$YACC" >&6; }
be01d343 7792else
81ecdfbb
RW
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7794$as_echo "no" >&6; }
be01d343
PB
7795fi
7796
81ecdfbb 7797
c6b750e1 7798 test -n "$YACC" && break
be01d343
PB
7799done
7800test -n "$YACC" || YACC="$MISSING bison -y"
7801
7802case " $build_configdirs " in
7803 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7804 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7805esac
7806
7807for ac_prog in bison
7808do
c6b750e1 7809 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7810set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7812$as_echo_n "checking for $ac_word... " >&6; }
7813if test "${ac_cv_prog_BISON+set}" = set; then :
7814 $as_echo_n "(cached) " >&6
be01d343
PB
7815else
7816 if test -n "$BISON"; then
7817 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7818else
c6b750e1
DJ
7819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7820for as_dir in $PATH
7821do
7822 IFS=$as_save_IFS
7823 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7824 for ac_exec_ext in '' $ac_executable_extensions; do
7825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7826 ac_cv_prog_BISON="$ac_prog"
81ecdfbb 7827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7828 break 2
7829 fi
7830done
81ecdfbb
RW
7831 done
7832IFS=$as_save_IFS
c6b750e1 7833
be01d343
PB
7834fi
7835fi
c6b750e1 7836BISON=$ac_cv_prog_BISON
be01d343 7837if test -n "$BISON"; then
81ecdfbb
RW
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7839$as_echo "$BISON" >&6; }
be01d343 7840else
81ecdfbb
RW
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7842$as_echo "no" >&6; }
be01d343
PB
7843fi
7844
81ecdfbb 7845
c6b750e1 7846 test -n "$BISON" && break
be01d343
PB
7847done
7848test -n "$BISON" || BISON="$MISSING bison"
7849
7850case " $build_configdirs " in
7851 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7852esac
7853
7854for ac_prog in gm4 gnum4 m4
7855do
c6b750e1 7856 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7857set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7859$as_echo_n "checking for $ac_word... " >&6; }
7860if test "${ac_cv_prog_M4+set}" = set; then :
7861 $as_echo_n "(cached) " >&6
be01d343
PB
7862else
7863 if test -n "$M4"; then
7864 ac_cv_prog_M4="$M4" # Let the user override the test.
7865else
c6b750e1
DJ
7866as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7867for as_dir in $PATH
7868do
7869 IFS=$as_save_IFS
7870 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7871 for ac_exec_ext in '' $ac_executable_extensions; do
7872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7873 ac_cv_prog_M4="$ac_prog"
81ecdfbb 7874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7875 break 2
7876 fi
7877done
81ecdfbb
RW
7878 done
7879IFS=$as_save_IFS
c6b750e1 7880
be01d343
PB
7881fi
7882fi
c6b750e1 7883M4=$ac_cv_prog_M4
be01d343 7884if test -n "$M4"; then
81ecdfbb
RW
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7886$as_echo "$M4" >&6; }
be01d343 7887else
81ecdfbb
RW
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7889$as_echo "no" >&6; }
be01d343
PB
7890fi
7891
81ecdfbb 7892
c6b750e1 7893 test -n "$M4" && break
be01d343
PB
7894done
7895test -n "$M4" || M4="$MISSING m4"
7896
7897case " $build_configdirs " in
7898 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7899esac
7900
7901for ac_prog in flex lex
7902do
c6b750e1 7903 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7904set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7906$as_echo_n "checking for $ac_word... " >&6; }
7907if test "${ac_cv_prog_LEX+set}" = set; then :
7908 $as_echo_n "(cached) " >&6
be01d343
PB
7909else
7910 if test -n "$LEX"; then
7911 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7912else
c6b750e1
DJ
7913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7914for as_dir in $PATH
7915do
7916 IFS=$as_save_IFS
7917 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7918 for ac_exec_ext in '' $ac_executable_extensions; do
7919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7920 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 7921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7922 break 2
7923 fi
7924done
81ecdfbb
RW
7925 done
7926IFS=$as_save_IFS
c6b750e1 7927
be01d343
PB
7928fi
7929fi
c6b750e1 7930LEX=$ac_cv_prog_LEX
be01d343 7931if test -n "$LEX"; then
81ecdfbb
RW
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7933$as_echo "$LEX" >&6; }
be01d343 7934else
81ecdfbb
RW
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7936$as_echo "no" >&6; }
be01d343
PB
7937fi
7938
81ecdfbb 7939
c6b750e1 7940 test -n "$LEX" && break
be01d343
PB
7941done
7942test -n "$LEX" || LEX="$MISSING flex"
7943
7944case " $build_configdirs " in
7945 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7946 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7947esac
7948
7949for ac_prog in flex
7950do
c6b750e1 7951 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7952set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7954$as_echo_n "checking for $ac_word... " >&6; }
7955if test "${ac_cv_prog_FLEX+set}" = set; then :
7956 $as_echo_n "(cached) " >&6
be01d343
PB
7957else
7958 if test -n "$FLEX"; then
7959 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7960else
c6b750e1
DJ
7961as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7962for as_dir in $PATH
7963do
7964 IFS=$as_save_IFS
7965 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7966 for ac_exec_ext in '' $ac_executable_extensions; do
7967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7968 ac_cv_prog_FLEX="$ac_prog"
81ecdfbb 7969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7970 break 2
7971 fi
7972done
81ecdfbb
RW
7973 done
7974IFS=$as_save_IFS
c6b750e1 7975
be01d343
PB
7976fi
7977fi
c6b750e1 7978FLEX=$ac_cv_prog_FLEX
be01d343 7979if test -n "$FLEX"; then
81ecdfbb
RW
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7981$as_echo "$FLEX" >&6; }
be01d343 7982else
81ecdfbb
RW
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7984$as_echo "no" >&6; }
be01d343
PB
7985fi
7986
81ecdfbb 7987
c6b750e1 7988 test -n "$FLEX" && break
be01d343
PB
7989done
7990test -n "$FLEX" || FLEX="$MISSING flex"
7991
7992case " $build_configdirs " in
7993 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7994esac
7995
7996for ac_prog in makeinfo
7997do
c6b750e1 7998 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7999set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8001$as_echo_n "checking for $ac_word... " >&6; }
8002if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
8003 $as_echo_n "(cached) " >&6
be01d343
PB
8004else
8005 if test -n "$MAKEINFO"; then
8006 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
8007else
c6b750e1
DJ
8008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8009for as_dir in $PATH
8010do
8011 IFS=$as_save_IFS
8012 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8013 for ac_exec_ext in '' $ac_executable_extensions; do
8014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8015 ac_cv_prog_MAKEINFO="$ac_prog"
81ecdfbb 8016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8017 break 2
8018 fi
8019done
81ecdfbb
RW
8020 done
8021IFS=$as_save_IFS
c6b750e1 8022
be01d343
PB
8023fi
8024fi
c6b750e1 8025MAKEINFO=$ac_cv_prog_MAKEINFO
be01d343 8026if test -n "$MAKEINFO"; then
81ecdfbb
RW
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8028$as_echo "$MAKEINFO" >&6; }
be01d343 8029else
81ecdfbb
RW
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8031$as_echo "no" >&6; }
be01d343
PB
8032fi
8033
81ecdfbb 8034
c6b750e1 8035 test -n "$MAKEINFO" && break
be01d343
PB
8036done
8037test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8038
8039case " $build_configdirs " in
8040 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8041 *)
8042
10ad8ef3 8043 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
8044 # higher, else we use the "missing" dummy.
8045 if ${MAKEINFO} --version \
10ad8ef3 8046 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
8047 :
8048 else
8049 MAKEINFO="$MISSING makeinfo"
8050 fi
8051 ;;
8052
8053esac
a0da8069 8054
be01d343 8055# FIXME: expect and dejagnu may become build tools?
a0da8069 8056
be01d343
PB
8057for ac_prog in expect
8058do
c6b750e1 8059 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8060set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8062$as_echo_n "checking for $ac_word... " >&6; }
8063if test "${ac_cv_prog_EXPECT+set}" = set; then :
8064 $as_echo_n "(cached) " >&6
be01d343
PB
8065else
8066 if test -n "$EXPECT"; then
8067 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8068else
c6b750e1
DJ
8069as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8070for as_dir in $PATH
8071do
8072 IFS=$as_save_IFS
8073 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8074 for ac_exec_ext in '' $ac_executable_extensions; do
8075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8076 ac_cv_prog_EXPECT="$ac_prog"
81ecdfbb 8077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8078 break 2
8079 fi
8080done
81ecdfbb
RW
8081 done
8082IFS=$as_save_IFS
c6b750e1 8083
be01d343
PB
8084fi
8085fi
c6b750e1 8086EXPECT=$ac_cv_prog_EXPECT
be01d343 8087if test -n "$EXPECT"; then
81ecdfbb
RW
8088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8089$as_echo "$EXPECT" >&6; }
be01d343 8090else
81ecdfbb
RW
8091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8092$as_echo "no" >&6; }
be01d343 8093fi
a0da8069 8094
81ecdfbb 8095
c6b750e1 8096 test -n "$EXPECT" && break
be01d343
PB
8097done
8098test -n "$EXPECT" || EXPECT="expect"
a0da8069 8099
be01d343
PB
8100case " $configdirs " in
8101 *" expect "*)
8102 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8103 ;;
8104esac
a0da8069 8105
be01d343
PB
8106for ac_prog in runtest
8107do
c6b750e1 8108 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8109set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8111$as_echo_n "checking for $ac_word... " >&6; }
8112if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8113 $as_echo_n "(cached) " >&6
be01d343
PB
8114else
8115 if test -n "$RUNTEST"; then
8116 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8117else
c6b750e1
DJ
8118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8119for as_dir in $PATH
8120do
8121 IFS=$as_save_IFS
8122 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8123 for ac_exec_ext in '' $ac_executable_extensions; do
8124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8125 ac_cv_prog_RUNTEST="$ac_prog"
81ecdfbb 8126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8127 break 2
8128 fi
8129done
81ecdfbb
RW
8130 done
8131IFS=$as_save_IFS
c6b750e1 8132
be01d343
PB
8133fi
8134fi
c6b750e1 8135RUNTEST=$ac_cv_prog_RUNTEST
be01d343 8136if test -n "$RUNTEST"; then
81ecdfbb
RW
8137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8138$as_echo "$RUNTEST" >&6; }
be01d343 8139else
81ecdfbb
RW
8140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8141$as_echo "no" >&6; }
be01d343 8142fi
a0da8069 8143
81ecdfbb 8144
c6b750e1 8145 test -n "$RUNTEST" && break
be01d343
PB
8146done
8147test -n "$RUNTEST" || RUNTEST="runtest"
a0da8069 8148
be01d343
PB
8149case " $configdirs " in
8150 *" dejagnu "*)
6b89cc21 8151 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
8152 ;;
8153esac
a0da8069
NN
8154
8155
a0da8069 8156# Host tools.
859789af
AC
8157ncn_tool_prefix=
8158test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8159ncn_target_tool_prefix=
8160test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8161
9a819804
AO
8162
8163
8164if test -n "$AR"; then
8165 ac_cv_prog_AR=$AR
8166elif test -n "$ac_cv_prog_AR"; then
8167 AR=$ac_cv_prog_AR
8168fi
8169
8170if test -n "$ac_cv_prog_AR"; then
8171 for ncn_progname in ar; do
8172 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8173set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8175$as_echo_n "checking for $ac_word... " >&6; }
8176if test "${ac_cv_prog_AR+set}" = set; then :
8177 $as_echo_n "(cached) " >&6
9a819804
AO
8178else
8179 if test -n "$AR"; then
8180 ac_cv_prog_AR="$AR" # Let the user override the test.
8181else
8182as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8183for as_dir in $PATH
8184do
8185 IFS=$as_save_IFS
8186 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8187 for ac_exec_ext in '' $ac_executable_extensions; do
8188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8189 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8191 break 2
8192 fi
8193done
81ecdfbb
RW
8194 done
8195IFS=$as_save_IFS
9a819804
AO
8196
8197fi
8198fi
8199AR=$ac_cv_prog_AR
8200if test -n "$AR"; then
81ecdfbb
RW
8201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8202$as_echo "$AR" >&6; }
9a819804 8203else
81ecdfbb
RW
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8205$as_echo "no" >&6; }
9a819804
AO
8206fi
8207
81ecdfbb 8208
9a819804
AO
8209 done
8210fi
8211
8212for ncn_progname in ar; do
05cbd757
PB
8213 if test -n "$ncn_tool_prefix"; then
8214 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8215set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8217$as_echo_n "checking for $ac_word... " >&6; }
8218if test "${ac_cv_prog_AR+set}" = set; then :
8219 $as_echo_n "(cached) " >&6
859789af
AC
8220else
8221 if test -n "$AR"; then
8222 ac_cv_prog_AR="$AR" # Let the user override the test.
8223else
c6b750e1
DJ
8224as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8225for as_dir in $PATH
8226do
8227 IFS=$as_save_IFS
8228 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8229 for ac_exec_ext in '' $ac_executable_extensions; do
8230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8231 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8233 break 2
8234 fi
8235done
81ecdfbb
RW
8236 done
8237IFS=$as_save_IFS
c6b750e1 8238
859789af
AC
8239fi
8240fi
c6b750e1 8241AR=$ac_cv_prog_AR
859789af 8242if test -n "$AR"; then
81ecdfbb
RW
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8244$as_echo "$AR" >&6; }
859789af 8245else
81ecdfbb
RW
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8247$as_echo "no" >&6; }
859789af
AC
8248fi
8249
81ecdfbb 8250
05cbd757
PB
8251 fi
8252 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8253 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8254set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8256$as_echo_n "checking for $ac_word... " >&6; }
8257if test "${ac_cv_prog_AR+set}" = set; then :
8258 $as_echo_n "(cached) " >&6
859789af 8259else
05cbd757
PB
8260 if test -n "$AR"; then
8261 ac_cv_prog_AR="$AR" # Let the user override the test.
859789af 8262else
c6b750e1
DJ
8263as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8264for as_dir in $PATH
8265do
8266 IFS=$as_save_IFS
8267 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8268 for ac_exec_ext in '' $ac_executable_extensions; do
8269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8270 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8272 break 2
8273 fi
8274done
81ecdfbb
RW
8275 done
8276IFS=$as_save_IFS
c6b750e1 8277
859789af
AC
8278fi
8279fi
c6b750e1 8280AR=$ac_cv_prog_AR
05cbd757 8281if test -n "$AR"; then
81ecdfbb
RW
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8283$as_echo "$AR" >&6; }
859789af 8284else
81ecdfbb
RW
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8286$as_echo "no" >&6; }
859789af 8287fi
c6b750e1 8288
81ecdfbb 8289
05cbd757
PB
8290 fi
8291 test -n "$ac_cv_prog_AR" && break
8292done
8293
8294if test -z "$ac_cv_prog_AR" ; then
8295 set dummy ar
8296 if test $build = $host ; then
8297 AR="$2"
859789af 8298 else
05cbd757 8299 AR="${ncn_tool_prefix}$2"
859789af 8300 fi
859789af
AC
8301fi
8302
9a819804
AO
8303
8304
8305if test -n "$AS"; then
8306 ac_cv_prog_AS=$AS
8307elif test -n "$ac_cv_prog_AS"; then
8308 AS=$ac_cv_prog_AS
8309fi
8310
8311if test -n "$ac_cv_prog_AS"; then
8312 for ncn_progname in as; do
8313 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8314set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8316$as_echo_n "checking for $ac_word... " >&6; }
8317if test "${ac_cv_prog_AS+set}" = set; then :
8318 $as_echo_n "(cached) " >&6
9a819804
AO
8319else
8320 if test -n "$AS"; then
8321 ac_cv_prog_AS="$AS" # Let the user override the test.
8322else
8323as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8324for as_dir in $PATH
8325do
8326 IFS=$as_save_IFS
8327 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8328 for ac_exec_ext in '' $ac_executable_extensions; do
8329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8330 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8332 break 2
8333 fi
8334done
81ecdfbb
RW
8335 done
8336IFS=$as_save_IFS
9a819804
AO
8337
8338fi
8339fi
8340AS=$ac_cv_prog_AS
8341if test -n "$AS"; then
81ecdfbb
RW
8342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8343$as_echo "$AS" >&6; }
9a819804 8344else
81ecdfbb
RW
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8346$as_echo "no" >&6; }
9a819804
AO
8347fi
8348
81ecdfbb 8349
9a819804
AO
8350 done
8351fi
8352
8353for ncn_progname in as; do
05cbd757
PB
8354 if test -n "$ncn_tool_prefix"; then
8355 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8356set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8358$as_echo_n "checking for $ac_word... " >&6; }
8359if test "${ac_cv_prog_AS+set}" = set; then :
8360 $as_echo_n "(cached) " >&6
859789af
AC
8361else
8362 if test -n "$AS"; then
8363 ac_cv_prog_AS="$AS" # Let the user override the test.
c6b750e1
DJ
8364else
8365as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8366for as_dir in $PATH
8367do
8368 IFS=$as_save_IFS
8369 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8370 for ac_exec_ext in '' $ac_executable_extensions; do
8371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8372 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8374 break 2
8375 fi
8376done
81ecdfbb
RW
8377 done
8378IFS=$as_save_IFS
c6b750e1 8379
859789af
AC
8380fi
8381fi
c6b750e1 8382AS=$ac_cv_prog_AS
859789af 8383if test -n "$AS"; then
81ecdfbb
RW
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8385$as_echo "$AS" >&6; }
859789af 8386else
81ecdfbb
RW
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8388$as_echo "no" >&6; }
859789af
AC
8389fi
8390
81ecdfbb 8391
05cbd757
PB
8392 fi
8393 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8394 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8395set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8397$as_echo_n "checking for $ac_word... " >&6; }
8398if test "${ac_cv_prog_AS+set}" = set; then :
8399 $as_echo_n "(cached) " >&6
859789af 8400else
05cbd757
PB
8401 if test -n "$AS"; then
8402 ac_cv_prog_AS="$AS" # Let the user override the test.
859789af 8403else
c6b750e1
DJ
8404as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8405for as_dir in $PATH
8406do
8407 IFS=$as_save_IFS
8408 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8409 for ac_exec_ext in '' $ac_executable_extensions; do
8410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8411 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8413 break 2
8414 fi
8415done
81ecdfbb
RW
8416 done
8417IFS=$as_save_IFS
c6b750e1 8418
859789af
AC
8419fi
8420fi
c6b750e1 8421AS=$ac_cv_prog_AS
05cbd757 8422if test -n "$AS"; then
81ecdfbb
RW
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8424$as_echo "$AS" >&6; }
859789af 8425else
81ecdfbb
RW
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8427$as_echo "no" >&6; }
859789af 8428fi
c6b750e1 8429
81ecdfbb 8430
05cbd757
PB
8431 fi
8432 test -n "$ac_cv_prog_AS" && break
8433done
8434
8435if test -z "$ac_cv_prog_AS" ; then
8436 set dummy as
8437 if test $build = $host ; then
8438 AS="$2"
859789af 8439 else
05cbd757 8440 AS="${ncn_tool_prefix}$2"
859789af 8441 fi
859789af
AC
8442fi
8443
9a819804
AO
8444
8445
8446if test -n "$DLLTOOL"; then
8447 ac_cv_prog_DLLTOOL=$DLLTOOL
8448elif test -n "$ac_cv_prog_DLLTOOL"; then
8449 DLLTOOL=$ac_cv_prog_DLLTOOL
8450fi
8451
8452if test -n "$ac_cv_prog_DLLTOOL"; then
8453 for ncn_progname in dlltool; do
8454 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8455set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8457$as_echo_n "checking for $ac_word... " >&6; }
8458if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8459 $as_echo_n "(cached) " >&6
9a819804
AO
8460else
8461 if test -n "$DLLTOOL"; then
8462 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8463else
8464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8465for as_dir in $PATH
8466do
8467 IFS=$as_save_IFS
8468 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8469 for ac_exec_ext in '' $ac_executable_extensions; do
8470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8471 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8473 break 2
8474 fi
8475done
81ecdfbb
RW
8476 done
8477IFS=$as_save_IFS
9a819804
AO
8478
8479fi
8480fi
8481DLLTOOL=$ac_cv_prog_DLLTOOL
8482if test -n "$DLLTOOL"; then
81ecdfbb
RW
8483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8484$as_echo "$DLLTOOL" >&6; }
9a819804 8485else
81ecdfbb
RW
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8487$as_echo "no" >&6; }
9a819804
AO
8488fi
8489
81ecdfbb 8490
9a819804
AO
8491 done
8492fi
8493
8494for ncn_progname in dlltool; do
05cbd757
PB
8495 if test -n "$ncn_tool_prefix"; then
8496 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8497set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8499$as_echo_n "checking for $ac_word... " >&6; }
8500if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8501 $as_echo_n "(cached) " >&6
859789af
AC
8502else
8503 if test -n "$DLLTOOL"; then
8504 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8505else
c6b750e1
DJ
8506as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8507for as_dir in $PATH
8508do
8509 IFS=$as_save_IFS
8510 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8511 for ac_exec_ext in '' $ac_executable_extensions; do
8512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8513 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8515 break 2
8516 fi
8517done
81ecdfbb
RW
8518 done
8519IFS=$as_save_IFS
c6b750e1 8520
859789af
AC
8521fi
8522fi
c6b750e1 8523DLLTOOL=$ac_cv_prog_DLLTOOL
859789af 8524if test -n "$DLLTOOL"; then
81ecdfbb
RW
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8526$as_echo "$DLLTOOL" >&6; }
859789af 8527else
81ecdfbb
RW
8528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8529$as_echo "no" >&6; }
859789af
AC
8530fi
8531
81ecdfbb 8532
05cbd757
PB
8533 fi
8534 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8535 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8536set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8538$as_echo_n "checking for $ac_word... " >&6; }
8539if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8540 $as_echo_n "(cached) " >&6
859789af 8541else
05cbd757
PB
8542 if test -n "$DLLTOOL"; then
8543 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
859789af 8544else
c6b750e1
DJ
8545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8546for as_dir in $PATH
8547do
8548 IFS=$as_save_IFS
8549 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8550 for ac_exec_ext in '' $ac_executable_extensions; do
8551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8552 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8554 break 2
8555 fi
8556done
81ecdfbb
RW
8557 done
8558IFS=$as_save_IFS
c6b750e1 8559
859789af
AC
8560fi
8561fi
c6b750e1 8562DLLTOOL=$ac_cv_prog_DLLTOOL
05cbd757 8563if test -n "$DLLTOOL"; then
81ecdfbb
RW
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8565$as_echo "$DLLTOOL" >&6; }
859789af 8566else
81ecdfbb
RW
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8568$as_echo "no" >&6; }
859789af 8569fi
c6b750e1 8570
81ecdfbb 8571
05cbd757
PB
8572 fi
8573 test -n "$ac_cv_prog_DLLTOOL" && break
8574done
8575
8576if test -z "$ac_cv_prog_DLLTOOL" ; then
8577 set dummy dlltool
8578 if test $build = $host ; then
8579 DLLTOOL="$2"
859789af 8580 else
05cbd757 8581 DLLTOOL="${ncn_tool_prefix}$2"
859789af 8582 fi
859789af
AC
8583fi
8584
9a819804
AO
8585
8586
8587if test -n "$LD"; then
8588 ac_cv_prog_LD=$LD
8589elif test -n "$ac_cv_prog_LD"; then
8590 LD=$ac_cv_prog_LD
8591fi
8592
8593if test -n "$ac_cv_prog_LD"; then
8594 for ncn_progname in ld; do
8595 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8596set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8598$as_echo_n "checking for $ac_word... " >&6; }
8599if test "${ac_cv_prog_LD+set}" = set; then :
8600 $as_echo_n "(cached) " >&6
9a819804
AO
8601else
8602 if test -n "$LD"; then
8603 ac_cv_prog_LD="$LD" # Let the user override the test.
8604else
8605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8606for as_dir in $PATH
8607do
8608 IFS=$as_save_IFS
8609 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8610 for ac_exec_ext in '' $ac_executable_extensions; do
8611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8612 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8614 break 2
8615 fi
8616done
81ecdfbb
RW
8617 done
8618IFS=$as_save_IFS
9a819804
AO
8619
8620fi
8621fi
8622LD=$ac_cv_prog_LD
8623if test -n "$LD"; then
81ecdfbb
RW
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8625$as_echo "$LD" >&6; }
9a819804 8626else
81ecdfbb
RW
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8628$as_echo "no" >&6; }
9a819804
AO
8629fi
8630
81ecdfbb 8631
9a819804
AO
8632 done
8633fi
8634
8635for ncn_progname in ld; do
05cbd757
PB
8636 if test -n "$ncn_tool_prefix"; then
8637 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8638set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8640$as_echo_n "checking for $ac_word... " >&6; }
8641if test "${ac_cv_prog_LD+set}" = set; then :
8642 $as_echo_n "(cached) " >&6
859789af
AC
8643else
8644 if test -n "$LD"; then
8645 ac_cv_prog_LD="$LD" # Let the user override the test.
8646else
c6b750e1
DJ
8647as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8648for as_dir in $PATH
8649do
8650 IFS=$as_save_IFS
8651 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8652 for ac_exec_ext in '' $ac_executable_extensions; do
8653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8654 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8656 break 2
8657 fi
8658done
81ecdfbb
RW
8659 done
8660IFS=$as_save_IFS
c6b750e1 8661
859789af
AC
8662fi
8663fi
c6b750e1 8664LD=$ac_cv_prog_LD
859789af 8665if test -n "$LD"; then
81ecdfbb
RW
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8667$as_echo "$LD" >&6; }
859789af 8668else
81ecdfbb
RW
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8670$as_echo "no" >&6; }
859789af
AC
8671fi
8672
81ecdfbb 8673
05cbd757
PB
8674 fi
8675 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8676 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8677set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8679$as_echo_n "checking for $ac_word... " >&6; }
8680if test "${ac_cv_prog_LD+set}" = set; then :
8681 $as_echo_n "(cached) " >&6
859789af 8682else
05cbd757
PB
8683 if test -n "$LD"; then
8684 ac_cv_prog_LD="$LD" # Let the user override the test.
376a0e54 8685else
c6b750e1
DJ
8686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8687for as_dir in $PATH
8688do
8689 IFS=$as_save_IFS
8690 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8691 for ac_exec_ext in '' $ac_executable_extensions; do
8692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8693 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8695 break 2
8696 fi
8697done
81ecdfbb
RW
8698 done
8699IFS=$as_save_IFS
c6b750e1 8700
859789af
AC
8701fi
8702fi
c6b750e1 8703LD=$ac_cv_prog_LD
05cbd757 8704if test -n "$LD"; then
81ecdfbb
RW
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8706$as_echo "$LD" >&6; }
859789af 8707else
81ecdfbb
RW
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8709$as_echo "no" >&6; }
859789af 8710fi
c6b750e1 8711
81ecdfbb 8712
05cbd757
PB
8713 fi
8714 test -n "$ac_cv_prog_LD" && break
8715done
8716
8717if test -z "$ac_cv_prog_LD" ; then
8718 set dummy ld
8719 if test $build = $host ; then
8720 LD="$2"
859789af 8721 else
05cbd757 8722 LD="${ncn_tool_prefix}$2"
859789af 8723 fi
859789af
AC
8724fi
8725
9a819804
AO
8726
8727
8728if test -n "$LIPO"; then
8729 ac_cv_prog_LIPO=$LIPO
8730elif test -n "$ac_cv_prog_LIPO"; then
8731 LIPO=$ac_cv_prog_LIPO
8732fi
8733
8734if test -n "$ac_cv_prog_LIPO"; then
8735 for ncn_progname in lipo; do
8736 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8737set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8739$as_echo_n "checking for $ac_word... " >&6; }
8740if test "${ac_cv_prog_LIPO+set}" = set; then :
8741 $as_echo_n "(cached) " >&6
9a819804
AO
8742else
8743 if test -n "$LIPO"; then
8744 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8745else
8746as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8747for as_dir in $PATH
8748do
8749 IFS=$as_save_IFS
8750 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8751 for ac_exec_ext in '' $ac_executable_extensions; do
8752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8753 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8755 break 2
8756 fi
8757done
81ecdfbb
RW
8758 done
8759IFS=$as_save_IFS
9a819804
AO
8760
8761fi
8762fi
8763LIPO=$ac_cv_prog_LIPO
8764if test -n "$LIPO"; then
81ecdfbb
RW
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8766$as_echo "$LIPO" >&6; }
9a819804 8767else
81ecdfbb
RW
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8769$as_echo "no" >&6; }
9a819804
AO
8770fi
8771
81ecdfbb 8772
9a819804
AO
8773 done
8774fi
8775
8776for ncn_progname in lipo; do
be01d343
PB
8777 if test -n "$ncn_tool_prefix"; then
8778 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8779set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8780{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8781$as_echo_n "checking for $ac_word... " >&6; }
8782if test "${ac_cv_prog_LIPO+set}" = set; then :
8783 $as_echo_n "(cached) " >&6
be01d343
PB
8784else
8785 if test -n "$LIPO"; then
8786 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8787else
c6b750e1
DJ
8788as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8789for as_dir in $PATH
8790do
8791 IFS=$as_save_IFS
8792 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8793 for ac_exec_ext in '' $ac_executable_extensions; do
8794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8795 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8797 break 2
8798 fi
8799done
81ecdfbb
RW
8800 done
8801IFS=$as_save_IFS
c6b750e1 8802
be01d343
PB
8803fi
8804fi
c6b750e1 8805LIPO=$ac_cv_prog_LIPO
be01d343 8806if test -n "$LIPO"; then
81ecdfbb
RW
8807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8808$as_echo "$LIPO" >&6; }
be01d343 8809else
81ecdfbb
RW
8810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8811$as_echo "no" >&6; }
be01d343
PB
8812fi
8813
81ecdfbb 8814
be01d343
PB
8815 fi
8816 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8817 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8818set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8820$as_echo_n "checking for $ac_word... " >&6; }
8821if test "${ac_cv_prog_LIPO+set}" = set; then :
8822 $as_echo_n "(cached) " >&6
be01d343
PB
8823else
8824 if test -n "$LIPO"; then
8825 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8826else
c6b750e1
DJ
8827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8828for as_dir in $PATH
8829do
8830 IFS=$as_save_IFS
8831 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8832 for ac_exec_ext in '' $ac_executable_extensions; do
8833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8834 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8836 break 2
8837 fi
8838done
81ecdfbb
RW
8839 done
8840IFS=$as_save_IFS
c6b750e1 8841
be01d343
PB
8842fi
8843fi
c6b750e1 8844LIPO=$ac_cv_prog_LIPO
be01d343 8845if test -n "$LIPO"; then
81ecdfbb
RW
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8847$as_echo "$LIPO" >&6; }
be01d343 8848else
81ecdfbb
RW
8849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8850$as_echo "no" >&6; }
be01d343 8851fi
c6b750e1 8852
81ecdfbb 8853
be01d343
PB
8854 fi
8855 test -n "$ac_cv_prog_LIPO" && break
8856done
8857
8858if test -z "$ac_cv_prog_LIPO" ; then
8859 set dummy lipo
8860 if test $build = $host ; then
8861 LIPO="$2"
8862 else
8863 LIPO="${ncn_tool_prefix}$2"
8864 fi
8865fi
8866
9a819804
AO
8867
8868
8869if test -n "$NM"; then
8870 ac_cv_prog_NM=$NM
8871elif test -n "$ac_cv_prog_NM"; then
8872 NM=$ac_cv_prog_NM
8873fi
8874
8875if test -n "$ac_cv_prog_NM"; then
8876 for ncn_progname in nm; do
8877 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8878set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8880$as_echo_n "checking for $ac_word... " >&6; }
8881if test "${ac_cv_prog_NM+set}" = set; then :
8882 $as_echo_n "(cached) " >&6
859789af
AC
8883else
8884 if test -n "$NM"; then
8885 ac_cv_prog_NM="$NM" # Let the user override the test.
8886else
c6b750e1
DJ
8887as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8888for as_dir in $PATH
8889do
8890 IFS=$as_save_IFS
8891 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8892 for ac_exec_ext in '' $ac_executable_extensions; do
8893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8894 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8896 break 2
8897 fi
8898done
81ecdfbb
RW
8899 done
8900IFS=$as_save_IFS
c6b750e1 8901
859789af
AC
8902fi
8903fi
c6b750e1 8904NM=$ac_cv_prog_NM
859789af 8905if test -n "$NM"; then
81ecdfbb
RW
8906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8907$as_echo "$NM" >&6; }
859789af 8908else
81ecdfbb
RW
8909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8910$as_echo "no" >&6; }
859789af
AC
8911fi
8912
81ecdfbb 8913
9a819804
AO
8914 done
8915fi
8916
8917for ncn_progname in nm; do
8918 if test -n "$ncn_tool_prefix"; then
8919 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8920set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8922$as_echo_n "checking for $ac_word... " >&6; }
8923if test "${ac_cv_prog_NM+set}" = set; then :
8924 $as_echo_n "(cached) " >&6
859789af 8925else
05cbd757
PB
8926 if test -n "$NM"; then
8927 ac_cv_prog_NM="$NM" # Let the user override the test.
859789af 8928else
c6b750e1
DJ
8929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8930for as_dir in $PATH
8931do
8932 IFS=$as_save_IFS
8933 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8934 for ac_exec_ext in '' $ac_executable_extensions; do
8935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8936 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8938 break 2
8939 fi
8940done
81ecdfbb
RW
8941 done
8942IFS=$as_save_IFS
c6b750e1 8943
859789af
AC
8944fi
8945fi
c6b750e1 8946NM=$ac_cv_prog_NM
05cbd757 8947if test -n "$NM"; then
81ecdfbb
RW
8948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8949$as_echo "$NM" >&6; }
859789af 8950else
81ecdfbb
RW
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8952$as_echo "no" >&6; }
859789af 8953fi
c6b750e1 8954
81ecdfbb 8955
05cbd757 8956 fi
9a819804
AO
8957 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8958 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8959set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8961$as_echo_n "checking for $ac_word... " >&6; }
8962if test "${ac_cv_prog_NM+set}" = set; then :
8963 $as_echo_n "(cached) " >&6
9a819804
AO
8964else
8965 if test -n "$NM"; then
8966 ac_cv_prog_NM="$NM" # Let the user override the test.
8967else
8968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8969for as_dir in $PATH
8970do
8971 IFS=$as_save_IFS
8972 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8973 for ac_exec_ext in '' $ac_executable_extensions; do
8974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8975 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8977 break 2
8978 fi
8979done
81ecdfbb
RW
8980 done
8981IFS=$as_save_IFS
9a819804
AO
8982
8983fi
8984fi
8985NM=$ac_cv_prog_NM
8986if test -n "$NM"; then
81ecdfbb
RW
8987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8988$as_echo "$NM" >&6; }
9a819804 8989else
81ecdfbb
RW
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8991$as_echo "no" >&6; }
9a819804
AO
8992fi
8993
81ecdfbb 8994
9a819804
AO
8995 fi
8996 test -n "$ac_cv_prog_NM" && break
8997done
8998
8999if test -z "$ac_cv_prog_NM" ; then
9000 set dummy nm
9001 if test $build = $host ; then
9002 NM="$2"
9003 else
9004 NM="${ncn_tool_prefix}$2"
9005 fi
9006fi
9007
9008
9009
9010if test -n "$RANLIB"; then
9011 ac_cv_prog_RANLIB=$RANLIB
9012elif test -n "$ac_cv_prog_RANLIB"; then
9013 RANLIB=$ac_cv_prog_RANLIB
9014fi
9015
9016if test -n "$ac_cv_prog_RANLIB"; then
9017 for ncn_progname in ranlib; do
9018 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9019set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9020{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9021$as_echo_n "checking for $ac_word... " >&6; }
9022if test "${ac_cv_prog_RANLIB+set}" = set; then :
9023 $as_echo_n "(cached) " >&6
9a819804
AO
9024else
9025 if test -n "$RANLIB"; then
9026 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9027else
9028as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9029for as_dir in $PATH
9030do
9031 IFS=$as_save_IFS
9032 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9033 for ac_exec_ext in '' $ac_executable_extensions; do
9034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9035 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 9036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9037 break 2
9038 fi
9039done
81ecdfbb
RW
9040 done
9041IFS=$as_save_IFS
9a819804
AO
9042
9043fi
9044fi
9045RANLIB=$ac_cv_prog_RANLIB
9046if test -n "$RANLIB"; then
81ecdfbb
RW
9047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9048$as_echo "$RANLIB" >&6; }
9a819804 9049else
81ecdfbb
RW
9050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9051$as_echo "no" >&6; }
9a819804
AO
9052fi
9053
81ecdfbb 9054
9a819804
AO
9055 done
9056fi
859789af 9057
9a819804 9058for ncn_progname in ranlib; do
05cbd757
PB
9059 if test -n "$ncn_tool_prefix"; then
9060 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9061set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9063$as_echo_n "checking for $ac_word... " >&6; }
9064if test "${ac_cv_prog_RANLIB+set}" = set; then :
9065 $as_echo_n "(cached) " >&6
859789af
AC
9066else
9067 if test -n "$RANLIB"; then
9068 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9069else
c6b750e1
DJ
9070as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9071for as_dir in $PATH
9072do
9073 IFS=$as_save_IFS
9074 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9075 for ac_exec_ext in '' $ac_executable_extensions; do
9076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9077 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9079 break 2
9080 fi
9081done
81ecdfbb
RW
9082 done
9083IFS=$as_save_IFS
c6b750e1 9084
859789af
AC
9085fi
9086fi
c6b750e1 9087RANLIB=$ac_cv_prog_RANLIB
859789af 9088if test -n "$RANLIB"; then
81ecdfbb
RW
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9090$as_echo "$RANLIB" >&6; }
859789af 9091else
81ecdfbb
RW
9092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9093$as_echo "no" >&6; }
859789af
AC
9094fi
9095
81ecdfbb 9096
05cbd757
PB
9097 fi
9098 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9099 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9100set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9102$as_echo_n "checking for $ac_word... " >&6; }
9103if test "${ac_cv_prog_RANLIB+set}" = set; then :
9104 $as_echo_n "(cached) " >&6
859789af 9105else
05cbd757
PB
9106 if test -n "$RANLIB"; then
9107 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
859789af 9108else
c6b750e1
DJ
9109as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9110for as_dir in $PATH
9111do
9112 IFS=$as_save_IFS
9113 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9114 for ac_exec_ext in '' $ac_executable_extensions; do
9115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9116 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 9117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9118 break 2
9119 fi
9120done
81ecdfbb
RW
9121 done
9122IFS=$as_save_IFS
c6b750e1 9123
859789af
AC
9124fi
9125fi
c6b750e1 9126RANLIB=$ac_cv_prog_RANLIB
05cbd757 9127if test -n "$RANLIB"; then
81ecdfbb
RW
9128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9129$as_echo "$RANLIB" >&6; }
859789af 9130else
81ecdfbb
RW
9131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9132$as_echo "no" >&6; }
859789af 9133fi
c6b750e1 9134
81ecdfbb 9135
859789af 9136 fi
05cbd757
PB
9137 test -n "$ac_cv_prog_RANLIB" && break
9138done
9139
9140if test -z "$ac_cv_prog_RANLIB" ; then
ba98da75 9141 RANLIB="true"
859789af
AC
9142fi
9143
9a819804
AO
9144
9145
9146if test -n "$STRIP"; then
9147 ac_cv_prog_STRIP=$STRIP
9148elif test -n "$ac_cv_prog_STRIP"; then
9149 STRIP=$ac_cv_prog_STRIP
9150fi
9151
9152if test -n "$ac_cv_prog_STRIP"; then
9153 for ncn_progname in strip; do
9154 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9155set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9157$as_echo_n "checking for $ac_word... " >&6; }
9158if test "${ac_cv_prog_STRIP+set}" = set; then :
9159 $as_echo_n "(cached) " >&6
9a819804
AO
9160else
9161 if test -n "$STRIP"; then
9162 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9163else
9164as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9165for as_dir in $PATH
9166do
9167 IFS=$as_save_IFS
9168 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9169 for ac_exec_ext in '' $ac_executable_extensions; do
9170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9171 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9173 break 2
9174 fi
9175done
81ecdfbb
RW
9176 done
9177IFS=$as_save_IFS
9a819804
AO
9178
9179fi
9180fi
9181STRIP=$ac_cv_prog_STRIP
9182if test -n "$STRIP"; then
81ecdfbb
RW
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9184$as_echo "$STRIP" >&6; }
9a819804 9185else
81ecdfbb
RW
9186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9187$as_echo "no" >&6; }
9a819804
AO
9188fi
9189
81ecdfbb 9190
9a819804
AO
9191 done
9192fi
9193
9194for ncn_progname in strip; do
be01d343
PB
9195 if test -n "$ncn_tool_prefix"; then
9196 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9197set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9199$as_echo_n "checking for $ac_word... " >&6; }
9200if test "${ac_cv_prog_STRIP+set}" = set; then :
9201 $as_echo_n "(cached) " >&6
be01d343
PB
9202else
9203 if test -n "$STRIP"; then
9204 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9205else
c6b750e1
DJ
9206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9207for as_dir in $PATH
9208do
9209 IFS=$as_save_IFS
9210 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9211 for ac_exec_ext in '' $ac_executable_extensions; do
9212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9213 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9215 break 2
9216 fi
9217done
81ecdfbb
RW
9218 done
9219IFS=$as_save_IFS
c6b750e1 9220
be01d343
PB
9221fi
9222fi
c6b750e1 9223STRIP=$ac_cv_prog_STRIP
be01d343 9224if test -n "$STRIP"; then
81ecdfbb
RW
9225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9226$as_echo "$STRIP" >&6; }
be01d343 9227else
81ecdfbb
RW
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9229$as_echo "no" >&6; }
be01d343
PB
9230fi
9231
81ecdfbb 9232
be01d343
PB
9233 fi
9234 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9235 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9236set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9238$as_echo_n "checking for $ac_word... " >&6; }
9239if test "${ac_cv_prog_STRIP+set}" = set; then :
9240 $as_echo_n "(cached) " >&6
be01d343
PB
9241else
9242 if test -n "$STRIP"; then
9243 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9244else
c6b750e1
DJ
9245as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9246for as_dir in $PATH
9247do
9248 IFS=$as_save_IFS
9249 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9250 for ac_exec_ext in '' $ac_executable_extensions; do
9251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9252 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9254 break 2
9255 fi
9256done
81ecdfbb
RW
9257 done
9258IFS=$as_save_IFS
c6b750e1 9259
be01d343
PB
9260fi
9261fi
c6b750e1 9262STRIP=$ac_cv_prog_STRIP
be01d343 9263if test -n "$STRIP"; then
81ecdfbb
RW
9264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9265$as_echo "$STRIP" >&6; }
be01d343 9266else
81ecdfbb
RW
9267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9268$as_echo "no" >&6; }
be01d343 9269fi
c6b750e1 9270
81ecdfbb 9271
be01d343
PB
9272 fi
9273 test -n "$ac_cv_prog_STRIP" && break
9274done
9275
9276if test -z "$ac_cv_prog_STRIP" ; then
ba98da75 9277 STRIP="true"
be01d343
PB
9278fi
9279
9a819804
AO
9280
9281
9282if test -n "$WINDRES"; then
9283 ac_cv_prog_WINDRES=$WINDRES
9284elif test -n "$ac_cv_prog_WINDRES"; then
9285 WINDRES=$ac_cv_prog_WINDRES
9286fi
9287
9288if test -n "$ac_cv_prog_WINDRES"; then
9289 for ncn_progname in windres; do
9290 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9291set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9293$as_echo_n "checking for $ac_word... " >&6; }
9294if test "${ac_cv_prog_WINDRES+set}" = set; then :
9295 $as_echo_n "(cached) " >&6
9a819804
AO
9296else
9297 if test -n "$WINDRES"; then
9298 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9299else
9300as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9301for as_dir in $PATH
9302do
9303 IFS=$as_save_IFS
9304 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9305 for ac_exec_ext in '' $ac_executable_extensions; do
9306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9307 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9309 break 2
9310 fi
9311done
81ecdfbb
RW
9312 done
9313IFS=$as_save_IFS
9a819804
AO
9314
9315fi
9316fi
9317WINDRES=$ac_cv_prog_WINDRES
9318if test -n "$WINDRES"; then
81ecdfbb
RW
9319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9320$as_echo "$WINDRES" >&6; }
9a819804 9321else
81ecdfbb
RW
9322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9323$as_echo "no" >&6; }
9a819804
AO
9324fi
9325
81ecdfbb 9326
9a819804
AO
9327 done
9328fi
9329
9330for ncn_progname in windres; do
05cbd757
PB
9331 if test -n "$ncn_tool_prefix"; then
9332 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9333set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9335$as_echo_n "checking for $ac_word... " >&6; }
9336if test "${ac_cv_prog_WINDRES+set}" = set; then :
9337 $as_echo_n "(cached) " >&6
859789af
AC
9338else
9339 if test -n "$WINDRES"; then
9340 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9341else
c6b750e1
DJ
9342as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9343for as_dir in $PATH
9344do
9345 IFS=$as_save_IFS
9346 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9347 for ac_exec_ext in '' $ac_executable_extensions; do
9348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9349 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9351 break 2
9352 fi
9353done
81ecdfbb
RW
9354 done
9355IFS=$as_save_IFS
c6b750e1 9356
859789af
AC
9357fi
9358fi
c6b750e1 9359WINDRES=$ac_cv_prog_WINDRES
859789af 9360if test -n "$WINDRES"; then
81ecdfbb
RW
9361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9362$as_echo "$WINDRES" >&6; }
859789af 9363else
81ecdfbb
RW
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9365$as_echo "no" >&6; }
859789af
AC
9366fi
9367
81ecdfbb 9368
05cbd757
PB
9369 fi
9370 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9371 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9372set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9374$as_echo_n "checking for $ac_word... " >&6; }
9375if test "${ac_cv_prog_WINDRES+set}" = set; then :
9376 $as_echo_n "(cached) " >&6
859789af 9377else
05cbd757
PB
9378 if test -n "$WINDRES"; then
9379 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
859789af 9380else
c6b750e1
DJ
9381as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9382for as_dir in $PATH
9383do
9384 IFS=$as_save_IFS
9385 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9386 for ac_exec_ext in '' $ac_executable_extensions; do
9387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9388 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9390 break 2
9391 fi
9392done
81ecdfbb
RW
9393 done
9394IFS=$as_save_IFS
c6b750e1 9395
859789af
AC
9396fi
9397fi
c6b750e1 9398WINDRES=$ac_cv_prog_WINDRES
05cbd757 9399if test -n "$WINDRES"; then
81ecdfbb
RW
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9401$as_echo "$WINDRES" >&6; }
859789af 9402else
81ecdfbb
RW
9403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9404$as_echo "no" >&6; }
859789af 9405fi
c6b750e1 9406
81ecdfbb 9407
05cbd757
PB
9408 fi
9409 test -n "$ac_cv_prog_WINDRES" && break
9410done
9411
9412if test -z "$ac_cv_prog_WINDRES" ; then
9413 set dummy windres
9414 if test $build = $host ; then
9415 WINDRES="$2"
859789af 9416 else
05cbd757 9417 WINDRES="${ncn_tool_prefix}$2"
859789af 9418 fi
859789af
AC
9419fi
9420
9a819804
AO
9421
9422
0c24b341
NC
9423if test -n "$WINDMC"; then
9424 ac_cv_prog_WINDMC=$WINDMC
9425elif test -n "$ac_cv_prog_WINDMC"; then
9426 WINDMC=$ac_cv_prog_WINDMC
9427fi
9428
9429if test -n "$ac_cv_prog_WINDMC"; then
9430 for ncn_progname in windmc; do
9431 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9432set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9434$as_echo_n "checking for $ac_word... " >&6; }
9435if test "${ac_cv_prog_WINDMC+set}" = set; then :
9436 $as_echo_n "(cached) " >&6
0c24b341
NC
9437else
9438 if test -n "$WINDMC"; then
9439 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9440else
9441as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9442for as_dir in $PATH
9443do
9444 IFS=$as_save_IFS
9445 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9446 for ac_exec_ext in '' $ac_executable_extensions; do
9447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9448 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9450 break 2
9451 fi
9452done
81ecdfbb
RW
9453 done
9454IFS=$as_save_IFS
0c24b341
NC
9455
9456fi
9457fi
9458WINDMC=$ac_cv_prog_WINDMC
9459if test -n "$WINDMC"; then
81ecdfbb
RW
9460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9461$as_echo "$WINDMC" >&6; }
0c24b341 9462else
81ecdfbb
RW
9463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9464$as_echo "no" >&6; }
0c24b341
NC
9465fi
9466
81ecdfbb 9467
0c24b341
NC
9468 done
9469fi
9470
9471for ncn_progname in windmc; do
9472 if test -n "$ncn_tool_prefix"; then
9473 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9474set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9476$as_echo_n "checking for $ac_word... " >&6; }
9477if test "${ac_cv_prog_WINDMC+set}" = set; then :
9478 $as_echo_n "(cached) " >&6
0c24b341
NC
9479else
9480 if test -n "$WINDMC"; then
9481 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9482else
9483as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9484for as_dir in $PATH
9485do
9486 IFS=$as_save_IFS
9487 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9488 for ac_exec_ext in '' $ac_executable_extensions; do
9489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9490 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9492 break 2
9493 fi
9494done
81ecdfbb
RW
9495 done
9496IFS=$as_save_IFS
0c24b341
NC
9497
9498fi
9499fi
9500WINDMC=$ac_cv_prog_WINDMC
9501if test -n "$WINDMC"; then
81ecdfbb
RW
9502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9503$as_echo "$WINDMC" >&6; }
0c24b341 9504else
81ecdfbb
RW
9505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9506$as_echo "no" >&6; }
0c24b341
NC
9507fi
9508
81ecdfbb 9509
0c24b341
NC
9510 fi
9511 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9512 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9513set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9515$as_echo_n "checking for $ac_word... " >&6; }
9516if test "${ac_cv_prog_WINDMC+set}" = set; then :
9517 $as_echo_n "(cached) " >&6
0c24b341
NC
9518else
9519 if test -n "$WINDMC"; then
9520 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9521else
9522as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9523for as_dir in $PATH
9524do
9525 IFS=$as_save_IFS
9526 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9527 for ac_exec_ext in '' $ac_executable_extensions; do
9528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9529 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9531 break 2
9532 fi
9533done
81ecdfbb
RW
9534 done
9535IFS=$as_save_IFS
0c24b341
NC
9536
9537fi
9538fi
9539WINDMC=$ac_cv_prog_WINDMC
9540if test -n "$WINDMC"; then
81ecdfbb
RW
9541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9542$as_echo "$WINDMC" >&6; }
0c24b341 9543else
81ecdfbb
RW
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9545$as_echo "no" >&6; }
0c24b341
NC
9546fi
9547
81ecdfbb 9548
0c24b341
NC
9549 fi
9550 test -n "$ac_cv_prog_WINDMC" && break
9551done
9552
9553if test -z "$ac_cv_prog_WINDMC" ; then
9554 set dummy windmc
9555 if test $build = $host ; then
9556 WINDMC="$2"
9557 else
9558 WINDMC="${ncn_tool_prefix}$2"
9559 fi
9560fi
9561
9562
9563
9a819804
AO
9564if test -n "$OBJCOPY"; then
9565 ac_cv_prog_OBJCOPY=$OBJCOPY
9566elif test -n "$ac_cv_prog_OBJCOPY"; then
9567 OBJCOPY=$ac_cv_prog_OBJCOPY
9568fi
9569
9570if test -n "$ac_cv_prog_OBJCOPY"; then
9571 for ncn_progname in objcopy; do
9572 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9573set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9575$as_echo_n "checking for $ac_word... " >&6; }
9576if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9577 $as_echo_n "(cached) " >&6
9a819804
AO
9578else
9579 if test -n "$OBJCOPY"; then
9580 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9581else
9582as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9583for as_dir in $PATH
9584do
9585 IFS=$as_save_IFS
9586 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9587 for ac_exec_ext in '' $ac_executable_extensions; do
9588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9589 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9591 break 2
9592 fi
9593done
81ecdfbb
RW
9594 done
9595IFS=$as_save_IFS
9a819804
AO
9596
9597fi
9598fi
9599OBJCOPY=$ac_cv_prog_OBJCOPY
9600if test -n "$OBJCOPY"; then
81ecdfbb
RW
9601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9602$as_echo "$OBJCOPY" >&6; }
9a819804 9603else
81ecdfbb
RW
9604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9605$as_echo "no" >&6; }
9a819804
AO
9606fi
9607
81ecdfbb 9608
9a819804
AO
9609 done
9610fi
9611
9612for ncn_progname in objcopy; do
05cbd757
PB
9613 if test -n "$ncn_tool_prefix"; then
9614 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9615set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9617$as_echo_n "checking for $ac_word... " >&6; }
9618if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9619 $as_echo_n "(cached) " >&6
859789af
AC
9620else
9621 if test -n "$OBJCOPY"; then
9622 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9623else
c6b750e1
DJ
9624as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9625for as_dir in $PATH
9626do
9627 IFS=$as_save_IFS
9628 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9629 for ac_exec_ext in '' $ac_executable_extensions; do
9630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9631 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9633 break 2
9634 fi
9635done
81ecdfbb
RW
9636 done
9637IFS=$as_save_IFS
c6b750e1 9638
859789af
AC
9639fi
9640fi
c6b750e1 9641OBJCOPY=$ac_cv_prog_OBJCOPY
859789af 9642if test -n "$OBJCOPY"; then
81ecdfbb
RW
9643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9644$as_echo "$OBJCOPY" >&6; }
859789af 9645else
81ecdfbb
RW
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9647$as_echo "no" >&6; }
859789af
AC
9648fi
9649
81ecdfbb 9650
05cbd757
PB
9651 fi
9652 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9653 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9654set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9656$as_echo_n "checking for $ac_word... " >&6; }
9657if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9658 $as_echo_n "(cached) " >&6
859789af 9659else
05cbd757
PB
9660 if test -n "$OBJCOPY"; then
9661 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
859789af 9662else
c6b750e1
DJ
9663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9664for as_dir in $PATH
9665do
9666 IFS=$as_save_IFS
9667 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9668 for ac_exec_ext in '' $ac_executable_extensions; do
9669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9670 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9672 break 2
9673 fi
9674done
81ecdfbb
RW
9675 done
9676IFS=$as_save_IFS
c6b750e1 9677
859789af
AC
9678fi
9679fi
c6b750e1 9680OBJCOPY=$ac_cv_prog_OBJCOPY
05cbd757 9681if test -n "$OBJCOPY"; then
81ecdfbb
RW
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9683$as_echo "$OBJCOPY" >&6; }
859789af 9684else
81ecdfbb
RW
9685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9686$as_echo "no" >&6; }
859789af 9687fi
c6b750e1 9688
81ecdfbb 9689
05cbd757
PB
9690 fi
9691 test -n "$ac_cv_prog_OBJCOPY" && break
9692done
9693
9694if test -z "$ac_cv_prog_OBJCOPY" ; then
9695 set dummy objcopy
9696 if test $build = $host ; then
9697 OBJCOPY="$2"
859789af 9698 else
05cbd757 9699 OBJCOPY="${ncn_tool_prefix}$2"
859789af 9700 fi
859789af
AC
9701fi
9702
9a819804
AO
9703
9704
9705if test -n "$OBJDUMP"; then
9706 ac_cv_prog_OBJDUMP=$OBJDUMP
9707elif test -n "$ac_cv_prog_OBJDUMP"; then
9708 OBJDUMP=$ac_cv_prog_OBJDUMP
9709fi
9710
9711if test -n "$ac_cv_prog_OBJDUMP"; then
9712 for ncn_progname in objdump; do
9713 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9714set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9716$as_echo_n "checking for $ac_word... " >&6; }
9717if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9718 $as_echo_n "(cached) " >&6
9a819804
AO
9719else
9720 if test -n "$OBJDUMP"; then
9721 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9722else
9723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9724for as_dir in $PATH
9725do
9726 IFS=$as_save_IFS
9727 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9728 for ac_exec_ext in '' $ac_executable_extensions; do
9729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9730 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9732 break 2
9733 fi
9734done
81ecdfbb
RW
9735 done
9736IFS=$as_save_IFS
9a819804
AO
9737
9738fi
9739fi
9740OBJDUMP=$ac_cv_prog_OBJDUMP
9741if test -n "$OBJDUMP"; then
81ecdfbb
RW
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9743$as_echo "$OBJDUMP" >&6; }
9a819804 9744else
81ecdfbb
RW
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9746$as_echo "no" >&6; }
9a819804
AO
9747fi
9748
81ecdfbb 9749
9a819804
AO
9750 done
9751fi
9752
9753for ncn_progname in objdump; do
05cbd757
PB
9754 if test -n "$ncn_tool_prefix"; then
9755 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9756set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9758$as_echo_n "checking for $ac_word... " >&6; }
9759if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9760 $as_echo_n "(cached) " >&6
859789af
AC
9761else
9762 if test -n "$OBJDUMP"; then
9763 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9764else
c6b750e1
DJ
9765as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9766for as_dir in $PATH
9767do
9768 IFS=$as_save_IFS
9769 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9770 for ac_exec_ext in '' $ac_executable_extensions; do
9771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9772 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9774 break 2
9775 fi
9776done
81ecdfbb
RW
9777 done
9778IFS=$as_save_IFS
c6b750e1 9779
859789af
AC
9780fi
9781fi
c6b750e1 9782OBJDUMP=$ac_cv_prog_OBJDUMP
859789af 9783if test -n "$OBJDUMP"; then
81ecdfbb
RW
9784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9785$as_echo "$OBJDUMP" >&6; }
859789af 9786else
81ecdfbb
RW
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9788$as_echo "no" >&6; }
859789af
AC
9789fi
9790
81ecdfbb 9791
05cbd757
PB
9792 fi
9793 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9794 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9795set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9797$as_echo_n "checking for $ac_word... " >&6; }
9798if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9799 $as_echo_n "(cached) " >&6
859789af 9800else
05cbd757
PB
9801 if test -n "$OBJDUMP"; then
9802 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
859789af 9803else
c6b750e1
DJ
9804as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9805for as_dir in $PATH
9806do
9807 IFS=$as_save_IFS
9808 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9809 for ac_exec_ext in '' $ac_executable_extensions; do
9810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9811 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9813 break 2
9814 fi
9815done
81ecdfbb
RW
9816 done
9817IFS=$as_save_IFS
c6b750e1 9818
859789af
AC
9819fi
9820fi
c6b750e1 9821OBJDUMP=$ac_cv_prog_OBJDUMP
05cbd757 9822if test -n "$OBJDUMP"; then
81ecdfbb
RW
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9824$as_echo "$OBJDUMP" >&6; }
859789af 9825else
81ecdfbb
RW
9826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9827$as_echo "no" >&6; }
859789af 9828fi
c6b750e1 9829
81ecdfbb 9830
05cbd757
PB
9831 fi
9832 test -n "$ac_cv_prog_OBJDUMP" && break
9833done
9834
9835if test -z "$ac_cv_prog_OBJDUMP" ; then
9836 set dummy objdump
9837 if test $build = $host ; then
9838 OBJDUMP="$2"
859789af 9839 else
05cbd757 9840 OBJDUMP="${ncn_tool_prefix}$2"
859789af 9841 fi
859789af
AC
9842fi
9843
a0da8069
NN
9844
9845
9846
9847
9848
be01d343 9849# Target tools.
c6b750e1 9850
81ecdfbb
RW
9851# Check whether --with-build-time-tools was given.
9852if test "${with_build_time_tools+set}" = set; then :
9853 withval=$with_build_time_tools; case x"$withval" in
2429c060
PB
9854 x/*) ;;
9855 *)
9856 with_build_time_tools=
81ecdfbb
RW
9857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9858$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
2429c060
PB
9859 ;;
9860 esac
859789af 9861else
2429c060 9862 with_build_time_tools=
81ecdfbb
RW
9863fi
9864
859789af 9865
9a819804
AO
9866
9867
9868if test -n "$CC_FOR_TARGET"; then
9869 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9870elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9871 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9872fi
9873
9874if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9875 for ncn_progname in cc gcc; do
9876 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9877set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9879$as_echo_n "checking for $ac_word... " >&6; }
9880if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9881 $as_echo_n "(cached) " >&6
9a819804
AO
9882else
9883 if test -n "$CC_FOR_TARGET"; then
9884 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9885else
9886as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9887for as_dir in $PATH
9888do
9889 IFS=$as_save_IFS
9890 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9891 for ac_exec_ext in '' $ac_executable_extensions; do
9892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9893 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9895 break 2
9896 fi
9897done
81ecdfbb
RW
9898 done
9899IFS=$as_save_IFS
9a819804
AO
9900
9901fi
9902fi
9903CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9904if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9906$as_echo "$CC_FOR_TARGET" >&6; }
9a819804 9907else
81ecdfbb
RW
9908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9909$as_echo "no" >&6; }
9a819804
AO
9910fi
9911
81ecdfbb 9912
9a819804
AO
9913 done
9914fi
9915
9916if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9917 for ncn_progname in cc gcc; do
81ecdfbb
RW
9918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9919$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9920 if test -x $with_build_time_tools/${ncn_progname}; then
9921 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9923$as_echo "yes" >&6; }
cac3d6c4 9924 break
2429c060 9925 else
81ecdfbb
RW
9926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9927$as_echo "no" >&6; }
cac3d6c4
CM
9928 fi
9929 done
55db4b87
PB
9930fi
9931
2429c060
PB
9932if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9933 for ncn_progname in cc gcc; do
9934 if test -n "$ncn_target_tool_prefix"; then
9935 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9936set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9938$as_echo_n "checking for $ac_word... " >&6; }
9939if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9940 $as_echo_n "(cached) " >&6
55db4b87
PB
9941else
9942 if test -n "$CC_FOR_TARGET"; then
9943 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9944else
c6b750e1
DJ
9945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9946for as_dir in $PATH
9947do
9948 IFS=$as_save_IFS
9949 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9950 for ac_exec_ext in '' $ac_executable_extensions; do
9951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9952 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9954 break 2
9955 fi
9956done
81ecdfbb
RW
9957 done
9958IFS=$as_save_IFS
c6b750e1 9959
55db4b87
PB
9960fi
9961fi
c6b750e1 9962CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
55db4b87 9963if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9965$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9966else
81ecdfbb
RW
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9968$as_echo "no" >&6; }
55db4b87
PB
9969fi
9970
81ecdfbb 9971
2429c060
PB
9972 fi
9973 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9974 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9975set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9977$as_echo_n "checking for $ac_word... " >&6; }
9978if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9979 $as_echo_n "(cached) " >&6
55db4b87 9980else
05cbd757
PB
9981 if test -n "$CC_FOR_TARGET"; then
9982 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
55db4b87 9983else
c6b750e1
DJ
9984as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9985for as_dir in $PATH
9986do
9987 IFS=$as_save_IFS
9988 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9989 for ac_exec_ext in '' $ac_executable_extensions; do
9990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9991 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9993 break 2
9994 fi
9995done
81ecdfbb
RW
9996 done
9997IFS=$as_save_IFS
c6b750e1 9998
55db4b87
PB
9999fi
10000fi
c6b750e1 10001CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
05cbd757 10002if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
10003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10004$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 10005else
81ecdfbb
RW
10006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10007$as_echo "no" >&6; }
55db4b87 10008fi
c6b750e1 10009
81ecdfbb 10010
2429c060
PB
10011 fi
10012 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10013 done
10014fi
c6b750e1 10015
05cbd757
PB
10016if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10017 set dummy cc gcc
10018 if test $build = $target ; then
10019 CC_FOR_TARGET="$2"
55db4b87 10020 else
05cbd757 10021 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10022 fi
d3f5afc4
MS
10023else
10024 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
55db4b87
PB
10025fi
10026
9a819804
AO
10027
10028
10029if test -n "$CXX_FOR_TARGET"; then
10030 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10031elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10032 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10033fi
10034
10035if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10036 for ncn_progname in c++ g++ cxx gxx; do
10037 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10038set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10040$as_echo_n "checking for $ac_word... " >&6; }
10041if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10042 $as_echo_n "(cached) " >&6
9a819804
AO
10043else
10044 if test -n "$CXX_FOR_TARGET"; then
10045 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10046else
10047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10048for as_dir in $PATH
10049do
10050 IFS=$as_save_IFS
10051 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10052 for ac_exec_ext in '' $ac_executable_extensions; do
10053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10054 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10056 break 2
10057 fi
10058done
81ecdfbb
RW
10059 done
10060IFS=$as_save_IFS
9a819804
AO
10061
10062fi
10063fi
10064CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10065if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10067$as_echo "$CXX_FOR_TARGET" >&6; }
9a819804 10068else
81ecdfbb
RW
10069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10070$as_echo "no" >&6; }
9a819804
AO
10071fi
10072
81ecdfbb 10073
9a819804
AO
10074 done
10075fi
10076
10077if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10078 for ncn_progname in c++ g++ cxx gxx; do
81ecdfbb
RW
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10080$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10081 if test -x $with_build_time_tools/${ncn_progname}; then
10082 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10084$as_echo "yes" >&6; }
2429c060
PB
10085 break
10086 else
81ecdfbb
RW
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10088$as_echo "no" >&6; }
2429c060
PB
10089 fi
10090 done
10091fi
10092
10093if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10094 for ncn_progname in c++ g++ cxx gxx; do
10095 if test -n "$ncn_target_tool_prefix"; then
10096 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10097set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10098{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10099$as_echo_n "checking for $ac_word... " >&6; }
10100if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10101 $as_echo_n "(cached) " >&6
55db4b87
PB
10102else
10103 if test -n "$CXX_FOR_TARGET"; then
10104 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10105else
c6b750e1
DJ
10106as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10107for as_dir in $PATH
10108do
10109 IFS=$as_save_IFS
10110 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10111 for ac_exec_ext in '' $ac_executable_extensions; do
10112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10113 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10115 break 2
10116 fi
10117done
81ecdfbb
RW
10118 done
10119IFS=$as_save_IFS
c6b750e1 10120
55db4b87
PB
10121fi
10122fi
c6b750e1 10123CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
55db4b87 10124if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10126$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10127else
81ecdfbb
RW
10128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10129$as_echo "no" >&6; }
55db4b87
PB
10130fi
10131
81ecdfbb 10132
2429c060
PB
10133 fi
10134 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10135 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10136set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10138$as_echo_n "checking for $ac_word... " >&6; }
10139if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10140 $as_echo_n "(cached) " >&6
55db4b87 10141else
05cbd757
PB
10142 if test -n "$CXX_FOR_TARGET"; then
10143 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
55db4b87 10144else
c6b750e1
DJ
10145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10146for as_dir in $PATH
10147do
10148 IFS=$as_save_IFS
10149 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10150 for ac_exec_ext in '' $ac_executable_extensions; do
10151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10152 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10154 break 2
10155 fi
10156done
81ecdfbb
RW
10157 done
10158IFS=$as_save_IFS
c6b750e1 10159
55db4b87
PB
10160fi
10161fi
c6b750e1 10162CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
05cbd757 10163if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10165$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10166else
81ecdfbb
RW
10167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10168$as_echo "no" >&6; }
55db4b87 10169fi
c6b750e1 10170
81ecdfbb 10171
2429c060
PB
10172 fi
10173 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10174 done
10175fi
c6b750e1 10176
05cbd757
PB
10177if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10178 set dummy c++ g++ cxx gxx
10179 if test $build = $target ; then
10180 CXX_FOR_TARGET="$2"
55db4b87 10181 else
05cbd757 10182 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10183 fi
d3f5afc4
MS
10184else
10185 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
859789af
AC
10186fi
10187
9a819804
AO
10188
10189
10190if test -n "$GCC_FOR_TARGET"; then
10191 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10192elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10193 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10194fi
10195
10196if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10197 for ncn_progname in gcc; do
10198 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10199set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10201$as_echo_n "checking for $ac_word... " >&6; }
10202if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10203 $as_echo_n "(cached) " >&6
9a819804
AO
10204else
10205 if test -n "$GCC_FOR_TARGET"; then
10206 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10207else
10208as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10209for as_dir in $PATH
10210do
10211 IFS=$as_save_IFS
10212 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10213 for ac_exec_ext in '' $ac_executable_extensions; do
10214 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10215 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10217 break 2
10218 fi
10219done
81ecdfbb
RW
10220 done
10221IFS=$as_save_IFS
9a819804
AO
10222
10223fi
10224fi
10225GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10226if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10228$as_echo "$GCC_FOR_TARGET" >&6; }
9a819804 10229else
81ecdfbb
RW
10230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10231$as_echo "no" >&6; }
9a819804
AO
10232fi
10233
81ecdfbb 10234
9a819804
AO
10235 done
10236fi
10237
10238if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10239 for ncn_progname in gcc; do
81ecdfbb
RW
10240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10241$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10242 if test -x $with_build_time_tools/${ncn_progname}; then
10243 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10245$as_echo "yes" >&6; }
2429c060
PB
10246 break
10247 else
81ecdfbb
RW
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10249$as_echo "no" >&6; }
2429c060
PB
10250 fi
10251 done
10252fi
10253
10254if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10255 for ncn_progname in gcc; do
10256 if test -n "$ncn_target_tool_prefix"; then
10257 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10258set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10260$as_echo_n "checking for $ac_word... " >&6; }
10261if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10262 $as_echo_n "(cached) " >&6
859789af 10263else
2429c060
PB
10264 if test -n "$GCC_FOR_TARGET"; then
10265 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10266else
c6b750e1
DJ
10267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10268for as_dir in $PATH
10269do
10270 IFS=$as_save_IFS
10271 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10272 for ac_exec_ext in '' $ac_executable_extensions; do
10273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10274 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10276 break 2
10277 fi
10278done
81ecdfbb
RW
10279 done
10280IFS=$as_save_IFS
c6b750e1 10281
55db4b87
PB
10282fi
10283fi
c6b750e1 10284GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
55db4b87 10285if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10287$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10288else
81ecdfbb
RW
10289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10290$as_echo "no" >&6; }
55db4b87
PB
10291fi
10292
81ecdfbb 10293
2429c060
PB
10294 fi
10295 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10296 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10297set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10299$as_echo_n "checking for $ac_word... " >&6; }
10300if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10301 $as_echo_n "(cached) " >&6
55db4b87 10302else
05cbd757
PB
10303 if test -n "$GCC_FOR_TARGET"; then
10304 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10305else
c6b750e1
DJ
10306as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10307for as_dir in $PATH
10308do
10309 IFS=$as_save_IFS
10310 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10311 for ac_exec_ext in '' $ac_executable_extensions; do
10312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10313 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10315 break 2
10316 fi
10317done
81ecdfbb
RW
10318 done
10319IFS=$as_save_IFS
c6b750e1 10320
55db4b87
PB
10321fi
10322fi
c6b750e1 10323GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
05cbd757 10324if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10326$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10327else
81ecdfbb
RW
10328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10329$as_echo "no" >&6; }
55db4b87 10330fi
c6b750e1 10331
81ecdfbb 10332
2429c060
PB
10333 fi
10334 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10335 done
10336fi
c6b750e1 10337
05cbd757
PB
10338if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10339 GCC_FOR_TARGET="${CC_FOR_TARGET}"
d3f5afc4
MS
10340else
10341 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
55db4b87
PB
10342fi
10343
9a819804
AO
10344
10345
10346if test -n "$GCJ_FOR_TARGET"; then
10347 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10348elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10349 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10350fi
10351
10352if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10353 for ncn_progname in gcj; do
10354 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10355set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10357$as_echo_n "checking for $ac_word... " >&6; }
10358if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10359 $as_echo_n "(cached) " >&6
9a819804
AO
10360else
10361 if test -n "$GCJ_FOR_TARGET"; then
10362 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10363else
10364as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10365for as_dir in $PATH
10366do
10367 IFS=$as_save_IFS
10368 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10369 for ac_exec_ext in '' $ac_executable_extensions; do
10370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10371 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10373 break 2
10374 fi
10375done
81ecdfbb
RW
10376 done
10377IFS=$as_save_IFS
9a819804
AO
10378
10379fi
10380fi
10381GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10382if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10384$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10385else
81ecdfbb
RW
10386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10387$as_echo "no" >&6; }
9a819804
AO
10388fi
10389
81ecdfbb 10390
9a819804
AO
10391 done
10392fi
10393
10394if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10395 for ncn_progname in gcj; do
81ecdfbb
RW
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10397$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10398 if test -x $with_build_time_tools/${ncn_progname}; then
10399 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10401$as_echo "yes" >&6; }
2429c060
PB
10402 break
10403 else
81ecdfbb
RW
10404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10405$as_echo "no" >&6; }
2429c060
PB
10406 fi
10407 done
10408fi
10409
10410if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10411 for ncn_progname in gcj; do
10412 if test -n "$ncn_target_tool_prefix"; then
10413 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10414set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10415{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10416$as_echo_n "checking for $ac_word... " >&6; }
10417if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10418 $as_echo_n "(cached) " >&6
55db4b87
PB
10419else
10420 if test -n "$GCJ_FOR_TARGET"; then
10421 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10422else
c6b750e1
DJ
10423as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10424for as_dir in $PATH
10425do
10426 IFS=$as_save_IFS
10427 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10428 for ac_exec_ext in '' $ac_executable_extensions; do
10429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10430 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10432 break 2
10433 fi
10434done
81ecdfbb
RW
10435 done
10436IFS=$as_save_IFS
c6b750e1 10437
55db4b87
PB
10438fi
10439fi
9a819804
AO
10440GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10441if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10443$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10444else
81ecdfbb
RW
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10446$as_echo "no" >&6; }
9a819804
AO
10447fi
10448
81ecdfbb 10449
9a819804
AO
10450 fi
10451 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10452 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10453set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10455$as_echo_n "checking for $ac_word... " >&6; }
10456if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10457 $as_echo_n "(cached) " >&6
9a819804
AO
10458else
10459 if test -n "$GCJ_FOR_TARGET"; then
10460 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10461else
10462as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10463for as_dir in $PATH
10464do
10465 IFS=$as_save_IFS
10466 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10467 for ac_exec_ext in '' $ac_executable_extensions; do
10468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10469 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10471 break 2
10472 fi
10473done
81ecdfbb
RW
10474 done
10475IFS=$as_save_IFS
9a819804
AO
10476
10477fi
10478fi
10479GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10480if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10482$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10483else
81ecdfbb
RW
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10485$as_echo "no" >&6; }
9a819804
AO
10486fi
10487
81ecdfbb 10488
9a819804
AO
10489 fi
10490 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10491 done
10492fi
10493
10494if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10495 set dummy gcj
10496 if test $build = $target ; then
10497 GCJ_FOR_TARGET="$2"
10498 else
10499 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10500 fi
d3f5afc4
MS
10501else
10502 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9a819804
AO
10503fi
10504
10505
10506
10507if test -n "$GFORTRAN_FOR_TARGET"; then
10508 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10509elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10510 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87
PB
10511fi
10512
9a819804
AO
10513if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10514 for ncn_progname in gfortran; do
10515 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10516set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10518$as_echo_n "checking for $ac_word... " >&6; }
10519if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10520 $as_echo_n "(cached) " >&6
55db4b87 10521else
9a819804
AO
10522 if test -n "$GFORTRAN_FOR_TARGET"; then
10523 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
55db4b87 10524else
c6b750e1
DJ
10525as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10526for as_dir in $PATH
10527do
10528 IFS=$as_save_IFS
10529 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10530 for ac_exec_ext in '' $ac_executable_extensions; do
10531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10532 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10534 break 2
10535 fi
10536done
81ecdfbb
RW
10537 done
10538IFS=$as_save_IFS
c6b750e1 10539
55db4b87
PB
10540fi
10541fi
9a819804
AO
10542GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10543if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10545$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10546else
81ecdfbb
RW
10547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10548$as_echo "no" >&6; }
55db4b87 10549fi
c6b750e1 10550
81ecdfbb 10551
2429c060
PB
10552 done
10553fi
c6b750e1 10554
9a819804 10555if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10556 for ncn_progname in gfortran; do
81ecdfbb
RW
10557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10558$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10559 if test -x $with_build_time_tools/${ncn_progname}; then
10560 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10562$as_echo "yes" >&6; }
2429c060
PB
10563 break
10564 else
81ecdfbb
RW
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10566$as_echo "no" >&6; }
2429c060
PB
10567 fi
10568 done
10569fi
10570
10571if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10572 for ncn_progname in gfortran; do
10573 if test -n "$ncn_target_tool_prefix"; then
10574 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10575set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10577$as_echo_n "checking for $ac_word... " >&6; }
10578if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10579 $as_echo_n "(cached) " >&6
55db4b87
PB
10580else
10581 if test -n "$GFORTRAN_FOR_TARGET"; then
10582 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10583else
c6b750e1
DJ
10584as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10585for as_dir in $PATH
10586do
10587 IFS=$as_save_IFS
10588 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10589 for ac_exec_ext in '' $ac_executable_extensions; do
10590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10591 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10593 break 2
10594 fi
10595done
81ecdfbb
RW
10596 done
10597IFS=$as_save_IFS
c6b750e1 10598
55db4b87
PB
10599fi
10600fi
c6b750e1 10601GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87 10602if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10604$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10605else
81ecdfbb
RW
10606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10607$as_echo "no" >&6; }
55db4b87
PB
10608fi
10609
81ecdfbb 10610
2429c060
PB
10611 fi
10612 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10613 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10614set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10616$as_echo_n "checking for $ac_word... " >&6; }
10617if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10618 $as_echo_n "(cached) " >&6
55db4b87 10619else
05cbd757 10620 if test -n "$GFORTRAN_FOR_TARGET"; then
c6b750e1
DJ
10621 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10622else
10623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10624for as_dir in $PATH
10625do
10626 IFS=$as_save_IFS
10627 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10628 for ac_exec_ext in '' $ac_executable_extensions; do
10629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10630 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10632 break 2
10633 fi
10634done
81ecdfbb
RW
10635 done
10636IFS=$as_save_IFS
c6b750e1 10637
55db4b87
PB
10638fi
10639fi
c6b750e1 10640GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
05cbd757 10641if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10643$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10644else
81ecdfbb
RW
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10646$as_echo "no" >&6; }
55db4b87 10647fi
c6b750e1 10648
81ecdfbb 10649
2429c060
PB
10650 fi
10651 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10652 done
10653fi
c6b750e1 10654
05cbd757
PB
10655if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10656 set dummy gfortran
10657 if test $build = $target ; then
10658 GFORTRAN_FOR_TARGET="$2"
55db4b87 10659 else
05cbd757 10660 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10661 fi
d3f5afc4
MS
10662else
10663 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
859789af
AC
10664fi
10665
2429c060
PB
10666
10667
e552509b
ILT
10668if test -n "$GOC_FOR_TARGET"; then
10669 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10670elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10671 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10672fi
10673
10674if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10675 for ncn_progname in gccgo; do
10676 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10677set dummy ${ncn_progname}; ac_word=$2
10678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10679$as_echo_n "checking for $ac_word... " >&6; }
10680if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10681 $as_echo_n "(cached) " >&6
10682else
10683 if test -n "$GOC_FOR_TARGET"; then
10684 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10685else
10686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10687for as_dir in $PATH
10688do
10689 IFS=$as_save_IFS
10690 test -z "$as_dir" && as_dir=.
10691 for ac_exec_ext in '' $ac_executable_extensions; do
10692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10693 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10695 break 2
10696 fi
10697done
10698 done
10699IFS=$as_save_IFS
10700
10701fi
10702fi
10703GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10704if test -n "$GOC_FOR_TARGET"; then
10705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10706$as_echo "$GOC_FOR_TARGET" >&6; }
10707else
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10709$as_echo "no" >&6; }
10710fi
10711
10712
10713 done
10714fi
10715
10716if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10717 for ncn_progname in gccgo; do
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10719$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10720 if test -x $with_build_time_tools/${ncn_progname}; then
10721 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10723$as_echo "yes" >&6; }
10724 break
10725 else
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10727$as_echo "no" >&6; }
10728 fi
10729 done
10730fi
10731
10732if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10733 for ncn_progname in gccgo; do
10734 if test -n "$ncn_target_tool_prefix"; then
10735 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10736set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10738$as_echo_n "checking for $ac_word... " >&6; }
10739if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10740 $as_echo_n "(cached) " >&6
10741else
10742 if test -n "$GOC_FOR_TARGET"; then
10743 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10744else
10745as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10746for as_dir in $PATH
10747do
10748 IFS=$as_save_IFS
10749 test -z "$as_dir" && as_dir=.
10750 for ac_exec_ext in '' $ac_executable_extensions; do
10751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10752 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10754 break 2
10755 fi
10756done
10757 done
10758IFS=$as_save_IFS
10759
10760fi
10761fi
10762GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10763if test -n "$GOC_FOR_TARGET"; then
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10765$as_echo "$GOC_FOR_TARGET" >&6; }
10766else
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10768$as_echo "no" >&6; }
10769fi
10770
10771
10772 fi
10773 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10774 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10775set dummy ${ncn_progname}; ac_word=$2
10776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10777$as_echo_n "checking for $ac_word... " >&6; }
10778if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10779 $as_echo_n "(cached) " >&6
10780else
10781 if test -n "$GOC_FOR_TARGET"; then
10782 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10783else
10784as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10785for as_dir in $PATH
10786do
10787 IFS=$as_save_IFS
10788 test -z "$as_dir" && as_dir=.
10789 for ac_exec_ext in '' $ac_executable_extensions; do
10790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10791 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10793 break 2
10794 fi
10795done
10796 done
10797IFS=$as_save_IFS
10798
10799fi
10800fi
10801GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10802if test -n "$GOC_FOR_TARGET"; then
10803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10804$as_echo "$GOC_FOR_TARGET" >&6; }
10805else
10806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10807$as_echo "no" >&6; }
10808fi
10809
10810
10811 fi
10812 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10813 done
10814fi
10815
10816if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10817 set dummy gccgo
10818 if test $build = $target ; then
10819 GOC_FOR_TARGET="$2"
10820 else
10821 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10822 fi
10823else
10824 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10825fi
10826
10827
10828
2429c060
PB
10829cat > conftest.c << \EOF
10830#ifdef __GNUC__
10831 gcc_yay;
10832#endif
10833EOF
10834if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10835 have_gcc_for_target=yes
859789af 10836else
2429c060
PB
10837 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10838 have_gcc_for_target=no
859789af 10839fi
2429c060
PB
10840rm conftest.c
10841
10842
10843
859789af 10844
2429c060
PB
10845if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10846 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10848$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10849 if test -x $with_build_time_tools/ar; then
10850 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10851 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
81ecdfbb
RW
10852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10853$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
3a35eeb3 10854 else
81ecdfbb
RW
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10856$as_echo "no" >&6; }
3a35eeb3 10857 fi
2429c060
PB
10858 elif test $build != $host && test $have_gcc_for_target = yes; then
10859 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
d3f5afc4
MS
10860 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10861 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
05cbd757 10862 fi
2429c060 10863fi
c6b750e1 10864if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10865 # Extract the first word of "ar", so it can be a program name with args.
10866set dummy ar; ac_word=$2
81ecdfbb
RW
10867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10868$as_echo_n "checking for $ac_word... " >&6; }
10869if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10870 $as_echo_n "(cached) " >&6
859789af 10871else
c6b750e1
DJ
10872 case $AR_FOR_TARGET in
10873 [\\/]* | ?:[\\/]*)
2429c060
PB
10874 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10875 ;;
2429c060 10876 *)
c6b750e1
DJ
10877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10878for as_dir in $gcc_cv_tool_dirs
10879do
10880 IFS=$as_save_IFS
10881 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10882 for ac_exec_ext in '' $ac_executable_extensions; do
10883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10884 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10886 break 2
10887 fi
10888done
81ecdfbb
RW
10889 done
10890IFS=$as_save_IFS
c6b750e1 10891
2429c060
PB
10892 ;;
10893esac
859789af 10894fi
c6b750e1 10895AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060 10896if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10898$as_echo "$AR_FOR_TARGET" >&6; }
859789af 10899else
81ecdfbb
RW
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10901$as_echo "no" >&6; }
859789af 10902fi
05cbd757 10903
81ecdfbb 10904
2429c060
PB
10905fi
10906if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9a819804
AO
10907
10908
10909if test -n "$AR_FOR_TARGET"; then
10910 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10911elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10912 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10913fi
10914
10915if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10916 for ncn_progname in ar; do
10917 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10918set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10920$as_echo_n "checking for $ac_word... " >&6; }
10921if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10922 $as_echo_n "(cached) " >&6
9a819804
AO
10923else
10924 if test -n "$AR_FOR_TARGET"; then
10925 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10926else
10927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10928for as_dir in $PATH
10929do
10930 IFS=$as_save_IFS
10931 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10932 for ac_exec_ext in '' $ac_executable_extensions; do
10933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10934 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10936 break 2
10937 fi
10938done
81ecdfbb
RW
10939 done
10940IFS=$as_save_IFS
9a819804
AO
10941
10942fi
10943fi
10944AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10945if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10947$as_echo "$AR_FOR_TARGET" >&6; }
9a819804 10948else
81ecdfbb
RW
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10950$as_echo "no" >&6; }
9a819804
AO
10951fi
10952
81ecdfbb 10953
9a819804
AO
10954 done
10955fi
10956
10957if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10958 for ncn_progname in ar; do
81ecdfbb
RW
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10960$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10961 if test -x $with_build_time_tools/${ncn_progname}; then
10962 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10964$as_echo "yes" >&6; }
2429c060
PB
10965 break
10966 else
81ecdfbb
RW
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10968$as_echo "no" >&6; }
2429c060
PB
10969 fi
10970 done
859789af
AC
10971fi
10972
2429c060
PB
10973if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10974 for ncn_progname in ar; do
10975 if test -n "$ncn_target_tool_prefix"; then
10976 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10977set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10979$as_echo_n "checking for $ac_word... " >&6; }
10980if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10981 $as_echo_n "(cached) " >&6
7e0f7140 10982else
2429c060
PB
10983 if test -n "$AR_FOR_TARGET"; then
10984 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
7e0f7140 10985else
c6b750e1
DJ
10986as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10987for as_dir in $PATH
10988do
10989 IFS=$as_save_IFS
10990 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10991 for ac_exec_ext in '' $ac_executable_extensions; do
10992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10993 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10995 break 2
10996 fi
10997done
81ecdfbb
RW
10998 done
10999IFS=$as_save_IFS
c6b750e1 11000
7e0f7140
GK
11001fi
11002fi
c6b750e1 11003AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 11004if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11006$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 11007else
81ecdfbb
RW
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11009$as_echo "no" >&6; }
7e0f7140
GK
11010fi
11011
81ecdfbb 11012
2429c060
PB
11013 fi
11014 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11015 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 11016set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11018$as_echo_n "checking for $ac_word... " >&6; }
11019if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11020 $as_echo_n "(cached) " >&6
7e0f7140 11021else
2429c060
PB
11022 if test -n "$AR_FOR_TARGET"; then
11023 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
cac3d6c4 11024else
c6b750e1
DJ
11025as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11026for as_dir in $PATH
11027do
11028 IFS=$as_save_IFS
11029 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11030 for ac_exec_ext in '' $ac_executable_extensions; do
11031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11032 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 11033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11034 break 2
11035 fi
11036done
81ecdfbb
RW
11037 done
11038IFS=$as_save_IFS
c6b750e1 11039
7e0f7140
GK
11040fi
11041fi
c6b750e1 11042AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 11043if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11045$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 11046else
81ecdfbb
RW
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11048$as_echo "no" >&6; }
7e0f7140 11049fi
c6b750e1 11050
81ecdfbb 11051
2429c060
PB
11052 fi
11053 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11054 done
11055fi
c6b750e1 11056
2429c060
PB
11057if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11058 set dummy ar
7e0f7140 11059 if test $build = $target ; then
2429c060 11060 AR_FOR_TARGET="$2"
7e0f7140 11061 else
2429c060 11062 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
7e0f7140 11063 fi
d3f5afc4
MS
11064else
11065 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
7e0f7140
GK
11066fi
11067
3a35eeb3
PB
11068else
11069 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060
PB
11070fi
11071
11072
11073
11074
11075if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11076 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11078$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11079 if test -x $with_build_time_tools/as; then
11080 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11081 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
81ecdfbb
RW
11082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11083$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
3a35eeb3 11084 else
81ecdfbb
RW
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11086$as_echo "no" >&6; }
3a35eeb3 11087 fi
2429c060
PB
11088 elif test $build != $host && test $have_gcc_for_target = yes; then
11089 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
d3f5afc4
MS
11090 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11091 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
2429c060
PB
11092 fi
11093fi
c6b750e1 11094if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11095 # Extract the first word of "as", so it can be a program name with args.
11096set dummy as; ac_word=$2
81ecdfbb
RW
11097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11098$as_echo_n "checking for $ac_word... " >&6; }
11099if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11100 $as_echo_n "(cached) " >&6
2429c060 11101else
c6b750e1
DJ
11102 case $AS_FOR_TARGET in
11103 [\\/]* | ?:[\\/]*)
2429c060
PB
11104 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11105 ;;
2429c060 11106 *)
c6b750e1
DJ
11107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11108for as_dir in $gcc_cv_tool_dirs
11109do
11110 IFS=$as_save_IFS
11111 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11112 for ac_exec_ext in '' $ac_executable_extensions; do
11113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11114 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11116 break 2
11117 fi
11118done
81ecdfbb
RW
11119 done
11120IFS=$as_save_IFS
c6b750e1 11121
2429c060
PB
11122 ;;
11123esac
11124fi
c6b750e1 11125AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060 11126if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11128$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11129else
81ecdfbb
RW
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11131$as_echo "no" >&6; }
2429c060
PB
11132fi
11133
81ecdfbb 11134
2429c060
PB
11135fi
11136if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9a819804
AO
11137
11138
11139if test -n "$AS_FOR_TARGET"; then
11140 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11141elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11142 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11143fi
11144
11145if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11146 for ncn_progname in as; do
11147 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11148set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11150$as_echo_n "checking for $ac_word... " >&6; }
11151if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11152 $as_echo_n "(cached) " >&6
9a819804
AO
11153else
11154 if test -n "$AS_FOR_TARGET"; then
11155 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11156else
11157as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11158for as_dir in $PATH
11159do
11160 IFS=$as_save_IFS
11161 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11162 for ac_exec_ext in '' $ac_executable_extensions; do
11163 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11164 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11166 break 2
11167 fi
11168done
81ecdfbb
RW
11169 done
11170IFS=$as_save_IFS
9a819804
AO
11171
11172fi
11173fi
11174AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11175if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11177$as_echo "$AS_FOR_TARGET" >&6; }
9a819804 11178else
81ecdfbb
RW
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11180$as_echo "no" >&6; }
9a819804
AO
11181fi
11182
81ecdfbb 11183
9a819804
AO
11184 done
11185fi
11186
11187if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11188 for ncn_progname in as; do
81ecdfbb
RW
11189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11190$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11191 if test -x $with_build_time_tools/${ncn_progname}; then
11192 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11194$as_echo "yes" >&6; }
2429c060
PB
11195 break
11196 else
81ecdfbb
RW
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11198$as_echo "no" >&6; }
2429c060
PB
11199 fi
11200 done
11201fi
11202
11203if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11204 for ncn_progname in as; do
11205 if test -n "$ncn_target_tool_prefix"; then
11206 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11207set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11209$as_echo_n "checking for $ac_word... " >&6; }
11210if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11211 $as_echo_n "(cached) " >&6
2429c060
PB
11212else
11213 if test -n "$AS_FOR_TARGET"; then
11214 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11215else
c6b750e1
DJ
11216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11217for as_dir in $PATH
11218do
11219 IFS=$as_save_IFS
11220 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11221 for ac_exec_ext in '' $ac_executable_extensions; do
11222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11223 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11225 break 2
11226 fi
11227done
81ecdfbb
RW
11228 done
11229IFS=$as_save_IFS
c6b750e1 11230
2429c060
PB
11231fi
11232fi
c6b750e1 11233AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11234if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11236$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11237else
81ecdfbb
RW
11238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11239$as_echo "no" >&6; }
2429c060
PB
11240fi
11241
81ecdfbb 11242
2429c060
PB
11243 fi
11244 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11245 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11246set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11248$as_echo_n "checking for $ac_word... " >&6; }
11249if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11250 $as_echo_n "(cached) " >&6
2429c060
PB
11251else
11252 if test -n "$AS_FOR_TARGET"; then
11253 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11254else
c6b750e1
DJ
11255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11256for as_dir in $PATH
11257do
11258 IFS=$as_save_IFS
11259 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11260 for ac_exec_ext in '' $ac_executable_extensions; do
11261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11262 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11264 break 2
11265 fi
11266done
81ecdfbb
RW
11267 done
11268IFS=$as_save_IFS
c6b750e1 11269
2429c060
PB
11270fi
11271fi
c6b750e1 11272AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11273if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11275$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11276else
81ecdfbb
RW
11277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11278$as_echo "no" >&6; }
2429c060 11279fi
c6b750e1 11280
81ecdfbb 11281
2429c060
PB
11282 fi
11283 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11284 done
11285fi
c6b750e1 11286
2429c060
PB
11287if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11288 set dummy as
11289 if test $build = $target ; then
11290 AS_FOR_TARGET="$2"
11291 else
11292 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11293 fi
d3f5afc4
MS
11294else
11295 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
2429c060
PB
11296fi
11297
3a35eeb3
PB
11298else
11299 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060
PB
11300fi
11301
11302
11303
11304
11305if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11306 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11308$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11309 if test -x $with_build_time_tools/dlltool; then
11310 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11311 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
81ecdfbb
RW
11312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11313$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
3a35eeb3 11314 else
81ecdfbb
RW
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11316$as_echo "no" >&6; }
3a35eeb3 11317 fi
2429c060
PB
11318 elif test $build != $host && test $have_gcc_for_target = yes; then
11319 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
d3f5afc4
MS
11320 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11321 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
2429c060
PB
11322 fi
11323fi
c6b750e1 11324if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11325 # Extract the first word of "dlltool", so it can be a program name with args.
11326set dummy dlltool; ac_word=$2
81ecdfbb
RW
11327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11328$as_echo_n "checking for $ac_word... " >&6; }
11329if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11330 $as_echo_n "(cached) " >&6
2429c060 11331else
c6b750e1
DJ
11332 case $DLLTOOL_FOR_TARGET in
11333 [\\/]* | ?:[\\/]*)
2429c060
PB
11334 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11335 ;;
2429c060 11336 *)
c6b750e1
DJ
11337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11338for as_dir in $gcc_cv_tool_dirs
11339do
11340 IFS=$as_save_IFS
11341 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11342 for ac_exec_ext in '' $ac_executable_extensions; do
11343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11344 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11346 break 2
11347 fi
11348done
81ecdfbb
RW
11349 done
11350IFS=$as_save_IFS
c6b750e1 11351
2429c060
PB
11352 ;;
11353esac
11354fi
c6b750e1 11355DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060 11356if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11358$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11359else
81ecdfbb
RW
11360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11361$as_echo "no" >&6; }
2429c060
PB
11362fi
11363
81ecdfbb 11364
2429c060
PB
11365fi
11366if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9a819804
AO
11367
11368
11369if test -n "$DLLTOOL_FOR_TARGET"; then
11370 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11371elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11372 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11373fi
11374
11375if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11376 for ncn_progname in dlltool; do
11377 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11378set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11380$as_echo_n "checking for $ac_word... " >&6; }
11381if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11382 $as_echo_n "(cached) " >&6
9a819804
AO
11383else
11384 if test -n "$DLLTOOL_FOR_TARGET"; then
11385 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11386else
11387as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11388for as_dir in $PATH
11389do
11390 IFS=$as_save_IFS
11391 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11392 for ac_exec_ext in '' $ac_executable_extensions; do
11393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11394 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11396 break 2
11397 fi
11398done
81ecdfbb
RW
11399 done
11400IFS=$as_save_IFS
9a819804
AO
11401
11402fi
11403fi
11404DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11405if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11407$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
9a819804 11408else
81ecdfbb
RW
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11410$as_echo "no" >&6; }
9a819804
AO
11411fi
11412
81ecdfbb 11413
9a819804
AO
11414 done
11415fi
11416
11417if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11418 for ncn_progname in dlltool; do
81ecdfbb
RW
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11420$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11421 if test -x $with_build_time_tools/${ncn_progname}; then
11422 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11424$as_echo "yes" >&6; }
2429c060
PB
11425 break
11426 else
81ecdfbb
RW
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11428$as_echo "no" >&6; }
2429c060
PB
11429 fi
11430 done
11431fi
11432
11433if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11434 for ncn_progname in dlltool; do
11435 if test -n "$ncn_target_tool_prefix"; then
11436 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11437set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11439$as_echo_n "checking for $ac_word... " >&6; }
11440if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11441 $as_echo_n "(cached) " >&6
2429c060
PB
11442else
11443 if test -n "$DLLTOOL_FOR_TARGET"; then
11444 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11445else
c6b750e1
DJ
11446as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11447for as_dir in $PATH
11448do
11449 IFS=$as_save_IFS
11450 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11451 for ac_exec_ext in '' $ac_executable_extensions; do
11452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11453 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11455 break 2
11456 fi
11457done
81ecdfbb
RW
11458 done
11459IFS=$as_save_IFS
c6b750e1 11460
2429c060
PB
11461fi
11462fi
c6b750e1 11463DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11464if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11466$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11467else
81ecdfbb
RW
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11469$as_echo "no" >&6; }
2429c060
PB
11470fi
11471
81ecdfbb 11472
2429c060
PB
11473 fi
11474 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11475 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11476set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11478$as_echo_n "checking for $ac_word... " >&6; }
11479if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11480 $as_echo_n "(cached) " >&6
2429c060
PB
11481else
11482 if test -n "$DLLTOOL_FOR_TARGET"; then
11483 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11484else
c6b750e1
DJ
11485as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11486for as_dir in $PATH
11487do
11488 IFS=$as_save_IFS
11489 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11490 for ac_exec_ext in '' $ac_executable_extensions; do
11491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11492 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11494 break 2
11495 fi
11496done
81ecdfbb
RW
11497 done
11498IFS=$as_save_IFS
c6b750e1 11499
2429c060
PB
11500fi
11501fi
c6b750e1 11502DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11503if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11505$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11506else
81ecdfbb
RW
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11508$as_echo "no" >&6; }
2429c060 11509fi
c6b750e1 11510
81ecdfbb 11511
2429c060
PB
11512 fi
11513 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11514 done
11515fi
c6b750e1 11516
2429c060
PB
11517if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11518 set dummy dlltool
11519 if test $build = $target ; then
11520 DLLTOOL_FOR_TARGET="$2"
11521 else
11522 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11523 fi
d3f5afc4
MS
11524else
11525 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
2429c060
PB
11526fi
11527
3a35eeb3
PB
11528else
11529 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060
PB
11530fi
11531
11532
11533
11534
11535if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11536 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11538$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11539 if test -x $with_build_time_tools/ld; then
11540 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11541 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
81ecdfbb
RW
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11543$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
3a35eeb3 11544 else
81ecdfbb
RW
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11546$as_echo "no" >&6; }
3a35eeb3 11547 fi
2429c060
PB
11548 elif test $build != $host && test $have_gcc_for_target = yes; then
11549 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
d3f5afc4
MS
11550 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11551 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2429c060
PB
11552 fi
11553fi
c6b750e1 11554if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11555 # Extract the first word of "ld", so it can be a program name with args.
11556set dummy ld; ac_word=$2
81ecdfbb
RW
11557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11558$as_echo_n "checking for $ac_word... " >&6; }
11559if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11560 $as_echo_n "(cached) " >&6
2429c060 11561else
c6b750e1
DJ
11562 case $LD_FOR_TARGET in
11563 [\\/]* | ?:[\\/]*)
2429c060
PB
11564 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11565 ;;
2429c060 11566 *)
c6b750e1
DJ
11567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11568for as_dir in $gcc_cv_tool_dirs
11569do
11570 IFS=$as_save_IFS
11571 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11572 for ac_exec_ext in '' $ac_executable_extensions; do
11573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11574 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11576 break 2
11577 fi
11578done
81ecdfbb
RW
11579 done
11580IFS=$as_save_IFS
c6b750e1 11581
2429c060
PB
11582 ;;
11583esac
11584fi
c6b750e1 11585LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060 11586if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11588$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11589else
81ecdfbb
RW
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11591$as_echo "no" >&6; }
2429c060
PB
11592fi
11593
81ecdfbb 11594
2429c060
PB
11595fi
11596if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9a819804
AO
11597
11598
11599if test -n "$LD_FOR_TARGET"; then
11600 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11601elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11602 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11603fi
11604
11605if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11606 for ncn_progname in ld; do
11607 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11608set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11610$as_echo_n "checking for $ac_word... " >&6; }
11611if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11612 $as_echo_n "(cached) " >&6
9a819804
AO
11613else
11614 if test -n "$LD_FOR_TARGET"; then
11615 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11616else
11617as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11618for as_dir in $PATH
11619do
11620 IFS=$as_save_IFS
11621 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11622 for ac_exec_ext in '' $ac_executable_extensions; do
11623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11624 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11626 break 2
11627 fi
11628done
81ecdfbb
RW
11629 done
11630IFS=$as_save_IFS
9a819804
AO
11631
11632fi
11633fi
11634LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11635if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11637$as_echo "$LD_FOR_TARGET" >&6; }
9a819804 11638else
81ecdfbb
RW
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11640$as_echo "no" >&6; }
9a819804
AO
11641fi
11642
81ecdfbb 11643
9a819804
AO
11644 done
11645fi
11646
11647if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11648 for ncn_progname in ld; do
81ecdfbb
RW
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11650$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11651 if test -x $with_build_time_tools/${ncn_progname}; then
11652 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11654$as_echo "yes" >&6; }
2429c060
PB
11655 break
11656 else
81ecdfbb
RW
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11658$as_echo "no" >&6; }
2429c060
PB
11659 fi
11660 done
11661fi
11662
11663if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11664 for ncn_progname in ld; do
11665 if test -n "$ncn_target_tool_prefix"; then
11666 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11667set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11669$as_echo_n "checking for $ac_word... " >&6; }
11670if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11671 $as_echo_n "(cached) " >&6
2429c060
PB
11672else
11673 if test -n "$LD_FOR_TARGET"; then
11674 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11675else
c6b750e1
DJ
11676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11677for as_dir in $PATH
11678do
11679 IFS=$as_save_IFS
11680 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11681 for ac_exec_ext in '' $ac_executable_extensions; do
11682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11683 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11685 break 2
11686 fi
11687done
81ecdfbb
RW
11688 done
11689IFS=$as_save_IFS
c6b750e1 11690
2429c060
PB
11691fi
11692fi
c6b750e1 11693LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11694if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11696$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11697else
81ecdfbb
RW
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11699$as_echo "no" >&6; }
2429c060
PB
11700fi
11701
81ecdfbb 11702
2429c060
PB
11703 fi
11704 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11705 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11706set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11708$as_echo_n "checking for $ac_word... " >&6; }
11709if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11710 $as_echo_n "(cached) " >&6
2429c060
PB
11711else
11712 if test -n "$LD_FOR_TARGET"; then
11713 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11714else
c6b750e1
DJ
11715as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11716for as_dir in $PATH
11717do
11718 IFS=$as_save_IFS
11719 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11720 for ac_exec_ext in '' $ac_executable_extensions; do
11721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11722 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11724 break 2
11725 fi
11726done
81ecdfbb
RW
11727 done
11728IFS=$as_save_IFS
c6b750e1 11729
2429c060
PB
11730fi
11731fi
c6b750e1 11732LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11733if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11735$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11736else
81ecdfbb
RW
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11738$as_echo "no" >&6; }
2429c060 11739fi
c6b750e1 11740
81ecdfbb 11741
2429c060
PB
11742 fi
11743 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11744 done
11745fi
c6b750e1 11746
2429c060
PB
11747if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11748 set dummy ld
11749 if test $build = $target ; then
11750 LD_FOR_TARGET="$2"
11751 else
11752 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11753 fi
d3f5afc4
MS
11754else
11755 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
2429c060
PB
11756fi
11757
3a35eeb3
PB
11758else
11759 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060
PB
11760fi
11761
11762
11763
11764
11765if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11766 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11768$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11769 if test -x $with_build_time_tools/lipo; then
11770 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11771 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
81ecdfbb
RW
11772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11773$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
3a35eeb3 11774 else
81ecdfbb
RW
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11776$as_echo "no" >&6; }
3a35eeb3 11777 fi
2429c060
PB
11778 elif test $build != $host && test $have_gcc_for_target = yes; then
11779 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
d3f5afc4
MS
11780 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11781 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
2429c060
PB
11782 fi
11783fi
9a819804
AO
11784if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11785 # Extract the first word of "lipo", so it can be a program name with args.
11786set dummy lipo; ac_word=$2
81ecdfbb
RW
11787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11788$as_echo_n "checking for $ac_word... " >&6; }
11789if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11790 $as_echo_n "(cached) " >&6
9a819804
AO
11791else
11792 case $LIPO_FOR_TARGET in
11793 [\\/]* | ?:[\\/]*)
11794 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11795 ;;
11796 *)
11797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11798for as_dir in $gcc_cv_tool_dirs
11799do
11800 IFS=$as_save_IFS
11801 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11802 for ac_exec_ext in '' $ac_executable_extensions; do
11803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11804 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11806 break 2
11807 fi
11808done
81ecdfbb
RW
11809 done
11810IFS=$as_save_IFS
9a819804
AO
11811
11812 ;;
11813esac
11814fi
11815LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9a819804 11816if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11818$as_echo "$LIPO_FOR_TARGET" >&6; }
9a819804 11819else
81ecdfbb
RW
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11821$as_echo "no" >&6; }
9a819804
AO
11822fi
11823
81ecdfbb 11824
9a819804
AO
11825fi
11826if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11827
11828
11829if test -n "$LIPO_FOR_TARGET"; then
11830 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11831elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11832 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11833fi
11834
11835if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11836 for ncn_progname in lipo; do
11837 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11838set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11840$as_echo_n "checking for $ac_word... " >&6; }
11841if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11842 $as_echo_n "(cached) " >&6
2429c060 11843else
9a819804
AO
11844 if test -n "$LIPO_FOR_TARGET"; then
11845 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11846else
11847as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11848for as_dir in $PATH
c6b750e1
DJ
11849do
11850 IFS=$as_save_IFS
11851 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11852 for ac_exec_ext in '' $ac_executable_extensions; do
11853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11854 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11856 break 2
11857 fi
11858done
81ecdfbb
RW
11859 done
11860IFS=$as_save_IFS
c6b750e1 11861
2429c060 11862fi
9a819804
AO
11863fi
11864LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11865if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11867$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11868else
81ecdfbb
RW
11869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11870$as_echo "no" >&6; }
2429c060
PB
11871fi
11872
81ecdfbb 11873
9a819804 11874 done
2429c060 11875fi
9a819804
AO
11876
11877if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11878 for ncn_progname in lipo; do
81ecdfbb
RW
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11880$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11881 if test -x $with_build_time_tools/${ncn_progname}; then
11882 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11884$as_echo "yes" >&6; }
2429c060
PB
11885 break
11886 else
81ecdfbb
RW
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11888$as_echo "no" >&6; }
2429c060
PB
11889 fi
11890 done
11891fi
11892
11893if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11894 for ncn_progname in lipo; do
11895 if test -n "$ncn_target_tool_prefix"; then
11896 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11897set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11899$as_echo_n "checking for $ac_word... " >&6; }
11900if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11901 $as_echo_n "(cached) " >&6
2429c060
PB
11902else
11903 if test -n "$LIPO_FOR_TARGET"; then
11904 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11905else
c6b750e1
DJ
11906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11907for as_dir in $PATH
11908do
11909 IFS=$as_save_IFS
11910 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11911 for ac_exec_ext in '' $ac_executable_extensions; do
11912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11913 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11915 break 2
11916 fi
11917done
81ecdfbb
RW
11918 done
11919IFS=$as_save_IFS
c6b750e1 11920
2429c060
PB
11921fi
11922fi
c6b750e1 11923LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11924if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11926$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11927else
81ecdfbb
RW
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11929$as_echo "no" >&6; }
2429c060
PB
11930fi
11931
81ecdfbb 11932
2429c060
PB
11933 fi
11934 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11935 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11936set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11938$as_echo_n "checking for $ac_word... " >&6; }
11939if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11940 $as_echo_n "(cached) " >&6
2429c060
PB
11941else
11942 if test -n "$LIPO_FOR_TARGET"; then
11943 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11944else
c6b750e1
DJ
11945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11946for as_dir in $PATH
11947do
11948 IFS=$as_save_IFS
11949 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11950 for ac_exec_ext in '' $ac_executable_extensions; do
11951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11952 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11954 break 2
11955 fi
11956done
81ecdfbb
RW
11957 done
11958IFS=$as_save_IFS
c6b750e1 11959
2429c060
PB
11960fi
11961fi
c6b750e1 11962LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11963if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11965$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11966else
81ecdfbb
RW
11967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11968$as_echo "no" >&6; }
2429c060 11969fi
c6b750e1 11970
81ecdfbb 11971
2429c060
PB
11972 fi
11973 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11974 done
11975fi
c6b750e1 11976
2429c060
PB
11977if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11978 set dummy lipo
11979 if test $build = $target ; then
11980 LIPO_FOR_TARGET="$2"
11981 else
11982 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11983 fi
d3f5afc4
MS
11984else
11985 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
2429c060
PB
11986fi
11987
3a35eeb3
PB
11988else
11989 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
2429c060
PB
11990fi
11991
11992
11993
11994
11995if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11996 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11998$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11999 if test -x $with_build_time_tools/nm; then
12000 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12001 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
81ecdfbb
RW
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12003$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
3a35eeb3 12004 else
81ecdfbb
RW
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12006$as_echo "no" >&6; }
3a35eeb3 12007 fi
2429c060
PB
12008 elif test $build != $host && test $have_gcc_for_target = yes; then
12009 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
d3f5afc4
MS
12010 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12011 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
2429c060
PB
12012 fi
12013fi
c6b750e1 12014if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12015 # Extract the first word of "nm", so it can be a program name with args.
12016set dummy nm; ac_word=$2
81ecdfbb
RW
12017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12018$as_echo_n "checking for $ac_word... " >&6; }
12019if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12020 $as_echo_n "(cached) " >&6
2429c060 12021else
c6b750e1
DJ
12022 case $NM_FOR_TARGET in
12023 [\\/]* | ?:[\\/]*)
2429c060
PB
12024 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12025 ;;
2429c060 12026 *)
c6b750e1
DJ
12027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12028for as_dir in $gcc_cv_tool_dirs
12029do
12030 IFS=$as_save_IFS
12031 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12032 for ac_exec_ext in '' $ac_executable_extensions; do
12033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12034 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12036 break 2
12037 fi
12038done
81ecdfbb
RW
12039 done
12040IFS=$as_save_IFS
c6b750e1 12041
2429c060
PB
12042 ;;
12043esac
12044fi
c6b750e1 12045NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060 12046if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12048$as_echo "$NM_FOR_TARGET" >&6; }
2429c060 12049else
81ecdfbb
RW
12050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12051$as_echo "no" >&6; }
2429c060
PB
12052fi
12053
81ecdfbb 12054
2429c060
PB
12055fi
12056if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9a819804
AO
12057
12058
12059if test -n "$NM_FOR_TARGET"; then
12060 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12061elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12062 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12063fi
12064
12065if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12066 for ncn_progname in nm; do
12067 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12068set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12070$as_echo_n "checking for $ac_word... " >&6; }
12071if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12072 $as_echo_n "(cached) " >&6
9a819804
AO
12073else
12074 if test -n "$NM_FOR_TARGET"; then
12075 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12076else
12077as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12078for as_dir in $PATH
12079do
12080 IFS=$as_save_IFS
12081 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12082 for ac_exec_ext in '' $ac_executable_extensions; do
12083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12084 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12086 break 2
12087 fi
12088done
81ecdfbb
RW
12089 done
12090IFS=$as_save_IFS
9a819804
AO
12091
12092fi
12093fi
12094NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12095if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12097$as_echo "$NM_FOR_TARGET" >&6; }
9a819804 12098else
81ecdfbb
RW
12099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12100$as_echo "no" >&6; }
9a819804
AO
12101fi
12102
81ecdfbb 12103
9a819804
AO
12104 done
12105fi
12106
12107if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12108 for ncn_progname in nm; do
81ecdfbb
RW
12109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12110$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12111 if test -x $with_build_time_tools/${ncn_progname}; then
12112 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12114$as_echo "yes" >&6; }
2429c060
PB
12115 break
12116 else
81ecdfbb
RW
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12118$as_echo "no" >&6; }
2429c060
PB
12119 fi
12120 done
12121fi
12122
12123if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12124 for ncn_progname in nm; do
12125 if test -n "$ncn_target_tool_prefix"; then
12126 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 12127set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12129$as_echo_n "checking for $ac_word... " >&6; }
12130if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12131 $as_echo_n "(cached) " >&6
859789af 12132else
55db4b87
PB
12133 if test -n "$NM_FOR_TARGET"; then
12134 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12135else
c6b750e1
DJ
12136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12137for as_dir in $PATH
12138do
12139 IFS=$as_save_IFS
12140 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12141 for ac_exec_ext in '' $ac_executable_extensions; do
12142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12143 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12145 break 2
12146 fi
12147done
81ecdfbb
RW
12148 done
12149IFS=$as_save_IFS
c6b750e1 12150
859789af
AC
12151fi
12152fi
c6b750e1 12153NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
55db4b87 12154if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12156$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12157else
81ecdfbb
RW
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12159$as_echo "no" >&6; }
859789af
AC
12160fi
12161
81ecdfbb 12162
2429c060
PB
12163 fi
12164 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12165 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12166set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12168$as_echo_n "checking for $ac_word... " >&6; }
12169if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12170 $as_echo_n "(cached) " >&6
859789af 12171else
05cbd757
PB
12172 if test -n "$NM_FOR_TARGET"; then
12173 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12174else
c6b750e1
DJ
12175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12176for as_dir in $PATH
12177do
12178 IFS=$as_save_IFS
12179 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12180 for ac_exec_ext in '' $ac_executable_extensions; do
12181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12182 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12184 break 2
12185 fi
12186done
81ecdfbb
RW
12187 done
12188IFS=$as_save_IFS
c6b750e1 12189
859789af
AC
12190fi
12191fi
c6b750e1 12192NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
05cbd757 12193if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12195$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12196else
81ecdfbb
RW
12197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12198$as_echo "no" >&6; }
859789af 12199fi
c6b750e1 12200
81ecdfbb 12201
2429c060
PB
12202 fi
12203 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12204 done
12205fi
c6b750e1 12206
05cbd757
PB
12207if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12208 set dummy nm
12209 if test $build = $target ; then
12210 NM_FOR_TARGET="$2"
859789af 12211 else
05cbd757 12212 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12213 fi
d3f5afc4
MS
12214else
12215 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
859789af
AC
12216fi
12217
3a35eeb3
PB
12218else
12219 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060
PB
12220fi
12221
12222
12223
12224
12225if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12226 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12228$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12229 if test -x $with_build_time_tools/objdump; then
12230 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12231 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
81ecdfbb
RW
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12233$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
3a35eeb3 12234 else
81ecdfbb
RW
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12236$as_echo "no" >&6; }
3a35eeb3 12237 fi
2429c060
PB
12238 elif test $build != $host && test $have_gcc_for_target = yes; then
12239 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
d3f5afc4
MS
12240 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12241 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
2429c060
PB
12242 fi
12243fi
c6b750e1 12244if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12245 # Extract the first word of "objdump", so it can be a program name with args.
12246set dummy objdump; ac_word=$2
81ecdfbb
RW
12247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12248$as_echo_n "checking for $ac_word... " >&6; }
12249if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12250 $as_echo_n "(cached) " >&6
2429c060 12251else
c6b750e1
DJ
12252 case $OBJDUMP_FOR_TARGET in
12253 [\\/]* | ?:[\\/]*)
2429c060
PB
12254 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12255 ;;
2429c060 12256 *)
c6b750e1
DJ
12257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12258for as_dir in $gcc_cv_tool_dirs
12259do
12260 IFS=$as_save_IFS
12261 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12262 for ac_exec_ext in '' $ac_executable_extensions; do
12263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12264 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12266 break 2
12267 fi
12268done
81ecdfbb
RW
12269 done
12270IFS=$as_save_IFS
c6b750e1 12271
2429c060
PB
12272 ;;
12273esac
12274fi
c6b750e1 12275OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060 12276if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12278$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
2429c060 12279else
81ecdfbb
RW
12280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12281$as_echo "no" >&6; }
2429c060
PB
12282fi
12283
81ecdfbb 12284
2429c060
PB
12285fi
12286if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9a819804
AO
12287
12288
12289if test -n "$OBJDUMP_FOR_TARGET"; then
12290 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12291elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12292 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12293fi
12294
12295if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12296 for ncn_progname in objdump; do
12297 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12298set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12300$as_echo_n "checking for $ac_word... " >&6; }
12301if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12302 $as_echo_n "(cached) " >&6
9a819804
AO
12303else
12304 if test -n "$OBJDUMP_FOR_TARGET"; then
12305 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12306else
12307as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12308for as_dir in $PATH
12309do
12310 IFS=$as_save_IFS
12311 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12312 for ac_exec_ext in '' $ac_executable_extensions; do
12313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12314 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12316 break 2
12317 fi
12318done
81ecdfbb
RW
12319 done
12320IFS=$as_save_IFS
9a819804
AO
12321
12322fi
12323fi
12324OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12325if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12327$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
9a819804 12328else
81ecdfbb
RW
12329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12330$as_echo "no" >&6; }
9a819804
AO
12331fi
12332
81ecdfbb 12333
9a819804
AO
12334 done
12335fi
12336
12337if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12338 for ncn_progname in objdump; do
81ecdfbb
RW
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12340$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12341 if test -x $with_build_time_tools/${ncn_progname}; then
12342 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12344$as_echo "yes" >&6; }
2429c060
PB
12345 break
12346 else
81ecdfbb
RW
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12348$as_echo "no" >&6; }
2429c060
PB
12349 fi
12350 done
12351fi
12352
12353if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12354 for ncn_progname in objdump; do
12355 if test -n "$ncn_target_tool_prefix"; then
12356 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12357set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12359$as_echo_n "checking for $ac_word... " >&6; }
12360if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12361 $as_echo_n "(cached) " >&6
5ae72758
DJ
12362else
12363 if test -n "$OBJDUMP_FOR_TARGET"; then
12364 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12365else
c6b750e1
DJ
12366as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12367for as_dir in $PATH
12368do
12369 IFS=$as_save_IFS
12370 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12371 for ac_exec_ext in '' $ac_executable_extensions; do
12372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12373 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12375 break 2
12376 fi
12377done
81ecdfbb
RW
12378 done
12379IFS=$as_save_IFS
c6b750e1 12380
5ae72758
DJ
12381fi
12382fi
c6b750e1 12383OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12384if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12386$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12387else
81ecdfbb
RW
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12389$as_echo "no" >&6; }
5ae72758
DJ
12390fi
12391
81ecdfbb 12392
2429c060
PB
12393 fi
12394 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12395 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5ae72758 12396set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12398$as_echo_n "checking for $ac_word... " >&6; }
12399if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12400 $as_echo_n "(cached) " >&6
5ae72758
DJ
12401else
12402 if test -n "$OBJDUMP_FOR_TARGET"; then
12403 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12404else
c6b750e1
DJ
12405as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12406for as_dir in $PATH
12407do
12408 IFS=$as_save_IFS
12409 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12410 for ac_exec_ext in '' $ac_executable_extensions; do
12411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12412 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12414 break 2
12415 fi
12416done
81ecdfbb
RW
12417 done
12418IFS=$as_save_IFS
c6b750e1 12419
5ae72758
DJ
12420fi
12421fi
c6b750e1 12422OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12423if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12425$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12426else
81ecdfbb
RW
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12428$as_echo "no" >&6; }
5ae72758 12429fi
c6b750e1 12430
81ecdfbb 12431
2429c060
PB
12432 fi
12433 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12434 done
12435fi
c6b750e1 12436
5ae72758
DJ
12437if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12438 set dummy objdump
12439 if test $build = $target ; then
12440 OBJDUMP_FOR_TARGET="$2"
12441 else
12442 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12443 fi
d3f5afc4
MS
12444else
12445 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
5ae72758
DJ
12446fi
12447
3a35eeb3
PB
12448else
12449 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060
PB
12450fi
12451
12452
12453
12454
12455if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12456 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12458$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12459 if test -x $with_build_time_tools/ranlib; then
12460 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12461 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
81ecdfbb
RW
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12463$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
3a35eeb3 12464 else
81ecdfbb
RW
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12466$as_echo "no" >&6; }
3a35eeb3 12467 fi
2429c060
PB
12468 elif test $build != $host && test $have_gcc_for_target = yes; then
12469 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
d3f5afc4
MS
12470 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12471 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
2429c060
PB
12472 fi
12473fi
c6b750e1 12474if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12475 # Extract the first word of "ranlib", so it can be a program name with args.
12476set dummy ranlib; ac_word=$2
81ecdfbb
RW
12477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12478$as_echo_n "checking for $ac_word... " >&6; }
12479if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12480 $as_echo_n "(cached) " >&6
2429c060 12481else
c6b750e1
DJ
12482 case $RANLIB_FOR_TARGET in
12483 [\\/]* | ?:[\\/]*)
2429c060
PB
12484 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12485 ;;
2429c060 12486 *)
c6b750e1
DJ
12487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12488for as_dir in $gcc_cv_tool_dirs
12489do
12490 IFS=$as_save_IFS
12491 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12492 for ac_exec_ext in '' $ac_executable_extensions; do
12493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12494 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12496 break 2
12497 fi
12498done
81ecdfbb
RW
12499 done
12500IFS=$as_save_IFS
c6b750e1 12501
2429c060
PB
12502 ;;
12503esac
12504fi
c6b750e1 12505RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
2429c060 12506if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12508$as_echo "$RANLIB_FOR_TARGET" >&6; }
2429c060 12509else
81ecdfbb
RW
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12511$as_echo "no" >&6; }
2429c060
PB
12512fi
12513
81ecdfbb 12514
2429c060
PB
12515fi
12516if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
9a819804
AO
12517
12518
12519if test -n "$RANLIB_FOR_TARGET"; then
12520 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12521elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12522 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12523fi
12524
12525if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12526 for ncn_progname in ranlib; do
12527 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12528set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12530$as_echo_n "checking for $ac_word... " >&6; }
12531if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12532 $as_echo_n "(cached) " >&6
9a819804
AO
12533else
12534 if test -n "$RANLIB_FOR_TARGET"; then
12535 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12536else
12537as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12538for as_dir in $PATH
12539do
12540 IFS=$as_save_IFS
12541 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12542 for ac_exec_ext in '' $ac_executable_extensions; do
12543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12544 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12546 break 2
12547 fi
12548done
81ecdfbb
RW
12549 done
12550IFS=$as_save_IFS
9a819804
AO
12551
12552fi
12553fi
12554RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12555if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12557$as_echo "$RANLIB_FOR_TARGET" >&6; }
9a819804 12558else
81ecdfbb
RW
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12560$as_echo "no" >&6; }
9a819804
AO
12561fi
12562
81ecdfbb 12563
9a819804
AO
12564 done
12565fi
12566
12567if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12568 for ncn_progname in ranlib; do
81ecdfbb
RW
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12570$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12571 if test -x $with_build_time_tools/${ncn_progname}; then
12572 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12574$as_echo "yes" >&6; }
2429c060
PB
12575 break
12576 else
81ecdfbb
RW
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12578$as_echo "no" >&6; }
2429c060
PB
12579 fi
12580 done
12581fi
12582
12583if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12584 for ncn_progname in ranlib; do
12585 if test -n "$ncn_target_tool_prefix"; then
12586 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5ae72758 12587set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12589$as_echo_n "checking for $ac_word... " >&6; }
12590if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12591 $as_echo_n "(cached) " >&6
859789af 12592else
55db4b87
PB
12593 if test -n "$RANLIB_FOR_TARGET"; then
12594 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12595else
c6b750e1
DJ
12596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12597for as_dir in $PATH
12598do
12599 IFS=$as_save_IFS
12600 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12601 for ac_exec_ext in '' $ac_executable_extensions; do
12602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12603 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12605 break 2
12606 fi
12607done
81ecdfbb
RW
12608 done
12609IFS=$as_save_IFS
c6b750e1 12610
859789af
AC
12611fi
12612fi
c6b750e1 12613RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
55db4b87 12614if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12616$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12617else
81ecdfbb
RW
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12619$as_echo "no" >&6; }
859789af
AC
12620fi
12621
81ecdfbb 12622
2429c060
PB
12623 fi
12624 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12625 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12626set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12628$as_echo_n "checking for $ac_word... " >&6; }
12629if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12630 $as_echo_n "(cached) " >&6
859789af 12631else
05cbd757
PB
12632 if test -n "$RANLIB_FOR_TARGET"; then
12633 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12634else
c6b750e1
DJ
12635as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12636for as_dir in $PATH
12637do
12638 IFS=$as_save_IFS
12639 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12640 for ac_exec_ext in '' $ac_executable_extensions; do
12641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12642 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12644 break 2
12645 fi
12646done
81ecdfbb
RW
12647 done
12648IFS=$as_save_IFS
c6b750e1 12649
859789af
AC
12650fi
12651fi
c6b750e1 12652RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
05cbd757 12653if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12655$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12656else
81ecdfbb
RW
12657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12658$as_echo "no" >&6; }
859789af 12659fi
c6b750e1 12660
81ecdfbb 12661
2429c060
PB
12662 fi
12663 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12664 done
12665fi
c6b750e1 12666
2429c060
PB
12667if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12668 set dummy ranlib
12669 if test $build = $target ; then
12670 RANLIB_FOR_TARGET="$2"
12671 else
12672 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12673 fi
d3f5afc4
MS
12674else
12675 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
2429c060 12676fi
05cbd757 12677
3a35eeb3
PB
12678else
12679 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
859789af
AC
12680fi
12681
2429c060
PB
12682
12683
12684
12685if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12686 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12688$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12689 if test -x $with_build_time_tools/strip; then
12690 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12691 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
81ecdfbb
RW
12692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12693$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
3a35eeb3 12694 else
81ecdfbb
RW
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12696$as_echo "no" >&6; }
3a35eeb3 12697 fi
2429c060
PB
12698 elif test $build != $host && test $have_gcc_for_target = yes; then
12699 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
d3f5afc4
MS
12700 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12701 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
2429c060
PB
12702 fi
12703fi
c6b750e1 12704if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12705 # Extract the first word of "strip", so it can be a program name with args.
12706set dummy strip; ac_word=$2
81ecdfbb
RW
12707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12708$as_echo_n "checking for $ac_word... " >&6; }
12709if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12710 $as_echo_n "(cached) " >&6
2429c060 12711else
c6b750e1
DJ
12712 case $STRIP_FOR_TARGET in
12713 [\\/]* | ?:[\\/]*)
2429c060
PB
12714 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12715 ;;
2429c060 12716 *)
c6b750e1
DJ
12717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12718for as_dir in $gcc_cv_tool_dirs
12719do
12720 IFS=$as_save_IFS
12721 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12722 for ac_exec_ext in '' $ac_executable_extensions; do
12723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12724 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12726 break 2
12727 fi
12728done
81ecdfbb
RW
12729 done
12730IFS=$as_save_IFS
c6b750e1 12731
2429c060
PB
12732 ;;
12733esac
12734fi
c6b750e1 12735STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060 12736if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12738$as_echo "$STRIP_FOR_TARGET" >&6; }
2429c060 12739else
81ecdfbb
RW
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12741$as_echo "no" >&6; }
2429c060
PB
12742fi
12743
81ecdfbb 12744
2429c060
PB
12745fi
12746if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
9a819804
AO
12747
12748
12749if test -n "$STRIP_FOR_TARGET"; then
12750 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12751elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12752 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12753fi
12754
12755if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12756 for ncn_progname in strip; do
12757 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12758set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12760$as_echo_n "checking for $ac_word... " >&6; }
12761if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12762 $as_echo_n "(cached) " >&6
9a819804
AO
12763else
12764 if test -n "$STRIP_FOR_TARGET"; then
12765 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12766else
12767as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12768for as_dir in $PATH
12769do
12770 IFS=$as_save_IFS
12771 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12772 for ac_exec_ext in '' $ac_executable_extensions; do
12773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12774 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12776 break 2
12777 fi
12778done
81ecdfbb
RW
12779 done
12780IFS=$as_save_IFS
9a819804
AO
12781
12782fi
12783fi
12784STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12785if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12787$as_echo "$STRIP_FOR_TARGET" >&6; }
9a819804 12788else
81ecdfbb
RW
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12790$as_echo "no" >&6; }
9a819804
AO
12791fi
12792
81ecdfbb 12793
9a819804
AO
12794 done
12795fi
12796
12797if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12798 for ncn_progname in strip; do
81ecdfbb
RW
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12800$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12801 if test -x $with_build_time_tools/${ncn_progname}; then
12802 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12804$as_echo "yes" >&6; }
2429c060
PB
12805 break
12806 else
81ecdfbb
RW
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12808$as_echo "no" >&6; }
2429c060
PB
12809 fi
12810 done
12811fi
12812
12813if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12814 for ncn_progname in strip; do
12815 if test -n "$ncn_target_tool_prefix"; then
12816 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 12817set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12819$as_echo_n "checking for $ac_word... " >&6; }
12820if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12821 $as_echo_n "(cached) " >&6
7e0f7140
GK
12822else
12823 if test -n "$STRIP_FOR_TARGET"; then
12824 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
c6b750e1
DJ
12825else
12826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12827for as_dir in $PATH
12828do
12829 IFS=$as_save_IFS
12830 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12831 for ac_exec_ext in '' $ac_executable_extensions; do
12832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12833 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12835 break 2
12836 fi
12837done
81ecdfbb
RW
12838 done
12839IFS=$as_save_IFS
c6b750e1 12840
7e0f7140
GK
12841fi
12842fi
c6b750e1 12843STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12844if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12846$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12847else
81ecdfbb
RW
12848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12849$as_echo "no" >&6; }
7e0f7140
GK
12850fi
12851
81ecdfbb 12852
2429c060
PB
12853 fi
12854 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12855 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 12856set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12858$as_echo_n "checking for $ac_word... " >&6; }
12859if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12860 $as_echo_n "(cached) " >&6
7e0f7140
GK
12861else
12862 if test -n "$STRIP_FOR_TARGET"; then
12863 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12864else
c6b750e1
DJ
12865as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12866for as_dir in $PATH
12867do
12868 IFS=$as_save_IFS
12869 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12870 for ac_exec_ext in '' $ac_executable_extensions; do
12871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12872 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12874 break 2
12875 fi
12876done
81ecdfbb
RW
12877 done
12878IFS=$as_save_IFS
c6b750e1 12879
7e0f7140
GK
12880fi
12881fi
c6b750e1 12882STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12883if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12885$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12886else
81ecdfbb
RW
12887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12888$as_echo "no" >&6; }
7e0f7140 12889fi
c6b750e1 12890
81ecdfbb 12891
2429c060
PB
12892 fi
12893 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12894 done
12895fi
c6b750e1 12896
7e0f7140
GK
12897if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12898 set dummy strip
12899 if test $build = $target ; then
12900 STRIP_FOR_TARGET="$2"
12901 else
12902 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12903 fi
d3f5afc4
MS
12904else
12905 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
7e0f7140
GK
12906fi
12907
3a35eeb3
PB
12908else
12909 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060
PB
12910fi
12911
12912
12913
12914
12915if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12916 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12918$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12919 if test -x $with_build_time_tools/windres; then
12920 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12921 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
81ecdfbb
RW
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12923$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
3a35eeb3 12924 else
81ecdfbb
RW
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12926$as_echo "no" >&6; }
3a35eeb3 12927 fi
2429c060
PB
12928 elif test $build != $host && test $have_gcc_for_target = yes; then
12929 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
d3f5afc4
MS
12930 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12931 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
2429c060
PB
12932 fi
12933fi
c6b750e1 12934if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12935 # Extract the first word of "windres", so it can be a program name with args.
12936set dummy windres; ac_word=$2
81ecdfbb
RW
12937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12938$as_echo_n "checking for $ac_word... " >&6; }
12939if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12940 $as_echo_n "(cached) " >&6
2429c060 12941else
c6b750e1
DJ
12942 case $WINDRES_FOR_TARGET in
12943 [\\/]* | ?:[\\/]*)
2429c060
PB
12944 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12945 ;;
2429c060 12946 *)
c6b750e1
DJ
12947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12948for as_dir in $gcc_cv_tool_dirs
12949do
12950 IFS=$as_save_IFS
12951 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12952 for ac_exec_ext in '' $ac_executable_extensions; do
12953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12954 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12956 break 2
12957 fi
12958done
81ecdfbb
RW
12959 done
12960IFS=$as_save_IFS
c6b750e1 12961
2429c060
PB
12962 ;;
12963esac
12964fi
c6b750e1 12965WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060 12966if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12968$as_echo "$WINDRES_FOR_TARGET" >&6; }
2429c060 12969else
81ecdfbb
RW
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12971$as_echo "no" >&6; }
2429c060
PB
12972fi
12973
81ecdfbb 12974
2429c060
PB
12975fi
12976if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
9a819804
AO
12977
12978
12979if test -n "$WINDRES_FOR_TARGET"; then
12980 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12981elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12982 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12983fi
12984
12985if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12986 for ncn_progname in windres; do
12987 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12988set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12990$as_echo_n "checking for $ac_word... " >&6; }
12991if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12992 $as_echo_n "(cached) " >&6
9a819804
AO
12993else
12994 if test -n "$WINDRES_FOR_TARGET"; then
12995 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12996else
12997as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12998for as_dir in $PATH
12999do
13000 IFS=$as_save_IFS
13001 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13002 for ac_exec_ext in '' $ac_executable_extensions; do
13003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 13004 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
13006 break 2
13007 fi
13008done
81ecdfbb
RW
13009 done
13010IFS=$as_save_IFS
9a819804
AO
13011
13012fi
13013fi
13014WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13015if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13017$as_echo "$WINDRES_FOR_TARGET" >&6; }
9a819804 13018else
81ecdfbb
RW
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13020$as_echo "no" >&6; }
9a819804
AO
13021fi
13022
81ecdfbb 13023
9a819804
AO
13024 done
13025fi
13026
13027if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13028 for ncn_progname in windres; do
81ecdfbb
RW
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13030$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13031 if test -x $with_build_time_tools/${ncn_progname}; then
13032 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13034$as_echo "yes" >&6; }
2429c060
PB
13035 break
13036 else
81ecdfbb
RW
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13038$as_echo "no" >&6; }
2429c060
PB
13039 fi
13040 done
13041fi
13042
13043if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13044 for ncn_progname in windres; do
13045 if test -n "$ncn_target_tool_prefix"; then
13046 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 13047set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13049$as_echo_n "checking for $ac_word... " >&6; }
13050if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13051 $as_echo_n "(cached) " >&6
859789af 13052else
55db4b87
PB
13053 if test -n "$WINDRES_FOR_TARGET"; then
13054 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13055else
c6b750e1
DJ
13056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13057for as_dir in $PATH
13058do
13059 IFS=$as_save_IFS
13060 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13061 for ac_exec_ext in '' $ac_executable_extensions; do
13062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13063 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13065 break 2
13066 fi
13067done
81ecdfbb
RW
13068 done
13069IFS=$as_save_IFS
c6b750e1 13070
859789af
AC
13071fi
13072fi
c6b750e1 13073WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
55db4b87 13074if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13076$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13077else
81ecdfbb
RW
13078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13079$as_echo "no" >&6; }
859789af
AC
13080fi
13081
81ecdfbb 13082
2429c060
PB
13083 fi
13084 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13085 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 13086set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13088$as_echo_n "checking for $ac_word... " >&6; }
13089if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13090 $as_echo_n "(cached) " >&6
859789af 13091else
05cbd757
PB
13092 if test -n "$WINDRES_FOR_TARGET"; then
13093 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13094else
c6b750e1
DJ
13095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13096for as_dir in $PATH
13097do
13098 IFS=$as_save_IFS
13099 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13100 for ac_exec_ext in '' $ac_executable_extensions; do
13101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13102 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13104 break 2
13105 fi
13106done
81ecdfbb
RW
13107 done
13108IFS=$as_save_IFS
c6b750e1 13109
859789af
AC
13110fi
13111fi
c6b750e1 13112WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
05cbd757 13113if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13115$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13116else
81ecdfbb
RW
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13118$as_echo "no" >&6; }
859789af 13119fi
c6b750e1 13120
81ecdfbb 13121
2429c060
PB
13122 fi
13123 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13124 done
13125fi
c6b750e1 13126
05cbd757
PB
13127if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13128 set dummy windres
13129 if test $build = $target ; then
13130 WINDRES_FOR_TARGET="$2"
859789af 13131 else
05cbd757 13132 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 13133 fi
d3f5afc4
MS
13134else
13135 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
859789af
AC
13136fi
13137
3a35eeb3
PB
13138else
13139 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060
PB
13140fi
13141
852e5f18 13142
0c24b341
NC
13143
13144
13145if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13146 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13148$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
0c24b341
NC
13149 if test -x $with_build_time_tools/windmc; then
13150 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13151 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
81ecdfbb
RW
13152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13153$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
0c24b341 13154 else
81ecdfbb
RW
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13156$as_echo "no" >&6; }
0c24b341
NC
13157 fi
13158 elif test $build != $host && test $have_gcc_for_target = yes; then
13159 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13160 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13161 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13162 fi
13163fi
13164if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13165 # Extract the first word of "windmc", so it can be a program name with args.
13166set dummy windmc; ac_word=$2
81ecdfbb
RW
13167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13168$as_echo_n "checking for $ac_word... " >&6; }
13169if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13170 $as_echo_n "(cached) " >&6
0c24b341
NC
13171else
13172 case $WINDMC_FOR_TARGET in
13173 [\\/]* | ?:[\\/]*)
13174 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13175 ;;
13176 *)
13177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13178for as_dir in $gcc_cv_tool_dirs
13179do
13180 IFS=$as_save_IFS
13181 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13182 for ac_exec_ext in '' $ac_executable_extensions; do
13183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13184 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13186 break 2
13187 fi
13188done
81ecdfbb
RW
13189 done
13190IFS=$as_save_IFS
0c24b341
NC
13191
13192 ;;
13193esac
13194fi
13195WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
0c24b341 13196if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13198$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13199else
81ecdfbb
RW
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13201$as_echo "no" >&6; }
0c24b341
NC
13202fi
13203
81ecdfbb 13204
0c24b341
NC
13205fi
13206if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13207
13208
13209if test -n "$WINDMC_FOR_TARGET"; then
13210 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13211elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13212 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13213fi
13214
13215if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13216 for ncn_progname in windmc; do
13217 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13218set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13220$as_echo_n "checking for $ac_word... " >&6; }
13221if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13222 $as_echo_n "(cached) " >&6
0c24b341
NC
13223else
13224 if test -n "$WINDMC_FOR_TARGET"; then
13225 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13226else
13227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13228for as_dir in $PATH
13229do
13230 IFS=$as_save_IFS
13231 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13232 for ac_exec_ext in '' $ac_executable_extensions; do
13233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13234 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13236 break 2
13237 fi
13238done
81ecdfbb
RW
13239 done
13240IFS=$as_save_IFS
0c24b341
NC
13241
13242fi
13243fi
13244WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13245if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13247$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13248else
81ecdfbb
RW
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13250$as_echo "no" >&6; }
0c24b341
NC
13251fi
13252
81ecdfbb 13253
0c24b341
NC
13254 done
13255fi
13256
13257if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13258 for ncn_progname in windmc; do
81ecdfbb
RW
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13260$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
0c24b341
NC
13261 if test -x $with_build_time_tools/${ncn_progname}; then
13262 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13264$as_echo "yes" >&6; }
0c24b341
NC
13265 break
13266 else
81ecdfbb
RW
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13268$as_echo "no" >&6; }
0c24b341
NC
13269 fi
13270 done
13271fi
13272
13273if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13274 for ncn_progname in windmc; do
13275 if test -n "$ncn_target_tool_prefix"; then
13276 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13277set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13279$as_echo_n "checking for $ac_word... " >&6; }
13280if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13281 $as_echo_n "(cached) " >&6
0c24b341
NC
13282else
13283 if test -n "$WINDMC_FOR_TARGET"; then
13284 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13285else
13286as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13287for as_dir in $PATH
13288do
13289 IFS=$as_save_IFS
13290 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13291 for ac_exec_ext in '' $ac_executable_extensions; do
13292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13293 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13295 break 2
13296 fi
13297done
81ecdfbb
RW
13298 done
13299IFS=$as_save_IFS
0c24b341
NC
13300
13301fi
13302fi
13303WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13304if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13306$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13307else
81ecdfbb
RW
13308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13309$as_echo "no" >&6; }
0c24b341
NC
13310fi
13311
81ecdfbb 13312
0c24b341
NC
13313 fi
13314 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13315 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13316set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13318$as_echo_n "checking for $ac_word... " >&6; }
13319if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13320 $as_echo_n "(cached) " >&6
0c24b341
NC
13321else
13322 if test -n "$WINDMC_FOR_TARGET"; then
13323 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13324else
13325as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13326for as_dir in $PATH
13327do
13328 IFS=$as_save_IFS
13329 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13330 for ac_exec_ext in '' $ac_executable_extensions; do
13331 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13332 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13333 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13334 break 2
13335 fi
13336done
81ecdfbb
RW
13337 done
13338IFS=$as_save_IFS
0c24b341
NC
13339
13340fi
13341fi
13342WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13343if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13345$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13346else
81ecdfbb
RW
13347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13348$as_echo "no" >&6; }
0c24b341
NC
13349fi
13350
81ecdfbb 13351
0c24b341
NC
13352 fi
13353 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13354 done
13355fi
13356
13357if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13358 set dummy windmc
13359 if test $build = $target ; then
13360 WINDMC_FOR_TARGET="$2"
13361 else
13362 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13363 fi
13364else
13365 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13366fi
13367
13368else
13369 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13370fi
13371
13372
be01d343
PB
13373RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13374
81ecdfbb
RW
13375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13376$as_echo_n "checking where to find the target ar... " >&6; }
be01d343 13377if test "x${build}" != "x${host}" ; then
2429c060
PB
13378 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13379 # We already found the complete path
b8025f34 13380 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13382$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13383 else
13384 # Canadian cross, just use what we found
81ecdfbb
RW
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13386$as_echo "pre-installed" >&6; }
2429c060 13387 fi
be01d343
PB
13388else
13389 ok=yes
13390 case " ${configdirs} " in
13391 *" binutils "*) ;;
13392 *) ok=no ;;
13393 esac
c6b750e1 13394
be01d343
PB
13395 if test $ok = yes; then
13396 # An in-tree tool is available and we can use it
13397 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
81ecdfbb
RW
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13399$as_echo "just compiled" >&6; }
2429c060
PB
13400 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13401 # We already found the complete path
b8025f34 13402 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13404$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13405 elif test "x$target" = "x$host"; then
13406 # We can use an host tool
13407 AR_FOR_TARGET='$(AR)'
81ecdfbb
RW
13408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13409$as_echo "host tool" >&6; }
be01d343
PB
13410 else
13411 # We need a cross tool
81ecdfbb
RW
13412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13413$as_echo "pre-installed" >&6; }
be01d343
PB
13414 fi
13415fi
4b900473 13416
81ecdfbb
RW
13417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13418$as_echo_n "checking where to find the target as... " >&6; }
be01d343 13419if test "x${build}" != "x${host}" ; then
2429c060
PB
13420 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13421 # We already found the complete path
b8025f34 13422 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13424$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13425 else
13426 # Canadian cross, just use what we found
81ecdfbb
RW
13427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13428$as_echo "pre-installed" >&6; }
2429c060 13429 fi
be01d343
PB
13430else
13431 ok=yes
13432 case " ${configdirs} " in
13433 *" gas "*) ;;
13434 *) ok=no ;;
13435 esac
c6b750e1 13436
be01d343
PB
13437 if test $ok = yes; then
13438 # An in-tree tool is available and we can use it
13439 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
81ecdfbb
RW
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13441$as_echo "just compiled" >&6; }
2429c060
PB
13442 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13443 # We already found the complete path
b8025f34 13444 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13446$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13447 elif test "x$target" = "x$host"; then
13448 # We can use an host tool
13449 AS_FOR_TARGET='$(AS)'
81ecdfbb
RW
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13451$as_echo "host tool" >&6; }
be01d343
PB
13452 else
13453 # We need a cross tool
81ecdfbb
RW
13454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13455$as_echo "pre-installed" >&6; }
be01d343
PB
13456 fi
13457fi
4b900473 13458
81ecdfbb
RW
13459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13460$as_echo_n "checking where to find the target cc... " >&6; }
be01d343 13461if test "x${build}" != "x${host}" ; then
2429c060
PB
13462 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13463 # We already found the complete path
b8025f34 13464 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13466$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13467 else
13468 # Canadian cross, just use what we found
81ecdfbb
RW
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13470$as_echo "pre-installed" >&6; }
2429c060 13471 fi
be01d343
PB
13472else
13473 ok=yes
13474 case " ${configdirs} " in
13475 *" gcc "*) ;;
13476 *) ok=no ;;
13477 esac
c6b750e1 13478
be01d343
PB
13479 if test $ok = yes; then
13480 # An in-tree tool is available and we can use it
13481 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13483$as_echo "just compiled" >&6; }
2429c060
PB
13484 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13485 # We already found the complete path
b8025f34 13486 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13488$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13489 elif test "x$target" = "x$host"; then
13490 # We can use an host tool
13491 CC_FOR_TARGET='$(CC)'
81ecdfbb
RW
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13493$as_echo "host tool" >&6; }
be01d343
PB
13494 else
13495 # We need a cross tool
81ecdfbb
RW
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13497$as_echo "pre-installed" >&6; }
be01d343
PB
13498 fi
13499fi
4b900473 13500
81ecdfbb
RW
13501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13502$as_echo_n "checking where to find the target c++... " >&6; }
be01d343 13503if test "x${build}" != "x${host}" ; then
2429c060
PB
13504 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13505 # We already found the complete path
b8025f34 13506 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13508$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13509 else
13510 # Canadian cross, just use what we found
81ecdfbb
RW
13511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13512$as_echo "pre-installed" >&6; }
2429c060 13513 fi
be01d343
PB
13514else
13515 ok=yes
13516 case " ${configdirs} " in
13517 *" gcc "*) ;;
13518 *) ok=no ;;
13519 esac
13520 case ,${enable_languages}, in
13521 *,c++,*) ;;
13522 *) ok=no ;;
13523 esac
13524 if test $ok = yes; then
13525 # An in-tree tool is available and we can use it
87cda2cf 13526 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
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13528$as_echo "just compiled" >&6; }
2429c060
PB
13529 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13530 # We already found the complete path
b8025f34 13531 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13533$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13534 elif test "x$target" = "x$host"; then
13535 # We can use an host tool
13536 CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13538$as_echo "host tool" >&6; }
be01d343
PB
13539 else
13540 # We need a cross tool
81ecdfbb
RW
13541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13542$as_echo "pre-installed" >&6; }
be01d343
PB
13543 fi
13544fi
4b900473 13545
81ecdfbb
RW
13546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13547$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
be01d343 13548if test "x${build}" != "x${host}" ; then
2429c060
PB
13549 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13550 # We already found the complete path
b8025f34 13551 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13553$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13554 else
13555 # Canadian cross, just use what we found
81ecdfbb
RW
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13557$as_echo "pre-installed" >&6; }
2429c060 13558 fi
be01d343
PB
13559else
13560 ok=yes
13561 case " ${configdirs} " in
13562 *" gcc "*) ;;
13563 *) ok=no ;;
13564 esac
13565 case ,${enable_languages}, in
13566 *,c++,*) ;;
13567 *) ok=no ;;
13568 esac
13569 if test $ok = yes; then
13570 # An in-tree tool is available and we can use it
13571 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
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13573$as_echo "just compiled" >&6; }
2429c060
PB
13574 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13575 # We already found the complete path
b8025f34 13576 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13578$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13579 elif test "x$target" = "x$host"; then
13580 # We can use an host tool
13581 RAW_CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13583$as_echo "host tool" >&6; }
be01d343
PB
13584 else
13585 # We need a cross tool
81ecdfbb
RW
13586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13587$as_echo "pre-installed" >&6; }
be01d343
PB
13588 fi
13589fi
4b900473 13590
81ecdfbb
RW
13591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13592$as_echo_n "checking where to find the target dlltool... " >&6; }
be01d343 13593if test "x${build}" != "x${host}" ; then
2429c060
PB
13594 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13595 # We already found the complete path
b8025f34 13596 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13598$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13599 else
13600 # Canadian cross, just use what we found
81ecdfbb
RW
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13602$as_echo "pre-installed" >&6; }
2429c060 13603 fi
be01d343
PB
13604else
13605 ok=yes
13606 case " ${configdirs} " in
13607 *" binutils "*) ;;
13608 *) ok=no ;;
13609 esac
c6b750e1 13610
be01d343
PB
13611 if test $ok = yes; then
13612 # An in-tree tool is available and we can use it
13613 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
81ecdfbb
RW
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13615$as_echo "just compiled" >&6; }
2429c060
PB
13616 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13617 # We already found the complete path
b8025f34 13618 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13620$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13621 elif test "x$target" = "x$host"; then
13622 # We can use an host tool
13623 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
81ecdfbb
RW
13624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13625$as_echo "host tool" >&6; }
be01d343
PB
13626 else
13627 # We need a cross tool
81ecdfbb
RW
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13629$as_echo "pre-installed" >&6; }
be01d343
PB
13630 fi
13631fi
4b900473 13632
81ecdfbb
RW
13633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13634$as_echo_n "checking where to find the target gcc... " >&6; }
be01d343 13635if test "x${build}" != "x${host}" ; then
2429c060
PB
13636 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13637 # We already found the complete path
b8025f34 13638 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
13639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13640$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13641 else
13642 # Canadian cross, just use what we found
81ecdfbb
RW
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13644$as_echo "pre-installed" >&6; }
2429c060 13645 fi
be01d343
PB
13646else
13647 ok=yes
13648 case " ${configdirs} " in
13649 *" gcc "*) ;;
13650 *) ok=no ;;
13651 esac
c6b750e1 13652
be01d343
PB
13653 if test $ok = yes; then
13654 # An in-tree tool is available and we can use it
13655 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13657$as_echo "just compiled" >&6; }
2429c060
PB
13658 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13659 # We already found the complete path
b8025f34 13660 ac_dir=`dirname $GCC_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; }
be01d343
PB
13663 elif test "x$target" = "x$host"; then
13664 # We can use an host tool
13665 GCC_FOR_TARGET='$()'
81ecdfbb
RW
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13667$as_echo "host tool" >&6; }
be01d343
PB
13668 else
13669 # We need a cross tool
81ecdfbb
RW
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13671$as_echo "pre-installed" >&6; }
be01d343
PB
13672 fi
13673fi
4b900473 13674
81ecdfbb
RW
13675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13676$as_echo_n "checking where to find the target gcj... " >&6; }
be01d343 13677if test "x${build}" != "x${host}" ; then
2429c060
PB
13678 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13679 # We already found the complete path
b8025f34 13680 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
13681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13682$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13683 else
13684 # Canadian cross, just use what we found
81ecdfbb
RW
13685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13686$as_echo "pre-installed" >&6; }
2429c060 13687 fi
be01d343
PB
13688else
13689 ok=yes
13690 case " ${configdirs} " in
13691 *" gcc "*) ;;
13692 *) ok=no ;;
13693 esac
13694 case ,${enable_languages}, in
13695 *,java,*) ;;
13696 *) ok=no ;;
13697 esac
13698 if test $ok = yes; then
13699 # An in-tree tool is available and we can use it
13700 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13702$as_echo "just compiled" >&6; }
2429c060
PB
13703 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13704 # We already found the complete path
b8025f34 13705 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13707$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13708 elif test "x$target" = "x$host"; then
13709 # We can use an host tool
13710 GCJ_FOR_TARGET='$(GCJ)'
81ecdfbb
RW
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13712$as_echo "host tool" >&6; }
be01d343
PB
13713 else
13714 # We need a cross tool
81ecdfbb
RW
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13716$as_echo "pre-installed" >&6; }
be01d343
PB
13717 fi
13718fi
4b900473 13719
81ecdfbb
RW
13720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13721$as_echo_n "checking where to find the target gfortran... " >&6; }
be01d343 13722if test "x${build}" != "x${host}" ; then
2429c060
PB
13723 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13724 # We already found the complete path
b8025f34 13725 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13727$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13728 else
13729 # Canadian cross, just use what we found
81ecdfbb
RW
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13731$as_echo "pre-installed" >&6; }
2429c060 13732 fi
be01d343
PB
13733else
13734 ok=yes
13735 case " ${configdirs} " in
13736 *" gcc "*) ;;
13737 *) ok=no ;;
13738 esac
13739 case ,${enable_languages}, in
13740 *,fortran,*) ;;
13741 *) ok=no ;;
13742 esac
13743 if test $ok = yes; then
13744 # An in-tree tool is available and we can use it
13745 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13747$as_echo "just compiled" >&6; }
2429c060
PB
13748 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13749 # We already found the complete path
b8025f34 13750 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13752$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13753 elif test "x$target" = "x$host"; then
13754 # We can use an host tool
13755 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
81ecdfbb
RW
13756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13757$as_echo "host tool" >&6; }
be01d343
PB
13758 else
13759 # We need a cross tool
81ecdfbb
RW
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13761$as_echo "pre-installed" >&6; }
be01d343
PB
13762 fi
13763fi
4b900473 13764
e552509b
ILT
13765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13766$as_echo_n "checking where to find the target gccgo... " >&6; }
13767if test "x${build}" != "x${host}" ; then
13768 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13769 # We already found the complete path
13770 ac_dir=`dirname $GOC_FOR_TARGET`
13771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13772$as_echo "pre-installed in $ac_dir" >&6; }
13773 else
13774 # Canadian cross, just use what we found
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13776$as_echo "pre-installed" >&6; }
13777 fi
13778else
13779 ok=yes
13780 case " ${configdirs} " in
13781 *" gcc "*) ;;
13782 *) ok=no ;;
13783 esac
13784 case ,${enable_languages}, in
13785 *,go,*) ;;
13786 *) ok=no ;;
13787 esac
13788 if test $ok = yes; then
13789 # An in-tree tool is available and we can use it
13790 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13792$as_echo "just compiled" >&6; }
13793 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13794 # We already found the complete path
13795 ac_dir=`dirname $GOC_FOR_TARGET`
13796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13797$as_echo "pre-installed in $ac_dir" >&6; }
13798 elif test "x$target" = "x$host"; then
13799 # We can use an host tool
13800 GOC_FOR_TARGET='$(GOC)'
13801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13802$as_echo "host tool" >&6; }
13803 else
13804 # We need a cross tool
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13806$as_echo "pre-installed" >&6; }
13807 fi
13808fi
13809
81ecdfbb
RW
13810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13811$as_echo_n "checking where to find the target ld... " >&6; }
be01d343 13812if test "x${build}" != "x${host}" ; then
2429c060
PB
13813 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13814 # We already found the complete path
b8025f34 13815 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
13816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13817$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13818 else
13819 # Canadian cross, just use what we found
81ecdfbb
RW
13820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13821$as_echo "pre-installed" >&6; }
2429c060 13822 fi
be01d343
PB
13823else
13824 ok=yes
13825 case " ${configdirs} " in
13826 *" ld "*) ;;
13827 *) ok=no ;;
13828 esac
c6b750e1 13829
be01d343
PB
13830 if test $ok = yes; then
13831 # An in-tree tool is available and we can use it
13832 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
81ecdfbb
RW
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13834$as_echo "just compiled" >&6; }
2429c060
PB
13835 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13836 # We already found the complete path
b8025f34 13837 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13839$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13840 elif test "x$target" = "x$host"; then
13841 # We can use an host tool
13842 LD_FOR_TARGET='$(LD)'
81ecdfbb
RW
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13844$as_echo "host tool" >&6; }
be01d343
PB
13845 else
13846 # We need a cross tool
81ecdfbb
RW
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13848$as_echo "pre-installed" >&6; }
be01d343
PB
13849 fi
13850fi
4b900473 13851
81ecdfbb
RW
13852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13853$as_echo_n "checking where to find the target lipo... " >&6; }
be01d343 13854if test "x${build}" != "x${host}" ; then
2429c060
PB
13855 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13856 # We already found the complete path
b8025f34 13857 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13859$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13860 else
13861 # Canadian cross, just use what we found
81ecdfbb
RW
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13863$as_echo "pre-installed" >&6; }
2429c060 13864 fi
be01d343 13865else
2429c060
PB
13866 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13867 # We already found the complete path
b8025f34 13868 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
13869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13870$as_echo "pre-installed in $ac_dir" >&6; }
2429c060 13871 elif test "x$target" = "x$host"; then
be01d343
PB
13872 # We can use an host tool
13873 LIPO_FOR_TARGET='$(LIPO)'
81ecdfbb
RW
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13875$as_echo "host tool" >&6; }
be01d343
PB
13876 else
13877 # We need a cross tool
81ecdfbb
RW
13878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13879$as_echo "pre-installed" >&6; }
be01d343
PB
13880 fi
13881fi
4b900473 13882
81ecdfbb
RW
13883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13884$as_echo_n "checking where to find the target nm... " >&6; }
be01d343 13885if test "x${build}" != "x${host}" ; then
2429c060
PB
13886 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13887 # We already found the complete path
b8025f34 13888 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
13889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13890$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13891 else
13892 # Canadian cross, just use what we found
81ecdfbb
RW
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13894$as_echo "pre-installed" >&6; }
2429c060 13895 fi
be01d343
PB
13896else
13897 ok=yes
13898 case " ${configdirs} " in
13899 *" binutils "*) ;;
13900 *) ok=no ;;
13901 esac
c6b750e1 13902
be01d343
PB
13903 if test $ok = yes; then
13904 # An in-tree tool is available and we can use it
13905 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
81ecdfbb
RW
13906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13907$as_echo "just compiled" >&6; }
2429c060
PB
13908 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13909 # We already found the complete path
b8025f34 13910 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13912$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13913 elif test "x$target" = "x$host"; then
13914 # We can use an host tool
13915 NM_FOR_TARGET='$(NM)'
81ecdfbb
RW
13916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13917$as_echo "host tool" >&6; }
be01d343
PB
13918 else
13919 # We need a cross tool
81ecdfbb
RW
13920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13921$as_echo "pre-installed" >&6; }
be01d343
PB
13922 fi
13923fi
4b900473 13924
81ecdfbb
RW
13925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13926$as_echo_n "checking where to find the target objdump... " >&6; }
be01d343 13927if test "x${build}" != "x${host}" ; then
2429c060
PB
13928 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13929 # We already found the complete path
b8025f34 13930 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13932$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13933 else
13934 # Canadian cross, just use what we found
81ecdfbb
RW
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13936$as_echo "pre-installed" >&6; }
2429c060 13937 fi
be01d343
PB
13938else
13939 ok=yes
13940 case " ${configdirs} " in
13941 *" binutils "*) ;;
13942 *) ok=no ;;
13943 esac
c6b750e1 13944
be01d343
PB
13945 if test $ok = yes; then
13946 # An in-tree tool is available and we can use it
13947 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
81ecdfbb
RW
13948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13949$as_echo "just compiled" >&6; }
2429c060
PB
13950 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13951 # We already found the complete path
b8025f34 13952 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13954$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13955 elif test "x$target" = "x$host"; then
13956 # We can use an host tool
13957 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
81ecdfbb
RW
13958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13959$as_echo "host tool" >&6; }
be01d343
PB
13960 else
13961 # We need a cross tool
81ecdfbb
RW
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13963$as_echo "pre-installed" >&6; }
be01d343
PB
13964 fi
13965fi
4b900473 13966
81ecdfbb
RW
13967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13968$as_echo_n "checking where to find the target ranlib... " >&6; }
be01d343 13969if test "x${build}" != "x${host}" ; then
2429c060
PB
13970 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13971 # We already found the complete path
b8025f34 13972 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13974$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13975 else
13976 # Canadian cross, just use what we found
81ecdfbb
RW
13977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13978$as_echo "pre-installed" >&6; }
2429c060 13979 fi
be01d343
PB
13980else
13981 ok=yes
13982 case " ${configdirs} " in
13983 *" binutils "*) ;;
13984 *) ok=no ;;
13985 esac
c6b750e1 13986
be01d343
PB
13987 if test $ok = yes; then
13988 # An in-tree tool is available and we can use it
13989 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
81ecdfbb
RW
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13991$as_echo "just compiled" >&6; }
2429c060
PB
13992 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13993 # We already found the complete path
b8025f34 13994 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13996$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13997 elif test "x$target" = "x$host"; then
13998 # We can use an host tool
13999 RANLIB_FOR_TARGET='$(RANLIB)'
81ecdfbb
RW
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14001$as_echo "host tool" >&6; }
be01d343
PB
14002 else
14003 # We need a cross tool
81ecdfbb
RW
14004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14005$as_echo "pre-installed" >&6; }
be01d343
PB
14006 fi
14007fi
4b900473 14008
81ecdfbb
RW
14009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14010$as_echo_n "checking where to find the target strip... " >&6; }
be01d343 14011if test "x${build}" != "x${host}" ; then
2429c060
PB
14012 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14013 # We already found the complete path
b8025f34 14014 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14016$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14017 else
14018 # Canadian cross, just use what we found
81ecdfbb
RW
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14020$as_echo "pre-installed" >&6; }
2429c060 14021 fi
be01d343
PB
14022else
14023 ok=yes
14024 case " ${configdirs} " in
14025 *" binutils "*) ;;
14026 *) ok=no ;;
14027 esac
c6b750e1 14028
be01d343
PB
14029 if test $ok = yes; then
14030 # An in-tree tool is available and we can use it
9b980aa1 14031 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
81ecdfbb
RW
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14033$as_echo "just compiled" >&6; }
2429c060
PB
14034 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14035 # We already found the complete path
b8025f34 14036 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14038$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14039 elif test "x$target" = "x$host"; then
14040 # We can use an host tool
14041 STRIP_FOR_TARGET='$(STRIP)'
81ecdfbb
RW
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14043$as_echo "host tool" >&6; }
be01d343
PB
14044 else
14045 # We need a cross tool
81ecdfbb
RW
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14047$as_echo "pre-installed" >&6; }
be01d343
PB
14048 fi
14049fi
4b900473 14050
81ecdfbb
RW
14051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14052$as_echo_n "checking where to find the target windres... " >&6; }
be01d343 14053if test "x${build}" != "x${host}" ; then
2429c060
PB
14054 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14055 # We already found the complete path
b8025f34 14056 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14058$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14059 else
14060 # Canadian cross, just use what we found
81ecdfbb
RW
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14062$as_echo "pre-installed" >&6; }
2429c060 14063 fi
be01d343
PB
14064else
14065 ok=yes
14066 case " ${configdirs} " in
14067 *" binutils "*) ;;
14068 *) ok=no ;;
14069 esac
c6b750e1 14070
be01d343
PB
14071 if test $ok = yes; then
14072 # An in-tree tool is available and we can use it
14073 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
81ecdfbb
RW
14074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14075$as_echo "just compiled" >&6; }
2429c060
PB
14076 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14077 # We already found the complete path
b8025f34 14078 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14080$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14081 elif test "x$target" = "x$host"; then
14082 # We can use an host tool
14083 WINDRES_FOR_TARGET='$(WINDRES)'
81ecdfbb
RW
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14085$as_echo "host tool" >&6; }
be01d343
PB
14086 else
14087 # We need a cross tool
81ecdfbb
RW
14088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14089$as_echo "pre-installed" >&6; }
be01d343 14090 fi
a0da8069 14091fi
54752a6b 14092
81ecdfbb
RW
14093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14094$as_echo_n "checking where to find the target windmc... " >&6; }
0c24b341
NC
14095if test "x${build}" != "x${host}" ; then
14096 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14097 # We already found the complete path
14098 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14100$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14101 else
14102 # Canadian cross, just use what we found
81ecdfbb
RW
14103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14104$as_echo "pre-installed" >&6; }
0c24b341
NC
14105 fi
14106else
14107 ok=yes
14108 case " ${configdirs} " in
14109 *" binutils "*) ;;
14110 *) ok=no ;;
14111 esac
14112
14113 if test $ok = yes; then
14114 # An in-tree tool is available and we can use it
14115 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
81ecdfbb
RW
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14117$as_echo "just compiled" >&6; }
0c24b341
NC
14118 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14119 # We already found the complete path
14120 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14122$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14123 elif test "x$target" = "x$host"; then
14124 # We can use an host tool
14125 WINDMC_FOR_TARGET='$(WINDMC)'
81ecdfbb
RW
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14127$as_echo "host tool" >&6; }
0c24b341
NC
14128 else
14129 # We need a cross tool
81ecdfbb
RW
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14131$as_echo "pre-installed" >&6; }
0c24b341
NC
14132 fi
14133fi
14134
54752a6b
NN
14135
14136
be01d343 14137
4b900473 14138
a0da8069
NN
14139# Certain tools may need extra flags.
14140AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14141RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14142NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14143
be01d343
PB
14144# When building target libraries, except in a Canadian cross, we use
14145# the same toolchain as the compiler we just built.
14146COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14147COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14148COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14149if test $host = $build; then
14150 case " $configdirs " in
14151 *" gcc "*)
14152 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14153 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14154 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14155 ;;
14156 esac
14157fi
14158
14159
14160
14161
14162
81ecdfbb
RW
14163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14164$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14165# Check whether --enable-maintainer-mode was given.
14166if test "${enable_maintainer_mode+set}" = set; then :
14167 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3d5e36ae
AO
14168else
14169 USE_MAINTAINER_MODE=no
81ecdfbb
RW
14170fi
14171
14172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14173$as_echo "$USE_MAINTAINER_MODE" >&6; }
3d5e36ae
AO
14174
14175
14176if test "$USE_MAINTAINER_MODE" = yes; then
14177 MAINTAINER_MODE_TRUE=
14178 MAINTAINER_MODE_FALSE='#'
14179else
14180 MAINTAINER_MODE_TRUE='#'
14181 MAINTAINER_MODE_FALSE=
c6b750e1 14182fi
3d5e36ae
AO
14183MAINT=$MAINTAINER_MODE_TRUE
14184
1d39f329
NN
14185# ---------------------
14186# GCC bootstrap support
14187# ---------------------
14188
14189# Stage specific cflags for build.
14190stage1_cflags="-g"
14191case $build in
14192 vax-*-*)
14193 case ${GCC} in
14194 yes) stage1_cflags="-g -Wa,-J" ;;
14195 *) stage1_cflags="-g -J" ;;
14196 esac ;;
1d39f329
NN
14197esac
14198
1d89b610 14199# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
e8a5fa9c 14200if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
1d89b610
PB
14201 saved_CFLAGS="$CFLAGS"
14202
14203 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14204 CFLAGS="$CFLAGS -fkeep-inline-functions"
81ecdfbb
RW
14205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14206$as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
14208/* end confdefs.h. */
14209
2038f525
PB
14210#if (__GNUC__ < 3) \
14211 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14212 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14213#error http://gcc.gnu.org/PR29382
14214#endif
14215
c6b750e1
DJ
14216int
14217main ()
14218{
14219
14220 ;
14221 return 0;
14222}
14223_ACEOF
81ecdfbb
RW
14224if ac_fn_c_try_compile "$LINENO"; then :
14225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14226$as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
c6b750e1 14227else
81ecdfbb
RW
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14229$as_echo "no" >&6; }
c6b750e1 14230fi
81ecdfbb 14231rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1d89b610
PB
14232
14233 CFLAGS="$saved_CFLAGS"
14234fi
14235
14236
1d39f329 14237
8a0d8a5c 14238# Enable --enable-checking in stage1 of the compiler.
81ecdfbb
RW
14239# Check whether --enable-stage1-checking was given.
14240if test "${enable_stage1_checking+set}" = set; then :
14241 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8a0d8a5c 14242else
5566c1fa 14243 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
2abc4e65 14244 stage1_checking=--enable-checking=yes,types
8a0d8a5c 14245else
5566c1fa 14246 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c 14247fi
81ecdfbb 14248fi
8a0d8a5c
PB
14249
14250
c6b750e1 14251
81ecdfbb
RW
14252# Enable -Werror in bootstrap stage2 and later.
14253# Check whether --enable-werror was given.
14254if test "${enable_werror+set}" = set; then :
14255 enableval=$enable_werror;
1d39f329 14256else
a0323144 14257 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
1d39f329 14258 enable_werror=yes
79fcd0ec
PB
14259else
14260 enable_werror=no
14261fi
81ecdfbb
RW
14262fi
14263
1a6f2dc7
NN
14264case ${enable_werror} in
14265 yes) stage2_werror_flag="--enable-werror-always" ;;
14266 *) stage2_werror_flag="" ;;
1d39f329
NN
14267esac
14268
14269
e8a5fa9c
RW
14270# Specify what files to not compare during bootstrap.
14271
14272compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14273case "$target" in
14274 hppa*64*-*-hpux*) ;;
14275 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14276esac
1f53ca9a
AO
14277case " $configdirs " in
14278*" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14279esac
e8a5fa9c
RW
14280
14281
81ecdfbb
RW
14282ac_config_files="$ac_config_files Makefile"
14283
c6b750e1 14284cat >confcache <<\_ACEOF
a0da8069
NN
14285# This file is a shell script that caches the results of configure
14286# tests run on this system so they can be shared between configure
c6b750e1
DJ
14287# scripts and configure runs, see configure's option --config-cache.
14288# It is not useful on other systems. If it contains results you don't
14289# want to keep, you may remove or edit it.
a0da8069 14290#
c6b750e1
DJ
14291# config.status only pays attention to the cache file if you give it
14292# the --recheck option to rerun configure.
a0da8069 14293#
c6b750e1
DJ
14294# `ac_cv_env_foo' variables (set or unset) will be overridden when
14295# loading this file, other *unset* `ac_cv_foo' will be assigned the
14296# following values.
14297
14298_ACEOF
14299
a0da8069
NN
14300# The following way of writing the cache mishandles newlines in values,
14301# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14302# So, we kill variables containing newlines.
a0da8069
NN
14303# Ultrix sh set writes to stderr and can't be redirected directly,
14304# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14305(
14306 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14307 eval ac_val=\$$ac_var
14308 case $ac_val in #(
14309 *${as_nl}*)
14310 case $ac_var in #(
14311 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14312$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14313 esac
14314 case $ac_var in #(
14315 _ | IFS | as_nl) ;; #(
14316 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14317 *) { eval $ac_var=; unset $ac_var;} ;;
14318 esac ;;
14319 esac
14320 done
14321
c6b750e1 14322 (set) 2>&1 |
81ecdfbb
RW
14323 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14324 *${as_nl}ac_space=\ *)
14325 # `set' does not quote correctly, so add quotes: double-quote
14326 # substitution turns \\\\ into \\, and sed turns \\ into \.
c6b750e1
DJ
14327 sed -n \
14328 "s/'/'\\\\''/g;
14329 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14330 ;; #(
c6b750e1
DJ
14331 *)
14332 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14333 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 14334 ;;
81ecdfbb
RW
14335 esac |
14336 sort
14337) |
c6b750e1 14338 sed '
81ecdfbb 14339 /^ac_cv_env_/b end
c6b750e1 14340 t clear
81ecdfbb 14341 :clear
c6b750e1
DJ
14342 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14343 t end
81ecdfbb
RW
14344 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14345 :end' >>confcache
14346if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14347 if test -w "$cache_file"; then
14348 test "x$cache_file" != "x/dev/null" &&
14349 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14350$as_echo "$as_me: updating cache $cache_file" >&6;}
c6b750e1 14351 cat confcache >$cache_file
a0da8069 14352 else
81ecdfbb
RW
14353 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14354$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
a0da8069 14355 fi
852e5f18 14356fi
a0da8069 14357rm -f confcache
852e5f18 14358
a0da8069
NN
14359test "x$prefix" = xNONE && prefix=$ac_default_prefix
14360# Let make expand exec_prefix.
14361test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
852e5f18 14362
a0da8069
NN
14363# Transform confdefs.h into DEFS.
14364# Protect against shell expansion while executing Makefile rules.
14365# Protect against Makefile macro expansion.
c6b750e1
DJ
14366#
14367# If the first sed substitution is executed (which looks for macros that
81ecdfbb 14368# take arguments), then branch to the quote section. Otherwise,
c6b750e1 14369# look for a macro that doesn't take arguments.
81ecdfbb
RW
14370ac_script='
14371:mline
14372/\\$/{
14373 N
14374 s,\\\n,,
14375 b mline
14376}
c6b750e1 14377t clear
81ecdfbb
RW
14378:clear
14379s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14380t quote
81ecdfbb 14381s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14382t quote
81ecdfbb
RW
14383b any
14384:quote
14385s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14386s/\[/\\&/g
14387s/\]/\\&/g
14388s/\$/$$/g
14389H
14390:any
14391${
14392 g
14393 s/^\n//
14394 s/\n/ /g
14395 p
14396}
14397'
14398DEFS=`sed -n "$ac_script" confdefs.h`
c6b750e1
DJ
14399
14400
14401ac_libobjs=
14402ac_ltlibobjs=
14403for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14404 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14405 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14406 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14407 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14408 # will be set to the directory where LIBOBJS objects are built.
14409 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14410 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c6b750e1
DJ
14411done
14412LIBOBJS=$ac_libobjs
852e5f18 14413
c6b750e1 14414LTLIBOBJS=$ac_ltlibobjs
376a0e54 14415
cac3d6c4 14416
c6b750e1
DJ
14417
14418: ${CONFIG_STATUS=./config.status}
81ecdfbb 14419ac_write_fail=0
c6b750e1
DJ
14420ac_clean_files_save=$ac_clean_files
14421ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14422{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14423$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14424as_write_fail=0
14425cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c6b750e1
DJ
14426#! $SHELL
14427# Generated by $as_me.
a0da8069 14428# Run this file to recreate the current configuration.
a0da8069 14429# Compiler output produced by configure, useful for debugging
c6b750e1 14430# configure, is in config.log if it exists.
376a0e54 14431
c6b750e1
DJ
14432debug=false
14433ac_cs_recheck=false
14434ac_cs_silent=false
c6b750e1 14435
81ecdfbb
RW
14436SHELL=\${CONFIG_SHELL-$SHELL}
14437export SHELL
14438_ASEOF
14439cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14440## -------------------- ##
14441## M4sh Initialization. ##
14442## -------------------- ##
14443
14444# Be more Bourne compatible
14445DUALCASE=1; export DUALCASE # for MKS sh
14446if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
14447 emulate sh
14448 NULLCMD=:
81ecdfbb 14449 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
14450 # is contrary to our usage. Disable this feature.
14451 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14452 setopt NO_GLOB_SUBST
14453else
14454 case `(set -o) 2>/dev/null` in #(
14455 *posix*) :
14456 set -o posix ;; #(
14457 *) :
14458 ;;
14459esac
c6b750e1 14460fi
c6b750e1 14461
81ecdfbb
RW
14462
14463as_nl='
14464'
14465export as_nl
14466# Printing a long string crashes Solaris 7 /usr/bin/printf.
14467as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14468as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14469as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14470# Prefer a ksh shell builtin over an external printf program on Solaris,
14471# but without wasting forks for bash or zsh.
14472if test -z "$BASH_VERSION$ZSH_VERSION" \
14473 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14474 as_echo='print -r --'
14475 as_echo_n='print -rn --'
14476elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14477 as_echo='printf %s\n'
14478 as_echo_n='printf %s'
14479else
14480 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14481 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14482 as_echo_n='/usr/ucb/echo -n'
14483 else
14484 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14485 as_echo_n_body='eval
14486 arg=$1;
14487 case $arg in #(
14488 *"$as_nl"*)
14489 expr "X$arg" : "X\\(.*\\)$as_nl";
14490 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14491 esac;
14492 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14493 '
14494 export as_echo_n_body
14495 as_echo_n='sh -c $as_echo_n_body as_echo'
14496 fi
14497 export as_echo_body
14498 as_echo='sh -c $as_echo_body as_echo'
c6b750e1
DJ
14499fi
14500
81ecdfbb
RW
14501# The user is always right.
14502if test "${PATH_SEPARATOR+set}" != set; then
14503 PATH_SEPARATOR=:
14504 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14505 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14506 PATH_SEPARATOR=';'
14507 }
14508fi
14509
14510
14511# IFS
14512# We need space, tab and new line, in precisely that order. Quoting is
14513# there to prevent editors from complaining about space-tab.
14514# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14515# splitting by setting IFS to empty value.)
14516IFS=" "" $as_nl"
14517
14518# Find who we are. Look in the path if we contain no directory separator.
14519case $0 in #((
14520 *[\\/]* ) as_myself=$0 ;;
14521 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14522for as_dir in $PATH
14523do
14524 IFS=$as_save_IFS
14525 test -z "$as_dir" && as_dir=.
14526 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14527 done
14528IFS=$as_save_IFS
14529
14530 ;;
14531esac
14532# We did not find ourselves, most probably we were run as `sh COMMAND'
14533# in which case we are not to be found in the path.
14534if test "x$as_myself" = x; then
14535 as_myself=$0
14536fi
14537if test ! -f "$as_myself"; then
14538 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14539 exit 1
14540fi
c6b750e1 14541
81ecdfbb
RW
14542# Unset variables that we do not need and which cause bugs (e.g. in
14543# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14544# suppresses any "Segmentation fault" message there. '((' could
14545# trigger a bug in pdksh 5.2.14.
14546for as_var in BASH_ENV ENV MAIL MAILPATH
14547do eval test x\${$as_var+set} = xset \
14548 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14549done
c6b750e1
DJ
14550PS1='$ '
14551PS2='> '
14552PS4='+ '
14553
14554# NLS nuisances.
81ecdfbb
RW
14555LC_ALL=C
14556export LC_ALL
14557LANGUAGE=C
14558export LANGUAGE
14559
14560# CDPATH.
14561(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14562
14563
14564# as_fn_error ERROR [LINENO LOG_FD]
14565# ---------------------------------
14566# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14567# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14568# script with status $?, using 1 if that was 0.
14569as_fn_error ()
14570{
14571 as_status=$?; test $as_status -eq 0 && as_status=1
14572 if test "$3"; then
14573 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14574 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
c6b750e1 14575 fi
81ecdfbb
RW
14576 $as_echo "$as_me: error: $1" >&2
14577 as_fn_exit $as_status
14578} # as_fn_error
14579
14580
14581# as_fn_set_status STATUS
14582# -----------------------
14583# Set $? to STATUS, without forking.
14584as_fn_set_status ()
14585{
14586 return $1
14587} # as_fn_set_status
14588
14589# as_fn_exit STATUS
14590# -----------------
14591# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14592as_fn_exit ()
14593{
14594 set +e
14595 as_fn_set_status $1
14596 exit $1
14597} # as_fn_exit
14598
14599# as_fn_unset VAR
14600# ---------------
14601# Portably unset VAR.
14602as_fn_unset ()
14603{
14604 { eval $1=; unset $1;}
14605}
14606as_unset=as_fn_unset
14607# as_fn_append VAR VALUE
14608# ----------------------
14609# Append the text in VALUE to the end of the definition contained in VAR. Take
14610# advantage of any shell optimizations that allow amortized linear growth over
14611# repeated appends, instead of the typical quadratic growth present in naive
14612# implementations.
14613if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14614 eval 'as_fn_append ()
14615 {
14616 eval $1+=\$2
14617 }'
14618else
14619 as_fn_append ()
14620 {
14621 eval $1=\$$1\$2
14622 }
14623fi # as_fn_append
14624
14625# as_fn_arith ARG...
14626# ------------------
14627# Perform arithmetic evaluation on the ARGs, and store the result in the
14628# global $as_val. Take advantage of shells that can avoid forks. The arguments
14629# must be portable across $(()) and expr.
14630if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14631 eval 'as_fn_arith ()
14632 {
14633 as_val=$(( $* ))
14634 }'
14635else
14636 as_fn_arith ()
14637 {
14638 as_val=`expr "$@" || test $? -eq 1`
14639 }
14640fi # as_fn_arith
14641
c6b750e1 14642
81ecdfbb
RW
14643if expr a : '\(a\)' >/dev/null 2>&1 &&
14644 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
14645 as_expr=expr
14646else
14647 as_expr=false
14648fi
14649
81ecdfbb 14650if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
14651 as_basename=basename
14652else
14653 as_basename=false
14654fi
14655
81ecdfbb
RW
14656if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14657 as_dirname=dirname
14658else
14659 as_dirname=false
14660fi
c6b750e1 14661
81ecdfbb 14662as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
14663$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14664 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14665 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14666$as_echo X/"$0" |
14667 sed '/^.*\/\([^/][^/]*\)\/*$/{
14668 s//\1/
14669 q
14670 }
14671 /^X\/\(\/\/\)$/{
14672 s//\1/
14673 q
14674 }
14675 /^X\/\(\/\).*/{
14676 s//\1/
14677 q
14678 }
14679 s/.*/./; q'`
c6b750e1 14680
c6b750e1
DJ
14681# Avoid depending upon Character Ranges.
14682as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14683as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14684as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14685as_cr_digits='0123456789'
14686as_cr_alnum=$as_cr_Letters$as_cr_digits
14687
81ecdfbb
RW
14688ECHO_C= ECHO_N= ECHO_T=
14689case `echo -n x` in #(((((
14690-n*)
14691 case `echo 'xy\c'` in
14692 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14693 xy) ECHO_C='\c';;
14694 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14695 ECHO_T=' ';;
14696 esac;;
14697*)
14698 ECHO_N='-n';;
c6b750e1
DJ
14699esac
14700
81ecdfbb
RW
14701rm -f conf$$ conf$$.exe conf$$.file
14702if test -d conf$$.dir; then
14703 rm -f conf$$.dir/conf$$.file
c6b750e1 14704else
81ecdfbb
RW
14705 rm -f conf$$.dir
14706 mkdir conf$$.dir 2>/dev/null
c6b750e1 14707fi
81ecdfbb
RW
14708if (echo >conf$$.file) 2>/dev/null; then
14709 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 14710 as_ln_s='ln -s'
81ecdfbb
RW
14711 # ... but there are two gotchas:
14712 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14713 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14714 # In both cases, we have to default to `cp -p'.
14715 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14716 as_ln_s='cp -p'
14717 elif ln conf$$.file conf$$ 2>/dev/null; then
14718 as_ln_s=ln
14719 else
14720 as_ln_s='cp -p'
c6b750e1 14721 fi
c6b750e1
DJ
14722else
14723 as_ln_s='cp -p'
14724fi
81ecdfbb
RW
14725rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14726rmdir conf$$.dir 2>/dev/null
14727
14728
14729# as_fn_mkdir_p
14730# -------------
14731# Create "$as_dir" as a directory, including parents if necessary.
14732as_fn_mkdir_p ()
14733{
14734
14735 case $as_dir in #(
14736 -*) as_dir=./$as_dir;;
14737 esac
14738 test -d "$as_dir" || eval $as_mkdir_p || {
14739 as_dirs=
14740 while :; do
14741 case $as_dir in #(
14742 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14743 *) as_qdir=$as_dir;;
14744 esac
14745 as_dirs="'$as_qdir' $as_dirs"
14746 as_dir=`$as_dirname -- "$as_dir" ||
14747$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14748 X"$as_dir" : 'X\(//\)[^/]' \| \
14749 X"$as_dir" : 'X\(//\)$' \| \
14750 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14751$as_echo X"$as_dir" |
14752 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14753 s//\1/
14754 q
14755 }
14756 /^X\(\/\/\)[^/].*/{
14757 s//\1/
14758 q
14759 }
14760 /^X\(\/\/\)$/{
14761 s//\1/
14762 q
14763 }
14764 /^X\(\/\).*/{
14765 s//\1/
14766 q
14767 }
14768 s/.*/./; q'`
14769 test -d "$as_dir" && break
14770 done
14771 test -z "$as_dirs" || eval "mkdir $as_dirs"
14772 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14773
c6b750e1 14774
81ecdfbb 14775} # as_fn_mkdir_p
c6b750e1 14776if mkdir -p . 2>/dev/null; then
81ecdfbb 14777 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
14778else
14779 test -d ./-p && rmdir ./-p
14780 as_mkdir_p=false
14781fi
14782
81ecdfbb
RW
14783if test -x / >/dev/null 2>&1; then
14784 as_test_x='test -x'
14785else
14786 if ls -dL / >/dev/null 2>&1; then
14787 as_ls_L_option=L
14788 else
14789 as_ls_L_option=
14790 fi
14791 as_test_x='
14792 eval sh -c '\''
14793 if test -d "$1"; then
14794 test -d "$1/.";
14795 else
14796 case $1 in #(
14797 -*)set "./$1";;
14798 esac;
14799 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14800 ???[sx]*):;;*)false;;esac;fi
14801 '\'' sh
14802 '
14803fi
14804as_executable_p=$as_test_x
c6b750e1
DJ
14805
14806# Sed expression to map a string onto a valid CPP name.
14807as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14808
14809# Sed expression to map a string onto a valid variable name.
14810as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14811
14812
c6b750e1 14813exec 6>&1
81ecdfbb
RW
14814## ----------------------------------- ##
14815## Main body of $CONFIG_STATUS script. ##
14816## ----------------------------------- ##
14817_ASEOF
14818test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14819
14820cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14821# Save the log message, to keep $0 and so on meaningful, and to
c6b750e1 14822# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14823# values after options handling.
14824ac_log="
c6b750e1 14825This file was extended by $as_me, which was
81ecdfbb 14826generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
14827
14828 CONFIG_FILES = $CONFIG_FILES
14829 CONFIG_HEADERS = $CONFIG_HEADERS
14830 CONFIG_LINKS = $CONFIG_LINKS
14831 CONFIG_COMMANDS = $CONFIG_COMMANDS
14832 $ $0 $@
14833
81ecdfbb
RW
14834on `(hostname || uname -n) 2>/dev/null | sed 1q`
14835"
14836
c6b750e1
DJ
14837_ACEOF
14838
81ecdfbb
RW
14839case $ac_config_files in *"
14840"*) set x $ac_config_files; shift; ac_config_files=$*;;
14841esac
c6b750e1 14842
c6b750e1 14843
c6b750e1 14844
81ecdfbb
RW
14845cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14846# Files that config.status was made for.
14847config_files="$ac_config_files"
c6b750e1 14848
81ecdfbb 14849_ACEOF
c6b750e1 14850
81ecdfbb 14851cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 14852ac_cs_usage="\
81ecdfbb
RW
14853\`$as_me' instantiates files and other configuration actions
14854from templates according to the current configuration. Unless the files
14855and actions are specified as TAGs, all are instantiated by default.
c6b750e1 14856
81ecdfbb 14857Usage: $0 [OPTION]... [TAG]...
c6b750e1
DJ
14858
14859 -h, --help print this help, then exit
81ecdfbb
RW
14860 -V, --version print version number and configuration settings, then exit
14861 -q, --quiet, --silent
14862 do not print progress messages
c6b750e1
DJ
14863 -d, --debug don't remove temporary files
14864 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14865 --file=FILE[:TEMPLATE]
14866 instantiate the configuration file FILE
c6b750e1
DJ
14867
14868Configuration files:
14869$config_files
14870
81ecdfbb 14871Report bugs to the package provider."
c6b750e1 14872
81ecdfbb
RW
14873_ACEOF
14874cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1
DJ
14875ac_cs_version="\\
14876config.status
81ecdfbb
RW
14877configured by $0, generated by GNU Autoconf 2.64,
14878 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
c6b750e1 14879
81ecdfbb 14880Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
14881This config.status script is free software; the Free Software Foundation
14882gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14883
14884ac_pwd='$ac_pwd'
14885srcdir='$srcdir'
14886INSTALL='$INSTALL'
8e957354 14887AWK='$AWK'
81ecdfbb 14888test -n "\$AWK" || AWK=awk
c6b750e1
DJ
14889_ACEOF
14890
81ecdfbb
RW
14891cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14892# The default lists apply if the user does not specify any file.
c6b750e1
DJ
14893ac_need_defaults=:
14894while test $# != 0
a0da8069 14895do
c6b750e1
DJ
14896 case $1 in
14897 --*=*)
81ecdfbb
RW
14898 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14899 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c6b750e1
DJ
14900 ac_shift=:
14901 ;;
81ecdfbb 14902 *)
c6b750e1
DJ
14903 ac_option=$1
14904 ac_optarg=$2
14905 ac_shift=shift
14906 ;;
c6b750e1
DJ
14907 esac
14908
14909 case $ac_option in
14910 # Handling of the options.
a0da8069 14911 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
c6b750e1 14912 ac_cs_recheck=: ;;
81ecdfbb
RW
14913 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14914 $as_echo "$ac_cs_version"; exit ;;
14915 --debug | --debu | --deb | --de | --d | -d )
c6b750e1
DJ
14916 debug=: ;;
14917 --file | --fil | --fi | --f )
14918 $ac_shift
81ecdfbb
RW
14919 case $ac_optarg in
14920 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14921 esac
14922 as_fn_append CONFIG_FILES " '$ac_optarg'"
c6b750e1 14923 ac_need_defaults=false;;
81ecdfbb
RW
14924 --he | --h | --help | --hel | -h )
14925 $as_echo "$ac_cs_usage"; exit ;;
c6b750e1
DJ
14926 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14927 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14928 ac_cs_silent=: ;;
14929
14930 # This is an error.
81ecdfbb
RW
14931 -*) as_fn_error "unrecognized option: \`$1'
14932Try \`$0 --help' for more information." ;;
c6b750e1 14933
81ecdfbb
RW
14934 *) as_fn_append ac_config_targets " $1"
14935 ac_need_defaults=false ;;
c6b750e1 14936
376a0e54 14937 esac
c6b750e1 14938 shift
376a0e54
CM
14939done
14940
c6b750e1 14941ac_configure_extra_args=
376a0e54 14942
c6b750e1
DJ
14943if $ac_cs_silent; then
14944 exec 6>/dev/null
14945 ac_configure_extra_args="$ac_configure_extra_args --silent"
14946fi
376a0e54 14947
c6b750e1 14948_ACEOF
81ecdfbb 14949cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1 14950if \$ac_cs_recheck; then
81ecdfbb
RW
14951 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14952 shift
14953 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14954 CONFIG_SHELL='$SHELL'
14955 export CONFIG_SHELL
14956 exec "\$@"
c6b750e1
DJ
14957fi
14958
14959_ACEOF
81ecdfbb
RW
14960cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14961exec 5>>config.log
14962{
14963 echo
14964 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14965## Running $as_me. ##
14966_ASBOX
14967 $as_echo "$ac_log"
14968} >&5
c6b750e1 14969
81ecdfbb
RW
14970_ACEOF
14971cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
06a51eac
RW
14972#
14973# INIT-COMMANDS
14974#
14975extrasub_build="$extrasub_build"
14976 extrasub_host="$extrasub_host"
14977 extrasub_target="$extrasub_target"
14978
81ecdfbb 14979_ACEOF
c6b750e1 14980
81ecdfbb 14981cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 14982
81ecdfbb 14983# Handling of arguments.
c6b750e1
DJ
14984for ac_config_target in $ac_config_targets
14985do
81ecdfbb
RW
14986 case $ac_config_target in
14987 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14988
14989 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c6b750e1
DJ
14990 esac
14991done
14992
81ecdfbb 14993
c6b750e1
DJ
14994# If the user did not use the arguments to specify the items to instantiate,
14995# then the envvar interface is used. Set only those that are not.
14996# We use the long form for the default assignment because of an extremely
14997# bizarre bug on SunOS 4.1.3.
14998if $ac_need_defaults; then
14999 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15000fi
15001
15002# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15003# simply because there is no reason against having it here, and in addition,
c6b750e1 15004# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15005# Hook for its removal unless debugging.
15006# Note that there is a small window in which the directory will not be cleaned:
15007# after its creation but before its name has been assigned to `$tmp'.
c6b750e1
DJ
15008$debug ||
15009{
81ecdfbb
RW
15010 tmp=
15011 trap 'exit_status=$?
15012 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15013' 0
15014 trap 'as_fn_exit 1' 1 2 13 15
c6b750e1 15015}
c6b750e1
DJ
15016# Create a (secure) tmp directory for tmp files.
15017
15018{
81ecdfbb 15019 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
c6b750e1
DJ
15020 test -n "$tmp" && test -d "$tmp"
15021} ||
15022{
81ecdfbb
RW
15023 tmp=./conf$$-$RANDOM
15024 (umask 077 && mkdir "$tmp")
15025} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15026
15027# Set up the scripts for CONFIG_FILES section.
15028# No need to generate them if there are no CONFIG_FILES.
15029# This happens for instance with `./config.status config.h'.
15030if test -n "$CONFIG_FILES"; then
15031
15032if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15033 ac_cs_awk_getline=:
15034 ac_cs_awk_pipe_init=
15035 ac_cs_awk_read_file='
15036 while ((getline aline < (F[key])) > 0)
15037 print(aline)
15038 close(F[key])'
15039 ac_cs_awk_pipe_fini=
15040else
15041 ac_cs_awk_getline=false
15042 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15043 ac_cs_awk_read_file='
15044 print "|#_!!_#|"
15045 print "cat " F[key] " &&"
15046 '$ac_cs_awk_pipe_init
15047 # The final `:' finishes the AND list.
15048 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15049fi
15050ac_cr=`echo X | tr X '\015'`
15051# On cygwin, bash can eat \r inside `` if the user requested igncr.
15052# But we know of no other shell where ac_cr would be empty at this
15053# point, so we can use a bashism as a fallback.
15054if test "x$ac_cr" = x; then
15055 eval ac_cr=\$\'\\r\'
15056fi
15057ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15058if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15059 ac_cs_awk_cr='\r'
15060else
15061 ac_cs_awk_cr=$ac_cr
15062fi
15063
15064echo 'BEGIN {' >"$tmp/subs1.awk" &&
15065_ACEOF
15066
15067# Create commands to substitute file output variables.
c6b750e1 15068{
81ecdfbb
RW
15069 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15070 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15071 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15072 echo "_ACAWK" &&
15073 echo "_ACEOF"
15074} >conf$$files.sh &&
15075. ./conf$$files.sh ||
15076 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15077rm -f conf$$files.sh
c6b750e1 15078
81ecdfbb
RW
15079{
15080 echo "cat >conf$$subs.awk <<_ACEOF" &&
15081 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15082 echo "_ACEOF"
15083} >conf$$subs.sh ||
15084 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15085ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15086ac_delim='%!_!# '
15087for ac_last_try in false false false false false :; do
15088 . ./conf$$subs.sh ||
15089 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15090
15091 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15092 if test $ac_delim_n = $ac_delim_num; then
15093 break
15094 elif $ac_last_try; then
15095 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15096 else
15097 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15098 fi
15099done
15100rm -f conf$$subs.sh
15101
15102cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15103cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
c6b750e1 15104_ACEOF
81ecdfbb
RW
15105sed -n '
15106h
15107s/^/S["/; s/!.*/"]=/
15108p
15109g
15110s/^[^!]*!//
15111:repl
15112t repl
15113s/'"$ac_delim"'$//
15114t delim
15115:nl
15116h
15117s/\(.\{148\}\).*/\1/
15118t more1
15119s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15120p
15121n
15122b repl
15123:more1
15124s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15125p
15126g
15127s/.\{148\}//
15128t nl
15129:delim
15130h
15131s/\(.\{148\}\).*/\1/
15132t more2
15133s/["\\]/\\&/g; s/^/"/; s/$/"/
15134p
15135b
15136:more2
15137s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15138p
15139g
15140s/.\{148\}//
15141t delim
15142' <conf$$subs.awk | sed '
15143/^[^""]/{
15144 N
15145 s/\n//
15146}
15147' >>$CONFIG_STATUS || ac_write_fail=1
15148rm -f conf$$subs.awk
15149cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15150_ACAWK
15151cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15152 for (key in S) S_is_set[key] = 1
15153 FS = "\a"
15154 \$ac_cs_awk_pipe_init
15155}
15156{
15157 line = $ 0
15158 nfields = split(line, field, "@")
15159 substed = 0
15160 len = length(field[1])
15161 for (i = 2; i < nfields; i++) {
15162 key = field[i]
15163 keylen = length(key)
15164 if (S_is_set[key]) {
15165 value = S[key]
15166 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15167 len += length(value) + length(field[++i])
15168 substed = 1
15169 } else
15170 len += 1 + keylen
15171 }
15172 if (nfields == 3 && !substed) {
15173 key = field[2]
15174 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15175 \$ac_cs_awk_read_file
15176 next
15177 }
15178 }
15179 print line
15180}
15181\$ac_cs_awk_pipe_fini
15182_ACAWK
15183_ACEOF
15184cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15185if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15186 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15187else
15188 cat
15189fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15190 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15191_ACEOF
15192
15193# VPATH may cause trouble with some makes, so we remove $(srcdir),
15194# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15195# trailing colons and then remove the whole line if VPATH becomes empty
15196# (actually we leave an empty line to preserve line numbers).
15197if test "x$srcdir" = x.; then
15198 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15199s/:*\$(srcdir):*/:/
15200s/:*\${srcdir}:*/:/
15201s/:*@srcdir@:*/:/
15202s/^\([^=]*=[ ]*\):*/\1/
15203s/:*$//
15204s/^[^=]*=[ ]*$//
15205}'
15206fi
c6b750e1 15207
81ecdfbb
RW
15208cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15209fi # test -n "$CONFIG_FILES"
c6b750e1 15210
c6b750e1 15211
81ecdfbb
RW
15212eval set X " :F $CONFIG_FILES "
15213shift
15214for ac_tag
15215do
15216 case $ac_tag in
15217 :[FHLC]) ac_mode=$ac_tag; continue;;
15218 esac
15219 case $ac_mode$ac_tag in
15220 :[FHL]*:*);;
15221 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15222 :[FH]-) ac_tag=-:-;;
15223 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15224 esac
15225 ac_save_IFS=$IFS
15226 IFS=:
15227 set x $ac_tag
15228 IFS=$ac_save_IFS
15229 shift
15230 ac_file=$1
15231 shift
252b5132 15232
81ecdfbb
RW
15233 case $ac_mode in
15234 :L) ac_source=$1;;
15235 :[FH])
15236 ac_file_inputs=
15237 for ac_f
15238 do
15239 case $ac_f in
15240 -) ac_f="$tmp/stdin";;
15241 *) # Look for the file first in the build tree, then in the source tree
15242 # (if the path is not absolute). The absolute path cannot be DOS-style,
15243 # because $ac_f cannot contain `:'.
15244 test -f "$ac_f" ||
15245 case $ac_f in
15246 [\\/$]*) false;;
15247 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15248 esac ||
15249 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15250 esac
15251 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15252 as_fn_append ac_file_inputs " '$ac_f'"
15253 done
c6b750e1 15254
81ecdfbb
RW
15255 # Let's still pretend it is `configure' which instantiates (i.e., don't
15256 # use $as_me), people would be surprised to read:
15257 # /* config.h. Generated by config.status. */
15258 configure_input='Generated from '`
15259 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15260 `' by configure.'
15261 if test x"$ac_file" != x-; then
15262 configure_input="$ac_file. $configure_input"
15263 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15264$as_echo "$as_me: creating $ac_file" >&6;}
a0da8069 15265 fi
81ecdfbb
RW
15266 # Neutralize special characters interpreted by sed in replacement strings.
15267 case $configure_input in #(
15268 *\&* | *\|* | *\\* )
15269 ac_sed_conf_input=`$as_echo "$configure_input" |
15270 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15271 *) ac_sed_conf_input=$configure_input;;
15272 esac
cac3d6c4 15273
81ecdfbb
RW
15274 case $ac_tag in
15275 *:-:* | *:-) cat >"$tmp/stdin" \
15276 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15277 esac
15278 ;;
a0da8069 15279 esac
252b5132 15280
81ecdfbb 15281 ac_dir=`$as_dirname -- "$ac_file" ||
c6b750e1
DJ
15282$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15283 X"$ac_file" : 'X\(//\)[^/]' \| \
15284 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15285 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15286$as_echo X"$ac_file" |
15287 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15288 s//\1/
15289 q
15290 }
15291 /^X\(\/\/\)[^/].*/{
15292 s//\1/
15293 q
15294 }
15295 /^X\(\/\/\)$/{
15296 s//\1/
15297 q
15298 }
15299 /^X\(\/\).*/{
15300 s//\1/
15301 q
15302 }
15303 s/.*/./; q'`
15304 as_dir="$ac_dir"; as_fn_mkdir_p
c6b750e1 15305 ac_builddir=.
252b5132 15306
81ecdfbb
RW
15307case "$ac_dir" in
15308.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15309*)
15310 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15311 # A ".." for each directory in $ac_dir_suffix.
15312 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15313 case $ac_top_builddir_sub in
15314 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15315 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15316 esac ;;
15317esac
15318ac_abs_top_builddir=$ac_pwd
15319ac_abs_builddir=$ac_pwd$ac_dir_suffix
15320# for backward compatibility:
15321ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
15322
15323case $srcdir in
81ecdfbb 15324 .) # We are building in place.
c6b750e1 15325 ac_srcdir=.
81ecdfbb
RW
15326 ac_top_srcdir=$ac_top_builddir_sub
15327 ac_abs_top_srcdir=$ac_pwd ;;
15328 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 15329 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15330 ac_top_srcdir=$srcdir
15331 ac_abs_top_srcdir=$srcdir ;;
15332 *) # Relative name.
15333 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15334 ac_top_srcdir=$ac_top_build_prefix$srcdir
15335 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 15336esac
81ecdfbb 15337ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15338
252b5132 15339
81ecdfbb
RW
15340 case $ac_mode in
15341 :F)
15342 #
15343 # CONFIG_FILE
15344 #
c6b750e1
DJ
15345
15346 case $INSTALL in
15347 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 15348 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
a0da8069 15349 esac
81ecdfbb 15350_ACEOF
252b5132 15351
81ecdfbb
RW
15352cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15353# If the template does not know about datarootdir, expand it.
15354# FIXME: This hack should be removed a few years after 2.60.
15355ac_datarootdir_hack=; ac_datarootdir_seen=
15356ac_sed_dataroot='
15357/datarootdir/ {
15358 p
15359 q
15360}
15361/@datadir@/p
15362/@docdir@/p
15363/@infodir@/p
15364/@localedir@/p
15365/@mandir@/p'
15366case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15367*datarootdir*) ac_datarootdir_seen=yes;;
15368*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15369 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15370$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
c6b750e1 15371_ACEOF
81ecdfbb
RW
15372cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15373 ac_datarootdir_hack='
15374 s&@datadir@&$datadir&g
15375 s&@docdir@&$docdir&g
15376 s&@infodir@&$infodir&g
15377 s&@localedir@&$localedir&g
15378 s&@mandir@&$mandir&g
15379 s&\\\${datarootdir}&$datarootdir&g' ;;
15380esac
15381_ACEOF
15382
15383# Neutralize VPATH when `$srcdir' = `.'.
15384# Shell code in configure.ac might set extrasub.
15385# FIXME: do we really want to maintain this feature?
15386cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15387ac_sed_extra="$ac_vpsub
c6b750e1
DJ
15388$extrasub
15389_ACEOF
81ecdfbb 15390cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1
DJ
15391:t
15392/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15393s|@configure_input@|$ac_sed_conf_input|;t t
15394s&@top_builddir@&$ac_top_builddir_sub&;t t
15395s&@top_build_prefix@&$ac_top_build_prefix&;t t
15396s&@srcdir@&$ac_srcdir&;t t
15397s&@abs_srcdir@&$ac_abs_srcdir&;t t
15398s&@top_srcdir@&$ac_top_srcdir&;t t
15399s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15400s&@builddir@&$ac_builddir&;t t
15401s&@abs_builddir@&$ac_abs_builddir&;t t
15402s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15403s&@INSTALL@&$ac_INSTALL&;t t
15404$ac_datarootdir_hack
15405"
15406eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15407if $ac_cs_awk_getline; then
15408 $AWK -f "$tmp/subs.awk"
15409else
15410 $AWK -f "$tmp/subs.awk" | $SHELL
15411fi >$tmp/out \
15412 || as_fn_error "could not create $ac_file" "$LINENO" 5
15413
15414test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15415 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15416 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15417 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15418which seems to be undefined. Please make sure it is defined." >&5
15419$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15420which seems to be undefined. Please make sure it is defined." >&2;}
15421
15422 rm -f "$tmp/stdin"
15423 case $ac_file in
15424 -) cat "$tmp/out" && rm -f "$tmp/out";;
15425 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15426 esac \
15427 || as_fn_error "could not create $ac_file" "$LINENO" 5
15428 ;;
c148b4cb 15429
c148b4cb 15430
c148b4cb 15431
81ecdfbb
RW
15432 esac
15433
06a51eac
RW
15434
15435 case $ac_file$ac_mode in
15436 "Makefile":F) sed "$extrasub_build" Makefile |
15437 sed "$extrasub_host" |
15438 sed "$extrasub_target" > mf$$
15439 mv -f mf$$ Makefile ;;
15440
15441 esac
81ecdfbb
RW
15442done # for ac_tag
15443
15444
15445as_fn_exit 0
c6b750e1 15446_ACEOF
c6b750e1
DJ
15447ac_clean_files=$ac_clean_files_save
15448
81ecdfbb
RW
15449test $ac_write_fail = 0 ||
15450 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15451
c6b750e1
DJ
15452
15453# configure is writing to config.log, and then calls config.status.
15454# config.status does its own redirection, appending to config.log.
15455# Unfortunately, on DOS this fails, as config.log is still kept open
15456# by configure, so config.status won't be able to write to it; its
15457# output is simply discarded. So we exec the FD to /dev/null,
15458# effectively closing config.log, so it can be properly (re)opened and
15459# appended to by config.status. When coming back to configure, we
15460# need to make the FD available again.
15461if test "$no_create" != yes; then
15462 ac_cs_success=:
15463 ac_config_status_args=
15464 test "$silent" = yes &&
15465 ac_config_status_args="$ac_config_status_args --quiet"
15466 exec 5>/dev/null
15467 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15468 exec 5>>config.log
15469 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15470 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15471 $ac_cs_success || as_fn_exit $?
15472fi
15473if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15474 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15475$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c6b750e1 15476fi
c148b4cb 15477
This page took 1.497081 seconds and 4 git commands to generate.