]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
vect.exp: Append extra parameters as separate parameters for alignment-sensitive...
[thirdparty/gcc.git] / configure
CommitLineData
671aa708 1#! /bin/sh
671aa708 2# Guess values for system-dependent variables and create Makefiles.
5213506e
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.
671aa708
NN
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
5213506e
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
1c710c3c 14
5213506e
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 :
1c710c3c
DJ
18 emulate sh
19 NULLCMD=:
5213506e 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
1c710c3c 31fi
1c710c3c 32
5213506e
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 }
1c710c3c
DJ
79fi
80
81
5213506e
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
1c710c3c
DJ
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
5213506e
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'\" &&
87264276
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"
5213506e
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
1c710c3c 184do
5213506e
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."
1c710c3c 228 else
5213506e
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."
1c710c3c 233 fi
5213506e
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
1c710c3c 263
5213506e
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
1c710c3c
DJ
375 as_expr=expr
376else
377 as_expr=false
378fi
379
5213506e 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
381 as_basename=basename
382else
383 as_basename=false
384fi
385
5213506e
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
1c710c3c 391
5213506e 392as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
5213506e
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'`
1c710c3c 410
2aeb72e9
DD
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
11a67599 417
1c710c3c 418
5213506e
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 |
1c710c3c 428 sed '
5213506e
RW
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
1c710c3c 433 N
5213506e
RW
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
1c710c3c 436 t loop
5213506e 437 s/-\n.*//
1c710c3c 438 ' >$as_me.lineno &&
5213506e
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; }
1c710c3c
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
5213506e
RW
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
1c710c3c
DJ
446 # Exit status is that of the last command.
447 exit
448}
449
5213506e
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';;
1c710c3c
DJ
461esac
462
5213506e
RW
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
1c710c3c 466else
5213506e
RW
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
1c710c3c 469fi
5213506e
RW
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 472 as_ln_s='ln -s'
5213506e
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'
2aeb72e9 483 fi
1c710c3c
DJ
484else
485 as_ln_s='cp -p'
486fi
5213506e
RW
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
1c710c3c
DJ
489
490if mkdir -p . 2>/dev/null; then
5213506e 491 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
5213506e
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
0b0dc272 519
1c710c3c
DJ
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
5213506e 527exec 7<&0 </dev/null 6>&1
1c710c3c
DJ
528
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
1c710c3c
DJ
534#
535# Initializations.
536#
671aa708 537ac_default_prefix=/usr/local
5213506e 538ac_clean_files=
1c710c3c 539ac_config_libobj_dir=.
5213506e 540LIBOBJS=
1c710c3c
DJ
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
2aeb72e9 545
1c710c3c
DJ
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
5213506e 552PACKAGE_URL=
1c710c3c
DJ
553
554ac_unique_file="move-if-change"
5213506e
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
581GFORTRAN_FOR_TARGET
582GCJ_FOR_TARGET
583GCC_FOR_TARGET
584CXX_FOR_TARGET
585CC_FOR_TARGET
586OBJDUMP
587OBJCOPY
588WINDMC
589WINDRES
590STRIP
591RANLIB
592NM
593LIPO
594LD
595DLLTOOL
596AS
597AR
598RUNTEST
599EXPECT
600MAKEINFO
601FLEX
602LEX
603M4
604BISON
605YACC
606config_shell
607WINDRES_FOR_BUILD
608WINDMC_FOR_BUILD
609RANLIB_FOR_BUILD
610NM_FOR_BUILD
611LD_FOR_BUILD
612LDFLAGS_FOR_BUILD
613GFORTRAN_FOR_BUILD
614GCJ_FOR_BUILD
615DLLTOOL_FOR_BUILD
616CXX_FOR_BUILD
617CXXFLAGS_FOR_BUILD
618CFLAGS_FOR_BUILD
619CC_FOR_BUILD
620AS_FOR_BUILD
621AR_FOR_BUILD
622target_configargs
623configdirs
624host_configargs
625build_configdirs
626build_configargs
627INSTALL_GDB_TK
628GDB_TK
629CONFIGURE_GDB_TK
630build_tooldir
631tooldir
632GCC_SHLIB_SUBDIR
633RPATH_ENVVAR
e12c4094 634BUILD_CONFIG
5213506e
RW
635CXXFLAGS_FOR_TARGET
636CFLAGS_FOR_TARGET
637DEBUG_PREFIX_CFLAGS_FOR_TARGET
638SYSROOT_CFLAGS_FOR_TARGET
639stage1_languages
640clooginc
641clooglibs
642pplinc
643ppllibs
644poststage1_libs
645poststage1_ldflags
646stage1_libs
647stage1_ldflags
648extra_mpc_mpfr_configure_flags
649extra_mpc_gmp_configure_flags
650extra_mpfr_configure_flags
651gmpinc
652gmplibs
653do_compare
654GNATMAKE
655GNATBIND
656ac_ct_CXX
657CXXFLAGS
658CXX
659OBJEXT
660EXEEXT
661ac_ct_CC
662CPPFLAGS
663LDFLAGS
664CFLAGS
665CC
666target_subdir
667host_subdir
668build_subdir
669build_libsubdir
87264276
PB
670AWK
671SED
5213506e
RW
672LN_S
673LN
674INSTALL_DATA
675INSTALL_SCRIPT
676INSTALL_PROGRAM
677target_os
678target_vendor
679target_cpu
680target
681host_os
682host_vendor
683host_cpu
684host
685target_noncanonical
686host_noncanonical
687build_noncanonical
688build_os
689build_vendor
690build_cpu
691build
692TOPLEVEL_CONFIGURE_ARGUMENTS
693target_alias
694host_alias
695build_alias
696LIBS
697ECHO_T
698ECHO_N
699ECHO_C
700DEFS
701mandir
702localedir
703libdir
704psdir
705pdfdir
706dvidir
707htmldir
708infodir
709docdir
710oldincludedir
711includedir
712localstatedir
713sharedstatedir
714sysconfdir
715datadir
716datarootdir
717libexecdir
718sbindir
719bindir
720program_transform_name
721prefix
722exec_prefix
723PACKAGE_URL
724PACKAGE_BUGREPORT
725PACKAGE_STRING
726PACKAGE_VERSION
727PACKAGE_TARNAME
728PACKAGE_NAME
729PATH_SEPARATOR
730SHELL'
731ac_subst_files='serialization_dependencies
732host_makefile_frag
733target_makefile_frag
734alphaieee_frag
735ospace_frag'
736ac_user_opts='
737enable_option_checking
738with_build_libsubdir
739enable_gold
740enable_libada
741enable_libssp
742enable_build_with_cxx
743with_mpc
744with_mpc_include
745with_mpc_lib
746with_mpfr_dir
747with_mpfr
748with_mpfr_include
749with_mpfr_lib
750with_gmp_dir
751with_gmp
752with_gmp_include
753with_gmp_lib
754with_host_libstdcxx
755with_stage1_ldflags
756with_stage1_libs
757with_boot_ldflags
758with_boot_libs
759with_ppl
760with_ppl_include
761with_ppl_lib
762enable_ppl_version_check
763with_cloog
764with_cloog_include
765with_cloog_lib
766enable_cloog_version_check
767enable_stage1_languages
768enable_objc_gc
769with_build_sysroot
770with_debug_prefix_map
771enable_bootstrap
5646b7b9 772with_build_config
5213506e
RW
773enable_serial_configure
774with_build_time_tools
775enable_maintainer_mode
776enable_stage1_checking
777enable_werror
5213506e
RW
778'
779 ac_precious_vars='build_alias
780host_alias
781target_alias
782CC
783CFLAGS
784LDFLAGS
785LIBS
786CPPFLAGS
787CXX
788CXXFLAGS
789CCC
790AR
791AS
792DLLTOOL
793LD
794LIPO
795NM
796RANLIB
797STRIP
798WINDRES
799WINDMC
800OBJCOPY
801OBJDUMP
802CC_FOR_TARGET
803CXX_FOR_TARGET
804GCC_FOR_TARGET
805GCJ_FOR_TARGET
806GFORTRAN_FOR_TARGET
807AR_FOR_TARGET
808AS_FOR_TARGET
809DLLTOOL_FOR_TARGET
810LD_FOR_TARGET
811LIPO_FOR_TARGET
812NM_FOR_TARGET
813OBJDUMP_FOR_TARGET
814RANLIB_FOR_TARGET
815STRIP_FOR_TARGET
816WINDRES_FOR_TARGET
817WINDMC_FOR_TARGET'
818
671aa708
NN
819
820# Initialize some variables set by options.
1c710c3c
DJ
821ac_init_help=
822ac_init_version=false
5213506e
RW
823ac_unrecognized_opts=
824ac_unrecognized_sep=
671aa708
NN
825# The variables have the same names as the options, with
826# dashes changed to underlines.
1c710c3c 827cache_file=/dev/null
671aa708 828exec_prefix=NONE
671aa708 829no_create=
671aa708
NN
830no_recursion=
831prefix=NONE
832program_prefix=NONE
833program_suffix=NONE
834program_transform_name=s,x,x,
835silent=
836site=
837srcdir=
671aa708
NN
838verbose=
839x_includes=NONE
840x_libraries=NONE
1c710c3c
DJ
841
842# Installation directory options.
843# These are left unexpanded so users can "make install exec_prefix=/foo"
844# and all the variables that are supposed to be based on exec_prefix
845# by default will actually change.
846# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 847# (The list follows the same order as the GNU Coding Standards.)
671aa708
NN
848bindir='${exec_prefix}/bin'
849sbindir='${exec_prefix}/sbin'
850libexecdir='${exec_prefix}/libexec'
5213506e
RW
851datarootdir='${prefix}/share'
852datadir='${datarootdir}'
671aa708
NN
853sysconfdir='${prefix}/etc'
854sharedstatedir='${prefix}/com'
855localstatedir='${prefix}/var'
671aa708
NN
856includedir='${prefix}/include'
857oldincludedir='/usr/include'
5213506e
RW
858docdir='${datarootdir}/doc/${PACKAGE}'
859infodir='${datarootdir}/info'
860htmldir='${docdir}'
861dvidir='${docdir}'
862pdfdir='${docdir}'
863psdir='${docdir}'
864libdir='${exec_prefix}/lib'
865localedir='${datarootdir}/locale'
866mandir='${datarootdir}/man'
79c06341 867
671aa708 868ac_prev=
5213506e 869ac_dashdash=
671aa708
NN
870for ac_option
871do
671aa708
NN
872 # If the previous option needs an argument, assign it.
873 if test -n "$ac_prev"; then
5213506e 874 eval $ac_prev=\$ac_option
671aa708
NN
875 ac_prev=
876 continue
877 fi
79c06341 878
5213506e
RW
879 case $ac_option in
880 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
881 *) ac_optarg=yes ;;
882 esac
671aa708
NN
883
884 # Accept the important Cygnus configure options, so we can diagnose typos.
885
5213506e
RW
886 case $ac_dashdash$ac_option in
887 --)
888 ac_dashdash=yes ;;
671aa708
NN
889
890 -bindir | --bindir | --bindi | --bind | --bin | --bi)
891 ac_prev=bindir ;;
892 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1c710c3c 893 bindir=$ac_optarg ;;
671aa708
NN
894
895 -build | --build | --buil | --bui | --bu)
1c710c3c 896 ac_prev=build_alias ;;
671aa708 897 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1c710c3c 898 build_alias=$ac_optarg ;;
671aa708
NN
899
900 -cache-file | --cache-file | --cache-fil | --cache-fi \
901 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
902 ac_prev=cache_file ;;
903 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
904 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1c710c3c
DJ
905 cache_file=$ac_optarg ;;
906
907 --config-cache | -C)
908 cache_file=config.cache ;;
671aa708 909
5213506e 910 -datadir | --datadir | --datadi | --datad)
671aa708 911 ac_prev=datadir ;;
5213506e 912 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1c710c3c 913 datadir=$ac_optarg ;;
671aa708 914
5213506e
RW
915 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
916 | --dataroo | --dataro | --datar)
917 ac_prev=datarootdir ;;
918 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
919 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
920 datarootdir=$ac_optarg ;;
921
671aa708 922 -disable-* | --disable-*)
5213506e 923 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
671aa708 924 # Reject names that are not valid shell variable names.
5213506e
RW
925 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
926 as_fn_error "invalid feature name: $ac_useropt"
927 ac_useropt_orig=$ac_useropt
928 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
929 case $ac_user_opts in
930 *"
931"enable_$ac_useropt"
932"*) ;;
933 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
934 ac_unrecognized_sep=', ';;
935 esac
936 eval enable_$ac_useropt=no ;;
937
938 -docdir | --docdir | --docdi | --doc | --do)
939 ac_prev=docdir ;;
940 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
941 docdir=$ac_optarg ;;
942
943 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
944 ac_prev=dvidir ;;
945 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
946 dvidir=$ac_optarg ;;
671aa708
NN
947
948 -enable-* | --enable-*)
5213506e 949 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
671aa708 950 # Reject names that are not valid shell variable names.
5213506e
RW
951 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
952 as_fn_error "invalid feature name: $ac_useropt"
953 ac_useropt_orig=$ac_useropt
954 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
955 case $ac_user_opts in
956 *"
957"enable_$ac_useropt"
958"*) ;;
959 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
960 ac_unrecognized_sep=', ';;
2aeb72e9 961 esac
5213506e 962 eval enable_$ac_useropt=\$ac_optarg ;;
671aa708
NN
963
964 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
965 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
966 | --exec | --exe | --ex)
967 ac_prev=exec_prefix ;;
968 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
969 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
970 | --exec=* | --exe=* | --ex=*)
1c710c3c 971 exec_prefix=$ac_optarg ;;
671aa708
NN
972
973 -gas | --gas | --ga | --g)
974 # Obsolete; use --with-gas.
975 with_gas=yes ;;
976
1c710c3c
DJ
977 -help | --help | --hel | --he | -h)
978 ac_init_help=long ;;
979 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
980 ac_init_help=recursive ;;
981 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
982 ac_init_help=short ;;
671aa708
NN
983
984 -host | --host | --hos | --ho)
1c710c3c 985 ac_prev=host_alias ;;
671aa708 986 -host=* | --host=* | --hos=* | --ho=*)
1c710c3c 987 host_alias=$ac_optarg ;;
671aa708 988
5213506e
RW
989 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
990 ac_prev=htmldir ;;
991 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
992 | --ht=*)
993 htmldir=$ac_optarg ;;
994
671aa708
NN
995 -includedir | --includedir | --includedi | --included | --include \
996 | --includ | --inclu | --incl | --inc)
997 ac_prev=includedir ;;
998 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
999 | --includ=* | --inclu=* | --incl=* | --inc=*)
1c710c3c 1000 includedir=$ac_optarg ;;
671aa708
NN
1001
1002 -infodir | --infodir | --infodi | --infod | --info | --inf)
1003 ac_prev=infodir ;;
1004 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1c710c3c 1005 infodir=$ac_optarg ;;
671aa708
NN
1006
1007 -libdir | --libdir | --libdi | --libd)
1008 ac_prev=libdir ;;
1009 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1c710c3c 1010 libdir=$ac_optarg ;;
671aa708
NN
1011
1012 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1013 | --libexe | --libex | --libe)
1014 ac_prev=libexecdir ;;
1015 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1016 | --libexe=* | --libex=* | --libe=*)
1c710c3c 1017 libexecdir=$ac_optarg ;;
671aa708 1018
5213506e
RW
1019 -localedir | --localedir | --localedi | --localed | --locale)
1020 ac_prev=localedir ;;
1021 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1022 localedir=$ac_optarg ;;
1023
671aa708 1024 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 1025 | --localstate | --localstat | --localsta | --localst | --locals)
671aa708
NN
1026 ac_prev=localstatedir ;;
1027 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 1028 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1c710c3c 1029 localstatedir=$ac_optarg ;;
671aa708
NN
1030
1031 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1032 ac_prev=mandir ;;
1033 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1c710c3c 1034 mandir=$ac_optarg ;;
671aa708
NN
1035
1036 -nfp | --nfp | --nf)
1037 # Obsolete; use --without-fp.
1038 with_fp=no ;;
1039
1040 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1c710c3c 1041 | --no-cr | --no-c | -n)
671aa708
NN
1042 no_create=yes ;;
1043
1044 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1045 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1046 no_recursion=yes ;;
1047
1048 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1049 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1050 | --oldin | --oldi | --old | --ol | --o)
1051 ac_prev=oldincludedir ;;
1052 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1053 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1054 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1c710c3c 1055 oldincludedir=$ac_optarg ;;
671aa708
NN
1056
1057 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1058 ac_prev=prefix ;;
1059 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1c710c3c 1060 prefix=$ac_optarg ;;
671aa708
NN
1061
1062 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1063 | --program-pre | --program-pr | --program-p)
1064 ac_prev=program_prefix ;;
1065 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1066 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1c710c3c 1067 program_prefix=$ac_optarg ;;
671aa708
NN
1068
1069 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1070 | --program-suf | --program-su | --program-s)
1071 ac_prev=program_suffix ;;
1072 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1073 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1c710c3c 1074 program_suffix=$ac_optarg ;;
671aa708
NN
1075
1076 -program-transform-name | --program-transform-name \
1077 | --program-transform-nam | --program-transform-na \
1078 | --program-transform-n | --program-transform- \
1079 | --program-transform | --program-transfor \
1080 | --program-transfo | --program-transf \
1081 | --program-trans | --program-tran \
1082 | --progr-tra | --program-tr | --program-t)
1083 ac_prev=program_transform_name ;;
1084 -program-transform-name=* | --program-transform-name=* \
1085 | --program-transform-nam=* | --program-transform-na=* \
1086 | --program-transform-n=* | --program-transform-=* \
1087 | --program-transform=* | --program-transfor=* \
1088 | --program-transfo=* | --program-transf=* \
1089 | --program-trans=* | --program-tran=* \
1090 | --progr-tra=* | --program-tr=* | --program-t=*)
1c710c3c 1091 program_transform_name=$ac_optarg ;;
671aa708 1092
5213506e
RW
1093 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1094 ac_prev=pdfdir ;;
1095 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1096 pdfdir=$ac_optarg ;;
1097
1098 -psdir | --psdir | --psdi | --psd | --ps)
1099 ac_prev=psdir ;;
1100 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1101 psdir=$ac_optarg ;;
1102
671aa708
NN
1103 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1104 | -silent | --silent | --silen | --sile | --sil)
1105 silent=yes ;;
1106
1107 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1108 ac_prev=sbindir ;;
1109 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1110 | --sbi=* | --sb=*)
1c710c3c 1111 sbindir=$ac_optarg ;;
671aa708
NN
1112
1113 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1114 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1115 | --sharedst | --shareds | --shared | --share | --shar \
1116 | --sha | --sh)
1117 ac_prev=sharedstatedir ;;
1118 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1119 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1120 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1121 | --sha=* | --sh=*)
1c710c3c 1122 sharedstatedir=$ac_optarg ;;
671aa708
NN
1123
1124 -site | --site | --sit)
1125 ac_prev=site ;;
1126 -site=* | --site=* | --sit=*)
1c710c3c 1127 site=$ac_optarg ;;
671aa708
NN
1128
1129 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1130 ac_prev=srcdir ;;
1131 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1c710c3c 1132 srcdir=$ac_optarg ;;
671aa708
NN
1133
1134 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1135 | --syscon | --sysco | --sysc | --sys | --sy)
1136 ac_prev=sysconfdir ;;
1137 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1138 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1c710c3c 1139 sysconfdir=$ac_optarg ;;
671aa708
NN
1140
1141 -target | --target | --targe | --targ | --tar | --ta | --t)
1c710c3c 1142 ac_prev=target_alias ;;
671aa708 1143 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1c710c3c 1144 target_alias=$ac_optarg ;;
671aa708
NN
1145
1146 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1147 verbose=yes ;;
1148
1c710c3c
DJ
1149 -version | --version | --versio | --versi | --vers | -V)
1150 ac_init_version=: ;;
671aa708
NN
1151
1152 -with-* | --with-*)
5213506e 1153 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
671aa708 1154 # Reject names that are not valid shell variable names.
5213506e
RW
1155 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1156 as_fn_error "invalid package name: $ac_useropt"
1157 ac_useropt_orig=$ac_useropt
1158 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1159 case $ac_user_opts in
1160 *"
1161"with_$ac_useropt"
1162"*) ;;
1163 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1164 ac_unrecognized_sep=', ';;
2aeb72e9 1165 esac
5213506e 1166 eval with_$ac_useropt=\$ac_optarg ;;
671aa708
NN
1167
1168 -without-* | --without-*)
5213506e 1169 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
671aa708 1170 # Reject names that are not valid shell variable names.
5213506e
RW
1171 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1172 as_fn_error "invalid package name: $ac_useropt"
1173 ac_useropt_orig=$ac_useropt
1174 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1175 case $ac_user_opts in
1176 *"
1177"with_$ac_useropt"
1178"*) ;;
1179 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1180 ac_unrecognized_sep=', ';;
1181 esac
1182 eval with_$ac_useropt=no ;;
671aa708
NN
1183
1184 --x)
1185 # Obsolete; use --with-x.
1186 with_x=yes ;;
1187
1188 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1189 | --x-incl | --x-inc | --x-in | --x-i)
1190 ac_prev=x_includes ;;
1191 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1192 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1c710c3c 1193 x_includes=$ac_optarg ;;
671aa708
NN
1194
1195 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1196 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1197 ac_prev=x_libraries ;;
1198 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1199 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1c710c3c 1200 x_libraries=$ac_optarg ;;
671aa708 1201
5213506e
RW
1202 -*) as_fn_error "unrecognized option: \`$ac_option'
1203Try \`$0 --help' for more information."
671aa708
NN
1204 ;;
1205
1c710c3c
DJ
1206 *=*)
1207 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1208 # Reject names that are not valid shell variable names.
5213506e
RW
1209 case $ac_envvar in #(
1210 '' | [0-9]* | *[!_$as_cr_alnum]* )
1211 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1212 esac
1213 eval $ac_envvar=\$ac_optarg
1c710c3c
DJ
1214 export $ac_envvar ;;
1215
671aa708 1216 *)
1c710c3c 1217 # FIXME: should be removed in autoconf 3.0.
5213506e 1218 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1c710c3c 1219 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1220 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1c710c3c 1221 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
671aa708
NN
1222 ;;
1223
1224 esac
1225done
1226
1227if test -n "$ac_prev"; then
1c710c3c 1228 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
5213506e 1229 as_fn_error "missing argument to $ac_option"
af71363e 1230fi
af71363e 1231
5213506e
RW
1232if test -n "$ac_unrecognized_opts"; then
1233 case $enable_option_checking in
1234 no) ;;
1235 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1236 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2aeb72e9 1237 esac
5213506e 1238fi
2aeb72e9 1239
5213506e
RW
1240# Check all directory arguments for consistency.
1241for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1242 datadir sysconfdir sharedstatedir localstatedir includedir \
1243 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1244 libdir localedir mandir
2aeb72e9 1245do
5213506e
RW
1246 eval ac_val=\$$ac_var
1247 # Remove trailing slashes.
1248 case $ac_val in
1249 */ )
1250 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1251 eval $ac_var=\$ac_val;;
1252 esac
1253 # Be sure to have absolute directory names.
2aeb72e9 1254 case $ac_val in
5213506e
RW
1255 [\\/$]* | ?:[\\/]* ) continue;;
1256 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
671aa708 1257 esac
5213506e 1258 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
671aa708
NN
1259done
1260
1c710c3c
DJ
1261# There might be people who depend on the old broken behavior: `$host'
1262# used to hold the argument of --host etc.
1263# FIXME: To remove some day.
1264build=$build_alias
1265host=$host_alias
1266target=$target_alias
0b0dc272 1267
1c710c3c
DJ
1268# FIXME: To remove some day.
1269if test "x$host_alias" != x; then
1270 if test "x$build_alias" = x; then
1271 cross_compiling=maybe
5213506e 1272 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1c710c3c
DJ
1273 If a cross compiler is detected then cross compile mode will be used." >&2
1274 elif test "x$build_alias" != "x$host_alias"; then
1275 cross_compiling=yes
1276 fi
1277fi
1278
1279ac_tool_prefix=
1280test -n "$host_alias" && ac_tool_prefix=$host_alias-
1281
1282test "$silent" = yes && exec 6>/dev/null
671aa708 1283
671aa708 1284
5213506e
RW
1285ac_pwd=`pwd` && test -n "$ac_pwd" &&
1286ac_ls_di=`ls -di .` &&
1287ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1288 as_fn_error "working directory cannot be determined"
1289test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1290 as_fn_error "pwd does not report name of working directory"
1291
1292
671aa708
NN
1293# Find the source files, if location was not specified.
1294if test -z "$srcdir"; then
1295 ac_srcdir_defaulted=yes
5213506e
RW
1296 # Try the directory containing this script, then the parent directory.
1297 ac_confdir=`$as_dirname -- "$as_myself" ||
1298$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1299 X"$as_myself" : 'X\(//\)[^/]' \| \
1300 X"$as_myself" : 'X\(//\)$' \| \
1301 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1302$as_echo X"$as_myself" |
1303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1304 s//\1/
1305 q
1306 }
1307 /^X\(\/\/\)[^/].*/{
1308 s//\1/
1309 q
1310 }
1311 /^X\(\/\/\)$/{
1312 s//\1/
1313 q
1314 }
1315 /^X\(\/\).*/{
1316 s//\1/
1317 q
1318 }
1319 s/.*/./; q'`
671aa708 1320 srcdir=$ac_confdir
5213506e 1321 if test ! -r "$srcdir/$ac_unique_file"; then
671aa708
NN
1322 srcdir=..
1323 fi
1324else
1325 ac_srcdir_defaulted=no
1326fi
5213506e
RW
1327if test ! -r "$srcdir/$ac_unique_file"; then
1328 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1329 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1330fi
1331ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1332ac_abs_confdir=`(
1333 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1334 pwd)`
1335# When building in place, set srcdir=.
1336if test "$ac_abs_confdir" = "$ac_pwd"; then
1337 srcdir=.
1338fi
1339# Remove unnecessary trailing slashes from srcdir.
1340# Double slashes in file names in object file debugging info
1341# mess up M-x gdb in Emacs.
1342case $srcdir in
1343*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1344esac
ac9e6043
RW
1345ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1346
5213506e
RW
1347for ac_var in $ac_precious_vars; do
1348 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1349 eval ac_env_${ac_var}_value=\$${ac_var}
1350 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1351 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1352done
1c710c3c
DJ
1353
1354#
1355# Report the --help message.
1356#
1357if test "$ac_init_help" = "long"; then
1358 # Omit some internal or obsolete options to make the list less imposing.
1359 # This message is too long to be a string in the A/UX 3.1 sh.
1360 cat <<_ACEOF
1361\`configure' configures this package to adapt to many kinds of systems.
1362
1363Usage: $0 [OPTION]... [VAR=VALUE]...
1364
1365To assign environment variables (e.g., CC, CFLAGS...), specify them as
1366VAR=VALUE. See below for descriptions of some of the useful variables.
1367
1368Defaults for the options are specified in brackets.
1369
1370Configuration:
1371 -h, --help display this help and exit
1372 --help=short display options specific to this package
1373 --help=recursive display the short help of all the included packages
1374 -V, --version display version information and exit
1375 -q, --quiet, --silent do not print \`checking...' messages
1376 --cache-file=FILE cache test results in FILE [disabled]
1377 -C, --config-cache alias for \`--cache-file=config.cache'
1378 -n, --no-create do not create output files
1379 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1380
1c710c3c
DJ
1381Installation directories:
1382 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1383 [$ac_default_prefix]
1c710c3c 1384 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1385 [PREFIX]
1c710c3c
DJ
1386
1387By default, \`make install' will install all the files in
1388\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1389an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1390for instance \`--prefix=\$HOME'.
1391
1392For better control, use the options below.
1393
1394Fine tuning of the installation directories:
5213506e
RW
1395 --bindir=DIR user executables [EPREFIX/bin]
1396 --sbindir=DIR system admin executables [EPREFIX/sbin]
1397 --libexecdir=DIR program executables [EPREFIX/libexec]
1398 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1399 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1400 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1401 --libdir=DIR object code libraries [EPREFIX/lib]
1402 --includedir=DIR C header files [PREFIX/include]
1403 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1404 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1405 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1406 --infodir=DIR info documentation [DATAROOTDIR/info]
1407 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1408 --mandir=DIR man documentation [DATAROOTDIR/man]
1409 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1410 --htmldir=DIR html documentation [DOCDIR]
1411 --dvidir=DIR dvi documentation [DOCDIR]
1412 --pdfdir=DIR pdf documentation [DOCDIR]
1413 --psdir=DIR ps documentation [DOCDIR]
1c710c3c
DJ
1414_ACEOF
1415
1416 cat <<\_ACEOF
1417
1418Program names:
1419 --program-prefix=PREFIX prepend PREFIX to installed program names
1420 --program-suffix=SUFFIX append SUFFIX to installed program names
1421 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1422
1423System types:
1424 --build=BUILD configure for building on BUILD [guessed]
1425 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1426 --target=TARGET configure for building compilers for TARGET [HOST]
1427_ACEOF
1428fi
1429
1430if test -n "$ac_init_help"; then
1431
1432 cat <<\_ACEOF
1433
1434Optional Features:
5213506e 1435 --disable-option-checking ignore unrecognized --enable/--with options
1c710c3c
DJ
1436 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1437 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
5afab7ad 1438 --enable-gold use gold instead of ld
30b74385
RW
1439 --enable-libada build libada directory
1440 --enable-libssp build libssp directory
00020c16 1441 --enable-build-with-cxx build with C++ compiler instead of C compiler
d789184e
SP
1442 --disable-ppl-version-check disable check for PPL version
1443 --disable-cloog-version-check disable check for CLooG version
30b74385 1444 --enable-stage1-languages[=all] choose additional languages to build during
1c710c3c 1445 stage1. Mostly useful for compiler development.
30b74385
RW
1446 --enable-objc-gc enable use of Boehm's garbage collector with the
1447 GNU Objective-C runtime
1448 --enable-bootstrap enable bootstrapping [yes if native build]
1449 --enable-serial-[{host,target,build}-]configure
1450 force sequential configuration of
1c710c3c 1451 sub-packages for the host, target or build
30b74385 1452 machine, or all sub-packages
1c710c3c
DJ
1453 --enable-maintainer-mode enable make rules and dependencies not useful
1454 (and sometimes confusing) to the casual installer
30b74385
RW
1455 --enable-stage1-checking[=all] choose additional checking for stage1
1456 of the compiler
1c710c3c
DJ
1457 --enable-werror enable -Werror in bootstrap stage2 and later
1458
1459Optional Packages:
1460 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1461 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1462 --with-build-libsubdir=DIR Directory where to find libraries for build system
acd26225
KG
1463 --with-mpc=PATH specify prefix directory for installed MPC package.
1464 Equivalent to --with-mpc-include=PATH/include
1465 plus --with-mpc-lib=PATH/lib
1466 --with-mpc-include=PATH
1467 specify directory for installed MPC include files
1468 --with-mpc-lib=PATH specify directory for the installed MPC library
30b74385
RW
1469 --with-mpfr-dir=PATH this option has been REMOVED
1470 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1c710c3c
DJ
1471 Equivalent to --with-mpfr-include=PATH/include
1472 plus --with-mpfr-lib=PATH/lib
1473 --with-mpfr-include=PATH
30b74385
RW
1474 specify directory for installed MPFR include files
1475 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1476 --with-gmp-dir=PATH this option has been REMOVED
1477 --with-gmp=PATH specify prefix directory for the installed GMP package.
1c710c3c
DJ
1478 Equivalent to --with-gmp-include=PATH/include
1479 plus --with-gmp-lib=PATH/lib
30b74385
RW
1480 --with-gmp-include=PATH specify directory for installed GMP include files
1481 --with-gmp-lib=PATH specify directory for the installed GMP library
f38095f3
JM
1482 --with-host-libstdcxx=L Use linker arguments L to link with libstdc++
1483 when linking with PPL
00020c16
ILT
1484 --with-stage1-ldflags=FLAGS Linker flags for stage1
1485 -with-stage1-libs=LIBS Libraries for stage1
1486 --with-boot-ldflags=FLAGS Linker flags for stage2 and later
1487 --with-boot-libs=LIBS Libraries for stage2 and later
f8bf9252
SP
1488 --with-ppl=PATH Specify prefix directory for the installed PPL package
1489 Equivalent to --with-ppl-include=PATH/include
1490 plus --with-ppl-lib=PATH/lib
1491 --with-ppl-include=PATH Specify directory for installed PPL include files
1492 --with-ppl-lib=PATH Specify the directory for the installed PPL library
d789184e 1493 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL package
f8bf9252
SP
1494 Equivalent to --with-cloog-include=PATH/include
1495 plus --with-cloog-lib=PATH/lib
d789184e
SP
1496 --with-cloog-include=PATH Specify directory for installed CLooG include files
1497 --with-cloog-lib=PATH Specify the directory for the installed CLooG library
30b74385 1498 --with-build-sysroot=SYSROOT
1c710c3c 1499 use sysroot as the system root during the build
c8aea42c
PB
1500 --with-debug-prefix-map='A=B C=D ...'
1501 map A to B, C to D ... in debug information
5646b7b9
AO
1502--with-build-config='NAME NAME2...'
1503 Use config/NAME.mk build configuration
30b74385 1504 --with-build-time-tools=PATH
1c710c3c 1505 use given path to find target tools during the build
1c710c3c
DJ
1506
1507Some influential environment variables:
1508 CC C compiler command
1509 CFLAGS C compiler flags
1510 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1511 nonstandard directory <lib dir>
5213506e
RW
1512 LIBS libraries to pass to the linker, e.g. -l<library>
1513 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1514 you have headers in a nonstandard directory <include dir>
c3a86da9
DJ
1515 CXX C++ compiler command
1516 CXXFLAGS C++ compiler flags
278a7a38
AO
1517 AR AR for the host
1518 AS AS for the host
1519 DLLTOOL DLLTOOL for the host
1520 LD LD for the host
1521 LIPO LIPO for the host
1522 NM NM for the host
1523 RANLIB RANLIB for the host
1524 STRIP STRIP for the host
1525 WINDRES WINDRES for the host
901119ae 1526 WINDMC WINDMC for the host
278a7a38
AO
1527 OBJCOPY OBJCOPY for the host
1528 OBJDUMP OBJDUMP for the host
1529 CC_FOR_TARGET
1530 CC for the target
1531 CXX_FOR_TARGET
1532 CXX for the target
1533 GCC_FOR_TARGET
1534 GCC for the target
1535 GCJ_FOR_TARGET
1536 GCJ for the target
1537 GFORTRAN_FOR_TARGET
1538 GFORTRAN for the target
1539 AR_FOR_TARGET
1540 AR for the target
1541 AS_FOR_TARGET
1542 AS for the target
1543 DLLTOOL_FOR_TARGET
1544 DLLTOOL for the target
1545 LD_FOR_TARGET
1546 LD for the target
1547 LIPO_FOR_TARGET
1548 LIPO for the target
1549 NM_FOR_TARGET
1550 NM for the target
1551 OBJDUMP_FOR_TARGET
1552 OBJDUMP for the target
1553 RANLIB_FOR_TARGET
1554 RANLIB for the target
1555 STRIP_FOR_TARGET
1556 STRIP for the target
1557 WINDRES_FOR_TARGET
1558 WINDRES for the target
901119ae
KT
1559 WINDMC_FOR_TARGET
1560 WINDMC for the target
1c710c3c
DJ
1561
1562Use these variables to override the choices made by `configure' or to help
1563it to find libraries and programs with nonstandard names/locations.
1564
5213506e 1565Report bugs to the package provider.
1c710c3c 1566_ACEOF
5213506e 1567ac_status=$?
1c710c3c
DJ
1568fi
1569
1570if test "$ac_init_help" = "recursive"; then
1571 # If there are subdirs, report their specific --help.
1c710c3c 1572 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1573 test -d "$ac_dir" ||
1574 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575 continue
1c710c3c
DJ
1576 ac_builddir=.
1577
5213506e
RW
1578case "$ac_dir" in
1579.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1580*)
1581 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582 # A ".." for each directory in $ac_dir_suffix.
1583 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584 case $ac_top_builddir_sub in
1585 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587 esac ;;
1588esac
1589ac_abs_top_builddir=$ac_pwd
1590ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591# for backward compatibility:
1592ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
1593
1594case $srcdir in
5213506e 1595 .) # We are building in place.
1c710c3c 1596 ac_srcdir=.
5213506e
RW
1597 ac_top_srcdir=$ac_top_builddir_sub
1598 ac_abs_top_srcdir=$ac_pwd ;;
1599 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 1600 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1601 ac_top_srcdir=$srcdir
1602 ac_abs_top_srcdir=$srcdir ;;
1603 *) # Relative name.
1604 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605 ac_top_srcdir=$ac_top_build_prefix$srcdir
1606 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2aeb72e9 1607esac
5213506e
RW
1608ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1609
1610 cd "$ac_dir" || { ac_status=$?; continue; }
1611 # Check for guested configure.
1612 if test -f "$ac_srcdir/configure.gnu"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615 elif test -f "$ac_srcdir/configure"; then
1616 echo &&
1617 $SHELL "$ac_srcdir/configure" --help=recursive
1c710c3c 1618 else
5213506e
RW
1619 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620 fi || ac_status=$?
1621 cd "$ac_pwd" || { ac_status=$?; break; }
1c710c3c
DJ
1622 done
1623fi
1624
5213506e 1625test -n "$ac_init_help" && exit $ac_status
1c710c3c
DJ
1626if $ac_init_version; then
1627 cat <<\_ACEOF
5213506e
RW
1628configure
1629generated by GNU Autoconf 2.64
1c710c3c 1630
5213506e 1631Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
1632This configure script is free software; the Free Software Foundation
1633gives unlimited permission to copy, distribute and modify it.
1634_ACEOF
5213506e 1635 exit
0b0dc272 1636fi
5213506e
RW
1637
1638## ------------------------ ##
1639## Autoconf initialization. ##
1640## ------------------------ ##
1641
1642# ac_fn_c_try_compile LINENO
1643# --------------------------
1644# Try to compile conftest.$ac_ext, and return whether this succeeded.
1645ac_fn_c_try_compile ()
1646{
1647 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648 rm -f conftest.$ac_objext
1649 if { { ac_try="$ac_compile"
1650case "(($ac_try" in
1651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1652 *) ac_try_echo=$ac_try;;
1653esac
1654eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1655$as_echo "$ac_try_echo"; } >&5
1656 (eval "$ac_compile") 2>conftest.err
1657 ac_status=$?
1658 if test -s conftest.err; then
1659 grep -v '^ *+' conftest.err >conftest.er1
1660 cat conftest.er1 >&5
1661 mv -f conftest.er1 conftest.err
1662 fi
1663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1664 test $ac_status = 0; } && {
1665 test -z "$ac_c_werror_flag" ||
1666 test ! -s conftest.err
1667 } && test -s conftest.$ac_objext; then :
1668 ac_retval=0
1669else
1670 $as_echo "$as_me: failed program was:" >&5
1671sed 's/^/| /' conftest.$ac_ext >&5
1672
1673 ac_retval=1
1674fi
1675 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1676 return $ac_retval
1677
1678} # ac_fn_c_try_compile
1679
1680# ac_fn_cxx_try_compile LINENO
1681# ----------------------------
1682# Try to compile conftest.$ac_ext, and return whether this succeeded.
1683ac_fn_cxx_try_compile ()
1684{
1685 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1686 rm -f conftest.$ac_objext
1687 if { { ac_try="$ac_compile"
1688case "(($ac_try" in
1689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690 *) ac_try_echo=$ac_try;;
1691esac
1692eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693$as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_compile") 2>conftest.err
1695 ac_status=$?
1696 if test -s conftest.err; then
1697 grep -v '^ *+' conftest.err >conftest.er1
1698 cat conftest.er1 >&5
1699 mv -f conftest.er1 conftest.err
1700 fi
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702 test $ac_status = 0; } && {
1703 test -z "$ac_cxx_werror_flag" ||
1704 test ! -s conftest.err
1705 } && test -s conftest.$ac_objext; then :
1706 ac_retval=0
1707else
1708 $as_echo "$as_me: failed program was:" >&5
1709sed 's/^/| /' conftest.$ac_ext >&5
1710
1711 ac_retval=1
1712fi
1713 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1714 return $ac_retval
1715
1716} # ac_fn_cxx_try_compile
1717
1718# ac_fn_c_try_link LINENO
1719# -----------------------
1720# Try to link conftest.$ac_ext, and return whether this succeeded.
1721ac_fn_c_try_link ()
1722{
1723 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1724 rm -f conftest.$ac_objext conftest$ac_exeext
1725 if { { ac_try="$ac_link"
1726case "(($ac_try" in
1727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1729esac
1730eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731$as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_link") 2>conftest.err
1733 ac_status=$?
1734 if test -s conftest.err; then
1735 grep -v '^ *+' conftest.err >conftest.er1
1736 cat conftest.er1 >&5
1737 mv -f conftest.er1 conftest.err
1738 fi
1739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740 test $ac_status = 0; } && {
1741 test -z "$ac_c_werror_flag" ||
1742 test ! -s conftest.err
1743 } && test -s conftest$ac_exeext && {
1744 test "$cross_compiling" = yes ||
1745 $as_test_x conftest$ac_exeext
1746 }; then :
1747 ac_retval=0
1748else
1749 $as_echo "$as_me: failed program was:" >&5
1750sed 's/^/| /' conftest.$ac_ext >&5
1751
1752 ac_retval=1
1753fi
1754 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1755 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1756 # interfere with the next link command; also delete a directory that is
1757 # left behind by Apple's compiler. We do this before executing the actions.
1758 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1759 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1760 return $ac_retval
1761
1762} # ac_fn_c_try_link
1763cat >config.log <<_ACEOF
1c710c3c
DJ
1764This file contains any messages produced by compilers while
1765running configure, to aid debugging if configure makes a mistake.
1766
1767It was created by $as_me, which was
5213506e 1768generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
1769
1770 $ $0 $@
1771
1772_ACEOF
5213506e 1773exec 5>>config.log
1c710c3c
DJ
1774{
1775cat <<_ASUNAME
1776## --------- ##
1777## Platform. ##
1778## --------- ##
1779
1780hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1781uname -m = `(uname -m) 2>/dev/null || echo unknown`
1782uname -r = `(uname -r) 2>/dev/null || echo unknown`
1783uname -s = `(uname -s) 2>/dev/null || echo unknown`
1784uname -v = `(uname -v) 2>/dev/null || echo unknown`
1785
1786/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1787/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1788
1789/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1790/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1791/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
5213506e 1792/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1c710c3c
DJ
1793/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1794/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1795/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1796
1797_ASUNAME
1798
1799as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1800for as_dir in $PATH
1801do
1802 IFS=$as_save_IFS
1803 test -z "$as_dir" && as_dir=.
5213506e
RW
1804 $as_echo "PATH: $as_dir"
1805 done
1806IFS=$as_save_IFS
1c710c3c
DJ
1807
1808} >&5
1809
1810cat >&5 <<_ACEOF
1811
1812
1813## ----------- ##
1814## Core tests. ##
1815## ----------- ##
1816
1817_ACEOF
1818
1819
1820# Keep a trace of the command line.
1821# Strip out --no-create and --no-recursion so they do not pile up.
1822# Strip out --silent because we don't want to record it for future runs.
1823# Also quote any args containing shell meta-characters.
1824# Make two passes to allow for proper duplicate-argument suppression.
1825ac_configure_args=
1826ac_configure_args0=
1827ac_configure_args1=
1c710c3c
DJ
1828ac_must_keep_next=false
1829for ac_pass in 1 2
1830do
1831 for ac_arg
1832 do
1833 case $ac_arg in
1834 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1835 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1836 | -silent | --silent | --silen | --sile | --sil)
1837 continue ;;
5213506e
RW
1838 *\'*)
1839 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
1840 esac
1841 case $ac_pass in
5213506e 1842 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1c710c3c 1843 2)
5213506e 1844 as_fn_append ac_configure_args1 " '$ac_arg'"
1c710c3c
DJ
1845 if test $ac_must_keep_next = true; then
1846 ac_must_keep_next=false # Got value, back to normal.
1847 else
1848 case $ac_arg in
1849 *=* | --config-cache | -C | -disable-* | --disable-* \
1850 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1851 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1852 | -with-* | --with-* | -without-* | --without-* | --x)
1853 case "$ac_configure_args0 " in
1854 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1855 esac
1856 ;;
1857 -* ) ac_must_keep_next=true ;;
1858 esac
1859 fi
5213506e 1860 as_fn_append ac_configure_args " '$ac_arg'"
1c710c3c
DJ
1861 ;;
1862 esac
1863 done
1864done
5213506e
RW
1865{ ac_configure_args0=; unset ac_configure_args0;}
1866{ ac_configure_args1=; unset ac_configure_args1;}
1c710c3c
DJ
1867
1868# When interrupted or exit'd, cleanup temporary files, and complete
1869# config.log. We remove comments because anyway the quotes in there
1870# would cause problems or look ugly.
5213506e
RW
1871# WARNING: Use '\'' to represent an apostrophe within the trap.
1872# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1c710c3c
DJ
1873trap 'exit_status=$?
1874 # Save into config.log some information that might help in debugging.
1875 {
1876 echo
1877
1878 cat <<\_ASBOX
1879## ---------------- ##
1880## Cache variables. ##
1881## ---------------- ##
1882_ASBOX
1883 echo
1884 # The following way of writing the cache mishandles newlines in values,
5213506e
RW
1885(
1886 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1887 eval ac_val=\$$ac_var
1888 case $ac_val in #(
1889 *${as_nl}*)
1890 case $ac_var in #(
1891 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1892$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1893 esac
1894 case $ac_var in #(
1895 _ | IFS | as_nl) ;; #(
1896 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1897 *) { eval $ac_var=; unset $ac_var;} ;;
1898 esac ;;
1899 esac
1900 done
1c710c3c 1901 (set) 2>&1 |
5213506e
RW
1902 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1903 *${as_nl}ac_space=\ *)
1c710c3c 1904 sed -n \
5213506e
RW
1905 "s/'\''/'\''\\\\'\'''\''/g;
1906 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1907 ;; #(
1c710c3c 1908 *)
5213506e 1909 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 1910 ;;
5213506e
RW
1911 esac |
1912 sort
1913)
1c710c3c
DJ
1914 echo
1915
1916 cat <<\_ASBOX
1917## ----------------- ##
1918## Output variables. ##
1919## ----------------- ##
1920_ASBOX
1921 echo
1922 for ac_var in $ac_subst_vars
1923 do
5213506e
RW
1924 eval ac_val=\$$ac_var
1925 case $ac_val in
1926 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1927 esac
1928 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
1929 done | sort
1930 echo
1931
1932 if test -n "$ac_subst_files"; then
1933 cat <<\_ASBOX
5213506e
RW
1934## ------------------- ##
1935## File substitutions. ##
1936## ------------------- ##
1c710c3c
DJ
1937_ASBOX
1938 echo
1939 for ac_var in $ac_subst_files
1940 do
5213506e
RW
1941 eval ac_val=\$$ac_var
1942 case $ac_val in
1943 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1944 esac
1945 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
1946 done | sort
1947 echo
1948 fi
1949
1950 if test -s confdefs.h; then
1951 cat <<\_ASBOX
1952## ----------- ##
1953## confdefs.h. ##
1954## ----------- ##
1955_ASBOX
1956 echo
5213506e 1957 cat confdefs.h
1c710c3c
DJ
1958 echo
1959 fi
1960 test "$ac_signal" != 0 &&
5213506e
RW
1961 $as_echo "$as_me: caught signal $ac_signal"
1962 $as_echo "$as_me: exit $exit_status"
1c710c3c 1963 } >&5
5213506e
RW
1964 rm -f core *.core core.conftest.* &&
1965 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1c710c3c 1966 exit $exit_status
5213506e 1967' 0
1c710c3c 1968for ac_signal in 1 2 13 15; do
5213506e 1969 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1c710c3c
DJ
1970done
1971ac_signal=0
1972
1973# confdefs.h avoids OS command line length limits that DEFS can exceed.
5213506e
RW
1974rm -f -r conftest* confdefs.h
1975
1976$as_echo "/* confdefs.h */" > confdefs.h
1c710c3c
DJ
1977
1978# Predefined preprocessor variables.
1979
1980cat >>confdefs.h <<_ACEOF
1981#define PACKAGE_NAME "$PACKAGE_NAME"
1982_ACEOF
1983
1c710c3c
DJ
1984cat >>confdefs.h <<_ACEOF
1985#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1986_ACEOF
1987
1c710c3c
DJ
1988cat >>confdefs.h <<_ACEOF
1989#define PACKAGE_VERSION "$PACKAGE_VERSION"
1990_ACEOF
0b0dc272 1991
1c710c3c
DJ
1992cat >>confdefs.h <<_ACEOF
1993#define PACKAGE_STRING "$PACKAGE_STRING"
1994_ACEOF
1995
1c710c3c
DJ
1996cat >>confdefs.h <<_ACEOF
1997#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1998_ACEOF
1999
5213506e
RW
2000cat >>confdefs.h <<_ACEOF
2001#define PACKAGE_URL "$PACKAGE_URL"
2002_ACEOF
2003
1c710c3c
DJ
2004
2005# Let the site file select an alternate cache file if it wants to.
5213506e
RW
2006# Prefer an explicitly selected file to automatically selected ones.
2007ac_site_file1=NONE
2008ac_site_file2=NONE
2009if test -n "$CONFIG_SITE"; then
2010 ac_site_file1=$CONFIG_SITE
2011elif test "x$prefix" != xNONE; then
2012 ac_site_file1=$prefix/share/config.site
2013 ac_site_file2=$prefix/etc/config.site
2014else
2015 ac_site_file1=$ac_default_prefix/share/config.site
2016 ac_site_file2=$ac_default_prefix/etc/config.site
671aa708 2017fi
5213506e
RW
2018for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2019do
2020 test "x$ac_site_file" = xNONE && continue
671aa708 2021 if test -r "$ac_site_file"; then
5213506e
RW
2022 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2023$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1c710c3c 2024 sed 's/^/| /' "$ac_site_file" >&5
671aa708
NN
2025 . "$ac_site_file"
2026 fi
2027done
2028
2029if test -r "$cache_file"; then
1c710c3c
DJ
2030 # Some versions of bash will fail to source /dev/null (special
2031 # files actually), so we avoid doing that.
2032 if test -f "$cache_file"; then
5213506e
RW
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2034$as_echo "$as_me: loading cache $cache_file" >&6;}
1c710c3c 2035 case $cache_file in
5213506e
RW
2036 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2037 *) . "./$cache_file";;
1c710c3c
DJ
2038 esac
2039 fi
671aa708 2040else
5213506e
RW
2041 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2042$as_echo "$as_me: creating cache $cache_file" >&6;}
1c710c3c
DJ
2043 >$cache_file
2044fi
2045
2046# Check that the precious variables saved in the cache have kept the same
2047# value.
2048ac_cache_corrupted=false
5213506e 2049for ac_var in $ac_precious_vars; do
1c710c3c
DJ
2050 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2051 eval ac_new_set=\$ac_env_${ac_var}_set
5213506e
RW
2052 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2053 eval ac_new_val=\$ac_env_${ac_var}_value
1c710c3c
DJ
2054 case $ac_old_set,$ac_new_set in
2055 set,)
5213506e
RW
2056 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2057$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1c710c3c
DJ
2058 ac_cache_corrupted=: ;;
2059 ,set)
5213506e
RW
2060 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2061$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1c710c3c
DJ
2062 ac_cache_corrupted=: ;;
2063 ,);;
2064 *)
2065 if test "x$ac_old_val" != "x$ac_new_val"; then
5213506e
RW
2066 # differences in whitespace do not lead to failure.
2067 ac_old_val_w=`echo x $ac_old_val`
2068 ac_new_val_w=`echo x $ac_new_val`
2069 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2070 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2071$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2072 ac_cache_corrupted=:
2073 else
2074 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2075$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2076 eval $ac_var=\$ac_old_val
2077 fi
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2079$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2080 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2081$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1c710c3c
DJ
2082 fi;;
2083 esac
2084 # Pass precious variables to config.status.
2085 if test "$ac_new_set" = set; then
2086 case $ac_new_val in
5213506e 2087 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
2088 *) ac_arg=$ac_var=$ac_new_val ;;
2089 esac
2090 case " $ac_configure_args " in
2091 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
5213506e 2092 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1c710c3c
DJ
2093 esac
2094 fi
2095done
2096if $ac_cache_corrupted; then
5213506e
RW
2097 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2098$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2100$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2101 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
671aa708 2102fi
5213506e
RW
2103## -------------------- ##
2104## Main body of script. ##
2105## -------------------- ##
671aa708 2106
2aeb72e9
DD
2107ac_ext=c
2108ac_cpp='$CPP $CPPFLAGS'
2109ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2110ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2111ac_compiler_gnu=$ac_cv_c_compiler_gnu
2112
1c710c3c
DJ
2113
2114
2115
1c710c3c
DJ
2116
2117
0115d4a3 2118
1c710c3c 2119
ad33ff57
RW
2120
2121progname=$0
2122# if PWD already has a value, it is probably wrong.
2123if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2124
2125# Export original configure arguments for use by sub-configures.
2126# Quote arguments with shell meta charatcers.
2127TOPLEVEL_CONFIGURE_ARGUMENTS=
2128set -- "$progname" "$@"
2129for ac_arg
2130do
2131 case "$ac_arg" in
2132 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2133 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2134 # if the argument is of the form -foo=baz, quote the baz part only
2135 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2136 *) ;;
2137 esac
2138 # Add the quoted argument to the list.
2139 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2140done
2141if test "$silent" = yes; then
2142 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2143fi
2144# Remove the initial space we just introduced and, as these will be
2145# expanded by make, quote '$'.
2146TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2147
1c710c3c
DJ
2148
2149# Find the build, host, and target systems.
671aa708 2150ac_aux_dir=
5213506e
RW
2151for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2152 for ac_t in install-sh install.sh shtool; do
2153 if test -f "$ac_dir/$ac_t"; then
2154 ac_aux_dir=$ac_dir
2155 ac_install_sh="$ac_aux_dir/$ac_t -c"
2156 break 2
2157 fi
2158 done
671aa708
NN
2159done
2160if test -z "$ac_aux_dir"; then
5213506e 2161 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
671aa708 2162fi
5213506e
RW
2163
2164# These three variables are undocumented and unsupported,
2165# and are intended to be withdrawn in a future Autoconf release.
2166# They can cause serious problems if a builder's source tree is in a directory
2167# whose full name contains unusual characters.
2168ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2169ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2170ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2171
671aa708 2172
1c710c3c 2173# Make sure we can run config.sub.
5213506e
RW
2174$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2175 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2176
2177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2178$as_echo_n "checking build system type... " >&6; }
2179if test "${ac_cv_build+set}" = set; then :
2180 $as_echo_n "(cached) " >&6
2181else
2182 ac_build_alias=$build_alias
2183test "x$ac_build_alias" = x &&
2184 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2185test "x$ac_build_alias" = x &&
2186 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2187ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2188 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2189
2190fi
2191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2192$as_echo "$ac_cv_build" >&6; }
2193case $ac_cv_build in
2194*-*-*) ;;
2195*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2196esac
1c710c3c 2197build=$ac_cv_build
5213506e
RW
2198ac_save_IFS=$IFS; IFS='-'
2199set x $ac_cv_build
2200shift
2201build_cpu=$1
2202build_vendor=$2
2203shift; shift
2204# Remember, the first character of IFS is used to create $*,
2205# except with old shells:
2206build_os=$*
2207IFS=$ac_save_IFS
2208case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
671aa708 2209
671aa708 2210
1c710c3c
DJ
2211 case ${build_alias} in
2212 "") build_noncanonical=${build} ;;
2213 *) build_noncanonical=${build_alias} ;;
af71363e
AS
2214esac
2215
2216
af71363e 2217
1c710c3c
DJ
2218 case ${host_alias} in
2219 "") host_noncanonical=${build_noncanonical} ;;
2220 *) host_noncanonical=${host_alias} ;;
af71363e
AS
2221esac
2222
af71363e 2223
1c710c3c
DJ
2224
2225 case ${target_alias} in
2226 "") target_noncanonical=${host_noncanonical} ;;
2227 *) target_noncanonical=${target_alias} ;;
af71363e
AS
2228esac
2229
af71363e 2230
1c710c3c
DJ
2231
2232
2233test "$host_noncanonical" = "$target_noncanonical" &&
671aa708
NN
2234 test "$program_prefix$program_suffix$program_transform_name" = \
2235 NONENONEs,x,x, &&
1c710c3c 2236 program_transform_name=s,y,y,
af71363e 2237
5213506e
RW
2238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2239$as_echo_n "checking host system type... " >&6; }
2240if test "${ac_cv_host+set}" = set; then :
2241 $as_echo_n "(cached) " >&6
af71363e 2242else
5213506e
RW
2243 if test "x$host_alias" = x; then
2244 ac_cv_host=$ac_cv_build
2245else
2246 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2247 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2248fi
1c710c3c 2249
af71363e 2250fi
5213506e
RW
2251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2252$as_echo "$ac_cv_host" >&6; }
2253case $ac_cv_host in
2254*-*-*) ;;
2255*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2256esac
1c710c3c 2257host=$ac_cv_host
5213506e
RW
2258ac_save_IFS=$IFS; IFS='-'
2259set x $ac_cv_host
2260shift
2261host_cpu=$1
2262host_vendor=$2
2263shift; shift
2264# Remember, the first character of IFS is used to create $*,
2265# except with old shells:
2266host_os=$*
2267IFS=$ac_save_IFS
2268case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2aeb72e9
DD
2269
2270
5213506e
RW
2271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2272$as_echo_n "checking target system type... " >&6; }
2273if test "${ac_cv_target+set}" = set; then :
2274 $as_echo_n "(cached) " >&6
1c710c3c 2275else
5213506e
RW
2276 if test "x$target_alias" = x; then
2277 ac_cv_target=$ac_cv_host
2278else
2279 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2280 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2281fi
1c710c3c
DJ
2282
2283fi
5213506e
RW
2284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2285$as_echo "$ac_cv_target" >&6; }
2286case $ac_cv_target in
2287*-*-*) ;;
2288*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2289esac
1c710c3c 2290target=$ac_cv_target
5213506e
RW
2291ac_save_IFS=$IFS; IFS='-'
2292set x $ac_cv_target
2293shift
2294target_cpu=$1
2295target_vendor=$2
2296shift; shift
2297# Remember, the first character of IFS is used to create $*,
2298# except with old shells:
2299target_os=$*
2300IFS=$ac_save_IFS
2301case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1c710c3c
DJ
2302
2303
2304# The aliases save the names the user supplied, while $host etc.
2305# will get canonicalized.
2306test -n "$target_alias" &&
2307 test "$program_prefix$program_suffix$program_transform_name" = \
2308 NONENONEs,x,x, &&
2309 program_prefix=${target_alias}-
5213506e 2310
671aa708 2311test "$program_prefix" != NONE &&
5213506e 2312 program_transform_name="s&^&$program_prefix&;$program_transform_name"
671aa708
NN
2313# Use a double $ so make ignores it.
2314test "$program_suffix" != NONE &&
5213506e
RW
2315 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2316# Double any \ or $.
1c710c3c 2317# By default was `s,x,x', remove it if useless.
5213506e
RW
2318ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2319program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
af71363e 2320
671aa708
NN
2321
2322
775956d0
NN
2323# Get 'install' or 'install-sh' and its variants.
2324# Find a good install program. We prefer a C program (faster),
2325# so one script is as good as another. But avoid the broken or
2326# incompatible versions:
2327# SysV /etc/install, /usr/sbin/install
2328# SunOS /usr/etc/install
2329# IRIX /sbin/install
2330# AIX /bin/install
1c710c3c 2331# AmigaOS /C/install, which installs bootblocks on floppy discs
775956d0
NN
2332# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2333# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2334# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1c710c3c 2335# OS/2's system install, which has a completely different semantic
775956d0 2336# ./install, which can be erroneously created by make from ./install.sh.
38d24731 2337# Reject install programs that cannot install multiple files.
5213506e
RW
2338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2339$as_echo_n "checking for a BSD-compatible install... " >&6; }
775956d0 2340if test -z "$INSTALL"; then
5213506e
RW
2341if test "${ac_cv_path_install+set}" = set; then :
2342 $as_echo_n "(cached) " >&6
1c710c3c
DJ
2343else
2344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2345for as_dir in $PATH
2346do
2347 IFS=$as_save_IFS
2348 test -z "$as_dir" && as_dir=.
5213506e
RW
2349 # Account for people who put trailing slashes in PATH elements.
2350case $as_dir/ in #((
2351 ./ | .// | /[cC]/* | \
1c710c3c 2352 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5213506e 2353 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1c710c3c
DJ
2354 /usr/ucb/* ) ;;
2355 *)
2356 # OSF1 and SCO ODT 3.0 have their own names for install.
2357 # Don't use installbsd from OSF since it installs stuff as root
2358 # by default.
2359 for ac_prog in ginstall scoinst install; do
2360 for ac_exec_ext in '' $ac_executable_extensions; do
5213506e 2361 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
775956d0 2362 if test $ac_prog = install &&
1c710c3c 2363 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
775956d0
NN
2364 # AIX install. It has an incompatible calling convention.
2365 :
1c710c3c
DJ
2366 elif test $ac_prog = install &&
2367 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2368 # program-specific install script used by HP pwplus--don't use.
2369 :
775956d0 2370 else
38d24731
RW
2371 rm -rf conftest.one conftest.two conftest.dir
2372 echo one > conftest.one
2373 echo two > conftest.two
2374 mkdir conftest.dir
2375 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2376 test -s conftest.one && test -s conftest.two &&
2377 test -s conftest.dir/conftest.one &&
2378 test -s conftest.dir/conftest.two
2379 then
2380 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2381 break 3
2382 fi
775956d0
NN
2383 fi
2384 fi
2385 done
1c710c3c
DJ
2386 done
2387 ;;
2388esac
5213506e
RW
2389
2390 done
2391IFS=$as_save_IFS
1c710c3c 2392
38d24731 2393rm -rf conftest.one conftest.two conftest.dir
775956d0
NN
2394
2395fi
2396 if test "${ac_cv_path_install+set}" = set; then
1c710c3c 2397 INSTALL=$ac_cv_path_install
775956d0 2398 else
38d24731
RW
2399 # As a last resort, use the slow shell script. Don't cache a
2400 # value for INSTALL within a source directory, because that will
775956d0 2401 # break other packages using the cache if that directory is
38d24731 2402 # removed, or if the value is a relative name.
1c710c3c 2403 INSTALL=$ac_install_sh
775956d0
NN
2404 fi
2405fi
5213506e
RW
2406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2407$as_echo "$INSTALL" >&6; }
775956d0
NN
2408
2409# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2410# It thinks the first close brace ends the variable substitution.
2411test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2412
1c710c3c 2413test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
775956d0
NN
2414
2415test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2416
5213506e
RW
2417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2418$as_echo_n "checking whether ln works... " >&6; }
2419if test "${acx_cv_prog_LN+set}" = set; then :
2420 $as_echo_n "(cached) " >&6
ad6717df
PB
2421else
2422 rm -f conftestdata_t
2423echo >conftestdata_f
2424if ln conftestdata_f conftestdata_t 2>/dev/null
2425then
2426 acx_cv_prog_LN=ln
2427else
2428 acx_cv_prog_LN=no
2429fi
2430rm -f conftestdata_f conftestdata_t
2431
2432fi
2433if test $acx_cv_prog_LN = no; then
2434 LN="cp"
5213506e
RW
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2436$as_echo "no, using $LN" >&6; }
ad6717df
PB
2437else
2438 LN="$acx_cv_prog_LN"
5213506e
RW
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2440$as_echo "yes" >&6; }
ad6717df
PB
2441fi
2442
5213506e
RW
2443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2444$as_echo_n "checking whether ln -s works... " >&6; }
1c710c3c
DJ
2445LN_S=$as_ln_s
2446if test "$LN_S" = "ln -s"; then
5213506e
RW
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2448$as_echo "yes" >&6; }
fb0103e5 2449else
5213506e
RW
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2451$as_echo "no, using $LN_S" >&6; }
148907ea
PB
2452fi
2453
87264276
PB
2454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2455$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2456if test "${ac_cv_path_SED+set}" = set; then :
2457 $as_echo_n "(cached) " >&6
2458else
2459 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2460 for ac_i in 1 2 3 4 5 6 7; do
2461 ac_script="$ac_script$as_nl$ac_script"
2462 done
2463 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2464 { ac_script=; unset ac_script;}
2465 if test -z "$SED"; then
2466 ac_path_SED_found=false
2467 # Loop through the user's path and test for each of PROGNAME-LIST
2468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2469for as_dir in $PATH
2470do
2471 IFS=$as_save_IFS
2472 test -z "$as_dir" && as_dir=.
2473 for ac_prog in sed gsed; do
2474 for ac_exec_ext in '' $ac_executable_extensions; do
2475 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2476 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2477# Check for GNU ac_path_SED and select it if it is found.
2478 # Check for GNU $ac_path_SED
2479case `"$ac_path_SED" --version 2>&1` in
2480*GNU*)
2481 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2482*)
2483 ac_count=0
2484 $as_echo_n 0123456789 >"conftest.in"
2485 while :
2486 do
2487 cat "conftest.in" "conftest.in" >"conftest.tmp"
2488 mv "conftest.tmp" "conftest.in"
2489 cp "conftest.in" "conftest.nl"
2490 $as_echo '' >> "conftest.nl"
2491 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2492 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2493 as_fn_arith $ac_count + 1 && ac_count=$as_val
2494 if test $ac_count -gt ${ac_path_SED_max-0}; then
2495 # Best one so far, save it but keep looking for a better one
2496 ac_cv_path_SED="$ac_path_SED"
2497 ac_path_SED_max=$ac_count
2498 fi
2499 # 10*(2^10) chars as input seems more than enough
2500 test $ac_count -gt 10 && break
2501 done
2502 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2503esac
2504
2505 $ac_path_SED_found && break 3
2506 done
2507 done
2508 done
2509IFS=$as_save_IFS
2510 if test -z "$ac_cv_path_SED"; then
2511 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2512 fi
2513else
2514 ac_cv_path_SED=$SED
2515fi
2516
2517fi
2518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2519$as_echo "$ac_cv_path_SED" >&6; }
2520 SED="$ac_cv_path_SED"
2521 rm -f conftest.sed
2522
2523for ac_prog in gawk mawk nawk awk
2524do
2525 # Extract the first word of "$ac_prog", so it can be a program name with args.
2526set dummy $ac_prog; ac_word=$2
2527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2528$as_echo_n "checking for $ac_word... " >&6; }
2529if test "${ac_cv_prog_AWK+set}" = set; then :
2530 $as_echo_n "(cached) " >&6
2531else
2532 if test -n "$AWK"; then
2533 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2534else
2535as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2536for as_dir in $PATH
2537do
2538 IFS=$as_save_IFS
2539 test -z "$as_dir" && as_dir=.
2540 for ac_exec_ext in '' $ac_executable_extensions; do
2541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2542 ac_cv_prog_AWK="$ac_prog"
2543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2544 break 2
2545 fi
2546done
2547 done
2548IFS=$as_save_IFS
2549
2550fi
2551fi
2552AWK=$ac_cv_prog_AWK
2553if test -n "$AWK"; then
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2555$as_echo "$AWK" >&6; }
2556else
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2558$as_echo "no" >&6; }
2559fi
2560
2561
2562 test -n "$AWK" && break
2563done
2564
775956d0 2565
79c06341 2566### we might need to use some other shell than /bin/sh for running subshells
79c06341
JL
2567### If we are on Windows, search for the shell. This will permit people
2568### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
2569### without also having to set CONFIG_SHELL. This code will work when
2570### using bash, which sets OSTYPE.
2571case "${OSTYPE}" in
2572*win32*)
671aa708
NN
2573 if test x${CONFIG_SHELL} = x ; then
2574 if test ! -f /bin/sh ; then
2575 if test x${SHELL} != x && test -f ${SHELL} ; then
79c06341
JL
2576 CONFIG_SHELL=${SHELL}
2577 export CONFIG_SHELL
2578 else
2579 for prog in sh sh.exe bash bash.exe; do
2580 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
2581 for dir in $PATH; do
2582 test -z "$dir" && dir=.
2583 if test -f $dir/$prog; then
2584 CONFIG_SHELL=$dir/$prog
2585 export CONFIG_SHELL
2586 break
2587 fi
2588 done
2589 IFS="$save_ifs"
2590 test -n "${CONFIG_SHELL}" && break
2591 done
2592 fi
2593 fi
2594 fi
2595 ;;
2596esac
2597
2598config_shell=${CONFIG_SHELL-/bin/sh}
2599
671aa708 2600moveifchange=${srcdir}/move-if-change
79c06341 2601
ee6a22df
L
2602srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2603
2604# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2605# a relative path.
2606if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2607 INSTALL="${srcpwd}/install-sh -c"
2608fi
2609
671aa708
NN
2610# Set srcdir to "." if that's what it is.
2611# This is important for multilib support.
2612pwd=`${PWDCMD-pwd}`
671aa708
NN
2613if test "${pwd}" = "${srcpwd}" ; then
2614 srcdir=.
79c06341
JL
2615fi
2616
671aa708 2617topsrcdir=$srcpwd
5d4a5ee6 2618
671aa708 2619extra_host_args=
afabd8e6 2620
671aa708
NN
2621### To add a new directory to the tree, first choose whether it is a target
2622### or a host dependent tool. Then put it into the appropriate list
2623### (library or tools, host or target), doing a dependency sort.
79c06341 2624
1c710c3c 2625# Subdirs will be configured in the order listed in build_configdirs,
671aa708 2626# configdirs, or target_configdirs; see the serialization section below.
79c06341 2627
1c710c3c
DJ
2628# Dependency sorting is only needed when *configuration* must be done in
2629# a particular order. In all cases a dependency should be specified in
671aa708 2630# the Makefile, whether or not it's implicitly specified here.
79c06341 2631
671aa708
NN
2632# Double entries in build_configdirs, configdirs, or target_configdirs may
2633# cause circular dependencies and break everything horribly.
79c06341 2634
23f6b2f9
PB
2635# these library is used by various programs built for the build
2636# environment
2637#
2638build_libs="build-libiberty"
2639
2640# these tools are built for the build environment
71b5d516 2641build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
23f6b2f9 2642
671aa708
NN
2643# these libraries are used by various programs built for the host environment
2644#
acd26225 2645host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libiconv"
671aa708 2646
671aa708
NN
2647# these tools are built for the host environment
2648# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2649# know that we are building the simulator.
2650# binutils, gas and ld appear in that order because it makes sense to run
2651# "make check" in that particular order.
5afab7ad 2652# If --enable-gold is used, "gold" will replace "ld".
8c32c9f0 2653host_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"
671aa708
NN
2654
2655# libgcj represents the runtime libraries only used by gcj.
2656libgcj="target-libffi \
671aa708
NN
2657 target-zlib \
2658 target-qthreads \
2659 target-libjava"
2660
2661# these libraries are built for the target environment, and are built after
2662# the host libraries and the host tools (which may be a cross compiler)
2663#
291f172e
DJ
2664target_libraries="target-libgcc \
2665 target-libiberty \
671aa708
NN
2666 target-libgloss \
2667 target-newlib \
6d3b5aea 2668 target-libgomp \
cb543528 2669 target-libstdc++-v3 \
6de9cd9a 2670 target-libmudflap \
77008252 2671 target-libssp \
6de9cd9a 2672 target-libgfortran \
7cd0cf9c 2673 target-boehm-gc \
77d187bc 2674 ${libgcj} \
d9cdb878 2675 target-libobjc \
6d3b5aea 2676 target-libada"
671aa708 2677
4dbda6f0
NN
2678# these tools are built using the target libraries, and are intended to
2679# run only in the target environment
671aa708 2680#
4dbda6f0 2681# note: any program that *uses* libraries that are in the "target_libraries"
671aa708
NN
2682# list belongs in this list. those programs are also very likely
2683# candidates for the "native_only" list which follows
2684#
97286f7f 2685target_tools="target-examples target-groff target-gperf target-rda"
79c06341 2686
671aa708 2687################################################################################
79c06341 2688
671aa708
NN
2689## All tools belong in one of the four categories, and are assigned above
2690## We assign ${configdirs} this way to remove all embedded newlines. This
2691## is important because configure will choke if they ever get through.
2692## ${configdirs} is directories we build using the host tools.
2693## ${target_configdirs} is directories we build using the target tools.
671aa708 2694configdirs=`echo ${host_libs} ${host_tools}`
4dbda6f0 2695target_configdirs=`echo ${target_libraries} ${target_tools}`
71b5d516 2696build_configdirs=`echo ${build_libs} ${build_tools}`
8b87bb96 2697
ac9e6043
RW
2698
2699
671aa708 2700################################################################################
79c06341 2701
671aa708 2702srcname="gnu development package"
79c06341 2703
671aa708
NN
2704# This gets set non-empty for some net releases of packages.
2705appdirs=""
79c06341 2706
671aa708
NN
2707# Define is_cross_compiler to save on calls to 'test'.
2708is_cross_compiler=
2709if test x"${host}" = x"${target}" ; then
2710 is_cross_compiler=no
79c06341 2711else
671aa708 2712 is_cross_compiler=yes
1c710c3c 2713fi
79c06341 2714
b4acb5ef 2715# Find the build and target subdir names.
8b87bb96 2716
2e9e6f68
DJ
2717# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2718# have matching libraries, they should use host libraries: Makefile.tpl
2719# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2720# However, they still use the build modules, because the corresponding
2721# host modules (e.g. bison) are only built for the host when bootstrap
2722# finishes. So:
2723# - build_subdir is where we find build modules, and never changes.
2724# - build_libsubdir is where we find build libraries, and can be overridden.
2725
2726# Prefix 'build-' so this never conflicts with target_subdir.
8b87bb96 2727build_subdir="build-${build_noncanonical}"
1c710c3c 2728
5213506e
RW
2729# Check whether --with-build-libsubdir was given.
2730if test "${with_build_libsubdir+set}" = set; then :
2731 withval=$with_build_libsubdir; build_libsubdir="$withval"
2e9e6f68
DJ
2732else
2733 build_libsubdir="$build_subdir"
5213506e
RW
2734fi
2735
215c351a
PB
2736# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2737if ( test $srcdir = . && test -d gcc ) \
2738 || test -d $srcdir/../host-${host_noncanonical}; then
2739 host_subdir="host-${host_noncanonical}"
2740else
2741 host_subdir=.
2742fi
8b87bb96
NN
2743# No prefix.
2744target_subdir=${target_noncanonical}
1c710c3c 2745
0db770bd
RW
2746# Be sure to cover against remnants of an in-tree build.
2747if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2748 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2749Use a pristine source tree when building in a separate tree" "$LINENO" 5
2750fi
79c06341 2751
671aa708
NN
2752# Skipdirs are removed silently.
2753skipdirs=
2754# Noconfigdirs are removed loudly.
2755noconfigdirs=""
79c06341 2756
671aa708
NN
2757use_gnu_ld=
2758# Make sure we don't let GNU ld be added if we didn't want it.
2759if test x$with_gnu_ld = xno ; then
2760 use_gnu_ld=no
5afab7ad 2761 noconfigdirs="$noconfigdirs ld gold"
79c06341
JL
2762fi
2763
671aa708
NN
2764use_gnu_as=
2765# Make sure we don't let GNU as be added if we didn't want it.
2766if test x$with_gnu_as = xno ; then
2767 use_gnu_as=no
2768 noconfigdirs="$noconfigdirs gas"
79c06341
JL
2769fi
2770
1c710c3c 2771# some tools are so dependent upon X11 that if we're not building with X,
671aa708 2772# it's not even worth trying to configure, much less build, that tool.
79c06341 2773
671aa708
NN
2774case ${with_x} in
2775 yes | "") ;; # the default value for this tree is that X11 is available
2776 no)
b4f96efe 2777 skipdirs="${skipdirs} tk itcl libgui"
671aa708 2778 # We won't be able to build gdbtk without X.
1c710c3c 2779 enable_gdbtk=no
671aa708
NN
2780 ;;
2781 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2782esac
79c06341 2783
671aa708 2784# Some tools are only suitable for building in a "native" situation.
1c710c3c 2785# Remove these if host!=target.
9e299237 2786native_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"
79c06341 2787
671aa708
NN
2788# Similarly, some are only suitable for cross toolchains.
2789# Remove these if host=target.
2790cross_only="target-libgloss target-newlib target-opcodes"
2791
2792case $is_cross_compiler in
2793 no) skipdirs="${skipdirs} ${cross_only}" ;;
2794 yes) skipdirs="${skipdirs} ${native_only}" ;;
2795esac
79c06341 2796
671aa708
NN
2797# If both --with-headers and --with-libs are specified, default to
2798# --without-newlib.
ee6a22df
L
2799if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2800 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
671aa708
NN
2801 if test x"${with_newlib}" = x ; then
2802 with_newlib=no
2803 fi
79c06341
JL
2804fi
2805
671aa708
NN
2806# Recognize --with-newlib/--without-newlib.
2807case ${with_newlib} in
2808 no) skipdirs="${skipdirs} target-newlib" ;;
2809 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2810esac
79c06341 2811
5afab7ad
ILT
2812# Handle --enable-gold.
2813
5213506e
RW
2814# Check whether --enable-gold was given.
2815if test "${enable_gold+set}" = set; then :
2816 enableval=$enable_gold; ENABLE_GOLD=$enableval
5afab7ad
ILT
2817else
2818 ENABLE_GOLD=no
5213506e
RW
2819fi
2820
5afab7ad
ILT
2821if test "${ENABLE_GOLD}" = "yes"; then
2822 # Check for ELF target.
2823 is_elf=no
2824 case "${target}" in
2825 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2826 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
144c9175 2827 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
5afab7ad
ILT
2828 case "${target}" in
2829 *-*-linux*aout* | *-*-linux*oldld*)
2830 ;;
2831 *)
2832 is_elf=yes
2833 ;;
2834 esac
2835 esac
2836
2837 if test "$is_elf" = "yes"; then
2838 # Check for target supported by gold.
2839 case "${target}" in
7f1245df 2840 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
5afab7ad
ILT
2841 configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
2842 ;;
2843 esac
2844 fi
2845fi
2846
671aa708 2847# Configure extra directories which are host specific
79c06341 2848
671aa708
NN
2849case "${host}" in
2850 *-cygwin*)
2851 configdirs="$configdirs libtermcap" ;;
2852esac
79c06341 2853
4fab7234
HPN
2854# A target can indicate whether a language isn't supported for some reason.
2855# Only spaces may be used in this macro; not newlines or tabs.
2856unsupported_languages=
2857
1c710c3c 2858# Remove more programs from consideration, based on the host or
671aa708
NN
2859# target this usually means that a port of the program doesn't
2860# exist yet.
ec8d6ddc 2861
671aa708
NN
2862case "${host}" in
2863 hppa*64*-*-*)
2864 noconfigdirs="$noconfigdirs byacc"
2865 ;;
f2a0e225 2866 i[3456789]86-*-vsta)
b4f96efe 2867 noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
671aa708 2868 ;;
f2a0e225 2869 i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*)
b4f96efe 2870 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
3aa83176 2871 ;;
95af8923
KT
2872 x86_64-*-mingw*)
2873 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2874 ;;
f2a0e225 2875 i[3456789]86-*-mingw32*)
b4f96efe 2876 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
b91f0a41 2877 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
3aa83176 2878 ;;
f2a0e225 2879 i[3456789]86-*-beos*)
b4f96efe 2880 noconfigdirs="$noconfigdirs tk itcl libgui gdb"
3aa83176 2881 ;;
671aa708 2882 *-*-cygwin*)
a22c2d8d 2883 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
671aa708
NN
2884 ;;
2885 *-*-netbsd*)
a22c2d8d 2886 noconfigdirs="$noconfigdirs rcs"
671aa708
NN
2887 ;;
2888 ppc*-*-pe)
b4f96efe 2889 noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
671aa708
NN
2890 ;;
2891 powerpc-*-beos*)
b4f96efe 2892 noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
671aa708 2893 ;;
671aa708 2894esac
ec8d6ddc 2895
6de9cd9a 2896
5213506e
RW
2897# Check whether --enable-libada was given.
2898if test "${enable_libada+set}" = set; then :
2899 enableval=$enable_libada; ENABLE_LIBADA=$enableval
d9cdb878
AC
2900else
2901 ENABLE_LIBADA=yes
5213506e
RW
2902fi
2903
d9cdb878 2904if test "${ENABLE_LIBADA}" != "yes" ; then
5395b47b 2905 noconfigdirs="$noconfigdirs gnattools"
d9cdb878
AC
2906fi
2907
5213506e
RW
2908# Check whether --enable-libssp was given.
2909if test "${enable_libssp+set}" = set; then :
2910 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
ef0087a7
KH
2911else
2912 ENABLE_LIBSSP=yes
5213506e
RW
2913fi
2914
ef0087a7 2915
671aa708
NN
2916# Save it here so that, even in case of --enable-libgcj, if the Java
2917# front-end isn't enabled, we still get libgcj disabled.
2918libgcj_saved=$libgcj
2919case $enable_libgcj in
2920yes)
2921 # If we reset it here, it won't get added to noconfigdirs in the
2922 # target-specific build rules, so it will be forcibly enabled
2923 # (unless the Java language itself isn't enabled).
2924 libgcj=
2925 ;;
2926no)
2927 # Make sure we get it printed in the list of not supported target libs.
2928 noconfigdirs="$noconfigdirs ${libgcj}"
2929 ;;
2930esac
ec8d6ddc 2931
6de9cd9a 2932
27079765
AH
2933# Disable libmudflap on some systems.
2934if test x$enable_libmudflap = x ; then
dfcada9a 2935 case "${target}" in
416ac4d4 2936 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
98a5bb3b 2937 # Enable libmudflap by default in GNU and friends.
dfcada9a 2938 ;;
a3e8d8b4
LR
2939 *-*-freebsd*)
2940 # Enable libmudflap by default in FreeBSD.
2941 ;;
dfcada9a
MM
2942 *)
2943 # Disable it by default everywhere else.
2944 noconfigdirs="$noconfigdirs target-libmudflap"
2945 ;;
2946 esac
27079765 2947fi
6de9cd9a 2948
27079765
AH
2949# Disable libgomp on non POSIX hosted systems.
2950if test x$enable_libgomp = x ; then
953ff289
DN
2951 # Enable libgomp by default on hosted POSIX systems.
2952 case "${target}" in
416ac4d4 2953 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
953ff289
DN
2954 ;;
2955 *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
2956 ;;
04879af3 2957 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
953ff289 2958 ;;
cac90078 2959 *-*-darwin* | *-*-aix*)
953ff289
DN
2960 ;;
2961 *)
2962 noconfigdirs="$noconfigdirs target-libgomp"
2963 ;;
2964 esac
27079765 2965fi
953ff289 2966
c03353e2
RIL
2967# Default libgloss CPU subdirectory.
2968libgloss_dir="$target_cpu"
6de9cd9a 2969
671aa708
NN
2970case "${target}" in
2971 *-*-chorusos)
cb253473 2972 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
671aa708 2973 ;;
75eeae1a 2974 powerpc-*-darwin*)
e1514c3f 2975 noconfigdirs="$noconfigdirs ld gas gdb gprof"
9c8f9ec2 2976 noconfigdirs="$noconfigdirs sim target-rda"
940cde4d 2977 ;;
354ebf88
RW
2978 i[3456789]86-*-darwin*)
2979 noconfigdirs="$noconfigdirs ld gprof"
2980 noconfigdirs="$noconfigdirs sim target-rda"
2981 ;;
2982 x86_64-*-darwin[912]*)
0db3a858
TG
2983 noconfigdirs="$noconfigdirs ld gas gprof"
2984 noconfigdirs="$noconfigdirs sim target-rda"
2985 ;;
42c1cd8a
AT
2986 *-*-darwin*)
2987 noconfigdirs="$noconfigdirs ld gas gdb gprof"
2988 noconfigdirs="$noconfigdirs sim target-rda"
2989 noconfigdirs="$noconfigdirs ${libgcj}"
2990 ;;
671aa708 2991 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
cb253473 2992 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
671aa708 2993 ;;
c3f84f61 2994 *-*-freebsd*)
6de9cd9a
DN
2995 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
2996 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
2997 && test -f /usr/local/include/gmp.h; then
2998 with_gmp=/usr/local
2999 fi
3000
3001 # Skip some stuff that's unsupported on some FreeBSD configurations.
3002 case "${target}" in
3003 i*86-*-*) ;;
3004 alpha*-*-*) ;;
3005 *)
cb253473 3006 noconfigdirs="$noconfigdirs ${libgcj}"
6de9cd9a
DN
3007 ;;
3008 esac
3009 ;;
ef4e7569
US
3010 *-*-kaos*)
3011 # Remove unsupported stuff on all kaOS configurations.
cb253473 3012 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
ef4e7569
US
3013 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
3014 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3015 noconfigdirs="$noconfigdirs target-libgloss"
3016 ;;
671aa708
NN
3017 *-*-netbsd*)
3018 # Skip some stuff on all NetBSD configurations.
3019 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3020
3021 # Skip some stuff that's unsupported on some NetBSD configurations.
3022 case "${target}" in
3023 i*86-*-netbsdelf*) ;;
0590b963 3024 arm*-*-netbsdelf*) ;;
671aa708 3025 *)
cb253473 3026 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3027 ;;
3028 esac
3029 ;;
61fec9ff 3030 *-*-netware*)
cb253473 3031 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
671aa708
NN
3032 ;;
3033 *-*-rtems*)
cb253473 3034 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708 3035 ;;
a8ba31f2
EC
3036 # The tpf target doesn't support gdb yet.
3037 *-*-tpf*)
cb253473 3038 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
a8ba31f2 3039 ;;
5785c0ed 3040 *-*-uclinux*)
cb253473 3041 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
5785c0ed 3042 ;;
671aa708 3043 *-*-vxworks*)
cb253473 3044 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
671aa708
NN
3045 ;;
3046 alpha*-dec-osf*)
3047 # ld works, but does not support shared libraries.
3048 # newlib is not 64 bit ready. I'm not sure about fileutils.
3049 # gas doesn't generate exception information.
3050 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3051 ;;
3052 alpha*-*-*vms*)
cb253473 3053 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
671aa708
NN
3054 ;;
3055 alpha*-*-linux*)
3056 # newlib is not 64 bit ready
3057 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3058 ;;
671aa708
NN
3059 alpha*-*-*)
3060 # newlib is not 64 bit ready
cb253473 3061 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
671aa708 3062 ;;
33952f6f 3063 am33_2.0-*-linux*)
cb253473 3064 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
33952f6f 3065 ;;
671aa708 3066 sh-*-linux*)
cb253473 3067 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
1c710c3c 3068 ;;
671aa708 3069 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
cb253473 3070 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3071 noconfigdirs="$noconfigdirs target-examples"
3072 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
b4f96efe 3073 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
671aa708
NN
3074 noconfigdirs="$noconfigdirs expect dejagnu"
3075 # the C++ libraries don't build on top of CE's C libraries
cb543528 3076 noconfigdirs="$noconfigdirs target-libstdc++-v3"
671aa708
NN
3077 noconfigdirs="$noconfigdirs target-newlib"
3078 case "${host}" in
3079 *-*-cygwin*) ;; # keep gdb and readline
aa9c3ab4 3080 *) noconfigdirs="$noconfigdirs gdb readline"
671aa708
NN
3081 ;;
3082 esac
c03353e2 3083 libgloss_dir=wince
671aa708
NN
3084 ;;
3085 arc-*-*)
cb253473 3086 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708 3087 ;;
ee6a22df 3088 arm-semi-aof )
ee6a22df 3089 ;;
671aa708 3090 arm-*-coff | strongarm-*-coff | xscale-*-coff)
cb253473 3091 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3092 libgloss_dir=arm
671aa708 3093 ;;
b3f8d95d 3094 arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
671aa708 3095 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
c03353e2 3096 libgloss_dir=arm
671aa708 3097 ;;
077fc835 3098 arm*-*-linux-gnueabi)
c4e9bf2b 3099 noconfigdirs="$noconfigdirs target-qthreads"
1c00b503
PB
3100 case ${with_newlib} in
3101 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3102 esac
c03353e2 3103 libgloss_dir=arm
077fc835 3104 ;;
972974fc 3105 arm*-*-symbianelf*)
cb253473 3106 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
c03353e2 3107 libgloss_dir=arm
972974fc 3108 ;;
671aa708 3109 arm-*-pe*)
cb253473 3110 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708 3111 ;;
671aa708 3112 thumb-*-coff)
cb253473 3113 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708
NN
3114 ;;
3115 thumb-*-elf)
cb253473 3116 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708 3117 ;;
671aa708 3118 thumb-*-pe)
cb253473 3119 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708
NN
3120 ;;
3121 arm-*-riscix*)
cb253473 3122 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
671aa708
NN
3123 ;;
3124 avr-*-*)
ac3949d9 3125 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
671aa708 3126 ;;
6b65a26d 3127 bfin-*-*)
1c3c9f12
JZ
3128 unsupported_languages="$unsupported_languages java"
3129 noconfigdirs="$noconfigdirs target-boehm-gc gdb"
61efc800 3130 if test x${is_cross_compiler} != xno ; then
6b65a26d
CM
3131 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3132 fi
3133 ;;
671aa708 3134 c4x-*-* | tic4x-*-*)
cb253473 3135 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708
NN
3136 ;;
3137 c54x*-*-* | tic54x-*-*)
cb253473 3138 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
671aa708 3139 ;;
c993ae60
SR
3140 cr16-*-*)
3141 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3142 ;;
40d64b5a 3143 cris-*-* | crisv32-*-*)
4fab7234 3144 unsupported_languages="$unsupported_languages java"
40d64b5a 3145 case "${target}" in
c2e0d3a9 3146 *-*-aout)
7f26dfa3 3147 unsupported_languages="$unsupported_languages fortran"
4fab7234 3148 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
c2e0d3a9 3149 *-*-elf)
789ec619 3150 noconfigdirs="$noconfigdirs target-boehm-gc";;
c2e0d3a9 3151 *-*-linux*)
789ec619 3152 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
40d64b5a 3153 *)
7f26dfa3 3154 unsupported_languages="$unsupported_languages fortran"
cb253473 3155 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
40d64b5a 3156 esac
c03353e2 3157 libgloss_dir=cris
671aa708 3158 ;;
25b656e7 3159 crx-*-*)
cb253473 3160 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
25b656e7 3161 ;;
671aa708 3162 d10v-*-*)
cb253473 3163 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708
NN
3164 ;;
3165 d30v-*-*)
cb253473 3166 noconfigdirs="$noconfigdirs ${libgcj} gdb"
671aa708 3167 ;;
c03353e2
RIL
3168 ep9312-*-elf | ep9312-*-coff)
3169 libgloss_dir=arm
3170 ;;
671aa708 3171 fr30-*-elf*)
cb253473 3172 noconfigdirs="$noconfigdirs ${libgcj} gdb"
671aa708
NN
3173 ;;
3174 frv-*-*)
cb253473 3175 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708 3176 ;;
55f2d967
AG
3177 moxie-*-*)
3178 noconfigdirs="$noconfigdirs ${libgcj}"
3179 noconfigdirs="$noconfigdirs gprof"
3180 ;;
671aa708 3181 h8300*-*-*)
cb253473 3182 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708
NN
3183 ;;
3184 h8500-*-*)
cb253473 3185 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708 3186 ;;
ee6a22df 3187 hppa1.1-*-osf* | hppa1.1-*-bsd* )
ee6a22df 3188 ;;
671aa708
NN
3189 hppa*64*-*-linux* | parisc*64*-*-linux*)
3190 # In this case, it's because the hppa64-linux target is for
3191 # the kernel only at this point and has no libc, and thus no
3192 # headers, crt*.o, etc., all of which are needed by these.
3193 noconfigdirs="$noconfigdirs target-zlib"
3194 ;;
3e732ba0
JDA
3195 parisc*-*-linux* | hppa*-*-linux*)
3196 ;;
671aa708 3197 hppa*-*-*elf* | \
671aa708
NN
3198 hppa*-*-lites* | \
3199 hppa*-*-openbsd* | \
3200 hppa*64*-*-*)
cb253473 3201 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708 3202 ;;
2a332582
JDA
3203 hppa*-hp-hpux11*)
3204 noconfigdirs="$noconfigdirs ld shellutils"
3205 ;;
c03353e2
RIL
3206 hppa*-*-pro*)
3207 libgloss_dir=pa
3208 ;;
671aa708
NN
3209 hppa*-*-*)
3210 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3211 # build on HP-UX 10.20.
cb253473 3212 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
671aa708 3213 ;;
fb87ad5d 3214 i960-*-*)
cb253473 3215 noconfigdirs="$noconfigdirs ${libgcj} gdb"
fb87ad5d 3216 ;;
671aa708
NN
3217 ia64*-*-elf*)
3218 # No gdb support yet.
b4f96efe 3219 noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
671aa708
NN
3220 ;;
3221 ia64*-**-hpux*)
3222 # No gdb or ld support yet.
cb253473 3223 noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
671aa708 3224 ;;
52535a64
DR
3225 ia64*-*-*vms*)
3226 # No gdb or ld support yet.
3227 noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3228 ;;
ee6a22df 3229 i370-*-opened*)
ee6a22df 3230 ;;
f2a0e225 3231 i[3456789]86-*-coff | i[3456789]86-*-elf)
cb253473 3232 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3233 libgloss_dir=i386
671aa708 3234 ;;
f2a0e225 3235 i[3456789]86-*-linux*)
671aa708
NN
3236 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3237 # not build java stuff by default.
3238 case "${target}" in
3239 *-*-*libc1*)
cb253473 3240 noconfigdirs="$noconfigdirs ${libgcj}";;
671aa708
NN
3241 esac
3242
3243 # This section makes it possible to build newlib natively on linux.
3244 # If we are using a cross compiler then don't configure newlib.
3245 if test x${is_cross_compiler} != xno ; then
3aa83176 3246 noconfigdirs="$noconfigdirs target-newlib"
671aa708
NN
3247 fi
3248 noconfigdirs="$noconfigdirs target-libgloss"
3249 # If we are not using a cross compiler, do configure newlib.
3250 # Note however, that newlib will only be configured in this situation
3251 # if the --with-newlib option has been given, because otherwise
3252 # 'target-newlib' will appear in skipdirs.
3253 ;;
f2a0e225 3254 i[3456789]86-*-mingw32*)
b91f0a41
CV
3255 target_configdirs="$target_configdirs target-winsup"
3256 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
1c710c3c 3257 ;;
95af8923
KT
3258 x86_64-*-mingw*)
3259 target_configdirs="$target_configdirs target-winsup"
3260 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
1c710c3c 3261 ;;
671aa708
NN
3262 *-*-cygwin*)
3263 target_configdirs="$target_configdirs target-libtermcap target-winsup"
449223af 3264 noconfigdirs="$noconfigdirs target-gperf target-libgloss"
801e2270 3265 # always build newlib if winsup directory is present.
b91f0a41 3266 if test -d "$srcdir/winsup/cygwin"; then
801e2270 3267 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ee6a22df 3268 elif test -d "$srcdir/newlib"; then
b91f0a41 3269 echo "Warning: winsup/cygwin is missing so newlib can't be built."
801e2270 3270 fi
1c710c3c 3271 ;;
ee6a22df
L
3272 i[3456789]86-moss-msdos | i[3456789]86-*-moss* | \
3273 i[3456789]86-*-uwin* | i[3456789]86-*-interix* )
ee6a22df 3274 ;;
f2a0e225 3275 i[3456789]86-*-pe)
cb253473 3276 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708 3277 ;;
f2a0e225 3278 i[3456789]86-*-sco3.2v5*)
671aa708
NN
3279 # The linker does not yet know about weak symbols in COFF,
3280 # and is not configured to handle mixed ELF and COFF.
cb253473 3281 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
671aa708 3282 ;;
f2a0e225 3283 i[3456789]86-*-sco*)
cb253473 3284 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708 3285 ;;
f2a0e225 3286 i[3456789]86-*-solaris2*)
671aa708
NN
3287 noconfigdirs="$noconfigdirs target-libgloss"
3288 ;;
f2a0e225 3289 i[3456789]86-*-sysv4*)
cb253473 3290 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708 3291 ;;
f2a0e225 3292 i[3456789]86-*-beos*)
cb253473 3293 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3aa83176 3294 ;;
d1f8db0c
PB
3295 i[3456789]86-*-rdos*)
3296 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3297 ;;
fb87ad5d 3298 m32r-*-*)
cb253473 3299 noconfigdirs="$noconfigdirs ${libgcj}"
fb87ad5d 3300 ;;
671aa708 3301 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
cb253473 3302 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
c03353e2 3303 libgloss_dir=m68hc11
671aa708
NN
3304 ;;
3305 m68k-*-elf*)
cb253473 3306 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3307 ;;
3308 m68k-*-coff*)
cb253473 3309 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708 3310 ;;
c03353e2
RIL
3311 m68*-*-* | fido-*-*)
3312 libgloss_dir=m68k
3313 ;;
671aa708
NN
3314 mcore-*-pe*)
3315 # The EPOC C++ environment does not support exceptions or rtti,
3316 # and so building libstdc++-v3 tends not to always work.
3317 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3318 ;;
3319 mmix-*-*)
4fab7234 3320 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
7f26dfa3 3321 unsupported_languages="$unsupported_languages fortran java"
671aa708
NN
3322 ;;
3323 mn10200-*-*)
cb253473 3324 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3325 ;;
3326 mn10300-*-*)
cb253473 3327 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708 3328 ;;
ab34901f 3329 mt-*-*)
79dd769c
AH
3330 noconfigdirs="$noconfigdirs sim"
3331 ;;
671aa708
NN
3332 powerpc-*-aix*)
3333 # copied from rs6000-*-* entry
a891a473 3334 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
671aa708
NN
3335 ;;
3336 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
3337 target_configdirs="$target_configdirs target-winsup"
cb253473 3338 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
671aa708
NN
3339 # always build newlib.
3340 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3341 ;;
3342 # This is temporary until we can link against shared libraries
3343 powerpcle-*-solaris*)
cb253473 3344 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
c03353e2 3345 libgloss_dir=rs6000
671aa708
NN
3346 ;;
3347 powerpc-*-beos*)
cb253473 3348 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
671aa708 3349 ;;
671aa708 3350 powerpc-*-eabi)
cb253473 3351 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3352 libgloss_dir=rs6000
ee6a22df
L
3353 ;;
3354 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
c03353e2 3355 libgloss_dir=rs6000
671aa708 3356 ;;
671aa708 3357 rs6000-*-lynxos*)
cb253473 3358 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
671aa708
NN
3359 ;;
3360 rs6000-*-aix*)
a891a473 3361 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
671aa708
NN
3362 ;;
3363 rs6000-*-*)
cb253473 3364 noconfigdirs="$noconfigdirs gprof ${libgcj}"
671aa708
NN
3365 ;;
3366 m68k-apollo-*)
cb253473 3367 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
671aa708 3368 ;;
ca9fe997
ME
3369 microblaze*)
3370 noconfigdirs="$noconfigdirs gprof ${libgcj}"
3371 ;;
d9dced13
RS
3372 mips*-sde-elf*)
3373 skipdirs="$skipdirs target-libiberty"
3374 noconfigdirs="$noconfigdirs ${libgcj}"
3375 if test x$with_newlib = xyes; then
3376 noconfigdirs="$noconfigdirs gprof"
3377 fi
3378 libgloss_dir=mips
3379 ;;
671aa708 3380 mips*-*-irix5*)
cb253473 3381 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708
NN
3382 ;;
3383 mips*-*-irix6*)
671aa708
NN
3384 # Linking libjava exceeds command-line length limits on at least
3385 # IRIX 6.2, but not on IRIX 6.5.
3386 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3387 # <oldham@codesourcery.com>
cb253473 3388 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708 3389 ;;
671aa708 3390 mips*-*-bsd*)
cb253473 3391 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708 3392 ;;
671aa708
NN
3393 mips*-*-linux*)
3394 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3395 ;;
3396 mips*-*-*)
cb253473 3397 noconfigdirs="$noconfigdirs gprof ${libgcj}"
c03353e2 3398 libgloss_dir=mips
671aa708
NN
3399 ;;
3400 romp-*-*)
cb253473 3401 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
671aa708 3402 ;;
669f01d8 3403 sh-*-* | sh64-*-*)
671aa708 3404 case "${host}" in
f2a0e225
KC
3405 i[3456789]86-*-vsta) ;; # don't add gprof back in
3406 i[3456789]86-*-go32*) ;; # don't add gprof back in
3407 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
671aa708
NN
3408 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3409 esac
ea2002ba
CB
3410 case "${target}" in
3411 sh*-*-elf)
3412 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3413 *)
3414 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3415 esac
671aa708 3416 ;;
c03353e2
RIL
3417 sparclet-*-aout* | sparc86x-*-*)
3418 libgloss_dir=sparc
3419 ;;
671aa708 3420 sparc-*-elf*)
cb253473 3421 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3422 ;;
3423 sparc64-*-elf*)
cb253473 3424 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3425 libgloss_dir=sparc
671aa708
NN
3426 ;;
3427 sparclite-*-*)
cb253473 3428 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3429 libgloss_dir=sparc
671aa708
NN
3430 ;;
3431 sparc-*-sunos4*)
cb253473 3432 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3433 if test x${is_cross_compiler} != xno ; then
3434 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3435 else
3436 use_gnu_ld=no
3437 fi
3438 ;;
bba5e0ca 3439 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
cb253473 3440 noconfigdirs="$noconfigdirs ${libgcj}"
bba5e0ca 3441 ;;
671aa708
NN
3442 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3443 ;;
3444 v810-*-*)
cb253473 3445 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
671aa708
NN
3446 ;;
3447 v850-*-*)
cb253473 3448 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708
NN
3449 ;;
3450 v850e-*-*)
cb253473 3451 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708
NN
3452 ;;
3453 v850ea-*-*)
cb253473 3454 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708
NN
3455 ;;
3456 vax-*-vms)
cb253473 3457 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
671aa708
NN
3458 ;;
3459 vax-*-*)
cb253473 3460 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
671aa708 3461 ;;
aa12a573 3462 xtensa*-*-*)
cb253473 3463 noconfigdirs="$noconfigdirs ${libgcj}"
0d4f1b4e 3464 ;;
671aa708 3465 ip2k-*-*)
cb253473 3466 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
671aa708 3467 ;;
416ac4d4 3468 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
671aa708
NN
3469 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3470 ;;
3471 *-*-lynxos*)
cb253473 3472 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1c710c3c 3473 ;;
671aa708 3474 *-*-*)
cb253473 3475 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3476 ;;
3477esac
79c06341 3478
671aa708
NN
3479# If we aren't building newlib, then don't build libgloss, since libgloss
3480# depends upon some newlib header files.
3481case "${noconfigdirs}" in
3482 *target-libgloss*) ;;
3483 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3484esac
3485
671aa708
NN
3486# Work in distributions that contain no compiler tools, like Autoconf.
3487tentative_cc=""
3488host_makefile_frag=/dev/null
3489if test -d ${srcdir}/config ; then
3490case "${host}" in
3491 m68k-hp-hpux*)
3492 # Avoid "too much defining" errors from HPUX compiler.
3493 tentative_cc="cc -Wp,-H256000"
3494 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
3495 # If it's HP/UX ar, this should be harmless.
3496 RANLIB="ar ts"
3497 ;;
3498 m68k-apollo-sysv*)
3499 tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
3500 ;;
3501 m68k-apollo-bsd*)
3502 #None of the Apollo compilers can compile gas or binutils. The preprocessor
3503 # chokes on bfd, the compiler won't let you assign integers to enums, and
3504 # other problems. Defining CC to gcc is a questionable way to say "don't use
3505 # the apollo compiler" (the preferred version of GCC could be called cc,
3506 # or whatever), but I'm not sure leaving CC as cc is any better...
3507 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
3508 # Used to have BISON=yacc.
3509 tentative_cc=gcc
3510 ;;
3511 m88k-dg-dgux*)
3512 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
671aa708
NN
3513 ;;
3514 m88k-harris-cxux*)
3515 # Under CX/UX, we want to tell the compiler to use ANSI mode.
3516 tentative_cc="cc -Xa"
3517 host_makefile_frag="config/mh-cxux"
3518 ;;
3519 m88k-motorola-sysv*)
3520 ;;
3521 mips*-dec-ultrix*)
3522 tentative_cc="cc -Wf,-XNg1000"
3523 host_makefile_frag="config/mh-decstation"
3524 ;;
3525 mips*-nec-sysv4*)
3526 # The C compiler on NEC MIPS SVR4 needs bigger tables.
3527 tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
3528 host_makefile_frag="config/mh-necv4"
3529 ;;
3530 mips*-sgi-irix4*)
3531 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
3532 # environment. Also bump switch table size so that cp-parse will
3533 # compile. Bump string length limit so linker builds.
3534 tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
3535 ;;
3536 mips*-*-sysv4*)
3537 host_makefile_frag="config/mh-sysv4"
3538 ;;
3539 mips*-*-sysv*)
3540 # This is for a MIPS running RISC/os 4.52C.
3541
3542 # This is needed for GDB, but needs to be in the top-level make because
3543 # if a library is compiled with the bsd headers and gets linked with the
3544 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
3545 # a different size).
3546 # ptrace(2) apparently has problems in the BSD environment. No workaround is
3547 # known except to select the sysv environment. Could we use /proc instead?
3548 # These "sysv environments" and "bsd environments" often end up being a pain.
3549 #
3550 # This is not part of CFLAGS because perhaps not all C compilers have this
3551 # option.
3552 tentative_cc="cc -systype sysv"
3553 ;;
3554 i370-ibm-opened*)
3555 tentative_cc="c89"
3556 ;;
f2a0e225 3557 i[3456789]86-*-sysv5*)
671aa708
NN
3558 host_makefile_frag="config/mh-sysv5"
3559 ;;
f2a0e225 3560 i[3456789]86-*-dgux*)
671aa708
NN
3561 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
3562 host_makefile_frag="config/mh-dgux386"
3563 ;;
f2a0e225 3564 i[3456789]86-ncr-sysv4.3*)
671aa708
NN
3565 # The MetaWare compiler will generate a copyright message unless you
3566 # turn it off by adding the -Hnocopyr flag.
3567 tentative_cc="cc -Hnocopyr"
3568 ;;
f2a0e225 3569 i[3456789]86-ncr-sysv4*)
671aa708
NN
3570 # for an NCR 3000 (i486/SVR4) system.
3571 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
3572 # This compiler not only emits obnoxious copyright messages every time
3573 # you run it, but it chokes and dies on a whole bunch of GNU source
3574 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
3575 tentative_cc="/usr/ccs/ATT/cc"
3576 host_makefile_frag="config/mh-ncr3000"
3577 ;;
f2a0e225 3578 i[3456789]86-*-sco3.2v5*)
671aa708 3579 ;;
f2a0e225 3580 i[3456789]86-*-sco*)
671aa708
NN
3581 # The native C compiler botches some simple uses of const. Unfortunately,
3582 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
3583 tentative_cc="cc -Dconst="
3584 host_makefile_frag="config/mh-sco"
3585 ;;
f2a0e225 3586 i[3456789]86-*-udk*)
671aa708
NN
3587 host_makefile_frag="config/mh-sysv5"
3588 ;;
f2a0e225 3589 i[3456789]86-*-solaris2*)
671aa708
NN
3590 host_makefile_frag="config/mh-sysv4"
3591 ;;
f2a0e225 3592 i[3456789]86-*-msdosdjgpp*)
671aa708
NN
3593 host_makefile_frag="config/mh-djgpp"
3594 ;;
3595 *-cygwin*)
2a79c47f 3596
5213506e
RW
3597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3598$as_echo_n "checking to see if cat works as expected... " >&6; }
2a79c47f
NC
3599echo a >cygwin-cat-check
3600if test `cat cygwin-cat-check` == a ; then
3601 rm cygwin-cat-check
5213506e
RW
3602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3603$as_echo "yes" >&6; }
2a79c47f
NC
3604else
3605 rm cygwin-cat-check
5213506e
RW
3606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3607$as_echo "no" >&6; }
3608 as_fn_error "The cat command does not ignore carriage return characters.
2a79c47f
NC
3609 Please either mount the build directory in binary mode or run the following
3610 commands before running any configure script:
3611set -o igncr
3612export SHELLOPTS
5213506e 3613 " "$LINENO" 5
2a79c47f
NC
3614fi
3615
671aa708
NN
3616 host_makefile_frag="config/mh-cygwin"
3617 ;;
c53a18d3 3618 *-mingw*)
1f5a6b84 3619 host_makefile_frag="config/mh-mingw"
95af8923 3620 ;;
671aa708
NN
3621 *-interix*)
3622 host_makefile_frag="config/mh-interix"
3623 ;;
3624 vax-*-ultrix2*)
3625 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
3626 tentative_cc=gcc
3627 ;;
3628 *-*-solaris2*)
3629 host_makefile_frag="config/mh-solaris"
3630 ;;
3631 m68k-sun-sunos*)
3632 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
3633 # without overflowing the jump tables (-J says to use a 32 bit table)
3634 tentative_cc="cc -J"
3635 ;;
efd41714 3636 hppa*-hp-hpux10*)
671aa708 3637 tentative_cc="cc -Wp,-H256000"
efd41714 3638 host_makefile_frag="config/mh-pa-hpux10"
671aa708 3639 ;;
efd41714
PB
3640 hppa*-hp-hpux* | hppa*-*-hiux*)
3641 tentative_cc="cc -Wp,-H256000"
3642 host_makefile_frag="config/mh-pa"
3643 ;;
3644 hppa*-*)
3645 host_makefile_frag="config/mh-pa"
3646 ;;
3647 *-hp-hpux* | *-*-hiux*)
671aa708
NN
3648 tentative_cc="cc -Wp,-H256000"
3649 ;;
3650 rs6000-*-lynxos*)
3651 # /bin/cc is less than useful for our purposes. Always use GCC
3652 tentative_cc="/usr/cygnus/progressive/bin/gcc"
3653 host_makefile_frag="config/mh-lynxrs6k"
3654 ;;
45f366ab 3655 powerpc-*-darwin*)
be8fff81
RB
3656 host_makefile_frag="config/mh-ppc-darwin"
3657 ;;
d19bca38
PB
3658 powerpc-*-aix*)
3659 host_makefile_frag="config/mh-ppc-aix"
3660 ;;
3661 rs6000-*-aix*)
3662 host_makefile_frag="config/mh-ppc-aix"
3663 ;;
671aa708
NN
3664 *-*-lynxos*)
3665 # /bin/cc is less than useful for our purposes. Always use GCC
3666 tentative_cc="/bin/gcc"
3667 ;;
3668 *-*-sysv4*)
3669 host_makefile_frag="config/mh-sysv4"
3670 ;;
95c53c62
RS
3671 # This is placed last to prevent interfering with the cases above.
3672 i[3456789]86-*-*)
3673 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
3674 host_makefile_frag="config/mh-x86omitfp"
3675 ;;
671aa708
NN
3676esac
3677fi
3678
55ffb5ed
NN
3679# If we aren't going to be using gcc, see if we can extract a definition
3680# of CC from the fragment.
3681# Actually, use the 'pre-extracted' version above.
3682if test -z "${CC}" && test "${build}" = "${host}" ; then
3683 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
3684 found=
3685 for dir in $PATH; do
3686 test -z "$dir" && dir=.
3687 if test -f $dir/gcc; then
3688 found=yes
3689 break
3690 fi
3691 done
3692 IFS="$save_ifs"
3693 if test -z "${found}" && test -n "${tentative_cc}" ; then
3694 CC=$tentative_cc
3695 fi
3696fi
3697
3698if test "${build}" != "${host}" ; then
0999159b
PB
3699 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3700 AS_FOR_BUILD=${AS_FOR_BUILD-as}
55ffb5ed 3701 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
0999159b
PB
3702 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3703 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3704 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3705 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3706 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3707 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3708 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3709 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3710 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3711else
3712 AR_FOR_BUILD="\$(AR)"
3713 AS_FOR_BUILD="\$(AS)"
fb0103e5 3714 CC_FOR_BUILD="\$(CC)"
0999159b
PB
3715 CXX_FOR_BUILD="\$(CXX)"
3716 GCJ_FOR_BUILD="\$(GCJ)"
3717 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3718 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3719 LD_FOR_BUILD="\$(LD)"
3720 NM_FOR_BUILD="\$(NM)"
3721 RANLIB_FOR_BUILD="\$(RANLIB)"
3722 WINDRES_FOR_BUILD="\$(WINDRES)"
3723 WINDMC_FOR_BUILD="\$(WINDMC)"
c3a86da9
DJ
3724fi
3725
3726ac_ext=c
1c710c3c
DJ
3727ac_cpp='$CPP $CPPFLAGS'
3728ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3729ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3730ac_compiler_gnu=$ac_cv_c_compiler_gnu
3731if test -n "$ac_tool_prefix"; then
3732 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3733set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
3734{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3735$as_echo_n "checking for $ac_word... " >&6; }
3736if test "${ac_cv_prog_CC+set}" = set; then :
3737 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3738else
3739 if test -n "$CC"; then
3740 ac_cv_prog_CC="$CC" # Let the user override the test.
3741else
3742as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3743for as_dir in $PATH
3744do
3745 IFS=$as_save_IFS
3746 test -z "$as_dir" && as_dir=.
5213506e
RW
3747 for ac_exec_ext in '' $ac_executable_extensions; do
3748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3749 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 3750 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3751 break 2
3752 fi
3753done
5213506e
RW
3754 done
3755IFS=$as_save_IFS
1c710c3c
DJ
3756
3757fi
3758fi
3759CC=$ac_cv_prog_CC
3760if test -n "$CC"; then
5213506e
RW
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3762$as_echo "$CC" >&6; }
1c710c3c 3763else
5213506e
RW
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3765$as_echo "no" >&6; }
1c710c3c
DJ
3766fi
3767
5213506e 3768
1c710c3c
DJ
3769fi
3770if test -z "$ac_cv_prog_CC"; then
3771 ac_ct_CC=$CC
fb0103e5
RG
3772 # Extract the first word of "gcc", so it can be a program name with args.
3773set dummy gcc; ac_word=$2
5213506e
RW
3774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3775$as_echo_n "checking for $ac_word... " >&6; }
3776if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3777 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3778else
3779 if test -n "$ac_ct_CC"; then
3780 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3781else
3782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3783for as_dir in $PATH
3784do
3785 IFS=$as_save_IFS
3786 test -z "$as_dir" && as_dir=.
5213506e
RW
3787 for ac_exec_ext in '' $ac_executable_extensions; do
3788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3789 ac_cv_prog_ac_ct_CC="gcc"
5213506e 3790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3791 break 2
3792 fi
3793done
5213506e
RW
3794 done
3795IFS=$as_save_IFS
1c710c3c
DJ
3796
3797fi
3798fi
3799ac_ct_CC=$ac_cv_prog_ac_ct_CC
3800if test -n "$ac_ct_CC"; then
5213506e
RW
3801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3802$as_echo "$ac_ct_CC" >&6; }
1c710c3c 3803else
5213506e
RW
3804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3805$as_echo "no" >&6; }
1c710c3c
DJ
3806fi
3807
5213506e
RW
3808 if test "x$ac_ct_CC" = x; then
3809 CC=""
3810 else
3811 case $cross_compiling:$ac_tool_warned in
3812yes:)
3813{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3814$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3815ac_tool_warned=yes ;;
3816esac
3817 CC=$ac_ct_CC
3818 fi
1c710c3c
DJ
3819else
3820 CC="$ac_cv_prog_CC"
3821fi
3822
3823if test -z "$CC"; then
5213506e
RW
3824 if test -n "$ac_tool_prefix"; then
3825 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1c710c3c 3826set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
3827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3828$as_echo_n "checking for $ac_word... " >&6; }
3829if test "${ac_cv_prog_CC+set}" = set; then :
3830 $as_echo_n "(cached) " >&6
55ffb5ed
NN
3831else
3832 if test -n "$CC"; then
3833 ac_cv_prog_CC="$CC" # Let the user override the test.
3834else
1c710c3c
DJ
3835as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3836for as_dir in $PATH
3837do
3838 IFS=$as_save_IFS
3839 test -z "$as_dir" && as_dir=.
5213506e
RW
3840 for ac_exec_ext in '' $ac_executable_extensions; do
3841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3842 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 3843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3844 break 2
3845 fi
3846done
5213506e
RW
3847 done
3848IFS=$as_save_IFS
1c710c3c 3849
0b0dc272 3850fi
0b0dc272 3851fi
1c710c3c 3852CC=$ac_cv_prog_CC
af71363e 3853if test -n "$CC"; then
5213506e
RW
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3855$as_echo "$CC" >&6; }
2aeb72e9 3856else
5213506e
RW
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3858$as_echo "no" >&6; }
2aeb72e9
DD
3859fi
3860
2aeb72e9 3861
5213506e 3862 fi
1c710c3c 3863fi
55ffb5ed
NN
3864if test -z "$CC"; then
3865 # Extract the first word of "cc", so it can be a program name with args.
3866set dummy cc; ac_word=$2
5213506e
RW
3867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3868$as_echo_n "checking for $ac_word... " >&6; }
3869if test "${ac_cv_prog_CC+set}" = set; then :
3870 $as_echo_n "(cached) " >&6
55ffb5ed
NN
3871else
3872 if test -n "$CC"; then
3873 ac_cv_prog_CC="$CC" # Let the user override the test.
3874else
0b0dc272 3875 ac_prog_rejected=no
1c710c3c
DJ
3876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3877for as_dir in $PATH
3878do
3879 IFS=$as_save_IFS
3880 test -z "$as_dir" && as_dir=.
5213506e
RW
3881 for ac_exec_ext in '' $ac_executable_extensions; do
3882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c
DJ
3883 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3884 ac_prog_rejected=yes
3885 continue
3886 fi
3887 ac_cv_prog_CC="cc"
5213506e 3888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3889 break 2
3890 fi
3891done
5213506e
RW
3892 done
3893IFS=$as_save_IFS
1c710c3c 3894
55ffb5ed
NN
3895if test $ac_prog_rejected = yes; then
3896 # We found a bogon in the path, so make sure we never use it.
3897 set dummy $ac_cv_prog_CC
3898 shift
1c710c3c 3899 if test $# != 0; then
55ffb5ed
NN
3900 # We chose a different compiler from the bogus one.
3901 # However, it has the same basename, so the bogon will be chosen
3902 # first if we set CC to just the basename; use the full file name.
3903 shift
1c710c3c 3904 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
55ffb5ed
NN
3905 fi
3906fi
3907fi
3908fi
1c710c3c 3909CC=$ac_cv_prog_CC
55ffb5ed 3910if test -n "$CC"; then
5213506e
RW
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3912$as_echo "$CC" >&6; }
55ffb5ed 3913else
5213506e
RW
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3915$as_echo "no" >&6; }
55ffb5ed
NN
3916fi
3917
5213506e 3918
1c710c3c
DJ
3919fi
3920if test -z "$CC"; then
3921 if test -n "$ac_tool_prefix"; then
5213506e 3922 for ac_prog in cl.exe
1c710c3c
DJ
3923 do
3924 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3925set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
3926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3927$as_echo_n "checking for $ac_word... " >&6; }
3928if test "${ac_cv_prog_CC+set}" = set; then :
3929 $as_echo_n "(cached) " >&6
55ffb5ed
NN
3930else
3931 if test -n "$CC"; then
3932 ac_cv_prog_CC="$CC" # Let the user override the test.
3933else
1c710c3c
DJ
3934as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3935for as_dir in $PATH
3936do
3937 IFS=$as_save_IFS
3938 test -z "$as_dir" && as_dir=.
5213506e
RW
3939 for ac_exec_ext in '' $ac_executable_extensions; do
3940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3941 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 3942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3943 break 2
3944 fi
3945done
5213506e
RW
3946 done
3947IFS=$as_save_IFS
1c710c3c 3948
55ffb5ed
NN
3949fi
3950fi
1c710c3c 3951CC=$ac_cv_prog_CC
55ffb5ed 3952if test -n "$CC"; then
5213506e
RW
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3954$as_echo "$CC" >&6; }
a4b9e93e 3955else
5213506e
RW
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3957$as_echo "no" >&6; }
fb0103e5 3958fi
af71363e 3959
5213506e 3960
1c710c3c
DJ
3961 test -n "$CC" && break
3962 done
af71363e 3963fi
1c710c3c
DJ
3964if test -z "$CC"; then
3965 ac_ct_CC=$CC
5213506e 3966 for ac_prog in cl.exe
1c710c3c
DJ
3967do
3968 # Extract the first word of "$ac_prog", so it can be a program name with args.
3969set dummy $ac_prog; ac_word=$2
5213506e
RW
3970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3971$as_echo_n "checking for $ac_word... " >&6; }
3972if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3973 $as_echo_n "(cached) " >&6
0b0dc272 3974else
1c710c3c
DJ
3975 if test -n "$ac_ct_CC"; then
3976 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
0b0dc272 3977else
1c710c3c
DJ
3978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3979for as_dir in $PATH
3980do
3981 IFS=$as_save_IFS
3982 test -z "$as_dir" && as_dir=.
5213506e
RW
3983 for ac_exec_ext in '' $ac_executable_extensions; do
3984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3985 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 3986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3987 break 2
3988 fi
3989done
5213506e
RW
3990 done
3991IFS=$as_save_IFS
1c710c3c 3992
af71363e
AS
3993fi
3994fi
1c710c3c
DJ
3995ac_ct_CC=$ac_cv_prog_ac_ct_CC
3996if test -n "$ac_ct_CC"; then
5213506e
RW
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3998$as_echo "$ac_ct_CC" >&6; }
fb0103e5 3999else
5213506e
RW
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4001$as_echo "no" >&6; }
af71363e 4002fi
0b0dc272 4003
5213506e 4004
1c710c3c
DJ
4005 test -n "$ac_ct_CC" && break
4006done
4007
5213506e
RW
4008 if test "x$ac_ct_CC" = x; then
4009 CC=""
4010 else
4011 case $cross_compiling:$ac_tool_warned in
4012yes:)
4013{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4014$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4015ac_tool_warned=yes ;;
4016esac
4017 CC=$ac_ct_CC
4018 fi
1c710c3c
DJ
4019fi
4020
4021fi
4022
4023
5213506e
RW
4024test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4025$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4026as_fn_error "no acceptable C compiler found in \$PATH
4027See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4028
4029# Provide some information about the compiler.
5213506e
RW
4030$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4031set X $ac_compile
4032ac_compiler=$2
4033for ac_option in --version -v -V -qversion; do
4034 { { ac_try="$ac_compiler $ac_option >&5"
4035case "(($ac_try" in
4036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4037 *) ac_try_echo=$ac_try;;
4038esac
4039eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4040$as_echo "$ac_try_echo"; } >&5
4041 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1c710c3c 4042 ac_status=$?
5213506e
RW
4043 if test -s conftest.err; then
4044 sed '10a\
4045... rest of stderr output deleted ...
4046 10q' conftest.err >conftest.er1
4047 cat conftest.er1 >&5
4048 rm -f conftest.er1 conftest.err
4049 fi
4050 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4051 test $ac_status = 0; }
4052done
1c710c3c 4053
5213506e 4054cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4055/* end confdefs.h. */
4056
4057int
4058main ()
4059{
4060
4061 ;
4062 return 0;
4063}
4064_ACEOF
4065ac_clean_files_save=$ac_clean_files
5213506e 4066ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
1c710c3c
DJ
4067# Try to create an executable without -o first, disregard a.out.
4068# It will help us diagnose broken compilers, and finding out an intuition
4069# of exeext.
5213506e
RW
4070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4071$as_echo_n "checking for C compiler default output file name... " >&6; }
4072ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4073
4074# The possible output files:
4075ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4076
4077ac_rmfiles=
4078for ac_file in $ac_files
4079do
4080 case $ac_file in
4081 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4082 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4083 esac
4084done
4085rm -f $ac_rmfiles
4086
4087if { { ac_try="$ac_link_default"
4088case "(($ac_try" in
4089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4090 *) ac_try_echo=$ac_try;;
4091esac
4092eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4093$as_echo "$ac_try_echo"; } >&5
4094 (eval "$ac_link_default") 2>&5
1c710c3c 4095 ac_status=$?
5213506e
RW
4096 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4097 test $ac_status = 0; }; then :
4098 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4099# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4100# in a Makefile. We should not override ac_cv_exeext if it was cached,
4101# so that the user can short-circuit this test for compilers unknown to
4102# Autoconf.
4103for ac_file in $ac_files ''
1c710c3c
DJ
4104do
4105 test -f "$ac_file" || continue
4106 case $ac_file in
5213506e 4107 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
1c710c3c
DJ
4108 ;;
4109 [ab].out )
4110 # We found the default executable, but exeext='' is most
4111 # certainly right.
4112 break;;
4113 *.* )
5213506e
RW
4114 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4115 then :; else
4116 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4117 fi
4118 # We set ac_cv_exeext here because the later test for it is not
4119 # safe: cross compilers may not add the suffix if given an `-o'
4120 # argument, so we may need to know it at that point already.
4121 # Even if this section looks crufty: it has the advantage of
4122 # actually working.
1c710c3c
DJ
4123 break;;
4124 * )
4125 break;;
4126 esac
4127done
5213506e
RW
4128test "$ac_cv_exeext" = no && ac_cv_exeext=
4129
1c710c3c 4130else
5213506e
RW
4131 ac_file=''
4132fi
4133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4134$as_echo "$ac_file" >&6; }
4135if test -z "$ac_file"; then :
4136 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4137sed 's/^/| /' conftest.$ac_ext >&5
4138
5213506e
RW
4139{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4140$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4141{ as_fn_set_status 77
4142as_fn_error "C compiler cannot create executables
4143See \`config.log' for more details." "$LINENO" 5; }; }
1c710c3c 4144fi
1c710c3c 4145ac_exeext=$ac_cv_exeext
1c710c3c 4146
5213506e 4147# Check that the compiler produces executables we can run. If not, either
1c710c3c 4148# the compiler is broken, or we cross compile.
5213506e
RW
4149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4150$as_echo_n "checking whether the C compiler works... " >&6; }
1c710c3c
DJ
4151# If not cross compiling, check that we can run a simple program.
4152if test "$cross_compiling" != yes; then
4153 if { ac_try='./$ac_file'
5213506e
RW
4154 { { case "(($ac_try" in
4155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4156 *) ac_try_echo=$ac_try;;
4157esac
4158eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4159$as_echo "$ac_try_echo"; } >&5
4160 (eval "$ac_try") 2>&5
1c710c3c 4161 ac_status=$?
5213506e
RW
4162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4163 test $ac_status = 0; }; }; then
1c710c3c
DJ
4164 cross_compiling=no
4165 else
4166 if test "$cross_compiling" = maybe; then
4167 cross_compiling=yes
4168 else
5213506e
RW
4169 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4170$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4171as_fn_error "cannot run C compiled programs.
1c710c3c 4172If you meant to cross compile, use \`--host'.
5213506e 4173See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4174 fi
4175 fi
4176fi
5213506e
RW
4177{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4178$as_echo "yes" >&6; }
1c710c3c 4179
5213506e 4180rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
1c710c3c 4181ac_clean_files=$ac_clean_files_save
5213506e 4182# Check that the compiler produces executables we can run. If not, either
1c710c3c 4183# the compiler is broken, or we cross compile.
5213506e
RW
4184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4185$as_echo_n "checking whether we are cross compiling... " >&6; }
4186{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4187$as_echo "$cross_compiling" >&6; }
4188
4189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4190$as_echo_n "checking for suffix of executables... " >&6; }
4191if { { ac_try="$ac_link"
4192case "(($ac_try" in
4193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4194 *) ac_try_echo=$ac_try;;
4195esac
4196eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4197$as_echo "$ac_try_echo"; } >&5
4198 (eval "$ac_link") 2>&5
1c710c3c 4199 ac_status=$?
5213506e
RW
4200 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4201 test $ac_status = 0; }; then :
1c710c3c
DJ
4202 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4203# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4204# work properly (i.e., refer to `conftest.exe'), while it won't with
4205# `rm'.
4206for ac_file in conftest.exe conftest conftest.*; do
4207 test -f "$ac_file" || continue
4208 case $ac_file in
5213506e 4209 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1c710c3c 4210 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1c710c3c
DJ
4211 break;;
4212 * ) break;;
4213 esac
4214done
af71363e 4215else
5213506e
RW
4216 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4217$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4218as_fn_error "cannot compute suffix of executables: cannot compile and link
4219See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4220fi
1c710c3c 4221rm -f conftest$ac_cv_exeext
5213506e
RW
4222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4223$as_echo "$ac_cv_exeext" >&6; }
1c710c3c
DJ
4224
4225rm -f conftest.$ac_ext
4226EXEEXT=$ac_cv_exeext
4227ac_exeext=$EXEEXT
5213506e
RW
4228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4229$as_echo_n "checking for suffix of object files... " >&6; }
4230if test "${ac_cv_objext+set}" = set; then :
4231 $as_echo_n "(cached) " >&6
1c710c3c 4232else
5213506e 4233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4234/* end confdefs.h. */
4235
4236int
4237main ()
4238{
4239
4240 ;
4241 return 0;
4242}
4243_ACEOF
4244rm -f conftest.o conftest.obj
5213506e
RW
4245if { { ac_try="$ac_compile"
4246case "(($ac_try" in
4247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4248 *) ac_try_echo=$ac_try;;
4249esac
4250eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4251$as_echo "$ac_try_echo"; } >&5
4252 (eval "$ac_compile") 2>&5
1c710c3c 4253 ac_status=$?
5213506e
RW
4254 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4255 test $ac_status = 0; }; then :
4256 for ac_file in conftest.o conftest.obj conftest.*; do
4257 test -f "$ac_file" || continue;
1c710c3c 4258 case $ac_file in
5213506e 4259 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
1c710c3c
DJ
4260 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4261 break;;
4262 esac
4263done
4264else
5213506e 4265 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4266sed 's/^/| /' conftest.$ac_ext >&5
4267
5213506e
RW
4268{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4269$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4270as_fn_error "cannot compute suffix of object files: cannot compile
4271See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4272fi
1c710c3c
DJ
4273rm -f conftest.$ac_cv_objext conftest.$ac_ext
4274fi
5213506e
RW
4275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4276$as_echo "$ac_cv_objext" >&6; }
1c710c3c
DJ
4277OBJEXT=$ac_cv_objext
4278ac_objext=$OBJEXT
5213506e
RW
4279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4280$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4281if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4282 $as_echo_n "(cached) " >&6
1c710c3c 4283else
5213506e 4284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4285/* end confdefs.h. */
4286
4287int
4288main ()
4289{
4290#ifndef __GNUC__
4291 choke me
4292#endif
4293
4294 ;
4295 return 0;
4296}
4297_ACEOF
5213506e 4298if ac_fn_c_try_compile "$LINENO"; then :
1c710c3c
DJ
4299 ac_compiler_gnu=yes
4300else
5213506e 4301 ac_compiler_gnu=no
1c710c3c 4302fi
5213506e 4303rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c
DJ
4304ac_cv_c_compiler_gnu=$ac_compiler_gnu
4305
4306fi
5213506e
RW
4307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4308$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4309if test $ac_compiler_gnu = yes; then
4310 GCC=yes
4311else
4312 GCC=
4313fi
1c710c3c
DJ
4314ac_test_CFLAGS=${CFLAGS+set}
4315ac_save_CFLAGS=$CFLAGS
5213506e
RW
4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4317$as_echo_n "checking whether $CC accepts -g... " >&6; }
4318if test "${ac_cv_prog_cc_g+set}" = set; then :
4319 $as_echo_n "(cached) " >&6
4320else
4321 ac_save_c_werror_flag=$ac_c_werror_flag
4322 ac_c_werror_flag=yes
4323 ac_cv_prog_cc_g=no
4324 CFLAGS="-g"
4325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4326/* end confdefs.h. */
4327
4328int
4329main ()
4330{
4331
4332 ;
4333 return 0;
4334}
4335_ACEOF
5213506e 4336if ac_fn_c_try_compile "$LINENO"; then :
55ffb5ed
NN
4337 ac_cv_prog_cc_g=yes
4338else
5213506e
RW
4339 CFLAGS=""
4340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4341/* end confdefs.h. */
4342
4343int
4344main ()
4345{
4346
4347 ;
4348 return 0;
4349}
4350_ACEOF
4351if ac_fn_c_try_compile "$LINENO"; then :
4352
4353else
4354 ac_c_werror_flag=$ac_save_c_werror_flag
4355 CFLAGS="-g"
4356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4357/* end confdefs.h. */
af71363e 4358
5213506e
RW
4359int
4360main ()
4361{
4362
4363 ;
4364 return 0;
4365}
4366_ACEOF
4367if ac_fn_c_try_compile "$LINENO"; then :
4368 ac_cv_prog_cc_g=yes
4369fi
4370rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b0dc272 4371fi
5213506e 4372rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 4373fi
5213506e
RW
4374rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4375 ac_c_werror_flag=$ac_save_c_werror_flag
4376fi
4377{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4378$as_echo "$ac_cv_prog_cc_g" >&6; }
55ffb5ed 4379if test "$ac_test_CFLAGS" = set; then
1c710c3c 4380 CFLAGS=$ac_save_CFLAGS
55ffb5ed
NN
4381elif test $ac_cv_prog_cc_g = yes; then
4382 if test "$GCC" = yes; then
4383 CFLAGS="-g -O2"
4384 else
4385 CFLAGS="-g"
4386 fi
4387else
4388 if test "$GCC" = yes; then
4389 CFLAGS="-O2"
4390 else
4391 CFLAGS=
4392 fi
4393fi
5213506e
RW
4394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4395$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4396if test "${ac_cv_prog_cc_c89+set}" = set; then :
4397 $as_echo_n "(cached) " >&6
1c710c3c 4398else
5213506e 4399 ac_cv_prog_cc_c89=no
1c710c3c 4400ac_save_CC=$CC
5213506e 4401cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4402/* end confdefs.h. */
4403#include <stdarg.h>
4404#include <stdio.h>
4405#include <sys/types.h>
4406#include <sys/stat.h>
4407/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4408struct buf { int x; };
4409FILE * (*rcsopen) (struct buf *, struct stat *, int);
4410static char *e (p, i)
4411 char **p;
4412 int i;
4413{
4414 return p[i];
4415}
4416static char *f (char * (*g) (char **, int), char **p, ...)
4417{
4418 char *s;
4419 va_list v;
4420 va_start (v,p);
4421 s = g (p, va_arg (v,int));
4422 va_end (v);
4423 return s;
4424}
4425
4426/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4427 function prototypes and stuff, but not '\xHH' hex character constants.
4428 These don't provoke an error unfortunately, instead are silently treated
5213506e 4429 as 'x'. The following induces an error, until -std is added to get
1c710c3c
DJ
4430 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4431 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 4432 that's true only with -std. */
1c710c3c
DJ
4433int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4434
5213506e
RW
4435/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4436 inside strings and character constants. */
4437#define FOO(x) 'x'
4438int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4439
1c710c3c
DJ
4440int test (int i, double x);
4441struct s1 {int (*f) (int a);};
4442struct s2 {int (*f) (double a);};
4443int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4444int argc;
4445char **argv;
4446int
4447main ()
4448{
4449return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4450 ;
4451 return 0;
4452}
4453_ACEOF
5213506e
RW
4454for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4455 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1c710c3c
DJ
4456do
4457 CC="$ac_save_CC $ac_arg"
5213506e
RW
4458 if ac_fn_c_try_compile "$LINENO"; then :
4459 ac_cv_prog_cc_c89=$ac_arg
1c710c3c 4460fi
5213506e
RW
4461rm -f core conftest.err conftest.$ac_objext
4462 test "x$ac_cv_prog_cc_c89" != "xno" && break
1c710c3c 4463done
5213506e 4464rm -f conftest.$ac_ext
1c710c3c
DJ
4465CC=$ac_save_CC
4466
4467fi
5213506e
RW
4468# AC_CACHE_VAL
4469case "x$ac_cv_prog_cc_c89" in
4470 x)
4471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4472$as_echo "none needed" >&6; } ;;
4473 xno)
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4475$as_echo "unsupported" >&6; } ;;
1c710c3c 4476 *)
5213506e
RW
4477 CC="$CC $ac_cv_prog_cc_c89"
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4479$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1c710c3c 4480esac
5213506e 4481if test "x$ac_cv_prog_cc_c89" != xno; then :
1c710c3c 4482
2aeb72e9
DD
4483fi
4484
2aeb72e9
DD
4485ac_ext=c
4486ac_cpp='$CPP $CPPFLAGS'
4487ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4488ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4489ac_compiler_gnu=$ac_cv_c_compiler_gnu
4490
5213506e 4491ac_ext=cpp
2aeb72e9
DD
4492ac_cpp='$CXXCPP $CPPFLAGS'
4493ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4494ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4495ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5213506e
RW
4496if test -z "$CXX"; then
4497 if test -n "$CCC"; then
4498 CXX=$CCC
4499 else
4500 if test -n "$ac_tool_prefix"; then
4501 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2aeb72e9
DD
4502 do
4503 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4504set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4506$as_echo_n "checking for $ac_word... " >&6; }
4507if test "${ac_cv_prog_CXX+set}" = set; then :
4508 $as_echo_n "(cached) " >&6
2aeb72e9
DD
4509else
4510 if test -n "$CXX"; then
4511 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4512else
4513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4514for as_dir in $PATH
4515do
4516 IFS=$as_save_IFS
4517 test -z "$as_dir" && as_dir=.
5213506e
RW
4518 for ac_exec_ext in '' $ac_executable_extensions; do
4519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2aeb72e9 4520 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5213506e 4521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2aeb72e9
DD
4522 break 2
4523 fi
4524done
5213506e
RW
4525 done
4526IFS=$as_save_IFS
55ffb5ed 4527
c3a86da9
DJ
4528fi
4529fi
4530CXX=$ac_cv_prog_CXX
4531if test -n "$CXX"; then
5213506e
RW
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4533$as_echo "$CXX" >&6; }
c3a86da9 4534else
5213506e
RW
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4536$as_echo "no" >&6; }
c3a86da9
DJ
4537fi
4538
5213506e 4539
c3a86da9
DJ
4540 test -n "$CXX" && break
4541 done
4542fi
4543if test -z "$CXX"; then
4544 ac_ct_CXX=$CXX
5213506e 4545 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
c3a86da9
DJ
4546do
4547 # Extract the first word of "$ac_prog", so it can be a program name with args.
4548set dummy $ac_prog; ac_word=$2
5213506e
RW
4549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4550$as_echo_n "checking for $ac_word... " >&6; }
4551if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4552 $as_echo_n "(cached) " >&6
c3a86da9
DJ
4553else
4554 if test -n "$ac_ct_CXX"; then
4555 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4556else
4557as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4558for as_dir in $PATH
4559do
4560 IFS=$as_save_IFS
4561 test -z "$as_dir" && as_dir=.
5213506e
RW
4562 for ac_exec_ext in '' $ac_executable_extensions; do
4563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c3a86da9 4564 ac_cv_prog_ac_ct_CXX="$ac_prog"
5213506e 4565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c3a86da9
DJ
4566 break 2
4567 fi
4568done
5213506e
RW
4569 done
4570IFS=$as_save_IFS
c3a86da9
DJ
4571
4572fi
4573fi
4574ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4575if test -n "$ac_ct_CXX"; then
5213506e
RW
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4577$as_echo "$ac_ct_CXX" >&6; }
c3a86da9 4578else
5213506e
RW
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4580$as_echo "no" >&6; }
c3a86da9
DJ
4581fi
4582
5213506e 4583
c3a86da9
DJ
4584 test -n "$ac_ct_CXX" && break
4585done
c3a86da9 4586
5213506e
RW
4587 if test "x$ac_ct_CXX" = x; then
4588 CXX="g++"
4589 else
4590 case $cross_compiling:$ac_tool_warned in
4591yes:)
4592{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4593$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4594ac_tool_warned=yes ;;
4595esac
4596 CXX=$ac_ct_CXX
4597 fi
c3a86da9
DJ
4598fi
4599
5213506e
RW
4600 fi
4601fi
c3a86da9 4602# Provide some information about the compiler.
5213506e
RW
4603$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4604set X $ac_compile
4605ac_compiler=$2
4606for ac_option in --version -v -V -qversion; do
4607 { { ac_try="$ac_compiler $ac_option >&5"
4608case "(($ac_try" in
4609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4610 *) ac_try_echo=$ac_try;;
4611esac
4612eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4613$as_echo "$ac_try_echo"; } >&5
4614 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c3a86da9 4615 ac_status=$?
5213506e
RW
4616 if test -s conftest.err; then
4617 sed '10a\
4618... rest of stderr output deleted ...
4619 10q' conftest.err >conftest.er1
4620 cat conftest.er1 >&5
4621 rm -f conftest.er1 conftest.err
4622 fi
4623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4624 test $ac_status = 0; }
4625done
c3a86da9 4626
5213506e
RW
4627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4628$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4629if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4630 $as_echo_n "(cached) " >&6
c3a86da9 4631else
5213506e 4632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4633/* end confdefs.h. */
4634
4635int
4636main ()
4637{
4638#ifndef __GNUC__
4639 choke me
4640#endif
4641
4642 ;
4643 return 0;
4644}
4645_ACEOF
5213506e 4646if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4647 ac_compiler_gnu=yes
4648else
5213506e 4649 ac_compiler_gnu=no
c3a86da9 4650fi
5213506e 4651rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c3a86da9
DJ
4652ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4653
4654fi
5213506e
RW
4655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4656$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4657if test $ac_compiler_gnu = yes; then
4658 GXX=yes
4659else
4660 GXX=
4661fi
c3a86da9
DJ
4662ac_test_CXXFLAGS=${CXXFLAGS+set}
4663ac_save_CXXFLAGS=$CXXFLAGS
5213506e
RW
4664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4665$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4666if test "${ac_cv_prog_cxx_g+set}" = set; then :
4667 $as_echo_n "(cached) " >&6
4668else
4669 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4670 ac_cxx_werror_flag=yes
4671 ac_cv_prog_cxx_g=no
4672 CXXFLAGS="-g"
4673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4674/* end confdefs.h. */
4675
4676int
4677main ()
4678{
4679
4680 ;
4681 return 0;
4682}
4683_ACEOF
5213506e 4684if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4685 ac_cv_prog_cxx_g=yes
4686else
5213506e
RW
4687 CXXFLAGS=""
4688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4689/* end confdefs.h. */
5213506e 4690
c3a86da9
DJ
4691int
4692main ()
4693{
5213506e 4694
c3a86da9
DJ
4695 ;
4696 return 0;
4697}
4698_ACEOF
5213506e 4699if ac_fn_cxx_try_compile "$LINENO"; then :
23f6b2f9 4700
5213506e
RW
4701else
4702 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4703 CXXFLAGS="-g"
4704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4705/* end confdefs.h. */
5213506e 4706
c3a86da9
DJ
4707int
4708main ()
4709{
5213506e 4710
c3a86da9
DJ
4711 ;
4712 return 0;
4713}
4714_ACEOF
5213506e
RW
4715if ac_fn_cxx_try_compile "$LINENO"; then :
4716 ac_cv_prog_cxx_g=yes
11a67599 4717fi
5213506e
RW
4718rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4719fi
4720rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4721fi
4722rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4723 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4724fi
4725{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4726$as_echo "$ac_cv_prog_cxx_g" >&6; }
4727if test "$ac_test_CXXFLAGS" = set; then
4728 CXXFLAGS=$ac_save_CXXFLAGS
4729elif test $ac_cv_prog_cxx_g = yes; then
4730 if test "$GXX" = yes; then
4731 CXXFLAGS="-g -O2"
4732 else
4733 CXXFLAGS="-g"
4734 fi
4735else
4736 if test "$GXX" = yes; then
4737 CXXFLAGS="-O2"
4738 else
4739 CXXFLAGS=
4740 fi
c3a86da9 4741fi
c3a86da9
DJ
4742ac_ext=c
4743ac_cpp='$CPP $CPPFLAGS'
4744ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4745ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4746ac_compiler_gnu=$ac_cv_c_compiler_gnu
4747
4748
4749# We must set the default linker to the linker used by gcc for the correct
4750# operation of libtool. If LD is not defined and we are using gcc, try to
4751# set the LD default to the ld used by gcc.
4752if test -z "$LD"; then
4753 if test "$GCC" = yes; then
4754 case $build in
4755 *-*-mingw*)
4756 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4757 *)
4758 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4759 esac
4760 case $gcc_prog_ld in
4761 # Accept absolute paths.
4762 [\\/]* | [A-Za-z]:[\\/]*)
4763 LD="$gcc_prog_ld" ;;
4764 esac
4765 fi
23f6b2f9
PB
4766fi
4767
23f6b2f9
PB
4768
4769
55ffb5ed 4770
1c710c3c
DJ
4771if test -n "$ac_tool_prefix"; then
4772 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
55ffb5ed 4773set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5213506e
RW
4774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4775$as_echo_n "checking for $ac_word... " >&6; }
4776if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4777 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4778else
4779 if test -n "$GNATBIND"; then
4780 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4781else
1c710c3c
DJ
4782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4783for as_dir in $PATH
4784do
4785 IFS=$as_save_IFS
4786 test -z "$as_dir" && as_dir=.
5213506e
RW
4787 for ac_exec_ext in '' $ac_executable_extensions; do
4788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4789 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5213506e 4790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4791 break 2
4792 fi
4793done
5213506e
RW
4794 done
4795IFS=$as_save_IFS
1c710c3c 4796
55ffb5ed
NN
4797fi
4798fi
1c710c3c 4799GNATBIND=$ac_cv_prog_GNATBIND
55ffb5ed 4800if test -n "$GNATBIND"; then
5213506e
RW
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4802$as_echo "$GNATBIND" >&6; }
55ffb5ed 4803else
5213506e
RW
4804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4805$as_echo "no" >&6; }
55ffb5ed
NN
4806fi
4807
5213506e 4808
1c710c3c 4809fi
55ffb5ed 4810if test -z "$ac_cv_prog_GNATBIND"; then
1c710c3c 4811 ac_ct_GNATBIND=$GNATBIND
55ffb5ed
NN
4812 # Extract the first word of "gnatbind", so it can be a program name with args.
4813set dummy gnatbind; ac_word=$2
5213506e
RW
4814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4815$as_echo_n "checking for $ac_word... " >&6; }
4816if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4817 $as_echo_n "(cached) " >&6
55ffb5ed 4818else
1c710c3c
DJ
4819 if test -n "$ac_ct_GNATBIND"; then
4820 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
55ffb5ed 4821else
1c710c3c
DJ
4822as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4823for as_dir in $PATH
4824do
4825 IFS=$as_save_IFS
4826 test -z "$as_dir" && as_dir=.
5213506e
RW
4827 for ac_exec_ext in '' $ac_executable_extensions; do
4828 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4829 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5213506e 4830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4831 break 2
4832 fi
4833done
5213506e
RW
4834 done
4835IFS=$as_save_IFS
1c710c3c 4836
55ffb5ed
NN
4837fi
4838fi
1c710c3c
DJ
4839ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4840if test -n "$ac_ct_GNATBIND"; then
5213506e
RW
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4842$as_echo "$ac_ct_GNATBIND" >&6; }
55ffb5ed 4843else
5213506e
RW
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4845$as_echo "no" >&6; }
55ffb5ed
NN
4846fi
4847
5213506e
RW
4848 if test "x$ac_ct_GNATBIND" = x; then
4849 GNATBIND="no"
4850 else
4851 case $cross_compiling:$ac_tool_warned in
4852yes:)
4853{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4854$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4855ac_tool_warned=yes ;;
4856esac
4857 GNATBIND=$ac_ct_GNATBIND
4858 fi
55ffb5ed 4859else
1c710c3c 4860 GNATBIND="$ac_cv_prog_GNATBIND"
55ffb5ed
NN
4861fi
4862
1c710c3c
DJ
4863if test -n "$ac_tool_prefix"; then
4864 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5305be7e 4865set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5213506e
RW
4866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4867$as_echo_n "checking for $ac_word... " >&6; }
4868if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4869 $as_echo_n "(cached) " >&6
5305be7e
RG
4870else
4871 if test -n "$GNATMAKE"; then
4872 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
4873else
1c710c3c
DJ
4874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4875for as_dir in $PATH
4876do
4877 IFS=$as_save_IFS
4878 test -z "$as_dir" && as_dir=.
5213506e
RW
4879 for ac_exec_ext in '' $ac_executable_extensions; do
4880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4881 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5213506e 4882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4883 break 2
4884 fi
4885done
5213506e
RW
4886 done
4887IFS=$as_save_IFS
1c710c3c 4888
5305be7e
RG
4889fi
4890fi
1c710c3c 4891GNATMAKE=$ac_cv_prog_GNATMAKE
5305be7e 4892if test -n "$GNATMAKE"; then
5213506e
RW
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4894$as_echo "$GNATMAKE" >&6; }
5305be7e 4895else
5213506e
RW
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4897$as_echo "no" >&6; }
5305be7e
RG
4898fi
4899
5213506e 4900
1c710c3c 4901fi
5305be7e 4902if test -z "$ac_cv_prog_GNATMAKE"; then
1c710c3c 4903 ac_ct_GNATMAKE=$GNATMAKE
5305be7e
RG
4904 # Extract the first word of "gnatmake", so it can be a program name with args.
4905set dummy gnatmake; ac_word=$2
5213506e
RW
4906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4907$as_echo_n "checking for $ac_word... " >&6; }
4908if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4909 $as_echo_n "(cached) " >&6
5305be7e 4910else
1c710c3c
DJ
4911 if test -n "$ac_ct_GNATMAKE"; then
4912 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5305be7e 4913else
1c710c3c
DJ
4914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4915for as_dir in $PATH
4916do
4917 IFS=$as_save_IFS
4918 test -z "$as_dir" && as_dir=.
5213506e
RW
4919 for ac_exec_ext in '' $ac_executable_extensions; do
4920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4921 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5213506e 4922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4923 break 2
4924 fi
4925done
5213506e
RW
4926 done
4927IFS=$as_save_IFS
1c710c3c 4928
5305be7e
RG
4929fi
4930fi
1c710c3c
DJ
4931ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4932if test -n "$ac_ct_GNATMAKE"; then
5213506e
RW
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4934$as_echo "$ac_ct_GNATMAKE" >&6; }
5305be7e 4935else
5213506e
RW
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4937$as_echo "no" >&6; }
5305be7e
RG
4938fi
4939
5213506e
RW
4940 if test "x$ac_ct_GNATMAKE" = x; then
4941 GNATMAKE="no"
4942 else
4943 case $cross_compiling:$ac_tool_warned in
4944yes:)
4945{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4946$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4947ac_tool_warned=yes ;;
4948esac
4949 GNATMAKE=$ac_ct_GNATMAKE
4950 fi
5305be7e 4951else
1c710c3c 4952 GNATMAKE="$ac_cv_prog_GNATMAKE"
5305be7e
RG
4953fi
4954
5213506e
RW
4955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4956$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4957if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4958 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4959else
4960 cat >conftest.adb <<EOF
4961procedure conftest is begin null; end conftest;
4962EOF
4963acx_cv_cc_gcc_supports_ada=no
4964# There is a bug in old released versions of GCC which causes the
4965# driver to exit successfully when the appropriate language module
4966# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4967# Therefore we must check for the error message as well as an
4968# unsuccessful exit.
1db673ca
RO
4969# Other compilers, like HP Tru64 UNIX cc, exit successfully when
4970# given a .adb file, but produce no object file. So we must check
4971# if an object file was really produced to guard against this.
55ffb5ed 4972errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
1db673ca 4973if test x"$errors" = x && test -f conftest.$ac_objext; then
55ffb5ed 4974 acx_cv_cc_gcc_supports_ada=yes
55ffb5ed
NN
4975fi
4976rm -f conftest.*
4977fi
5213506e
RW
4978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4979$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
55ffb5ed 4980
5305be7e 4981if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
55ffb5ed
NN
4982 have_gnat=yes
4983else
4984 have_gnat=no
4985fi
4986
5213506e
RW
4987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
4988$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
4989if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
4990 $as_echo_n "(cached) " >&6
a76494aa
PB
4991else
4992 echo abfoo >t1
4993 echo cdfoo >t2
4994 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
6cf1ac42
PB
4995 if cmp t1 t2 2 2 > /dev/null 2>&1; then
4996 if cmp t1 t2 1 1 > /dev/null 2>&1; then
4997 :
4998 else
4999 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5000 fi
5001 fi
a76494aa
PB
5002 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5003 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
6cf1ac42 5004 :
a76494aa
PB
5005 else
5006 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5007 fi
5008 fi
5009 rm t1 t2
5010
5011fi
5213506e
RW
5012{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5013$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
a76494aa
PB
5014do_compare="$gcc_cv_prog_cmp_skip"
5015
5016
55ffb5ed 5017
00020c16 5018# See if we are building gcc with C++.
5213506e
RW
5019# Check whether --enable-build-with-cxx was given.
5020if test "${enable_build_with_cxx+set}" = set; then :
5021 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
00020c16
ILT
5022else
5023 ENABLE_BUILD_WITH_CXX=no
5213506e
RW
5024fi
5025
00020c16 5026
acd26225 5027# Check for GMP, MPFR and MPC
e69bf64b 5028gmplibs="-lmpfr -lgmp"
6de9cd9a 5029gmpinc=
e69bf64b 5030have_gmp=no
5f4a82c0 5031mpclibs=-lmpc
acd26225
KG
5032mpcinc=
5033have_mpc=no
5034
5035# Specify a location for mpc
5036# check for this first so it ends up on the link line before mpfr.
5037
5213506e
RW
5038# Check whether --with-mpc was given.
5039if test "${with_mpc+set}" = set; then :
5040 withval=$with_mpc;
5041fi
acd26225 5042
acd26225 5043
5213506e
RW
5044# Check whether --with-mpc_include was given.
5045if test "${with_mpc_include+set}" = set; then :
5046 withval=$with_mpc_include;
5047fi
acd26225 5048
acd26225 5049
5213506e
RW
5050# Check whether --with-mpc_lib was given.
5051if test "${with_mpc_lib+set}" = set; then :
5052 withval=$with_mpc_lib;
5053fi
acd26225 5054
acd26225
KG
5055
5056if test "x$with_mpc" != x; then
5057 mpclibs="-L$with_mpc/lib -lmpc"
5058 mpcinc="-I$with_mpc/include $mpcinc"
5059fi
5060if test "x$with_mpc_include" != x; then
5061 mpcinc="-I$with_mpc_include $mpcinc"
5062fi
5063if test "x$with_mpc_lib" != x; then
5064 mpclibs="-L$with_mpc_lib -lmpc"
5065fi
5066if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5067 mpclibs='-L$$r/$(HOST_SUBDIR)/mpc/src/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/_libs -lmpc'
5068 mpcinc='-I$$s/mpc/src '"$mpcinc"
5069 # Do not test the mpc version. Assume that it is sufficient, since
5070 # it is in the source tree, and the library has not been built yet
5071 # but it would be included on the link line in the version check below
5072 # hence making the test fail.
5073 have_mpc=yes
5074fi
e69bf64b 5075
bebf829d
PB
5076# Specify a location for mpfr
5077# check for this first so it ends up on the link line before gmp.
1c710c3c 5078
5213506e
RW
5079# Check whether --with-mpfr-dir was given.
5080if test "${with_mpfr_dir+set}" = set; then :
5081 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5082Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5083fi
5084
bebf829d
PB
5085
5086
5213506e
RW
5087# Check whether --with-mpfr was given.
5088if test "${with_mpfr+set}" = set; then :
5089 withval=$with_mpfr;
5090fi
1c710c3c 5091
bebf829d 5092
5213506e
RW
5093# Check whether --with-mpfr_include was given.
5094if test "${with_mpfr_include+set}" = set; then :
5095 withval=$with_mpfr_include;
5096fi
1c710c3c 5097
8a877c9c 5098
5213506e
RW
5099# Check whether --with-mpfr_lib was given.
5100if test "${with_mpfr_lib+set}" = set; then :
5101 withval=$with_mpfr_lib;
5102fi
8a877c9c 5103
bebf829d
PB
5104
5105if test "x$with_mpfr" != x; then
5106 gmplibs="-L$with_mpfr/lib $gmplibs"
5107 gmpinc="-I$with_mpfr/include"
5108fi
8a877c9c
KG
5109if test "x$with_mpfr_include" != x; then
5110 gmpinc="-I$with_mpfr_include"
5111fi
5112if test "x$with_mpfr_lib" != x; then
5113 gmplibs="-L$with_mpfr_lib $gmplibs"
5114fi
e69bf64b
PB
5115if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5116 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
5117 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
acd26225 5118 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr'
e69bf64b
PB
5119 # Do not test the mpfr version. Assume that it is sufficient, since
5120 # it is in the source tree, and the library has not been built yet
5121 # but it would be included on the link line in the version check below
5122 # hence making the test fail.
5123 have_gmp=yes
5124fi
bebf829d 5125
6de9cd9a 5126# Specify a location for gmp
1c710c3c 5127
5213506e
RW
5128# Check whether --with-gmp-dir was given.
5129if test "${with_gmp_dir+set}" = set; then :
5130 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5131Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5132fi
5133
6de9cd9a 5134
6de9cd9a 5135
5213506e
RW
5136# Check whether --with-gmp was given.
5137if test "${with_gmp+set}" = set; then :
5138 withval=$with_gmp;
5139fi
1c710c3c 5140
6de9cd9a 5141
5213506e
RW
5142# Check whether --with-gmp_include was given.
5143if test "${with_gmp_include+set}" = set; then :
5144 withval=$with_gmp_include;
5145fi
1c710c3c 5146
8a877c9c 5147
5213506e
RW
5148# Check whether --with-gmp_lib was given.
5149if test "${with_gmp_lib+set}" = set; then :
5150 withval=$with_gmp_lib;
5151fi
8a877c9c
KG
5152
5153
6de9cd9a 5154
bebf829d
PB
5155if test "x$with_gmp" != x; then
5156 gmplibs="-L$with_gmp/lib $gmplibs"
5157 gmpinc="-I$with_gmp/include $gmpinc"
6de9cd9a 5158fi
8a877c9c
KG
5159if test "x$with_gmp_include" != x; then
5160 gmpinc="-I$with_gmp_include $gmpinc"
5161fi
5162if test "x$with_gmp_lib" != x; then
5163 gmplibs="-L$with_gmp_lib $gmplibs"
5164fi
e69bf64b
PB
5165if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5166 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
5167 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
9e3eba15 5168 extra_mpfr_configure_flags='--with-gmp-build=$$r/$(HOST_SUBDIR)/gmp'
acd26225 5169 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp'
e69bf64b
PB
5170 # Do not test the gmp version. Assume that it is sufficient, since
5171 # it is in the source tree, and the library has not been built yet
5172 # but it would be included on the link line in the version check below
5173 # hence making the test fail.
5174 have_gmp=yes
5175fi
6de9cd9a 5176
d943d7c4 5177if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
e69bf64b
PB
5178 have_gmp=yes
5179 saved_CFLAGS="$CFLAGS"
5180 CFLAGS="$CFLAGS $gmpinc"
5181 # Check GMP actually works
5213506e
RW
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for correct version of gmp.h" >&5
5183$as_echo_n "checking for correct version of gmp.h... " >&6; }
1c710c3c 5184
5213506e 5185cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5186/* end confdefs.h. */
6de9cd9a 5187#include "gmp.h"
1c710c3c
DJ
5188int
5189main ()
5190{
6de9cd9a 5191
a3337ea2 5192 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 2)
e69bf64b
PB
5193 choke me
5194 #endif
1c710c3c
DJ
5195
5196 ;
5197 return 0;
5198}
5199_ACEOF
5213506e
RW
5200if ac_fn_c_try_compile "$LINENO"; then :
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5202$as_echo "yes" >&6; }
1c710c3c 5203else
5213506e
RW
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5205$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5206fi
5213506e 5207rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a 5208
acd26225 5209 # If we have GMP, check the MPFR version.
e69bf64b 5210 if test x"$have_gmp" = xyes; then
5213506e
RW
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for correct version of mpfr.h" >&5
5212$as_echo_n "checking for correct version of mpfr.h... " >&6; }
5213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5214/* end confdefs.h. */
70ec446f 5215#include <gmp.h>
e69bf64b 5216 #include <mpfr.h>
1c710c3c
DJ
5217int
5218main ()
5219{
e48d66a9 5220
a3337ea2 5221 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
e69bf64b
PB
5222 choke me
5223 #endif
1c710c3c
DJ
5224
5225 ;
5226 return 0;
5227}
5228_ACEOF
5213506e
RW
5229if ac_fn_c_try_compile "$LINENO"; then :
5230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5231/* end confdefs.h. */
a3993f33 5232#include <gmp.h>
e69bf64b 5233 #include <mpfr.h>
1c710c3c
DJ
5234int
5235main ()
5236{
a3993f33 5237
36c713e0 5238 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,2)
e69bf64b
PB
5239 choke me
5240 #endif
acd26225
KG
5241
5242 ;
5243 return 0;
5244}
5245_ACEOF
5213506e
RW
5246if ac_fn_c_try_compile "$LINENO"; then :
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5248$as_echo "yes" >&6; }
acd26225 5249else
5213506e
RW
5250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5251$as_echo "buggy but acceptable" >&6; }
acd26225 5252fi
5213506e 5253rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5254else
5213506e
RW
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5256$as_echo "no" >&6; }; have_gmp=no
acd26225 5257fi
5213506e 5258rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5259 fi
5260
5261 # Check for the MPC header version.
5262 if test x"$have_mpc" != xyes ; then
5263 CFLAGS="$CFLAGS $mpcinc"
5213506e
RW
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5265$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5267/* end confdefs.h. */
5268#include <mpc.h>
5269int
5270main ()
5271{
5272
5273 #if MPC_VERSION < MPC_VERSION_NUM (0,6,0)
5274 choke me
5275 #endif
5276
5277 ;
5278 return 0;
5279}
5280_ACEOF
5213506e
RW
5281if ac_fn_c_try_compile "$LINENO"; then :
5282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5283$as_echo "yes" >&6; }; have_mpc=maybe
acd26225 5284else
5213506e
RW
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5286$as_echo "no" >&6; }; have_mpc=no; mpclibs= ; mpcinc=
acd26225 5287fi
5213506e 5288rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5289 fi
5290
5291 # Now check the MPFR library.
5292 if test x"$have_gmp" = xyes; then
5293 saved_LIBS="$LIBS"
5294 LIBS="$LIBS $gmplibs"
5213506e
RW
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr libraries" >&5
5296$as_echo_n "checking for the correct version of the gmp/mpfr libraries... " >&6; }
5297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5298/* end confdefs.h. */
5299#include <gmp.h>
5300 #include <mpfr.h>
5301int
5302main ()
5303{
5304
5305 mpfr_t n;
5306 mpfr_t x;
5307 int t;
5308 mpfr_init (n);
5309 mpfr_init (x);
5310 mpfr_atan2 (n, n, x, GMP_RNDN);
5311 mpfr_erfc (n, x, GMP_RNDN);
5312 mpfr_subnormalize (x, t, GMP_RNDN);
1c710c3c
DJ
5313
5314 ;
5315 return 0;
5316}
5317_ACEOF
5213506e
RW
5318if ac_fn_c_try_link "$LINENO"; then :
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5320$as_echo "yes" >&6; }
1c710c3c 5321else
5213506e
RW
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5323$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5324fi
5213506e
RW
5325rm -f core conftest.err conftest.$ac_objext \
5326 conftest$ac_exeext conftest.$ac_ext
acd26225
KG
5327 LIBS="$saved_LIBS"
5328 fi
5329
5330 if test x"$have_mpc" = xmaybe; then
5331 saved_LIBS="$LIBS"
5332 LIBS="$LIBS $mpclibs $gmplibs"
5213506e
RW
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the mpc library" >&5
5334$as_echo_n "checking for the correct version of the mpc library... " >&6; }
5335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5336/* end confdefs.h. */
5337#include <mpc.h>
5338int
5339main ()
5340{
5341
5342 mpc_t n;
5343 mpc_init2 (n, 53);
5344 mpc_set_ui_ui (n, 1, 1, MPC_RNDNN);
5345 mpc_sin (n, n, MPC_RNDNN);
5346 mpc_cos (n, n, MPC_RNDNN);
5347 mpc_tan (n, n, MPC_RNDNN);
5348 mpc_sinh (n, n, MPC_RNDNN);
5349 mpc_cosh (n, n, MPC_RNDNN);
5350 mpc_tanh (n, n, MPC_RNDNN);
5351 mpc_exp (n, n, MPC_RNDNN);
5352 mpc_log (n, n, MPC_RNDNN);
5353 mpc_sqrt (n, n, MPC_RNDNN);
5354 mpc_proj (n, n, MPC_RNDNN);
5355 mpc_neg (n, n, MPC_RNDNN);
5356 mpc_sqr (n, n, MPC_RNDNN);
5357 mpc_clear (n);
5358
5359 ;
5360 return 0;
5361}
5362_ACEOF
5213506e
RW
5363if ac_fn_c_try_link "$LINENO"; then :
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5365$as_echo "yes" >&6; }; have_mpc=yes
1c710c3c 5366else
5213506e
RW
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5368$as_echo "no" >&6; }; have_mpc=no; mpclibs= ; mpcinc=
1c710c3c 5369fi
5213506e
RW
5370rm -f core conftest.err conftest.$ac_objext \
5371 conftest$ac_exeext conftest.$ac_ext
acd26225 5372 LIBS="$saved_LIBS"
e69bf64b 5373 fi
acd26225 5374
e69bf64b 5375 CFLAGS="$saved_CFLAGS"
6de9cd9a 5376
e69bf64b 5377 if test x$have_gmp != xyes; then
5213506e 5378 as_fn_error "Building GCC requires GMP 4.2+ and MPFR 2.3.2+.
ca558912
KG
5379Try the --with-gmp and/or --with-mpfr options to specify their locations.
5380Copies of these libraries' source code can be found at their respective
5381hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
dbee1fb3
KG
5382See also http://gcc.gnu.org/install/prerequisites.html for additional info.
5383If you obtained GMP and/or MPFR from a vendor distribution package, make
5384sure that you have installed both the libraries and the header files.
5213506e 5385They may be located in separate packages." "$LINENO" 5
e69bf64b 5386 fi
70ec446f
KG
5387fi
5388
5f4a82c0
KG
5389if test x$have_mpc != xyes ; then
5390 mpcinc=
5391 mpclibs=
5392fi
5393
acd26225
KG
5394gmpinc="$mpcinc $gmpinc"
5395gmplibs="$mpclibs $gmplibs"
5396
5397# Flags needed for both GMP, MPFR and/or MPC.
5398
5399
6de9cd9a
DN
5400
5401
5402
9e3eba15 5403
f38095f3
JM
5404# Allow host libstdc++ to be specified for static linking with PPL.
5405
5213506e
RW
5406# Check whether --with-host-libstdcxx was given.
5407if test "${with_host_libstdcxx+set}" = set; then :
5408 withval=$with_host_libstdcxx;
5409fi
f38095f3 5410
f38095f3
JM
5411
5412case $with_host_libstdcxx in
5413 no|yes)
5213506e 5414 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
f38095f3
JM
5415 ;;
5416esac
f8bf9252 5417
00020c16
ILT
5418# Linker flags to use for stage1 or when not boostrapping.
5419
5213506e
RW
5420# Check whether --with-stage1-ldflags was given.
5421if test "${with_stage1_ldflags+set}" = set; then :
5422 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
00020c16
ILT
5423 stage1_ldflags=
5424 else
5425 stage1_ldflags=$withval
5426 fi
5427else
5428 stage1_ldflags=
5213506e
RW
5429fi
5430
00020c16
ILT
5431
5432
5433# Libraries to use for stage1 or when not bootstrapping.
5434
5213506e
RW
5435# Check whether --with-stage1-libs was given.
5436if test "${with_stage1_libs+set}" = set; then :
5437 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
00020c16
ILT
5438 stage1_libs=
5439 else
5440 stage1_libs=$withval
5441 fi
5442else
5443 stage1_libs=$with_host_libstdcxx
5213506e
RW
5444fi
5445
00020c16
ILT
5446
5447
5448# Linker flags to use for stage2 and later builds.
5449
5213506e
RW
5450# Check whether --with-boot-ldflags was given.
5451if test "${with_boot_ldflags+set}" = set; then :
5452 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
00020c16
ILT
5453 poststage1_ldflags=
5454 else
5455 poststage1_ldflags=$withval
5456 fi
5457else
5458 if test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
5459 poststage1_ldflags=-static-libstdc++
5460 else
5461 poststage1_ldflags=
5462 fi
5213506e
RW
5463fi
5464
00020c16
ILT
5465
5466
5467# Libraries to use for stage2 and later builds. This defaults to the
5468# argument passed to --with-host-libstdcxx.
5469
5213506e
RW
5470# Check whether --with-boot-libs was given.
5471if test "${with_boot_libs+set}" = set; then :
5472 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e90e6bd7
ILT
5473 poststage1_libs=
5474 else
5475 poststage1_libs=$withval
5476 fi
5477else
00020c16 5478 poststage1_libs=$with_host_libstdcxx
5213506e
RW
5479fi
5480
00020c16
ILT
5481
5482
f8bf9252
SP
5483# Check for PPL
5484ppl_major_version=0
5485ppl_minor_version=10
00020c16 5486ppllibs=" -lppl_c -lppl -lgmpxx"
f8bf9252
SP
5487pplinc=
5488
5489
5213506e
RW
5490# Check whether --with-ppl was given.
5491if test "${with_ppl+set}" = set; then :
5492 withval=$with_ppl;
0b70eafd
DK
5493else
5494 with_ppl=no
5213506e 5495fi
f8bf9252 5496
f8bf9252 5497
5213506e
RW
5498# Check whether --with-ppl_include was given.
5499if test "${with_ppl_include+set}" = set; then :
5500 withval=$with_ppl_include;
5501fi
5502
f8bf9252 5503
5213506e
RW
5504# Check whether --with-ppl_lib was given.
5505if test "${with_ppl_lib+set}" = set; then :
5506 withval=$with_ppl_lib;
5507fi
f8bf9252 5508
f8bf9252 5509
53095c56
SP
5510case $with_ppl in
5511 no)
5512 ppllibs=
5513 ;;
5514 *)
00020c16 5515 ppllibs="-L$with_ppl/lib -lppl_c -lppl -lgmpxx"
53095c56
SP
5516 pplinc="-I$with_ppl/include $pplinc"
5517 LIBS="$ppllibs $LIBS"
5518 ;;
5519esac
f8bf9252
SP
5520if test "x$with_ppl_include" != x; then
5521 pplinc="-I$with_ppl_include $pplinc"
5522fi
5523if test "x$with_ppl_lib" != x; then
00020c16 5524 ppllibs="-L$with_ppl_lib -lppl_c -lppl -lgmpxx"
f8bf9252
SP
5525 LIBS="$ppllibs $LIBS"
5526fi
5527if test "x$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
00020c16 5528 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/.libs -L$$r/$(HOST_SUBDIR)/ppl/_libs -lppl_c -lppl -lgmpxx '
f8bf9252
SP
5529 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/include -I$$s/ppl/include '
5530 LIBS="$ppllibs $LIBS"
5531fi
5532
5213506e
RW
5533# Check whether --enable-ppl-version-check was given.
5534if test "${enable_ppl_version_check+set}" = set; then :
5535 enableval=$enable_ppl_version_check; ENABLE_PPL_CHECK=$enableval
d789184e
SP
5536else
5537 ENABLE_PPL_CHECK=yes
5213506e
RW
5538fi
5539
f8bf9252 5540
d789184e
SP
5541if test "${ENABLE_PPL_CHECK}" = "yes"; then
5542 saved_CFLAGS="$CFLAGS"
5543 CFLAGS="$CFLAGS $pplinc $gmpinc"
5213506e
RW
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version $ppl_major_version.$ppl_minor_version of PPL" >&5
5545$as_echo_n "checking for version $ppl_major_version.$ppl_minor_version of PPL... " >&6; }
5546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f8bf9252
SP
5547/* end confdefs.h. */
5548#include "ppl_c.h"
5549int
5550main ()
5551{
5552
d789184e
SP
5553 #if PPL_VERSION_MAJOR != $ppl_major_version || PPL_VERSION_MINOR != $ppl_minor_version
5554 choke me
5555 #endif
f8bf9252
SP
5556
5557 ;
5558 return 0;
5559}
5560_ACEOF
5213506e
RW
5561if ac_fn_c_try_compile "$LINENO"; then :
5562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5563$as_echo "yes" >&6; }
f8bf9252 5564else
5213506e
RW
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5566$as_echo "no" >&6; }; ppllibs= ; pplinc=
f8bf9252 5567fi
5213506e 5568rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d789184e
SP
5569 CFLAGS="$saved_CFLAGS"
5570fi
5571
5572# Flags needed for PPL
5573
5574
f8bf9252 5575
f8bf9252 5576
d789184e 5577# Check for CLOOG
23d9794a 5578clooglibs=" -lcloog "
d789184e
SP
5579clooginc=" -DCLOOG_PPL_BACKEND "
5580
5581
5213506e
RW
5582# Check whether --with-cloog was given.
5583if test "${with_cloog+set}" = set; then :
5584 withval=$with_cloog;
0b70eafd
DK
5585else
5586 with_cloog=no
5213506e
RW
5587fi
5588
d789184e 5589
5213506e
RW
5590# Check whether --with-cloog_include was given.
5591if test "${with_cloog_include+set}" = set; then :
5592 withval=$with_cloog_include;
5593fi
d789184e 5594
d789184e 5595
5213506e
RW
5596# Check whether --with-cloog_lib was given.
5597if test "${with_cloog_lib+set}" = set; then :
5598 withval=$with_cloog_lib;
5599fi
d789184e 5600
d789184e 5601
53095c56
SP
5602case $with_cloog in
5603 no)
5604 clooglibs=
5605 clooginc=
5606 ;;
5607 *)
5608 clooglibs="-L$with_cloog/lib -lcloog"
5609 clooginc="-I$with_cloog/include -DCLOOG_PPL_BACKEND "
5610 LIBS="$clooglibs $LIBS"
5611 ;;
5612esac
d789184e
SP
5613if test "x$with_cloog_include" != x; then
5614 clooginc="-I$with_cloog_include -DCLOOG_PPL_BACKEND "
5615fi
5616if test "x$with_cloog_lib" != x; then
5617 clooglibs="-L$with_cloog_lib -lcloog"
5618 LIBS="$clooglibs $LIBS"
5619fi
5620if test "x$with_cloog$with_cloog_include$with_cloog_lib" = x && test -d ${srcdir}/cloog; then
5621 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/.libs -L$$r/$(HOST_SUBDIR)/cloog/_libs -lcloog '
5622 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -DCLOOG_PPL_BACKEND '
5623 LIBS="$clooglibs $LIBS"
5624fi
5625
5213506e
RW
5626# Check whether --enable-cloog-version-check was given.
5627if test "${enable_cloog_version_check+set}" = set; then :
5628 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
d789184e
SP
5629else
5630 ENABLE_CLOOG_CHECK=yes
5213506e
RW
5631fi
5632
d789184e
SP
5633
5634if test "${ENABLE_CLOOG_CHECK}" = "yes"; then
5635 saved_CFLAGS="$CFLAGS"
5636 CFLAGS="$CFLAGS $clooginc $gmpinc $pplinc"
5213506e
RW
5637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for correct version of CLooG" >&5
5638$as_echo_n "checking for correct version of CLooG... " >&6; }
5639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f8bf9252
SP
5640/* end confdefs.h. */
5641#include "cloog/cloog.h"
5642int
5643main ()
5644{
5645
d789184e
SP
5646 #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15
5647 choke me
5648 #endif
f8bf9252
SP
5649
5650 ;
5651 return 0;
5652}
5653_ACEOF
5213506e
RW
5654if ac_fn_c_try_compile "$LINENO"; then :
5655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5656$as_echo "yes" >&6; }
f8bf9252 5657else
5213506e
RW
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5659$as_echo "no" >&6; }; clooglibs= ; clooginc=
f8bf9252 5660fi
5213506e 5661rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d789184e
SP
5662 CFLAGS="$saved_CFLAGS"
5663fi
f8bf9252
SP
5664
5665# Flags needed for CLOOG
5666
5667
5668
5669
1e0f07d3 5670# By default, C is the only stage 1 language.
e1888513 5671stage1_languages=,c,
2805b53a 5672
00020c16
ILT
5673# Target libraries that we bootstrap.
5674bootstrap_target_libs=,target-libgcc,
5675
55ffb5ed
NN
5676# Figure out what language subdirectories are present.
5677# Look if the user specified --enable-languages="..."; if not, use
5678# the environment variable $LANGUAGES if defined. $LANGUAGES might
5679# go away some day.
5680# NB: embedded tabs in this IF block -- do not untabify
5681if test -d ${srcdir}/gcc; then
5682 if test x"${enable_languages+set}" != xset; then
5683 if test x"${LANGUAGES+set}" = xset; then
5684 enable_languages="${LANGUAGES}"
5685 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
5686 else
5687 enable_languages=all
5688 fi
5689 else
5690 if test x"${enable_languages}" = x ||
5691 test x"${enable_languages}" = xyes;
5692 then
5693 echo configure.in: --enable-languages needs at least one language argument 1>&2
5694 exit 1
5695 fi
5696 fi
5697 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
5698
7f26dfa3
FXC
5699 # 'f95' is the old name for the 'fortran' language. We issue a warning
5700 # and make the substitution.
5701 case ,${enable_languages}, in
5702 *,f95,*)
5703 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
5704 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
5705 ;;
5706 esac
5707
55ffb5ed
NN
5708 # First scan to see if an enabled language requires some other language.
5709 # We assume that a given config-lang.in will list all the language
5710 # front ends it requires, even if some are required indirectly.
5711 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
5712 case ${lang_frag} in
5713 ..) ;;
5714 # The odd quoting in the next line works around
5715 # an apparent bug in bash 1.12 on linux.
5716 ${srcdir}/gcc/[*]/config-lang.in) ;;
5717 *)
5718 # From the config-lang.in, get $language, $lang_requires
5719 language=
5720 lang_requires=
5721 . ${lang_frag}
5722 for other in ${lang_requires} ; do
5723 case ,${enable_languages}, in
5724 *,$other,*) ;;
5725 *,all,*) ;;
5726 *,$language,*)
5727 echo " \`$other' language required by \`$language'; enabling" 1>&2
5728 enable_languages="${enable_languages},${other}"
5729 ;;
5730 esac
5731 done
5732 ;;
5733 esac
5734 done
5735
e1888513 5736 new_enable_languages=,c,
55ffb5ed 5737 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
e1888513 5738 potential_languages=,c,
55ffb5ed
NN
5739
5740 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
5741 case ${lang_frag} in
5742 ..) ;;
5743 # The odd quoting in the next line works around
5744 # an apparent bug in bash 1.12 on linux.
5745 ${srcdir}/gcc/[*]/config-lang.in) ;;
5746 *)
1c710c3c 5747 # From the config-lang.in, get $language, $target_libs,
2805b53a 5748 # $lang_dirs, $boot_language, and $build_by_default
55ffb5ed
NN
5749 language=
5750 target_libs=
5751 lang_dirs=
1546bb64 5752 subdir_requires=
e1888513
PB
5753 boot_language=no
5754 build_by_default=yes
55ffb5ed 5755 . ${lang_frag}
e1888513
PB
5756 if test x${language} = x; then
5757 echo "${lang_frag} doesn't set \$language." 1>&2
5758 exit 1
5759 fi
5760
00020c16
ILT
5761 if test "$language" = "c++" -a "$ENABLE_BUILD_WITH_CXX" = "yes"; then
5762 boot_language=yes
5763 fi
5764
e1888513
PB
5765 case ,${enable_languages}, in
5766 *,${language},*)
55ffb5ed
NN
5767 # Language was explicitly selected; include it.
5768 add_this_lang=yes
5769 ;;
e1888513
PB
5770 *,all,*)
5771 # 'all' was selected, select it if it is a default language
5772 add_this_lang=${build_by_default}
55ffb5ed
NN
5773 ;;
5774 *)
5775 add_this_lang=no
5776 ;;
5777 esac
6de9cd9a 5778
1546bb64 5779 # Disable languages that need other directories if these aren't available.
95695ad3 5780 for i in $subdir_requires; do
b6348cb3 5781 test -f "$srcdir/gcc/$i/config-lang.in" && continue
1546bb64
PB
5782 case ,${enable_languages}, in
5783 *,${language},*)
5784 # Specifically requested language; tell them.
5213506e 5785 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
1546bb64
PB
5786 ;;
5787 *)
5788 # Silently disable.
e1888513 5789 add_this_lang=unsupported
1546bb64
PB
5790 ;;
5791 esac
5792 done
5793
e1888513
PB
5794 # Disable Ada if no preexisting GNAT is available.
5795 case ,${enable_languages},:${language}:${have_gnat} in
5796 *,${language},*:ada:no)
5797 # Specifically requested language; tell them.
5213506e 5798 as_fn_error "GNAT is required to build $language" "$LINENO" 5
e1888513
PB
5799 ;;
5800 *:ada:no)
5801 # Silently disable.
5802 add_this_lang=unsupported
5803 ;;
5804 esac
5805
4fab7234
HPN
5806 # Disable a language that is unsupported by the target.
5807 case " $unsupported_languages " in
5808 *" $language "*)
e1888513 5809 add_this_lang=unsupported
4fab7234
HPN
5810 ;;
5811 esac
5812
6de9cd9a 5813 case $add_this_lang in
e1888513 5814 unsupported)
55ffb5ed 5815 # Remove language-dependent dirs.
2805b53a
NN
5816 eval noconfigdirs='"$noconfigdirs "'\"$target_libs $lang_dirs\"
5817 ;;
e1888513
PB
5818 no)
5819 # Remove language-dependent dirs; still show language as supported.
5820 eval noconfigdirs='"$noconfigdirs "'\"$target_libs $lang_dirs\"
5821 potential_languages="${potential_languages}${language},"
5822 ;;
5823 yes)
5824 new_enable_languages="${new_enable_languages}${language},"
5825 potential_languages="${potential_languages}${language},"
2805b53a 5826 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
ab9dcd0c
RW
5827 case "${boot_language}:,$enable_stage1_languages," in
5828 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
340de83f 5829 # Add to (comma-separated) list of stage 1 languages.
ab9dcd0c
RW
5830 case ",$stage1_languages," in
5831 *,$language,* | ,yes, | ,all,) ;;
5832 *) stage1_languages="${stage1_languages}${language}," ;;
5833 esac
00020c16
ILT
5834 # We need to bootstrap any supporting libraries.
5835 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2805b53a
NN
5836 ;;
5837 esac
5838 ;;
55ffb5ed
NN
5839 esac
5840 ;;
5841 esac
5842 done
5843
5213506e
RW
5844 # Check whether --enable-stage1-languages was given.
5845if test "${enable_stage1_languages+set}" = set; then :
5846 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
e1888513
PB
5847 ,no,|,,)
5848 # Set it to something that will have no effect in the loop below
5849 enable_stage1_languages=c ;;
5850 ,yes,)
5851 enable_stage1_languages=`echo $new_enable_languages | \
5852 sed -e "s/^,//" -e "s/,$//" ` ;;
5853 *,all,*)
5854 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
5855 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
5856 esac
5857
5858 # Add "good" languages from enable_stage1_languages to stage1_languages,
5859 # while "bad" languages go in missing_languages. Leave no duplicates.
5860 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
5861 case $potential_languages in
5862 *,$i,*)
5863 case $stage1_languages in
5864 *,$i,*) ;;
5865 *) stage1_languages="$stage1_languages$i," ;;
5866 esac ;;
5867 *)
5868 case $missing_languages in
5869 *,$i,*) ;;
5870 *) missing_languages="$missing_languages$i," ;;
5871 esac ;;
5872 esac
5873 done
5213506e
RW
5874fi
5875
e1888513
PB
5876
5877 # Remove leading/trailing commas that were added for simplicity
5878 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
79b4b7d2 5879 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
e1888513
PB
5880 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
5881 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
5882
55ffb5ed 5883 if test "x$missing_languages" != x; then
5213506e 5884 as_fn_error "
0cf085e4 5885The following requested languages could not be built: ${missing_languages}
5213506e 5886Supported languages are: ${potential_languages}" "$LINENO" 5
55ffb5ed 5887 fi
55ffb5ed
NN
5888 if test "x$new_enable_languages" != "x$enable_languages"; then
5889 echo The following languages will be built: ${new_enable_languages}
e1888513 5890 enable_languages="$new_enable_languages"
55ffb5ed 5891 fi
e1888513 5892
1c710c3c 5893
b2eaac4a 5894 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
55ffb5ed
NN
5895fi
5896
27079765
AH
5897# Handle --disable-<component> generically.
5898for dir in $configdirs $build_configdirs $target_configdirs ; do
5899 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
ac9e6043
RW
5900 varname=`echo $dirname | sed -e s/+/_/g`
5901 if eval test x\${enable_${varname}} "=" xno ; then
27079765
AH
5902 noconfigdirs="$noconfigdirs $dir"
5903 fi
5904done
5905
7cd0cf9c 5906# Check for Boehm's garbage collector
5213506e
RW
5907# Check whether --enable-objc-gc was given.
5908if test "${enable_objc_gc+set}" = set; then :
5909 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
7cd0cf9c 5910 *,objc,*:*:yes:*target-boehm-gc*)
5213506e 5911 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
7cd0cf9c
DA
5912 ;;
5913esac
5213506e
RW
5914fi
5915
7cd0cf9c
DA
5916
5917# Make sure we only build Boehm's garbage collector if required.
2a79fd67
DA
5918case ,${enable_languages},:${enable_objc_gc} in
5919 *,objc,*:yes)
7cd0cf9c
DA
5920 # Keep target-boehm-gc if requested for Objective-C.
5921 ;;
7cd0cf9c 5922 *)
2a79fd67
DA
5923 # Otherwise remove target-boehm-gc depending on target-libjava.
5924 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
5925 noconfigdirs="$noconfigdirs target-boehm-gc"
5926 fi
7cd0cf9c
DA
5927 ;;
5928esac
5929
ee6a22df
L
5930# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
5931# $build_configdirs and $target_configdirs.
55ffb5ed
NN
5932# If we have the source for $noconfigdirs entries, add them to $notsupp.
5933
5934notsupp=""
5935for dir in . $skipdirs $noconfigdirs ; do
ee6a22df 5936 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
55ffb5ed
NN
5937 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5938 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
5939 if test -r $srcdir/$dirname/configure ; then
5940 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5941 true
5942 else
5943 notsupp="$notsupp $dir"
5944 fi
5945 fi
5946 fi
ee6a22df
L
5947 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5948 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
5949 if test -r $srcdir/$dirname/configure ; then
5950 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5951 true
5952 else
5953 notsupp="$notsupp $dir"
5954 fi
5955 fi
5956 fi
55ffb5ed
NN
5957 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5958 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
5959 if test -r $srcdir/$dirname/configure ; then
5960 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5961 true
5962 else
5963 notsupp="$notsupp $dir"
5964 fi
5965 fi
5966 fi
5967done
5968
5969# Sometimes the tools are distributed with libiberty but with no other
5970# libraries. In that case, we don't want to build target-libiberty.
54fdc474 5971# Don't let libgcc imply libiberty either.
55ffb5ed 5972if test -n "${target_configdirs}" ; then
54fdc474 5973 libgcc=
55ffb5ed
NN
5974 others=
5975 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
54fdc474
DJ
5976 if test "$i" = "libgcc"; then
5977 libgcc=target-libgcc
5978 elif test "$i" != "libiberty" ; then
55ffb5ed
NN
5979 if test -r $srcdir/$i/configure ; then
5980 others=yes;
5981 break;
5982 fi
5983 fi
5984 done
5985 if test -z "${others}" ; then
54fdc474 5986 target_configdirs=$libgcc
55ffb5ed
NN
5987 fi
5988fi
5989
5990# Quietly strip out all directories which aren't configurable in this tree.
5991# This relies on all configurable subdirectories being autoconfiscated, which
5992# is now the case.
23f6b2f9
PB
5993build_configdirs_all="$build_configdirs"
5994build_configdirs=
5995for i in ${build_configdirs_all} ; do
1c710c3c 5996 j=`echo $i | sed -e s/build-//g`
23f6b2f9
PB
5997 if test -f ${srcdir}/$j/configure ; then
5998 build_configdirs="${build_configdirs} $i"
5999 fi
6000done
6001
55ffb5ed
NN
6002configdirs_all="$configdirs"
6003configdirs=
6004for i in ${configdirs_all} ; do
6005 if test -f ${srcdir}/$i/configure ; then
6006 configdirs="${configdirs} $i"
6007 fi
6008done
23f6b2f9 6009
55ffb5ed
NN
6010target_configdirs_all="$target_configdirs"
6011target_configdirs=
6012for i in ${target_configdirs_all} ; do
1c710c3c 6013 j=`echo $i | sed -e s/target-//g`
55ffb5ed
NN
6014 if test -f ${srcdir}/$j/configure ; then
6015 target_configdirs="${target_configdirs} $i"
6016 fi
6017done
6018
6019# Produce a warning message for the subdirs we can't configure.
6020# This isn't especially interesting in the Cygnus tree, but in the individual
6021# FSF releases, it's important to let people know when their machine isn't
6022# supported by the one or two programs in a package.
6023
6024if test -n "${notsupp}" && test -z "${norecursion}" ; then
6025 # If $appdirs is non-empty, at least one of those directories must still
6026 # be configured, or we error out. (E.g., if the gas release supports a
6027 # specified target in some subdirs but not the gas subdir, we shouldn't
6028 # pretend that all is well.)
6029 if test -n "$appdirs" ; then
6030 for dir in $appdirs ; do
6031 if test -r $dir/Makefile.in ; then
6032 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6033 appdirs=""
6034 break
6035 fi
23f6b2f9 6036 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
55ffb5ed
NN
6037 appdirs=""
6038 break
6039 fi
6040 fi
6041 done
6042 if test -n "$appdirs" ; then
6043 echo "*** This configuration is not supported by this package." 1>&2
6044 exit 1
6045 fi
6046 fi
6047 # Okay, some application will build, or we don't care to check. Still
6048 # notify of subdirs not getting built.
6049 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6050 echo " ${notsupp}" 1>&2
6051 echo " (Any other directories should still work fine.)" 1>&2
6052fi
6053
6054case "$host" in
6055 *msdosdjgpp*)
6056 enable_gdbtk=no ;;
6057esac
6058
c3a86da9
DJ
6059# To find our prefix, in gcc_cv_tool_prefix.
6060
6061# The user is always right.
6062if test "${PATH_SEPARATOR+set}" != set; then
6063 echo "#! /bin/sh" >conf$$.sh
6064 echo "exit 0" >>conf$$.sh
6065 chmod +x conf$$.sh
6066 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6067 PATH_SEPARATOR=';'
6068 else
6069 PATH_SEPARATOR=:
6070 fi
6071 rm -f conf$$.sh
6072fi
6073
6074
6075
6076if test "x$exec_prefix" = xNONE; then
6077 if test "x$prefix" = xNONE; then
6078 gcc_cv_tool_prefix=$ac_default_prefix
6079 else
6080 gcc_cv_tool_prefix=$prefix
6081 fi
6082else
6083 gcc_cv_tool_prefix=$exec_prefix
6084fi
6085
6086# If there is no compiler in the tree, use the PATH only. In any
6087# case, if there is no compiler in the tree nobody should use
6088# AS_FOR_TARGET and LD_FOR_TARGET.
6089if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6090 gcc_version=`cat $srcdir/gcc/BASE-VER`
6091 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6092 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6093 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6094 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6095 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6096 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6097else
6098 gcc_cv_tool_dirs=
6099fi
6100
6101if test x$build = x$target && test -n "$md_exec_prefix"; then
6102 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6103fi
6104
6105
6106
55ffb5ed
NN
6107copy_dirs=
6108
1c710c3c 6109
5213506e
RW
6110# Check whether --with-build-sysroot was given.
6111if test "${with_build_sysroot+set}" = set; then :
6112 withval=$with_build_sysroot; if test x"$withval" != x ; then
526635cb
MM
6113 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6114 fi
6115else
6116 SYSROOT_CFLAGS_FOR_TARGET=
5213506e 6117fi
526635cb
MM
6118
6119
c8aea42c 6120
5213506e
RW
6121
6122# Check whether --with-debug-prefix-map was given.
6123if test "${with_debug_prefix_map+set}" = set; then :
6124 withval=$with_debug_prefix_map; if test x"$withval" != x; then
c8aea42c
PB
6125 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6126 for debug_map in $withval; do
6127 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6128 done
6129 fi
6130else
6131 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5213506e
RW
6132fi
6133
c8aea42c
PB
6134
6135
1c8bd6a3
PB
6136# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6137# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6138# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6139# We want to ensure that TARGET libraries (which we know are built with
6140# gcc) are built with "-O2 -g", so include those options when setting
6141# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6142if test "x$CFLAGS_FOR_TARGET" = x; then
6143 CFLAGS_FOR_TARGET=$CFLAGS
6144 case " $CFLAGS " in
6145 *" -O2 "*) ;;
6146 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6147 esac
6148 case " $CFLAGS " in
6149 *" -g "* | *" -g3 "*) ;;
6150 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6151 esac
6152fi
6153
6154
6155if test "x$CXXFLAGS_FOR_TARGET" = x; then
6156 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6157 case " $CXXFLAGS " in
6158 *" -O2 "*) ;;
6159 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6160 esac
6161 case " $CXXFLAGS " in
6162 *" -g "* | *" -g3 "*) ;;
6163 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6164 esac
6165fi
6166
6167
55ffb5ed
NN
6168# Handle --with-headers=XXX. If the value is not "yes", the contents of
6169# the named directory are copied to $(tooldir)/sys-include.
6170if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6171 if test x${is_cross_compiler} = xno ; then
6172 echo 1>&2 '***' --with-headers is only supported when cross compiling
6173 exit 1
6174 fi
6175 if test x"${with_headers}" != xyes ; then
c3a86da9 6176 x=${gcc_cv_tool_prefix}
1c710c3c 6177 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
55ffb5ed
NN
6178 fi
6179fi
6180
6181# Handle --with-libs=XXX. If the value is not "yes", the contents of
6182# the name directories are copied to $(tooldir)/lib. Multiple directories
6183# are permitted.
6184if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6185 if test x${is_cross_compiler} = xno ; then
6186 echo 1>&2 '***' --with-libs is only supported when cross compiling
6187 exit 1
6188 fi
6189 if test x"${with_libs}" != xyes ; then
6190 # Copy the libraries in reverse order, so that files in the first named
6191 # library override files in subsequent libraries.
c3a86da9 6192 x=${gcc_cv_tool_prefix}
55ffb5ed 6193 for l in ${with_libs}; do
1c710c3c 6194 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
55ffb5ed
NN
6195 done
6196 fi
6197fi
6198
e8b05380
PB
6199# Set with_gnu_as and with_gnu_ld as appropriate.
6200#
6201# This is done by determining whether or not the appropriate directory
6202# is available, and by checking whether or not specific configurations
6203# have requested that this magic not happen.
1c710c3c
DJ
6204#
6205# The command line options always override the explicit settings in
e8b05380
PB
6206# configure.in, and the settings in configure.in override this magic.
6207#
1c710c3c 6208# If the default for a toolchain is to use GNU as and ld, and you don't
e8b05380
PB
6209# want to do that, then you should use the --without-gnu-as and
6210# --without-gnu-ld options for the configure script.
6211
6212if test x${use_gnu_as} = x &&
6213 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6214 with_gnu_as=yes
6215 extra_host_args="$extra_host_args --with-gnu-as"
6216fi
6217
6218if test x${use_gnu_ld} = x &&
5afab7ad 6219 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
e8b05380
PB
6220 with_gnu_ld=yes
6221 extra_host_args="$extra_host_args --with-gnu-ld"
6222fi
6223
6224# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6225# can detect this case.
6226
6227if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6228 with_newlib=yes
6229 extra_host_args="$extra_host_args --with-newlib"
6230fi
6231
55ffb5ed
NN
6232# Handle ${copy_dirs}
6233set fnord ${copy_dirs}
6234shift
6235while test $# != 0 ; do
6236 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6237 :
6238 else
6239 echo Copying $1 to $2
6240
6241 # Use the install script to create the directory and all required
6242 # parent directories.
6243 if test -d $2 ; then
6244 :
6245 else
6246 echo >config.temp
6247 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6248 fi
6249
6250 # Copy the directory, assuming we have tar.
6251 # FIXME: Should we use B in the second tar? Not all systems support it.
6252 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6253
6254 # It is the responsibility of the user to correctly adjust all
6255 # symlinks. If somebody can figure out how to handle them correctly
6256 # here, feel free to add the code.
6257
6258 echo $1 > $2/COPIED
6259 fi
6260 shift; shift
6261done
6262
e8b05380
PB
6263# Determine a target-dependent exec_prefix that the installed
6264# gcc will search in. Keep this list sorted by triplet, with
6265# the *-*-osname triplets last.
6266md_exec_prefix=
6267case "${target}" in
6268 alpha*-*-*vms*)
6269 md_exec_prefix=/gnu/lib/gcc-lib
6270 ;;
30b74385 6271 i[34567]86-pc-msdosdjgpp*)
e8b05380
PB
6272 md_exec_prefix=/dev/env/DJDIR/bin
6273 ;;
30b74385 6274 i[34567]86-*-sco3.2v5*)
e8b05380
PB
6275 if test $with_gnu_as = yes; then
6276 md_exec_prefix=/usr/gnu/bin
6277 else
6278 md_exec_prefix=/usr/ccs/bin/elf
6279 fi
6280 ;;
6281
6282 mn10300-*-* | \
6283 powerpc-*-chorusos* | \
6284 powerpc*-*-eabi* | \
6285 powerpc*-*-sysv* | \
6286 powerpc*-*-kaos* | \
6287 s390x-ibm-tpf*)
6288 md_exec_prefix=/usr/ccs/bin
6289 ;;
6290 sparc64-*-elf*)
6291 ;;
6292 v850*-*-*)
6293 md_exec_prefix=/usr/ccs/bin
6294 ;;
aa12a573 6295 xtensa*-*-elf*)
e8b05380
PB
6296 ;;
6297
6298 *-*-beos* | \
6299 *-*-elf* | \
6300 *-*-hpux* | \
6301 *-*-netware* | \
6302 *-*-nto-qnx* | \
6303 *-*-rtems* | \
6304 *-*-solaris2* | \
30b74385 6305 *-*-sysv[45]* | \
e8b05380
PB
6306 *-*-vxworks* | \
6307 *-wrs-windiss)
6308 md_exec_prefix=/usr/ccs/bin
6309 ;;
6310esac
6311
671aa708
NN
6312extra_arflags_for_target=
6313extra_nmflags_for_target=
6314extra_ranlibflags_for_target=
6315target_makefile_frag=/dev/null
6316case "${target}" in
3e19841a
PB
6317 mep*-*-*)
6318 target_makefile_frag="config/mt-mep"
6319 ;;
58e24147
AM
6320 spu-*-*)
6321 target_makefile_frag="config/mt-spu"
6322 ;;
4bf6c438
RS
6323 mips*-sde-elf*)
6324 target_makefile_frag="config/mt-sde"
6325 ;;
1ec3b87b
RS
6326 mipsisa*-*-elfoabi*)
6327 target_makefile_frag="config/mt-mips-elfoabi"
6328 ;;
08d0963a
RS
6329 mips*-*-*linux* | mips*-*-gnu*)
6330 target_makefile_frag="config/mt-mips-gnu"
6331 ;;
61fec9ff 6332 *-*-netware*)
671aa708
NN
6333 target_makefile_frag="config/mt-netware"
6334 ;;
416ac4d4 6335 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
98a5bb3b 6336 target_makefile_frag="config/mt-gnu"
671aa708
NN
6337 ;;
6338 *-*-aix4.[3456789]* | *-*-aix[56789].*)
1c710c3c 6339 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
671aa708
NN
6340 # commands to handle both 32-bit and 64-bit objects. These flags are
6341 # harmless if we're using GNU nm or ar.
6342 extra_arflags_for_target=" -X32_64"
6343 extra_nmflags_for_target=" -B -X32_64"
6344 ;;
6345 *-*-darwin*)
6346 # ranlib from Darwin requires the -c flag to look at common symbols.
6347 extra_ranlibflags_for_target=" -c"
6348 ;;
6349 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
6350 target_makefile_frag="config/mt-wince"
6351 ;;
6352esac
6353
6354alphaieee_frag=/dev/null
6355case $target in
6356 alpha*-*-*)
6357 # This just makes sure to use the -mieee option to build target libs.
6358 # This should probably be set individually by each library.
6359 alphaieee_frag="config/mt-alphaieee"
6360 ;;
6361esac
6362
6363# If --enable-target-optspace always use -Os instead of -O2 to build
6364# the target libraries, similarly if it is not specified, use -Os
6365# on selected platforms.
6366ospace_frag=/dev/null
6367case "${enable_target_optspace}:${target}" in
6368 yes:*)
6369 ospace_frag="config/mt-ospace"
6370 ;;
6371 :d30v-*)
6372 ospace_frag="config/mt-d30v"
6373 ;;
6374 :m32r-* | :d10v-* | :fr30-*)
6375 ospace_frag="config/mt-ospace"
6376 ;;
6377 no:* | :*)
6378 ;;
6379 *)
6380 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6381 ;;
6382esac
6383
671aa708
NN
6384# Default to using --with-stabs for certain targets.
6385if test x${with_stabs} = x ; then
6386 case "${target}" in
89a95129 6387 mips*-*-irix[56]*)
671aa708
NN
6388 ;;
6389 mips*-*-* | alpha*-*-osf*)
6390 with_stabs=yes;
6391 extra_host_args="${extra_host_args} --with-stabs"
6392 ;;
6393 esac
6394fi
6395
6396# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6397# them automatically.
6398case "${host}" in
1c710c3c 6399 hppa*64*-*-hpux11*)
671aa708
NN
6400 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6401 ;;
6402esac
6403
671aa708
NN
6404# Some systems (e.g., one of the i386-aix systems the gas testers are
6405# using) don't handle "\$" correctly, so don't use it here.
1c710c3c 6406tooldir='${exec_prefix}'/${target_noncanonical}
671aa708
NN
6407build_tooldir=${tooldir}
6408
671aa708
NN
6409# Create a .gdbinit file which runs the one in srcdir
6410# and tells GDB to look there for source files.
6411
6412if test -r ${srcdir}/.gdbinit ; then
6413 case ${srcdir} in
6414 .) ;;
6415 *) cat > ./.gdbinit <<EOF
6416# ${NO_EDIT}
6417dir ${srcdir}
6418dir .
6419source ${srcdir}/.gdbinit
6420EOF
6421 ;;
6422 esac
6423fi
6424
671aa708
NN
6425# Make sure that the compiler is able to generate an executable. If it
6426# can't, we are probably in trouble. We don't care whether we can run the
6427# executable--we might be using a cross compiler--we only care whether it
6428# can be created. At this point the main configure script has set CC.
6429we_are_ok=no
6430echo "int main () { return 0; }" > conftest.c
6431${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6432if test $? = 0 ; then
6433 if test -s conftest || test -s conftest.exe ; then
6434 we_are_ok=yes
6435 fi
1c710c3c 6436fi
671aa708
NN
6437case $we_are_ok in
6438 no)
6439 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6440 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6441 rm -f conftest*
6442 exit 1
6443 ;;
6444esac
6445rm -f conftest*
6446
6447# The Solaris /usr/ucb/cc compiler does not appear to work.
6448case "${host}" in
6449 sparc-sun-solaris2*)
6450 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
6451 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6452 could_use=
6453 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
6454 if test -d /opt/cygnus/bin ; then
6455 if test "$could_use" = "" ; then
6456 could_use="/opt/cygnus/bin"
6457 else
6458 could_use="$could_use or /opt/cygnus/bin"
6459 fi
6460 fi
6461 if test "$could_use" = "" ; then
6462 echo "Warning: compilation may fail because you're using"
6463 echo "/usr/ucb/cc. You should change your PATH or CC "
6464 echo "variable and rerun configure."
6465 else
6466 echo "Warning: compilation may fail because you're using"
6467 echo "/usr/ucb/cc, when you should use the C compiler from"
6468 echo "$could_use. You should change your"
6469 echo "PATH or CC variable and rerun configure."
6470 fi
6471 fi
6472 ;;
6473esac
6474
d89f0ad6 6475# Decide which environment variable is used to find dynamic libraries.
671aa708
NN
6476case "${host}" in
6477 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
256f7136 6478 *-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
d89f0ad6 6479 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
671aa708
NN
6480 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6481esac
6482
d89f0ad6
AL
6483# On systems where the dynamic library environment variable is PATH,
6484# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6485# built executables to PATH.
6486if test "$RPATH_ENVVAR" = PATH; then
6487 GCC_SHLIB_SUBDIR=/shlib
6488else
6489 GCC_SHLIB_SUBDIR=
6490fi
6491
671aa708
NN
6492# Record target_configdirs and the configure arguments for target and
6493# build configuration in Makefile.
6494target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
23f6b2f9 6495build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
671aa708 6496
671aa708
NN
6497# Determine whether gdb needs tk/tcl or not.
6498# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6499# and in that case we want gdb to be built without tk. Ugh!
6500# In fact I believe gdb is the *only* package directly dependent on tk,
6501# so we should be able to put the 'maybe's in unconditionally and
6502# leave out the maybe dependencies when enable_gdbtk is false. I'm not
6503# 100% sure that that's safe though.
e914a571 6504
b4f96efe 6505gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
671aa708
NN
6506case "$enable_gdbtk" in
6507 no)
6508 GDB_TK="" ;;
e914a571
AC
6509 yes)
6510 GDB_TK="${gdb_tk}" ;;
671aa708 6511 *)
e914a571
AC
6512 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6513 # distro. Eventually someone will fix this and move Insight, nee
6514 # gdbtk to a separate directory.
6515 if test -d ${srcdir}/gdb/gdbtk ; then
6516 GDB_TK="${gdb_tk}"
6517 else
6518 GDB_TK=""
6519 fi
6520 ;;
671aa708 6521esac
ef9db8d5
DJ
6522CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6523INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
671aa708 6524
60975492 6525# Strip out unwanted targets.
8b87bb96
NN
6526
6527# While at that, we remove Makefiles if we were started for recursive
6528# configuration, so that the top-level Makefile reconfigures them,
6529# like we used to do when configure itself was recursive.
8b87bb96 6530
3e54529c
RW
6531# Loop over modules. We used to use the "$extrasub" feature from Autoconf
6532# but now we're fixing up the Makefile ourselves with the additional
6533# commands passed to AC_CONFIG_FILES. Use separate variables
6534# extrasub-{build,host,target} not because there is any reason to split
6535# the substitutions up that way, but only to remain below the limit of
6536# 99 commands in a script, for HP-UX sed.
6537# Do not nest @if/@endif pairs, because configure will not warn you at all.
8b87bb96 6538
5213506e
RW
6539# Check whether --enable-bootstrap was given.
6540if test "${enable_bootstrap+set}" = set; then :
6541 enableval=$enable_bootstrap;
f516a7da 6542else
ce521a9c 6543 enable_bootstrap=default
5213506e
RW
6544fi
6545
f516a7da 6546
ce521a9c
PB
6547# Issue errors and warnings for invalid/strange bootstrap combinations.
6548case "$configdirs" in
6549 *gcc*) have_compiler=yes ;;
6550 *) have_compiler=no ;;
6551esac
6552
6553case "$have_compiler:$host:$target:$enable_bootstrap" in
6554 *:*:*:no) ;;
6555
1ca26cd2 6556 # Default behavior. Enable bootstrap if we have a compiler
ce521a9c
PB
6557 # and we are in a native configuration.
6558 yes:$build:$build:default)
1ca26cd2 6559 enable_bootstrap=yes ;;
ce521a9c
PB
6560
6561 *:*:*:default)
6562 enable_bootstrap=no ;;
6563
6564 # We have a compiler and we are in a native configuration, bootstrap is ok
2d309510 6565 yes:$build:$build:yes)
ce521a9c
PB
6566 ;;
6567
6568 # Other configurations, but we have a compiler. Assume the user knows
6569 # what he's doing.
2d309510 6570 yes:*:*:yes)
5213506e
RW
6571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
6572$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
ce521a9c
PB
6573 ;;
6574
6575 # No compiler: if they passed --enable-bootstrap explicitly, fail
2d309510 6576 no:*:*:yes)
5213506e 6577 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
ce521a9c
PB
6578
6579 # Fail if wrong command line
6580 *)
5213506e 6581 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
ce521a9c
PB
6582 ;;
6583esac
6584
ca6d0d62
RW
6585case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
6586 *,c++,*:yes:yes) ;;
6587 *:yes:yes)
6588 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
6589 ;;
6590esac
6591
79cd2b23
RW
6592case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
6593 yes:yes:*\ gold\ *:*,c++,*) ;;
6594 yes:yes:*\ gold\ *:*)
6595 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
6596 ;;
6597esac
6598
ce521a9c 6599# Adjust the toplevel makefile according to whether bootstrap was selected.
e12c4094 6600case $enable_bootstrap in
f516a7da 6601 yes)
e12c4094
AO
6602 bootstrap_suffix=bootstrap
6603 BUILD_CONFIG=bootstrap-debug
6604 ;;
f516a7da 6605 no)
e12c4094
AO
6606 bootstrap_suffix=no-bootstrap
6607 BUILD_CONFIG=
6608 ;;
f516a7da
PB
6609esac
6610
e12c4094
AO
6611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6612$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
5646b7b9
AO
6613
6614
6615# Check whether --with-build-config was given.
6616if test "${with_build_config+set}" = set; then :
6617 withval=$with_build_config; case $with_build_config in
6618 yes) with_build_config= ;;
6619 no) with_build_config= BUILD_CONFIG= ;;
6620 esac
6621fi
6622
6623
e12c4094
AO
6624if test "x${with_build_config}" != x; then
6625 BUILD_CONFIG=$with_build_config
6626else
6627 case $BUILD_CONFIG in
6628 bootstrap-debug)
6629 if echo "int f (void) { return 0; }" > conftest.c &&
6630 ${CC} -c conftest.c &&
6631 mv conftest.o conftest.o.g0 &&
6632 ${CC} -c -g conftest.c &&
6633 mv conftest.o conftest.o.g &&
6634 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g; then
6635 :
6636 else
6637 BUILD_CONFIG=
6638 fi
6639 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
6640 ;;
6641 esac
6642fi
6643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
6644$as_echo "$BUILD_CONFIG" >&6; }
6645
6646
3e54529c 6647extrasub_build=
23f6b2f9 6648for module in ${build_configdirs} ; do
5607edfd
PB
6649 if test -z "${no_recursion}" \
6650 && test -f ${build_subdir}/${module}/Makefile; then
6651 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
6652 rm -f ${build_subdir}/${module}/Makefile
6653 fi
3e54529c 6654 extrasub_build="$extrasub_build
5607edfd
PB
6655/^@if build-$module\$/d
6656/^@endif build-$module\$/d
6657/^@if build-$module-$bootstrap_suffix\$/d
6658/^@endif build-$module-$bootstrap_suffix\$/d"
6659done
3e54529c 6660extrasub_host=
5607edfd 6661for module in ${configdirs} ; do
a6fbc1e2 6662 if test -z "${no_recursion}"; then
f063a9ed 6663 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
a6fbc1e2
AS
6664 if test -f ${file}; then
6665 echo 1>&2 "*** removing ${file} to force reconfigure"
6666 rm -f ${file}
6667 fi
6668 done
5607edfd 6669 fi
3e54529c 6670 extrasub_host="$extrasub_host
5607edfd
PB
6671/^@if $module\$/d
6672/^@endif $module\$/d
6673/^@if $module-$bootstrap_suffix\$/d
6674/^@endif $module-$bootstrap_suffix\$/d"
6675done
3e54529c 6676extrasub_target=
5607edfd
PB
6677for module in ${target_configdirs} ; do
6678 if test -z "${no_recursion}" \
6679 && test -f ${target_subdir}/${module}/Makefile; then
6680 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
6681 rm -f ${target_subdir}/${module}/Makefile
6682 fi
00020c16
ILT
6683
6684 # We only bootstrap target libraries listed in bootstrap_target_libs.
6685 case $bootstrap_target_libs in
6686 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
6687 *) target_bootstrap_suffix=no-bootstrap ;;
6688 esac
6689
3e54529c 6690 extrasub_target="$extrasub_target
5607edfd
PB
6691/^@if target-$module\$/d
6692/^@endif target-$module\$/d
00020c16
ILT
6693/^@if target-$module-$target_bootstrap_suffix\$/d
6694/^@endif target-$module-$target_bootstrap_suffix\$/d"
5607edfd
PB
6695done
6696
3e54529c
RW
6697# Do the final fixup along with target modules.
6698extrasub_target="$extrasub_target
60975492 6699/^@if /,/^@endif /d"
671aa708
NN
6700
6701# Create the serialization dependencies. This uses a temporary file.
6702
5213506e
RW
6703# Check whether --enable-serial-configure was given.
6704if test "${enable_serial_configure+set}" = set; then :
6705 enableval=$enable_serial_configure;
6706fi
ade82b16
AO
6707
6708
bf1d3e81
NN
6709case ${enable_serial_configure} in
6710 yes)
6711 enable_serial_build_configure=yes
6712 enable_serial_host_configure=yes
6713 enable_serial_target_configure=yes
6714 ;;
6715esac
6716
671aa708
NN
6717# These force 'configure's to be done one at a time, to avoid problems
6718# with contention over a shared config.cache.
6719rm -f serdep.tmp
ade82b16 6720echo '# serdep.tmp' > serdep.tmp
671aa708 6721olditem=
bf1d3e81 6722test "x${enable_serial_build_configure}" = xyes &&
671aa708
NN
6723for item in ${build_configdirs} ; do
6724 case ${olditem} in
6725 "") ;;
ade82b16 6726 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
671aa708
NN
6727 esac
6728 olditem=${item}
6729done
6730olditem=
bf1d3e81 6731test "x${enable_serial_host_configure}" = xyes &&
671aa708
NN
6732for item in ${configdirs} ; do
6733 case ${olditem} in
6734 "") ;;
ade82b16 6735 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
671aa708
NN
6736 esac
6737 olditem=${item}
6738done
6739olditem=
bf1d3e81 6740test "x${enable_serial_target_configure}" = xyes &&
671aa708
NN
6741for item in ${target_configdirs} ; do
6742 case ${olditem} in
6743 "") ;;
ade82b16 6744 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
671aa708
NN
6745 esac
6746 olditem=${item}
6747done
6748serialization_dependencies=serdep.tmp
6749
6750
ade82b16 6751# Base args. Strip norecursion, cache-file, srcdir, host, build,
1c710c3c
DJ
6752# target, nonopt, and variable assignments. These are the ones we
6753# might not want to pass down to subconfigures. Also strip
6754# program-prefix, program-suffix, and program-transform-name, so that
6755# we can pass down a consistent program-transform-name.
6756baseargs=
6757keep_next=no
6758skip_next=no
6759eval "set -- $ac_configure_args"
44bfc3ac
DJ
6760for ac_arg
6761do
1c710c3c
DJ
6762 if test X"$skip_next" = X"yes"; then
6763 skip_next=no
6764 continue
6765 fi
6766 if test X"$keep_next" = X"yes"; then
6767 case $ac_arg in
6768 *\'*)
6769 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6770 esac
6771 baseargs="$baseargs '$ac_arg'"
6772 keep_next=no
6773 continue
6774 fi
6775
6776 # Handle separated arguments. Based on the logic generated by
6777 # autoconf 2.59.
6778 case $ac_arg in
6779 *=* | --config-cache | -C | -disable-* | --disable-* \
6780 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
6781 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
6782 | -with-* | --with-* | -without-* | --without-* | --x)
6783 separate_arg=no
6784 ;;
6785 -*)
6786 separate_arg=yes
6787 ;;
6788 *)
6789 separate_arg=no
6790 ;;
6791 esac
6792
6793 case "$ac_arg" in
6794 --no*)
6795 continue
6796 ;;
6797 --c* | \
6798 --sr* | \
6799 --ho* | \
6800 --bu* | \
6801 --t* | \
6802 --program-* | \
6803 -cache_file* | \
6804 -srcdir* | \
6805 -host* | \
6806 -build* | \
6807 -target* | \
6808 -program-prefix* | \
6809 -program-suffix* | \
6810 -program-transform-name* )
6811 skip_next=$separate_arg
6812 continue
6813 ;;
6814 -*)
6815 # An option. Add it.
6816 case $ac_arg in
6817 *\'*)
6818 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6819 esac
6820 baseargs="$baseargs '$ac_arg'"
6821 keep_next=$separate_arg
6822 ;;
6823 *)
6824 # Either a variable assignment, or a nonopt (triplet). Don't
6825 # pass it down; let the Makefile handle this.
6826 continue
6827 ;;
6828 esac
6829done
6830# Remove the initial space we just introduced and, as these will be
6831# expanded by make, quote '$'.
6832baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
671aa708 6833
43bb47c2
DJ
6834# Add in --program-transform-name, after --program-prefix and
6835# --program-suffix have been applied to it. Autoconf has already
6836# doubled dollar signs and backslashes in program_transform_name; we want
6837# the backslashes un-doubled, and then the entire thing wrapped in single
1c710c3c 6838# quotes, because this will be expanded first by make and then by the shell.
43bb47c2
DJ
6839# Also, because we want to override the logic in subdir configure scripts to
6840# choose program_transform_name, replace any s,x,x, with s,y,y,.
6841sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
6842${program_transform_name}
6843EOF_SED
6844gcc_transform_name=`cat conftestsed.out`
6845rm -f conftestsed.out
6846baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
d9acb717
RW
6847if test "$silent" = yes; then
6848 baseargs="$baseargs --silent"
6849fi
0115d4a3 6850baseargs="$baseargs --disable-option-checking"
43bb47c2 6851
671aa708
NN
6852# For the build-side libraries, we just need to pretend we're native,
6853# and not use the same cache file. Multilibs are neither needed nor
6854# desired.
e69bf64b 6855build_configargs="--cache-file=../config.cache ${baseargs}"
671aa708
NN
6856
6857# For host modules, accept cache file option, or specification as blank.
6858case "${cache_file}" in
6859"") # empty
6860 cache_file_option="" ;;
6861/* | [A-Za-z]:[\\/]* ) # absolute path
6862 cache_file_option="--cache-file=${cache_file}" ;;
6863*) # relative path
6864 cache_file_option="--cache-file=../${cache_file}" ;;
6865esac
6866
09438bde
NN
6867# Host dirs don't like to share a cache file either, horribly enough.
6868# This seems to be due to autoconf 2.5x stupidity.
e69bf64b 6869host_configargs="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
671aa708
NN
6870
6871target_configargs=${baseargs}
6872
6873# Passing a --with-cross-host argument lets the target libraries know
6874# whether they are being built with a cross-compiler or being built
6875# native. However, it would be better to use other mechanisms to make the
6876# sorts of decisions they want to make on this basis. Please consider
6877# this option to be deprecated. FIXME.
6878if test x${is_cross_compiler} = xyes ; then
1c710c3c 6879 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
671aa708
NN
6880fi
6881
6882# Default to --enable-multilib.
6883if test x${enable_multilib} = x ; then
6884 target_configargs="--enable-multilib ${target_configargs}"
6885fi
6886
6887# Pass --with-newlib if appropriate. Note that target_configdirs has
6888# changed from the earlier setting of with_newlib.
6889if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
6890 target_configargs="--with-newlib ${target_configargs}"
6891fi
6892
6b9eb62c
NN
6893# Different target subdirs use different values of certain variables
6894# (notably CXX). Worse, multilibs use *lots* of different values.
6895# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
6896# it doesn't automatically accept command-line overrides of them.
6897# This means it's not safe for target subdirs to share a cache file,
6898# which is disgusting, but there you have it. Hopefully this can be
6899# fixed in future. It's still worthwhile to use a cache file for each
6900# directory. I think.
6901
bebcd931
MS
6902# Pass the appropriate --build, --host, --target and --cache-file arguments.
6903# We need to pass --target, as newer autoconf's requires consistency
6904# for target_alias and gcc doesn't manage it consistently.
e69bf64b 6905target_configargs="--cache-file=./config.cache ${target_configargs}"
671aa708 6906
671aa708
NN
6907FLAGS_FOR_TARGET=
6908case " $target_configdirs " in
6909 *" newlib "*)
6910 case " $target_configargs " in
6911 *" --with-newlib "*)
6912 case "$target" in
6913 *-cygwin*)
aa8f1f57 6914 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' ;;
671aa708
NN
6915 esac
6916
6917 # If we're not building GCC, don't discard standard headers.
6918 if test -d ${srcdir}/gcc; then
6919 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
6920
6921 if test "${build}" != "${host}"; then
6922 # On Canadian crosses, CC_FOR_TARGET will have already been set
6923 # by `configure', so we won't have an opportunity to add -Bgcc/
6924 # to it. This is right: we don't want to search that directory
6925 # for binaries, but we want the header files in there, so add
6926 # them explicitly.
215c351a 6927 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
671aa708
NN
6928
6929 # Someone might think of using the pre-installed headers on
6930 # Canadian crosses, in case the installed compiler is not fully
6931 # compatible with the compiler being built. In this case, it
6932 # would be better to flag an error than risking having
6933 # incompatible object files being constructed. We can't
6934 # guarantee that an error will be flagged, but let's hope the
6935 # compiler will do it, when presented with incompatible header
6936 # files.
6937 fi
6938 fi
6939
6940 case "${target}-${is_cross_compiler}" in
f2a0e225 6941 i[3456789]86-*-linux*-no)
671aa708
NN
6942 # Here host == target, so we don't need to build gcc,
6943 # so we don't want to discard standard headers.
6944 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
6945 ;;
6946 *)
6947 # If we're building newlib, use its generic headers last, but search
6948 # for any libc-related directories first (so make it the last -B
6949 # switch).
6950 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
c03353e2
RIL
6951
6952 # If we're building libgloss, find the startup file, simulator library
6953 # and linker script.
6954 case " $target_configdirs " in
6955 *" libgloss "*)
6956 # Look for startup file, simulator library and maybe linker script.
6957 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
6958 # Look for libnosys.a in case the target needs it.
6959 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
6960 # Most targets have the linker script in the source directory.
6961 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
6962 ;;
6963 esac
671aa708
NN
6964 ;;
6965 esac
6966 ;;
6967 esac
6968 ;;
6969esac
b91f0a41
CV
6970case "$target" in
6971*-mingw*)
6972 # Can't be handled as Cygwin above since Mingw does not use newlib.
6973 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' ;;
6974esac
671aa708 6975
6691a79e
ME
6976# Allow the user to override the flags for
6977# our build compiler if desired.
f019adc1
MF
6978if test x"${build}" = x"${host}" ; then
6979 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
6980 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
6981 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
6982fi
6691a79e 6983
671aa708
NN
6984# On Canadian crosses, we'll be searching the right directories for
6985# the previously-installed cross compiler, so don't bother to add
6986# flags for directories within the install tree of the compiler
6987# being built; programs in there won't even run.
6988if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
6989 # Search for pre-installed headers if nothing else fits.
9124bc53 6990 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
671aa708
NN
6991fi
6992
6993if test "x${use_gnu_ld}" = x &&
6994 echo " ${configdirs} " | grep " ld " > /dev/null ; then
6995 # Arrange for us to find uninstalled linker scripts.
215c351a 6996 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
671aa708
NN
6997fi
6998
e88a2c09
DD
6999# Search for other target-specific linker scripts and such.
7000case "${target}" in
3e19841a
PB
7001 mep*)
7002 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7003 ;;
e88a2c09
DD
7004esac
7005
671aa708 7006# Makefile fragments.
7b61653a
PE
7007for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7008do
7009 eval fragval=\$$frag
7010 if test $fragval != /dev/null; then
7011 eval $frag=${srcdir}/$fragval
7012 fi
7013done
671aa708
NN
7014
7015
7016
7017
7018
7019# Miscellanea: directories, flags, etc.
7020
7021
7022
7023
7024
7025
7026
d89f0ad6 7027
23f6b2f9 7028# Build module lists & subconfigure args.
671aa708
NN
7029
7030
7031
2abefe3d
PB
7032# Host module lists & subconfigure args.
7033
7034
7035
7036# Target module lists & subconfigure args.
7037
7038
7039
7040# Build tools.
7041
7042
7043
0999159b
PB
7044
7045
7046
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057
2abefe3d
PB
7058# Generate default definitions for YACC, M4, LEX and other programs that run
7059# on the build machine. These are used if the Makefile can't locate these
7060# programs in objdir.
7061MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7062
7063for ac_prog in 'bison -y' byacc yacc
7064do
1c710c3c 7065 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7066set dummy $ac_prog; ac_word=$2
5213506e
RW
7067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7068$as_echo_n "checking for $ac_word... " >&6; }
7069if test "${ac_cv_prog_YACC+set}" = set; then :
7070 $as_echo_n "(cached) " >&6
2abefe3d
PB
7071else
7072 if test -n "$YACC"; then
7073 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7074else
1c710c3c
DJ
7075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7076for as_dir in $PATH
7077do
7078 IFS=$as_save_IFS
7079 test -z "$as_dir" && as_dir=.
5213506e
RW
7080 for ac_exec_ext in '' $ac_executable_extensions; do
7081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7082 ac_cv_prog_YACC="$ac_prog"
5213506e 7083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7084 break 2
7085 fi
7086done
5213506e
RW
7087 done
7088IFS=$as_save_IFS
1c710c3c 7089
2abefe3d
PB
7090fi
7091fi
1c710c3c 7092YACC=$ac_cv_prog_YACC
2abefe3d 7093if test -n "$YACC"; then
5213506e
RW
7094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7095$as_echo "$YACC" >&6; }
2abefe3d 7096else
5213506e
RW
7097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7098$as_echo "no" >&6; }
2abefe3d
PB
7099fi
7100
5213506e 7101
1c710c3c 7102 test -n "$YACC" && break
2abefe3d
PB
7103done
7104test -n "$YACC" || YACC="$MISSING bison -y"
7105
7106case " $build_configdirs " in
7107 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7108 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7109esac
7110
7111for ac_prog in bison
7112do
1c710c3c 7113 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7114set dummy $ac_prog; ac_word=$2
5213506e
RW
7115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7116$as_echo_n "checking for $ac_word... " >&6; }
7117if test "${ac_cv_prog_BISON+set}" = set; then :
7118 $as_echo_n "(cached) " >&6
2abefe3d
PB
7119else
7120 if test -n "$BISON"; then
7121 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7122else
1c710c3c
DJ
7123as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7124for as_dir in $PATH
7125do
7126 IFS=$as_save_IFS
7127 test -z "$as_dir" && as_dir=.
5213506e
RW
7128 for ac_exec_ext in '' $ac_executable_extensions; do
7129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7130 ac_cv_prog_BISON="$ac_prog"
5213506e 7131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7132 break 2
7133 fi
7134done
5213506e
RW
7135 done
7136IFS=$as_save_IFS
1c710c3c 7137
2abefe3d
PB
7138fi
7139fi
1c710c3c 7140BISON=$ac_cv_prog_BISON
2abefe3d 7141if test -n "$BISON"; then
5213506e
RW
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7143$as_echo "$BISON" >&6; }
2abefe3d 7144else
5213506e
RW
7145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7146$as_echo "no" >&6; }
2abefe3d
PB
7147fi
7148
5213506e 7149
1c710c3c 7150 test -n "$BISON" && break
2abefe3d
PB
7151done
7152test -n "$BISON" || BISON="$MISSING bison"
7153
7154case " $build_configdirs " in
7155 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7156esac
7157
7158for ac_prog in gm4 gnum4 m4
7159do
1c710c3c 7160 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7161set dummy $ac_prog; ac_word=$2
5213506e
RW
7162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7163$as_echo_n "checking for $ac_word... " >&6; }
7164if test "${ac_cv_prog_M4+set}" = set; then :
7165 $as_echo_n "(cached) " >&6
2abefe3d
PB
7166else
7167 if test -n "$M4"; then
7168 ac_cv_prog_M4="$M4" # Let the user override the test.
7169else
1c710c3c
DJ
7170as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7171for as_dir in $PATH
7172do
7173 IFS=$as_save_IFS
7174 test -z "$as_dir" && as_dir=.
5213506e
RW
7175 for ac_exec_ext in '' $ac_executable_extensions; do
7176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7177 ac_cv_prog_M4="$ac_prog"
5213506e 7178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7179 break 2
7180 fi
7181done
5213506e
RW
7182 done
7183IFS=$as_save_IFS
1c710c3c 7184
2abefe3d
PB
7185fi
7186fi
1c710c3c 7187M4=$ac_cv_prog_M4
2abefe3d 7188if test -n "$M4"; then
5213506e
RW
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7190$as_echo "$M4" >&6; }
2abefe3d 7191else
5213506e
RW
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7193$as_echo "no" >&6; }
2abefe3d
PB
7194fi
7195
5213506e 7196
1c710c3c 7197 test -n "$M4" && break
2abefe3d
PB
7198done
7199test -n "$M4" || M4="$MISSING m4"
7200
7201case " $build_configdirs " in
7202 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7203esac
7204
7205for ac_prog in flex lex
7206do
1c710c3c 7207 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7208set dummy $ac_prog; ac_word=$2
5213506e
RW
7209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7210$as_echo_n "checking for $ac_word... " >&6; }
7211if test "${ac_cv_prog_LEX+set}" = set; then :
7212 $as_echo_n "(cached) " >&6
2abefe3d
PB
7213else
7214 if test -n "$LEX"; then
7215 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7216else
1c710c3c
DJ
7217as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7218for as_dir in $PATH
7219do
7220 IFS=$as_save_IFS
7221 test -z "$as_dir" && as_dir=.
5213506e
RW
7222 for ac_exec_ext in '' $ac_executable_extensions; do
7223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7224 ac_cv_prog_LEX="$ac_prog"
5213506e 7225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7226 break 2
7227 fi
7228done
5213506e
RW
7229 done
7230IFS=$as_save_IFS
1c710c3c 7231
2abefe3d
PB
7232fi
7233fi
1c710c3c 7234LEX=$ac_cv_prog_LEX
2abefe3d 7235if test -n "$LEX"; then
5213506e
RW
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7237$as_echo "$LEX" >&6; }
2abefe3d 7238else
5213506e
RW
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7240$as_echo "no" >&6; }
2abefe3d
PB
7241fi
7242
5213506e 7243
1c710c3c 7244 test -n "$LEX" && break
2abefe3d
PB
7245done
7246test -n "$LEX" || LEX="$MISSING flex"
7247
7248case " $build_configdirs " in
7249 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7250 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7251esac
7252
7253for ac_prog in flex
7254do
1c710c3c 7255 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7256set dummy $ac_prog; ac_word=$2
5213506e
RW
7257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7258$as_echo_n "checking for $ac_word... " >&6; }
7259if test "${ac_cv_prog_FLEX+set}" = set; then :
7260 $as_echo_n "(cached) " >&6
2abefe3d
PB
7261else
7262 if test -n "$FLEX"; then
7263 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7264else
1c710c3c
DJ
7265as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7266for as_dir in $PATH
7267do
7268 IFS=$as_save_IFS
7269 test -z "$as_dir" && as_dir=.
5213506e
RW
7270 for ac_exec_ext in '' $ac_executable_extensions; do
7271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7272 ac_cv_prog_FLEX="$ac_prog"
5213506e 7273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7274 break 2
7275 fi
7276done
5213506e
RW
7277 done
7278IFS=$as_save_IFS
1c710c3c 7279
2abefe3d
PB
7280fi
7281fi
1c710c3c 7282FLEX=$ac_cv_prog_FLEX
2abefe3d 7283if test -n "$FLEX"; then
5213506e
RW
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7285$as_echo "$FLEX" >&6; }
2abefe3d 7286else
5213506e
RW
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7288$as_echo "no" >&6; }
2abefe3d
PB
7289fi
7290
5213506e 7291
1c710c3c 7292 test -n "$FLEX" && break
2abefe3d
PB
7293done
7294test -n "$FLEX" || FLEX="$MISSING flex"
7295
7296case " $build_configdirs " in
7297 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7298esac
7299
7300for ac_prog in makeinfo
7301do
1c710c3c 7302 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7303set dummy $ac_prog; ac_word=$2
5213506e
RW
7304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7305$as_echo_n "checking for $ac_word... " >&6; }
7306if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7307 $as_echo_n "(cached) " >&6
2abefe3d
PB
7308else
7309 if test -n "$MAKEINFO"; then
7310 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7311else
1c710c3c
DJ
7312as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7313for as_dir in $PATH
7314do
7315 IFS=$as_save_IFS
7316 test -z "$as_dir" && as_dir=.
5213506e
RW
7317 for ac_exec_ext in '' $ac_executable_extensions; do
7318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7319 ac_cv_prog_MAKEINFO="$ac_prog"
5213506e 7320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7321 break 2
7322 fi
7323done
5213506e
RW
7324 done
7325IFS=$as_save_IFS
1c710c3c 7326
2abefe3d
PB
7327fi
7328fi
1c710c3c 7329MAKEINFO=$ac_cv_prog_MAKEINFO
2abefe3d 7330if test -n "$MAKEINFO"; then
5213506e
RW
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7332$as_echo "$MAKEINFO" >&6; }
2abefe3d 7333else
5213506e
RW
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7335$as_echo "no" >&6; }
2abefe3d
PB
7336fi
7337
5213506e 7338
1c710c3c 7339 test -n "$MAKEINFO" && break
2abefe3d
PB
7340done
7341test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7342
7343case " $build_configdirs " in
7344 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7345 *)
7346
d18ff35a 7347 # For an installed makeinfo, we require it to be from texinfo 4.7 or
2abefe3d
PB
7348 # higher, else we use the "missing" dummy.
7349 if ${MAKEINFO} --version \
d18ff35a 7350 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
2abefe3d
PB
7351 :
7352 else
7353 MAKEINFO="$MISSING makeinfo"
7354 fi
7355 ;;
7356
7357esac
671aa708 7358
2abefe3d 7359# FIXME: expect and dejagnu may become build tools?
671aa708 7360
2abefe3d
PB
7361for ac_prog in expect
7362do
1c710c3c 7363 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7364set dummy $ac_prog; ac_word=$2
5213506e
RW
7365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7366$as_echo_n "checking for $ac_word... " >&6; }
7367if test "${ac_cv_prog_EXPECT+set}" = set; then :
7368 $as_echo_n "(cached) " >&6
2abefe3d
PB
7369else
7370 if test -n "$EXPECT"; then
7371 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7372else
1c710c3c
DJ
7373as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7374for as_dir in $PATH
7375do
7376 IFS=$as_save_IFS
7377 test -z "$as_dir" && as_dir=.
5213506e
RW
7378 for ac_exec_ext in '' $ac_executable_extensions; do
7379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7380 ac_cv_prog_EXPECT="$ac_prog"
5213506e 7381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7382 break 2
7383 fi
7384done
5213506e
RW
7385 done
7386IFS=$as_save_IFS
1c710c3c 7387
2abefe3d
PB
7388fi
7389fi
1c710c3c 7390EXPECT=$ac_cv_prog_EXPECT
2abefe3d 7391if test -n "$EXPECT"; then
5213506e
RW
7392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7393$as_echo "$EXPECT" >&6; }
2abefe3d 7394else
5213506e
RW
7395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7396$as_echo "no" >&6; }
2abefe3d 7397fi
671aa708 7398
5213506e 7399
1c710c3c 7400 test -n "$EXPECT" && break
2abefe3d
PB
7401done
7402test -n "$EXPECT" || EXPECT="expect"
671aa708 7403
2abefe3d
PB
7404case " $configdirs " in
7405 *" expect "*)
7406 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7407 ;;
7408esac
671aa708 7409
2abefe3d
PB
7410for ac_prog in runtest
7411do
1c710c3c 7412 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7413set dummy $ac_prog; ac_word=$2
5213506e
RW
7414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7415$as_echo_n "checking for $ac_word... " >&6; }
7416if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7417 $as_echo_n "(cached) " >&6
2abefe3d
PB
7418else
7419 if test -n "$RUNTEST"; then
7420 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
fb0103e5 7421else
1c710c3c
DJ
7422as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7423for as_dir in $PATH
7424do
7425 IFS=$as_save_IFS
7426 test -z "$as_dir" && as_dir=.
5213506e
RW
7427 for ac_exec_ext in '' $ac_executable_extensions; do
7428 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7429 ac_cv_prog_RUNTEST="$ac_prog"
5213506e 7430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7431 break 2
7432 fi
7433done
5213506e
RW
7434 done
7435IFS=$as_save_IFS
1c710c3c 7436
2abefe3d
PB
7437fi
7438fi
1c710c3c 7439RUNTEST=$ac_cv_prog_RUNTEST
2abefe3d 7440if test -n "$RUNTEST"; then
5213506e
RW
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7442$as_echo "$RUNTEST" >&6; }
2abefe3d 7443else
5213506e
RW
7444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7445$as_echo "no" >&6; }
2abefe3d 7446fi
671aa708 7447
5213506e 7448
1c710c3c 7449 test -n "$RUNTEST" && break
2abefe3d
PB
7450done
7451test -n "$RUNTEST" || RUNTEST="runtest"
671aa708 7452
2abefe3d
PB
7453case " $configdirs " in
7454 *" dejagnu "*)
c394e891 7455 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
2abefe3d
PB
7456 ;;
7457esac
671aa708
NN
7458
7459
671aa708 7460# Host tools.
ca9f4b81
AO
7461ncn_tool_prefix=
7462test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7463ncn_target_tool_prefix=
7464test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7465
278a7a38
AO
7466
7467
7468if test -n "$AR"; then
7469 ac_cv_prog_AR=$AR
7470elif test -n "$ac_cv_prog_AR"; then
7471 AR=$ac_cv_prog_AR
7472fi
7473
7474if test -n "$ac_cv_prog_AR"; then
7475 for ncn_progname in ar; do
7476 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7477set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
7478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7479$as_echo_n "checking for $ac_word... " >&6; }
7480if test "${ac_cv_prog_AR+set}" = set; then :
7481 $as_echo_n "(cached) " >&6
278a7a38
AO
7482else
7483 if test -n "$AR"; then
7484 ac_cv_prog_AR="$AR" # Let the user override the test.
7485else
7486as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7487for as_dir in $PATH
7488do
7489 IFS=$as_save_IFS
7490 test -z "$as_dir" && as_dir=.
5213506e
RW
7491 for ac_exec_ext in '' $ac_executable_extensions; do
7492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 7493 ac_cv_prog_AR="${ncn_progname}"
5213506e 7494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
7495 break 2
7496 fi
7497done
5213506e
RW
7498 done
7499IFS=$as_save_IFS
278a7a38
AO
7500
7501fi
7502fi
7503AR=$ac_cv_prog_AR
7504if test -n "$AR"; then
5213506e
RW
7505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7506$as_echo "$AR" >&6; }
278a7a38 7507else
5213506e
RW
7508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7509$as_echo "no" >&6; }
278a7a38
AO
7510fi
7511
5213506e 7512
278a7a38
AO
7513 done
7514fi
7515
7516for ncn_progname in ar; do
2693c0b0
PB
7517 if test -n "$ncn_tool_prefix"; then
7518 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7519set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
7520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7521$as_echo_n "checking for $ac_word... " >&6; }
7522if test "${ac_cv_prog_AR+set}" = set; then :
7523 $as_echo_n "(cached) " >&6
ca9f4b81
AO
7524else
7525 if test -n "$AR"; then
7526 ac_cv_prog_AR="$AR" # Let the user override the test.
7527else
1c710c3c
DJ
7528as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7529for as_dir in $PATH
7530do
7531 IFS=$as_save_IFS
7532 test -z "$as_dir" && as_dir=.
5213506e
RW
7533 for ac_exec_ext in '' $ac_executable_extensions; do
7534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7535 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
5213506e 7536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7537 break 2
7538 fi
7539done
5213506e
RW
7540 done
7541IFS=$as_save_IFS
1c710c3c 7542
ca9f4b81
AO
7543fi
7544fi
1c710c3c 7545AR=$ac_cv_prog_AR
ca9f4b81 7546if test -n "$AR"; then
5213506e
RW
7547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7548$as_echo "$AR" >&6; }
ca9f4b81 7549else
5213506e
RW
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7551$as_echo "no" >&6; }
ca9f4b81
AO
7552fi
7553
5213506e 7554
2693c0b0
PB
7555 fi
7556 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
7557 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7558set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
7559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7560$as_echo_n "checking for $ac_word... " >&6; }
7561if test "${ac_cv_prog_AR+set}" = set; then :
7562 $as_echo_n "(cached) " >&6
ca9f4b81 7563else
2693c0b0 7564 if test -n "$AR"; then
af71363e
AS
7565 ac_cv_prog_AR="$AR" # Let the user override the test.
7566else
1c710c3c
DJ
7567as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7568for as_dir in $PATH
7569do
7570 IFS=$as_save_IFS
7571 test -z "$as_dir" && as_dir=.
5213506e
RW
7572 for ac_exec_ext in '' $ac_executable_extensions; do
7573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7574 ac_cv_prog_AR="${ncn_progname}"
5213506e 7575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7576 break 2
7577 fi
7578done
5213506e
RW
7579 done
7580IFS=$as_save_IFS
1c710c3c 7581
ca9f4b81
AO
7582fi
7583fi
1c710c3c 7584AR=$ac_cv_prog_AR
2693c0b0 7585if test -n "$AR"; then
5213506e
RW
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7587$as_echo "$AR" >&6; }
ca9f4b81 7588else
5213506e
RW
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7590$as_echo "no" >&6; }
ca9f4b81 7591fi
1c710c3c 7592
5213506e 7593
2693c0b0
PB
7594 fi
7595 test -n "$ac_cv_prog_AR" && break
7596done
7597
7598if test -z "$ac_cv_prog_AR" ; then
7599 set dummy ar
7600 if test $build = $host ; then
7601 AR="$2"
ca9f4b81 7602 else
2693c0b0 7603 AR="${ncn_tool_prefix}$2"
ca9f4b81 7604 fi
ca9f4b81
AO
7605fi
7606
278a7a38
AO
7607
7608
7609if test -n "$AS"; then
7610 ac_cv_prog_AS=$AS
7611elif test -n "$ac_cv_prog_AS"; then
7612 AS=$ac_cv_prog_AS
7613fi
7614
7615if test -n "$ac_cv_prog_AS"; then
7616 for ncn_progname in as; do
7617 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7618set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
7619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7620$as_echo_n "checking for $ac_word... " >&6; }
7621if test "${ac_cv_prog_AS+set}" = set; then :
7622 $as_echo_n "(cached) " >&6
278a7a38
AO
7623else
7624 if test -n "$AS"; then
7625 ac_cv_prog_AS="$AS" # Let the user override the test.
7626else
7627as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7628for as_dir in $PATH
7629do
7630 IFS=$as_save_IFS
7631 test -z "$as_dir" && as_dir=.
5213506e
RW
7632 for ac_exec_ext in '' $ac_executable_extensions; do
7633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 7634 ac_cv_prog_AS="${ncn_progname}"
5213506e 7635 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
7636 break 2
7637 fi
7638done
5213506e
RW
7639 done
7640IFS=$as_save_IFS
278a7a38
AO
7641
7642fi
7643fi
7644AS=$ac_cv_prog_AS
7645if test -n "$AS"; then
5213506e
RW
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
7647$as_echo "$AS" >&6; }
278a7a38 7648else
5213506e
RW
7649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7650$as_echo "no" >&6; }
278a7a38
AO
7651fi
7652
5213506e 7653
278a7a38
AO
7654 done
7655fi
7656
7657for ncn_progname in as; do
2693c0b0
PB
7658 if test -n "$ncn_tool_prefix"; then
7659 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7660set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
7661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7662$as_echo_n "checking for $ac_word... " >&6; }
7663if test "${ac_cv_prog_AS+set}" = set; then :
7664 $as_echo_n "(cached) " >&6
ca9f4b81
AO
7665else
7666 if test -n "$AS"; then
7667 ac_cv_prog_AS="$AS" # Let the user override the test.
0b0dc272 7668else
1c710c3c
DJ
7669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7670for as_dir in $PATH
7671do
7672 IFS=$as_save_IFS
7673 test -z "$as_dir" && as_dir=.
5213506e
RW
7674 for ac_exec_ext in '' $ac_executable_extensions; do
7675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7676 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
5213506e 7677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7678 break 2
7679 fi
7680done
5213506e
RW
7681 done
7682IFS=$as_save_IFS
1c710c3c 7683
ca9f4b81
AO
7684fi
7685fi
1c710c3c 7686AS=$ac_cv_prog_AS
ca9f4b81 7687if test -n "$AS"; then
5213506e
RW
7688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
7689$as_echo "$AS" >&6; }
ca9f4b81 7690else
5213506e
RW
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7692$as_echo "no" >&6; }
ca9f4b81
AO
7693fi
7694
5213506e 7695
2693c0b0
PB
7696 fi
7697 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
7698 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7699set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
7700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7701$as_echo_n "checking for $ac_word... " >&6; }
7702if test "${ac_cv_prog_AS+set}" = set; then :
7703 $as_echo_n "(cached) " >&6
ca9f4b81 7704else
2693c0b0
PB
7705 if test -n "$AS"; then
7706 ac_cv_prog_AS="$AS" # Let the user override the test.
ca9f4b81 7707else
1c710c3c
DJ
7708as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7709for as_dir in $PATH
7710do
7711 IFS=$as_save_IFS
7712 test -z "$as_dir" && as_dir=.
5213506e
RW
7713 for ac_exec_ext in '' $ac_executable_extensions; do
7714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7715 ac_cv_prog_AS="${ncn_progname}"
5213506e 7716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7717 break 2
7718 fi
7719done
5213506e
RW
7720 done
7721IFS=$as_save_IFS
1c710c3c 7722
ca9f4b81
AO
7723fi
7724fi
1c710c3c 7725AS=$ac_cv_prog_AS
2693c0b0 7726if test -n "$AS"; then
5213506e
RW
7727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
7728$as_echo "$AS" >&6; }
ca9f4b81 7729else
5213506e
RW
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7731$as_echo "no" >&6; }
ca9f4b81 7732fi
1c710c3c 7733
5213506e 7734
2693c0b0
PB
7735 fi
7736 test -n "$ac_cv_prog_AS" && break
7737done
7738
7739if test -z "$ac_cv_prog_AS" ; then
7740 set dummy as
7741 if test $build = $host ; then
7742 AS="$2"
ca9f4b81 7743 else
2693c0b0 7744 AS="${ncn_tool_prefix}$2"
ca9f4b81 7745 fi
ca9f4b81
AO
7746fi
7747
278a7a38
AO
7748
7749
7750if test -n "$DLLTOOL"; then
7751 ac_cv_prog_DLLTOOL=$DLLTOOL
7752elif test -n "$ac_cv_prog_DLLTOOL"; then
7753 DLLTOOL=$ac_cv_prog_DLLTOOL
7754fi
7755
7756if test -n "$ac_cv_prog_DLLTOOL"; then
7757 for ncn_progname in dlltool; do
7758 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7759set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
7760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7761$as_echo_n "checking for $ac_word... " >&6; }
7762if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7763 $as_echo_n "(cached) " >&6
278a7a38
AO
7764else
7765 if test -n "$DLLTOOL"; then
7766 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7767else
7768as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7769for as_dir in $PATH
7770do
7771 IFS=$as_save_IFS
7772 test -z "$as_dir" && as_dir=.
5213506e
RW
7773 for ac_exec_ext in '' $ac_executable_extensions; do
7774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 7775 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 7776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
7777 break 2
7778 fi
7779done
5213506e
RW
7780 done
7781IFS=$as_save_IFS
278a7a38
AO
7782
7783fi
7784fi
7785DLLTOOL=$ac_cv_prog_DLLTOOL
7786if test -n "$DLLTOOL"; then
5213506e
RW
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7788$as_echo "$DLLTOOL" >&6; }
278a7a38 7789else
5213506e
RW
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7791$as_echo "no" >&6; }
278a7a38
AO
7792fi
7793
5213506e 7794
278a7a38
AO
7795 done
7796fi
7797
7798for ncn_progname in dlltool; do
2693c0b0
PB
7799 if test -n "$ncn_tool_prefix"; then
7800 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7801set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
7802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7803$as_echo_n "checking for $ac_word... " >&6; }
7804if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7805 $as_echo_n "(cached) " >&6
ca9f4b81
AO
7806else
7807 if test -n "$DLLTOOL"; then
7808 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7809else
1c710c3c
DJ
7810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7811for as_dir in $PATH
7812do
7813 IFS=$as_save_IFS
7814 test -z "$as_dir" && as_dir=.
5213506e
RW
7815 for ac_exec_ext in '' $ac_executable_extensions; do
7816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7817 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
5213506e 7818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7819 break 2
7820 fi
7821done
5213506e
RW
7822 done
7823IFS=$as_save_IFS
1c710c3c 7824
ca9f4b81
AO
7825fi
7826fi
1c710c3c 7827DLLTOOL=$ac_cv_prog_DLLTOOL
ca9f4b81 7828if test -n "$DLLTOOL"; then
5213506e
RW
7829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7830$as_echo "$DLLTOOL" >&6; }
ca9f4b81 7831else
5213506e
RW
7832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7833$as_echo "no" >&6; }
ca9f4b81
AO
7834fi
7835
5213506e 7836
2693c0b0
PB
7837 fi
7838 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
7839 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7840set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
7841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7842$as_echo_n "checking for $ac_word... " >&6; }
7843if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7844 $as_echo_n "(cached) " >&6
ca9f4b81 7845else
2693c0b0
PB
7846 if test -n "$DLLTOOL"; then
7847 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
ca9f4b81 7848else
1c710c3c
DJ
7849as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7850for as_dir in $PATH
7851do
7852 IFS=$as_save_IFS
7853 test -z "$as_dir" && as_dir=.
5213506e
RW
7854 for ac_exec_ext in '' $ac_executable_extensions; do
7855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7856 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 7857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7858 break 2
7859 fi
7860done
5213506e
RW
7861 done
7862IFS=$as_save_IFS
1c710c3c 7863
ca9f4b81
AO
7864fi
7865fi
1c710c3c 7866DLLTOOL=$ac_cv_prog_DLLTOOL
2693c0b0 7867if test -n "$DLLTOOL"; then
5213506e
RW
7868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7869$as_echo "$DLLTOOL" >&6; }
ca9f4b81 7870else
5213506e
RW
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7872$as_echo "no" >&6; }
ca9f4b81 7873fi
1c710c3c 7874
5213506e 7875
2693c0b0
PB
7876 fi
7877 test -n "$ac_cv_prog_DLLTOOL" && break
7878done
7879
7880if test -z "$ac_cv_prog_DLLTOOL" ; then
7881 set dummy dlltool
7882 if test $build = $host ; then
7883 DLLTOOL="$2"
ca9f4b81 7884 else
2693c0b0 7885 DLLTOOL="${ncn_tool_prefix}$2"
ca9f4b81 7886 fi
ca9f4b81
AO
7887fi
7888
278a7a38
AO
7889
7890
7891if test -n "$LD"; then
7892 ac_cv_prog_LD=$LD
7893elif test -n "$ac_cv_prog_LD"; then
7894 LD=$ac_cv_prog_LD
7895fi
7896
7897if test -n "$ac_cv_prog_LD"; then
7898 for ncn_progname in ld; do
7899 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7900set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
7901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7902$as_echo_n "checking for $ac_word... " >&6; }
7903if test "${ac_cv_prog_LD+set}" = set; then :
7904 $as_echo_n "(cached) " >&6
278a7a38
AO
7905else
7906 if test -n "$LD"; then
7907 ac_cv_prog_LD="$LD" # Let the user override the test.
7908else
7909as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7910for as_dir in $PATH
7911do
7912 IFS=$as_save_IFS
7913 test -z "$as_dir" && as_dir=.
5213506e
RW
7914 for ac_exec_ext in '' $ac_executable_extensions; do
7915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 7916 ac_cv_prog_LD="${ncn_progname}"
5213506e 7917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
7918 break 2
7919 fi
7920done
5213506e
RW
7921 done
7922IFS=$as_save_IFS
278a7a38
AO
7923
7924fi
7925fi
7926LD=$ac_cv_prog_LD
7927if test -n "$LD"; then
5213506e
RW
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7929$as_echo "$LD" >&6; }
278a7a38 7930else
5213506e
RW
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7932$as_echo "no" >&6; }
278a7a38
AO
7933fi
7934
5213506e 7935
278a7a38
AO
7936 done
7937fi
7938
7939for ncn_progname in ld; do
2693c0b0
PB
7940 if test -n "$ncn_tool_prefix"; then
7941 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7942set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
7943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7944$as_echo_n "checking for $ac_word... " >&6; }
7945if test "${ac_cv_prog_LD+set}" = set; then :
7946 $as_echo_n "(cached) " >&6
ca9f4b81
AO
7947else
7948 if test -n "$LD"; then
7949 ac_cv_prog_LD="$LD" # Let the user override the test.
7950else
1c710c3c
DJ
7951as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7952for as_dir in $PATH
7953do
7954 IFS=$as_save_IFS
7955 test -z "$as_dir" && as_dir=.
5213506e
RW
7956 for ac_exec_ext in '' $ac_executable_extensions; do
7957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7958 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
5213506e 7959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7960 break 2
7961 fi
7962done
5213506e
RW
7963 done
7964IFS=$as_save_IFS
1c710c3c 7965
ca9f4b81
AO
7966fi
7967fi
1c710c3c 7968LD=$ac_cv_prog_LD
ca9f4b81 7969if test -n "$LD"; then
5213506e
RW
7970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7971$as_echo "$LD" >&6; }
ca9f4b81 7972else
5213506e
RW
7973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7974$as_echo "no" >&6; }
ca9f4b81
AO
7975fi
7976
5213506e 7977
2693c0b0
PB
7978 fi
7979 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
7980 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7981set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
7982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7983$as_echo_n "checking for $ac_word... " >&6; }
7984if test "${ac_cv_prog_LD+set}" = set; then :
7985 $as_echo_n "(cached) " >&6
ca9f4b81 7986else
2693c0b0
PB
7987 if test -n "$LD"; then
7988 ac_cv_prog_LD="$LD" # Let the user override the test.
6b65a26d 7989else
1c710c3c
DJ
7990as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7991for as_dir in $PATH
7992do
7993 IFS=$as_save_IFS
7994 test -z "$as_dir" && as_dir=.
5213506e
RW
7995 for ac_exec_ext in '' $ac_executable_extensions; do
7996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7997 ac_cv_prog_LD="${ncn_progname}"
5213506e 7998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7999 break 2
8000 fi
8001done
5213506e
RW
8002 done
8003IFS=$as_save_IFS
1c710c3c 8004
ca9f4b81
AO
8005fi
8006fi
1c710c3c 8007LD=$ac_cv_prog_LD
2693c0b0 8008if test -n "$LD"; then
5213506e
RW
8009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8010$as_echo "$LD" >&6; }
ca9f4b81 8011else
5213506e
RW
8012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8013$as_echo "no" >&6; }
ca9f4b81 8014fi
1c710c3c 8015
5213506e 8016
2693c0b0
PB
8017 fi
8018 test -n "$ac_cv_prog_LD" && break
8019done
8020
8021if test -z "$ac_cv_prog_LD" ; then
8022 set dummy ld
8023 if test $build = $host ; then
8024 LD="$2"
ca9f4b81 8025 else
2693c0b0 8026 LD="${ncn_tool_prefix}$2"
ca9f4b81 8027 fi
ca9f4b81
AO
8028fi
8029
278a7a38
AO
8030
8031
8032if test -n "$LIPO"; then
8033 ac_cv_prog_LIPO=$LIPO
8034elif test -n "$ac_cv_prog_LIPO"; then
8035 LIPO=$ac_cv_prog_LIPO
8036fi
8037
8038if test -n "$ac_cv_prog_LIPO"; then
8039 for ncn_progname in lipo; do
8040 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8041set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8043$as_echo_n "checking for $ac_word... " >&6; }
8044if test "${ac_cv_prog_LIPO+set}" = set; then :
8045 $as_echo_n "(cached) " >&6
278a7a38
AO
8046else
8047 if test -n "$LIPO"; then
8048 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8049else
8050as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8051for as_dir in $PATH
8052do
8053 IFS=$as_save_IFS
8054 test -z "$as_dir" && as_dir=.
5213506e
RW
8055 for ac_exec_ext in '' $ac_executable_extensions; do
8056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8057 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8059 break 2
8060 fi
8061done
5213506e
RW
8062 done
8063IFS=$as_save_IFS
278a7a38
AO
8064
8065fi
8066fi
8067LIPO=$ac_cv_prog_LIPO
8068if test -n "$LIPO"; then
5213506e
RW
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8070$as_echo "$LIPO" >&6; }
278a7a38 8071else
5213506e
RW
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8073$as_echo "no" >&6; }
278a7a38
AO
8074fi
8075
5213506e 8076
278a7a38
AO
8077 done
8078fi
8079
8080for ncn_progname in lipo; do
2abefe3d
PB
8081 if test -n "$ncn_tool_prefix"; then
8082 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8083set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8085$as_echo_n "checking for $ac_word... " >&6; }
8086if test "${ac_cv_prog_LIPO+set}" = set; then :
8087 $as_echo_n "(cached) " >&6
2abefe3d
PB
8088else
8089 if test -n "$LIPO"; then
8090 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8091else
1c710c3c
DJ
8092as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8093for as_dir in $PATH
8094do
8095 IFS=$as_save_IFS
8096 test -z "$as_dir" && as_dir=.
5213506e
RW
8097 for ac_exec_ext in '' $ac_executable_extensions; do
8098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8099 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
5213506e 8100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8101 break 2
8102 fi
8103done
5213506e
RW
8104 done
8105IFS=$as_save_IFS
1c710c3c 8106
2abefe3d
PB
8107fi
8108fi
1c710c3c 8109LIPO=$ac_cv_prog_LIPO
2abefe3d 8110if test -n "$LIPO"; then
5213506e
RW
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8112$as_echo "$LIPO" >&6; }
2abefe3d 8113else
5213506e
RW
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8115$as_echo "no" >&6; }
2abefe3d
PB
8116fi
8117
5213506e 8118
2abefe3d
PB
8119 fi
8120 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8121 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8122set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8124$as_echo_n "checking for $ac_word... " >&6; }
8125if test "${ac_cv_prog_LIPO+set}" = set; then :
8126 $as_echo_n "(cached) " >&6
2abefe3d
PB
8127else
8128 if test -n "$LIPO"; then
8129 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8130else
1c710c3c
DJ
8131as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8132for as_dir in $PATH
8133do
8134 IFS=$as_save_IFS
8135 test -z "$as_dir" && as_dir=.
5213506e
RW
8136 for ac_exec_ext in '' $ac_executable_extensions; do
8137 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8138 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8140 break 2
8141 fi
8142done
5213506e
RW
8143 done
8144IFS=$as_save_IFS
1c710c3c 8145
2abefe3d
PB
8146fi
8147fi
1c710c3c 8148LIPO=$ac_cv_prog_LIPO
2abefe3d 8149if test -n "$LIPO"; then
5213506e
RW
8150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8151$as_echo "$LIPO" >&6; }
2abefe3d 8152else
5213506e
RW
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8154$as_echo "no" >&6; }
2abefe3d 8155fi
1c710c3c 8156
5213506e 8157
2abefe3d
PB
8158 fi
8159 test -n "$ac_cv_prog_LIPO" && break
8160done
8161
8162if test -z "$ac_cv_prog_LIPO" ; then
8163 set dummy lipo
8164 if test $build = $host ; then
8165 LIPO="$2"
8166 else
8167 LIPO="${ncn_tool_prefix}$2"
8168 fi
8169fi
8170
278a7a38
AO
8171
8172
8173if test -n "$NM"; then
8174 ac_cv_prog_NM=$NM
8175elif test -n "$ac_cv_prog_NM"; then
8176 NM=$ac_cv_prog_NM
8177fi
8178
8179if test -n "$ac_cv_prog_NM"; then
8180 for ncn_progname in nm; do
8181 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8182set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8184$as_echo_n "checking for $ac_word... " >&6; }
8185if test "${ac_cv_prog_NM+set}" = set; then :
8186 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8187else
8188 if test -n "$NM"; then
8189 ac_cv_prog_NM="$NM" # Let the user override the test.
8190else
1c710c3c
DJ
8191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8192for as_dir in $PATH
8193do
8194 IFS=$as_save_IFS
8195 test -z "$as_dir" && as_dir=.
5213506e
RW
8196 for ac_exec_ext in '' $ac_executable_extensions; do
8197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8198 ac_cv_prog_NM="${ncn_progname}"
5213506e 8199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8200 break 2
8201 fi
8202done
5213506e
RW
8203 done
8204IFS=$as_save_IFS
1c710c3c 8205
ca9f4b81
AO
8206fi
8207fi
1c710c3c 8208NM=$ac_cv_prog_NM
ca9f4b81 8209if test -n "$NM"; then
5213506e
RW
8210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8211$as_echo "$NM" >&6; }
ca9f4b81 8212else
5213506e
RW
8213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8214$as_echo "no" >&6; }
ca9f4b81
AO
8215fi
8216
5213506e 8217
278a7a38
AO
8218 done
8219fi
8220
8221for ncn_progname in nm; do
8222 if test -n "$ncn_tool_prefix"; then
8223 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8224set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8226$as_echo_n "checking for $ac_word... " >&6; }
8227if test "${ac_cv_prog_NM+set}" = set; then :
8228 $as_echo_n "(cached) " >&6
ca9f4b81 8229else
2693c0b0
PB
8230 if test -n "$NM"; then
8231 ac_cv_prog_NM="$NM" # Let the user override the test.
ca9f4b81 8232else
1c710c3c
DJ
8233as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8234for as_dir in $PATH
8235do
8236 IFS=$as_save_IFS
8237 test -z "$as_dir" && as_dir=.
5213506e
RW
8238 for ac_exec_ext in '' $ac_executable_extensions; do
8239 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8240 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
5213506e 8241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8242 break 2
8243 fi
8244done
5213506e
RW
8245 done
8246IFS=$as_save_IFS
1c710c3c 8247
ca9f4b81
AO
8248fi
8249fi
1c710c3c 8250NM=$ac_cv_prog_NM
2693c0b0 8251if test -n "$NM"; then
5213506e
RW
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8253$as_echo "$NM" >&6; }
ca9f4b81 8254else
5213506e
RW
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8256$as_echo "no" >&6; }
ca9f4b81 8257fi
1c710c3c 8258
5213506e 8259
2693c0b0 8260 fi
278a7a38
AO
8261 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8262 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8263set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8265$as_echo_n "checking for $ac_word... " >&6; }
8266if test "${ac_cv_prog_NM+set}" = set; then :
8267 $as_echo_n "(cached) " >&6
278a7a38
AO
8268else
8269 if test -n "$NM"; then
8270 ac_cv_prog_NM="$NM" # Let the user override the test.
8271else
8272as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8273for as_dir in $PATH
8274do
8275 IFS=$as_save_IFS
8276 test -z "$as_dir" && as_dir=.
5213506e
RW
8277 for ac_exec_ext in '' $ac_executable_extensions; do
8278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8279 ac_cv_prog_NM="${ncn_progname}"
5213506e 8280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8281 break 2
8282 fi
8283done
5213506e
RW
8284 done
8285IFS=$as_save_IFS
278a7a38
AO
8286
8287fi
8288fi
8289NM=$ac_cv_prog_NM
8290if test -n "$NM"; then
5213506e
RW
8291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8292$as_echo "$NM" >&6; }
278a7a38 8293else
5213506e
RW
8294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8295$as_echo "no" >&6; }
278a7a38
AO
8296fi
8297
5213506e 8298
278a7a38
AO
8299 fi
8300 test -n "$ac_cv_prog_NM" && break
8301done
8302
8303if test -z "$ac_cv_prog_NM" ; then
8304 set dummy nm
8305 if test $build = $host ; then
8306 NM="$2"
8307 else
8308 NM="${ncn_tool_prefix}$2"
8309 fi
8310fi
8311
8312
8313
8314if test -n "$RANLIB"; then
8315 ac_cv_prog_RANLIB=$RANLIB
8316elif test -n "$ac_cv_prog_RANLIB"; then
8317 RANLIB=$ac_cv_prog_RANLIB
8318fi
8319
8320if test -n "$ac_cv_prog_RANLIB"; then
8321 for ncn_progname in ranlib; do
8322 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8323set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8324{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8325$as_echo_n "checking for $ac_word... " >&6; }
8326if test "${ac_cv_prog_RANLIB+set}" = set; then :
8327 $as_echo_n "(cached) " >&6
278a7a38
AO
8328else
8329 if test -n "$RANLIB"; then
8330 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8331else
8332as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8333for as_dir in $PATH
8334do
8335 IFS=$as_save_IFS
8336 test -z "$as_dir" && as_dir=.
5213506e
RW
8337 for ac_exec_ext in '' $ac_executable_extensions; do
8338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8339 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 8340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8341 break 2
8342 fi
8343done
5213506e
RW
8344 done
8345IFS=$as_save_IFS
278a7a38
AO
8346
8347fi
8348fi
8349RANLIB=$ac_cv_prog_RANLIB
8350if test -n "$RANLIB"; then
5213506e
RW
8351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8352$as_echo "$RANLIB" >&6; }
278a7a38 8353else
5213506e
RW
8354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8355$as_echo "no" >&6; }
278a7a38
AO
8356fi
8357
5213506e 8358
278a7a38
AO
8359 done
8360fi
ca9f4b81 8361
278a7a38 8362for ncn_progname in ranlib; do
2693c0b0
PB
8363 if test -n "$ncn_tool_prefix"; then
8364 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8365set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8367$as_echo_n "checking for $ac_word... " >&6; }
8368if test "${ac_cv_prog_RANLIB+set}" = set; then :
8369 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8370else
8371 if test -n "$RANLIB"; then
8372 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8373else
1c710c3c
DJ
8374as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8375for as_dir in $PATH
8376do
8377 IFS=$as_save_IFS
8378 test -z "$as_dir" && as_dir=.
5213506e
RW
8379 for ac_exec_ext in '' $ac_executable_extensions; do
8380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8381 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
5213506e 8382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8383 break 2
8384 fi
8385done
5213506e
RW
8386 done
8387IFS=$as_save_IFS
1c710c3c 8388
ca9f4b81
AO
8389fi
8390fi
1c710c3c 8391RANLIB=$ac_cv_prog_RANLIB
ca9f4b81 8392if test -n "$RANLIB"; then
5213506e
RW
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8394$as_echo "$RANLIB" >&6; }
ca9f4b81 8395else
5213506e
RW
8396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8397$as_echo "no" >&6; }
ca9f4b81
AO
8398fi
8399
5213506e 8400
2693c0b0
PB
8401 fi
8402 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8403 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8404set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8406$as_echo_n "checking for $ac_word... " >&6; }
8407if test "${ac_cv_prog_RANLIB+set}" = set; then :
8408 $as_echo_n "(cached) " >&6
ca9f4b81 8409else
2693c0b0
PB
8410 if test -n "$RANLIB"; then
8411 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
ca9f4b81 8412else
1c710c3c
DJ
8413as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8414for as_dir in $PATH
8415do
8416 IFS=$as_save_IFS
8417 test -z "$as_dir" && as_dir=.
5213506e
RW
8418 for ac_exec_ext in '' $ac_executable_extensions; do
8419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8420 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 8421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8422 break 2
8423 fi
8424done
5213506e
RW
8425 done
8426IFS=$as_save_IFS
1c710c3c 8427
ca9f4b81
AO
8428fi
8429fi
1c710c3c 8430RANLIB=$ac_cv_prog_RANLIB
2693c0b0 8431if test -n "$RANLIB"; then
5213506e
RW
8432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8433$as_echo "$RANLIB" >&6; }
ca9f4b81 8434else
5213506e
RW
8435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8436$as_echo "no" >&6; }
ca9f4b81 8437fi
1c710c3c 8438
5213506e 8439
ca9f4b81 8440 fi
2693c0b0
PB
8441 test -n "$ac_cv_prog_RANLIB" && break
8442done
8443
8444if test -z "$ac_cv_prog_RANLIB" ; then
8445 RANLIB=":"
ca9f4b81
AO
8446fi
8447
278a7a38
AO
8448
8449
8450if test -n "$STRIP"; then
8451 ac_cv_prog_STRIP=$STRIP
8452elif test -n "$ac_cv_prog_STRIP"; then
8453 STRIP=$ac_cv_prog_STRIP
8454fi
8455
8456if test -n "$ac_cv_prog_STRIP"; then
8457 for ncn_progname in strip; do
8458 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8459set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8461$as_echo_n "checking for $ac_word... " >&6; }
8462if test "${ac_cv_prog_STRIP+set}" = set; then :
8463 $as_echo_n "(cached) " >&6
278a7a38
AO
8464else
8465 if test -n "$STRIP"; then
8466 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8467else
8468as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8469for as_dir in $PATH
8470do
8471 IFS=$as_save_IFS
8472 test -z "$as_dir" && as_dir=.
5213506e
RW
8473 for ac_exec_ext in '' $ac_executable_extensions; do
8474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8475 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 8476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8477 break 2
8478 fi
8479done
5213506e
RW
8480 done
8481IFS=$as_save_IFS
278a7a38
AO
8482
8483fi
8484fi
8485STRIP=$ac_cv_prog_STRIP
8486if test -n "$STRIP"; then
5213506e
RW
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8488$as_echo "$STRIP" >&6; }
278a7a38 8489else
5213506e
RW
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8491$as_echo "no" >&6; }
278a7a38
AO
8492fi
8493
5213506e 8494
278a7a38
AO
8495 done
8496fi
8497
8498for ncn_progname in strip; do
2abefe3d
PB
8499 if test -n "$ncn_tool_prefix"; then
8500 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8501set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8503$as_echo_n "checking for $ac_word... " >&6; }
8504if test "${ac_cv_prog_STRIP+set}" = set; then :
8505 $as_echo_n "(cached) " >&6
2abefe3d
PB
8506else
8507 if test -n "$STRIP"; then
8508 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8509else
1c710c3c
DJ
8510as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8511for as_dir in $PATH
8512do
8513 IFS=$as_save_IFS
8514 test -z "$as_dir" && as_dir=.
5213506e
RW
8515 for ac_exec_ext in '' $ac_executable_extensions; do
8516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8517 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
5213506e 8518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8519 break 2
8520 fi
8521done
5213506e
RW
8522 done
8523IFS=$as_save_IFS
1c710c3c 8524
2abefe3d
PB
8525fi
8526fi
1c710c3c 8527STRIP=$ac_cv_prog_STRIP
2abefe3d 8528if test -n "$STRIP"; then
5213506e
RW
8529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8530$as_echo "$STRIP" >&6; }
2abefe3d 8531else
5213506e
RW
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8533$as_echo "no" >&6; }
2abefe3d
PB
8534fi
8535
5213506e 8536
2abefe3d
PB
8537 fi
8538 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
8539 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8540set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8542$as_echo_n "checking for $ac_word... " >&6; }
8543if test "${ac_cv_prog_STRIP+set}" = set; then :
8544 $as_echo_n "(cached) " >&6
2abefe3d
PB
8545else
8546 if test -n "$STRIP"; then
8547 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8548else
1c710c3c
DJ
8549as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8550for as_dir in $PATH
8551do
8552 IFS=$as_save_IFS
8553 test -z "$as_dir" && as_dir=.
5213506e
RW
8554 for ac_exec_ext in '' $ac_executable_extensions; do
8555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8556 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 8557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8558 break 2
8559 fi
8560done
5213506e
RW
8561 done
8562IFS=$as_save_IFS
1c710c3c 8563
2abefe3d
PB
8564fi
8565fi
1c710c3c 8566STRIP=$ac_cv_prog_STRIP
2abefe3d 8567if test -n "$STRIP"; then
5213506e
RW
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8569$as_echo "$STRIP" >&6; }
2abefe3d 8570else
5213506e
RW
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8572$as_echo "no" >&6; }
2abefe3d 8573fi
1c710c3c 8574
5213506e 8575
2abefe3d
PB
8576 fi
8577 test -n "$ac_cv_prog_STRIP" && break
8578done
8579
8580if test -z "$ac_cv_prog_STRIP" ; then
8581 STRIP=":"
8582fi
8583
278a7a38
AO
8584
8585
8586if test -n "$WINDRES"; then
8587 ac_cv_prog_WINDRES=$WINDRES
8588elif test -n "$ac_cv_prog_WINDRES"; then
8589 WINDRES=$ac_cv_prog_WINDRES
8590fi
8591
8592if test -n "$ac_cv_prog_WINDRES"; then
8593 for ncn_progname in windres; do
8594 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8595set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8597$as_echo_n "checking for $ac_word... " >&6; }
8598if test "${ac_cv_prog_WINDRES+set}" = set; then :
8599 $as_echo_n "(cached) " >&6
278a7a38
AO
8600else
8601 if test -n "$WINDRES"; then
8602 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
8603else
8604as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8605for as_dir in $PATH
8606do
8607 IFS=$as_save_IFS
8608 test -z "$as_dir" && as_dir=.
5213506e
RW
8609 for ac_exec_ext in '' $ac_executable_extensions; do
8610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8611 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 8612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8613 break 2
8614 fi
8615done
5213506e
RW
8616 done
8617IFS=$as_save_IFS
278a7a38
AO
8618
8619fi
8620fi
8621WINDRES=$ac_cv_prog_WINDRES
8622if test -n "$WINDRES"; then
5213506e
RW
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
8624$as_echo "$WINDRES" >&6; }
278a7a38 8625else
5213506e
RW
8626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8627$as_echo "no" >&6; }
278a7a38
AO
8628fi
8629
5213506e 8630
278a7a38
AO
8631 done
8632fi
8633
8634for ncn_progname in windres; do
2693c0b0
PB
8635 if test -n "$ncn_tool_prefix"; then
8636 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8637set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8639$as_echo_n "checking for $ac_word... " >&6; }
8640if test "${ac_cv_prog_WINDRES+set}" = set; then :
8641 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8642else
8643 if test -n "$WINDRES"; then
8644 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
8645else
1c710c3c
DJ
8646as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8647for as_dir in $PATH
8648do
8649 IFS=$as_save_IFS
8650 test -z "$as_dir" && as_dir=.
5213506e
RW
8651 for ac_exec_ext in '' $ac_executable_extensions; do
8652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8653 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
5213506e 8654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8655 break 2
8656 fi
8657done
5213506e
RW
8658 done
8659IFS=$as_save_IFS
1c710c3c 8660
ca9f4b81
AO
8661fi
8662fi
1c710c3c 8663WINDRES=$ac_cv_prog_WINDRES
ca9f4b81 8664if test -n "$WINDRES"; then
5213506e
RW
8665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
8666$as_echo "$WINDRES" >&6; }
ca9f4b81 8667else
5213506e
RW
8668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8669$as_echo "no" >&6; }
ca9f4b81
AO
8670fi
8671
5213506e 8672
2693c0b0
PB
8673 fi
8674 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
8675 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8676set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8678$as_echo_n "checking for $ac_word... " >&6; }
8679if test "${ac_cv_prog_WINDRES+set}" = set; then :
8680 $as_echo_n "(cached) " >&6
ca9f4b81 8681else
2693c0b0
PB
8682 if test -n "$WINDRES"; then
8683 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
ca9f4b81 8684else
1c710c3c
DJ
8685as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8686for as_dir in $PATH
8687do
8688 IFS=$as_save_IFS
8689 test -z "$as_dir" && as_dir=.
5213506e
RW
8690 for ac_exec_ext in '' $ac_executable_extensions; do
8691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8692 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 8693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8694 break 2
8695 fi
8696done
5213506e
RW
8697 done
8698IFS=$as_save_IFS
1c710c3c 8699
ca9f4b81
AO
8700fi
8701fi
1c710c3c 8702WINDRES=$ac_cv_prog_WINDRES
2693c0b0 8703if test -n "$WINDRES"; then
5213506e
RW
8704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
8705$as_echo "$WINDRES" >&6; }
ca9f4b81 8706else
5213506e
RW
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8708$as_echo "no" >&6; }
ca9f4b81 8709fi
1c710c3c 8710
5213506e 8711
2693c0b0
PB
8712 fi
8713 test -n "$ac_cv_prog_WINDRES" && break
8714done
8715
8716if test -z "$ac_cv_prog_WINDRES" ; then
8717 set dummy windres
8718 if test $build = $host ; then
8719 WINDRES="$2"
ca9f4b81 8720 else
2693c0b0 8721 WINDRES="${ncn_tool_prefix}$2"
ca9f4b81 8722 fi
ca9f4b81
AO
8723fi
8724
278a7a38
AO
8725
8726
901119ae
KT
8727if test -n "$WINDMC"; then
8728 ac_cv_prog_WINDMC=$WINDMC
8729elif test -n "$ac_cv_prog_WINDMC"; then
8730 WINDMC=$ac_cv_prog_WINDMC
8731fi
8732
8733if test -n "$ac_cv_prog_WINDMC"; then
8734 for ncn_progname in windmc; do
8735 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8736set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8738$as_echo_n "checking for $ac_word... " >&6; }
8739if test "${ac_cv_prog_WINDMC+set}" = set; then :
8740 $as_echo_n "(cached) " >&6
901119ae
KT
8741else
8742 if test -n "$WINDMC"; then
8743 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8744else
8745as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8746for as_dir in $PATH
8747do
8748 IFS=$as_save_IFS
8749 test -z "$as_dir" && as_dir=.
5213506e
RW
8750 for ac_exec_ext in '' $ac_executable_extensions; do
8751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 8752 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 8753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
8754 break 2
8755 fi
8756done
5213506e
RW
8757 done
8758IFS=$as_save_IFS
901119ae
KT
8759
8760fi
8761fi
8762WINDMC=$ac_cv_prog_WINDMC
8763if test -n "$WINDMC"; then
5213506e
RW
8764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
8765$as_echo "$WINDMC" >&6; }
901119ae 8766else
5213506e
RW
8767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8768$as_echo "no" >&6; }
901119ae
KT
8769fi
8770
5213506e 8771
901119ae
KT
8772 done
8773fi
8774
8775for ncn_progname in windmc; do
8776 if test -n "$ncn_tool_prefix"; then
8777 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8778set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8780$as_echo_n "checking for $ac_word... " >&6; }
8781if test "${ac_cv_prog_WINDMC+set}" = set; then :
8782 $as_echo_n "(cached) " >&6
901119ae
KT
8783else
8784 if test -n "$WINDMC"; then
8785 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8786else
8787as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8788for as_dir in $PATH
8789do
8790 IFS=$as_save_IFS
8791 test -z "$as_dir" && as_dir=.
5213506e
RW
8792 for ac_exec_ext in '' $ac_executable_extensions; do
8793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 8794 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
5213506e 8795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
8796 break 2
8797 fi
8798done
5213506e
RW
8799 done
8800IFS=$as_save_IFS
901119ae
KT
8801
8802fi
8803fi
8804WINDMC=$ac_cv_prog_WINDMC
8805if test -n "$WINDMC"; then
5213506e
RW
8806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
8807$as_echo "$WINDMC" >&6; }
901119ae 8808else
5213506e
RW
8809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8810$as_echo "no" >&6; }
901119ae
KT
8811fi
8812
5213506e 8813
901119ae
KT
8814 fi
8815 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
8816 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8817set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8819$as_echo_n "checking for $ac_word... " >&6; }
8820if test "${ac_cv_prog_WINDMC+set}" = set; then :
8821 $as_echo_n "(cached) " >&6
901119ae
KT
8822else
8823 if test -n "$WINDMC"; then
8824 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8825else
8826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8827for as_dir in $PATH
8828do
8829 IFS=$as_save_IFS
8830 test -z "$as_dir" && as_dir=.
5213506e
RW
8831 for ac_exec_ext in '' $ac_executable_extensions; do
8832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 8833 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 8834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
8835 break 2
8836 fi
8837done
5213506e
RW
8838 done
8839IFS=$as_save_IFS
901119ae
KT
8840
8841fi
8842fi
8843WINDMC=$ac_cv_prog_WINDMC
8844if test -n "$WINDMC"; then
5213506e
RW
8845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
8846$as_echo "$WINDMC" >&6; }
901119ae 8847else
5213506e
RW
8848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8849$as_echo "no" >&6; }
901119ae
KT
8850fi
8851
5213506e 8852
901119ae
KT
8853 fi
8854 test -n "$ac_cv_prog_WINDMC" && break
8855done
8856
8857if test -z "$ac_cv_prog_WINDMC" ; then
8858 set dummy windmc
8859 if test $build = $host ; then
8860 WINDMC="$2"
8861 else
8862 WINDMC="${ncn_tool_prefix}$2"
8863 fi
8864fi
8865
8866
8867
278a7a38
AO
8868if test -n "$OBJCOPY"; then
8869 ac_cv_prog_OBJCOPY=$OBJCOPY
8870elif test -n "$ac_cv_prog_OBJCOPY"; then
8871 OBJCOPY=$ac_cv_prog_OBJCOPY
8872fi
8873
8874if test -n "$ac_cv_prog_OBJCOPY"; then
8875 for ncn_progname in objcopy; do
8876 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8877set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8879$as_echo_n "checking for $ac_word... " >&6; }
8880if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
8881 $as_echo_n "(cached) " >&6
278a7a38
AO
8882else
8883 if test -n "$OBJCOPY"; then
8884 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8885else
8886as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8887for as_dir in $PATH
8888do
8889 IFS=$as_save_IFS
8890 test -z "$as_dir" && as_dir=.
5213506e
RW
8891 for ac_exec_ext in '' $ac_executable_extensions; do
8892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8893 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 8894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8895 break 2
8896 fi
8897done
5213506e
RW
8898 done
8899IFS=$as_save_IFS
278a7a38
AO
8900
8901fi
8902fi
8903OBJCOPY=$ac_cv_prog_OBJCOPY
8904if test -n "$OBJCOPY"; then
5213506e
RW
8905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
8906$as_echo "$OBJCOPY" >&6; }
278a7a38 8907else
5213506e
RW
8908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8909$as_echo "no" >&6; }
278a7a38
AO
8910fi
8911
5213506e 8912
278a7a38
AO
8913 done
8914fi
8915
8916for ncn_progname in objcopy; do
2693c0b0
PB
8917 if test -n "$ncn_tool_prefix"; then
8918 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8919set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8921$as_echo_n "checking for $ac_word... " >&6; }
8922if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
8923 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8924else
8925 if test -n "$OBJCOPY"; then
8926 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8927else
1c710c3c
DJ
8928as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8929for as_dir in $PATH
8930do
8931 IFS=$as_save_IFS
8932 test -z "$as_dir" && as_dir=.
5213506e
RW
8933 for ac_exec_ext in '' $ac_executable_extensions; do
8934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8935 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
5213506e 8936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8937 break 2
8938 fi
8939done
5213506e
RW
8940 done
8941IFS=$as_save_IFS
1c710c3c 8942
ca9f4b81
AO
8943fi
8944fi
1c710c3c 8945OBJCOPY=$ac_cv_prog_OBJCOPY
ca9f4b81 8946if test -n "$OBJCOPY"; then
5213506e
RW
8947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
8948$as_echo "$OBJCOPY" >&6; }
ca9f4b81 8949else
5213506e
RW
8950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8951$as_echo "no" >&6; }
ca9f4b81
AO
8952fi
8953
5213506e 8954
2693c0b0
PB
8955 fi
8956 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
8957 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8958set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8960$as_echo_n "checking for $ac_word... " >&6; }
8961if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
8962 $as_echo_n "(cached) " >&6
ca9f4b81 8963else
2693c0b0
PB
8964 if test -n "$OBJCOPY"; then
8965 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
ca9f4b81 8966else
1c710c3c
DJ
8967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8968for as_dir in $PATH
8969do
8970 IFS=$as_save_IFS
8971 test -z "$as_dir" && as_dir=.
5213506e
RW
8972 for ac_exec_ext in '' $ac_executable_extensions; do
8973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8974 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 8975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8976 break 2
8977 fi
8978done
5213506e
RW
8979 done
8980IFS=$as_save_IFS
1c710c3c 8981
ca9f4b81
AO
8982fi
8983fi
1c710c3c 8984OBJCOPY=$ac_cv_prog_OBJCOPY
2693c0b0 8985if test -n "$OBJCOPY"; then
5213506e
RW
8986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
8987$as_echo "$OBJCOPY" >&6; }
ca9f4b81 8988else
5213506e
RW
8989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8990$as_echo "no" >&6; }
ca9f4b81 8991fi
1c710c3c 8992
5213506e 8993
2693c0b0
PB
8994 fi
8995 test -n "$ac_cv_prog_OBJCOPY" && break
8996done
8997
8998if test -z "$ac_cv_prog_OBJCOPY" ; then
8999 set dummy objcopy
9000 if test $build = $host ; then
9001 OBJCOPY="$2"
ca9f4b81 9002 else
2693c0b0 9003 OBJCOPY="${ncn_tool_prefix}$2"
ca9f4b81 9004 fi
ca9f4b81
AO
9005fi
9006
278a7a38
AO
9007
9008
9009if test -n "$OBJDUMP"; then
9010 ac_cv_prog_OBJDUMP=$OBJDUMP
9011elif test -n "$ac_cv_prog_OBJDUMP"; then
9012 OBJDUMP=$ac_cv_prog_OBJDUMP
9013fi
9014
9015if test -n "$ac_cv_prog_OBJDUMP"; then
9016 for ncn_progname in objdump; do
9017 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9018set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9020$as_echo_n "checking for $ac_word... " >&6; }
9021if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9022 $as_echo_n "(cached) " >&6
278a7a38
AO
9023else
9024 if test -n "$OBJDUMP"; then
9025 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9026else
9027as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9028for as_dir in $PATH
9029do
9030 IFS=$as_save_IFS
9031 test -z "$as_dir" && as_dir=.
5213506e
RW
9032 for ac_exec_ext in '' $ac_executable_extensions; do
9033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9034 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9036 break 2
9037 fi
9038done
5213506e
RW
9039 done
9040IFS=$as_save_IFS
278a7a38
AO
9041
9042fi
9043fi
9044OBJDUMP=$ac_cv_prog_OBJDUMP
9045if test -n "$OBJDUMP"; then
5213506e
RW
9046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9047$as_echo "$OBJDUMP" >&6; }
278a7a38 9048else
5213506e
RW
9049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9050$as_echo "no" >&6; }
278a7a38
AO
9051fi
9052
5213506e 9053
278a7a38
AO
9054 done
9055fi
9056
9057for ncn_progname in objdump; do
2693c0b0
PB
9058 if test -n "$ncn_tool_prefix"; then
9059 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9060set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9062$as_echo_n "checking for $ac_word... " >&6; }
9063if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9064 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9065else
9066 if test -n "$OBJDUMP"; then
9067 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9068else
1c710c3c
DJ
9069as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9070for as_dir in $PATH
9071do
9072 IFS=$as_save_IFS
9073 test -z "$as_dir" && as_dir=.
5213506e
RW
9074 for ac_exec_ext in '' $ac_executable_extensions; do
9075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9076 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9078 break 2
9079 fi
9080done
5213506e
RW
9081 done
9082IFS=$as_save_IFS
1c710c3c 9083
ca9f4b81
AO
9084fi
9085fi
1c710c3c 9086OBJDUMP=$ac_cv_prog_OBJDUMP
ca9f4b81 9087if test -n "$OBJDUMP"; then
5213506e
RW
9088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9089$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9090else
5213506e
RW
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9092$as_echo "no" >&6; }
ca9f4b81
AO
9093fi
9094
5213506e 9095
2693c0b0
PB
9096 fi
9097 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9098 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9099set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9101$as_echo_n "checking for $ac_word... " >&6; }
9102if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9103 $as_echo_n "(cached) " >&6
ca9f4b81 9104else
2693c0b0
PB
9105 if test -n "$OBJDUMP"; then
9106 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
ca9f4b81 9107else
1c710c3c
DJ
9108as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9109for as_dir in $PATH
9110do
9111 IFS=$as_save_IFS
9112 test -z "$as_dir" && as_dir=.
5213506e
RW
9113 for ac_exec_ext in '' $ac_executable_extensions; do
9114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9115 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9117 break 2
9118 fi
9119done
5213506e
RW
9120 done
9121IFS=$as_save_IFS
1c710c3c 9122
ca9f4b81
AO
9123fi
9124fi
1c710c3c 9125OBJDUMP=$ac_cv_prog_OBJDUMP
2693c0b0 9126if test -n "$OBJDUMP"; then
5213506e
RW
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9128$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9129else
5213506e
RW
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9131$as_echo "no" >&6; }
ca9f4b81 9132fi
1c710c3c 9133
5213506e 9134
2693c0b0
PB
9135 fi
9136 test -n "$ac_cv_prog_OBJDUMP" && break
9137done
9138
9139if test -z "$ac_cv_prog_OBJDUMP" ; then
9140 set dummy objdump
9141 if test $build = $host ; then
9142 OBJDUMP="$2"
ca9f4b81 9143 else
2693c0b0 9144 OBJDUMP="${ncn_tool_prefix}$2"
ca9f4b81 9145 fi
ca9f4b81
AO
9146fi
9147
671aa708
NN
9148
9149
9150
9151
9152
2abefe3d 9153# Target tools.
1c710c3c 9154
5213506e
RW
9155# Check whether --with-build-time-tools was given.
9156if test "${with_build_time_tools+set}" = set; then :
9157 withval=$with_build_time_tools; case x"$withval" in
e8b05380
PB
9158 x/*) ;;
9159 *)
9160 with_build_time_tools=
5213506e
RW
9161 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9162$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
e8b05380
PB
9163 ;;
9164 esac
ca9f4b81 9165else
e8b05380 9166 with_build_time_tools=
5213506e
RW
9167fi
9168
ca9f4b81 9169
278a7a38
AO
9170
9171
9172if test -n "$CC_FOR_TARGET"; then
9173 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9174elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9175 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9176fi
9177
9178if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9179 for ncn_progname in cc gcc; do
9180 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9181set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9183$as_echo_n "checking for $ac_word... " >&6; }
9184if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9185 $as_echo_n "(cached) " >&6
278a7a38
AO
9186else
9187 if test -n "$CC_FOR_TARGET"; then
9188 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9189else
9190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9191for as_dir in $PATH
9192do
9193 IFS=$as_save_IFS
9194 test -z "$as_dir" && as_dir=.
5213506e
RW
9195 for ac_exec_ext in '' $ac_executable_extensions; do
9196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9197 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 9198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9199 break 2
9200 fi
9201done
5213506e
RW
9202 done
9203IFS=$as_save_IFS
278a7a38
AO
9204
9205fi
9206fi
9207CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9208if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9210$as_echo "$CC_FOR_TARGET" >&6; }
278a7a38 9211else
5213506e
RW
9212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9213$as_echo "no" >&6; }
278a7a38
AO
9214fi
9215
5213506e 9216
278a7a38
AO
9217 done
9218fi
9219
9220if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9221 for ncn_progname in cc gcc; do
5213506e
RW
9222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9223$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9224 if test -x $with_build_time_tools/${ncn_progname}; then
9225 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9227$as_echo "yes" >&6; }
72a7ab82 9228 break
e8b05380 9229 else
5213506e
RW
9230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9231$as_echo "no" >&6; }
72a7ab82
AP
9232 fi
9233 done
4de997d1
PB
9234fi
9235
e8b05380
PB
9236if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9237 for ncn_progname in cc gcc; do
9238 if test -n "$ncn_target_tool_prefix"; then
9239 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 9240set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9242$as_echo_n "checking for $ac_word... " >&6; }
9243if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9244 $as_echo_n "(cached) " >&6
4de997d1
PB
9245else
9246 if test -n "$CC_FOR_TARGET"; then
9247 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9248else
1c710c3c
DJ
9249as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9250for as_dir in $PATH
9251do
9252 IFS=$as_save_IFS
9253 test -z "$as_dir" && as_dir=.
5213506e
RW
9254 for ac_exec_ext in '' $ac_executable_extensions; do
9255 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9256 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 9257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9258 break 2
9259 fi
9260done
5213506e
RW
9261 done
9262IFS=$as_save_IFS
1c710c3c 9263
4de997d1
PB
9264fi
9265fi
1c710c3c 9266CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
4de997d1 9267if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9269$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 9270else
5213506e
RW
9271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9272$as_echo "no" >&6; }
4de997d1
PB
9273fi
9274
5213506e 9275
e8b05380
PB
9276 fi
9277 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9278 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 9279set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9281$as_echo_n "checking for $ac_word... " >&6; }
9282if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9283 $as_echo_n "(cached) " >&6
4de997d1 9284else
2693c0b0
PB
9285 if test -n "$CC_FOR_TARGET"; then
9286 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4de997d1 9287else
1c710c3c
DJ
9288as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9289for as_dir in $PATH
9290do
9291 IFS=$as_save_IFS
9292 test -z "$as_dir" && as_dir=.
5213506e
RW
9293 for ac_exec_ext in '' $ac_executable_extensions; do
9294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9295 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 9296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9297 break 2
9298 fi
9299done
5213506e
RW
9300 done
9301IFS=$as_save_IFS
1c710c3c 9302
4de997d1
PB
9303fi
9304fi
1c710c3c 9305CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
2693c0b0 9306if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9308$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 9309else
5213506e
RW
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9311$as_echo "no" >&6; }
4de997d1 9312fi
1c710c3c 9313
5213506e 9314
e8b05380
PB
9315 fi
9316 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9317 done
9318fi
1c710c3c 9319
2693c0b0
PB
9320if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9321 set dummy cc gcc
9322 if test $build = $target ; then
9323 CC_FOR_TARGET="$2"
4de997d1 9324 else
2693c0b0 9325 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 9326 fi
1c00b503
PB
9327else
9328 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4de997d1
PB
9329fi
9330
278a7a38
AO
9331
9332
9333if test -n "$CXX_FOR_TARGET"; then
9334 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9335elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9336 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9337fi
9338
9339if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9340 for ncn_progname in c++ g++ cxx gxx; do
9341 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9342set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9343{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9344$as_echo_n "checking for $ac_word... " >&6; }
9345if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9346 $as_echo_n "(cached) " >&6
278a7a38
AO
9347else
9348 if test -n "$CXX_FOR_TARGET"; then
9349 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9350else
9351as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9352for as_dir in $PATH
9353do
9354 IFS=$as_save_IFS
9355 test -z "$as_dir" && as_dir=.
5213506e
RW
9356 for ac_exec_ext in '' $ac_executable_extensions; do
9357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9358 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 9359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9360 break 2
9361 fi
9362done
5213506e
RW
9363 done
9364IFS=$as_save_IFS
278a7a38
AO
9365
9366fi
9367fi
9368CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9369if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
9370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9371$as_echo "$CXX_FOR_TARGET" >&6; }
278a7a38 9372else
5213506e
RW
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9374$as_echo "no" >&6; }
278a7a38
AO
9375fi
9376
5213506e 9377
278a7a38
AO
9378 done
9379fi
9380
9381if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9382 for ncn_progname in c++ g++ cxx gxx; do
5213506e
RW
9383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9384$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9385 if test -x $with_build_time_tools/${ncn_progname}; then
9386 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9388$as_echo "yes" >&6; }
e8b05380
PB
9389 break
9390 else
5213506e
RW
9391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9392$as_echo "no" >&6; }
e8b05380
PB
9393 fi
9394 done
9395fi
9396
9397if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9398 for ncn_progname in c++ g++ cxx gxx; do
9399 if test -n "$ncn_target_tool_prefix"; then
9400 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 9401set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9403$as_echo_n "checking for $ac_word... " >&6; }
9404if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9405 $as_echo_n "(cached) " >&6
4de997d1
PB
9406else
9407 if test -n "$CXX_FOR_TARGET"; then
9408 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9409else
1c710c3c
DJ
9410as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9411for as_dir in $PATH
9412do
9413 IFS=$as_save_IFS
9414 test -z "$as_dir" && as_dir=.
5213506e
RW
9415 for ac_exec_ext in '' $ac_executable_extensions; do
9416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9417 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 9418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9419 break 2
9420 fi
9421done
5213506e
RW
9422 done
9423IFS=$as_save_IFS
1c710c3c 9424
4de997d1
PB
9425fi
9426fi
1c710c3c 9427CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
4de997d1 9428if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
9429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9430$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 9431else
5213506e
RW
9432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9433$as_echo "no" >&6; }
4de997d1
PB
9434fi
9435
5213506e 9436
e8b05380
PB
9437 fi
9438 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9439 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 9440set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9442$as_echo_n "checking for $ac_word... " >&6; }
9443if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9444 $as_echo_n "(cached) " >&6
4de997d1 9445else
2693c0b0
PB
9446 if test -n "$CXX_FOR_TARGET"; then
9447 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4de997d1 9448else
1c710c3c
DJ
9449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9450for as_dir in $PATH
9451do
9452 IFS=$as_save_IFS
9453 test -z "$as_dir" && as_dir=.
5213506e
RW
9454 for ac_exec_ext in '' $ac_executable_extensions; do
9455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9456 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 9457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9458 break 2
9459 fi
9460done
5213506e
RW
9461 done
9462IFS=$as_save_IFS
1c710c3c 9463
4de997d1
PB
9464fi
9465fi
1c710c3c 9466CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
2693c0b0 9467if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
9468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9469$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 9470else
5213506e
RW
9471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9472$as_echo "no" >&6; }
4de997d1 9473fi
1c710c3c 9474
5213506e 9475
e8b05380
PB
9476 fi
9477 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
9478 done
9479fi
1c710c3c 9480
2693c0b0
PB
9481if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
9482 set dummy c++ g++ cxx gxx
9483 if test $build = $target ; then
9484 CXX_FOR_TARGET="$2"
4de997d1 9485 else
2693c0b0 9486 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 9487 fi
1c00b503
PB
9488else
9489 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
ca9f4b81
AO
9490fi
9491
278a7a38
AO
9492
9493
9494if test -n "$GCC_FOR_TARGET"; then
9495 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
9496elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9497 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9498fi
9499
9500if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9501 for ncn_progname in gcc; do
9502 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9503set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9505$as_echo_n "checking for $ac_word... " >&6; }
9506if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9507 $as_echo_n "(cached) " >&6
278a7a38
AO
9508else
9509 if test -n "$GCC_FOR_TARGET"; then
9510 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
9511else
9512as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9513for as_dir in $PATH
9514do
9515 IFS=$as_save_IFS
9516 test -z "$as_dir" && as_dir=.
5213506e
RW
9517 for ac_exec_ext in '' $ac_executable_extensions; do
9518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9519 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 9520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9521 break 2
9522 fi
9523done
5213506e
RW
9524 done
9525IFS=$as_save_IFS
278a7a38
AO
9526
9527fi
9528fi
9529GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9530if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
9531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
9532$as_echo "$GCC_FOR_TARGET" >&6; }
278a7a38 9533else
5213506e
RW
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9535$as_echo "no" >&6; }
278a7a38
AO
9536fi
9537
5213506e 9538
278a7a38
AO
9539 done
9540fi
9541
9542if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9543 for ncn_progname in gcc; do
5213506e
RW
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9545$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9546 if test -x $with_build_time_tools/${ncn_progname}; then
9547 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9549$as_echo "yes" >&6; }
e8b05380
PB
9550 break
9551 else
5213506e
RW
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9553$as_echo "no" >&6; }
e8b05380
PB
9554 fi
9555 done
9556fi
9557
9558if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
9559 for ncn_progname in gcc; do
9560 if test -n "$ncn_target_tool_prefix"; then
9561 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 9562set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9563{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9564$as_echo_n "checking for $ac_word... " >&6; }
9565if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9566 $as_echo_n "(cached) " >&6
ca9f4b81 9567else
e8b05380
PB
9568 if test -n "$GCC_FOR_TARGET"; then
9569 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 9570else
1c710c3c
DJ
9571as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9572for as_dir in $PATH
9573do
9574 IFS=$as_save_IFS
9575 test -z "$as_dir" && as_dir=.
5213506e
RW
9576 for ac_exec_ext in '' $ac_executable_extensions; do
9577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9578 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 9579 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9580 break 2
9581 fi
9582done
5213506e
RW
9583 done
9584IFS=$as_save_IFS
1c710c3c 9585
ca9f4b81
AO
9586fi
9587fi
1c710c3c 9588GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 9589if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
9590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
9591$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 9592else
5213506e
RW
9593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9594$as_echo "no" >&6; }
ca9f4b81
AO
9595fi
9596
5213506e 9597
e8b05380
PB
9598 fi
9599 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
9600 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 9601set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9603$as_echo_n "checking for $ac_word... " >&6; }
9604if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9605 $as_echo_n "(cached) " >&6
ca9f4b81 9606else
e8b05380
PB
9607 if test -n "$GCC_FOR_TARGET"; then
9608 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 9609else
1c710c3c
DJ
9610as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9611for as_dir in $PATH
9612do
9613 IFS=$as_save_IFS
9614 test -z "$as_dir" && as_dir=.
5213506e
RW
9615 for ac_exec_ext in '' $ac_executable_extensions; do
9616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9617 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 9618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9619 break 2
9620 fi
9621done
5213506e
RW
9622 done
9623IFS=$as_save_IFS
1c710c3c 9624
ca9f4b81
AO
9625fi
9626fi
1c710c3c 9627GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 9628if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
9630$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 9631else
5213506e
RW
9632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9633$as_echo "no" >&6; }
ca9f4b81 9634fi
1c710c3c 9635
5213506e 9636
e8b05380
PB
9637 fi
9638 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
9639 done
9640fi
1c710c3c 9641
e8b05380
PB
9642if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
9643 GCC_FOR_TARGET="${CC_FOR_TARGET}"
1c00b503
PB
9644else
9645 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
e8b05380
PB
9646fi
9647
278a7a38
AO
9648
9649
9650if test -n "$GCJ_FOR_TARGET"; then
9651 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
9652elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
9653 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9654fi
9655
9656if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
9657 for ncn_progname in gcj; do
9658 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9659set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9661$as_echo_n "checking for $ac_word... " >&6; }
9662if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
9663 $as_echo_n "(cached) " >&6
278a7a38
AO
9664else
9665 if test -n "$GCJ_FOR_TARGET"; then
9666 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
9667else
9668as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9669for as_dir in $PATH
9670do
9671 IFS=$as_save_IFS
9672 test -z "$as_dir" && as_dir=.
5213506e
RW
9673 for ac_exec_ext in '' $ac_executable_extensions; do
9674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9675 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 9676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9677 break 2
9678 fi
9679done
5213506e
RW
9680 done
9681IFS=$as_save_IFS
278a7a38
AO
9682
9683fi
9684fi
9685GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9686if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
9687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
9688$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 9689else
5213506e
RW
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9691$as_echo "no" >&6; }
278a7a38
AO
9692fi
9693
5213506e 9694
278a7a38
AO
9695 done
9696fi
9697
9698if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9699 for ncn_progname in gcj; do
5213506e
RW
9700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9701$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9702 if test -x $with_build_time_tools/${ncn_progname}; then
9703 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9705$as_echo "yes" >&6; }
e8b05380
PB
9706 break
9707 else
5213506e
RW
9708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9709$as_echo "no" >&6; }
e8b05380
PB
9710 fi
9711 done
9712fi
9713
9714if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
9715 for ncn_progname in gcj; do
9716 if test -n "$ncn_target_tool_prefix"; then
9717 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9718set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9720$as_echo_n "checking for $ac_word... " >&6; }
9721if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
9722 $as_echo_n "(cached) " >&6
e8b05380 9723else
fb0103e5
RG
9724 if test -n "$GCJ_FOR_TARGET"; then
9725 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
9726else
1c710c3c
DJ
9727as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9728for as_dir in $PATH
9729do
9730 IFS=$as_save_IFS
9731 test -z "$as_dir" && as_dir=.
5213506e
RW
9732 for ac_exec_ext in '' $ac_executable_extensions; do
9733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9734 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 9735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9736 break 2
9737 fi
9738done
5213506e
RW
9739 done
9740IFS=$as_save_IFS
1c710c3c 9741
e8b05380
PB
9742fi
9743fi
278a7a38
AO
9744GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9745if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
9746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
9747$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 9748else
5213506e
RW
9749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9750$as_echo "no" >&6; }
278a7a38
AO
9751fi
9752
5213506e 9753
278a7a38
AO
9754 fi
9755 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
9756 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9757set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9759$as_echo_n "checking for $ac_word... " >&6; }
9760if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
9761 $as_echo_n "(cached) " >&6
278a7a38
AO
9762else
9763 if test -n "$GCJ_FOR_TARGET"; then
9764 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
9765else
9766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9767for as_dir in $PATH
9768do
9769 IFS=$as_save_IFS
9770 test -z "$as_dir" && as_dir=.
5213506e
RW
9771 for ac_exec_ext in '' $ac_executable_extensions; do
9772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9773 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 9774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9775 break 2
9776 fi
9777done
5213506e
RW
9778 done
9779IFS=$as_save_IFS
278a7a38
AO
9780
9781fi
9782fi
9783GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9784if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
9786$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 9787else
5213506e
RW
9788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9789$as_echo "no" >&6; }
278a7a38
AO
9790fi
9791
5213506e 9792
278a7a38
AO
9793 fi
9794 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
9795 done
9796fi
9797
9798if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
9799 set dummy gcj
9800 if test $build = $target ; then
9801 GCJ_FOR_TARGET="$2"
9802 else
9803 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
9804 fi
1c00b503
PB
9805else
9806 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
278a7a38
AO
9807fi
9808
9809
9810
9811if test -n "$GFORTRAN_FOR_TARGET"; then
9812 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
9813elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9814 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380
PB
9815fi
9816
278a7a38
AO
9817if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9818 for ncn_progname in gfortran; do
9819 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
e8b05380 9820set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9822$as_echo_n "checking for $ac_word... " >&6; }
9823if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
9824 $as_echo_n "(cached) " >&6
e8b05380 9825else
278a7a38
AO
9826 if test -n "$GFORTRAN_FOR_TARGET"; then
9827 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
e8b05380 9828else
1c710c3c
DJ
9829as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9830for as_dir in $PATH
9831do
9832 IFS=$as_save_IFS
9833 test -z "$as_dir" && as_dir=.
5213506e
RW
9834 for ac_exec_ext in '' $ac_executable_extensions; do
9835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9836 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 9837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9838 break 2
9839 fi
9840done
5213506e
RW
9841 done
9842IFS=$as_save_IFS
1c710c3c 9843
e8b05380
PB
9844fi
9845fi
278a7a38
AO
9846GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9847if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
9848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
9849$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 9850else
5213506e
RW
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9852$as_echo "no" >&6; }
e8b05380 9853fi
1c710c3c 9854
5213506e 9855
e8b05380
PB
9856 done
9857fi
1c710c3c 9858
278a7a38 9859if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9860 for ncn_progname in gfortran; do
5213506e
RW
9861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9862$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9863 if test -x $with_build_time_tools/${ncn_progname}; then
9864 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9866$as_echo "yes" >&6; }
e8b05380
PB
9867 break
9868 else
5213506e
RW
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9870$as_echo "no" >&6; }
e8b05380
PB
9871 fi
9872 done
9873fi
9874
9875if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9876 for ncn_progname in gfortran; do
9877 if test -n "$ncn_target_tool_prefix"; then
9878 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9879set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9881$as_echo_n "checking for $ac_word... " >&6; }
9882if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
9883 $as_echo_n "(cached) " >&6
e8b05380
PB
9884else
9885 if test -n "$GFORTRAN_FOR_TARGET"; then
1c710c3c
DJ
9886 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9887else
9888as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9889for as_dir in $PATH
9890do
9891 IFS=$as_save_IFS
9892 test -z "$as_dir" && as_dir=.
5213506e
RW
9893 for ac_exec_ext in '' $ac_executable_extensions; do
9894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9895 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 9896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9897 break 2
9898 fi
9899done
5213506e
RW
9900 done
9901IFS=$as_save_IFS
1c710c3c 9902
e8b05380
PB
9903fi
9904fi
1c710c3c 9905GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 9906if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
9907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
9908$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 9909else
5213506e
RW
9910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9911$as_echo "no" >&6; }
e8b05380
PB
9912fi
9913
5213506e 9914
e8b05380
PB
9915 fi
9916 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
9917 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9918set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9920$as_echo_n "checking for $ac_word... " >&6; }
9921if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
9922 $as_echo_n "(cached) " >&6
e8b05380
PB
9923else
9924 if test -n "$GFORTRAN_FOR_TARGET"; then
9925 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9926else
1c710c3c
DJ
9927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9928for as_dir in $PATH
9929do
9930 IFS=$as_save_IFS
9931 test -z "$as_dir" && as_dir=.
5213506e
RW
9932 for ac_exec_ext in '' $ac_executable_extensions; do
9933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9934 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 9935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9936 break 2
9937 fi
9938done
5213506e
RW
9939 done
9940IFS=$as_save_IFS
1c710c3c 9941
e8b05380
PB
9942fi
9943fi
1c710c3c 9944GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 9945if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
9946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
9947$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 9948else
5213506e
RW
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9950$as_echo "no" >&6; }
e8b05380 9951fi
1c710c3c 9952
5213506e 9953
e8b05380
PB
9954 fi
9955 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
9956 done
9957fi
1c710c3c 9958
e8b05380
PB
9959if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
9960 set dummy gfortran
2693c0b0 9961 if test $build = $target ; then
e8b05380 9962 GFORTRAN_FOR_TARGET="$2"
ca9f4b81 9963 else
e8b05380
PB
9964 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
9965 fi
1c00b503
PB
9966else
9967 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
e8b05380
PB
9968fi
9969
9970
9971
e8b05380
PB
9972cat > conftest.c << \EOF
9973#ifdef __GNUC__
9974 gcc_yay;
9975#endif
9976EOF
9977if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
9978 have_gcc_for_target=yes
9979else
9980 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
9981 have_gcc_for_target=no
9982fi
9983rm conftest.c
9984
9985
9986
9987
9988if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9989 if test -n "$with_build_time_tools"; then
5213506e
RW
9990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
9991$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9992 if test -x $with_build_time_tools/ar; then
9993 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
9994 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
5213506e
RW
9995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
9996$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
d1f8db0c 9997 else
5213506e
RW
9998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9999$as_echo "no" >&6; }
d1f8db0c 10000 fi
e8b05380
PB
10001 elif test $build != $host && test $have_gcc_for_target = yes; then
10002 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
1c00b503
PB
10003 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10004 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
e8b05380
PB
10005 fi
10006fi
3e19841a 10007if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10008 # Extract the first word of "ar", so it can be a program name with args.
10009set dummy ar; ac_word=$2
5213506e
RW
10010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10011$as_echo_n "checking for $ac_word... " >&6; }
10012if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10013 $as_echo_n "(cached) " >&6
e8b05380 10014else
1c710c3c
DJ
10015 case $AR_FOR_TARGET in
10016 [\\/]* | ?:[\\/]*)
e8b05380
PB
10017 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10018 ;;
e8b05380 10019 *)
1c710c3c
DJ
10020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10021for as_dir in $gcc_cv_tool_dirs
10022do
10023 IFS=$as_save_IFS
10024 test -z "$as_dir" && as_dir=.
5213506e
RW
10025 for ac_exec_ext in '' $ac_executable_extensions; do
10026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10027 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10029 break 2
10030 fi
10031done
5213506e
RW
10032 done
10033IFS=$as_save_IFS
1c710c3c 10034
e8b05380
PB
10035 ;;
10036esac
10037fi
1c710c3c 10038AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380 10039if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10041$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 10042else
5213506e
RW
10043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10044$as_echo "no" >&6; }
4de997d1
PB
10045fi
10046
5213506e 10047
e8b05380
PB
10048fi
10049if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
278a7a38
AO
10050
10051
10052if test -n "$AR_FOR_TARGET"; then
10053 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10054elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10055 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10056fi
10057
10058if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10059 for ncn_progname in ar; do
10060 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10061set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10063$as_echo_n "checking for $ac_word... " >&6; }
10064if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10065 $as_echo_n "(cached) " >&6
278a7a38
AO
10066else
10067 if test -n "$AR_FOR_TARGET"; then
10068 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10069else
10070as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10071for as_dir in $PATH
10072do
10073 IFS=$as_save_IFS
10074 test -z "$as_dir" && as_dir=.
5213506e
RW
10075 for ac_exec_ext in '' $ac_executable_extensions; do
10076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10077 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 10078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10079 break 2
10080 fi
10081done
5213506e
RW
10082 done
10083IFS=$as_save_IFS
278a7a38
AO
10084
10085fi
10086fi
10087AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10088if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10090$as_echo "$AR_FOR_TARGET" >&6; }
278a7a38 10091else
5213506e
RW
10092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10093$as_echo "no" >&6; }
278a7a38
AO
10094fi
10095
5213506e 10096
278a7a38
AO
10097 done
10098fi
10099
10100if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10101 for ncn_progname in ar; do
5213506e
RW
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10103$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10104 if test -x $with_build_time_tools/${ncn_progname}; then
10105 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10107$as_echo "yes" >&6; }
e8b05380
PB
10108 break
10109 else
5213506e
RW
10110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10111$as_echo "no" >&6; }
e8b05380
PB
10112 fi
10113 done
10114fi
10115
10116if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10117 for ncn_progname in ar; do
10118 if test -n "$ncn_target_tool_prefix"; then
10119 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10120set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10122$as_echo_n "checking for $ac_word... " >&6; }
10123if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10124 $as_echo_n "(cached) " >&6
4de997d1 10125else
e8b05380
PB
10126 if test -n "$AR_FOR_TARGET"; then
10127 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
4de997d1 10128else
1c710c3c
DJ
10129as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10130for as_dir in $PATH
10131do
10132 IFS=$as_save_IFS
10133 test -z "$as_dir" && as_dir=.
5213506e
RW
10134 for ac_exec_ext in '' $ac_executable_extensions; do
10135 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10136 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10138 break 2
10139 fi
10140done
5213506e
RW
10141 done
10142IFS=$as_save_IFS
1c710c3c 10143
4de997d1
PB
10144fi
10145fi
1c710c3c 10146AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 10147if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10149$as_echo "$AR_FOR_TARGET" >&6; }
4de997d1 10150else
5213506e
RW
10151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10152$as_echo "no" >&6; }
4de997d1
PB
10153fi
10154
5213506e 10155
e8b05380
PB
10156 fi
10157 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10158 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10159set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10161$as_echo_n "checking for $ac_word... " >&6; }
10162if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10163 $as_echo_n "(cached) " >&6
e8b05380
PB
10164else
10165 if test -n "$AR_FOR_TARGET"; then
10166 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10167else
1c710c3c
DJ
10168as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10169for as_dir in $PATH
10170do
10171 IFS=$as_save_IFS
10172 test -z "$as_dir" && as_dir=.
5213506e
RW
10173 for ac_exec_ext in '' $ac_executable_extensions; do
10174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10175 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 10176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10177 break 2
10178 fi
10179done
5213506e
RW
10180 done
10181IFS=$as_save_IFS
1c710c3c 10182
e8b05380
PB
10183fi
10184fi
1c710c3c 10185AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 10186if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10188$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 10189else
5213506e
RW
10190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10191$as_echo "no" >&6; }
e8b05380 10192fi
1c710c3c 10193
5213506e 10194
e8b05380
PB
10195 fi
10196 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10197 done
10198fi
1c710c3c 10199
e8b05380
PB
10200if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10201 set dummy ar
10202 if test $build = $target ; then
10203 AR_FOR_TARGET="$2"
10204 else
10205 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
2693c0b0 10206 fi
1c00b503
PB
10207else
10208 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
e8b05380
PB
10209fi
10210
d1f8db0c
PB
10211else
10212 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380
PB
10213fi
10214
10215
10216
10217
10218if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10219 if test -n "$with_build_time_tools"; then
5213506e
RW
10220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10221$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10222 if test -x $with_build_time_tools/as; then
10223 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10224 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
5213506e
RW
10225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10226$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
d1f8db0c 10227 else
5213506e
RW
10228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10229$as_echo "no" >&6; }
d1f8db0c 10230 fi
e8b05380
PB
10231 elif test $build != $host && test $have_gcc_for_target = yes; then
10232 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
1c00b503
PB
10233 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10234 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
e8b05380
PB
10235 fi
10236fi
3e19841a 10237if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10238 # Extract the first word of "as", so it can be a program name with args.
10239set dummy as; ac_word=$2
5213506e
RW
10240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10241$as_echo_n "checking for $ac_word... " >&6; }
10242if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10243 $as_echo_n "(cached) " >&6
e8b05380 10244else
1c710c3c
DJ
10245 case $AS_FOR_TARGET in
10246 [\\/]* | ?:[\\/]*)
e8b05380
PB
10247 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10248 ;;
e8b05380 10249 *)
1c710c3c
DJ
10250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10251for as_dir in $gcc_cv_tool_dirs
10252do
10253 IFS=$as_save_IFS
10254 test -z "$as_dir" && as_dir=.
5213506e
RW
10255 for ac_exec_ext in '' $ac_executable_extensions; do
10256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10257 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10259 break 2
10260 fi
10261done
5213506e
RW
10262 done
10263IFS=$as_save_IFS
1c710c3c 10264
e8b05380
PB
10265 ;;
10266esac
10267fi
1c710c3c 10268AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
e8b05380 10269if test -n "$AS_FOR_TARGET"; then
5213506e
RW
10270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10271$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 10272else
5213506e
RW
10273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10274$as_echo "no" >&6; }
e8b05380
PB
10275fi
10276
5213506e 10277
e8b05380
PB
10278fi
10279if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
278a7a38
AO
10280
10281
10282if test -n "$AS_FOR_TARGET"; then
10283 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10284elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10285 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10286fi
10287
10288if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10289 for ncn_progname in as; do
10290 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10291set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10293$as_echo_n "checking for $ac_word... " >&6; }
10294if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10295 $as_echo_n "(cached) " >&6
278a7a38
AO
10296else
10297 if test -n "$AS_FOR_TARGET"; then
10298 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10299else
10300as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10301for as_dir in $PATH
10302do
10303 IFS=$as_save_IFS
10304 test -z "$as_dir" && as_dir=.
5213506e
RW
10305 for ac_exec_ext in '' $ac_executable_extensions; do
10306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10307 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 10308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10309 break 2
10310 fi
10311done
5213506e
RW
10312 done
10313IFS=$as_save_IFS
278a7a38
AO
10314
10315fi
10316fi
10317AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10318if test -n "$AS_FOR_TARGET"; then
5213506e
RW
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10320$as_echo "$AS_FOR_TARGET" >&6; }
278a7a38 10321else
5213506e
RW
10322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10323$as_echo "no" >&6; }
278a7a38
AO
10324fi
10325
5213506e 10326
278a7a38
AO
10327 done
10328fi
10329
10330if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10331 for ncn_progname in as; do
5213506e
RW
10332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10333$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10334 if test -x $with_build_time_tools/${ncn_progname}; then
10335 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10337$as_echo "yes" >&6; }
e8b05380
PB
10338 break
10339 else
5213506e
RW
10340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10341$as_echo "no" >&6; }
e8b05380
PB
10342 fi
10343 done
10344fi
10345
10346if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
10347 for ncn_progname in as; do
10348 if test -n "$ncn_target_tool_prefix"; then
10349 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10350set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10352$as_echo_n "checking for $ac_word... " >&6; }
10353if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10354 $as_echo_n "(cached) " >&6
e8b05380
PB
10355else
10356 if test -n "$AS_FOR_TARGET"; then
10357 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10358else
1c710c3c
DJ
10359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10360for as_dir in $PATH
10361do
10362 IFS=$as_save_IFS
10363 test -z "$as_dir" && as_dir=.
5213506e
RW
10364 for ac_exec_ext in '' $ac_executable_extensions; do
10365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10366 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10368 break 2
10369 fi
10370done
5213506e
RW
10371 done
10372IFS=$as_save_IFS
1c710c3c 10373
e8b05380
PB
10374fi
10375fi
1c710c3c 10376AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 10377if test -n "$AS_FOR_TARGET"; then
5213506e
RW
10378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10379$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 10380else
5213506e
RW
10381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10382$as_echo "no" >&6; }
e8b05380
PB
10383fi
10384
5213506e 10385
e8b05380
PB
10386 fi
10387 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
10388 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10389set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10391$as_echo_n "checking for $ac_word... " >&6; }
10392if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10393 $as_echo_n "(cached) " >&6
4de997d1 10394else
e8b05380
PB
10395 if test -n "$AS_FOR_TARGET"; then
10396 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
4de997d1 10397else
1c710c3c
DJ
10398as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10399for as_dir in $PATH
10400do
10401 IFS=$as_save_IFS
10402 test -z "$as_dir" && as_dir=.
5213506e
RW
10403 for ac_exec_ext in '' $ac_executable_extensions; do
10404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10405 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 10406 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10407 break 2
10408 fi
10409done
5213506e
RW
10410 done
10411IFS=$as_save_IFS
1c710c3c 10412
4de997d1
PB
10413fi
10414fi
1c710c3c 10415AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 10416if test -n "$AS_FOR_TARGET"; then
5213506e
RW
10417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10418$as_echo "$AS_FOR_TARGET" >&6; }
4de997d1 10419else
5213506e
RW
10420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10421$as_echo "no" >&6; }
4de997d1 10422fi
1c710c3c 10423
5213506e 10424
e8b05380
PB
10425 fi
10426 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
10427 done
10428fi
1c710c3c 10429
e8b05380
PB
10430if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
10431 set dummy as
10432 if test $build = $target ; then
10433 AS_FOR_TARGET="$2"
10434 else
10435 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10436 fi
1c00b503
PB
10437else
10438 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
e8b05380 10439fi
2693c0b0 10440
d1f8db0c
PB
10441else
10442 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
4de997d1
PB
10443fi
10444
e8b05380
PB
10445
10446
10447
10448if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
10449 if test -n "$with_build_time_tools"; then
5213506e
RW
10450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
10451$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10452 if test -x $with_build_time_tools/dlltool; then
10453 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
10454 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
5213506e
RW
10455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
10456$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
d1f8db0c 10457 else
5213506e
RW
10458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10459$as_echo "no" >&6; }
d1f8db0c 10460 fi
e8b05380
PB
10461 elif test $build != $host && test $have_gcc_for_target = yes; then
10462 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
1c00b503
PB
10463 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
10464 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
e8b05380
PB
10465 fi
10466fi
3e19841a 10467if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10468 # Extract the first word of "dlltool", so it can be a program name with args.
10469set dummy dlltool; ac_word=$2
5213506e
RW
10470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10471$as_echo_n "checking for $ac_word... " >&6; }
10472if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
10473 $as_echo_n "(cached) " >&6
4de997d1 10474else
1c710c3c
DJ
10475 case $DLLTOOL_FOR_TARGET in
10476 [\\/]* | ?:[\\/]*)
e8b05380
PB
10477 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
10478 ;;
e8b05380 10479 *)
1c710c3c
DJ
10480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10481for as_dir in $gcc_cv_tool_dirs
10482do
10483 IFS=$as_save_IFS
10484 test -z "$as_dir" && as_dir=.
5213506e
RW
10485 for ac_exec_ext in '' $ac_executable_extensions; do
10486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10487 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10489 break 2
10490 fi
10491done
5213506e
RW
10492 done
10493IFS=$as_save_IFS
1c710c3c 10494
e8b05380
PB
10495 ;;
10496esac
4de997d1 10497fi
1c710c3c 10498DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380 10499if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
10500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
10501$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 10502else
5213506e
RW
10503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10504$as_echo "no" >&6; }
4de997d1
PB
10505fi
10506
5213506e 10507
e8b05380
PB
10508fi
10509if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
278a7a38
AO
10510
10511
10512if test -n "$DLLTOOL_FOR_TARGET"; then
10513 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
10514elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
10515 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
10516fi
10517
10518if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
10519 for ncn_progname in dlltool; do
10520 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10521set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10523$as_echo_n "checking for $ac_word... " >&6; }
10524if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
10525 $as_echo_n "(cached) " >&6
278a7a38
AO
10526else
10527 if test -n "$DLLTOOL_FOR_TARGET"; then
10528 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
10529else
10530as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10531for as_dir in $PATH
10532do
10533 IFS=$as_save_IFS
10534 test -z "$as_dir" && as_dir=.
5213506e
RW
10535 for ac_exec_ext in '' $ac_executable_extensions; do
10536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10537 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 10538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10539 break 2
10540 fi
10541done
5213506e
RW
10542 done
10543IFS=$as_save_IFS
278a7a38
AO
10544
10545fi
10546fi
10547DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
10548if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
10549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
10550$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
278a7a38 10551else
5213506e
RW
10552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10553$as_echo "no" >&6; }
278a7a38
AO
10554fi
10555
5213506e 10556
278a7a38
AO
10557 done
10558fi
10559
10560if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10561 for ncn_progname in dlltool; do
5213506e
RW
10562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10563$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10564 if test -x $with_build_time_tools/${ncn_progname}; then
10565 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10567$as_echo "yes" >&6; }
e8b05380
PB
10568 break
10569 else
5213506e
RW
10570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10571$as_echo "no" >&6; }
e8b05380
PB
10572 fi
10573 done
10574fi
10575
10576if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
10577 for ncn_progname in dlltool; do
10578 if test -n "$ncn_target_tool_prefix"; then
10579 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10580set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10582$as_echo_n "checking for $ac_word... " >&6; }
10583if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
10584 $as_echo_n "(cached) " >&6
4de997d1 10585else
e8b05380
PB
10586 if test -n "$DLLTOOL_FOR_TARGET"; then
10587 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 10588else
1c710c3c
DJ
10589as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10590for as_dir in $PATH
10591do
10592 IFS=$as_save_IFS
10593 test -z "$as_dir" && as_dir=.
5213506e
RW
10594 for ac_exec_ext in '' $ac_executable_extensions; do
10595 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10596 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10598 break 2
10599 fi
10600done
5213506e
RW
10601 done
10602IFS=$as_save_IFS
1c710c3c 10603
4de997d1
PB
10604fi
10605fi
1c710c3c 10606DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 10607if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
10608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
10609$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 10610else
5213506e
RW
10611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10612$as_echo "no" >&6; }
4de997d1 10613fi
4de997d1 10614
5213506e 10615
e8b05380
PB
10616 fi
10617 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
10618 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10619set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10621$as_echo_n "checking for $ac_word... " >&6; }
10622if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
10623 $as_echo_n "(cached) " >&6
4de997d1 10624else
e8b05380
PB
10625 if test -n "$DLLTOOL_FOR_TARGET"; then
10626 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 10627else
1c710c3c
DJ
10628as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10629for as_dir in $PATH
10630do
10631 IFS=$as_save_IFS
10632 test -z "$as_dir" && as_dir=.
5213506e
RW
10633 for ac_exec_ext in '' $ac_executable_extensions; do
10634 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10635 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 10636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10637 break 2
10638 fi
10639done
5213506e
RW
10640 done
10641IFS=$as_save_IFS
1c710c3c 10642
4de997d1
PB
10643fi
10644fi
1c710c3c 10645DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 10646if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
10647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
10648$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 10649else
5213506e
RW
10650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10651$as_echo "no" >&6; }
4de997d1 10652fi
1c710c3c 10653
5213506e 10654
e8b05380
PB
10655 fi
10656 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
10657 done
10658fi
1c710c3c 10659
e8b05380
PB
10660if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
10661 set dummy dlltool
10662 if test $build = $target ; then
10663 DLLTOOL_FOR_TARGET="$2"
10664 else
10665 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
10666 fi
1c00b503
PB
10667else
10668 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
e8b05380
PB
10669fi
10670
d1f8db0c
PB
10671else
10672 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380
PB
10673fi
10674
4de997d1 10675
e8b05380
PB
10676
10677
10678if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
10679 if test -n "$with_build_time_tools"; then
5213506e
RW
10680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
10681$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10682 if test -x $with_build_time_tools/ld; then
10683 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
10684 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
5213506e
RW
10685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
10686$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
d1f8db0c 10687 else
5213506e
RW
10688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10689$as_echo "no" >&6; }
d1f8db0c 10690 fi
e8b05380
PB
10691 elif test $build != $host && test $have_gcc_for_target = yes; then
10692 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
1c00b503
PB
10693 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
10694 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2693c0b0 10695 fi
e8b05380 10696fi
3e19841a 10697if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10698 # Extract the first word of "ld", so it can be a program name with args.
10699set dummy ld; ac_word=$2
5213506e
RW
10700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10701$as_echo_n "checking for $ac_word... " >&6; }
10702if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
10703 $as_echo_n "(cached) " >&6
4de997d1 10704else
1c710c3c
DJ
10705 case $LD_FOR_TARGET in
10706 [\\/]* | ?:[\\/]*)
e8b05380
PB
10707 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
10708 ;;
e8b05380 10709 *)
1c710c3c
DJ
10710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10711for as_dir in $gcc_cv_tool_dirs
10712do
10713 IFS=$as_save_IFS
10714 test -z "$as_dir" && as_dir=.
5213506e
RW
10715 for ac_exec_ext in '' $ac_executable_extensions; do
10716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10717 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10719 break 2
10720 fi
10721done
5213506e
RW
10722 done
10723IFS=$as_save_IFS
1c710c3c 10724
e8b05380
PB
10725 ;;
10726esac
4de997d1 10727fi
1c710c3c 10728LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380 10729if test -n "$LD_FOR_TARGET"; then
5213506e
RW
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
10731$as_echo "$LD_FOR_TARGET" >&6; }
4de997d1 10732else
5213506e
RW
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10734$as_echo "no" >&6; }
4de997d1 10735fi
2693c0b0 10736
5213506e 10737
e8b05380
PB
10738fi
10739if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
278a7a38
AO
10740
10741
10742if test -n "$LD_FOR_TARGET"; then
10743 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
10744elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
10745 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10746fi
10747
10748if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
10749 for ncn_progname in ld; do
10750 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10751set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10753$as_echo_n "checking for $ac_word... " >&6; }
10754if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
10755 $as_echo_n "(cached) " >&6
278a7a38
AO
10756else
10757 if test -n "$LD_FOR_TARGET"; then
10758 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
10759else
10760as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10761for as_dir in $PATH
10762do
10763 IFS=$as_save_IFS
10764 test -z "$as_dir" && as_dir=.
5213506e
RW
10765 for ac_exec_ext in '' $ac_executable_extensions; do
10766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10767 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 10768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10769 break 2
10770 fi
10771done
5213506e
RW
10772 done
10773IFS=$as_save_IFS
278a7a38
AO
10774
10775fi
10776fi
10777LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10778if test -n "$LD_FOR_TARGET"; then
5213506e
RW
10779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
10780$as_echo "$LD_FOR_TARGET" >&6; }
278a7a38 10781else
5213506e
RW
10782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10783$as_echo "no" >&6; }
278a7a38
AO
10784fi
10785
5213506e 10786
278a7a38
AO
10787 done
10788fi
10789
10790if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10791 for ncn_progname in ld; do
5213506e
RW
10792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10793$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10794 if test -x $with_build_time_tools/${ncn_progname}; then
10795 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10797$as_echo "yes" >&6; }
e8b05380
PB
10798 break
10799 else
5213506e
RW
10800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10801$as_echo "no" >&6; }
e8b05380
PB
10802 fi
10803 done
ca9f4b81
AO
10804fi
10805
e8b05380
PB
10806if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
10807 for ncn_progname in ld; do
10808 if test -n "$ncn_target_tool_prefix"; then
10809 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10810set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10812$as_echo_n "checking for $ac_word... " >&6; }
10813if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
10814 $as_echo_n "(cached) " >&6
ca9f4b81 10815else
4de997d1
PB
10816 if test -n "$LD_FOR_TARGET"; then
10817 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 10818else
1c710c3c
DJ
10819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10820for as_dir in $PATH
10821do
10822 IFS=$as_save_IFS
10823 test -z "$as_dir" && as_dir=.
5213506e
RW
10824 for ac_exec_ext in '' $ac_executable_extensions; do
10825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10826 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10828 break 2
10829 fi
10830done
5213506e
RW
10831 done
10832IFS=$as_save_IFS
1c710c3c 10833
ca9f4b81
AO
10834fi
10835fi
1c710c3c 10836LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
4de997d1 10837if test -n "$LD_FOR_TARGET"; then
5213506e
RW
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
10839$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 10840else
5213506e
RW
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10842$as_echo "no" >&6; }
ca9f4b81
AO
10843fi
10844
5213506e 10845
e8b05380
PB
10846 fi
10847 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
10848 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10849set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10851$as_echo_n "checking for $ac_word... " >&6; }
10852if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
10853 $as_echo_n "(cached) " >&6
ca9f4b81 10854else
2693c0b0
PB
10855 if test -n "$LD_FOR_TARGET"; then
10856 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 10857else
1c710c3c
DJ
10858as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10859for as_dir in $PATH
10860do
10861 IFS=$as_save_IFS
10862 test -z "$as_dir" && as_dir=.
5213506e
RW
10863 for ac_exec_ext in '' $ac_executable_extensions; do
10864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10865 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 10866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10867 break 2
10868 fi
10869done
5213506e
RW
10870 done
10871IFS=$as_save_IFS
1c710c3c 10872
ca9f4b81
AO
10873fi
10874fi
1c710c3c 10875LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2693c0b0 10876if test -n "$LD_FOR_TARGET"; then
5213506e
RW
10877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
10878$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 10879else
5213506e
RW
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10881$as_echo "no" >&6; }
ca9f4b81 10882fi
1c710c3c 10883
5213506e 10884
e8b05380
PB
10885 fi
10886 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
10887 done
10888fi
1c710c3c 10889
2693c0b0
PB
10890if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
10891 set dummy ld
10892 if test $build = $target ; then
10893 LD_FOR_TARGET="$2"
ca9f4b81 10894 else
2693c0b0 10895 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 10896 fi
1c00b503
PB
10897else
10898 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
ca9f4b81
AO
10899fi
10900
d1f8db0c
PB
10901else
10902 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380
PB
10903fi
10904
10905
10906
10907
10908if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
10909 if test -n "$with_build_time_tools"; then
5213506e
RW
10910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
10911$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10912 if test -x $with_build_time_tools/lipo; then
10913 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
10914 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
5213506e
RW
10915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
10916$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
d1f8db0c 10917 else
5213506e
RW
10918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10919$as_echo "no" >&6; }
d1f8db0c 10920 fi
e8b05380
PB
10921 elif test $build != $host && test $have_gcc_for_target = yes; then
10922 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
1c00b503
PB
10923 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
10924 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
e8b05380
PB
10925 fi
10926fi
278a7a38
AO
10927if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10928 # Extract the first word of "lipo", so it can be a program name with args.
10929set dummy lipo; ac_word=$2
5213506e
RW
10930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10931$as_echo_n "checking for $ac_word... " >&6; }
10932if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
10933 $as_echo_n "(cached) " >&6
278a7a38
AO
10934else
10935 case $LIPO_FOR_TARGET in
10936 [\\/]* | ?:[\\/]*)
10937 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
10938 ;;
10939 *)
10940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10941for as_dir in $gcc_cv_tool_dirs
10942do
10943 IFS=$as_save_IFS
10944 test -z "$as_dir" && as_dir=.
5213506e
RW
10945 for ac_exec_ext in '' $ac_executable_extensions; do
10946 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10947 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10949 break 2
10950 fi
10951done
5213506e
RW
10952 done
10953IFS=$as_save_IFS
278a7a38
AO
10954
10955 ;;
10956esac
10957fi
10958LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
278a7a38 10959if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
10960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
10961$as_echo "$LIPO_FOR_TARGET" >&6; }
278a7a38 10962else
5213506e
RW
10963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10964$as_echo "no" >&6; }
278a7a38
AO
10965fi
10966
5213506e 10967
278a7a38
AO
10968fi
10969if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
10970
10971
10972if test -n "$LIPO_FOR_TARGET"; then
10973 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10974elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
10975 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10976fi
10977
10978if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
10979 for ncn_progname in lipo; do
10980 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10981set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10983$as_echo_n "checking for $ac_word... " >&6; }
10984if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
10985 $as_echo_n "(cached) " >&6
e8b05380 10986else
278a7a38
AO
10987 if test -n "$LIPO_FOR_TARGET"; then
10988 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
10989else
10990as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10991for as_dir in $PATH
1c710c3c
DJ
10992do
10993 IFS=$as_save_IFS
10994 test -z "$as_dir" && as_dir=.
5213506e
RW
10995 for ac_exec_ext in '' $ac_executable_extensions; do
10996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10997 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 10998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10999 break 2
11000 fi
11001done
5213506e
RW
11002 done
11003IFS=$as_save_IFS
1c710c3c 11004
e8b05380 11005fi
278a7a38
AO
11006fi
11007LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
e8b05380 11008if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11010$as_echo "$LIPO_FOR_TARGET" >&6; }
e8b05380 11011else
5213506e
RW
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11013$as_echo "no" >&6; }
e8b05380
PB
11014fi
11015
5213506e 11016
278a7a38 11017 done
e8b05380 11018fi
278a7a38
AO
11019
11020if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11021 for ncn_progname in lipo; do
5213506e
RW
11022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11023$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11024 if test -x $with_build_time_tools/${ncn_progname}; then
11025 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11027$as_echo "yes" >&6; }
e8b05380
PB
11028 break
11029 else
5213506e
RW
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11031$as_echo "no" >&6; }
e8b05380
PB
11032 fi
11033 done
11034fi
11035
11036if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11037 for ncn_progname in lipo; do
11038 if test -n "$ncn_target_tool_prefix"; then
11039 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11040set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11042$as_echo_n "checking for $ac_word... " >&6; }
11043if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11044 $as_echo_n "(cached) " >&6
040b1c5a
GK
11045else
11046 if test -n "$LIPO_FOR_TARGET"; then
11047 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11048else
1c710c3c
DJ
11049as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11050for as_dir in $PATH
11051do
11052 IFS=$as_save_IFS
11053 test -z "$as_dir" && as_dir=.
5213506e
RW
11054 for ac_exec_ext in '' $ac_executable_extensions; do
11055 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11056 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11058 break 2
11059 fi
11060done
5213506e
RW
11061 done
11062IFS=$as_save_IFS
1c710c3c 11063
040b1c5a
GK
11064fi
11065fi
1c710c3c 11066LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11067if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11069$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11070else
5213506e
RW
11071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11072$as_echo "no" >&6; }
040b1c5a
GK
11073fi
11074
5213506e 11075
e8b05380
PB
11076 fi
11077 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11078 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 11079set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11081$as_echo_n "checking for $ac_word... " >&6; }
11082if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11083 $as_echo_n "(cached) " >&6
040b1c5a
GK
11084else
11085 if test -n "$LIPO_FOR_TARGET"; then
72a7ab82
AP
11086 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11087else
1c710c3c
DJ
11088as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11089for as_dir in $PATH
11090do
11091 IFS=$as_save_IFS
11092 test -z "$as_dir" && as_dir=.
5213506e
RW
11093 for ac_exec_ext in '' $ac_executable_extensions; do
11094 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11095 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11097 break 2
11098 fi
11099done
5213506e
RW
11100 done
11101IFS=$as_save_IFS
1c710c3c 11102
040b1c5a
GK
11103fi
11104fi
1c710c3c 11105LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11106if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11108$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11109else
5213506e
RW
11110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11111$as_echo "no" >&6; }
040b1c5a 11112fi
1c710c3c 11113
5213506e 11114
e8b05380
PB
11115 fi
11116 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11117 done
11118fi
1c710c3c 11119
040b1c5a
GK
11120if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11121 set dummy lipo
11122 if test $build = $target ; then
11123 LIPO_FOR_TARGET="$2"
11124 else
11125 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11126 fi
1c00b503
PB
11127else
11128 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
040b1c5a
GK
11129fi
11130
d1f8db0c
PB
11131else
11132 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
e8b05380
PB
11133fi
11134
11135
11136
11137
11138if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11139 if test -n "$with_build_time_tools"; then
5213506e
RW
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11141$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11142 if test -x $with_build_time_tools/nm; then
11143 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11144 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
5213506e
RW
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11146$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
d1f8db0c 11147 else
5213506e
RW
11148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11149$as_echo "no" >&6; }
d1f8db0c 11150 fi
e8b05380
PB
11151 elif test $build != $host && test $have_gcc_for_target = yes; then
11152 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
1c00b503
PB
11153 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11154 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
e8b05380
PB
11155 fi
11156fi
3e19841a 11157if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11158 # Extract the first word of "nm", so it can be a program name with args.
11159set dummy nm; ac_word=$2
5213506e
RW
11160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11161$as_echo_n "checking for $ac_word... " >&6; }
11162if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11163 $as_echo_n "(cached) " >&6
e8b05380 11164else
1c710c3c
DJ
11165 case $NM_FOR_TARGET in
11166 [\\/]* | ?:[\\/]*)
e8b05380
PB
11167 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11168 ;;
e8b05380 11169 *)
1c710c3c
DJ
11170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11171for as_dir in $gcc_cv_tool_dirs
11172do
11173 IFS=$as_save_IFS
11174 test -z "$as_dir" && as_dir=.
5213506e
RW
11175 for ac_exec_ext in '' $ac_executable_extensions; do
11176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11177 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11179 break 2
11180 fi
11181done
5213506e
RW
11182 done
11183IFS=$as_save_IFS
1c710c3c 11184
e8b05380
PB
11185 ;;
11186esac
11187fi
1c710c3c 11188NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380 11189if test -n "$NM_FOR_TARGET"; then
5213506e
RW
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11191$as_echo "$NM_FOR_TARGET" >&6; }
e8b05380 11192else
5213506e
RW
11193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11194$as_echo "no" >&6; }
e8b05380
PB
11195fi
11196
5213506e 11197
e8b05380
PB
11198fi
11199if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
278a7a38
AO
11200
11201
11202if test -n "$NM_FOR_TARGET"; then
11203 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11204elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11205 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11206fi
11207
11208if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11209 for ncn_progname in nm; do
11210 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11211set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11213$as_echo_n "checking for $ac_word... " >&6; }
11214if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11215 $as_echo_n "(cached) " >&6
278a7a38
AO
11216else
11217 if test -n "$NM_FOR_TARGET"; then
11218 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11219else
11220as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11221for as_dir in $PATH
11222do
11223 IFS=$as_save_IFS
11224 test -z "$as_dir" && as_dir=.
5213506e
RW
11225 for ac_exec_ext in '' $ac_executable_extensions; do
11226 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11227 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 11228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11229 break 2
11230 fi
11231done
5213506e
RW
11232 done
11233IFS=$as_save_IFS
278a7a38
AO
11234
11235fi
11236fi
11237NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11238if test -n "$NM_FOR_TARGET"; then
5213506e
RW
11239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11240$as_echo "$NM_FOR_TARGET" >&6; }
278a7a38 11241else
5213506e
RW
11242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11243$as_echo "no" >&6; }
278a7a38
AO
11244fi
11245
5213506e 11246
278a7a38
AO
11247 done
11248fi
11249
11250if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11251 for ncn_progname in nm; do
5213506e
RW
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11253$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11254 if test -x $with_build_time_tools/${ncn_progname}; then
11255 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11257$as_echo "yes" >&6; }
e8b05380
PB
11258 break
11259 else
5213506e
RW
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11261$as_echo "no" >&6; }
e8b05380
PB
11262 fi
11263 done
11264fi
11265
11266if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11267 for ncn_progname in nm; do
11268 if test -n "$ncn_target_tool_prefix"; then
11269 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 11270set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11272$as_echo_n "checking for $ac_word... " >&6; }
11273if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11274 $as_echo_n "(cached) " >&6
ca9f4b81 11275else
4de997d1
PB
11276 if test -n "$NM_FOR_TARGET"; then
11277 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 11278else
1c710c3c
DJ
11279as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11280for as_dir in $PATH
11281do
11282 IFS=$as_save_IFS
11283 test -z "$as_dir" && as_dir=.
5213506e
RW
11284 for ac_exec_ext in '' $ac_executable_extensions; do
11285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11286 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11288 break 2
11289 fi
11290done
5213506e
RW
11291 done
11292IFS=$as_save_IFS
1c710c3c 11293
ca9f4b81
AO
11294fi
11295fi
1c710c3c 11296NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
4de997d1 11297if test -n "$NM_FOR_TARGET"; then
5213506e
RW
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11299$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 11300else
5213506e
RW
11301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11302$as_echo "no" >&6; }
ca9f4b81
AO
11303fi
11304
5213506e 11305
e8b05380
PB
11306 fi
11307 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11308 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11309set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11311$as_echo_n "checking for $ac_word... " >&6; }
11312if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11313 $as_echo_n "(cached) " >&6
ca9f4b81 11314else
2693c0b0
PB
11315 if test -n "$NM_FOR_TARGET"; then
11316 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 11317else
1c710c3c
DJ
11318as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11319for as_dir in $PATH
11320do
11321 IFS=$as_save_IFS
11322 test -z "$as_dir" && as_dir=.
5213506e
RW
11323 for ac_exec_ext in '' $ac_executable_extensions; do
11324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11325 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 11326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11327 break 2
11328 fi
11329done
5213506e
RW
11330 done
11331IFS=$as_save_IFS
1c710c3c 11332
ca9f4b81
AO
11333fi
11334fi
1c710c3c 11335NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
2693c0b0 11336if test -n "$NM_FOR_TARGET"; then
5213506e
RW
11337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11338$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 11339else
5213506e
RW
11340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11341$as_echo "no" >&6; }
ca9f4b81 11342fi
1c710c3c 11343
5213506e 11344
e8b05380
PB
11345 fi
11346 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
11347 done
11348fi
1c710c3c 11349
2693c0b0
PB
11350if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
11351 set dummy nm
11352 if test $build = $target ; then
11353 NM_FOR_TARGET="$2"
ca9f4b81 11354 else
2693c0b0 11355 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 11356 fi
1c00b503
PB
11357else
11358 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
ca9f4b81
AO
11359fi
11360
d1f8db0c
PB
11361else
11362 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380
PB
11363fi
11364
11365
11366
11367
11368if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
11369 if test -n "$with_build_time_tools"; then
5213506e
RW
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
11371$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11372 if test -x $with_build_time_tools/objdump; then
11373 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
11374 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
5213506e
RW
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
11376$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
d1f8db0c 11377 else
5213506e
RW
11378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11379$as_echo "no" >&6; }
d1f8db0c 11380 fi
e8b05380
PB
11381 elif test $build != $host && test $have_gcc_for_target = yes; then
11382 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
1c00b503
PB
11383 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
11384 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
e8b05380
PB
11385 fi
11386fi
3e19841a 11387if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11388 # Extract the first word of "objdump", so it can be a program name with args.
11389set dummy objdump; ac_word=$2
5213506e
RW
11390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11391$as_echo_n "checking for $ac_word... " >&6; }
11392if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
11393 $as_echo_n "(cached) " >&6
e8b05380 11394else
1c710c3c
DJ
11395 case $OBJDUMP_FOR_TARGET in
11396 [\\/]* | ?:[\\/]*)
e8b05380
PB
11397 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
11398 ;;
e8b05380 11399 *)
1c710c3c
DJ
11400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11401for as_dir in $gcc_cv_tool_dirs
11402do
11403 IFS=$as_save_IFS
11404 test -z "$as_dir" && as_dir=.
5213506e
RW
11405 for ac_exec_ext in '' $ac_executable_extensions; do
11406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11407 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11409 break 2
11410 fi
11411done
5213506e
RW
11412 done
11413IFS=$as_save_IFS
1c710c3c 11414
e8b05380
PB
11415 ;;
11416esac
11417fi
1c710c3c 11418OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380 11419if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
11421$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
e8b05380 11422else
5213506e
RW
11423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11424$as_echo "no" >&6; }
e8b05380
PB
11425fi
11426
5213506e 11427
e8b05380
PB
11428fi
11429if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
278a7a38
AO
11430
11431
11432if test -n "$OBJDUMP_FOR_TARGET"; then
11433 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
11434elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
11435 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
11436fi
11437
11438if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
11439 for ncn_progname in objdump; do
11440 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11441set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11443$as_echo_n "checking for $ac_word... " >&6; }
11444if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
11445 $as_echo_n "(cached) " >&6
278a7a38
AO
11446else
11447 if test -n "$OBJDUMP_FOR_TARGET"; then
11448 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
11449else
11450as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11451for as_dir in $PATH
11452do
11453 IFS=$as_save_IFS
11454 test -z "$as_dir" && as_dir=.
5213506e
RW
11455 for ac_exec_ext in '' $ac_executable_extensions; do
11456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11457 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 11458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11459 break 2
11460 fi
11461done
5213506e
RW
11462 done
11463IFS=$as_save_IFS
278a7a38
AO
11464
11465fi
11466fi
11467OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
11468if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
11470$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
278a7a38 11471else
5213506e
RW
11472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11473$as_echo "no" >&6; }
278a7a38
AO
11474fi
11475
5213506e 11476
278a7a38
AO
11477 done
11478fi
11479
11480if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11481 for ncn_progname in objdump; do
5213506e
RW
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11483$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11484 if test -x $with_build_time_tools/${ncn_progname}; then
11485 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11487$as_echo "yes" >&6; }
e8b05380
PB
11488 break
11489 else
5213506e
RW
11490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11491$as_echo "no" >&6; }
e8b05380
PB
11492 fi
11493 done
11494fi
11495
11496if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
11497 for ncn_progname in objdump; do
11498 if test -n "$ncn_target_tool_prefix"; then
11499 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11500set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11502$as_echo_n "checking for $ac_word... " >&6; }
11503if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
11504 $as_echo_n "(cached) " >&6
d739199a
DJ
11505else
11506 if test -n "$OBJDUMP_FOR_TARGET"; then
11507 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
11508else
1c710c3c
DJ
11509as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11510for as_dir in $PATH
11511do
11512 IFS=$as_save_IFS
11513 test -z "$as_dir" && as_dir=.
5213506e
RW
11514 for ac_exec_ext in '' $ac_executable_extensions; do
11515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11516 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11518 break 2
11519 fi
11520done
5213506e
RW
11521 done
11522IFS=$as_save_IFS
1c710c3c 11523
d739199a
DJ
11524fi
11525fi
1c710c3c 11526OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 11527if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
11529$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 11530else
5213506e
RW
11531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11532$as_echo "no" >&6; }
d739199a
DJ
11533fi
11534
5213506e 11535
e8b05380
PB
11536 fi
11537 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
11538 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
d739199a 11539set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11541$as_echo_n "checking for $ac_word... " >&6; }
11542if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
11543 $as_echo_n "(cached) " >&6
d739199a
DJ
11544else
11545 if test -n "$OBJDUMP_FOR_TARGET"; then
11546 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
11547else
1c710c3c
DJ
11548as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11549for as_dir in $PATH
11550do
11551 IFS=$as_save_IFS
11552 test -z "$as_dir" && as_dir=.
5213506e
RW
11553 for ac_exec_ext in '' $ac_executable_extensions; do
11554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11555 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 11556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11557 break 2
11558 fi
11559done
5213506e
RW
11560 done
11561IFS=$as_save_IFS
1c710c3c 11562
d739199a
DJ
11563fi
11564fi
1c710c3c 11565OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 11566if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
11568$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 11569else
5213506e
RW
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11571$as_echo "no" >&6; }
d739199a 11572fi
1c710c3c 11573
5213506e 11574
e8b05380
PB
11575 fi
11576 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
11577 done
11578fi
1c710c3c 11579
d739199a
DJ
11580if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
11581 set dummy objdump
11582 if test $build = $target ; then
11583 OBJDUMP_FOR_TARGET="$2"
11584 else
11585 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
11586 fi
1c00b503
PB
11587else
11588 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
d739199a
DJ
11589fi
11590
d1f8db0c
PB
11591else
11592 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380
PB
11593fi
11594
11595
11596
11597
11598if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
11599 if test -n "$with_build_time_tools"; then
5213506e
RW
11600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
11601$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11602 if test -x $with_build_time_tools/ranlib; then
11603 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
11604 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
5213506e
RW
11605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
11606$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
d1f8db0c 11607 else
5213506e
RW
11608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11609$as_echo "no" >&6; }
d1f8db0c 11610 fi
e8b05380
PB
11611 elif test $build != $host && test $have_gcc_for_target = yes; then
11612 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
1c00b503
PB
11613 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
11614 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
e8b05380
PB
11615 fi
11616fi
3e19841a 11617if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11618 # Extract the first word of "ranlib", so it can be a program name with args.
11619set dummy ranlib; ac_word=$2
5213506e
RW
11620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11621$as_echo_n "checking for $ac_word... " >&6; }
11622if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
11623 $as_echo_n "(cached) " >&6
e8b05380 11624else
1c710c3c
DJ
11625 case $RANLIB_FOR_TARGET in
11626 [\\/]* | ?:[\\/]*)
e8b05380
PB
11627 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
11628 ;;
e8b05380 11629 *)
1c710c3c
DJ
11630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11631for as_dir in $gcc_cv_tool_dirs
11632do
11633 IFS=$as_save_IFS
11634 test -z "$as_dir" && as_dir=.
5213506e
RW
11635 for ac_exec_ext in '' $ac_executable_extensions; do
11636 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11637 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11639 break 2
11640 fi
11641done
5213506e
RW
11642 done
11643IFS=$as_save_IFS
1c710c3c 11644
e8b05380
PB
11645 ;;
11646esac
11647fi
1c710c3c 11648RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
e8b05380 11649if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
11651$as_echo "$RANLIB_FOR_TARGET" >&6; }
e8b05380 11652else
5213506e
RW
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11654$as_echo "no" >&6; }
e8b05380
PB
11655fi
11656
5213506e 11657
e8b05380
PB
11658fi
11659if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
278a7a38
AO
11660
11661
11662if test -n "$RANLIB_FOR_TARGET"; then
11663 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
11664elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
11665 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
11666fi
11667
11668if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
11669 for ncn_progname in ranlib; do
11670 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11671set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11673$as_echo_n "checking for $ac_word... " >&6; }
11674if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
11675 $as_echo_n "(cached) " >&6
278a7a38
AO
11676else
11677 if test -n "$RANLIB_FOR_TARGET"; then
11678 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
11679else
11680as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11681for as_dir in $PATH
11682do
11683 IFS=$as_save_IFS
11684 test -z "$as_dir" && as_dir=.
5213506e
RW
11685 for ac_exec_ext in '' $ac_executable_extensions; do
11686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11687 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 11688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11689 break 2
11690 fi
11691done
5213506e
RW
11692 done
11693IFS=$as_save_IFS
278a7a38
AO
11694
11695fi
11696fi
11697RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
11698if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
11699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
11700$as_echo "$RANLIB_FOR_TARGET" >&6; }
278a7a38 11701else
5213506e
RW
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11703$as_echo "no" >&6; }
278a7a38
AO
11704fi
11705
5213506e 11706
278a7a38
AO
11707 done
11708fi
11709
11710if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11711 for ncn_progname in ranlib; do
5213506e
RW
11712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11713$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11714 if test -x $with_build_time_tools/${ncn_progname}; then
11715 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11717$as_echo "yes" >&6; }
e8b05380
PB
11718 break
11719 else
5213506e
RW
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11721$as_echo "no" >&6; }
e8b05380
PB
11722 fi
11723 done
11724fi
11725
11726if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
11727 for ncn_progname in ranlib; do
11728 if test -n "$ncn_target_tool_prefix"; then
11729 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
d739199a 11730set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11731{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11732$as_echo_n "checking for $ac_word... " >&6; }
11733if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
11734 $as_echo_n "(cached) " >&6
ca9f4b81 11735else
4de997d1
PB
11736 if test -n "$RANLIB_FOR_TARGET"; then
11737 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 11738else
1c710c3c
DJ
11739as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11740for as_dir in $PATH
11741do
11742 IFS=$as_save_IFS
11743 test -z "$as_dir" && as_dir=.
5213506e
RW
11744 for ac_exec_ext in '' $ac_executable_extensions; do
11745 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11746 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11748 break 2
11749 fi
11750done
5213506e
RW
11751 done
11752IFS=$as_save_IFS
1c710c3c 11753
ca9f4b81
AO
11754fi
11755fi
1c710c3c 11756RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
4de997d1 11757if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
11759$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 11760else
5213506e
RW
11761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11762$as_echo "no" >&6; }
ca9f4b81
AO
11763fi
11764
5213506e 11765
e8b05380
PB
11766 fi
11767 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
11768 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11769set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11771$as_echo_n "checking for $ac_word... " >&6; }
11772if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
11773 $as_echo_n "(cached) " >&6
ca9f4b81 11774else
2693c0b0
PB
11775 if test -n "$RANLIB_FOR_TARGET"; then
11776 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 11777else
1c710c3c
DJ
11778as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11779for as_dir in $PATH
11780do
11781 IFS=$as_save_IFS
11782 test -z "$as_dir" && as_dir=.
5213506e
RW
11783 for ac_exec_ext in '' $ac_executable_extensions; do
11784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11785 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 11786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11787 break 2
11788 fi
11789done
5213506e
RW
11790 done
11791IFS=$as_save_IFS
1c710c3c 11792
ca9f4b81
AO
11793fi
11794fi
1c710c3c 11795RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
2693c0b0 11796if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
11798$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 11799else
5213506e
RW
11800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11801$as_echo "no" >&6; }
ca9f4b81 11802fi
1c710c3c 11803
5213506e 11804
e8b05380
PB
11805 fi
11806 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
11807 done
11808fi
1c710c3c 11809
e8b05380
PB
11810if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
11811 set dummy ranlib
11812 if test $build = $target ; then
11813 RANLIB_FOR_TARGET="$2"
11814 else
11815 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 11816 fi
1c00b503
PB
11817else
11818 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
e8b05380 11819fi
2693c0b0 11820
d1f8db0c
PB
11821else
11822 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
ca9f4b81
AO
11823fi
11824
e8b05380
PB
11825
11826
11827
11828if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
11829 if test -n "$with_build_time_tools"; then
5213506e
RW
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
11831$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11832 if test -x $with_build_time_tools/strip; then
11833 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
11834 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
5213506e
RW
11835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
11836$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
d1f8db0c 11837 else
5213506e
RW
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11839$as_echo "no" >&6; }
d1f8db0c 11840 fi
e8b05380
PB
11841 elif test $build != $host && test $have_gcc_for_target = yes; then
11842 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
1c00b503
PB
11843 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
11844 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
e8b05380
PB
11845 fi
11846fi
3e19841a 11847if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11848 # Extract the first word of "strip", so it can be a program name with args.
11849set dummy strip; ac_word=$2
5213506e
RW
11850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11851$as_echo_n "checking for $ac_word... " >&6; }
11852if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
11853 $as_echo_n "(cached) " >&6
e8b05380 11854else
1c710c3c
DJ
11855 case $STRIP_FOR_TARGET in
11856 [\\/]* | ?:[\\/]*)
e8b05380
PB
11857 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
11858 ;;
e8b05380 11859 *)
1c710c3c
DJ
11860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11861for as_dir in $gcc_cv_tool_dirs
11862do
11863 IFS=$as_save_IFS
11864 test -z "$as_dir" && as_dir=.
5213506e
RW
11865 for ac_exec_ext in '' $ac_executable_extensions; do
11866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11867 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11869 break 2
11870 fi
11871done
5213506e
RW
11872 done
11873IFS=$as_save_IFS
1c710c3c 11874
e8b05380
PB
11875 ;;
11876esac
11877fi
1c710c3c 11878STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380 11879if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
11880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
11881$as_echo "$STRIP_FOR_TARGET" >&6; }
e8b05380 11882else
5213506e
RW
11883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11884$as_echo "no" >&6; }
e8b05380
PB
11885fi
11886
5213506e 11887
e8b05380
PB
11888fi
11889if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
278a7a38
AO
11890
11891
11892if test -n "$STRIP_FOR_TARGET"; then
11893 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11894elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
11895 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11896fi
11897
11898if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
11899 for ncn_progname in strip; do
11900 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11901set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11903$as_echo_n "checking for $ac_word... " >&6; }
11904if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
11905 $as_echo_n "(cached) " >&6
278a7a38
AO
11906else
11907 if test -n "$STRIP_FOR_TARGET"; then
11908 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11909else
11910as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11911for as_dir in $PATH
11912do
11913 IFS=$as_save_IFS
11914 test -z "$as_dir" && as_dir=.
5213506e
RW
11915 for ac_exec_ext in '' $ac_executable_extensions; do
11916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11917 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 11918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11919 break 2
11920 fi
11921done
5213506e
RW
11922 done
11923IFS=$as_save_IFS
278a7a38
AO
11924
11925fi
11926fi
11927STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11928if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
11929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
11930$as_echo "$STRIP_FOR_TARGET" >&6; }
278a7a38 11931else
5213506e
RW
11932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11933$as_echo "no" >&6; }
278a7a38
AO
11934fi
11935
5213506e 11936
278a7a38
AO
11937 done
11938fi
11939
11940if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11941 for ncn_progname in strip; do
5213506e
RW
11942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11943$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11944 if test -x $with_build_time_tools/${ncn_progname}; then
11945 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11947$as_echo "yes" >&6; }
e8b05380
PB
11948 break
11949 else
5213506e
RW
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11951$as_echo "no" >&6; }
e8b05380
PB
11952 fi
11953 done
11954fi
11955
11956if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
11957 for ncn_progname in strip; do
11958 if test -n "$ncn_target_tool_prefix"; then
11959 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 11960set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11962$as_echo_n "checking for $ac_word... " >&6; }
11963if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
11964 $as_echo_n "(cached) " >&6
af71363e
AS
11965else
11966 if test -n "$STRIP_FOR_TARGET"; then
1c710c3c
DJ
11967 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11968else
11969as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11970for as_dir in $PATH
11971do
11972 IFS=$as_save_IFS
11973 test -z "$as_dir" && as_dir=.
5213506e
RW
11974 for ac_exec_ext in '' $ac_executable_extensions; do
11975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11976 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11978 break 2
11979 fi
11980done
5213506e
RW
11981 done
11982IFS=$as_save_IFS
1c710c3c 11983
040b1c5a
GK
11984fi
11985fi
1c710c3c 11986STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 11987if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
11989$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 11990else
5213506e
RW
11991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11992$as_echo "no" >&6; }
040b1c5a
GK
11993fi
11994
5213506e 11995
e8b05380
PB
11996 fi
11997 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
11998 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 11999set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12001$as_echo_n "checking for $ac_word... " >&6; }
12002if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12003 $as_echo_n "(cached) " >&6
040b1c5a
GK
12004else
12005 if test -n "$STRIP_FOR_TARGET"; then
12006 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12007else
1c710c3c
DJ
12008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12009for as_dir in $PATH
12010do
12011 IFS=$as_save_IFS
12012 test -z "$as_dir" && as_dir=.
5213506e
RW
12013 for ac_exec_ext in '' $ac_executable_extensions; do
12014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12015 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 12016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12017 break 2
12018 fi
12019done
5213506e
RW
12020 done
12021IFS=$as_save_IFS
1c710c3c 12022
040b1c5a
GK
12023fi
12024fi
1c710c3c 12025STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 12026if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12028$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 12029else
5213506e
RW
12030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12031$as_echo "no" >&6; }
040b1c5a 12032fi
1c710c3c 12033
5213506e 12034
e8b05380
PB
12035 fi
12036 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12037 done
12038fi
1c710c3c 12039
040b1c5a
GK
12040if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12041 set dummy strip
12042 if test $build = $target ; then
12043 STRIP_FOR_TARGET="$2"
12044 else
12045 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12046 fi
1c00b503
PB
12047else
12048 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
040b1c5a
GK
12049fi
12050
d1f8db0c
PB
12051else
12052 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380
PB
12053fi
12054
12055
12056
12057
12058if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12059 if test -n "$with_build_time_tools"; then
5213506e
RW
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12061$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12062 if test -x $with_build_time_tools/windres; then
12063 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12064 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
5213506e
RW
12065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12066$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
d1f8db0c 12067 else
5213506e
RW
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12069$as_echo "no" >&6; }
d1f8db0c 12070 fi
e8b05380
PB
12071 elif test $build != $host && test $have_gcc_for_target = yes; then
12072 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
1c00b503
PB
12073 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12074 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
e8b05380
PB
12075 fi
12076fi
3e19841a 12077if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12078 # Extract the first word of "windres", so it can be a program name with args.
12079set dummy windres; ac_word=$2
5213506e
RW
12080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12081$as_echo_n "checking for $ac_word... " >&6; }
12082if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12083 $as_echo_n "(cached) " >&6
e8b05380 12084else
1c710c3c
DJ
12085 case $WINDRES_FOR_TARGET in
12086 [\\/]* | ?:[\\/]*)
e8b05380
PB
12087 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12088 ;;
e8b05380 12089 *)
1c710c3c
DJ
12090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12091for as_dir in $gcc_cv_tool_dirs
12092do
12093 IFS=$as_save_IFS
12094 test -z "$as_dir" && as_dir=.
5213506e
RW
12095 for ac_exec_ext in '' $ac_executable_extensions; do
12096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12097 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12099 break 2
12100 fi
12101done
5213506e
RW
12102 done
12103IFS=$as_save_IFS
1c710c3c 12104
e8b05380
PB
12105 ;;
12106esac
12107fi
1c710c3c 12108WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380 12109if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
12110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12111$as_echo "$WINDRES_FOR_TARGET" >&6; }
e8b05380 12112else
5213506e
RW
12113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12114$as_echo "no" >&6; }
e8b05380
PB
12115fi
12116
5213506e 12117
e8b05380
PB
12118fi
12119if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
278a7a38
AO
12120
12121
12122if test -n "$WINDRES_FOR_TARGET"; then
12123 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12124elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12125 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12126fi
12127
12128if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12129 for ncn_progname in windres; do
12130 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12131set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12132{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12133$as_echo_n "checking for $ac_word... " >&6; }
12134if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12135 $as_echo_n "(cached) " >&6
278a7a38
AO
12136else
12137 if test -n "$WINDRES_FOR_TARGET"; then
12138 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12139else
12140as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12141for as_dir in $PATH
12142do
12143 IFS=$as_save_IFS
12144 test -z "$as_dir" && as_dir=.
5213506e
RW
12145 for ac_exec_ext in '' $ac_executable_extensions; do
12146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12147 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 12148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12149 break 2
12150 fi
12151done
5213506e
RW
12152 done
12153IFS=$as_save_IFS
278a7a38
AO
12154
12155fi
12156fi
12157WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12158if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
12159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12160$as_echo "$WINDRES_FOR_TARGET" >&6; }
278a7a38 12161else
5213506e
RW
12162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12163$as_echo "no" >&6; }
278a7a38
AO
12164fi
12165
5213506e 12166
278a7a38
AO
12167 done
12168fi
12169
12170if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12171 for ncn_progname in windres; do
5213506e
RW
12172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12173$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12174 if test -x $with_build_time_tools/${ncn_progname}; then
12175 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12177$as_echo "yes" >&6; }
e8b05380
PB
12178 break
12179 else
5213506e
RW
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12181$as_echo "no" >&6; }
e8b05380
PB
12182 fi
12183 done
12184fi
12185
12186if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12187 for ncn_progname in windres; do
12188 if test -n "$ncn_target_tool_prefix"; then
12189 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12190set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12192$as_echo_n "checking for $ac_word... " >&6; }
12193if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12194 $as_echo_n "(cached) " >&6
ca9f4b81 12195else
4de997d1
PB
12196 if test -n "$WINDRES_FOR_TARGET"; then
12197 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 12198else
1c710c3c
DJ
12199as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12200for as_dir in $PATH
12201do
12202 IFS=$as_save_IFS
12203 test -z "$as_dir" && as_dir=.
5213506e
RW
12204 for ac_exec_ext in '' $ac_executable_extensions; do
12205 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12206 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12208 break 2
12209 fi
12210done
5213506e
RW
12211 done
12212IFS=$as_save_IFS
1c710c3c 12213
ca9f4b81
AO
12214fi
12215fi
1c710c3c 12216WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
4de997d1 12217if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
12218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12219$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 12220else
5213506e
RW
12221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12222$as_echo "no" >&6; }
ca9f4b81
AO
12223fi
12224
5213506e 12225
e8b05380
PB
12226 fi
12227 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12228 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12229set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12231$as_echo_n "checking for $ac_word... " >&6; }
12232if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12233 $as_echo_n "(cached) " >&6
ca9f4b81 12234else
2693c0b0
PB
12235 if test -n "$WINDRES_FOR_TARGET"; then
12236 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 12237else
1c710c3c
DJ
12238as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12239for as_dir in $PATH
12240do
12241 IFS=$as_save_IFS
12242 test -z "$as_dir" && as_dir=.
5213506e
RW
12243 for ac_exec_ext in '' $ac_executable_extensions; do
12244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12245 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 12246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12247 break 2
12248 fi
12249done
5213506e
RW
12250 done
12251IFS=$as_save_IFS
1c710c3c 12252
ca9f4b81
AO
12253fi
12254fi
1c710c3c 12255WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
2693c0b0 12256if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
12257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12258$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 12259else
5213506e
RW
12260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12261$as_echo "no" >&6; }
ca9f4b81 12262fi
1c710c3c 12263
5213506e 12264
e8b05380
PB
12265 fi
12266 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
12267 done
12268fi
1c710c3c 12269
2693c0b0
PB
12270if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12271 set dummy windres
12272 if test $build = $target ; then
12273 WINDRES_FOR_TARGET="$2"
ca9f4b81 12274 else
2693c0b0 12275 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12276 fi
1c00b503
PB
12277else
12278 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
ca9f4b81
AO
12279fi
12280
d1f8db0c
PB
12281else
12282 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380
PB
12283fi
12284
4977bab6 12285
901119ae
KT
12286
12287
12288if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12289 if test -n "$with_build_time_tools"; then
5213506e
RW
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
12291$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
901119ae
KT
12292 if test -x $with_build_time_tools/windmc; then
12293 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
12294 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
5213506e
RW
12295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
12296$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
901119ae 12297 else
5213506e
RW
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12299$as_echo "no" >&6; }
901119ae
KT
12300 fi
12301 elif test $build != $host && test $have_gcc_for_target = yes; then
12302 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
1c00b503
PB
12303 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
12304 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
901119ae
KT
12305 fi
12306fi
12307if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12308 # Extract the first word of "windmc", so it can be a program name with args.
12309set dummy windmc; ac_word=$2
5213506e
RW
12310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12311$as_echo_n "checking for $ac_word... " >&6; }
12312if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
12313 $as_echo_n "(cached) " >&6
901119ae
KT
12314else
12315 case $WINDMC_FOR_TARGET in
12316 [\\/]* | ?:[\\/]*)
12317 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
12318 ;;
12319 *)
12320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12321for as_dir in $gcc_cv_tool_dirs
12322do
12323 IFS=$as_save_IFS
12324 test -z "$as_dir" && as_dir=.
5213506e
RW
12325 for ac_exec_ext in '' $ac_executable_extensions; do
12326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 12327 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
12329 break 2
12330 fi
12331done
5213506e
RW
12332 done
12333IFS=$as_save_IFS
901119ae
KT
12334
12335 ;;
12336esac
12337fi
12338WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
901119ae 12339if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
12341$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 12342else
5213506e
RW
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12344$as_echo "no" >&6; }
901119ae
KT
12345fi
12346
5213506e 12347
901119ae
KT
12348fi
12349if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12350
12351
12352if test -n "$WINDMC_FOR_TARGET"; then
12353 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12354elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12355 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12356fi
12357
12358if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12359 for ncn_progname in windmc; do
12360 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12361set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12363$as_echo_n "checking for $ac_word... " >&6; }
12364if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
12365 $as_echo_n "(cached) " >&6
901119ae
KT
12366else
12367 if test -n "$WINDMC_FOR_TARGET"; then
12368 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
12369else
12370as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12371for as_dir in $PATH
12372do
12373 IFS=$as_save_IFS
12374 test -z "$as_dir" && as_dir=.
5213506e
RW
12375 for ac_exec_ext in '' $ac_executable_extensions; do
12376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 12377 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 12378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
12379 break 2
12380 fi
12381done
5213506e
RW
12382 done
12383IFS=$as_save_IFS
901119ae
KT
12384
12385fi
12386fi
12387WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12388if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
12389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
12390$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 12391else
5213506e
RW
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12393$as_echo "no" >&6; }
901119ae
KT
12394fi
12395
5213506e 12396
901119ae
KT
12397 done
12398fi
12399
12400if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
12401 for ncn_progname in windmc; do
5213506e
RW
12402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12403$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
901119ae
KT
12404 if test -x $with_build_time_tools/${ncn_progname}; then
12405 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12407$as_echo "yes" >&6; }
901119ae
KT
12408 break
12409 else
5213506e
RW
12410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12411$as_echo "no" >&6; }
901119ae
KT
12412 fi
12413 done
12414fi
12415
12416if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12417 for ncn_progname in windmc; do
12418 if test -n "$ncn_target_tool_prefix"; then
12419 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12420set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12422$as_echo_n "checking for $ac_word... " >&6; }
12423if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
12424 $as_echo_n "(cached) " >&6
901119ae
KT
12425else
12426 if test -n "$WINDMC_FOR_TARGET"; then
12427 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
12428else
12429as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12430for as_dir in $PATH
12431do
12432 IFS=$as_save_IFS
12433 test -z "$as_dir" && as_dir=.
5213506e
RW
12434 for ac_exec_ext in '' $ac_executable_extensions; do
12435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 12436 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
12438 break 2
12439 fi
12440done
5213506e
RW
12441 done
12442IFS=$as_save_IFS
901119ae
KT
12443
12444fi
12445fi
12446WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12447if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
12449$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 12450else
5213506e
RW
12451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12452$as_echo "no" >&6; }
901119ae
KT
12453fi
12454
5213506e 12455
901119ae
KT
12456 fi
12457 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
12458 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12459set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12461$as_echo_n "checking for $ac_word... " >&6; }
12462if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
12463 $as_echo_n "(cached) " >&6
901119ae
KT
12464else
12465 if test -n "$WINDMC_FOR_TARGET"; then
12466 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
12467else
12468as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12469for as_dir in $PATH
12470do
12471 IFS=$as_save_IFS
12472 test -z "$as_dir" && as_dir=.
5213506e
RW
12473 for ac_exec_ext in '' $ac_executable_extensions; do
12474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 12475 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 12476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
12477 break 2
12478 fi
12479done
5213506e
RW
12480 done
12481IFS=$as_save_IFS
901119ae
KT
12482
12483fi
12484fi
12485WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12486if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
12488$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 12489else
5213506e
RW
12490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12491$as_echo "no" >&6; }
901119ae
KT
12492fi
12493
5213506e 12494
901119ae
KT
12495 fi
12496 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
12497 done
12498fi
12499
12500if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
12501 set dummy windmc
12502 if test $build = $target ; then
12503 WINDMC_FOR_TARGET="$2"
12504 else
12505 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
12506 fi
1c00b503
PB
12507else
12508 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
901119ae
KT
12509fi
12510
12511else
12512 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
12513fi
12514
12515
2abefe3d
PB
12516RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
12517
5213506e
RW
12518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
12519$as_echo_n "checking where to find the target ar... " >&6; }
2abefe3d 12520if test "x${build}" != "x${host}" ; then
e8b05380
PB
12521 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
12522 # We already found the complete path
172e41aa 12523 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12525$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
12526 else
12527 # Canadian cross, just use what we found
5213506e
RW
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12529$as_echo "pre-installed" >&6; }
e8b05380 12530 fi
2abefe3d
PB
12531else
12532 ok=yes
12533 case " ${configdirs} " in
12534 *" binutils "*) ;;
12535 *) ok=no ;;
12536 esac
1c710c3c 12537
2abefe3d
PB
12538 if test $ok = yes; then
12539 # An in-tree tool is available and we can use it
12540 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
5213506e
RW
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12542$as_echo "just compiled" >&6; }
e8b05380
PB
12543 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
12544 # We already found the complete path
172e41aa 12545 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
12546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12547$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
12548 elif test "x$target" = "x$host"; then
12549 # We can use an host tool
12550 AR_FOR_TARGET='$(AR)'
5213506e
RW
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12552$as_echo "host tool" >&6; }
2abefe3d
PB
12553 else
12554 # We need a cross tool
5213506e
RW
12555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12556$as_echo "pre-installed" >&6; }
2abefe3d
PB
12557 fi
12558fi
0b0dc272 12559
5213506e
RW
12560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
12561$as_echo_n "checking where to find the target as... " >&6; }
2abefe3d 12562if test "x${build}" != "x${host}" ; then
e8b05380
PB
12563 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
12564 # We already found the complete path
172e41aa 12565 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12567$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
12568 else
12569 # Canadian cross, just use what we found
5213506e
RW
12570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12571$as_echo "pre-installed" >&6; }
e8b05380 12572 fi
2abefe3d
PB
12573else
12574 ok=yes
12575 case " ${configdirs} " in
12576 *" gas "*) ;;
12577 *) ok=no ;;
12578 esac
1c710c3c 12579
2abefe3d
PB
12580 if test $ok = yes; then
12581 # An in-tree tool is available and we can use it
12582 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
5213506e
RW
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12584$as_echo "just compiled" >&6; }
e8b05380
PB
12585 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
12586 # We already found the complete path
172e41aa 12587 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
12588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12589$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
12590 elif test "x$target" = "x$host"; then
12591 # We can use an host tool
12592 AS_FOR_TARGET='$(AS)'
5213506e
RW
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12594$as_echo "host tool" >&6; }
2abefe3d
PB
12595 else
12596 # We need a cross tool
5213506e
RW
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12598$as_echo "pre-installed" >&6; }
2abefe3d
PB
12599 fi
12600fi
0b0dc272 12601
5213506e
RW
12602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
12603$as_echo_n "checking where to find the target cc... " >&6; }
2abefe3d 12604if test "x${build}" != "x${host}" ; then
e8b05380
PB
12605 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
12606 # We already found the complete path
172e41aa 12607 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
12608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12609$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
12610 else
12611 # Canadian cross, just use what we found
5213506e
RW
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12613$as_echo "pre-installed" >&6; }
e8b05380 12614 fi
2abefe3d
PB
12615else
12616 ok=yes
12617 case " ${configdirs} " in
12618 *" gcc "*) ;;
12619 *) ok=no ;;
12620 esac
1c710c3c 12621
2abefe3d
PB
12622 if test $ok = yes; then
12623 # An in-tree tool is available and we can use it
12624 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12626$as_echo "just compiled" >&6; }
e8b05380
PB
12627 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
12628 # We already found the complete path
172e41aa 12629 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
12630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12631$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
12632 elif test "x$target" = "x$host"; then
12633 # We can use an host tool
12634 CC_FOR_TARGET='$(CC)'
5213506e
RW
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12636$as_echo "host tool" >&6; }
2abefe3d
PB
12637 else
12638 # We need a cross tool
5213506e
RW
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12640$as_echo "pre-installed" >&6; }
2abefe3d
PB
12641 fi
12642fi
0b0dc272 12643
5213506e
RW
12644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
12645$as_echo_n "checking where to find the target c++... " >&6; }
2abefe3d 12646if test "x${build}" != "x${host}" ; then
e8b05380
PB
12647 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
12648 # We already found the complete path
172e41aa 12649 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12651$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
12652 else
12653 # Canadian cross, just use what we found
5213506e
RW
12654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12655$as_echo "pre-installed" >&6; }
e8b05380 12656 fi
2abefe3d
PB
12657else
12658 ok=yes
12659 case " ${configdirs} " in
12660 *" gcc "*) ;;
12661 *) ok=no ;;
12662 esac
12663 case ,${enable_languages}, in
12664 *,c++,*) ;;
12665 *) ok=no ;;
12666 esac
12667 if test $ok = yes; then
12668 # An in-tree tool is available and we can use it
12669 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
5213506e
RW
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12671$as_echo "just compiled" >&6; }
e8b05380
PB
12672 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
12673 # We already found the complete path
172e41aa 12674 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12676$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
12677 elif test "x$target" = "x$host"; then
12678 # We can use an host tool
12679 CXX_FOR_TARGET='$(CXX)'
5213506e
RW
12680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12681$as_echo "host tool" >&6; }
2abefe3d
PB
12682 else
12683 # We need a cross tool
5213506e
RW
12684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12685$as_echo "pre-installed" >&6; }
2abefe3d
PB
12686 fi
12687fi
0b0dc272 12688
5213506e
RW
12689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
12690$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
2abefe3d 12691if test "x${build}" != "x${host}" ; then
e8b05380
PB
12692 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
12693 # We already found the complete path
172e41aa 12694 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12696$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
12697 else
12698 # Canadian cross, just use what we found
5213506e
RW
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12700$as_echo "pre-installed" >&6; }
e8b05380 12701 fi
2abefe3d
PB
12702else
12703 ok=yes
12704 case " ${configdirs} " in
12705 *" gcc "*) ;;
12706 *) ok=no ;;
12707 esac
12708 case ,${enable_languages}, in
12709 *,c++,*) ;;
12710 *) ok=no ;;
12711 esac
12712 if test $ok = yes; then
12713 # An in-tree tool is available and we can use it
12714 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'
5213506e
RW
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12716$as_echo "just compiled" >&6; }
e8b05380
PB
12717 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
12718 # We already found the complete path
172e41aa 12719 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
12720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12721$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
12722 elif test "x$target" = "x$host"; then
12723 # We can use an host tool
12724 RAW_CXX_FOR_TARGET='$(CXX)'
5213506e
RW
12725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12726$as_echo "host tool" >&6; }
2abefe3d
PB
12727 else
12728 # We need a cross tool
5213506e
RW
12729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12730$as_echo "pre-installed" >&6; }
2abefe3d
PB
12731 fi
12732fi
0b0dc272 12733
5213506e
RW
12734{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
12735$as_echo_n "checking where to find the target dlltool... " >&6; }
2abefe3d 12736if test "x${build}" != "x${host}" ; then
e8b05380
PB
12737 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
12738 # We already found the complete path
172e41aa 12739 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12741$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
12742 else
12743 # Canadian cross, just use what we found
5213506e
RW
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12745$as_echo "pre-installed" >&6; }
e8b05380 12746 fi
2abefe3d
PB
12747else
12748 ok=yes
12749 case " ${configdirs} " in
12750 *" binutils "*) ;;
12751 *) ok=no ;;
12752 esac
1c710c3c 12753
2abefe3d
PB
12754 if test $ok = yes; then
12755 # An in-tree tool is available and we can use it
12756 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
5213506e
RW
12757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12758$as_echo "just compiled" >&6; }
e8b05380
PB
12759 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
12760 # We already found the complete path
172e41aa 12761 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
12762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12763$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
12764 elif test "x$target" = "x$host"; then
12765 # We can use an host tool
12766 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
5213506e
RW
12767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12768$as_echo "host tool" >&6; }
2abefe3d
PB
12769 else
12770 # We need a cross tool
5213506e
RW
12771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12772$as_echo "pre-installed" >&6; }
2abefe3d
PB
12773 fi
12774fi
0b0dc272 12775
5213506e
RW
12776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
12777$as_echo_n "checking where to find the target gcc... " >&6; }
2abefe3d 12778if test "x${build}" != "x${host}" ; then
e8b05380
PB
12779 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
12780 # We already found the complete path
172e41aa 12781 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
12782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12783$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
12784 else
12785 # Canadian cross, just use what we found
5213506e
RW
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12787$as_echo "pre-installed" >&6; }
e8b05380 12788 fi
2abefe3d
PB
12789else
12790 ok=yes
12791 case " ${configdirs} " in
12792 *" gcc "*) ;;
12793 *) ok=no ;;
12794 esac
1c710c3c 12795
2abefe3d
PB
12796 if test $ok = yes; then
12797 # An in-tree tool is available and we can use it
12798 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12800$as_echo "just compiled" >&6; }
e8b05380
PB
12801 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
12802 # We already found the complete path
172e41aa 12803 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12805$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
12806 elif test "x$target" = "x$host"; then
12807 # We can use an host tool
12808 GCC_FOR_TARGET='$()'
5213506e
RW
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12810$as_echo "host tool" >&6; }
2abefe3d
PB
12811 else
12812 # We need a cross tool
5213506e
RW
12813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12814$as_echo "pre-installed" >&6; }
2abefe3d
PB
12815 fi
12816fi
0b0dc272 12817
5213506e
RW
12818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
12819$as_echo_n "checking where to find the target gcj... " >&6; }
2abefe3d 12820if test "x${build}" != "x${host}" ; then
e8b05380
PB
12821 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
12822 # We already found the complete path
172e41aa 12823 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
12824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12825$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
12826 else
12827 # Canadian cross, just use what we found
5213506e
RW
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12829$as_echo "pre-installed" >&6; }
e8b05380 12830 fi
2abefe3d
PB
12831else
12832 ok=yes
12833 case " ${configdirs} " in
12834 *" gcc "*) ;;
12835 *) ok=no ;;
12836 esac
12837 case ,${enable_languages}, in
12838 *,java,*) ;;
12839 *) ok=no ;;
12840 esac
12841 if test $ok = yes; then
12842 # An in-tree tool is available and we can use it
12843 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
12844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12845$as_echo "just compiled" >&6; }
e8b05380
PB
12846 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
12847 # We already found the complete path
172e41aa 12848 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
12849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12850$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
12851 elif test "x$target" = "x$host"; then
12852 # We can use an host tool
12853 GCJ_FOR_TARGET='$(GCJ)'
5213506e
RW
12854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12855$as_echo "host tool" >&6; }
2abefe3d
PB
12856 else
12857 # We need a cross tool
5213506e
RW
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12859$as_echo "pre-installed" >&6; }
2abefe3d
PB
12860 fi
12861fi
0b0dc272 12862
5213506e
RW
12863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
12864$as_echo_n "checking where to find the target gfortran... " >&6; }
2abefe3d 12865if test "x${build}" != "x${host}" ; then
e8b05380
PB
12866 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
12867 # We already found the complete path
172e41aa 12868 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12870$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
12871 else
12872 # Canadian cross, just use what we found
5213506e
RW
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12874$as_echo "pre-installed" >&6; }
e8b05380 12875 fi
2abefe3d
PB
12876else
12877 ok=yes
12878 case " ${configdirs} " in
12879 *" gcc "*) ;;
12880 *) ok=no ;;
12881 esac
12882 case ,${enable_languages}, in
12883 *,fortran,*) ;;
12884 *) ok=no ;;
12885 esac
12886 if test $ok = yes; then
12887 # An in-tree tool is available and we can use it
12888 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12890$as_echo "just compiled" >&6; }
e8b05380
PB
12891 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
12892 # We already found the complete path
172e41aa 12893 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
12894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12895$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
12896 elif test "x$target" = "x$host"; then
12897 # We can use an host tool
12898 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
5213506e
RW
12899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12900$as_echo "host tool" >&6; }
2abefe3d
PB
12901 else
12902 # We need a cross tool
5213506e
RW
12903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12904$as_echo "pre-installed" >&6; }
2abefe3d
PB
12905 fi
12906fi
0b0dc272 12907
5213506e
RW
12908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
12909$as_echo_n "checking where to find the target ld... " >&6; }
2abefe3d 12910if test "x${build}" != "x${host}" ; then
e8b05380
PB
12911 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
12912 # We already found the complete path
172e41aa 12913 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12915$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
12916 else
12917 # Canadian cross, just use what we found
5213506e
RW
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12919$as_echo "pre-installed" >&6; }
e8b05380 12920 fi
2abefe3d
PB
12921else
12922 ok=yes
12923 case " ${configdirs} " in
12924 *" ld "*) ;;
12925 *) ok=no ;;
12926 esac
1c710c3c 12927
2abefe3d
PB
12928 if test $ok = yes; then
12929 # An in-tree tool is available and we can use it
12930 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
5213506e
RW
12931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12932$as_echo "just compiled" >&6; }
e8b05380
PB
12933 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
12934 # We already found the complete path
172e41aa 12935 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12937$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
12938 elif test "x$target" = "x$host"; then
12939 # We can use an host tool
12940 LD_FOR_TARGET='$(LD)'
5213506e
RW
12941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12942$as_echo "host tool" >&6; }
2abefe3d
PB
12943 else
12944 # We need a cross tool
5213506e
RW
12945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12946$as_echo "pre-installed" >&6; }
2abefe3d
PB
12947 fi
12948fi
0b0dc272 12949
5213506e
RW
12950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
12951$as_echo_n "checking where to find the target lipo... " >&6; }
2abefe3d 12952if test "x${build}" != "x${host}" ; then
e8b05380
PB
12953 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
12954 # We already found the complete path
172e41aa 12955 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
12956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12957$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
12958 else
12959 # Canadian cross, just use what we found
5213506e
RW
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12961$as_echo "pre-installed" >&6; }
e8b05380 12962 fi
2abefe3d 12963else
e8b05380
PB
12964 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
12965 # We already found the complete path
172e41aa 12966 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12968$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380 12969 elif test "x$target" = "x$host"; then
2abefe3d
PB
12970 # We can use an host tool
12971 LIPO_FOR_TARGET='$(LIPO)'
5213506e
RW
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12973$as_echo "host tool" >&6; }
2abefe3d
PB
12974 else
12975 # We need a cross tool
5213506e
RW
12976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12977$as_echo "pre-installed" >&6; }
2abefe3d
PB
12978 fi
12979fi
0b0dc272 12980
5213506e
RW
12981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
12982$as_echo_n "checking where to find the target nm... " >&6; }
2abefe3d 12983if test "x${build}" != "x${host}" ; then
e8b05380
PB
12984 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
12985 # We already found the complete path
172e41aa 12986 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
12987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12988$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
12989 else
12990 # Canadian cross, just use what we found
5213506e
RW
12991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12992$as_echo "pre-installed" >&6; }
e8b05380 12993 fi
2abefe3d
PB
12994else
12995 ok=yes
12996 case " ${configdirs} " in
12997 *" binutils "*) ;;
12998 *) ok=no ;;
12999 esac
1c710c3c 13000
2abefe3d
PB
13001 if test $ok = yes; then
13002 # An in-tree tool is available and we can use it
13003 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
5213506e
RW
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13005$as_echo "just compiled" >&6; }
e8b05380
PB
13006 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13007 # We already found the complete path
172e41aa 13008 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
13009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13010$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13011 elif test "x$target" = "x$host"; then
13012 # We can use an host tool
13013 NM_FOR_TARGET='$(NM)'
5213506e
RW
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13015$as_echo "host tool" >&6; }
2abefe3d
PB
13016 else
13017 # We need a cross tool
5213506e
RW
13018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13019$as_echo "pre-installed" >&6; }
2abefe3d
PB
13020 fi
13021fi
0b0dc272 13022
5213506e
RW
13023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13024$as_echo_n "checking where to find the target objdump... " >&6; }
2abefe3d 13025if test "x${build}" != "x${host}" ; then
e8b05380
PB
13026 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13027 # We already found the complete path
172e41aa 13028 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13030$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13031 else
13032 # Canadian cross, just use what we found
5213506e
RW
13033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13034$as_echo "pre-installed" >&6; }
e8b05380 13035 fi
2abefe3d
PB
13036else
13037 ok=yes
13038 case " ${configdirs} " in
13039 *" binutils "*) ;;
13040 *) ok=no ;;
13041 esac
1c710c3c 13042
2abefe3d
PB
13043 if test $ok = yes; then
13044 # An in-tree tool is available and we can use it
13045 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
5213506e
RW
13046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13047$as_echo "just compiled" >&6; }
e8b05380
PB
13048 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13049 # We already found the complete path
172e41aa 13050 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
13051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13052$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13053 elif test "x$target" = "x$host"; then
13054 # We can use an host tool
13055 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
5213506e
RW
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13057$as_echo "host tool" >&6; }
2abefe3d
PB
13058 else
13059 # We need a cross tool
5213506e
RW
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13061$as_echo "pre-installed" >&6; }
2abefe3d
PB
13062 fi
13063fi
0b0dc272 13064
5213506e
RW
13065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13066$as_echo_n "checking where to find the target ranlib... " >&6; }
2abefe3d 13067if test "x${build}" != "x${host}" ; then
e8b05380
PB
13068 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13069 # We already found the complete path
172e41aa 13070 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
13071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13072$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13073 else
13074 # Canadian cross, just use what we found
5213506e
RW
13075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13076$as_echo "pre-installed" >&6; }
e8b05380 13077 fi
2abefe3d
PB
13078else
13079 ok=yes
13080 case " ${configdirs} " in
13081 *" binutils "*) ;;
13082 *) ok=no ;;
13083 esac
1c710c3c 13084
2abefe3d
PB
13085 if test $ok = yes; then
13086 # An in-tree tool is available and we can use it
13087 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
5213506e
RW
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13089$as_echo "just compiled" >&6; }
e8b05380
PB
13090 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13091 # We already found the complete path
172e41aa 13092 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13094$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13095 elif test "x$target" = "x$host"; then
13096 # We can use an host tool
13097 RANLIB_FOR_TARGET='$(RANLIB)'
5213506e
RW
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13099$as_echo "host tool" >&6; }
2abefe3d
PB
13100 else
13101 # We need a cross tool
5213506e
RW
13102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13103$as_echo "pre-installed" >&6; }
2abefe3d
PB
13104 fi
13105fi
0b0dc272 13106
5213506e
RW
13107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13108$as_echo_n "checking where to find the target strip... " >&6; }
2abefe3d 13109if test "x${build}" != "x${host}" ; then
e8b05380
PB
13110 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13111 # We already found the complete path
172e41aa 13112 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13114$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13115 else
13116 # Canadian cross, just use what we found
5213506e
RW
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13118$as_echo "pre-installed" >&6; }
e8b05380 13119 fi
2abefe3d
PB
13120else
13121 ok=yes
13122 case " ${configdirs} " in
13123 *" binutils "*) ;;
13124 *) ok=no ;;
13125 esac
1c710c3c 13126
2abefe3d
PB
13127 if test $ok = yes; then
13128 # An in-tree tool is available and we can use it
13129 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
5213506e
RW
13130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13131$as_echo "just compiled" >&6; }
e8b05380
PB
13132 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13133 # We already found the complete path
172e41aa 13134 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13136$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13137 elif test "x$target" = "x$host"; then
13138 # We can use an host tool
13139 STRIP_FOR_TARGET='$(STRIP)'
5213506e
RW
13140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13141$as_echo "host tool" >&6; }
2abefe3d
PB
13142 else
13143 # We need a cross tool
5213506e
RW
13144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13145$as_echo "pre-installed" >&6; }
2abefe3d
PB
13146 fi
13147fi
0b0dc272 13148
5213506e
RW
13149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
13150$as_echo_n "checking where to find the target windres... " >&6; }
2abefe3d 13151if test "x${build}" != "x${host}" ; then
e8b05380
PB
13152 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13153 # We already found the complete path
172e41aa 13154 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13156$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13157 else
13158 # Canadian cross, just use what we found
5213506e
RW
13159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13160$as_echo "pre-installed" >&6; }
e8b05380 13161 fi
2abefe3d
PB
13162else
13163 ok=yes
13164 case " ${configdirs} " in
13165 *" binutils "*) ;;
13166 *) ok=no ;;
13167 esac
1c710c3c 13168
2abefe3d
PB
13169 if test $ok = yes; then
13170 # An in-tree tool is available and we can use it
13171 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
5213506e
RW
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13173$as_echo "just compiled" >&6; }
e8b05380
PB
13174 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13175 # We already found the complete path
172e41aa 13176 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
13177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13178$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13179 elif test "x$target" = "x$host"; then
13180 # We can use an host tool
13181 WINDRES_FOR_TARGET='$(WINDRES)'
5213506e
RW
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13183$as_echo "host tool" >&6; }
2abefe3d
PB
13184 else
13185 # We need a cross tool
5213506e
RW
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13187$as_echo "pre-installed" >&6; }
2abefe3d 13188 fi
671aa708 13189fi
be912515 13190
5213506e
RW
13191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
13192$as_echo_n "checking where to find the target windmc... " >&6; }
901119ae
KT
13193if test "x${build}" != "x${host}" ; then
13194 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13195 # We already found the complete path
13196 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13198$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
13199 else
13200 # Canadian cross, just use what we found
5213506e
RW
13201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13202$as_echo "pre-installed" >&6; }
901119ae
KT
13203 fi
13204else
13205 ok=yes
13206 case " ${configdirs} " in
13207 *" binutils "*) ;;
13208 *) ok=no ;;
13209 esac
13210
13211 if test $ok = yes; then
13212 # An in-tree tool is available and we can use it
13213 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
5213506e
RW
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13215$as_echo "just compiled" >&6; }
901119ae
KT
13216 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13217 # We already found the complete path
13218 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
13219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13220$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
13221 elif test "x$target" = "x$host"; then
13222 # We can use an host tool
13223 WINDMC_FOR_TARGET='$(WINDMC)'
5213506e
RW
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13225$as_echo "host tool" >&6; }
901119ae
KT
13226 else
13227 # We need a cross tool
5213506e
RW
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13229$as_echo "pre-installed" >&6; }
901119ae
KT
13230 fi
13231fi
13232
be912515
NN
13233
13234
2abefe3d 13235
0b0dc272 13236
671aa708
NN
13237# Certain tools may need extra flags.
13238AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13239RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13240NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13241
2abefe3d
PB
13242# When building target libraries, except in a Canadian cross, we use
13243# the same toolchain as the compiler we just built.
13244COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13245COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13246COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13247if test $host = $build; then
13248 case " $configdirs " in
13249 *" gcc "*)
13250 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
13251 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
13252 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
13253 ;;
13254 esac
13255fi
13256
13257
13258
13259
13260
5213506e
RW
13261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13262$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13263# Check whether --enable-maintainer-mode was given.
13264if test "${enable_maintainer_mode+set}" = set; then :
13265 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
ee03dc5e
AO
13266else
13267 USE_MAINTAINER_MODE=no
5213506e
RW
13268fi
13269
13270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13271$as_echo "$USE_MAINTAINER_MODE" >&6; }
ee03dc5e
AO
13272
13273
13274if test "$USE_MAINTAINER_MODE" = yes; then
13275 MAINTAINER_MODE_TRUE=
13276 MAINTAINER_MODE_FALSE='#'
13277else
13278 MAINTAINER_MODE_TRUE='#'
13279 MAINTAINER_MODE_FALSE=
1c710c3c 13280fi
ee03dc5e
AO
13281MAINT=$MAINTAINER_MODE_TRUE
13282
2805b53a
NN
13283# ---------------------
13284# GCC bootstrap support
13285# ---------------------
13286
13287# Stage specific cflags for build.
13288stage1_cflags="-g"
13289case $build in
13290 vax-*-*)
13291 case ${GCC} in
13292 yes) stage1_cflags="-g -Wa,-J" ;;
13293 *) stage1_cflags="-g -J" ;;
13294 esac ;;
2805b53a
NN
13295esac
13296
0b50988a 13297# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
00020c16 13298if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
0b50988a
EB
13299 saved_CFLAGS="$CFLAGS"
13300
13301 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
13302 CFLAGS="$CFLAGS -fkeep-inline-functions"
5213506e
RW
13303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
13304$as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
13305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
13306/* end confdefs.h. */
13307
9cc1244e
JJ
13308#if (__GNUC__ < 3) \
13309 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
13310 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
13311#error http://gcc.gnu.org/PR29382
13312#endif
13313
1c710c3c
DJ
13314int
13315main ()
13316{
13317
13318 ;
13319 return 0;
13320}
13321_ACEOF
5213506e
RW
13322if ac_fn_c_try_compile "$LINENO"; then :
13323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13324$as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
1c710c3c 13325else
5213506e
RW
13326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13327$as_echo "no" >&6; }
1c710c3c 13328fi
5213506e 13329rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b50988a
EB
13330
13331 CFLAGS="$saved_CFLAGS"
13332fi
13333
13334
2805b53a 13335
8efea775 13336# Enable --enable-checking in stage1 of the compiler.
5213506e
RW
13337# Check whether --enable-stage1-checking was given.
13338if test "${enable_stage1_checking+set}" = set; then :
13339 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8efea775 13340else
e643dc23 13341 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
7e98624c 13342 stage1_checking=--enable-checking=yes,types
8efea775 13343else
e643dc23 13344 stage1_checking=--enable-checking=$enable_checking,types
8efea775 13345fi
5213506e 13346fi
8efea775
PB
13347
13348
2aeb72e9 13349
5213506e
RW
13350# Enable -Werror in bootstrap stage2 and later.
13351# Check whether --enable-werror was given.
13352if test "${enable_werror+set}" = set; then :
13353 enableval=$enable_werror;
2805b53a 13354else
416cfb5e 13355 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
2805b53a 13356 enable_werror=yes
88fceb68
PB
13357else
13358 enable_werror=no
13359fi
5213506e
RW
13360fi
13361
09a9c095
NN
13362case ${enable_werror} in
13363 yes) stage2_werror_flag="--enable-werror-always" ;;
13364 *) stage2_werror_flag="" ;;
2805b53a
NN
13365esac
13366
13367
f2689b09
SE
13368# Specify what files to not compare during bootstrap.
13369
13370compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
13371case "$target" in
13372 hppa*64*-*-hpux*) ;;
13373 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
13374esac
13375
13376
5213506e
RW
13377ac_config_files="$ac_config_files Makefile"
13378
1c710c3c 13379cat >confcache <<\_ACEOF
671aa708
NN
13380# This file is a shell script that caches the results of configure
13381# tests run on this system so they can be shared between configure
1c710c3c
DJ
13382# scripts and configure runs, see configure's option --config-cache.
13383# It is not useful on other systems. If it contains results you don't
13384# want to keep, you may remove or edit it.
671aa708 13385#
1c710c3c
DJ
13386# config.status only pays attention to the cache file if you give it
13387# the --recheck option to rerun configure.
671aa708 13388#
1c710c3c
DJ
13389# `ac_cv_env_foo' variables (set or unset) will be overridden when
13390# loading this file, other *unset* `ac_cv_foo' will be assigned the
13391# following values.
13392
13393_ACEOF
13394
671aa708
NN
13395# The following way of writing the cache mishandles newlines in values,
13396# but we know of no workaround that is simple, portable, and efficient.
5213506e 13397# So, we kill variables containing newlines.
671aa708
NN
13398# Ultrix sh set writes to stderr and can't be redirected directly,
13399# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
13400(
13401 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13402 eval ac_val=\$$ac_var
13403 case $ac_val in #(
13404 *${as_nl}*)
13405 case $ac_var in #(
13406 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13407$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13408 esac
13409 case $ac_var in #(
13410 _ | IFS | as_nl) ;; #(
13411 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13412 *) { eval $ac_var=; unset $ac_var;} ;;
13413 esac ;;
13414 esac
13415 done
13416
1c710c3c 13417 (set) 2>&1 |
5213506e
RW
13418 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13419 *${as_nl}ac_space=\ *)
13420 # `set' does not quote correctly, so add quotes: double-quote
13421 # substitution turns \\\\ into \\, and sed turns \\ into \.
1c710c3c
DJ
13422 sed -n \
13423 "s/'/'\\\\''/g;
13424 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 13425 ;; #(
1c710c3c
DJ
13426 *)
13427 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 13428 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 13429 ;;
5213506e
RW
13430 esac |
13431 sort
13432) |
1c710c3c 13433 sed '
5213506e 13434 /^ac_cv_env_/b end
1c710c3c 13435 t clear
5213506e 13436 :clear
1c710c3c
DJ
13437 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13438 t end
5213506e
RW
13439 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13440 :end' >>confcache
13441if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13442 if test -w "$cache_file"; then
13443 test "x$cache_file" != "x/dev/null" &&
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13445$as_echo "$as_me: updating cache $cache_file" >&6;}
1c710c3c 13446 cat confcache >$cache_file
671aa708 13447 else
5213506e
RW
13448 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13449$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
671aa708 13450 fi
4977bab6 13451fi
671aa708 13452rm -f confcache
79c06341 13453
671aa708
NN
13454test "x$prefix" = xNONE && prefix=$ac_default_prefix
13455# Let make expand exec_prefix.
13456test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4e77e8f1 13457
671aa708
NN
13458# Transform confdefs.h into DEFS.
13459# Protect against shell expansion while executing Makefile rules.
13460# Protect against Makefile macro expansion.
1c710c3c
DJ
13461#
13462# If the first sed substitution is executed (which looks for macros that
5213506e 13463# take arguments), then branch to the quote section. Otherwise,
1c710c3c 13464# look for a macro that doesn't take arguments.
5213506e
RW
13465ac_script='
13466:mline
13467/\\$/{
13468 N
13469 s,\\\n,,
13470 b mline
13471}
1c710c3c 13472t clear
5213506e
RW
13473:clear
13474s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 13475t quote
5213506e 13476s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 13477t quote
5213506e
RW
13478b any
13479:quote
13480s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
13481s/\[/\\&/g
13482s/\]/\\&/g
13483s/\$/$$/g
13484H
13485:any
13486${
13487 g
13488 s/^\n//
13489 s/\n/ /g
13490 p
13491}
13492'
13493DEFS=`sed -n "$ac_script" confdefs.h`
1c710c3c
DJ
13494
13495
13496ac_libobjs=
13497ac_ltlibobjs=
13498for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13499 # 1. Remove the extension, and $U if already installed.
5213506e
RW
13500 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13501 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13502 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13503 # will be set to the directory where LIBOBJS objects are built.
13504 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13505 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1c710c3c
DJ
13506done
13507LIBOBJS=$ac_libobjs
fb0103e5 13508
1c710c3c 13509LTLIBOBJS=$ac_ltlibobjs
0b0dc272 13510
af71363e 13511
1c710c3c
DJ
13512
13513: ${CONFIG_STATUS=./config.status}
5213506e 13514ac_write_fail=0
1c710c3c
DJ
13515ac_clean_files_save=$ac_clean_files
13516ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
13517{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13518$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13519as_write_fail=0
13520cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1c710c3c
DJ
13521#! $SHELL
13522# Generated by $as_me.
671aa708 13523# Run this file to recreate the current configuration.
671aa708 13524# Compiler output produced by configure, useful for debugging
1c710c3c 13525# configure, is in config.log if it exists.
0b0dc272 13526
1c710c3c
DJ
13527debug=false
13528ac_cs_recheck=false
13529ac_cs_silent=false
1c710c3c 13530
5213506e
RW
13531SHELL=\${CONFIG_SHELL-$SHELL}
13532export SHELL
13533_ASEOF
13534cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13535## -------------------- ##
13536## M4sh Initialization. ##
13537## -------------------- ##
13538
13539# Be more Bourne compatible
13540DUALCASE=1; export DUALCASE # for MKS sh
13541if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
13542 emulate sh
13543 NULLCMD=:
5213506e 13544 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
13545 # is contrary to our usage. Disable this feature.
13546 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
13547 setopt NO_GLOB_SUBST
13548else
13549 case `(set -o) 2>/dev/null` in #(
13550 *posix*) :
13551 set -o posix ;; #(
13552 *) :
13553 ;;
13554esac
1c710c3c 13555fi
1c710c3c 13556
5213506e
RW
13557
13558as_nl='
13559'
13560export as_nl
13561# Printing a long string crashes Solaris 7 /usr/bin/printf.
13562as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13563as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13564as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13565# Prefer a ksh shell builtin over an external printf program on Solaris,
13566# but without wasting forks for bash or zsh.
13567if test -z "$BASH_VERSION$ZSH_VERSION" \
13568 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13569 as_echo='print -r --'
13570 as_echo_n='print -rn --'
13571elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13572 as_echo='printf %s\n'
13573 as_echo_n='printf %s'
13574else
13575 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13576 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13577 as_echo_n='/usr/ucb/echo -n'
13578 else
13579 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13580 as_echo_n_body='eval
13581 arg=$1;
13582 case $arg in #(
13583 *"$as_nl"*)
13584 expr "X$arg" : "X\\(.*\\)$as_nl";
13585 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13586 esac;
13587 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13588 '
13589 export as_echo_n_body
13590 as_echo_n='sh -c $as_echo_n_body as_echo'
13591 fi
13592 export as_echo_body
13593 as_echo='sh -c $as_echo_body as_echo'
1c710c3c
DJ
13594fi
13595
5213506e
RW
13596# The user is always right.
13597if test "${PATH_SEPARATOR+set}" != set; then
13598 PATH_SEPARATOR=:
13599 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13600 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13601 PATH_SEPARATOR=';'
13602 }
13603fi
13604
13605
13606# IFS
13607# We need space, tab and new line, in precisely that order. Quoting is
13608# there to prevent editors from complaining about space-tab.
13609# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13610# splitting by setting IFS to empty value.)
13611IFS=" "" $as_nl"
13612
13613# Find who we are. Look in the path if we contain no directory separator.
13614case $0 in #((
13615 *[\\/]* ) as_myself=$0 ;;
13616 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13617for as_dir in $PATH
13618do
13619 IFS=$as_save_IFS
13620 test -z "$as_dir" && as_dir=.
13621 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13622 done
13623IFS=$as_save_IFS
13624
13625 ;;
13626esac
13627# We did not find ourselves, most probably we were run as `sh COMMAND'
13628# in which case we are not to be found in the path.
13629if test "x$as_myself" = x; then
13630 as_myself=$0
13631fi
13632if test ! -f "$as_myself"; then
13633 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13634 exit 1
13635fi
1c710c3c 13636
5213506e
RW
13637# Unset variables that we do not need and which cause bugs (e.g. in
13638# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13639# suppresses any "Segmentation fault" message there. '((' could
13640# trigger a bug in pdksh 5.2.14.
13641for as_var in BASH_ENV ENV MAIL MAILPATH
13642do eval test x\${$as_var+set} = xset \
13643 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13644done
1c710c3c
DJ
13645PS1='$ '
13646PS2='> '
13647PS4='+ '
13648
13649# NLS nuisances.
5213506e
RW
13650LC_ALL=C
13651export LC_ALL
13652LANGUAGE=C
13653export LANGUAGE
13654
13655# CDPATH.
13656(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13657
13658
13659# as_fn_error ERROR [LINENO LOG_FD]
13660# ---------------------------------
13661# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13662# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13663# script with status $?, using 1 if that was 0.
13664as_fn_error ()
13665{
13666 as_status=$?; test $as_status -eq 0 && as_status=1
13667 if test "$3"; then
13668 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13669 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
1c710c3c 13670 fi
5213506e
RW
13671 $as_echo "$as_me: error: $1" >&2
13672 as_fn_exit $as_status
13673} # as_fn_error
13674
13675
13676# as_fn_set_status STATUS
13677# -----------------------
13678# Set $? to STATUS, without forking.
13679as_fn_set_status ()
13680{
13681 return $1
13682} # as_fn_set_status
13683
13684# as_fn_exit STATUS
13685# -----------------
13686# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13687as_fn_exit ()
13688{
13689 set +e
13690 as_fn_set_status $1
13691 exit $1
13692} # as_fn_exit
13693
13694# as_fn_unset VAR
13695# ---------------
13696# Portably unset VAR.
13697as_fn_unset ()
13698{
13699 { eval $1=; unset $1;}
13700}
13701as_unset=as_fn_unset
13702# as_fn_append VAR VALUE
13703# ----------------------
13704# Append the text in VALUE to the end of the definition contained in VAR. Take
13705# advantage of any shell optimizations that allow amortized linear growth over
13706# repeated appends, instead of the typical quadratic growth present in naive
13707# implementations.
13708if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13709 eval 'as_fn_append ()
13710 {
13711 eval $1+=\$2
13712 }'
13713else
13714 as_fn_append ()
13715 {
13716 eval $1=\$$1\$2
13717 }
13718fi # as_fn_append
13719
13720# as_fn_arith ARG...
13721# ------------------
13722# Perform arithmetic evaluation on the ARGs, and store the result in the
13723# global $as_val. Take advantage of shells that can avoid forks. The arguments
13724# must be portable across $(()) and expr.
13725if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13726 eval 'as_fn_arith ()
13727 {
13728 as_val=$(( $* ))
13729 }'
13730else
13731 as_fn_arith ()
13732 {
13733 as_val=`expr "$@" || test $? -eq 1`
13734 }
13735fi # as_fn_arith
13736
1c710c3c 13737
5213506e
RW
13738if expr a : '\(a\)' >/dev/null 2>&1 &&
13739 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
13740 as_expr=expr
13741else
13742 as_expr=false
13743fi
13744
5213506e 13745if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
13746 as_basename=basename
13747else
13748 as_basename=false
13749fi
13750
5213506e
RW
13751if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13752 as_dirname=dirname
13753else
13754 as_dirname=false
13755fi
1c710c3c 13756
5213506e 13757as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
13758$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13759 X"$0" : 'X\(//\)$' \| \
5213506e
RW
13760 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13761$as_echo X/"$0" |
13762 sed '/^.*\/\([^/][^/]*\)\/*$/{
13763 s//\1/
13764 q
13765 }
13766 /^X\/\(\/\/\)$/{
13767 s//\1/
13768 q
13769 }
13770 /^X\/\(\/\).*/{
13771 s//\1/
13772 q
13773 }
13774 s/.*/./; q'`
2aeb72e9 13775
2aeb72e9
DD
13776# Avoid depending upon Character Ranges.
13777as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13778as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13779as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13780as_cr_digits='0123456789'
13781as_cr_alnum=$as_cr_Letters$as_cr_digits
13782
5213506e
RW
13783ECHO_C= ECHO_N= ECHO_T=
13784case `echo -n x` in #(((((
13785-n*)
13786 case `echo 'xy\c'` in
13787 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13788 xy) ECHO_C='\c';;
13789 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13790 ECHO_T=' ';;
13791 esac;;
13792*)
13793 ECHO_N='-n';;
1c710c3c
DJ
13794esac
13795
5213506e
RW
13796rm -f conf$$ conf$$.exe conf$$.file
13797if test -d conf$$.dir; then
13798 rm -f conf$$.dir/conf$$.file
1c710c3c 13799else
5213506e
RW
13800 rm -f conf$$.dir
13801 mkdir conf$$.dir 2>/dev/null
1c710c3c 13802fi
5213506e
RW
13803if (echo >conf$$.file) 2>/dev/null; then
13804 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 13805 as_ln_s='ln -s'
5213506e
RW
13806 # ... but there are two gotchas:
13807 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13808 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13809 # In both cases, we have to default to `cp -p'.
13810 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13811 as_ln_s='cp -p'
13812 elif ln conf$$.file conf$$ 2>/dev/null; then
13813 as_ln_s=ln
13814 else
13815 as_ln_s='cp -p'
2aeb72e9 13816 fi
1c710c3c
DJ
13817else
13818 as_ln_s='cp -p'
13819fi
5213506e
RW
13820rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13821rmdir conf$$.dir 2>/dev/null
13822
13823
13824# as_fn_mkdir_p
13825# -------------
13826# Create "$as_dir" as a directory, including parents if necessary.
13827as_fn_mkdir_p ()
13828{
13829
13830 case $as_dir in #(
13831 -*) as_dir=./$as_dir;;
13832 esac
13833 test -d "$as_dir" || eval $as_mkdir_p || {
13834 as_dirs=
13835 while :; do
13836 case $as_dir in #(
13837 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13838 *) as_qdir=$as_dir;;
13839 esac
13840 as_dirs="'$as_qdir' $as_dirs"
13841 as_dir=`$as_dirname -- "$as_dir" ||
13842$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13843 X"$as_dir" : 'X\(//\)[^/]' \| \
13844 X"$as_dir" : 'X\(//\)$' \| \
13845 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13846$as_echo X"$as_dir" |
13847 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13848 s//\1/
13849 q
13850 }
13851 /^X\(\/\/\)[^/].*/{
13852 s//\1/
13853 q
13854 }
13855 /^X\(\/\/\)$/{
13856 s//\1/
13857 q
13858 }
13859 /^X\(\/\).*/{
13860 s//\1/
13861 q
13862 }
13863 s/.*/./; q'`
13864 test -d "$as_dir" && break
13865 done
13866 test -z "$as_dirs" || eval "mkdir $as_dirs"
13867 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13868
1c710c3c 13869
5213506e 13870} # as_fn_mkdir_p
1c710c3c 13871if mkdir -p . 2>/dev/null; then
5213506e 13872 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
13873else
13874 test -d ./-p && rmdir ./-p
13875 as_mkdir_p=false
13876fi
13877
5213506e
RW
13878if test -x / >/dev/null 2>&1; then
13879 as_test_x='test -x'
13880else
13881 if ls -dL / >/dev/null 2>&1; then
13882 as_ls_L_option=L
13883 else
13884 as_ls_L_option=
13885 fi
13886 as_test_x='
13887 eval sh -c '\''
13888 if test -d "$1"; then
13889 test -d "$1/.";
13890 else
13891 case $1 in #(
13892 -*)set "./$1";;
13893 esac;
13894 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13895 ???[sx]*):;;*)false;;esac;fi
13896 '\'' sh
13897 '
13898fi
13899as_executable_p=$as_test_x
1c710c3c
DJ
13900
13901# Sed expression to map a string onto a valid CPP name.
13902as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13903
13904# Sed expression to map a string onto a valid variable name.
13905as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13906
13907
1c710c3c 13908exec 6>&1
5213506e
RW
13909## ----------------------------------- ##
13910## Main body of $CONFIG_STATUS script. ##
13911## ----------------------------------- ##
13912_ASEOF
13913test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13914
13915cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13916# Save the log message, to keep $0 and so on meaningful, and to
1c710c3c 13917# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
13918# values after options handling.
13919ac_log="
1c710c3c 13920This file was extended by $as_me, which was
5213506e 13921generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
13922
13923 CONFIG_FILES = $CONFIG_FILES
13924 CONFIG_HEADERS = $CONFIG_HEADERS
13925 CONFIG_LINKS = $CONFIG_LINKS
13926 CONFIG_COMMANDS = $CONFIG_COMMANDS
13927 $ $0 $@
13928
5213506e
RW
13929on `(hostname || uname -n) 2>/dev/null | sed 1q`
13930"
13931
1c710c3c
DJ
13932_ACEOF
13933
5213506e
RW
13934case $ac_config_files in *"
13935"*) set x $ac_config_files; shift; ac_config_files=$*;;
13936esac
1c710c3c 13937
2aeb72e9 13938
2aeb72e9 13939
5213506e
RW
13940cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13941# Files that config.status was made for.
13942config_files="$ac_config_files"
1c710c3c 13943
5213506e 13944_ACEOF
2aeb72e9 13945
5213506e 13946cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c 13947ac_cs_usage="\
5213506e
RW
13948\`$as_me' instantiates files and other configuration actions
13949from templates according to the current configuration. Unless the files
13950and actions are specified as TAGs, all are instantiated by default.
1c710c3c 13951
5213506e 13952Usage: $0 [OPTION]... [TAG]...
1c710c3c
DJ
13953
13954 -h, --help print this help, then exit
5213506e
RW
13955 -V, --version print version number and configuration settings, then exit
13956 -q, --quiet, --silent
13957 do not print progress messages
1c710c3c
DJ
13958 -d, --debug don't remove temporary files
13959 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
13960 --file=FILE[:TEMPLATE]
13961 instantiate the configuration file FILE
1c710c3c
DJ
13962
13963Configuration files:
13964$config_files
13965
5213506e 13966Report bugs to the package provider."
2aeb72e9 13967
5213506e
RW
13968_ACEOF
13969cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c
DJ
13970ac_cs_version="\\
13971config.status
5213506e
RW
13972configured by $0, generated by GNU Autoconf 2.64,
13973 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1c710c3c 13974
5213506e 13975Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
13976This config.status script is free software; the Free Software Foundation
13977gives unlimited permission to copy, distribute and modify it."
5213506e
RW
13978
13979ac_pwd='$ac_pwd'
13980srcdir='$srcdir'
13981INSTALL='$INSTALL'
87264276 13982AWK='$AWK'
5213506e 13983test -n "\$AWK" || AWK=awk
1c710c3c
DJ
13984_ACEOF
13985
5213506e
RW
13986cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13987# The default lists apply if the user does not specify any file.
1c710c3c
DJ
13988ac_need_defaults=:
13989while test $# != 0
a4b9e93e 13990do
1c710c3c
DJ
13991 case $1 in
13992 --*=*)
5213506e
RW
13993 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13994 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1c710c3c
DJ
13995 ac_shift=:
13996 ;;
5213506e 13997 *)
1c710c3c
DJ
13998 ac_option=$1
13999 ac_optarg=$2
14000 ac_shift=shift
14001 ;;
1c710c3c
DJ
14002 esac
14003
14004 case $ac_option in
14005 # Handling of the options.
671aa708 14006 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1c710c3c 14007 ac_cs_recheck=: ;;
5213506e
RW
14008 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14009 $as_echo "$ac_cs_version"; exit ;;
14010 --debug | --debu | --deb | --de | --d | -d )
1c710c3c
DJ
14011 debug=: ;;
14012 --file | --fil | --fi | --f )
14013 $ac_shift
5213506e
RW
14014 case $ac_optarg in
14015 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14016 esac
14017 as_fn_append CONFIG_FILES " '$ac_optarg'"
2aeb72e9 14018 ac_need_defaults=false;;
5213506e
RW
14019 --he | --h | --help | --hel | -h )
14020 $as_echo "$ac_cs_usage"; exit ;;
1c710c3c
DJ
14021 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14022 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14023 ac_cs_silent=: ;;
14024
14025 # This is an error.
5213506e
RW
14026 -*) as_fn_error "unrecognized option: \`$1'
14027Try \`$0 --help' for more information." ;;
1c710c3c 14028
5213506e
RW
14029 *) as_fn_append ac_config_targets " $1"
14030 ac_need_defaults=false ;;
1c710c3c 14031
0b0dc272 14032 esac
1c710c3c 14033 shift
0b0dc272
AM
14034done
14035
1c710c3c 14036ac_configure_extra_args=
0b0dc272 14037
1c710c3c
DJ
14038if $ac_cs_silent; then
14039 exec 6>/dev/null
14040 ac_configure_extra_args="$ac_configure_extra_args --silent"
14041fi
0b0dc272 14042
1c710c3c 14043_ACEOF
5213506e 14044cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c 14045if \$ac_cs_recheck; then
5213506e
RW
14046 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14047 shift
14048 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14049 CONFIG_SHELL='$SHELL'
14050 export CONFIG_SHELL
14051 exec "\$@"
1c710c3c
DJ
14052fi
14053
14054_ACEOF
5213506e
RW
14055cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14056exec 5>>config.log
14057{
14058 echo
14059 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14060## Running $as_me. ##
14061_ASBOX
14062 $as_echo "$ac_log"
14063} >&5
1c710c3c 14064
5213506e
RW
14065_ACEOF
14066cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3e54529c
RW
14067#
14068# INIT-COMMANDS
14069#
14070extrasub_build="$extrasub_build"
14071 extrasub_host="$extrasub_host"
14072 extrasub_target="$extrasub_target"
14073
5213506e 14074_ACEOF
1c710c3c 14075
5213506e 14076cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11a67599 14077
5213506e 14078# Handling of arguments.
1c710c3c
DJ
14079for ac_config_target in $ac_config_targets
14080do
5213506e
RW
14081 case $ac_config_target in
14082 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14083
14084 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1c710c3c
DJ
14085 esac
14086done
14087
5213506e 14088
1c710c3c
DJ
14089# If the user did not use the arguments to specify the items to instantiate,
14090# then the envvar interface is used. Set only those that are not.
14091# We use the long form for the default assignment because of an extremely
14092# bizarre bug on SunOS 4.1.3.
14093if $ac_need_defaults; then
14094 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14095fi
14096
14097# Have a temporary directory for convenience. Make it in the build tree
5213506e 14098# simply because there is no reason against having it here, and in addition,
1c710c3c 14099# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
14100# Hook for its removal unless debugging.
14101# Note that there is a small window in which the directory will not be cleaned:
14102# after its creation but before its name has been assigned to `$tmp'.
1c710c3c
DJ
14103$debug ||
14104{
5213506e
RW
14105 tmp=
14106 trap 'exit_status=$?
14107 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14108' 0
14109 trap 'as_fn_exit 1' 1 2 13 15
1c710c3c 14110}
1c710c3c
DJ
14111# Create a (secure) tmp directory for tmp files.
14112
14113{
5213506e 14114 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1c710c3c
DJ
14115 test -n "$tmp" && test -d "$tmp"
14116} ||
14117{
5213506e
RW
14118 tmp=./conf$$-$RANDOM
14119 (umask 077 && mkdir "$tmp")
14120} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14121
14122# Set up the scripts for CONFIG_FILES section.
14123# No need to generate them if there are no CONFIG_FILES.
14124# This happens for instance with `./config.status config.h'.
14125if test -n "$CONFIG_FILES"; then
14126
14127if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14128 ac_cs_awk_getline=:
14129 ac_cs_awk_pipe_init=
14130 ac_cs_awk_read_file='
14131 while ((getline aline < (F[key])) > 0)
14132 print(aline)
14133 close(F[key])'
14134 ac_cs_awk_pipe_fini=
14135else
14136 ac_cs_awk_getline=false
14137 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14138 ac_cs_awk_read_file='
14139 print "|#_!!_#|"
14140 print "cat " F[key] " &&"
14141 '$ac_cs_awk_pipe_init
14142 # The final `:' finishes the AND list.
14143 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14144fi
14145ac_cr=`echo X | tr X '\015'`
14146# On cygwin, bash can eat \r inside `` if the user requested igncr.
14147# But we know of no other shell where ac_cr would be empty at this
14148# point, so we can use a bashism as a fallback.
14149if test "x$ac_cr" = x; then
14150 eval ac_cr=\$\'\\r\'
14151fi
14152ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14153if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14154 ac_cs_awk_cr='\r'
14155else
14156 ac_cs_awk_cr=$ac_cr
14157fi
14158
14159echo 'BEGIN {' >"$tmp/subs1.awk" &&
14160_ACEOF
14161
14162# Create commands to substitute file output variables.
1c710c3c 14163{
5213506e
RW
14164 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14165 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14166 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14167 echo "_ACAWK" &&
14168 echo "_ACEOF"
14169} >conf$$files.sh &&
14170. ./conf$$files.sh ||
14171 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14172rm -f conf$$files.sh
1c710c3c 14173
5213506e
RW
14174{
14175 echo "cat >conf$$subs.awk <<_ACEOF" &&
14176 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14177 echo "_ACEOF"
14178} >conf$$subs.sh ||
14179 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14180ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14181ac_delim='%!_!# '
14182for ac_last_try in false false false false false :; do
14183 . ./conf$$subs.sh ||
14184 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14185
14186 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14187 if test $ac_delim_n = $ac_delim_num; then
14188 break
14189 elif $ac_last_try; then
14190 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14191 else
14192 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14193 fi
14194done
14195rm -f conf$$subs.sh
14196
14197cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14198cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2aeb72e9 14199_ACEOF
5213506e
RW
14200sed -n '
14201h
14202s/^/S["/; s/!.*/"]=/
14203p
14204g
14205s/^[^!]*!//
14206:repl
14207t repl
14208s/'"$ac_delim"'$//
14209t delim
14210:nl
14211h
14212s/\(.\{148\}\).*/\1/
14213t more1
14214s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14215p
14216n
14217b repl
14218:more1
14219s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14220p
14221g
14222s/.\{148\}//
14223t nl
14224:delim
14225h
14226s/\(.\{148\}\).*/\1/
14227t more2
14228s/["\\]/\\&/g; s/^/"/; s/$/"/
14229p
14230b
14231:more2
14232s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14233p
14234g
14235s/.\{148\}//
14236t delim
14237' <conf$$subs.awk | sed '
14238/^[^""]/{
14239 N
14240 s/\n//
14241}
14242' >>$CONFIG_STATUS || ac_write_fail=1
14243rm -f conf$$subs.awk
14244cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14245_ACAWK
14246cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14247 for (key in S) S_is_set[key] = 1
14248 FS = "\a"
14249 \$ac_cs_awk_pipe_init
14250}
14251{
14252 line = $ 0
14253 nfields = split(line, field, "@")
14254 substed = 0
14255 len = length(field[1])
14256 for (i = 2; i < nfields; i++) {
14257 key = field[i]
14258 keylen = length(key)
14259 if (S_is_set[key]) {
14260 value = S[key]
14261 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14262 len += length(value) + length(field[++i])
14263 substed = 1
14264 } else
14265 len += 1 + keylen
14266 }
14267 if (nfields == 3 && !substed) {
14268 key = field[2]
14269 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
14270 \$ac_cs_awk_read_file
14271 next
14272 }
14273 }
14274 print line
14275}
14276\$ac_cs_awk_pipe_fini
14277_ACAWK
14278_ACEOF
14279cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14280if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14281 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14282else
14283 cat
14284fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14285 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14286_ACEOF
14287
14288# VPATH may cause trouble with some makes, so we remove $(srcdir),
14289# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14290# trailing colons and then remove the whole line if VPATH becomes empty
14291# (actually we leave an empty line to preserve line numbers).
14292if test "x$srcdir" = x.; then
14293 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14294s/:*\$(srcdir):*/:/
14295s/:*\${srcdir}:*/:/
14296s/:*@srcdir@:*/:/
14297s/^\([^=]*=[ ]*\):*/\1/
14298s/:*$//
14299s/^[^=]*=[ ]*$//
14300}'
14301fi
2aeb72e9 14302
5213506e
RW
14303cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14304fi # test -n "$CONFIG_FILES"
2aeb72e9 14305
1c710c3c 14306
5213506e
RW
14307eval set X " :F $CONFIG_FILES "
14308shift
14309for ac_tag
14310do
14311 case $ac_tag in
14312 :[FHLC]) ac_mode=$ac_tag; continue;;
14313 esac
14314 case $ac_mode$ac_tag in
14315 :[FHL]*:*);;
14316 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14317 :[FH]-) ac_tag=-:-;;
14318 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14319 esac
14320 ac_save_IFS=$IFS
14321 IFS=:
14322 set x $ac_tag
14323 IFS=$ac_save_IFS
14324 shift
14325 ac_file=$1
14326 shift
79c06341 14327
5213506e
RW
14328 case $ac_mode in
14329 :L) ac_source=$1;;
14330 :[FH])
14331 ac_file_inputs=
14332 for ac_f
14333 do
14334 case $ac_f in
14335 -) ac_f="$tmp/stdin";;
14336 *) # Look for the file first in the build tree, then in the source tree
14337 # (if the path is not absolute). The absolute path cannot be DOS-style,
14338 # because $ac_f cannot contain `:'.
14339 test -f "$ac_f" ||
14340 case $ac_f in
14341 [\\/$]*) false;;
14342 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14343 esac ||
14344 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14345 esac
14346 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14347 as_fn_append ac_file_inputs " '$ac_f'"
14348 done
1c710c3c 14349
5213506e
RW
14350 # Let's still pretend it is `configure' which instantiates (i.e., don't
14351 # use $as_me), people would be surprised to read:
14352 # /* config.h. Generated by config.status. */
14353 configure_input='Generated from '`
14354 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14355 `' by configure.'
14356 if test x"$ac_file" != x-; then
14357 configure_input="$ac_file. $configure_input"
14358 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14359$as_echo "$as_me: creating $ac_file" >&6;}
2aeb72e9 14360 fi
5213506e
RW
14361 # Neutralize special characters interpreted by sed in replacement strings.
14362 case $configure_input in #(
14363 *\&* | *\|* | *\\* )
14364 ac_sed_conf_input=`$as_echo "$configure_input" |
14365 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14366 *) ac_sed_conf_input=$configure_input;;
14367 esac
11a67599 14368
5213506e
RW
14369 case $ac_tag in
14370 *:-:* | *:-) cat >"$tmp/stdin" \
14371 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14372 esac
14373 ;;
11a67599
ZW
14374 esac
14375
5213506e 14376 ac_dir=`$as_dirname -- "$ac_file" ||
1c710c3c
DJ
14377$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14378 X"$ac_file" : 'X\(//\)[^/]' \| \
14379 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
14380 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14381$as_echo X"$ac_file" |
14382 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14383 s//\1/
14384 q
14385 }
14386 /^X\(\/\/\)[^/].*/{
14387 s//\1/
14388 q
14389 }
14390 /^X\(\/\/\)$/{
14391 s//\1/
14392 q
14393 }
14394 /^X\(\/\).*/{
14395 s//\1/
14396 q
14397 }
14398 s/.*/./; q'`
14399 as_dir="$ac_dir"; as_fn_mkdir_p
1c710c3c 14400 ac_builddir=.
0b0dc272 14401
5213506e
RW
14402case "$ac_dir" in
14403.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14404*)
14405 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14406 # A ".." for each directory in $ac_dir_suffix.
14407 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14408 case $ac_top_builddir_sub in
14409 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14410 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14411 esac ;;
14412esac
14413ac_abs_top_builddir=$ac_pwd
14414ac_abs_builddir=$ac_pwd$ac_dir_suffix
14415# for backward compatibility:
14416ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
14417
14418case $srcdir in
5213506e 14419 .) # We are building in place.
1c710c3c 14420 ac_srcdir=.
5213506e
RW
14421 ac_top_srcdir=$ac_top_builddir_sub
14422 ac_abs_top_srcdir=$ac_pwd ;;
14423 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 14424 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
14425 ac_top_srcdir=$srcdir
14426 ac_abs_top_srcdir=$srcdir ;;
14427 *) # Relative name.
14428 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14429 ac_top_srcdir=$ac_top_build_prefix$srcdir
14430 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1c710c3c 14431esac
5213506e 14432ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
a4b9e93e 14433
0b0dc272 14434
5213506e
RW
14435 case $ac_mode in
14436 :F)
14437 #
14438 # CONFIG_FILE
14439 #
1c710c3c
DJ
14440
14441 case $INSTALL in
14442 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 14443 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
671aa708 14444 esac
5213506e 14445_ACEOF
11a67599 14446
5213506e
RW
14447cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14448# If the template does not know about datarootdir, expand it.
14449# FIXME: This hack should be removed a few years after 2.60.
14450ac_datarootdir_hack=; ac_datarootdir_seen=
14451ac_sed_dataroot='
14452/datarootdir/ {
14453 p
14454 q
14455}
14456/@datadir@/p
14457/@docdir@/p
14458/@infodir@/p
14459/@localedir@/p
14460/@mandir@/p'
14461case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14462*datarootdir*) ac_datarootdir_seen=yes;;
14463*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14465$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11a67599 14466_ACEOF
5213506e
RW
14467cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14468 ac_datarootdir_hack='
14469 s&@datadir@&$datadir&g
14470 s&@docdir@&$docdir&g
14471 s&@infodir@&$infodir&g
14472 s&@localedir@&$localedir&g
14473 s&@mandir@&$mandir&g
14474 s&\\\${datarootdir}&$datarootdir&g' ;;
14475esac
14476_ACEOF
14477
14478# Neutralize VPATH when `$srcdir' = `.'.
14479# Shell code in configure.ac might set extrasub.
14480# FIXME: do we really want to maintain this feature?
14481cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14482ac_sed_extra="$ac_vpsub
1c710c3c
DJ
14483$extrasub
14484_ACEOF
5213506e 14485cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c
DJ
14486:t
14487/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
14488s|@configure_input@|$ac_sed_conf_input|;t t
14489s&@top_builddir@&$ac_top_builddir_sub&;t t
14490s&@top_build_prefix@&$ac_top_build_prefix&;t t
14491s&@srcdir@&$ac_srcdir&;t t
14492s&@abs_srcdir@&$ac_abs_srcdir&;t t
14493s&@top_srcdir@&$ac_top_srcdir&;t t
14494s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14495s&@builddir@&$ac_builddir&;t t
14496s&@abs_builddir@&$ac_abs_builddir&;t t
14497s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14498s&@INSTALL@&$ac_INSTALL&;t t
14499$ac_datarootdir_hack
14500"
14501eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
14502if $ac_cs_awk_getline; then
14503 $AWK -f "$tmp/subs.awk"
14504else
14505 $AWK -f "$tmp/subs.awk" | $SHELL
14506fi >$tmp/out \
14507 || as_fn_error "could not create $ac_file" "$LINENO" 5
14508
14509test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14510 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14511 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14512 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14513which seems to be undefined. Please make sure it is defined." >&5
14514$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14515which seems to be undefined. Please make sure it is defined." >&2;}
14516
14517 rm -f "$tmp/stdin"
14518 case $ac_file in
14519 -) cat "$tmp/out" && rm -f "$tmp/out";;
14520 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14521 esac \
14522 || as_fn_error "could not create $ac_file" "$LINENO" 5
14523 ;;
11a67599 14524
11a67599 14525
79c06341 14526
5213506e
RW
14527 esac
14528
3e54529c
RW
14529
14530 case $ac_file$ac_mode in
14531 "Makefile":F) sed "$extrasub_build" Makefile |
14532 sed "$extrasub_host" |
14533 sed "$extrasub_target" > mf$$
14534 mv -f mf$$ Makefile ;;
14535
14536 esac
5213506e
RW
14537done # for ac_tag
14538
14539
14540as_fn_exit 0
1c710c3c 14541_ACEOF
1c710c3c
DJ
14542ac_clean_files=$ac_clean_files_save
14543
5213506e
RW
14544test $ac_write_fail = 0 ||
14545 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
14546
1c710c3c
DJ
14547
14548# configure is writing to config.log, and then calls config.status.
14549# config.status does its own redirection, appending to config.log.
14550# Unfortunately, on DOS this fails, as config.log is still kept open
14551# by configure, so config.status won't be able to write to it; its
14552# output is simply discarded. So we exec the FD to /dev/null,
14553# effectively closing config.log, so it can be properly (re)opened and
14554# appended to by config.status. When coming back to configure, we
14555# need to make the FD available again.
14556if test "$no_create" != yes; then
14557 ac_cs_success=:
14558 ac_config_status_args=
14559 test "$silent" = yes &&
14560 ac_config_status_args="$ac_config_status_args --quiet"
14561 exec 5>/dev/null
14562 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14563 exec 5>>config.log
14564 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14565 # would make configure fail if this is the last instruction.
5213506e
RW
14566 $ac_cs_success || as_fn_exit $?
14567fi
14568if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14570$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1c710c3c 14571fi
79c06341 14572