]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
MAINTAINERS (crx port, [...]): Remove.
[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
632e2a07 581GOC_FOR_TARGET
5213506e
RW
582GFORTRAN_FOR_TARGET
583GCJ_FOR_TARGET
584GCC_FOR_TARGET
585CXX_FOR_TARGET
586CC_FOR_TARGET
587OBJDUMP
588OBJCOPY
589WINDMC
590WINDRES
591STRIP
592RANLIB
593NM
594LIPO
595LD
596DLLTOOL
597AS
598AR
599RUNTEST
600EXPECT
601MAKEINFO
602FLEX
603LEX
604M4
605BISON
606YACC
607config_shell
608WINDRES_FOR_BUILD
609WINDMC_FOR_BUILD
610RANLIB_FOR_BUILD
611NM_FOR_BUILD
612LD_FOR_BUILD
613LDFLAGS_FOR_BUILD
632e2a07 614GOC_FOR_BUILD
5213506e
RW
615GFORTRAN_FOR_BUILD
616GCJ_FOR_BUILD
617DLLTOOL_FOR_BUILD
618CXX_FOR_BUILD
619CXXFLAGS_FOR_BUILD
620CFLAGS_FOR_BUILD
621CC_FOR_BUILD
622AS_FOR_BUILD
623AR_FOR_BUILD
aae29963 624target_configdirs
5213506e 625configdirs
5213506e 626build_configdirs
5213506e
RW
627INSTALL_GDB_TK
628GDB_TK
629CONFIGURE_GDB_TK
630build_tooldir
631tooldir
632GCC_SHLIB_SUBDIR
633RPATH_ENVVAR
ffedf511
RW
634target_configargs
635host_configargs
636build_configargs
e12c4094 637BUILD_CONFIG
5213506e
RW
638CXXFLAGS_FOR_TARGET
639CFLAGS_FOR_TARGET
640DEBUG_PREFIX_CFLAGS_FOR_TARGET
641SYSROOT_CFLAGS_FOR_TARGET
642stage1_languages
d7f09764 643extra_host_libiberty_configure_flags
5213506e
RW
644clooginc
645clooglibs
646pplinc
647ppllibs
5213506e 648poststage1_ldflags
ed2eaa9f 649poststage1_libs
5213506e
RW
650stage1_libs
651stage1_ldflags
652extra_mpc_mpfr_configure_flags
653extra_mpc_gmp_configure_flags
654extra_mpfr_configure_flags
655gmpinc
656gmplibs
657do_compare
658GNATMAKE
659GNATBIND
660ac_ct_CXX
661CXXFLAGS
662CXX
663OBJEXT
664EXEEXT
665ac_ct_CC
666CPPFLAGS
667LDFLAGS
668CFLAGS
669CC
670target_subdir
671host_subdir
672build_subdir
673build_libsubdir
87264276
PB
674AWK
675SED
5213506e
RW
676LN_S
677LN
678INSTALL_DATA
679INSTALL_SCRIPT
680INSTALL_PROGRAM
681target_os
682target_vendor
683target_cpu
684target
685host_os
686host_vendor
687host_cpu
688host
689target_noncanonical
690host_noncanonical
691build_noncanonical
692build_os
693build_vendor
694build_cpu
695build
696TOPLEVEL_CONFIGURE_ARGUMENTS
697target_alias
698host_alias
699build_alias
700LIBS
701ECHO_T
702ECHO_N
703ECHO_C
704DEFS
705mandir
706localedir
707libdir
708psdir
709pdfdir
710dvidir
711htmldir
712infodir
713docdir
714oldincludedir
715includedir
716localstatedir
717sharedstatedir
718sysconfdir
719datadir
720datarootdir
721libexecdir
722sbindir
723bindir
724program_transform_name
725prefix
726exec_prefix
727PACKAGE_URL
728PACKAGE_BUGREPORT
729PACKAGE_STRING
730PACKAGE_VERSION
731PACKAGE_TARNAME
732PACKAGE_NAME
733PATH_SEPARATOR
734SHELL'
735ac_subst_files='serialization_dependencies
736host_makefile_frag
737target_makefile_frag
738alphaieee_frag
739ospace_frag'
740ac_user_opts='
741enable_option_checking
742with_build_libsubdir
743enable_gold
21539e2e 744enable_ld
87e6d9dc
TB
745enable_libquadmath
746enable_libquadmath_support
5213506e
RW
747enable_libada
748enable_libssp
749enable_build_with_cxx
750with_mpc
751with_mpc_include
752with_mpc_lib
753with_mpfr_dir
754with_mpfr
755with_mpfr_include
756with_mpfr_lib
757with_gmp_dir
758with_gmp
759with_gmp_include
760with_gmp_lib
761with_host_libstdcxx
762with_stage1_ldflags
763with_stage1_libs
5213506e 764with_boot_libs
ed2eaa9f 765with_boot_ldflags
5213506e
RW
766with_ppl
767with_ppl_include
768with_ppl_lib
769enable_ppl_version_check
770with_cloog
771with_cloog_include
772with_cloog_lib
f16e2237 773enable_cloog_backend
5213506e 774enable_cloog_version_check
d7f09764 775enable_lto
5213506e
RW
776enable_stage1_languages
777enable_objc_gc
778with_build_sysroot
779with_debug_prefix_map
780enable_bootstrap
5646b7b9 781with_build_config
5213506e
RW
782enable_serial_configure
783with_build_time_tools
784enable_maintainer_mode
785enable_stage1_checking
786enable_werror
5213506e
RW
787'
788 ac_precious_vars='build_alias
789host_alias
790target_alias
791CC
792CFLAGS
793LDFLAGS
794LIBS
795CPPFLAGS
796CXX
797CXXFLAGS
798CCC
ffedf511
RW
799build_configargs
800host_configargs
801target_configargs
5213506e
RW
802AR
803AS
804DLLTOOL
805LD
806LIPO
807NM
808RANLIB
809STRIP
810WINDRES
811WINDMC
812OBJCOPY
813OBJDUMP
814CC_FOR_TARGET
815CXX_FOR_TARGET
816GCC_FOR_TARGET
817GCJ_FOR_TARGET
818GFORTRAN_FOR_TARGET
632e2a07 819GOC_FOR_TARGET
5213506e
RW
820AR_FOR_TARGET
821AS_FOR_TARGET
822DLLTOOL_FOR_TARGET
823LD_FOR_TARGET
824LIPO_FOR_TARGET
825NM_FOR_TARGET
826OBJDUMP_FOR_TARGET
827RANLIB_FOR_TARGET
828STRIP_FOR_TARGET
829WINDRES_FOR_TARGET
830WINDMC_FOR_TARGET'
831
671aa708
NN
832
833# Initialize some variables set by options.
1c710c3c
DJ
834ac_init_help=
835ac_init_version=false
5213506e
RW
836ac_unrecognized_opts=
837ac_unrecognized_sep=
671aa708
NN
838# The variables have the same names as the options, with
839# dashes changed to underlines.
1c710c3c 840cache_file=/dev/null
671aa708 841exec_prefix=NONE
671aa708 842no_create=
671aa708
NN
843no_recursion=
844prefix=NONE
845program_prefix=NONE
846program_suffix=NONE
847program_transform_name=s,x,x,
848silent=
849site=
850srcdir=
671aa708
NN
851verbose=
852x_includes=NONE
853x_libraries=NONE
1c710c3c
DJ
854
855# Installation directory options.
856# These are left unexpanded so users can "make install exec_prefix=/foo"
857# and all the variables that are supposed to be based on exec_prefix
858# by default will actually change.
859# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 860# (The list follows the same order as the GNU Coding Standards.)
671aa708
NN
861bindir='${exec_prefix}/bin'
862sbindir='${exec_prefix}/sbin'
863libexecdir='${exec_prefix}/libexec'
5213506e
RW
864datarootdir='${prefix}/share'
865datadir='${datarootdir}'
671aa708
NN
866sysconfdir='${prefix}/etc'
867sharedstatedir='${prefix}/com'
868localstatedir='${prefix}/var'
671aa708
NN
869includedir='${prefix}/include'
870oldincludedir='/usr/include'
5213506e
RW
871docdir='${datarootdir}/doc/${PACKAGE}'
872infodir='${datarootdir}/info'
873htmldir='${docdir}'
874dvidir='${docdir}'
875pdfdir='${docdir}'
876psdir='${docdir}'
877libdir='${exec_prefix}/lib'
878localedir='${datarootdir}/locale'
879mandir='${datarootdir}/man'
79c06341 880
671aa708 881ac_prev=
5213506e 882ac_dashdash=
671aa708
NN
883for ac_option
884do
671aa708
NN
885 # If the previous option needs an argument, assign it.
886 if test -n "$ac_prev"; then
5213506e 887 eval $ac_prev=\$ac_option
671aa708
NN
888 ac_prev=
889 continue
890 fi
79c06341 891
5213506e
RW
892 case $ac_option in
893 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
894 *) ac_optarg=yes ;;
895 esac
671aa708
NN
896
897 # Accept the important Cygnus configure options, so we can diagnose typos.
898
5213506e
RW
899 case $ac_dashdash$ac_option in
900 --)
901 ac_dashdash=yes ;;
671aa708
NN
902
903 -bindir | --bindir | --bindi | --bind | --bin | --bi)
904 ac_prev=bindir ;;
905 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1c710c3c 906 bindir=$ac_optarg ;;
671aa708
NN
907
908 -build | --build | --buil | --bui | --bu)
1c710c3c 909 ac_prev=build_alias ;;
671aa708 910 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1c710c3c 911 build_alias=$ac_optarg ;;
671aa708
NN
912
913 -cache-file | --cache-file | --cache-fil | --cache-fi \
914 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
915 ac_prev=cache_file ;;
916 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
917 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1c710c3c
DJ
918 cache_file=$ac_optarg ;;
919
920 --config-cache | -C)
921 cache_file=config.cache ;;
671aa708 922
5213506e 923 -datadir | --datadir | --datadi | --datad)
671aa708 924 ac_prev=datadir ;;
5213506e 925 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1c710c3c 926 datadir=$ac_optarg ;;
671aa708 927
5213506e
RW
928 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
929 | --dataroo | --dataro | --datar)
930 ac_prev=datarootdir ;;
931 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
932 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
933 datarootdir=$ac_optarg ;;
934
671aa708 935 -disable-* | --disable-*)
5213506e 936 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
671aa708 937 # Reject names that are not valid shell variable names.
5213506e
RW
938 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
939 as_fn_error "invalid feature name: $ac_useropt"
940 ac_useropt_orig=$ac_useropt
941 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
942 case $ac_user_opts in
943 *"
944"enable_$ac_useropt"
945"*) ;;
946 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
947 ac_unrecognized_sep=', ';;
948 esac
949 eval enable_$ac_useropt=no ;;
950
951 -docdir | --docdir | --docdi | --doc | --do)
952 ac_prev=docdir ;;
953 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
954 docdir=$ac_optarg ;;
955
956 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
957 ac_prev=dvidir ;;
958 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
959 dvidir=$ac_optarg ;;
671aa708
NN
960
961 -enable-* | --enable-*)
5213506e 962 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
671aa708 963 # Reject names that are not valid shell variable names.
5213506e
RW
964 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
965 as_fn_error "invalid feature name: $ac_useropt"
966 ac_useropt_orig=$ac_useropt
967 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
968 case $ac_user_opts in
969 *"
970"enable_$ac_useropt"
971"*) ;;
972 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
973 ac_unrecognized_sep=', ';;
2aeb72e9 974 esac
5213506e 975 eval enable_$ac_useropt=\$ac_optarg ;;
671aa708
NN
976
977 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
978 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
979 | --exec | --exe | --ex)
980 ac_prev=exec_prefix ;;
981 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
982 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
983 | --exec=* | --exe=* | --ex=*)
1c710c3c 984 exec_prefix=$ac_optarg ;;
671aa708
NN
985
986 -gas | --gas | --ga | --g)
987 # Obsolete; use --with-gas.
988 with_gas=yes ;;
989
1c710c3c
DJ
990 -help | --help | --hel | --he | -h)
991 ac_init_help=long ;;
992 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
993 ac_init_help=recursive ;;
994 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
995 ac_init_help=short ;;
671aa708
NN
996
997 -host | --host | --hos | --ho)
1c710c3c 998 ac_prev=host_alias ;;
671aa708 999 -host=* | --host=* | --hos=* | --ho=*)
1c710c3c 1000 host_alias=$ac_optarg ;;
671aa708 1001
5213506e
RW
1002 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1003 ac_prev=htmldir ;;
1004 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1005 | --ht=*)
1006 htmldir=$ac_optarg ;;
1007
671aa708
NN
1008 -includedir | --includedir | --includedi | --included | --include \
1009 | --includ | --inclu | --incl | --inc)
1010 ac_prev=includedir ;;
1011 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1012 | --includ=* | --inclu=* | --incl=* | --inc=*)
1c710c3c 1013 includedir=$ac_optarg ;;
671aa708
NN
1014
1015 -infodir | --infodir | --infodi | --infod | --info | --inf)
1016 ac_prev=infodir ;;
1017 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1c710c3c 1018 infodir=$ac_optarg ;;
671aa708
NN
1019
1020 -libdir | --libdir | --libdi | --libd)
1021 ac_prev=libdir ;;
1022 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1c710c3c 1023 libdir=$ac_optarg ;;
671aa708
NN
1024
1025 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1026 | --libexe | --libex | --libe)
1027 ac_prev=libexecdir ;;
1028 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1029 | --libexe=* | --libex=* | --libe=*)
1c710c3c 1030 libexecdir=$ac_optarg ;;
671aa708 1031
5213506e
RW
1032 -localedir | --localedir | --localedi | --localed | --locale)
1033 ac_prev=localedir ;;
1034 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1035 localedir=$ac_optarg ;;
1036
671aa708 1037 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 1038 | --localstate | --localstat | --localsta | --localst | --locals)
671aa708
NN
1039 ac_prev=localstatedir ;;
1040 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 1041 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1c710c3c 1042 localstatedir=$ac_optarg ;;
671aa708
NN
1043
1044 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1045 ac_prev=mandir ;;
1046 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1c710c3c 1047 mandir=$ac_optarg ;;
671aa708
NN
1048
1049 -nfp | --nfp | --nf)
1050 # Obsolete; use --without-fp.
1051 with_fp=no ;;
1052
1053 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1c710c3c 1054 | --no-cr | --no-c | -n)
671aa708
NN
1055 no_create=yes ;;
1056
1057 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1058 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1059 no_recursion=yes ;;
1060
1061 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1062 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1063 | --oldin | --oldi | --old | --ol | --o)
1064 ac_prev=oldincludedir ;;
1065 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1066 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1067 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1c710c3c 1068 oldincludedir=$ac_optarg ;;
671aa708
NN
1069
1070 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1071 ac_prev=prefix ;;
1072 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1c710c3c 1073 prefix=$ac_optarg ;;
671aa708
NN
1074
1075 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1076 | --program-pre | --program-pr | --program-p)
1077 ac_prev=program_prefix ;;
1078 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1079 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1c710c3c 1080 program_prefix=$ac_optarg ;;
671aa708
NN
1081
1082 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1083 | --program-suf | --program-su | --program-s)
1084 ac_prev=program_suffix ;;
1085 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1086 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1c710c3c 1087 program_suffix=$ac_optarg ;;
671aa708
NN
1088
1089 -program-transform-name | --program-transform-name \
1090 | --program-transform-nam | --program-transform-na \
1091 | --program-transform-n | --program-transform- \
1092 | --program-transform | --program-transfor \
1093 | --program-transfo | --program-transf \
1094 | --program-trans | --program-tran \
1095 | --progr-tra | --program-tr | --program-t)
1096 ac_prev=program_transform_name ;;
1097 -program-transform-name=* | --program-transform-name=* \
1098 | --program-transform-nam=* | --program-transform-na=* \
1099 | --program-transform-n=* | --program-transform-=* \
1100 | --program-transform=* | --program-transfor=* \
1101 | --program-transfo=* | --program-transf=* \
1102 | --program-trans=* | --program-tran=* \
1103 | --progr-tra=* | --program-tr=* | --program-t=*)
1c710c3c 1104 program_transform_name=$ac_optarg ;;
671aa708 1105
5213506e
RW
1106 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1107 ac_prev=pdfdir ;;
1108 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1109 pdfdir=$ac_optarg ;;
1110
1111 -psdir | --psdir | --psdi | --psd | --ps)
1112 ac_prev=psdir ;;
1113 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1114 psdir=$ac_optarg ;;
1115
671aa708
NN
1116 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1117 | -silent | --silent | --silen | --sile | --sil)
1118 silent=yes ;;
1119
1120 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1121 ac_prev=sbindir ;;
1122 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1123 | --sbi=* | --sb=*)
1c710c3c 1124 sbindir=$ac_optarg ;;
671aa708
NN
1125
1126 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1127 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1128 | --sharedst | --shareds | --shared | --share | --shar \
1129 | --sha | --sh)
1130 ac_prev=sharedstatedir ;;
1131 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1132 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1133 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1134 | --sha=* | --sh=*)
1c710c3c 1135 sharedstatedir=$ac_optarg ;;
671aa708
NN
1136
1137 -site | --site | --sit)
1138 ac_prev=site ;;
1139 -site=* | --site=* | --sit=*)
1c710c3c 1140 site=$ac_optarg ;;
671aa708
NN
1141
1142 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1143 ac_prev=srcdir ;;
1144 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1c710c3c 1145 srcdir=$ac_optarg ;;
671aa708
NN
1146
1147 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1148 | --syscon | --sysco | --sysc | --sys | --sy)
1149 ac_prev=sysconfdir ;;
1150 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1151 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1c710c3c 1152 sysconfdir=$ac_optarg ;;
671aa708
NN
1153
1154 -target | --target | --targe | --targ | --tar | --ta | --t)
1c710c3c 1155 ac_prev=target_alias ;;
671aa708 1156 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1c710c3c 1157 target_alias=$ac_optarg ;;
671aa708
NN
1158
1159 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1160 verbose=yes ;;
1161
1c710c3c
DJ
1162 -version | --version | --versio | --versi | --vers | -V)
1163 ac_init_version=: ;;
671aa708
NN
1164
1165 -with-* | --with-*)
5213506e 1166 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
671aa708 1167 # Reject names that are not valid shell variable names.
5213506e
RW
1168 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1169 as_fn_error "invalid package name: $ac_useropt"
1170 ac_useropt_orig=$ac_useropt
1171 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 case $ac_user_opts in
1173 *"
1174"with_$ac_useropt"
1175"*) ;;
1176 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1177 ac_unrecognized_sep=', ';;
2aeb72e9 1178 esac
5213506e 1179 eval with_$ac_useropt=\$ac_optarg ;;
671aa708
NN
1180
1181 -without-* | --without-*)
5213506e 1182 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
671aa708 1183 # Reject names that are not valid shell variable names.
5213506e
RW
1184 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1185 as_fn_error "invalid package name: $ac_useropt"
1186 ac_useropt_orig=$ac_useropt
1187 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1188 case $ac_user_opts in
1189 *"
1190"with_$ac_useropt"
1191"*) ;;
1192 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1193 ac_unrecognized_sep=', ';;
1194 esac
1195 eval with_$ac_useropt=no ;;
671aa708
NN
1196
1197 --x)
1198 # Obsolete; use --with-x.
1199 with_x=yes ;;
1200
1201 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1202 | --x-incl | --x-inc | --x-in | --x-i)
1203 ac_prev=x_includes ;;
1204 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1205 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1c710c3c 1206 x_includes=$ac_optarg ;;
671aa708
NN
1207
1208 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1209 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1210 ac_prev=x_libraries ;;
1211 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1212 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1c710c3c 1213 x_libraries=$ac_optarg ;;
671aa708 1214
5213506e
RW
1215 -*) as_fn_error "unrecognized option: \`$ac_option'
1216Try \`$0 --help' for more information."
671aa708
NN
1217 ;;
1218
1c710c3c
DJ
1219 *=*)
1220 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1221 # Reject names that are not valid shell variable names.
5213506e
RW
1222 case $ac_envvar in #(
1223 '' | [0-9]* | *[!_$as_cr_alnum]* )
1224 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1225 esac
1226 eval $ac_envvar=\$ac_optarg
1c710c3c
DJ
1227 export $ac_envvar ;;
1228
671aa708 1229 *)
1c710c3c 1230 # FIXME: should be removed in autoconf 3.0.
5213506e 1231 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1c710c3c 1232 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1233 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1c710c3c 1234 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
671aa708
NN
1235 ;;
1236
1237 esac
1238done
1239
1240if test -n "$ac_prev"; then
1c710c3c 1241 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
5213506e 1242 as_fn_error "missing argument to $ac_option"
af71363e 1243fi
af71363e 1244
5213506e
RW
1245if test -n "$ac_unrecognized_opts"; then
1246 case $enable_option_checking in
1247 no) ;;
1248 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1249 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2aeb72e9 1250 esac
5213506e 1251fi
2aeb72e9 1252
5213506e
RW
1253# Check all directory arguments for consistency.
1254for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1255 datadir sysconfdir sharedstatedir localstatedir includedir \
1256 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1257 libdir localedir mandir
2aeb72e9 1258do
5213506e
RW
1259 eval ac_val=\$$ac_var
1260 # Remove trailing slashes.
1261 case $ac_val in
1262 */ )
1263 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1264 eval $ac_var=\$ac_val;;
1265 esac
1266 # Be sure to have absolute directory names.
2aeb72e9 1267 case $ac_val in
5213506e
RW
1268 [\\/$]* | ?:[\\/]* ) continue;;
1269 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
671aa708 1270 esac
5213506e 1271 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
671aa708
NN
1272done
1273
1c710c3c
DJ
1274# There might be people who depend on the old broken behavior: `$host'
1275# used to hold the argument of --host etc.
1276# FIXME: To remove some day.
1277build=$build_alias
1278host=$host_alias
1279target=$target_alias
0b0dc272 1280
1c710c3c
DJ
1281# FIXME: To remove some day.
1282if test "x$host_alias" != x; then
1283 if test "x$build_alias" = x; then
1284 cross_compiling=maybe
5213506e 1285 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1c710c3c
DJ
1286 If a cross compiler is detected then cross compile mode will be used." >&2
1287 elif test "x$build_alias" != "x$host_alias"; then
1288 cross_compiling=yes
1289 fi
1290fi
1291
1292ac_tool_prefix=
1293test -n "$host_alias" && ac_tool_prefix=$host_alias-
1294
1295test "$silent" = yes && exec 6>/dev/null
671aa708 1296
671aa708 1297
5213506e
RW
1298ac_pwd=`pwd` && test -n "$ac_pwd" &&
1299ac_ls_di=`ls -di .` &&
1300ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1301 as_fn_error "working directory cannot be determined"
1302test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1303 as_fn_error "pwd does not report name of working directory"
1304
1305
671aa708
NN
1306# Find the source files, if location was not specified.
1307if test -z "$srcdir"; then
1308 ac_srcdir_defaulted=yes
5213506e
RW
1309 # Try the directory containing this script, then the parent directory.
1310 ac_confdir=`$as_dirname -- "$as_myself" ||
1311$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1312 X"$as_myself" : 'X\(//\)[^/]' \| \
1313 X"$as_myself" : 'X\(//\)$' \| \
1314 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1315$as_echo X"$as_myself" |
1316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1317 s//\1/
1318 q
1319 }
1320 /^X\(\/\/\)[^/].*/{
1321 s//\1/
1322 q
1323 }
1324 /^X\(\/\/\)$/{
1325 s//\1/
1326 q
1327 }
1328 /^X\(\/\).*/{
1329 s//\1/
1330 q
1331 }
1332 s/.*/./; q'`
671aa708 1333 srcdir=$ac_confdir
5213506e 1334 if test ! -r "$srcdir/$ac_unique_file"; then
671aa708
NN
1335 srcdir=..
1336 fi
1337else
1338 ac_srcdir_defaulted=no
1339fi
5213506e
RW
1340if test ! -r "$srcdir/$ac_unique_file"; then
1341 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1342 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1343fi
1344ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1345ac_abs_confdir=`(
1346 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1347 pwd)`
1348# When building in place, set srcdir=.
1349if test "$ac_abs_confdir" = "$ac_pwd"; then
1350 srcdir=.
1351fi
1352# Remove unnecessary trailing slashes from srcdir.
1353# Double slashes in file names in object file debugging info
1354# mess up M-x gdb in Emacs.
1355case $srcdir in
1356*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1357esac
87841584
AM
1358case $srcdir in
1359 *" "*)
1360 as_fn_error "path to source, $srcdir, contains spaces"
1361 ;;
1362esac
ac9e6043
RW
1363ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1364
5213506e
RW
1365for ac_var in $ac_precious_vars; do
1366 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1367 eval ac_env_${ac_var}_value=\$${ac_var}
1368 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1369 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1370done
1c710c3c
DJ
1371
1372#
1373# Report the --help message.
1374#
1375if test "$ac_init_help" = "long"; then
1376 # Omit some internal or obsolete options to make the list less imposing.
1377 # This message is too long to be a string in the A/UX 3.1 sh.
1378 cat <<_ACEOF
1379\`configure' configures this package to adapt to many kinds of systems.
1380
1381Usage: $0 [OPTION]... [VAR=VALUE]...
1382
1383To assign environment variables (e.g., CC, CFLAGS...), specify them as
1384VAR=VALUE. See below for descriptions of some of the useful variables.
1385
1386Defaults for the options are specified in brackets.
1387
1388Configuration:
1389 -h, --help display this help and exit
1390 --help=short display options specific to this package
1391 --help=recursive display the short help of all the included packages
1392 -V, --version display version information and exit
1393 -q, --quiet, --silent do not print \`checking...' messages
1394 --cache-file=FILE cache test results in FILE [disabled]
1395 -C, --config-cache alias for \`--cache-file=config.cache'
1396 -n, --no-create do not create output files
1397 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398
1c710c3c
DJ
1399Installation directories:
1400 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1401 [$ac_default_prefix]
1c710c3c 1402 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1403 [PREFIX]
1c710c3c
DJ
1404
1405By default, \`make install' will install all the files in
1406\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1407an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1408for instance \`--prefix=\$HOME'.
1409
1410For better control, use the options below.
1411
1412Fine tuning of the installation directories:
5213506e
RW
1413 --bindir=DIR user executables [EPREFIX/bin]
1414 --sbindir=DIR system admin executables [EPREFIX/sbin]
1415 --libexecdir=DIR program executables [EPREFIX/libexec]
1416 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1417 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1418 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1419 --libdir=DIR object code libraries [EPREFIX/lib]
1420 --includedir=DIR C header files [PREFIX/include]
1421 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1422 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1423 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1424 --infodir=DIR info documentation [DATAROOTDIR/info]
1425 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1426 --mandir=DIR man documentation [DATAROOTDIR/man]
1427 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1428 --htmldir=DIR html documentation [DOCDIR]
1429 --dvidir=DIR dvi documentation [DOCDIR]
1430 --pdfdir=DIR pdf documentation [DOCDIR]
1431 --psdir=DIR ps documentation [DOCDIR]
1c710c3c
DJ
1432_ACEOF
1433
1434 cat <<\_ACEOF
1435
1436Program names:
1437 --program-prefix=PREFIX prepend PREFIX to installed program names
1438 --program-suffix=SUFFIX append SUFFIX to installed program names
1439 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1440
1441System types:
1442 --build=BUILD configure for building on BUILD [guessed]
1443 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1444 --target=TARGET configure for building compilers for TARGET [HOST]
1445_ACEOF
1446fi
1447
1448if test -n "$ac_init_help"; then
1449
1450 cat <<\_ACEOF
1451
1452Optional Features:
5213506e 1453 --disable-option-checking ignore unrecognized --enable/--with options
1c710c3c
DJ
1454 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1455 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
21539e2e 1456 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
33e39b66 1457 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
87e6d9dc
TB
1458 --disable-libquadmath do not build libquadmath directory
1459 --disable-libquadmath-support
1460 disable libquadmath support for Fortran
30b74385
RW
1461 --enable-libada build libada directory
1462 --enable-libssp build libssp directory
00020c16 1463 --enable-build-with-cxx build with C++ compiler instead of C compiler
33e39b66
AS
1464 --disable-ppl-version-check
1465 disable check for PPL version
39986460
TG
1466 --enable-cloog-backend[=BACKEND]
1467 set the CLooG BACKEND used to either isl, ppl or
1468 ppl-legacy (default)
d32ef397
AS
1469 --disable-cloog-version-check
1470 disable check for CLooG version
d7f09764 1471 --enable-lto enable link time optimization support
33e39b66
AS
1472 --enable-stage1-languages[=all]
1473 choose additional languages to build during stage1.
1474 Mostly useful for compiler development
1475 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1476 Objective-C runtime
30b74385
RW
1477 --enable-bootstrap enable bootstrapping [yes if native build]
1478 --enable-serial-[{host,target,build}-]configure
33e39b66
AS
1479 force sequential configuration of sub-packages for
1480 the host, target or build machine, or all
1481 sub-packages
1482 --enable-maintainer-mode
1483 enable make rules and dependencies not useful (and
1484 sometimes confusing) to the casual installer
1485 --enable-stage1-checking[=all]
1486 choose additional checking for stage1 of the
1487 compiler
1c710c3c
DJ
1488 --enable-werror enable -Werror in bootstrap stage2 and later
1489
1490Optional Packages:
1491 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1492 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1493 --with-build-libsubdir=DIR Directory where to find libraries for build system
33e39b66
AS
1494 --with-mpc=PATH specify prefix directory for installed MPC package.
1495 Equivalent to --with-mpc-include=PATH/include plus
1496 --with-mpc-lib=PATH/lib
1497 --with-mpc-include=PATH specify directory for installed MPC include files
1498 --with-mpc-lib=PATH specify directory for the installed MPC library
30b74385
RW
1499 --with-mpfr-dir=PATH this option has been REMOVED
1500 --with-mpfr=PATH specify prefix directory for installed MPFR package.
33e39b66
AS
1501 Equivalent to --with-mpfr-include=PATH/include plus
1502 --with-mpfr-lib=PATH/lib
1c710c3c 1503 --with-mpfr-include=PATH
30b74385
RW
1504 specify directory for installed MPFR include files
1505 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1506 --with-gmp-dir=PATH this option has been REMOVED
33e39b66
AS
1507 --with-gmp=PATH specify prefix directory for the installed GMP
1508 package. Equivalent to
1509 --with-gmp-include=PATH/include plus
1510 --with-gmp-lib=PATH/lib
30b74385
RW
1511 --with-gmp-include=PATH specify directory for installed GMP include files
1512 --with-gmp-lib=PATH specify directory for the installed GMP library
33e39b66
AS
1513 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1514 linking with PPL
1515 --with-stage1-ldflags=FLAGS
1516 linker flags for stage1
1517 --with-stage1-libs=LIBS libraries for stage1
1518 --with-boot-libs=LIBS libraries for stage2 and later
1519 --with-boot-ldflags=FLAGS
1520 linker flags for stage2 and later
1521 --with-ppl=PATH specify prefix directory for the installed PPL
1522 package. Equivalent to
1523 --with-ppl-include=PATH/include plus
1524 --with-ppl-lib=PATH/lib
1525 --with-ppl-include=PATH specify directory for installed PPL include files
1526 --with-ppl-lib=PATH specify directory for the installed PPL library
d32ef397
AS
1527 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL
1528 package. Equivalent to
1529 --with-cloog-include=PATH/include plus
1530 --with-cloog-lib=PATH/lib
1531 --with-cloog-include=PATH
1532 Specify directory for installed CLooG include files
1533 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1534 library
30b74385 1535 --with-build-sysroot=SYSROOT
1c710c3c 1536 use sysroot as the system root during the build
c8aea42c 1537 --with-debug-prefix-map='A=B C=D ...'
33e39b66
AS
1538 map A to B, C to D ... in debug information
1539 --with-build-config='NAME NAME2...'
1540 use config/NAME.mk build configuration
30b74385 1541 --with-build-time-tools=PATH
1c710c3c 1542 use given path to find target tools during the build
1c710c3c
DJ
1543
1544Some influential environment variables:
1545 CC C compiler command
1546 CFLAGS C compiler flags
1547 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1548 nonstandard directory <lib dir>
5213506e
RW
1549 LIBS libraries to pass to the linker, e.g. -l<library>
1550 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551 you have headers in a nonstandard directory <include dir>
c3a86da9
DJ
1552 CXX C++ compiler command
1553 CXXFLAGS C++ compiler flags
ffedf511
RW
1554 build_configargs
1555 additional configure arguments for build directories
1556 host_configargs
1557 additional configure arguments for host directories
1558 target_configargs
1559 additional configure arguments for target directories
278a7a38
AO
1560 AR AR for the host
1561 AS AS for the host
1562 DLLTOOL DLLTOOL for the host
1563 LD LD for the host
1564 LIPO LIPO for the host
1565 NM NM for the host
1566 RANLIB RANLIB for the host
1567 STRIP STRIP for the host
1568 WINDRES WINDRES for the host
901119ae 1569 WINDMC WINDMC for the host
278a7a38
AO
1570 OBJCOPY OBJCOPY for the host
1571 OBJDUMP OBJDUMP for the host
1572 CC_FOR_TARGET
1573 CC for the target
1574 CXX_FOR_TARGET
1575 CXX for the target
1576 GCC_FOR_TARGET
1577 GCC for the target
1578 GCJ_FOR_TARGET
1579 GCJ for the target
1580 GFORTRAN_FOR_TARGET
1581 GFORTRAN for the target
632e2a07
ILT
1582 GOC_FOR_TARGET
1583 GOC for the target
278a7a38
AO
1584 AR_FOR_TARGET
1585 AR for the target
1586 AS_FOR_TARGET
1587 AS for the target
1588 DLLTOOL_FOR_TARGET
1589 DLLTOOL for the target
1590 LD_FOR_TARGET
1591 LD for the target
1592 LIPO_FOR_TARGET
1593 LIPO for the target
1594 NM_FOR_TARGET
1595 NM for the target
1596 OBJDUMP_FOR_TARGET
1597 OBJDUMP for the target
1598 RANLIB_FOR_TARGET
1599 RANLIB for the target
1600 STRIP_FOR_TARGET
1601 STRIP for the target
1602 WINDRES_FOR_TARGET
1603 WINDRES for the target
901119ae
KT
1604 WINDMC_FOR_TARGET
1605 WINDMC for the target
1c710c3c
DJ
1606
1607Use these variables to override the choices made by `configure' or to help
1608it to find libraries and programs with nonstandard names/locations.
1609
5213506e 1610Report bugs to the package provider.
1c710c3c 1611_ACEOF
5213506e 1612ac_status=$?
1c710c3c
DJ
1613fi
1614
1615if test "$ac_init_help" = "recursive"; then
1616 # If there are subdirs, report their specific --help.
1c710c3c 1617 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1618 test -d "$ac_dir" ||
1619 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1620 continue
1c710c3c
DJ
1621 ac_builddir=.
1622
5213506e
RW
1623case "$ac_dir" in
1624.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1625*)
1626 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1627 # A ".." for each directory in $ac_dir_suffix.
1628 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1629 case $ac_top_builddir_sub in
1630 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1631 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1632 esac ;;
1633esac
1634ac_abs_top_builddir=$ac_pwd
1635ac_abs_builddir=$ac_pwd$ac_dir_suffix
1636# for backward compatibility:
1637ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
1638
1639case $srcdir in
5213506e 1640 .) # We are building in place.
1c710c3c 1641 ac_srcdir=.
5213506e
RW
1642 ac_top_srcdir=$ac_top_builddir_sub
1643 ac_abs_top_srcdir=$ac_pwd ;;
1644 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 1645 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1646 ac_top_srcdir=$srcdir
1647 ac_abs_top_srcdir=$srcdir ;;
1648 *) # Relative name.
1649 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1650 ac_top_srcdir=$ac_top_build_prefix$srcdir
1651 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2aeb72e9 1652esac
5213506e
RW
1653ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1654
1655 cd "$ac_dir" || { ac_status=$?; continue; }
1656 # Check for guested configure.
1657 if test -f "$ac_srcdir/configure.gnu"; then
1658 echo &&
1659 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1660 elif test -f "$ac_srcdir/configure"; then
1661 echo &&
1662 $SHELL "$ac_srcdir/configure" --help=recursive
1c710c3c 1663 else
5213506e
RW
1664 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1665 fi || ac_status=$?
1666 cd "$ac_pwd" || { ac_status=$?; break; }
1c710c3c
DJ
1667 done
1668fi
1669
5213506e 1670test -n "$ac_init_help" && exit $ac_status
1c710c3c
DJ
1671if $ac_init_version; then
1672 cat <<\_ACEOF
5213506e
RW
1673configure
1674generated by GNU Autoconf 2.64
1c710c3c 1675
5213506e 1676Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
1677This configure script is free software; the Free Software Foundation
1678gives unlimited permission to copy, distribute and modify it.
1679_ACEOF
5213506e 1680 exit
0b0dc272 1681fi
5213506e
RW
1682
1683## ------------------------ ##
1684## Autoconf initialization. ##
1685## ------------------------ ##
1686
1687# ac_fn_c_try_compile LINENO
1688# --------------------------
1689# Try to compile conftest.$ac_ext, and return whether this succeeded.
1690ac_fn_c_try_compile ()
1691{
1692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1693 rm -f conftest.$ac_objext
1694 if { { ac_try="$ac_compile"
1695case "(($ac_try" in
1696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1697 *) ac_try_echo=$ac_try;;
1698esac
1699eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1700$as_echo "$ac_try_echo"; } >&5
1701 (eval "$ac_compile") 2>conftest.err
1702 ac_status=$?
1703 if test -s conftest.err; then
1704 grep -v '^ *+' conftest.err >conftest.er1
1705 cat conftest.er1 >&5
1706 mv -f conftest.er1 conftest.err
1707 fi
1708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709 test $ac_status = 0; } && {
1710 test -z "$ac_c_werror_flag" ||
1711 test ! -s conftest.err
1712 } && test -s conftest.$ac_objext; then :
1713 ac_retval=0
1714else
1715 $as_echo "$as_me: failed program was:" >&5
1716sed 's/^/| /' conftest.$ac_ext >&5
1717
1718 ac_retval=1
1719fi
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 return $ac_retval
1722
1723} # ac_fn_c_try_compile
1724
1725# ac_fn_cxx_try_compile LINENO
1726# ----------------------------
1727# Try to compile conftest.$ac_ext, and return whether this succeeded.
1728ac_fn_cxx_try_compile ()
1729{
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 rm -f conftest.$ac_objext
1732 if { { ac_try="$ac_compile"
1733case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736esac
1737eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738$as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_compile") 2>conftest.err
1740 ac_status=$?
1741 if test -s conftest.err; then
1742 grep -v '^ *+' conftest.err >conftest.er1
1743 cat conftest.er1 >&5
1744 mv -f conftest.er1 conftest.err
1745 fi
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; } && {
1748 test -z "$ac_cxx_werror_flag" ||
1749 test ! -s conftest.err
1750 } && test -s conftest.$ac_objext; then :
1751 ac_retval=0
1752else
1753 $as_echo "$as_me: failed program was:" >&5
1754sed 's/^/| /' conftest.$ac_ext >&5
1755
1756 ac_retval=1
1757fi
1758 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759 return $ac_retval
1760
1761} # ac_fn_cxx_try_compile
1762
1763# ac_fn_c_try_link LINENO
1764# -----------------------
1765# Try to link conftest.$ac_ext, and return whether this succeeded.
1766ac_fn_c_try_link ()
1767{
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 rm -f conftest.$ac_objext conftest$ac_exeext
1770 if { { ac_try="$ac_link"
1771case "(($ac_try" in
1772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773 *) ac_try_echo=$ac_try;;
1774esac
1775eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776$as_echo "$ac_try_echo"; } >&5
1777 (eval "$ac_link") 2>conftest.err
1778 ac_status=$?
1779 if test -s conftest.err; then
1780 grep -v '^ *+' conftest.err >conftest.er1
1781 cat conftest.er1 >&5
1782 mv -f conftest.er1 conftest.err
1783 fi
1784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1785 test $ac_status = 0; } && {
1786 test -z "$ac_c_werror_flag" ||
1787 test ! -s conftest.err
1788 } && test -s conftest$ac_exeext && {
1789 test "$cross_compiling" = yes ||
1790 $as_test_x conftest$ac_exeext
1791 }; then :
1792 ac_retval=0
1793else
1794 $as_echo "$as_me: failed program was:" >&5
1795sed 's/^/| /' conftest.$ac_ext >&5
1796
1797 ac_retval=1
1798fi
1799 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1800 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1801 # interfere with the next link command; also delete a directory that is
1802 # left behind by Apple's compiler. We do this before executing the actions.
1803 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1804 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1805 return $ac_retval
1806
1807} # ac_fn_c_try_link
1808cat >config.log <<_ACEOF
1c710c3c
DJ
1809This file contains any messages produced by compilers while
1810running configure, to aid debugging if configure makes a mistake.
1811
1812It was created by $as_me, which was
5213506e 1813generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
1814
1815 $ $0 $@
1816
1817_ACEOF
5213506e 1818exec 5>>config.log
1c710c3c
DJ
1819{
1820cat <<_ASUNAME
1821## --------- ##
1822## Platform. ##
1823## --------- ##
1824
1825hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1826uname -m = `(uname -m) 2>/dev/null || echo unknown`
1827uname -r = `(uname -r) 2>/dev/null || echo unknown`
1828uname -s = `(uname -s) 2>/dev/null || echo unknown`
1829uname -v = `(uname -v) 2>/dev/null || echo unknown`
1830
1831/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1832/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1833
1834/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1835/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1836/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
5213506e 1837/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1c710c3c
DJ
1838/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1839/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1840/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1841
1842_ASUNAME
1843
1844as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1845for as_dir in $PATH
1846do
1847 IFS=$as_save_IFS
1848 test -z "$as_dir" && as_dir=.
5213506e
RW
1849 $as_echo "PATH: $as_dir"
1850 done
1851IFS=$as_save_IFS
1c710c3c
DJ
1852
1853} >&5
1854
1855cat >&5 <<_ACEOF
1856
1857
1858## ----------- ##
1859## Core tests. ##
1860## ----------- ##
1861
1862_ACEOF
1863
1864
1865# Keep a trace of the command line.
1866# Strip out --no-create and --no-recursion so they do not pile up.
1867# Strip out --silent because we don't want to record it for future runs.
1868# Also quote any args containing shell meta-characters.
1869# Make two passes to allow for proper duplicate-argument suppression.
1870ac_configure_args=
1871ac_configure_args0=
1872ac_configure_args1=
1c710c3c
DJ
1873ac_must_keep_next=false
1874for ac_pass in 1 2
1875do
1876 for ac_arg
1877 do
1878 case $ac_arg in
1879 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1880 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1881 | -silent | --silent | --silen | --sile | --sil)
1882 continue ;;
5213506e
RW
1883 *\'*)
1884 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
1885 esac
1886 case $ac_pass in
5213506e 1887 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1c710c3c 1888 2)
5213506e 1889 as_fn_append ac_configure_args1 " '$ac_arg'"
1c710c3c
DJ
1890 if test $ac_must_keep_next = true; then
1891 ac_must_keep_next=false # Got value, back to normal.
1892 else
1893 case $ac_arg in
1894 *=* | --config-cache | -C | -disable-* | --disable-* \
1895 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1896 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1897 | -with-* | --with-* | -without-* | --without-* | --x)
1898 case "$ac_configure_args0 " in
1899 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1900 esac
1901 ;;
1902 -* ) ac_must_keep_next=true ;;
1903 esac
1904 fi
5213506e 1905 as_fn_append ac_configure_args " '$ac_arg'"
1c710c3c
DJ
1906 ;;
1907 esac
1908 done
1909done
5213506e
RW
1910{ ac_configure_args0=; unset ac_configure_args0;}
1911{ ac_configure_args1=; unset ac_configure_args1;}
1c710c3c
DJ
1912
1913# When interrupted or exit'd, cleanup temporary files, and complete
1914# config.log. We remove comments because anyway the quotes in there
1915# would cause problems or look ugly.
5213506e
RW
1916# WARNING: Use '\'' to represent an apostrophe within the trap.
1917# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1c710c3c
DJ
1918trap 'exit_status=$?
1919 # Save into config.log some information that might help in debugging.
1920 {
1921 echo
1922
1923 cat <<\_ASBOX
1924## ---------------- ##
1925## Cache variables. ##
1926## ---------------- ##
1927_ASBOX
1928 echo
1929 # The following way of writing the cache mishandles newlines in values,
5213506e
RW
1930(
1931 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1932 eval ac_val=\$$ac_var
1933 case $ac_val in #(
1934 *${as_nl}*)
1935 case $ac_var in #(
1936 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1937$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1938 esac
1939 case $ac_var in #(
1940 _ | IFS | as_nl) ;; #(
1941 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1942 *) { eval $ac_var=; unset $ac_var;} ;;
1943 esac ;;
1944 esac
1945 done
1c710c3c 1946 (set) 2>&1 |
5213506e
RW
1947 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1948 *${as_nl}ac_space=\ *)
1c710c3c 1949 sed -n \
5213506e
RW
1950 "s/'\''/'\''\\\\'\'''\''/g;
1951 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1952 ;; #(
1c710c3c 1953 *)
5213506e 1954 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 1955 ;;
5213506e
RW
1956 esac |
1957 sort
1958)
1c710c3c
DJ
1959 echo
1960
1961 cat <<\_ASBOX
1962## ----------------- ##
1963## Output variables. ##
1964## ----------------- ##
1965_ASBOX
1966 echo
1967 for ac_var in $ac_subst_vars
1968 do
5213506e
RW
1969 eval ac_val=\$$ac_var
1970 case $ac_val in
1971 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1972 esac
1973 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
1974 done | sort
1975 echo
1976
1977 if test -n "$ac_subst_files"; then
1978 cat <<\_ASBOX
5213506e
RW
1979## ------------------- ##
1980## File substitutions. ##
1981## ------------------- ##
1c710c3c
DJ
1982_ASBOX
1983 echo
1984 for ac_var in $ac_subst_files
1985 do
5213506e
RW
1986 eval ac_val=\$$ac_var
1987 case $ac_val in
1988 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1989 esac
1990 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
1991 done | sort
1992 echo
1993 fi
1994
1995 if test -s confdefs.h; then
1996 cat <<\_ASBOX
1997## ----------- ##
1998## confdefs.h. ##
1999## ----------- ##
2000_ASBOX
2001 echo
5213506e 2002 cat confdefs.h
1c710c3c
DJ
2003 echo
2004 fi
2005 test "$ac_signal" != 0 &&
5213506e
RW
2006 $as_echo "$as_me: caught signal $ac_signal"
2007 $as_echo "$as_me: exit $exit_status"
1c710c3c 2008 } >&5
5213506e
RW
2009 rm -f core *.core core.conftest.* &&
2010 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1c710c3c 2011 exit $exit_status
5213506e 2012' 0
1c710c3c 2013for ac_signal in 1 2 13 15; do
5213506e 2014 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1c710c3c
DJ
2015done
2016ac_signal=0
2017
2018# confdefs.h avoids OS command line length limits that DEFS can exceed.
5213506e
RW
2019rm -f -r conftest* confdefs.h
2020
2021$as_echo "/* confdefs.h */" > confdefs.h
1c710c3c
DJ
2022
2023# Predefined preprocessor variables.
2024
2025cat >>confdefs.h <<_ACEOF
2026#define PACKAGE_NAME "$PACKAGE_NAME"
2027_ACEOF
2028
1c710c3c
DJ
2029cat >>confdefs.h <<_ACEOF
2030#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2031_ACEOF
2032
1c710c3c
DJ
2033cat >>confdefs.h <<_ACEOF
2034#define PACKAGE_VERSION "$PACKAGE_VERSION"
2035_ACEOF
0b0dc272 2036
1c710c3c
DJ
2037cat >>confdefs.h <<_ACEOF
2038#define PACKAGE_STRING "$PACKAGE_STRING"
2039_ACEOF
2040
1c710c3c
DJ
2041cat >>confdefs.h <<_ACEOF
2042#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2043_ACEOF
2044
5213506e
RW
2045cat >>confdefs.h <<_ACEOF
2046#define PACKAGE_URL "$PACKAGE_URL"
2047_ACEOF
2048
1c710c3c
DJ
2049
2050# Let the site file select an alternate cache file if it wants to.
5213506e
RW
2051# Prefer an explicitly selected file to automatically selected ones.
2052ac_site_file1=NONE
2053ac_site_file2=NONE
2054if test -n "$CONFIG_SITE"; then
2055 ac_site_file1=$CONFIG_SITE
2056elif test "x$prefix" != xNONE; then
2057 ac_site_file1=$prefix/share/config.site
2058 ac_site_file2=$prefix/etc/config.site
2059else
2060 ac_site_file1=$ac_default_prefix/share/config.site
2061 ac_site_file2=$ac_default_prefix/etc/config.site
671aa708 2062fi
5213506e
RW
2063for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2064do
2065 test "x$ac_site_file" = xNONE && continue
671aa708 2066 if test -r "$ac_site_file"; then
5213506e
RW
2067 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2068$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1c710c3c 2069 sed 's/^/| /' "$ac_site_file" >&5
671aa708
NN
2070 . "$ac_site_file"
2071 fi
2072done
2073
2074if test -r "$cache_file"; then
1c710c3c
DJ
2075 # Some versions of bash will fail to source /dev/null (special
2076 # files actually), so we avoid doing that.
2077 if test -f "$cache_file"; then
5213506e
RW
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2079$as_echo "$as_me: loading cache $cache_file" >&6;}
1c710c3c 2080 case $cache_file in
5213506e
RW
2081 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2082 *) . "./$cache_file";;
1c710c3c
DJ
2083 esac
2084 fi
671aa708 2085else
5213506e
RW
2086 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2087$as_echo "$as_me: creating cache $cache_file" >&6;}
1c710c3c
DJ
2088 >$cache_file
2089fi
2090
2091# Check that the precious variables saved in the cache have kept the same
2092# value.
2093ac_cache_corrupted=false
5213506e 2094for ac_var in $ac_precious_vars; do
1c710c3c
DJ
2095 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2096 eval ac_new_set=\$ac_env_${ac_var}_set
5213506e
RW
2097 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2098 eval ac_new_val=\$ac_env_${ac_var}_value
1c710c3c
DJ
2099 case $ac_old_set,$ac_new_set in
2100 set,)
5213506e
RW
2101 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2102$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1c710c3c
DJ
2103 ac_cache_corrupted=: ;;
2104 ,set)
5213506e
RW
2105 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2106$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1c710c3c
DJ
2107 ac_cache_corrupted=: ;;
2108 ,);;
2109 *)
2110 if test "x$ac_old_val" != "x$ac_new_val"; then
5213506e
RW
2111 # differences in whitespace do not lead to failure.
2112 ac_old_val_w=`echo x $ac_old_val`
2113 ac_new_val_w=`echo x $ac_new_val`
2114 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2116$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2117 ac_cache_corrupted=:
2118 else
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2120$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2121 eval $ac_var=\$ac_old_val
2122 fi
2123 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2124$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2126$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1c710c3c
DJ
2127 fi;;
2128 esac
2129 # Pass precious variables to config.status.
2130 if test "$ac_new_set" = set; then
2131 case $ac_new_val in
5213506e 2132 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
2133 *) ac_arg=$ac_var=$ac_new_val ;;
2134 esac
2135 case " $ac_configure_args " in
2136 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
5213506e 2137 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1c710c3c
DJ
2138 esac
2139 fi
2140done
2141if $ac_cache_corrupted; then
5213506e
RW
2142 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2143$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2145$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2146 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
671aa708 2147fi
5213506e
RW
2148## -------------------- ##
2149## Main body of script. ##
2150## -------------------- ##
671aa708 2151
2aeb72e9
DD
2152ac_ext=c
2153ac_cpp='$CPP $CPPFLAGS'
2154ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2155ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2156ac_compiler_gnu=$ac_cv_c_compiler_gnu
2157
1c710c3c
DJ
2158
2159
2160
1c710c3c
DJ
2161
2162
0115d4a3 2163
1c710c3c 2164
ad33ff57
RW
2165
2166progname=$0
2167# if PWD already has a value, it is probably wrong.
2168if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2169
2170# Export original configure arguments for use by sub-configures.
2171# Quote arguments with shell meta charatcers.
2172TOPLEVEL_CONFIGURE_ARGUMENTS=
2173set -- "$progname" "$@"
2174for ac_arg
2175do
2176 case "$ac_arg" in
2177 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2178 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2179 # if the argument is of the form -foo=baz, quote the baz part only
2180 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2181 *) ;;
2182 esac
2183 # Add the quoted argument to the list.
2184 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2185done
2186if test "$silent" = yes; then
2187 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2188fi
2189# Remove the initial space we just introduced and, as these will be
2190# expanded by make, quote '$'.
2191TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2192
1c710c3c
DJ
2193
2194# Find the build, host, and target systems.
671aa708 2195ac_aux_dir=
5213506e
RW
2196for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2197 for ac_t in install-sh install.sh shtool; do
2198 if test -f "$ac_dir/$ac_t"; then
2199 ac_aux_dir=$ac_dir
2200 ac_install_sh="$ac_aux_dir/$ac_t -c"
2201 break 2
2202 fi
2203 done
671aa708
NN
2204done
2205if test -z "$ac_aux_dir"; then
5213506e 2206 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
671aa708 2207fi
5213506e
RW
2208
2209# These three variables are undocumented and unsupported,
2210# and are intended to be withdrawn in a future Autoconf release.
2211# They can cause serious problems if a builder's source tree is in a directory
2212# whose full name contains unusual characters.
2213ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2214ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2215ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2216
671aa708 2217
1c710c3c 2218# Make sure we can run config.sub.
5213506e
RW
2219$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2220 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2221
2222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2223$as_echo_n "checking build system type... " >&6; }
2224if test "${ac_cv_build+set}" = set; then :
2225 $as_echo_n "(cached) " >&6
2226else
2227 ac_build_alias=$build_alias
2228test "x$ac_build_alias" = x &&
2229 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2230test "x$ac_build_alias" = x &&
2231 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2232ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2233 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2234
2235fi
2236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2237$as_echo "$ac_cv_build" >&6; }
2238case $ac_cv_build in
2239*-*-*) ;;
2240*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2241esac
1c710c3c 2242build=$ac_cv_build
5213506e
RW
2243ac_save_IFS=$IFS; IFS='-'
2244set x $ac_cv_build
2245shift
2246build_cpu=$1
2247build_vendor=$2
2248shift; shift
2249# Remember, the first character of IFS is used to create $*,
2250# except with old shells:
2251build_os=$*
2252IFS=$ac_save_IFS
2253case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
671aa708 2254
671aa708 2255
1c710c3c
DJ
2256 case ${build_alias} in
2257 "") build_noncanonical=${build} ;;
2258 *) build_noncanonical=${build_alias} ;;
af71363e
AS
2259esac
2260
2261
af71363e 2262
1c710c3c
DJ
2263 case ${host_alias} in
2264 "") host_noncanonical=${build_noncanonical} ;;
2265 *) host_noncanonical=${host_alias} ;;
af71363e
AS
2266esac
2267
af71363e 2268
1c710c3c
DJ
2269
2270 case ${target_alias} in
2271 "") target_noncanonical=${host_noncanonical} ;;
2272 *) target_noncanonical=${target_alias} ;;
af71363e
AS
2273esac
2274
af71363e 2275
1c710c3c
DJ
2276
2277
2278test "$host_noncanonical" = "$target_noncanonical" &&
671aa708
NN
2279 test "$program_prefix$program_suffix$program_transform_name" = \
2280 NONENONEs,x,x, &&
1c710c3c 2281 program_transform_name=s,y,y,
af71363e 2282
5213506e
RW
2283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2284$as_echo_n "checking host system type... " >&6; }
2285if test "${ac_cv_host+set}" = set; then :
2286 $as_echo_n "(cached) " >&6
af71363e 2287else
5213506e
RW
2288 if test "x$host_alias" = x; then
2289 ac_cv_host=$ac_cv_build
2290else
2291 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2292 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2293fi
1c710c3c 2294
af71363e 2295fi
5213506e
RW
2296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2297$as_echo "$ac_cv_host" >&6; }
2298case $ac_cv_host in
2299*-*-*) ;;
2300*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2301esac
1c710c3c 2302host=$ac_cv_host
5213506e
RW
2303ac_save_IFS=$IFS; IFS='-'
2304set x $ac_cv_host
2305shift
2306host_cpu=$1
2307host_vendor=$2
2308shift; shift
2309# Remember, the first character of IFS is used to create $*,
2310# except with old shells:
2311host_os=$*
2312IFS=$ac_save_IFS
2313case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2aeb72e9
DD
2314
2315
5213506e
RW
2316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2317$as_echo_n "checking target system type... " >&6; }
2318if test "${ac_cv_target+set}" = set; then :
2319 $as_echo_n "(cached) " >&6
1c710c3c 2320else
5213506e
RW
2321 if test "x$target_alias" = x; then
2322 ac_cv_target=$ac_cv_host
2323else
2324 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2325 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2326fi
1c710c3c
DJ
2327
2328fi
5213506e
RW
2329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2330$as_echo "$ac_cv_target" >&6; }
2331case $ac_cv_target in
2332*-*-*) ;;
2333*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2334esac
1c710c3c 2335target=$ac_cv_target
5213506e
RW
2336ac_save_IFS=$IFS; IFS='-'
2337set x $ac_cv_target
2338shift
2339target_cpu=$1
2340target_vendor=$2
2341shift; shift
2342# Remember, the first character of IFS is used to create $*,
2343# except with old shells:
2344target_os=$*
2345IFS=$ac_save_IFS
2346case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1c710c3c
DJ
2347
2348
2349# The aliases save the names the user supplied, while $host etc.
2350# will get canonicalized.
2351test -n "$target_alias" &&
2352 test "$program_prefix$program_suffix$program_transform_name" = \
2353 NONENONEs,x,x, &&
2354 program_prefix=${target_alias}-
5213506e 2355
671aa708 2356test "$program_prefix" != NONE &&
5213506e 2357 program_transform_name="s&^&$program_prefix&;$program_transform_name"
671aa708
NN
2358# Use a double $ so make ignores it.
2359test "$program_suffix" != NONE &&
5213506e
RW
2360 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2361# Double any \ or $.
1c710c3c 2362# By default was `s,x,x', remove it if useless.
5213506e
RW
2363ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2364program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
af71363e 2365
671aa708
NN
2366
2367
775956d0
NN
2368# Get 'install' or 'install-sh' and its variants.
2369# Find a good install program. We prefer a C program (faster),
2370# so one script is as good as another. But avoid the broken or
2371# incompatible versions:
2372# SysV /etc/install, /usr/sbin/install
2373# SunOS /usr/etc/install
2374# IRIX /sbin/install
2375# AIX /bin/install
1c710c3c 2376# AmigaOS /C/install, which installs bootblocks on floppy discs
775956d0
NN
2377# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2378# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2379# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1c710c3c 2380# OS/2's system install, which has a completely different semantic
775956d0 2381# ./install, which can be erroneously created by make from ./install.sh.
38d24731 2382# Reject install programs that cannot install multiple files.
5213506e
RW
2383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2384$as_echo_n "checking for a BSD-compatible install... " >&6; }
775956d0 2385if test -z "$INSTALL"; then
5213506e
RW
2386if test "${ac_cv_path_install+set}" = set; then :
2387 $as_echo_n "(cached) " >&6
1c710c3c
DJ
2388else
2389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2390for as_dir in $PATH
2391do
2392 IFS=$as_save_IFS
2393 test -z "$as_dir" && as_dir=.
5213506e
RW
2394 # Account for people who put trailing slashes in PATH elements.
2395case $as_dir/ in #((
2396 ./ | .// | /[cC]/* | \
1c710c3c 2397 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5213506e 2398 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1c710c3c
DJ
2399 /usr/ucb/* ) ;;
2400 *)
2401 # OSF1 and SCO ODT 3.0 have their own names for install.
2402 # Don't use installbsd from OSF since it installs stuff as root
2403 # by default.
2404 for ac_prog in ginstall scoinst install; do
2405 for ac_exec_ext in '' $ac_executable_extensions; do
5213506e 2406 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
775956d0 2407 if test $ac_prog = install &&
1c710c3c 2408 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
775956d0
NN
2409 # AIX install. It has an incompatible calling convention.
2410 :
1c710c3c
DJ
2411 elif test $ac_prog = install &&
2412 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2413 # program-specific install script used by HP pwplus--don't use.
2414 :
775956d0 2415 else
38d24731
RW
2416 rm -rf conftest.one conftest.two conftest.dir
2417 echo one > conftest.one
2418 echo two > conftest.two
2419 mkdir conftest.dir
2420 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2421 test -s conftest.one && test -s conftest.two &&
2422 test -s conftest.dir/conftest.one &&
2423 test -s conftest.dir/conftest.two
2424 then
2425 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2426 break 3
2427 fi
775956d0
NN
2428 fi
2429 fi
2430 done
1c710c3c
DJ
2431 done
2432 ;;
2433esac
5213506e
RW
2434
2435 done
2436IFS=$as_save_IFS
1c710c3c 2437
38d24731 2438rm -rf conftest.one conftest.two conftest.dir
775956d0
NN
2439
2440fi
2441 if test "${ac_cv_path_install+set}" = set; then
1c710c3c 2442 INSTALL=$ac_cv_path_install
775956d0 2443 else
38d24731
RW
2444 # As a last resort, use the slow shell script. Don't cache a
2445 # value for INSTALL within a source directory, because that will
775956d0 2446 # break other packages using the cache if that directory is
38d24731 2447 # removed, or if the value is a relative name.
1c710c3c 2448 INSTALL=$ac_install_sh
775956d0
NN
2449 fi
2450fi
5213506e
RW
2451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2452$as_echo "$INSTALL" >&6; }
775956d0
NN
2453
2454# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2455# It thinks the first close brace ends the variable substitution.
2456test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2457
1c710c3c 2458test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
775956d0
NN
2459
2460test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2461
5213506e
RW
2462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2463$as_echo_n "checking whether ln works... " >&6; }
2464if test "${acx_cv_prog_LN+set}" = set; then :
2465 $as_echo_n "(cached) " >&6
ad6717df
PB
2466else
2467 rm -f conftestdata_t
2468echo >conftestdata_f
2469if ln conftestdata_f conftestdata_t 2>/dev/null
2470then
2471 acx_cv_prog_LN=ln
2472else
2473 acx_cv_prog_LN=no
2474fi
2475rm -f conftestdata_f conftestdata_t
2476
2477fi
2478if test $acx_cv_prog_LN = no; then
2479 LN="cp"
5213506e
RW
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2481$as_echo "no, using $LN" >&6; }
ad6717df
PB
2482else
2483 LN="$acx_cv_prog_LN"
5213506e
RW
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2485$as_echo "yes" >&6; }
ad6717df
PB
2486fi
2487
5213506e
RW
2488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2489$as_echo_n "checking whether ln -s works... " >&6; }
1c710c3c
DJ
2490LN_S=$as_ln_s
2491if test "$LN_S" = "ln -s"; then
5213506e
RW
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2493$as_echo "yes" >&6; }
fb0103e5 2494else
5213506e
RW
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2496$as_echo "no, using $LN_S" >&6; }
148907ea
PB
2497fi
2498
87264276
PB
2499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2500$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2501if test "${ac_cv_path_SED+set}" = set; then :
2502 $as_echo_n "(cached) " >&6
2503else
2504 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2505 for ac_i in 1 2 3 4 5 6 7; do
2506 ac_script="$ac_script$as_nl$ac_script"
2507 done
2508 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2509 { ac_script=; unset ac_script;}
2510 if test -z "$SED"; then
2511 ac_path_SED_found=false
2512 # Loop through the user's path and test for each of PROGNAME-LIST
2513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2514for as_dir in $PATH
2515do
2516 IFS=$as_save_IFS
2517 test -z "$as_dir" && as_dir=.
2518 for ac_prog in sed gsed; do
2519 for ac_exec_ext in '' $ac_executable_extensions; do
2520 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2521 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2522# Check for GNU ac_path_SED and select it if it is found.
2523 # Check for GNU $ac_path_SED
2524case `"$ac_path_SED" --version 2>&1` in
2525*GNU*)
2526 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2527*)
2528 ac_count=0
2529 $as_echo_n 0123456789 >"conftest.in"
2530 while :
2531 do
2532 cat "conftest.in" "conftest.in" >"conftest.tmp"
2533 mv "conftest.tmp" "conftest.in"
2534 cp "conftest.in" "conftest.nl"
2535 $as_echo '' >> "conftest.nl"
2536 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2537 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2538 as_fn_arith $ac_count + 1 && ac_count=$as_val
2539 if test $ac_count -gt ${ac_path_SED_max-0}; then
2540 # Best one so far, save it but keep looking for a better one
2541 ac_cv_path_SED="$ac_path_SED"
2542 ac_path_SED_max=$ac_count
2543 fi
2544 # 10*(2^10) chars as input seems more than enough
2545 test $ac_count -gt 10 && break
2546 done
2547 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2548esac
2549
2550 $ac_path_SED_found && break 3
2551 done
2552 done
2553 done
2554IFS=$as_save_IFS
2555 if test -z "$ac_cv_path_SED"; then
2556 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2557 fi
2558else
2559 ac_cv_path_SED=$SED
2560fi
2561
2562fi
2563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2564$as_echo "$ac_cv_path_SED" >&6; }
2565 SED="$ac_cv_path_SED"
2566 rm -f conftest.sed
2567
2568for ac_prog in gawk mawk nawk awk
2569do
2570 # Extract the first word of "$ac_prog", so it can be a program name with args.
2571set dummy $ac_prog; ac_word=$2
2572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2573$as_echo_n "checking for $ac_word... " >&6; }
2574if test "${ac_cv_prog_AWK+set}" = set; then :
2575 $as_echo_n "(cached) " >&6
2576else
2577 if test -n "$AWK"; then
2578 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2579else
2580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2581for as_dir in $PATH
2582do
2583 IFS=$as_save_IFS
2584 test -z "$as_dir" && as_dir=.
2585 for ac_exec_ext in '' $ac_executable_extensions; do
2586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2587 ac_cv_prog_AWK="$ac_prog"
2588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2589 break 2
2590 fi
2591done
2592 done
2593IFS=$as_save_IFS
2594
2595fi
2596fi
2597AWK=$ac_cv_prog_AWK
2598if test -n "$AWK"; then
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2600$as_echo "$AWK" >&6; }
2601else
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2603$as_echo "no" >&6; }
2604fi
2605
2606
2607 test -n "$AWK" && break
2608done
2609
775956d0 2610
79c06341 2611### we might need to use some other shell than /bin/sh for running subshells
79c06341
JL
2612### If we are on Windows, search for the shell. This will permit people
2613### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
2614### without also having to set CONFIG_SHELL. This code will work when
2615### using bash, which sets OSTYPE.
2616case "${OSTYPE}" in
2617*win32*)
671aa708
NN
2618 if test x${CONFIG_SHELL} = x ; then
2619 if test ! -f /bin/sh ; then
2620 if test x${SHELL} != x && test -f ${SHELL} ; then
79c06341
JL
2621 CONFIG_SHELL=${SHELL}
2622 export CONFIG_SHELL
2623 else
2624 for prog in sh sh.exe bash bash.exe; do
2625 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
2626 for dir in $PATH; do
2627 test -z "$dir" && dir=.
2628 if test -f $dir/$prog; then
2629 CONFIG_SHELL=$dir/$prog
2630 export CONFIG_SHELL
2631 break
2632 fi
2633 done
2634 IFS="$save_ifs"
2635 test -n "${CONFIG_SHELL}" && break
2636 done
2637 fi
2638 fi
2639 fi
2640 ;;
2641esac
2642
2643config_shell=${CONFIG_SHELL-/bin/sh}
2644
671aa708 2645moveifchange=${srcdir}/move-if-change
79c06341 2646
ee6a22df
L
2647srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2648
2649# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2650# a relative path.
2651if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2652 INSTALL="${srcpwd}/install-sh -c"
2653fi
2654
671aa708
NN
2655# Set srcdir to "." if that's what it is.
2656# This is important for multilib support.
2657pwd=`${PWDCMD-pwd}`
671aa708
NN
2658if test "${pwd}" = "${srcpwd}" ; then
2659 srcdir=.
79c06341
JL
2660fi
2661
671aa708 2662topsrcdir=$srcpwd
5d4a5ee6 2663
671aa708 2664extra_host_args=
afabd8e6 2665
671aa708
NN
2666### To add a new directory to the tree, first choose whether it is a target
2667### or a host dependent tool. Then put it into the appropriate list
2668### (library or tools, host or target), doing a dependency sort.
79c06341 2669
1c710c3c 2670# Subdirs will be configured in the order listed in build_configdirs,
671aa708 2671# configdirs, or target_configdirs; see the serialization section below.
79c06341 2672
1c710c3c
DJ
2673# Dependency sorting is only needed when *configuration* must be done in
2674# a particular order. In all cases a dependency should be specified in
671aa708 2675# the Makefile, whether or not it's implicitly specified here.
79c06341 2676
671aa708
NN
2677# Double entries in build_configdirs, configdirs, or target_configdirs may
2678# cause circular dependencies and break everything horribly.
79c06341 2679
23f6b2f9
PB
2680# these library is used by various programs built for the build
2681# environment
2682#
2683build_libs="build-libiberty"
2684
2685# these tools are built for the build environment
71b5d516 2686build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
23f6b2f9 2687
671aa708
NN
2688# these libraries are used by various programs built for the host environment
2689#
f61428ed 2690host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libelf libiconv"
671aa708 2691
671aa708
NN
2692# these tools are built for the host environment
2693# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2694# know that we are building the simulator.
2695# binutils, gas and ld appear in that order because it makes sense to run
2696# "make check" in that particular order.
38e3d868 2697# If --enable-gold is used, "gold" may replace "ld".
8c32c9f0 2698host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
671aa708
NN
2699
2700# libgcj represents the runtime libraries only used by gcj.
2701libgcj="target-libffi \
671aa708
NN
2702 target-zlib \
2703 target-qthreads \
2704 target-libjava"
2705
2706# these libraries are built for the target environment, and are built after
2707# the host libraries and the host tools (which may be a cross compiler)
2708#
291f172e
DJ
2709target_libraries="target-libgcc \
2710 target-libiberty \
671aa708
NN
2711 target-libgloss \
2712 target-newlib \
6d3b5aea 2713 target-libgomp \
cb543528 2714 target-libstdc++-v3 \
6de9cd9a 2715 target-libmudflap \
77008252 2716 target-libssp \
1ec601bf 2717 target-libquadmath \
6de9cd9a 2718 target-libgfortran \
7cd0cf9c 2719 target-boehm-gc \
77d187bc 2720 ${libgcj} \
d9cdb878 2721 target-libobjc \
632e2a07
ILT
2722 target-libada \
2723 target-libgo"
671aa708 2724
4dbda6f0
NN
2725# these tools are built using the target libraries, and are intended to
2726# run only in the target environment
671aa708 2727#
4dbda6f0 2728# note: any program that *uses* libraries that are in the "target_libraries"
671aa708
NN
2729# list belongs in this list. those programs are also very likely
2730# candidates for the "native_only" list which follows
2731#
97286f7f 2732target_tools="target-examples target-groff target-gperf target-rda"
79c06341 2733
671aa708 2734################################################################################
79c06341 2735
671aa708
NN
2736## All tools belong in one of the four categories, and are assigned above
2737## We assign ${configdirs} this way to remove all embedded newlines. This
2738## is important because configure will choke if they ever get through.
2739## ${configdirs} is directories we build using the host tools.
2740## ${target_configdirs} is directories we build using the target tools.
671aa708 2741configdirs=`echo ${host_libs} ${host_tools}`
4dbda6f0 2742target_configdirs=`echo ${target_libraries} ${target_tools}`
71b5d516 2743build_configdirs=`echo ${build_libs} ${build_tools}`
8b87bb96 2744
ac9e6043
RW
2745
2746
671aa708 2747################################################################################
79c06341 2748
671aa708 2749srcname="gnu development package"
79c06341 2750
671aa708
NN
2751# This gets set non-empty for some net releases of packages.
2752appdirs=""
79c06341 2753
671aa708
NN
2754# Define is_cross_compiler to save on calls to 'test'.
2755is_cross_compiler=
2756if test x"${host}" = x"${target}" ; then
2757 is_cross_compiler=no
79c06341 2758else
671aa708 2759 is_cross_compiler=yes
1c710c3c 2760fi
79c06341 2761
b4acb5ef 2762# Find the build and target subdir names.
8b87bb96 2763
2e9e6f68
DJ
2764# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2765# have matching libraries, they should use host libraries: Makefile.tpl
2766# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2767# However, they still use the build modules, because the corresponding
2768# host modules (e.g. bison) are only built for the host when bootstrap
2769# finishes. So:
2770# - build_subdir is where we find build modules, and never changes.
2771# - build_libsubdir is where we find build libraries, and can be overridden.
2772
2773# Prefix 'build-' so this never conflicts with target_subdir.
8b87bb96 2774build_subdir="build-${build_noncanonical}"
1c710c3c 2775
5213506e
RW
2776# Check whether --with-build-libsubdir was given.
2777if test "${with_build_libsubdir+set}" = set; then :
2778 withval=$with_build_libsubdir; build_libsubdir="$withval"
2e9e6f68
DJ
2779else
2780 build_libsubdir="$build_subdir"
5213506e
RW
2781fi
2782
215c351a
PB
2783# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2784if ( test $srcdir = . && test -d gcc ) \
2785 || test -d $srcdir/../host-${host_noncanonical}; then
2786 host_subdir="host-${host_noncanonical}"
2787else
2788 host_subdir=.
2789fi
8b87bb96
NN
2790# No prefix.
2791target_subdir=${target_noncanonical}
1c710c3c 2792
0db770bd
RW
2793# Be sure to cover against remnants of an in-tree build.
2794if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2795 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2796Use a pristine source tree when building in a separate tree" "$LINENO" 5
2797fi
79c06341 2798
671aa708
NN
2799# Skipdirs are removed silently.
2800skipdirs=
2801# Noconfigdirs are removed loudly.
2802noconfigdirs=""
79c06341 2803
671aa708
NN
2804use_gnu_ld=
2805# Make sure we don't let GNU ld be added if we didn't want it.
2806if test x$with_gnu_ld = xno ; then
2807 use_gnu_ld=no
5afab7ad 2808 noconfigdirs="$noconfigdirs ld gold"
79c06341
JL
2809fi
2810
671aa708
NN
2811use_gnu_as=
2812# Make sure we don't let GNU as be added if we didn't want it.
2813if test x$with_gnu_as = xno ; then
2814 use_gnu_as=no
2815 noconfigdirs="$noconfigdirs gas"
79c06341
JL
2816fi
2817
d7f09764
DN
2818use_included_zlib=
2819# Make sure we don't let ZLIB be added if we didn't want it.
2820if test x$with_system_zlib = xyes ; then
2821 use_included_zlib=no
2822 noconfigdirs="$noconfigdirs zlib"
2823fi
2824
1c710c3c 2825# some tools are so dependent upon X11 that if we're not building with X,
671aa708 2826# it's not even worth trying to configure, much less build, that tool.
79c06341 2827
671aa708
NN
2828case ${with_x} in
2829 yes | "") ;; # the default value for this tree is that X11 is available
2830 no)
b4f96efe 2831 skipdirs="${skipdirs} tk itcl libgui"
671aa708 2832 # We won't be able to build gdbtk without X.
1c710c3c 2833 enable_gdbtk=no
671aa708
NN
2834 ;;
2835 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2836esac
79c06341 2837
671aa708 2838# Some tools are only suitable for building in a "native" situation.
1c710c3c 2839# Remove these if host!=target.
9e299237 2840native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
79c06341 2841
671aa708
NN
2842# Similarly, some are only suitable for cross toolchains.
2843# Remove these if host=target.
2844cross_only="target-libgloss target-newlib target-opcodes"
2845
2846case $is_cross_compiler in
2847 no) skipdirs="${skipdirs} ${cross_only}" ;;
2848 yes) skipdirs="${skipdirs} ${native_only}" ;;
2849esac
79c06341 2850
671aa708
NN
2851# If both --with-headers and --with-libs are specified, default to
2852# --without-newlib.
ee6a22df
L
2853if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2854 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
671aa708
NN
2855 if test x"${with_newlib}" = x ; then
2856 with_newlib=no
2857 fi
79c06341
JL
2858fi
2859
671aa708
NN
2860# Recognize --with-newlib/--without-newlib.
2861case ${with_newlib} in
2862 no) skipdirs="${skipdirs} target-newlib" ;;
2863 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2864esac
79c06341 2865
21539e2e
MK
2866# Handle --enable-gold, --enable-ld.
2867# --disable-gold [--enable-ld]
2868# Build only ld. Default option.
9580395f
L
2869# --enable-gold [--enable-ld]
2870# Build both gold and ld. Install gold as "ld.gold", install ld
2871# as "ld.bfd" and "ld".
2872# --enable-gold=default [--enable-ld]
21539e2e
MK
2873# Build both gold and ld. Install gold as "ld.gold" and "ld",
2874# install ld as "ld.bfd".
2875# --enable-gold[=default] --disable-ld
2876# Build only gold, which is then installed as both "ld.gold" and "ld".
2877# --enable-gold --enable-ld=default
9580395f
L
2878# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2879# and ld.bfd).
21539e2e
MK
2880# In other words, ld is default
2881# --enable-gold=default --enable-ld=default
2882# Error.
2883
2884default_ld=
5213506e
RW
2885# Check whether --enable-gold was given.
2886if test "${enable_gold+set}" = set; then :
2887 enableval=$enable_gold; ENABLE_GOLD=$enableval
5afab7ad
ILT
2888else
2889 ENABLE_GOLD=no
5213506e
RW
2890fi
2891
21539e2e
MK
2892case "${ENABLE_GOLD}" in
2893 yes|default)
38e3d868
RM
2894 # Check for ELF target.
2895 is_elf=no
2896 case "${target}" in
2897 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2898 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2899 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
2900 case "${target}" in
2901 *-*-linux*aout* | *-*-linux*oldld*)
2902 ;;
2903 *)
2904 is_elf=yes
2905 ;;
2906 esac
2907 esac
2908
2909 if test "$is_elf" = "yes"; then
2910 # Check for target supported by gold.
5afab7ad 2911 case "${target}" in
38e3d868 2912 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
21539e2e
MK
2913 configdirs="$configdirs gold"
2914 if test x${ENABLE_GOLD} = xdefault; then
2915 default_ld=gold
2916 fi
38e3d868 2917 ENABLE_GOLD=yes
5afab7ad
ILT
2918 ;;
2919 esac
38e3d868
RM
2920 fi
2921 ;;
2922 no)
2923 ;;
2924 *)
2925 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2926 ;;
21539e2e
MK
2927esac
2928
2929# Check whether --enable-ld was given.
2930if test "${enable_ld+set}" = set; then :
2931 enableval=$enable_ld; ENABLE_LD=$enableval
2932else
2933 ENABLE_LD=yes
2934fi
2935
2936
2937case "${ENABLE_LD}" in
2938 default)
9580395f 2939 if test x${default_ld} != x; then
21539e2e
MK
2940 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2941 fi
2942 ;;
2943 yes)
2944 ;;
2945 no)
2946 if test x${ENABLE_GOLD} != xyes; then
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2948$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2949 fi
2950 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2951 ;;
2952 *)
2953 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2954 ;;
2955esac
5afab7ad 2956
671aa708 2957# Configure extra directories which are host specific
79c06341 2958
671aa708
NN
2959case "${host}" in
2960 *-cygwin*)
2961 configdirs="$configdirs libtermcap" ;;
2962esac
79c06341 2963
4fab7234
HPN
2964# A target can indicate whether a language isn't supported for some reason.
2965# Only spaces may be used in this macro; not newlines or tabs.
2966unsupported_languages=
2967
1c710c3c 2968# Remove more programs from consideration, based on the host or
671aa708
NN
2969# target this usually means that a port of the program doesn't
2970# exist yet.
ec8d6ddc 2971
671aa708
NN
2972case "${host}" in
2973 hppa*64*-*-*)
2974 noconfigdirs="$noconfigdirs byacc"
2975 ;;
f2a0e225 2976 i[3456789]86-*-vsta)
b4f96efe 2977 noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
671aa708 2978 ;;
f2a0e225 2979 i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*)
b4f96efe 2980 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
3aa83176 2981 ;;
95af8923
KT
2982 x86_64-*-mingw*)
2983 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2984 ;;
f2a0e225 2985 i[3456789]86-*-mingw32*)
b4f96efe 2986 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
b91f0a41 2987 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
3aa83176 2988 ;;
f2a0e225 2989 i[3456789]86-*-beos*)
b4f96efe 2990 noconfigdirs="$noconfigdirs tk itcl libgui gdb"
3aa83176 2991 ;;
671aa708 2992 *-*-cygwin*)
a22c2d8d 2993 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
671aa708
NN
2994 ;;
2995 *-*-netbsd*)
a22c2d8d 2996 noconfigdirs="$noconfigdirs rcs"
671aa708
NN
2997 ;;
2998 ppc*-*-pe)
b4f96efe 2999 noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
671aa708
NN
3000 ;;
3001 powerpc-*-beos*)
b4f96efe 3002 noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
671aa708 3003 ;;
671aa708 3004esac
ec8d6ddc 3005
6de9cd9a 3006
87e6d9dc
TB
3007# Check whether --enable-libquadmath was given.
3008if test "${enable_libquadmath+set}" = set; then :
3009 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3010else
3011 ENABLE_LIBQUADMATH=yes
3012fi
3013
3014if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3015 noconfigdirs="$noconfigdirs target-libquadmath"
3016fi
3017
3018
3019# Check whether --enable-libquadmath-support was given.
3020if test "${enable_libquadmath_support+set}" = set; then :
3021 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3022else
3023 ENABLE_LIBQUADMATH_SUPPORT=yes
3024fi
3025
3026enable_libquadmath_support=
3027if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3028 enable_libquadmath_support=no
3029fi
3030
3031
5213506e
RW
3032# Check whether --enable-libada was given.
3033if test "${enable_libada+set}" = set; then :
3034 enableval=$enable_libada; ENABLE_LIBADA=$enableval
d9cdb878
AC
3035else
3036 ENABLE_LIBADA=yes
5213506e
RW
3037fi
3038
d9cdb878 3039if test "${ENABLE_LIBADA}" != "yes" ; then
5395b47b 3040 noconfigdirs="$noconfigdirs gnattools"
d9cdb878
AC
3041fi
3042
5213506e
RW
3043# Check whether --enable-libssp was given.
3044if test "${enable_libssp+set}" = set; then :
3045 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
ef0087a7
KH
3046else
3047 ENABLE_LIBSSP=yes
5213506e
RW
3048fi
3049
ef0087a7 3050
671aa708
NN
3051# Save it here so that, even in case of --enable-libgcj, if the Java
3052# front-end isn't enabled, we still get libgcj disabled.
3053libgcj_saved=$libgcj
3054case $enable_libgcj in
3055yes)
3056 # If we reset it here, it won't get added to noconfigdirs in the
3057 # target-specific build rules, so it will be forcibly enabled
3058 # (unless the Java language itself isn't enabled).
3059 libgcj=
3060 ;;
3061no)
3062 # Make sure we get it printed in the list of not supported target libs.
4da3b0f8
ILT
3063 # Don't disable libffi, though, other languages use it.
3064 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
d479b128
ILT
3065 # Clear libgcj_saved so that even if java is enabled libffi won't be
3066 # built.
3067 libgcj_saved=
671aa708
NN
3068 ;;
3069esac
ec8d6ddc 3070
6de9cd9a 3071
27079765
AH
3072# Disable libmudflap on some systems.
3073if test x$enable_libmudflap = x ; then
dfcada9a 3074 case "${target}" in
416ac4d4 3075 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
98a5bb3b 3076 # Enable libmudflap by default in GNU and friends.
dfcada9a 3077 ;;
a3e8d8b4
LR
3078 *-*-freebsd*)
3079 # Enable libmudflap by default in FreeBSD.
3080 ;;
dfcada9a
MM
3081 *)
3082 # Disable it by default everywhere else.
3083 noconfigdirs="$noconfigdirs target-libmudflap"
3084 ;;
3085 esac
27079765 3086fi
6de9cd9a 3087
27079765
AH
3088# Disable libgomp on non POSIX hosted systems.
3089if test x$enable_libgomp = x ; then
953ff289
DN
3090 # Enable libgomp by default on hosted POSIX systems.
3091 case "${target}" in
416ac4d4 3092 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
953ff289
DN
3093 ;;
3094 *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
3095 ;;
04879af3 3096 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
953ff289 3097 ;;
cac90078 3098 *-*-darwin* | *-*-aix*)
953ff289
DN
3099 ;;
3100 *)
3101 noconfigdirs="$noconfigdirs target-libgomp"
3102 ;;
3103 esac
27079765 3104fi
953ff289 3105
c03353e2
RIL
3106# Default libgloss CPU subdirectory.
3107libgloss_dir="$target_cpu"
6de9cd9a 3108
671aa708
NN
3109case "${target}" in
3110 *-*-chorusos)
cb253473 3111 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
671aa708 3112 ;;
75eeae1a 3113 powerpc-*-darwin*)
e1514c3f 3114 noconfigdirs="$noconfigdirs ld gas gdb gprof"
9c8f9ec2 3115 noconfigdirs="$noconfigdirs sim target-rda"
940cde4d 3116 ;;
354ebf88
RW
3117 i[3456789]86-*-darwin*)
3118 noconfigdirs="$noconfigdirs ld gprof"
3119 noconfigdirs="$noconfigdirs sim target-rda"
3120 ;;
3121 x86_64-*-darwin[912]*)
0db3a858
TG
3122 noconfigdirs="$noconfigdirs ld gas gprof"
3123 noconfigdirs="$noconfigdirs sim target-rda"
3124 ;;
42c1cd8a
AT
3125 *-*-darwin*)
3126 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3127 noconfigdirs="$noconfigdirs sim target-rda"
3128 noconfigdirs="$noconfigdirs ${libgcj}"
3129 ;;
671aa708 3130 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
cb253473 3131 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
671aa708 3132 ;;
c3f84f61 3133 *-*-freebsd*)
6de9cd9a
DN
3134 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3135 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3136 && test -f /usr/local/include/gmp.h; then
3137 with_gmp=/usr/local
3138 fi
3139
3140 # Skip some stuff that's unsupported on some FreeBSD configurations.
3141 case "${target}" in
3142 i*86-*-*) ;;
3143 alpha*-*-*) ;;
f3f623ae 3144 x86_64-*-*) ;;
6de9cd9a 3145 *)
cb253473 3146 noconfigdirs="$noconfigdirs ${libgcj}"
6de9cd9a
DN
3147 ;;
3148 esac
3149 ;;
ef4e7569
US
3150 *-*-kaos*)
3151 # Remove unsupported stuff on all kaOS configurations.
cb253473 3152 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
ef4e7569
US
3153 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
3154 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3155 noconfigdirs="$noconfigdirs target-libgloss"
3156 ;;
671aa708
NN
3157 *-*-netbsd*)
3158 # Skip some stuff on all NetBSD configurations.
3159 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3160
3161 # Skip some stuff that's unsupported on some NetBSD configurations.
3162 case "${target}" in
3163 i*86-*-netbsdelf*) ;;
0590b963 3164 arm*-*-netbsdelf*) ;;
671aa708 3165 *)
cb253473 3166 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3167 ;;
3168 esac
3169 ;;
61fec9ff 3170 *-*-netware*)
cb253473 3171 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
671aa708
NN
3172 ;;
3173 *-*-rtems*)
e4522f78 3174 skipdirs="${skipdirs} target-libiberty"
cb253473 3175 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708 3176 ;;
a8ba31f2
EC
3177 # The tpf target doesn't support gdb yet.
3178 *-*-tpf*)
cb253473 3179 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
a8ba31f2 3180 ;;
5785c0ed 3181 *-*-uclinux*)
cb253473 3182 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
5785c0ed 3183 ;;
671aa708 3184 *-*-vxworks*)
cb253473 3185 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
671aa708
NN
3186 ;;
3187 alpha*-dec-osf*)
3188 # ld works, but does not support shared libraries.
3189 # newlib is not 64 bit ready. I'm not sure about fileutils.
3190 # gas doesn't generate exception information.
3191 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3192 ;;
3193 alpha*-*-*vms*)
8406cb62 3194 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
671aa708
NN
3195 ;;
3196 alpha*-*-linux*)
3197 # newlib is not 64 bit ready
3198 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3199 ;;
671aa708
NN
3200 alpha*-*-*)
3201 # newlib is not 64 bit ready
cb253473 3202 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
671aa708 3203 ;;
33952f6f 3204 am33_2.0-*-linux*)
cb253473 3205 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
33952f6f 3206 ;;
671aa708 3207 sh-*-linux*)
cb253473 3208 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
1c710c3c 3209 ;;
671aa708 3210 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
cb253473 3211 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3212 noconfigdirs="$noconfigdirs target-examples"
3213 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
b4f96efe 3214 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
671aa708
NN
3215 noconfigdirs="$noconfigdirs expect dejagnu"
3216 # the C++ libraries don't build on top of CE's C libraries
cb543528 3217 noconfigdirs="$noconfigdirs target-libstdc++-v3"
671aa708
NN
3218 noconfigdirs="$noconfigdirs target-newlib"
3219 case "${host}" in
3220 *-*-cygwin*) ;; # keep gdb and readline
aa9c3ab4 3221 *) noconfigdirs="$noconfigdirs gdb readline"
671aa708
NN
3222 ;;
3223 esac
c03353e2 3224 libgloss_dir=wince
671aa708
NN
3225 ;;
3226 arc-*-*)
ebb9f8b0 3227 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3228 ;;
ee6a22df 3229 arm-semi-aof )
ee6a22df 3230 ;;
671aa708 3231 arm-*-coff | strongarm-*-coff | xscale-*-coff)
cb253473 3232 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3233 libgloss_dir=arm
671aa708 3234 ;;
b3f8d95d 3235 arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
671aa708 3236 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
c03353e2 3237 libgloss_dir=arm
671aa708 3238 ;;
077fc835 3239 arm*-*-linux-gnueabi)
c4e9bf2b 3240 noconfigdirs="$noconfigdirs target-qthreads"
1c00b503
PB
3241 case ${with_newlib} in
3242 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3243 esac
c03353e2 3244 libgloss_dir=arm
077fc835 3245 ;;
972974fc 3246 arm*-*-symbianelf*)
cb253473 3247 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
c03353e2 3248 libgloss_dir=arm
972974fc 3249 ;;
671aa708 3250 arm-*-pe*)
cb253473 3251 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708 3252 ;;
671aa708 3253 thumb-*-coff)
cb253473 3254 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708
NN
3255 ;;
3256 thumb-*-elf)
cb253473 3257 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708 3258 ;;
671aa708 3259 thumb-*-pe)
cb253473 3260 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708
NN
3261 ;;
3262 arm-*-riscix*)
cb253473 3263 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
671aa708
NN
3264 ;;
3265 avr-*-*)
ac3949d9 3266 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
671aa708 3267 ;;
6b65a26d 3268 bfin-*-*)
1c3c9f12 3269 unsupported_languages="$unsupported_languages java"
fb701687 3270 noconfigdirs="$noconfigdirs target-boehm-gc"
61efc800 3271 if test x${is_cross_compiler} != xno ; then
6b65a26d
CM
3272 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3273 fi
3274 ;;
671aa708 3275 c4x-*-* | tic4x-*-*)
cb253473 3276 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708
NN
3277 ;;
3278 c54x*-*-* | tic54x-*-*)
cb253473 3279 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
671aa708 3280 ;;
c993ae60
SR
3281 cr16-*-*)
3282 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3283 ;;
40d64b5a 3284 cris-*-* | crisv32-*-*)
4fab7234 3285 unsupported_languages="$unsupported_languages java"
40d64b5a 3286 case "${target}" in
c2e0d3a9 3287 *-*-aout)
7f26dfa3 3288 unsupported_languages="$unsupported_languages fortran"
4fab7234 3289 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
d062cd48
HPN
3290 *-*-elf) # See PR46792 regarding target-libffi.
3291 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
c2e0d3a9 3292 *-*-linux*)
789ec619 3293 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
40d64b5a 3294 *)
7f26dfa3 3295 unsupported_languages="$unsupported_languages fortran"
cb253473 3296 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
40d64b5a 3297 esac
c03353e2 3298 libgloss_dir=cris
671aa708 3299 ;;
25b656e7 3300 crx-*-*)
25b656e7 3301 ;;
671aa708 3302 d10v-*-*)
cb253473 3303 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708
NN
3304 ;;
3305 d30v-*-*)
cb253473 3306 noconfigdirs="$noconfigdirs ${libgcj} gdb"
671aa708 3307 ;;
c03353e2
RIL
3308 ep9312-*-elf | ep9312-*-coff)
3309 libgloss_dir=arm
3310 ;;
671aa708 3311 fr30-*-elf*)
cb253473 3312 noconfigdirs="$noconfigdirs ${libgcj} gdb"
671aa708
NN
3313 ;;
3314 frv-*-*)
cb253473 3315 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708 3316 ;;
55f2d967
AG
3317 moxie-*-*)
3318 noconfigdirs="$noconfigdirs ${libgcj}"
3319 noconfigdirs="$noconfigdirs gprof"
3320 ;;
671aa708 3321 h8300*-*-*)
cb253473 3322 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708
NN
3323 ;;
3324 h8500-*-*)
cb253473 3325 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708 3326 ;;
ee6a22df 3327 hppa1.1-*-osf* | hppa1.1-*-bsd* )
ee6a22df 3328 ;;
671aa708
NN
3329 hppa*64*-*-linux* | parisc*64*-*-linux*)
3330 # In this case, it's because the hppa64-linux target is for
3331 # the kernel only at this point and has no libc, and thus no
3332 # headers, crt*.o, etc., all of which are needed by these.
3333 noconfigdirs="$noconfigdirs target-zlib"
3334 ;;
3e732ba0
JDA
3335 parisc*-*-linux* | hppa*-*-linux*)
3336 ;;
671aa708 3337 hppa*-*-*elf* | \
671aa708
NN
3338 hppa*-*-lites* | \
3339 hppa*-*-openbsd* | \
3340 hppa*64*-*-*)
cb253473 3341 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708 3342 ;;
2a332582
JDA
3343 hppa*-hp-hpux11*)
3344 noconfigdirs="$noconfigdirs ld shellutils"
3345 ;;
c03353e2
RIL
3346 hppa*-*-pro*)
3347 libgloss_dir=pa
3348 ;;
671aa708
NN
3349 hppa*-*-*)
3350 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3351 # build on HP-UX 10.20.
cb253473 3352 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
671aa708 3353 ;;
fb87ad5d 3354 i960-*-*)
cb253473 3355 noconfigdirs="$noconfigdirs ${libgcj} gdb"
fb87ad5d 3356 ;;
671aa708
NN
3357 ia64*-*-elf*)
3358 # No gdb support yet.
b4f96efe 3359 noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
671aa708
NN
3360 ;;
3361 ia64*-**-hpux*)
5a2931d1
JB
3362 # No ld support yet.
3363 noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
671aa708 3364 ;;
52535a64
DR
3365 ia64*-*-*vms*)
3366 # No gdb or ld support yet.
3367 noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3368 ;;
ee6a22df 3369 i370-*-opened*)
ee6a22df 3370 ;;
f2a0e225 3371 i[3456789]86-*-coff | i[3456789]86-*-elf)
cb253473 3372 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3373 libgloss_dir=i386
671aa708 3374 ;;
f2a0e225 3375 i[3456789]86-*-linux*)
671aa708
NN
3376 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3377 # not build java stuff by default.
3378 case "${target}" in
3379 *-*-*libc1*)
cb253473 3380 noconfigdirs="$noconfigdirs ${libgcj}";;
671aa708
NN
3381 esac
3382
3383 # This section makes it possible to build newlib natively on linux.
3384 # If we are using a cross compiler then don't configure newlib.
3385 if test x${is_cross_compiler} != xno ; then
3aa83176 3386 noconfigdirs="$noconfigdirs target-newlib"
671aa708
NN
3387 fi
3388 noconfigdirs="$noconfigdirs target-libgloss"
3389 # If we are not using a cross compiler, do configure newlib.
3390 # Note however, that newlib will only be configured in this situation
3391 # if the --with-newlib option has been given, because otherwise
3392 # 'target-newlib' will appear in skipdirs.
3393 ;;
ef4c4300
KT
3394 i[3456789]86-w64-mingw*)
3395 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3396 ;;
3397 i[3456789]86-*-mingw*)
b91f0a41
CV
3398 target_configdirs="$target_configdirs target-winsup"
3399 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
1c710c3c 3400 ;;
95af8923 3401 x86_64-*-mingw*)
95af8923 3402 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
1c710c3c 3403 ;;
671aa708
NN
3404 *-*-cygwin*)
3405 target_configdirs="$target_configdirs target-libtermcap target-winsup"
449223af 3406 noconfigdirs="$noconfigdirs target-gperf target-libgloss"
801e2270 3407 # always build newlib if winsup directory is present.
b91f0a41 3408 if test -d "$srcdir/winsup/cygwin"; then
801e2270 3409 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ee6a22df 3410 elif test -d "$srcdir/newlib"; then
b91f0a41 3411 echo "Warning: winsup/cygwin is missing so newlib can't be built."
801e2270 3412 fi
1c710c3c 3413 ;;
ee6a22df
L
3414 i[3456789]86-moss-msdos | i[3456789]86-*-moss* | \
3415 i[3456789]86-*-uwin* | i[3456789]86-*-interix* )
ee6a22df 3416 ;;
f2a0e225 3417 i[3456789]86-*-pe)
ebb9f8b0 3418 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3419 ;;
f2a0e225 3420 i[3456789]86-*-sco3.2v5*)
671aa708
NN
3421 # The linker does not yet know about weak symbols in COFF,
3422 # and is not configured to handle mixed ELF and COFF.
cb253473 3423 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
671aa708 3424 ;;
f2a0e225 3425 i[3456789]86-*-sco*)
cb253473 3426 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708 3427 ;;
f2a0e225 3428 i[3456789]86-*-solaris2*)
671aa708
NN
3429 noconfigdirs="$noconfigdirs target-libgloss"
3430 ;;
f2a0e225 3431 i[3456789]86-*-sysv4*)
cb253473 3432 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708 3433 ;;
f2a0e225 3434 i[3456789]86-*-beos*)
cb253473 3435 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3aa83176 3436 ;;
d1f8db0c
PB
3437 i[3456789]86-*-rdos*)
3438 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3439 ;;
fb87ad5d 3440 m32r-*-*)
cb253473 3441 noconfigdirs="$noconfigdirs ${libgcj}"
fb87ad5d 3442 ;;
671aa708 3443 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
ebb9f8b0 3444 noconfigdirs="$noconfigdirs target-libiberty"
c03353e2 3445 libgloss_dir=m68hc11
671aa708
NN
3446 ;;
3447 m68k-*-elf*)
cb253473 3448 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3449 ;;
3450 m68k-*-coff*)
cb253473 3451 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708 3452 ;;
c03353e2
RIL
3453 m68*-*-* | fido-*-*)
3454 libgloss_dir=m68k
3455 ;;
671aa708 3456 mcore-*-pe*)
671aa708
NN
3457 ;;
3458 mmix-*-*)
4fab7234 3459 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
7f26dfa3 3460 unsupported_languages="$unsupported_languages fortran java"
671aa708
NN
3461 ;;
3462 mn10200-*-*)
cb253473 3463 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3464 ;;
3465 mn10300-*-*)
cb253473 3466 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708 3467 ;;
ab34901f 3468 mt-*-*)
79dd769c
AH
3469 noconfigdirs="$noconfigdirs sim"
3470 ;;
539b4d11
HS
3471 picochip-*-*)
3472 noconfigdirs="$noconfigdirs target-libiberty"
3473 ;;
671aa708
NN
3474 powerpc-*-aix*)
3475 # copied from rs6000-*-* entry
a891a473 3476 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
671aa708
NN
3477 ;;
3478 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
3479 target_configdirs="$target_configdirs target-winsup"
cb253473 3480 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
671aa708
NN
3481 # always build newlib.
3482 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3483 ;;
3484 # This is temporary until we can link against shared libraries
3485 powerpcle-*-solaris*)
cb253473 3486 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
c03353e2 3487 libgloss_dir=rs6000
671aa708
NN
3488 ;;
3489 powerpc-*-beos*)
cb253473 3490 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
671aa708 3491 ;;
671aa708 3492 powerpc-*-eabi)
cb253473 3493 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3494 libgloss_dir=rs6000
ee6a22df
L
3495 ;;
3496 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
c03353e2 3497 libgloss_dir=rs6000
671aa708 3498 ;;
671aa708 3499 rs6000-*-lynxos*)
cb253473 3500 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
671aa708
NN
3501 ;;
3502 rs6000-*-aix*)
a891a473 3503 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
671aa708
NN
3504 ;;
3505 rs6000-*-*)
cb253473 3506 noconfigdirs="$noconfigdirs gprof ${libgcj}"
671aa708
NN
3507 ;;
3508 m68k-apollo-*)
cb253473 3509 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
671aa708 3510 ;;
ca9fe997 3511 microblaze*)
80920132 3512 noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
ca9fe997 3513 ;;
d9dced13
RS
3514 mips*-sde-elf*)
3515 skipdirs="$skipdirs target-libiberty"
3516 noconfigdirs="$noconfigdirs ${libgcj}"
3517 if test x$with_newlib = xyes; then
3518 noconfigdirs="$noconfigdirs gprof"
3519 fi
3520 libgloss_dir=mips
3521 ;;
671aa708 3522 mips*-*-irix5*)
cb253473 3523 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708
NN
3524 ;;
3525 mips*-*-irix6*)
671aa708
NN
3526 # Linking libjava exceeds command-line length limits on at least
3527 # IRIX 6.2, but not on IRIX 6.5.
3528 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3529 # <oldham@codesourcery.com>
cb253473 3530 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708 3531 ;;
671aa708 3532 mips*-*-bsd*)
cb253473 3533 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708 3534 ;;
671aa708
NN
3535 mips*-*-linux*)
3536 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3537 ;;
3538 mips*-*-*)
cb253473 3539 noconfigdirs="$noconfigdirs gprof ${libgcj}"
c03353e2 3540 libgloss_dir=mips
671aa708
NN
3541 ;;
3542 romp-*-*)
cb253473 3543 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
671aa708 3544 ;;
669f01d8 3545 sh-*-* | sh64-*-*)
671aa708 3546 case "${host}" in
f2a0e225
KC
3547 i[3456789]86-*-vsta) ;; # don't add gprof back in
3548 i[3456789]86-*-go32*) ;; # don't add gprof back in
3549 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
671aa708
NN
3550 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3551 esac
ea2002ba
CB
3552 case "${target}" in
3553 sh*-*-elf)
3554 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3555 *)
3556 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3557 esac
671aa708 3558 ;;
c03353e2
RIL
3559 sparclet-*-aout* | sparc86x-*-*)
3560 libgloss_dir=sparc
3561 ;;
671aa708 3562 sparc-*-elf*)
cb253473 3563 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3564 ;;
3565 sparc64-*-elf*)
cb253473 3566 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3567 libgloss_dir=sparc
671aa708
NN
3568 ;;
3569 sparclite-*-*)
cb253473 3570 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3571 libgloss_dir=sparc
671aa708
NN
3572 ;;
3573 sparc-*-sunos4*)
cb253473 3574 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3575 if test x${is_cross_compiler} != xno ; then
3576 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3577 else
3578 use_gnu_ld=no
3579 fi
3580 ;;
bba5e0ca 3581 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
cb253473 3582 noconfigdirs="$noconfigdirs ${libgcj}"
bba5e0ca 3583 ;;
671aa708
NN
3584 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3585 ;;
b42f0d7e
JM
3586 tic6x-*-*)
3587 noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3588 ;;
671aa708 3589 v810-*-*)
cb253473 3590 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
671aa708 3591 ;;
223a9d64 3592 v850*-*-*)
d4c1abb3 3593 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3594 ;;
3595 vax-*-vms)
cb253473 3596 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
671aa708
NN
3597 ;;
3598 vax-*-*)
cb253473 3599 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
671aa708 3600 ;;
aa12a573 3601 xtensa*-*-*)
cb253473 3602 noconfigdirs="$noconfigdirs ${libgcj}"
0d4f1b4e 3603 ;;
671aa708 3604 ip2k-*-*)
cb253473 3605 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
671aa708 3606 ;;
416ac4d4 3607 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
671aa708
NN
3608 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3609 ;;
3610 *-*-lynxos*)
cb253473 3611 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1c710c3c 3612 ;;
671aa708 3613 *-*-*)
cb253473 3614 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3615 ;;
3616esac
79c06341 3617
671aa708
NN
3618# If we aren't building newlib, then don't build libgloss, since libgloss
3619# depends upon some newlib header files.
3620case "${noconfigdirs}" in
3621 *target-libgloss*) ;;
3622 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3623esac
3624
671aa708
NN
3625# Work in distributions that contain no compiler tools, like Autoconf.
3626tentative_cc=""
3627host_makefile_frag=/dev/null
3628if test -d ${srcdir}/config ; then
3629case "${host}" in
3630 m68k-hp-hpux*)
3631 # Avoid "too much defining" errors from HPUX compiler.
3632 tentative_cc="cc -Wp,-H256000"
3633 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
3634 # If it's HP/UX ar, this should be harmless.
3635 RANLIB="ar ts"
3636 ;;
3637 m68k-apollo-sysv*)
3638 tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
3639 ;;
3640 m68k-apollo-bsd*)
3641 #None of the Apollo compilers can compile gas or binutils. The preprocessor
3642 # chokes on bfd, the compiler won't let you assign integers to enums, and
3643 # other problems. Defining CC to gcc is a questionable way to say "don't use
3644 # the apollo compiler" (the preferred version of GCC could be called cc,
3645 # or whatever), but I'm not sure leaving CC as cc is any better...
3646 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
3647 # Used to have BISON=yacc.
3648 tentative_cc=gcc
3649 ;;
3650 m88k-dg-dgux*)
3651 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
671aa708
NN
3652 ;;
3653 m88k-harris-cxux*)
3654 # Under CX/UX, we want to tell the compiler to use ANSI mode.
3655 tentative_cc="cc -Xa"
3656 host_makefile_frag="config/mh-cxux"
3657 ;;
3658 m88k-motorola-sysv*)
3659 ;;
3660 mips*-dec-ultrix*)
3661 tentative_cc="cc -Wf,-XNg1000"
3662 host_makefile_frag="config/mh-decstation"
3663 ;;
3664 mips*-nec-sysv4*)
3665 # The C compiler on NEC MIPS SVR4 needs bigger tables.
3666 tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
3667 host_makefile_frag="config/mh-necv4"
3668 ;;
3669 mips*-sgi-irix4*)
3670 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
3671 # environment. Also bump switch table size so that cp-parse will
3672 # compile. Bump string length limit so linker builds.
3673 tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
3674 ;;
3675 mips*-*-sysv4*)
3676 host_makefile_frag="config/mh-sysv4"
3677 ;;
3678 mips*-*-sysv*)
3679 # This is for a MIPS running RISC/os 4.52C.
3680
3681 # This is needed for GDB, but needs to be in the top-level make because
3682 # if a library is compiled with the bsd headers and gets linked with the
3683 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
3684 # a different size).
3685 # ptrace(2) apparently has problems in the BSD environment. No workaround is
3686 # known except to select the sysv environment. Could we use /proc instead?
3687 # These "sysv environments" and "bsd environments" often end up being a pain.
3688 #
3689 # This is not part of CFLAGS because perhaps not all C compilers have this
3690 # option.
3691 tentative_cc="cc -systype sysv"
3692 ;;
3693 i370-ibm-opened*)
3694 tentative_cc="c89"
3695 ;;
f2a0e225 3696 i[3456789]86-*-sysv5*)
671aa708
NN
3697 host_makefile_frag="config/mh-sysv5"
3698 ;;
f2a0e225 3699 i[3456789]86-*-dgux*)
671aa708
NN
3700 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
3701 host_makefile_frag="config/mh-dgux386"
3702 ;;
f2a0e225 3703 i[3456789]86-ncr-sysv4.3*)
671aa708
NN
3704 # The MetaWare compiler will generate a copyright message unless you
3705 # turn it off by adding the -Hnocopyr flag.
3706 tentative_cc="cc -Hnocopyr"
3707 ;;
f2a0e225 3708 i[3456789]86-ncr-sysv4*)
671aa708
NN
3709 # for an NCR 3000 (i486/SVR4) system.
3710 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
3711 # This compiler not only emits obnoxious copyright messages every time
3712 # you run it, but it chokes and dies on a whole bunch of GNU source
3713 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
3714 tentative_cc="/usr/ccs/ATT/cc"
3715 host_makefile_frag="config/mh-ncr3000"
3716 ;;
f2a0e225 3717 i[3456789]86-*-sco3.2v5*)
671aa708 3718 ;;
f2a0e225 3719 i[3456789]86-*-sco*)
671aa708
NN
3720 # The native C compiler botches some simple uses of const. Unfortunately,
3721 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
3722 tentative_cc="cc -Dconst="
3723 host_makefile_frag="config/mh-sco"
3724 ;;
f2a0e225 3725 i[3456789]86-*-udk*)
671aa708
NN
3726 host_makefile_frag="config/mh-sysv5"
3727 ;;
f2a0e225 3728 i[3456789]86-*-solaris2*)
671aa708
NN
3729 host_makefile_frag="config/mh-sysv4"
3730 ;;
f2a0e225 3731 i[3456789]86-*-msdosdjgpp*)
671aa708
NN
3732 host_makefile_frag="config/mh-djgpp"
3733 ;;
3734 *-cygwin*)
2a79c47f 3735
5213506e
RW
3736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3737$as_echo_n "checking to see if cat works as expected... " >&6; }
2a79c47f 3738echo a >cygwin-cat-check
e25a8c82 3739if test `cat cygwin-cat-check` = a ; then
2a79c47f 3740 rm cygwin-cat-check
5213506e
RW
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3742$as_echo "yes" >&6; }
2a79c47f
NC
3743else
3744 rm cygwin-cat-check
5213506e
RW
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3746$as_echo "no" >&6; }
3747 as_fn_error "The cat command does not ignore carriage return characters.
2a79c47f
NC
3748 Please either mount the build directory in binary mode or run the following
3749 commands before running any configure script:
3750set -o igncr
3751export SHELLOPTS
5213506e 3752 " "$LINENO" 5
2a79c47f
NC
3753fi
3754
671aa708
NN
3755 host_makefile_frag="config/mh-cygwin"
3756 ;;
c53a18d3 3757 *-mingw*)
1f5a6b84 3758 host_makefile_frag="config/mh-mingw"
95af8923 3759 ;;
671aa708
NN
3760 *-interix*)
3761 host_makefile_frag="config/mh-interix"
3762 ;;
3763 vax-*-ultrix2*)
3764 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
3765 tentative_cc=gcc
3766 ;;
3767 *-*-solaris2*)
3768 host_makefile_frag="config/mh-solaris"
3769 ;;
3770 m68k-sun-sunos*)
3771 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
3772 # without overflowing the jump tables (-J says to use a 32 bit table)
3773 tentative_cc="cc -J"
3774 ;;
efd41714 3775 hppa*-hp-hpux10*)
671aa708 3776 tentative_cc="cc -Wp,-H256000"
efd41714 3777 host_makefile_frag="config/mh-pa-hpux10"
671aa708 3778 ;;
efd41714
PB
3779 hppa*-hp-hpux* | hppa*-*-hiux*)
3780 tentative_cc="cc -Wp,-H256000"
3781 host_makefile_frag="config/mh-pa"
3782 ;;
3783 hppa*-*)
3784 host_makefile_frag="config/mh-pa"
3785 ;;
3786 *-hp-hpux* | *-*-hiux*)
671aa708
NN
3787 tentative_cc="cc -Wp,-H256000"
3788 ;;
3789 rs6000-*-lynxos*)
3790 # /bin/cc is less than useful for our purposes. Always use GCC
3791 tentative_cc="/usr/cygnus/progressive/bin/gcc"
3792 host_makefile_frag="config/mh-lynxrs6k"
3793 ;;
d8ed14ce
IS
3794 *-*-darwin*)
3795 host_makefile_frag="config/mh-darwin"
be8fff81 3796 ;;
d19bca38
PB
3797 powerpc-*-aix*)
3798 host_makefile_frag="config/mh-ppc-aix"
3799 ;;
3800 rs6000-*-aix*)
3801 host_makefile_frag="config/mh-ppc-aix"
3802 ;;
671aa708
NN
3803 *-*-lynxos*)
3804 # /bin/cc is less than useful for our purposes. Always use GCC
3805 tentative_cc="/bin/gcc"
3806 ;;
3807 *-*-sysv4*)
3808 host_makefile_frag="config/mh-sysv4"
3809 ;;
95c53c62
RS
3810 # This is placed last to prevent interfering with the cases above.
3811 i[3456789]86-*-*)
3812 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
3813 host_makefile_frag="config/mh-x86omitfp"
3814 ;;
671aa708
NN
3815esac
3816fi
3817
55ffb5ed
NN
3818# If we aren't going to be using gcc, see if we can extract a definition
3819# of CC from the fragment.
3820# Actually, use the 'pre-extracted' version above.
3821if test -z "${CC}" && test "${build}" = "${host}" ; then
3822 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
3823 found=
3824 for dir in $PATH; do
3825 test -z "$dir" && dir=.
3826 if test -f $dir/gcc; then
3827 found=yes
3828 break
3829 fi
3830 done
3831 IFS="$save_ifs"
3832 if test -z "${found}" && test -n "${tentative_cc}" ; then
3833 CC=$tentative_cc
3834 fi
3835fi
3836
3837if test "${build}" != "${host}" ; then
0999159b
PB
3838 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3839 AS_FOR_BUILD=${AS_FOR_BUILD-as}
55ffb5ed 3840 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
0999159b
PB
3841 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3842 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3843 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
632e2a07 3844 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
0999159b
PB
3845 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3846 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3847 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3848 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3849 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3850 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3851else
3852 AR_FOR_BUILD="\$(AR)"
3853 AS_FOR_BUILD="\$(AS)"
fb0103e5 3854 CC_FOR_BUILD="\$(CC)"
0999159b
PB
3855 CXX_FOR_BUILD="\$(CXX)"
3856 GCJ_FOR_BUILD="\$(GCJ)"
3857 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
632e2a07 3858 GOC_FOR_BUILD="\$(GOC)"
0999159b
PB
3859 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3860 LD_FOR_BUILD="\$(LD)"
3861 NM_FOR_BUILD="\$(NM)"
3862 RANLIB_FOR_BUILD="\$(RANLIB)"
3863 WINDRES_FOR_BUILD="\$(WINDRES)"
3864 WINDMC_FOR_BUILD="\$(WINDMC)"
c3a86da9
DJ
3865fi
3866
3867ac_ext=c
1c710c3c
DJ
3868ac_cpp='$CPP $CPPFLAGS'
3869ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3870ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3871ac_compiler_gnu=$ac_cv_c_compiler_gnu
3872if test -n "$ac_tool_prefix"; then
3873 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3874set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
3875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3876$as_echo_n "checking for $ac_word... " >&6; }
3877if test "${ac_cv_prog_CC+set}" = set; then :
3878 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3879else
3880 if test -n "$CC"; then
3881 ac_cv_prog_CC="$CC" # Let the user override the test.
3882else
3883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3884for as_dir in $PATH
3885do
3886 IFS=$as_save_IFS
3887 test -z "$as_dir" && as_dir=.
5213506e
RW
3888 for ac_exec_ext in '' $ac_executable_extensions; do
3889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3890 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 3891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3892 break 2
3893 fi
3894done
5213506e
RW
3895 done
3896IFS=$as_save_IFS
1c710c3c
DJ
3897
3898fi
3899fi
3900CC=$ac_cv_prog_CC
3901if test -n "$CC"; then
5213506e
RW
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3903$as_echo "$CC" >&6; }
1c710c3c 3904else
5213506e
RW
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3906$as_echo "no" >&6; }
1c710c3c
DJ
3907fi
3908
5213506e 3909
1c710c3c
DJ
3910fi
3911if test -z "$ac_cv_prog_CC"; then
3912 ac_ct_CC=$CC
fb0103e5
RG
3913 # Extract the first word of "gcc", so it can be a program name with args.
3914set dummy gcc; ac_word=$2
5213506e
RW
3915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3916$as_echo_n "checking for $ac_word... " >&6; }
3917if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3918 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3919else
3920 if test -n "$ac_ct_CC"; then
3921 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3922else
3923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3924for as_dir in $PATH
3925do
3926 IFS=$as_save_IFS
3927 test -z "$as_dir" && as_dir=.
5213506e
RW
3928 for ac_exec_ext in '' $ac_executable_extensions; do
3929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3930 ac_cv_prog_ac_ct_CC="gcc"
5213506e 3931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3932 break 2
3933 fi
3934done
5213506e
RW
3935 done
3936IFS=$as_save_IFS
1c710c3c
DJ
3937
3938fi
3939fi
3940ac_ct_CC=$ac_cv_prog_ac_ct_CC
3941if test -n "$ac_ct_CC"; then
5213506e
RW
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3943$as_echo "$ac_ct_CC" >&6; }
1c710c3c 3944else
5213506e
RW
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3946$as_echo "no" >&6; }
1c710c3c
DJ
3947fi
3948
5213506e
RW
3949 if test "x$ac_ct_CC" = x; then
3950 CC=""
3951 else
3952 case $cross_compiling:$ac_tool_warned in
3953yes:)
3954{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3955$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3956ac_tool_warned=yes ;;
3957esac
3958 CC=$ac_ct_CC
3959 fi
1c710c3c
DJ
3960else
3961 CC="$ac_cv_prog_CC"
3962fi
3963
3964if test -z "$CC"; then
5213506e
RW
3965 if test -n "$ac_tool_prefix"; then
3966 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1c710c3c 3967set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
3968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3969$as_echo_n "checking for $ac_word... " >&6; }
3970if test "${ac_cv_prog_CC+set}" = set; then :
3971 $as_echo_n "(cached) " >&6
55ffb5ed
NN
3972else
3973 if test -n "$CC"; then
3974 ac_cv_prog_CC="$CC" # Let the user override the test.
3975else
1c710c3c
DJ
3976as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3977for as_dir in $PATH
3978do
3979 IFS=$as_save_IFS
3980 test -z "$as_dir" && as_dir=.
5213506e
RW
3981 for ac_exec_ext in '' $ac_executable_extensions; do
3982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3983 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 3984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3985 break 2
3986 fi
3987done
5213506e
RW
3988 done
3989IFS=$as_save_IFS
1c710c3c 3990
0b0dc272 3991fi
0b0dc272 3992fi
1c710c3c 3993CC=$ac_cv_prog_CC
af71363e 3994if test -n "$CC"; then
5213506e
RW
3995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3996$as_echo "$CC" >&6; }
2aeb72e9 3997else
5213506e
RW
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3999$as_echo "no" >&6; }
2aeb72e9
DD
4000fi
4001
2aeb72e9 4002
5213506e 4003 fi
1c710c3c 4004fi
55ffb5ed
NN
4005if test -z "$CC"; then
4006 # Extract the first word of "cc", so it can be a program name with args.
4007set dummy cc; ac_word=$2
5213506e
RW
4008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4009$as_echo_n "checking for $ac_word... " >&6; }
4010if test "${ac_cv_prog_CC+set}" = set; then :
4011 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4012else
4013 if test -n "$CC"; then
4014 ac_cv_prog_CC="$CC" # Let the user override the test.
4015else
0b0dc272 4016 ac_prog_rejected=no
1c710c3c
DJ
4017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4018for as_dir in $PATH
4019do
4020 IFS=$as_save_IFS
4021 test -z "$as_dir" && as_dir=.
5213506e
RW
4022 for ac_exec_ext in '' $ac_executable_extensions; do
4023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c
DJ
4024 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4025 ac_prog_rejected=yes
4026 continue
4027 fi
4028 ac_cv_prog_CC="cc"
5213506e 4029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4030 break 2
4031 fi
4032done
5213506e
RW
4033 done
4034IFS=$as_save_IFS
1c710c3c 4035
55ffb5ed
NN
4036if test $ac_prog_rejected = yes; then
4037 # We found a bogon in the path, so make sure we never use it.
4038 set dummy $ac_cv_prog_CC
4039 shift
1c710c3c 4040 if test $# != 0; then
55ffb5ed
NN
4041 # We chose a different compiler from the bogus one.
4042 # However, it has the same basename, so the bogon will be chosen
4043 # first if we set CC to just the basename; use the full file name.
4044 shift
1c710c3c 4045 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
55ffb5ed
NN
4046 fi
4047fi
4048fi
4049fi
1c710c3c 4050CC=$ac_cv_prog_CC
55ffb5ed 4051if test -n "$CC"; then
5213506e
RW
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4053$as_echo "$CC" >&6; }
55ffb5ed 4054else
5213506e
RW
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4056$as_echo "no" >&6; }
55ffb5ed
NN
4057fi
4058
5213506e 4059
1c710c3c
DJ
4060fi
4061if test -z "$CC"; then
4062 if test -n "$ac_tool_prefix"; then
5213506e 4063 for ac_prog in cl.exe
1c710c3c
DJ
4064 do
4065 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4066set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4068$as_echo_n "checking for $ac_word... " >&6; }
4069if test "${ac_cv_prog_CC+set}" = set; then :
4070 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4071else
4072 if test -n "$CC"; then
4073 ac_cv_prog_CC="$CC" # Let the user override the test.
4074else
1c710c3c
DJ
4075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4076for as_dir in $PATH
4077do
4078 IFS=$as_save_IFS
4079 test -z "$as_dir" && as_dir=.
5213506e
RW
4080 for ac_exec_ext in '' $ac_executable_extensions; do
4081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4082 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 4083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4084 break 2
4085 fi
4086done
5213506e
RW
4087 done
4088IFS=$as_save_IFS
1c710c3c 4089
55ffb5ed
NN
4090fi
4091fi
1c710c3c 4092CC=$ac_cv_prog_CC
55ffb5ed 4093if test -n "$CC"; then
5213506e
RW
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4095$as_echo "$CC" >&6; }
a4b9e93e 4096else
5213506e
RW
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4098$as_echo "no" >&6; }
fb0103e5 4099fi
af71363e 4100
5213506e 4101
1c710c3c
DJ
4102 test -n "$CC" && break
4103 done
af71363e 4104fi
1c710c3c
DJ
4105if test -z "$CC"; then
4106 ac_ct_CC=$CC
5213506e 4107 for ac_prog in cl.exe
1c710c3c
DJ
4108do
4109 # Extract the first word of "$ac_prog", so it can be a program name with args.
4110set dummy $ac_prog; ac_word=$2
5213506e
RW
4111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4112$as_echo_n "checking for $ac_word... " >&6; }
4113if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4114 $as_echo_n "(cached) " >&6
0b0dc272 4115else
1c710c3c
DJ
4116 if test -n "$ac_ct_CC"; then
4117 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
0b0dc272 4118else
1c710c3c
DJ
4119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4120for as_dir in $PATH
4121do
4122 IFS=$as_save_IFS
4123 test -z "$as_dir" && as_dir=.
5213506e
RW
4124 for ac_exec_ext in '' $ac_executable_extensions; do
4125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4126 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 4127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4128 break 2
4129 fi
4130done
5213506e
RW
4131 done
4132IFS=$as_save_IFS
1c710c3c 4133
af71363e
AS
4134fi
4135fi
1c710c3c
DJ
4136ac_ct_CC=$ac_cv_prog_ac_ct_CC
4137if test -n "$ac_ct_CC"; then
5213506e
RW
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4139$as_echo "$ac_ct_CC" >&6; }
fb0103e5 4140else
5213506e
RW
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4142$as_echo "no" >&6; }
af71363e 4143fi
0b0dc272 4144
5213506e 4145
1c710c3c
DJ
4146 test -n "$ac_ct_CC" && break
4147done
4148
5213506e
RW
4149 if test "x$ac_ct_CC" = x; then
4150 CC=""
4151 else
4152 case $cross_compiling:$ac_tool_warned in
4153yes:)
4154{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4155$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4156ac_tool_warned=yes ;;
4157esac
4158 CC=$ac_ct_CC
4159 fi
1c710c3c
DJ
4160fi
4161
4162fi
4163
4164
5213506e
RW
4165test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4166$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4167as_fn_error "no acceptable C compiler found in \$PATH
4168See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4169
4170# Provide some information about the compiler.
5213506e
RW
4171$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4172set X $ac_compile
4173ac_compiler=$2
4174for ac_option in --version -v -V -qversion; do
4175 { { ac_try="$ac_compiler $ac_option >&5"
4176case "(($ac_try" in
4177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4178 *) ac_try_echo=$ac_try;;
4179esac
4180eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4181$as_echo "$ac_try_echo"; } >&5
4182 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1c710c3c 4183 ac_status=$?
5213506e
RW
4184 if test -s conftest.err; then
4185 sed '10a\
4186... rest of stderr output deleted ...
4187 10q' conftest.err >conftest.er1
4188 cat conftest.er1 >&5
4189 rm -f conftest.er1 conftest.err
4190 fi
4191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4192 test $ac_status = 0; }
4193done
1c710c3c 4194
5213506e 4195cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4196/* end confdefs.h. */
4197
4198int
4199main ()
4200{
4201
4202 ;
4203 return 0;
4204}
4205_ACEOF
4206ac_clean_files_save=$ac_clean_files
5213506e 4207ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
1c710c3c
DJ
4208# Try to create an executable without -o first, disregard a.out.
4209# It will help us diagnose broken compilers, and finding out an intuition
4210# of exeext.
5213506e
RW
4211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4212$as_echo_n "checking for C compiler default output file name... " >&6; }
4213ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4214
4215# The possible output files:
4216ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4217
4218ac_rmfiles=
4219for ac_file in $ac_files
4220do
4221 case $ac_file in
4222 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4223 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4224 esac
4225done
4226rm -f $ac_rmfiles
4227
4228if { { ac_try="$ac_link_default"
4229case "(($ac_try" in
4230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4231 *) ac_try_echo=$ac_try;;
4232esac
4233eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4234$as_echo "$ac_try_echo"; } >&5
4235 (eval "$ac_link_default") 2>&5
1c710c3c 4236 ac_status=$?
5213506e
RW
4237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4238 test $ac_status = 0; }; then :
4239 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4240# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4241# in a Makefile. We should not override ac_cv_exeext if it was cached,
4242# so that the user can short-circuit this test for compilers unknown to
4243# Autoconf.
4244for ac_file in $ac_files ''
1c710c3c
DJ
4245do
4246 test -f "$ac_file" || continue
4247 case $ac_file in
5213506e 4248 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
1c710c3c
DJ
4249 ;;
4250 [ab].out )
4251 # We found the default executable, but exeext='' is most
4252 # certainly right.
4253 break;;
4254 *.* )
5213506e
RW
4255 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4256 then :; else
4257 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4258 fi
4259 # We set ac_cv_exeext here because the later test for it is not
4260 # safe: cross compilers may not add the suffix if given an `-o'
4261 # argument, so we may need to know it at that point already.
4262 # Even if this section looks crufty: it has the advantage of
4263 # actually working.
1c710c3c
DJ
4264 break;;
4265 * )
4266 break;;
4267 esac
4268done
5213506e
RW
4269test "$ac_cv_exeext" = no && ac_cv_exeext=
4270
1c710c3c 4271else
5213506e
RW
4272 ac_file=''
4273fi
4274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4275$as_echo "$ac_file" >&6; }
4276if test -z "$ac_file"; then :
4277 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4278sed 's/^/| /' conftest.$ac_ext >&5
4279
5213506e
RW
4280{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4281$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4282{ as_fn_set_status 77
4283as_fn_error "C compiler cannot create executables
4284See \`config.log' for more details." "$LINENO" 5; }; }
1c710c3c 4285fi
1c710c3c 4286ac_exeext=$ac_cv_exeext
1c710c3c 4287
5213506e 4288# Check that the compiler produces executables we can run. If not, either
1c710c3c 4289# the compiler is broken, or we cross compile.
5213506e
RW
4290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4291$as_echo_n "checking whether the C compiler works... " >&6; }
1c710c3c
DJ
4292# If not cross compiling, check that we can run a simple program.
4293if test "$cross_compiling" != yes; then
4294 if { ac_try='./$ac_file'
5213506e
RW
4295 { { case "(($ac_try" in
4296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4297 *) ac_try_echo=$ac_try;;
4298esac
4299eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4300$as_echo "$ac_try_echo"; } >&5
4301 (eval "$ac_try") 2>&5
1c710c3c 4302 ac_status=$?
5213506e
RW
4303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4304 test $ac_status = 0; }; }; then
1c710c3c
DJ
4305 cross_compiling=no
4306 else
4307 if test "$cross_compiling" = maybe; then
4308 cross_compiling=yes
4309 else
5213506e
RW
4310 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4311$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4312as_fn_error "cannot run C compiled programs.
1c710c3c 4313If you meant to cross compile, use \`--host'.
5213506e 4314See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4315 fi
4316 fi
4317fi
5213506e
RW
4318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4319$as_echo "yes" >&6; }
1c710c3c 4320
5213506e 4321rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
1c710c3c 4322ac_clean_files=$ac_clean_files_save
5213506e 4323# Check that the compiler produces executables we can run. If not, either
1c710c3c 4324# the compiler is broken, or we cross compile.
5213506e
RW
4325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4326$as_echo_n "checking whether we are cross compiling... " >&6; }
4327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4328$as_echo "$cross_compiling" >&6; }
4329
4330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4331$as_echo_n "checking for suffix of executables... " >&6; }
4332if { { ac_try="$ac_link"
4333case "(($ac_try" in
4334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4335 *) ac_try_echo=$ac_try;;
4336esac
4337eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4338$as_echo "$ac_try_echo"; } >&5
4339 (eval "$ac_link") 2>&5
1c710c3c 4340 ac_status=$?
5213506e
RW
4341 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4342 test $ac_status = 0; }; then :
1c710c3c
DJ
4343 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4344# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4345# work properly (i.e., refer to `conftest.exe'), while it won't with
4346# `rm'.
4347for ac_file in conftest.exe conftest conftest.*; do
4348 test -f "$ac_file" || continue
4349 case $ac_file in
5213506e 4350 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1c710c3c 4351 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1c710c3c
DJ
4352 break;;
4353 * ) break;;
4354 esac
4355done
af71363e 4356else
5213506e
RW
4357 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4358$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4359as_fn_error "cannot compute suffix of executables: cannot compile and link
4360See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4361fi
1c710c3c 4362rm -f conftest$ac_cv_exeext
5213506e
RW
4363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4364$as_echo "$ac_cv_exeext" >&6; }
1c710c3c
DJ
4365
4366rm -f conftest.$ac_ext
4367EXEEXT=$ac_cv_exeext
4368ac_exeext=$EXEEXT
5213506e
RW
4369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4370$as_echo_n "checking for suffix of object files... " >&6; }
4371if test "${ac_cv_objext+set}" = set; then :
4372 $as_echo_n "(cached) " >&6
1c710c3c 4373else
5213506e 4374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4375/* end confdefs.h. */
4376
4377int
4378main ()
4379{
4380
4381 ;
4382 return 0;
4383}
4384_ACEOF
4385rm -f conftest.o conftest.obj
5213506e
RW
4386if { { ac_try="$ac_compile"
4387case "(($ac_try" in
4388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4389 *) ac_try_echo=$ac_try;;
4390esac
4391eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4392$as_echo "$ac_try_echo"; } >&5
4393 (eval "$ac_compile") 2>&5
1c710c3c 4394 ac_status=$?
5213506e
RW
4395 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4396 test $ac_status = 0; }; then :
4397 for ac_file in conftest.o conftest.obj conftest.*; do
4398 test -f "$ac_file" || continue;
1c710c3c 4399 case $ac_file in
5213506e 4400 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
1c710c3c
DJ
4401 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4402 break;;
4403 esac
4404done
4405else
5213506e 4406 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4407sed 's/^/| /' conftest.$ac_ext >&5
4408
5213506e
RW
4409{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4410$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4411as_fn_error "cannot compute suffix of object files: cannot compile
4412See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4413fi
1c710c3c
DJ
4414rm -f conftest.$ac_cv_objext conftest.$ac_ext
4415fi
5213506e
RW
4416{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4417$as_echo "$ac_cv_objext" >&6; }
1c710c3c
DJ
4418OBJEXT=$ac_cv_objext
4419ac_objext=$OBJEXT
5213506e
RW
4420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4421$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4422if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4423 $as_echo_n "(cached) " >&6
1c710c3c 4424else
5213506e 4425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4426/* end confdefs.h. */
4427
4428int
4429main ()
4430{
4431#ifndef __GNUC__
4432 choke me
4433#endif
4434
4435 ;
4436 return 0;
4437}
4438_ACEOF
5213506e 4439if ac_fn_c_try_compile "$LINENO"; then :
1c710c3c
DJ
4440 ac_compiler_gnu=yes
4441else
5213506e 4442 ac_compiler_gnu=no
1c710c3c 4443fi
5213506e 4444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c
DJ
4445ac_cv_c_compiler_gnu=$ac_compiler_gnu
4446
4447fi
5213506e
RW
4448{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4449$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4450if test $ac_compiler_gnu = yes; then
4451 GCC=yes
4452else
4453 GCC=
4454fi
1c710c3c
DJ
4455ac_test_CFLAGS=${CFLAGS+set}
4456ac_save_CFLAGS=$CFLAGS
5213506e
RW
4457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4458$as_echo_n "checking whether $CC accepts -g... " >&6; }
4459if test "${ac_cv_prog_cc_g+set}" = set; then :
4460 $as_echo_n "(cached) " >&6
4461else
4462 ac_save_c_werror_flag=$ac_c_werror_flag
4463 ac_c_werror_flag=yes
4464 ac_cv_prog_cc_g=no
4465 CFLAGS="-g"
4466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4467/* end confdefs.h. */
4468
4469int
4470main ()
4471{
4472
4473 ;
4474 return 0;
4475}
4476_ACEOF
5213506e 4477if ac_fn_c_try_compile "$LINENO"; then :
55ffb5ed
NN
4478 ac_cv_prog_cc_g=yes
4479else
5213506e
RW
4480 CFLAGS=""
4481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4482/* end confdefs.h. */
4483
4484int
4485main ()
4486{
4487
4488 ;
4489 return 0;
4490}
4491_ACEOF
4492if ac_fn_c_try_compile "$LINENO"; then :
4493
4494else
4495 ac_c_werror_flag=$ac_save_c_werror_flag
4496 CFLAGS="-g"
4497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4498/* end confdefs.h. */
af71363e 4499
5213506e
RW
4500int
4501main ()
4502{
4503
4504 ;
4505 return 0;
4506}
4507_ACEOF
4508if ac_fn_c_try_compile "$LINENO"; then :
4509 ac_cv_prog_cc_g=yes
4510fi
4511rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b0dc272 4512fi
5213506e 4513rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 4514fi
5213506e
RW
4515rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4516 ac_c_werror_flag=$ac_save_c_werror_flag
4517fi
4518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4519$as_echo "$ac_cv_prog_cc_g" >&6; }
55ffb5ed 4520if test "$ac_test_CFLAGS" = set; then
1c710c3c 4521 CFLAGS=$ac_save_CFLAGS
55ffb5ed
NN
4522elif test $ac_cv_prog_cc_g = yes; then
4523 if test "$GCC" = yes; then
4524 CFLAGS="-g -O2"
4525 else
4526 CFLAGS="-g"
4527 fi
4528else
4529 if test "$GCC" = yes; then
4530 CFLAGS="-O2"
4531 else
4532 CFLAGS=
4533 fi
4534fi
5213506e
RW
4535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4536$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4537if test "${ac_cv_prog_cc_c89+set}" = set; then :
4538 $as_echo_n "(cached) " >&6
1c710c3c 4539else
5213506e 4540 ac_cv_prog_cc_c89=no
1c710c3c 4541ac_save_CC=$CC
5213506e 4542cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4543/* end confdefs.h. */
4544#include <stdarg.h>
4545#include <stdio.h>
4546#include <sys/types.h>
4547#include <sys/stat.h>
4548/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4549struct buf { int x; };
4550FILE * (*rcsopen) (struct buf *, struct stat *, int);
4551static char *e (p, i)
4552 char **p;
4553 int i;
4554{
4555 return p[i];
4556}
4557static char *f (char * (*g) (char **, int), char **p, ...)
4558{
4559 char *s;
4560 va_list v;
4561 va_start (v,p);
4562 s = g (p, va_arg (v,int));
4563 va_end (v);
4564 return s;
4565}
4566
4567/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4568 function prototypes and stuff, but not '\xHH' hex character constants.
4569 These don't provoke an error unfortunately, instead are silently treated
5213506e 4570 as 'x'. The following induces an error, until -std is added to get
1c710c3c
DJ
4571 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4572 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 4573 that's true only with -std. */
1c710c3c
DJ
4574int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4575
5213506e
RW
4576/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4577 inside strings and character constants. */
4578#define FOO(x) 'x'
4579int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4580
1c710c3c
DJ
4581int test (int i, double x);
4582struct s1 {int (*f) (int a);};
4583struct s2 {int (*f) (double a);};
4584int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4585int argc;
4586char **argv;
4587int
4588main ()
4589{
4590return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4591 ;
4592 return 0;
4593}
4594_ACEOF
5213506e
RW
4595for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4596 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1c710c3c
DJ
4597do
4598 CC="$ac_save_CC $ac_arg"
5213506e
RW
4599 if ac_fn_c_try_compile "$LINENO"; then :
4600 ac_cv_prog_cc_c89=$ac_arg
1c710c3c 4601fi
5213506e
RW
4602rm -f core conftest.err conftest.$ac_objext
4603 test "x$ac_cv_prog_cc_c89" != "xno" && break
1c710c3c 4604done
5213506e 4605rm -f conftest.$ac_ext
1c710c3c
DJ
4606CC=$ac_save_CC
4607
4608fi
5213506e
RW
4609# AC_CACHE_VAL
4610case "x$ac_cv_prog_cc_c89" in
4611 x)
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4613$as_echo "none needed" >&6; } ;;
4614 xno)
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4616$as_echo "unsupported" >&6; } ;;
1c710c3c 4617 *)
5213506e
RW
4618 CC="$CC $ac_cv_prog_cc_c89"
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4620$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1c710c3c 4621esac
5213506e 4622if test "x$ac_cv_prog_cc_c89" != xno; then :
1c710c3c 4623
2aeb72e9
DD
4624fi
4625
2aeb72e9
DD
4626ac_ext=c
4627ac_cpp='$CPP $CPPFLAGS'
4628ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4629ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4630ac_compiler_gnu=$ac_cv_c_compiler_gnu
4631
5213506e 4632ac_ext=cpp
2aeb72e9
DD
4633ac_cpp='$CXXCPP $CPPFLAGS'
4634ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4635ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4636ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5213506e
RW
4637if test -z "$CXX"; then
4638 if test -n "$CCC"; then
4639 CXX=$CCC
4640 else
4641 if test -n "$ac_tool_prefix"; then
4642 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2aeb72e9
DD
4643 do
4644 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4645set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4647$as_echo_n "checking for $ac_word... " >&6; }
4648if test "${ac_cv_prog_CXX+set}" = set; then :
4649 $as_echo_n "(cached) " >&6
2aeb72e9
DD
4650else
4651 if test -n "$CXX"; then
4652 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4653else
4654as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4655for as_dir in $PATH
4656do
4657 IFS=$as_save_IFS
4658 test -z "$as_dir" && as_dir=.
5213506e
RW
4659 for ac_exec_ext in '' $ac_executable_extensions; do
4660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2aeb72e9 4661 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5213506e 4662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2aeb72e9
DD
4663 break 2
4664 fi
4665done
5213506e
RW
4666 done
4667IFS=$as_save_IFS
55ffb5ed 4668
c3a86da9
DJ
4669fi
4670fi
4671CXX=$ac_cv_prog_CXX
4672if test -n "$CXX"; then
5213506e
RW
4673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4674$as_echo "$CXX" >&6; }
c3a86da9 4675else
5213506e
RW
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4677$as_echo "no" >&6; }
c3a86da9
DJ
4678fi
4679
5213506e 4680
c3a86da9
DJ
4681 test -n "$CXX" && break
4682 done
4683fi
4684if test -z "$CXX"; then
4685 ac_ct_CXX=$CXX
5213506e 4686 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
c3a86da9
DJ
4687do
4688 # Extract the first word of "$ac_prog", so it can be a program name with args.
4689set dummy $ac_prog; ac_word=$2
5213506e
RW
4690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4691$as_echo_n "checking for $ac_word... " >&6; }
4692if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4693 $as_echo_n "(cached) " >&6
c3a86da9
DJ
4694else
4695 if test -n "$ac_ct_CXX"; then
4696 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4697else
4698as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4699for as_dir in $PATH
4700do
4701 IFS=$as_save_IFS
4702 test -z "$as_dir" && as_dir=.
5213506e
RW
4703 for ac_exec_ext in '' $ac_executable_extensions; do
4704 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c3a86da9 4705 ac_cv_prog_ac_ct_CXX="$ac_prog"
5213506e 4706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c3a86da9
DJ
4707 break 2
4708 fi
4709done
5213506e
RW
4710 done
4711IFS=$as_save_IFS
c3a86da9
DJ
4712
4713fi
4714fi
4715ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4716if test -n "$ac_ct_CXX"; then
5213506e
RW
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4718$as_echo "$ac_ct_CXX" >&6; }
c3a86da9 4719else
5213506e
RW
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4721$as_echo "no" >&6; }
c3a86da9
DJ
4722fi
4723
5213506e 4724
c3a86da9
DJ
4725 test -n "$ac_ct_CXX" && break
4726done
c3a86da9 4727
5213506e
RW
4728 if test "x$ac_ct_CXX" = x; then
4729 CXX="g++"
4730 else
4731 case $cross_compiling:$ac_tool_warned in
4732yes:)
4733{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4734$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4735ac_tool_warned=yes ;;
4736esac
4737 CXX=$ac_ct_CXX
4738 fi
c3a86da9
DJ
4739fi
4740
5213506e
RW
4741 fi
4742fi
c3a86da9 4743# Provide some information about the compiler.
5213506e
RW
4744$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4745set X $ac_compile
4746ac_compiler=$2
4747for ac_option in --version -v -V -qversion; do
4748 { { ac_try="$ac_compiler $ac_option >&5"
4749case "(($ac_try" in
4750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4751 *) ac_try_echo=$ac_try;;
4752esac
4753eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4754$as_echo "$ac_try_echo"; } >&5
4755 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c3a86da9 4756 ac_status=$?
5213506e
RW
4757 if test -s conftest.err; then
4758 sed '10a\
4759... rest of stderr output deleted ...
4760 10q' conftest.err >conftest.er1
4761 cat conftest.er1 >&5
4762 rm -f conftest.er1 conftest.err
4763 fi
4764 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4765 test $ac_status = 0; }
4766done
c3a86da9 4767
5213506e
RW
4768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4769$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4770if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4771 $as_echo_n "(cached) " >&6
c3a86da9 4772else
5213506e 4773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4774/* end confdefs.h. */
4775
4776int
4777main ()
4778{
4779#ifndef __GNUC__
4780 choke me
4781#endif
4782
4783 ;
4784 return 0;
4785}
4786_ACEOF
5213506e 4787if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4788 ac_compiler_gnu=yes
4789else
5213506e 4790 ac_compiler_gnu=no
c3a86da9 4791fi
5213506e 4792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c3a86da9
DJ
4793ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4794
4795fi
5213506e
RW
4796{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4797$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4798if test $ac_compiler_gnu = yes; then
4799 GXX=yes
4800else
4801 GXX=
4802fi
c3a86da9
DJ
4803ac_test_CXXFLAGS=${CXXFLAGS+set}
4804ac_save_CXXFLAGS=$CXXFLAGS
5213506e
RW
4805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4806$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4807if test "${ac_cv_prog_cxx_g+set}" = set; then :
4808 $as_echo_n "(cached) " >&6
4809else
4810 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4811 ac_cxx_werror_flag=yes
4812 ac_cv_prog_cxx_g=no
4813 CXXFLAGS="-g"
4814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4815/* end confdefs.h. */
4816
4817int
4818main ()
4819{
4820
4821 ;
4822 return 0;
4823}
4824_ACEOF
5213506e 4825if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4826 ac_cv_prog_cxx_g=yes
4827else
5213506e
RW
4828 CXXFLAGS=""
4829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4830/* end confdefs.h. */
5213506e 4831
c3a86da9
DJ
4832int
4833main ()
4834{
5213506e 4835
c3a86da9
DJ
4836 ;
4837 return 0;
4838}
4839_ACEOF
5213506e 4840if ac_fn_cxx_try_compile "$LINENO"; then :
23f6b2f9 4841
5213506e
RW
4842else
4843 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4844 CXXFLAGS="-g"
4845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4846/* end confdefs.h. */
5213506e 4847
c3a86da9
DJ
4848int
4849main ()
4850{
5213506e 4851
c3a86da9
DJ
4852 ;
4853 return 0;
4854}
4855_ACEOF
5213506e
RW
4856if ac_fn_cxx_try_compile "$LINENO"; then :
4857 ac_cv_prog_cxx_g=yes
11a67599 4858fi
5213506e
RW
4859rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4860fi
4861rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4862fi
4863rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4864 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4865fi
4866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4867$as_echo "$ac_cv_prog_cxx_g" >&6; }
4868if test "$ac_test_CXXFLAGS" = set; then
4869 CXXFLAGS=$ac_save_CXXFLAGS
4870elif test $ac_cv_prog_cxx_g = yes; then
4871 if test "$GXX" = yes; then
4872 CXXFLAGS="-g -O2"
4873 else
4874 CXXFLAGS="-g"
4875 fi
4876else
4877 if test "$GXX" = yes; then
4878 CXXFLAGS="-O2"
4879 else
4880 CXXFLAGS=
4881 fi
c3a86da9 4882fi
c3a86da9
DJ
4883ac_ext=c
4884ac_cpp='$CPP $CPPFLAGS'
4885ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4886ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4887ac_compiler_gnu=$ac_cv_c_compiler_gnu
4888
4889
4890# We must set the default linker to the linker used by gcc for the correct
4891# operation of libtool. If LD is not defined and we are using gcc, try to
4892# set the LD default to the ld used by gcc.
4893if test -z "$LD"; then
4894 if test "$GCC" = yes; then
4895 case $build in
4896 *-*-mingw*)
4897 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4898 *)
4899 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4900 esac
4901 case $gcc_prog_ld in
4902 # Accept absolute paths.
4903 [\\/]* | [A-Za-z]:[\\/]*)
4904 LD="$gcc_prog_ld" ;;
4905 esac
4906 fi
23f6b2f9
PB
4907fi
4908
23f6b2f9
PB
4909
4910
55ffb5ed 4911
1c710c3c
DJ
4912if test -n "$ac_tool_prefix"; then
4913 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
55ffb5ed 4914set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5213506e
RW
4915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4916$as_echo_n "checking for $ac_word... " >&6; }
4917if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4918 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4919else
4920 if test -n "$GNATBIND"; then
4921 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4922else
1c710c3c
DJ
4923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4924for as_dir in $PATH
4925do
4926 IFS=$as_save_IFS
4927 test -z "$as_dir" && as_dir=.
5213506e
RW
4928 for ac_exec_ext in '' $ac_executable_extensions; do
4929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4930 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5213506e 4931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4932 break 2
4933 fi
4934done
5213506e
RW
4935 done
4936IFS=$as_save_IFS
1c710c3c 4937
55ffb5ed
NN
4938fi
4939fi
1c710c3c 4940GNATBIND=$ac_cv_prog_GNATBIND
55ffb5ed 4941if test -n "$GNATBIND"; then
5213506e
RW
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4943$as_echo "$GNATBIND" >&6; }
55ffb5ed 4944else
5213506e
RW
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4946$as_echo "no" >&6; }
55ffb5ed
NN
4947fi
4948
5213506e 4949
1c710c3c 4950fi
55ffb5ed 4951if test -z "$ac_cv_prog_GNATBIND"; then
1c710c3c 4952 ac_ct_GNATBIND=$GNATBIND
55ffb5ed
NN
4953 # Extract the first word of "gnatbind", so it can be a program name with args.
4954set dummy gnatbind; ac_word=$2
5213506e
RW
4955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4956$as_echo_n "checking for $ac_word... " >&6; }
4957if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4958 $as_echo_n "(cached) " >&6
55ffb5ed 4959else
1c710c3c
DJ
4960 if test -n "$ac_ct_GNATBIND"; then
4961 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
55ffb5ed 4962else
1c710c3c
DJ
4963as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4964for as_dir in $PATH
4965do
4966 IFS=$as_save_IFS
4967 test -z "$as_dir" && as_dir=.
5213506e
RW
4968 for ac_exec_ext in '' $ac_executable_extensions; do
4969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4970 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5213506e 4971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4972 break 2
4973 fi
4974done
5213506e
RW
4975 done
4976IFS=$as_save_IFS
1c710c3c 4977
55ffb5ed
NN
4978fi
4979fi
1c710c3c
DJ
4980ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4981if test -n "$ac_ct_GNATBIND"; then
5213506e
RW
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4983$as_echo "$ac_ct_GNATBIND" >&6; }
55ffb5ed 4984else
5213506e
RW
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4986$as_echo "no" >&6; }
55ffb5ed
NN
4987fi
4988
5213506e
RW
4989 if test "x$ac_ct_GNATBIND" = x; then
4990 GNATBIND="no"
4991 else
4992 case $cross_compiling:$ac_tool_warned in
4993yes:)
4994{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4995$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4996ac_tool_warned=yes ;;
4997esac
4998 GNATBIND=$ac_ct_GNATBIND
4999 fi
55ffb5ed 5000else
1c710c3c 5001 GNATBIND="$ac_cv_prog_GNATBIND"
55ffb5ed
NN
5002fi
5003
1c710c3c
DJ
5004if test -n "$ac_tool_prefix"; then
5005 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5305be7e 5006set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5213506e
RW
5007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5008$as_echo_n "checking for $ac_word... " >&6; }
5009if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5010 $as_echo_n "(cached) " >&6
5305be7e
RG
5011else
5012 if test -n "$GNATMAKE"; then
5013 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5014else
1c710c3c
DJ
5015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5016for as_dir in $PATH
5017do
5018 IFS=$as_save_IFS
5019 test -z "$as_dir" && as_dir=.
5213506e
RW
5020 for ac_exec_ext in '' $ac_executable_extensions; do
5021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5022 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5213506e 5023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5024 break 2
5025 fi
5026done
5213506e
RW
5027 done
5028IFS=$as_save_IFS
1c710c3c 5029
5305be7e
RG
5030fi
5031fi
1c710c3c 5032GNATMAKE=$ac_cv_prog_GNATMAKE
5305be7e 5033if test -n "$GNATMAKE"; then
5213506e
RW
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5035$as_echo "$GNATMAKE" >&6; }
5305be7e 5036else
5213506e
RW
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5038$as_echo "no" >&6; }
5305be7e
RG
5039fi
5040
5213506e 5041
1c710c3c 5042fi
5305be7e 5043if test -z "$ac_cv_prog_GNATMAKE"; then
1c710c3c 5044 ac_ct_GNATMAKE=$GNATMAKE
5305be7e
RG
5045 # Extract the first word of "gnatmake", so it can be a program name with args.
5046set dummy gnatmake; ac_word=$2
5213506e
RW
5047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5048$as_echo_n "checking for $ac_word... " >&6; }
5049if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5050 $as_echo_n "(cached) " >&6
5305be7e 5051else
1c710c3c
DJ
5052 if test -n "$ac_ct_GNATMAKE"; then
5053 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5305be7e 5054else
1c710c3c
DJ
5055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5056for as_dir in $PATH
5057do
5058 IFS=$as_save_IFS
5059 test -z "$as_dir" && as_dir=.
5213506e
RW
5060 for ac_exec_ext in '' $ac_executable_extensions; do
5061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5062 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5213506e 5063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5064 break 2
5065 fi
5066done
5213506e
RW
5067 done
5068IFS=$as_save_IFS
1c710c3c 5069
5305be7e
RG
5070fi
5071fi
1c710c3c
DJ
5072ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5073if test -n "$ac_ct_GNATMAKE"; then
5213506e
RW
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5075$as_echo "$ac_ct_GNATMAKE" >&6; }
5305be7e 5076else
5213506e
RW
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5078$as_echo "no" >&6; }
5305be7e
RG
5079fi
5080
5213506e
RW
5081 if test "x$ac_ct_GNATMAKE" = x; then
5082 GNATMAKE="no"
5083 else
5084 case $cross_compiling:$ac_tool_warned in
5085yes:)
5086{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5087$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5088ac_tool_warned=yes ;;
5089esac
5090 GNATMAKE=$ac_ct_GNATMAKE
5091 fi
5305be7e 5092else
1c710c3c 5093 GNATMAKE="$ac_cv_prog_GNATMAKE"
5305be7e
RG
5094fi
5095
5213506e
RW
5096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5097$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5098if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5099 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5100else
5101 cat >conftest.adb <<EOF
5102procedure conftest is begin null; end conftest;
5103EOF
5104acx_cv_cc_gcc_supports_ada=no
5105# There is a bug in old released versions of GCC which causes the
5106# driver to exit successfully when the appropriate language module
5107# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5108# Therefore we must check for the error message as well as an
5109# unsuccessful exit.
1db673ca
RO
5110# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5111# given a .adb file, but produce no object file. So we must check
5112# if an object file was really produced to guard against this.
55ffb5ed 5113errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
1db673ca 5114if test x"$errors" = x && test -f conftest.$ac_objext; then
55ffb5ed 5115 acx_cv_cc_gcc_supports_ada=yes
55ffb5ed
NN
5116fi
5117rm -f conftest.*
5118fi
5213506e
RW
5119{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5120$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
55ffb5ed 5121
5305be7e 5122if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
55ffb5ed
NN
5123 have_gnat=yes
5124else
5125 have_gnat=no
5126fi
5127
5213506e
RW
5128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5129$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5130if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5131 $as_echo_n "(cached) " >&6
a76494aa
PB
5132else
5133 echo abfoo >t1
5134 echo cdfoo >t2
5135 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
6cf1ac42
PB
5136 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5137 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5138 :
5139 else
5140 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5141 fi
5142 fi
a76494aa
PB
5143 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5144 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
6cf1ac42 5145 :
a76494aa
PB
5146 else
5147 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5148 fi
5149 fi
5150 rm t1 t2
5151
5152fi
5213506e
RW
5153{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5154$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
a76494aa
PB
5155do_compare="$gcc_cv_prog_cmp_skip"
5156
5157
55ffb5ed 5158
00020c16 5159# See if we are building gcc with C++.
5213506e
RW
5160# Check whether --enable-build-with-cxx was given.
5161if test "${enable_build_with_cxx+set}" = set; then :
5162 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
00020c16
ILT
5163else
5164 ENABLE_BUILD_WITH_CXX=no
5213506e
RW
5165fi
5166
00020c16 5167
592c90ff
KG
5168# Used for setting $lt_cv_objdir
5169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5170$as_echo_n "checking for objdir... " >&6; }
5171if test "${lt_cv_objdir+set}" = set; then :
5172 $as_echo_n "(cached) " >&6
5173else
5174 rm -f .libs 2>/dev/null
5175mkdir .libs 2>/dev/null
5176if test -d .libs; then
5177 lt_cv_objdir=.libs
5178else
5179 # MS-DOS does not allow filenames that begin with a dot.
5180 lt_cv_objdir=_libs
5181fi
5182rmdir .libs 2>/dev/null
5183fi
5184{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5185$as_echo "$lt_cv_objdir" >&6; }
5186objdir=$lt_cv_objdir
5187
5188
5189
5190
5191
5192cat >>confdefs.h <<_ACEOF
5193#define LT_OBJDIR "$lt_cv_objdir/"
5194_ACEOF
5195
5196
5197
acd26225 5198# Check for GMP, MPFR and MPC
3a5729ea 5199gmplibs="-lmpc -lmpfr -lgmp"
6de9cd9a 5200gmpinc=
e69bf64b 5201have_gmp=no
acd26225
KG
5202
5203# Specify a location for mpc
5204# check for this first so it ends up on the link line before mpfr.
5205
5213506e
RW
5206# Check whether --with-mpc was given.
5207if test "${with_mpc+set}" = set; then :
5208 withval=$with_mpc;
5209fi
acd26225 5210
acd26225 5211
9965e3cd 5212# Check whether --with-mpc-include was given.
5213506e
RW
5213if test "${with_mpc_include+set}" = set; then :
5214 withval=$with_mpc_include;
5215fi
acd26225 5216
acd26225 5217
9965e3cd 5218# Check whether --with-mpc-lib was given.
5213506e
RW
5219if test "${with_mpc_lib+set}" = set; then :
5220 withval=$with_mpc_lib;
5221fi
acd26225 5222
acd26225
KG
5223
5224if test "x$with_mpc" != x; then
3a5729ea
KG
5225 gmplibs="-L$with_mpc/lib $gmplibs"
5226 gmpinc="-I$with_mpc/include $gmpinc"
acd26225
KG
5227fi
5228if test "x$with_mpc_include" != x; then
3a5729ea 5229 gmpinc="-I$with_mpc_include $gmpinc"
acd26225
KG
5230fi
5231if test "x$with_mpc_lib" != x; then
3a5729ea 5232 gmplibs="-L$with_mpc_lib $gmplibs"
acd26225
KG
5233fi
5234if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
592c90ff 5235 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
3a5729ea 5236 gmpinc='-I$$s/mpc/src '"$gmpinc"
acd26225
KG
5237 # Do not test the mpc version. Assume that it is sufficient, since
5238 # it is in the source tree, and the library has not been built yet
5239 # but it would be included on the link line in the version check below
5240 # hence making the test fail.
3a5729ea 5241 have_gmp=yes
acd26225 5242fi
e69bf64b 5243
bebf829d
PB
5244# Specify a location for mpfr
5245# check for this first so it ends up on the link line before gmp.
1c710c3c 5246
5213506e
RW
5247# Check whether --with-mpfr-dir was given.
5248if test "${with_mpfr_dir+set}" = set; then :
5249 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5250Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5251fi
5252
bebf829d
PB
5253
5254
5213506e
RW
5255# Check whether --with-mpfr was given.
5256if test "${with_mpfr+set}" = set; then :
5257 withval=$with_mpfr;
5258fi
1c710c3c 5259
bebf829d 5260
9965e3cd 5261# Check whether --with-mpfr-include was given.
5213506e
RW
5262if test "${with_mpfr_include+set}" = set; then :
5263 withval=$with_mpfr_include;
5264fi
1c710c3c 5265
8a877c9c 5266
9965e3cd 5267# Check whether --with-mpfr-lib was given.
5213506e
RW
5268if test "${with_mpfr_lib+set}" = set; then :
5269 withval=$with_mpfr_lib;
5270fi
8a877c9c 5271
bebf829d
PB
5272
5273if test "x$with_mpfr" != x; then
5274 gmplibs="-L$with_mpfr/lib $gmplibs"
3a5729ea 5275 gmpinc="-I$with_mpfr/include $gmpinc"
bebf829d 5276fi
8a877c9c 5277if test "x$with_mpfr_include" != x; then
3a5729ea 5278 gmpinc="-I$with_mpfr_include $gmpinc"
8a877c9c
KG
5279fi
5280if test "x$with_mpfr_lib" != x; then
5281 gmplibs="-L$with_mpfr_lib $gmplibs"
5282fi
e69bf64b 5283if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
592c90ff 5284 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
e69bf64b 5285 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
592c90ff 5286 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
e69bf64b
PB
5287 # Do not test the mpfr version. Assume that it is sufficient, since
5288 # it is in the source tree, and the library has not been built yet
5289 # but it would be included on the link line in the version check below
5290 # hence making the test fail.
5291 have_gmp=yes
5292fi
bebf829d 5293
6de9cd9a 5294# Specify a location for gmp
1c710c3c 5295
5213506e
RW
5296# Check whether --with-gmp-dir was given.
5297if test "${with_gmp_dir+set}" = set; then :
5298 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5299Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5300fi
5301
6de9cd9a 5302
6de9cd9a 5303
5213506e
RW
5304# Check whether --with-gmp was given.
5305if test "${with_gmp+set}" = set; then :
5306 withval=$with_gmp;
5307fi
1c710c3c 5308
6de9cd9a 5309
9965e3cd 5310# Check whether --with-gmp-include was given.
5213506e
RW
5311if test "${with_gmp_include+set}" = set; then :
5312 withval=$with_gmp_include;
5313fi
1c710c3c 5314
8a877c9c 5315
9965e3cd 5316# Check whether --with-gmp-lib was given.
5213506e
RW
5317if test "${with_gmp_lib+set}" = set; then :
5318 withval=$with_gmp_lib;
5319fi
8a877c9c
KG
5320
5321
6de9cd9a 5322
bebf829d
PB
5323if test "x$with_gmp" != x; then
5324 gmplibs="-L$with_gmp/lib $gmplibs"
5325 gmpinc="-I$with_gmp/include $gmpinc"
6de9cd9a 5326fi
8a877c9c
KG
5327if test "x$with_gmp_include" != x; then
5328 gmpinc="-I$with_gmp_include $gmpinc"
5329fi
5330if test "x$with_gmp_lib" != x; then
5331 gmplibs="-L$with_gmp_lib $gmplibs"
5332fi
e69bf64b 5333if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
592c90ff 5334 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
e69bf64b 5335 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
9183bdcf 5336 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
592c90ff 5337 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
e69bf64b
PB
5338 # Do not test the gmp version. Assume that it is sufficient, since
5339 # it is in the source tree, and the library has not been built yet
5340 # but it would be included on the link line in the version check below
5341 # hence making the test fail.
5342 have_gmp=yes
5343fi
6de9cd9a 5344
d943d7c4 5345if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
e69bf64b
PB
5346 have_gmp=yes
5347 saved_CFLAGS="$CFLAGS"
5348 CFLAGS="$CFLAGS $gmpinc"
362c6d2f
KG
5349 # Check for the recommended and required versions of GMP.
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5351$as_echo_n "checking for the correct version of gmp.h... " >&6; }
e8fd69bb
SP
5352
5353cat confdefs.h - <<_ACEOF >conftest.$ac_ext
362c6d2f
KG
5354/* end confdefs.h. */
5355#include "gmp.h"
5356int
5357main ()
5358{
5359
5360 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5361 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5362 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5363 choke me
5364 #endif
5365
5366 ;
5367 return 0;
5368}
5369_ACEOF
5370if ac_fn_c_try_compile "$LINENO"; then :
e8fd69bb 5371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5372/* end confdefs.h. */
362c6d2f 5373#include <gmp.h>
1c710c3c
DJ
5374int
5375main ()
5376{
6de9cd9a 5377
362c6d2f
KG
5378 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5379 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5380 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
e69bf64b
PB
5381 choke me
5382 #endif
1c710c3c
DJ
5383
5384 ;
5385 return 0;
5386}
5387_ACEOF
5213506e
RW
5388if ac_fn_c_try_compile "$LINENO"; then :
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5390$as_echo "yes" >&6; }
362c6d2f
KG
5391else
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5393$as_echo "buggy but acceptable" >&6; }
5394fi
5395rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 5396else
5213506e
RW
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5398$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5399fi
5213506e 5400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a 5401
acd26225 5402 # If we have GMP, check the MPFR version.
e69bf64b 5403 if test x"$have_gmp" = xyes; then
362c6d2f
KG
5404 # Check for the recommended and required versions of MPFR.
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5406$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5213506e 5407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5408/* end confdefs.h. */
70ec446f 5409#include <gmp.h>
e69bf64b 5410 #include <mpfr.h>
1c710c3c
DJ
5411int
5412main ()
5413{
e48d66a9 5414
a3337ea2 5415 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
e69bf64b
PB
5416 choke me
5417 #endif
1c710c3c
DJ
5418
5419 ;
5420 return 0;
5421}
5422_ACEOF
5213506e
RW
5423if ac_fn_c_try_compile "$LINENO"; then :
5424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5425/* end confdefs.h. */
a3993f33 5426#include <gmp.h>
e69bf64b 5427 #include <mpfr.h>
1c710c3c
DJ
5428int
5429main ()
5430{
a3993f33 5431
362c6d2f 5432 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
e69bf64b
PB
5433 choke me
5434 #endif
acd26225
KG
5435
5436 ;
5437 return 0;
5438}
5439_ACEOF
5213506e
RW
5440if ac_fn_c_try_compile "$LINENO"; then :
5441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5442$as_echo "yes" >&6; }
acd26225 5443else
5213506e
RW
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5445$as_echo "buggy but acceptable" >&6; }
acd26225 5446fi
5213506e 5447rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5448else
5213506e
RW
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5450$as_echo "no" >&6; }; have_gmp=no
acd26225 5451fi
5213506e 5452rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5453 fi
5454
5455 # Check for the MPC header version.
3a5729ea 5456 if test x"$have_gmp" = xyes ; then
362c6d2f 5457 # Check for the recommended and required versions of MPC.
5213506e
RW
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5459$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5461/* end confdefs.h. */
5462#include <mpc.h>
5463int
5464main ()
5465{
5466
362c6d2f
KG
5467 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5468 choke me
5469 #endif
5470
5471 ;
5472 return 0;
5473}
5474_ACEOF
5475if ac_fn_c_try_compile "$LINENO"; then :
5476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5477/* end confdefs.h. */
5478#include <mpc.h>
5479int
5480main ()
5481{
5482
5483 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
acd26225
KG
5484 choke me
5485 #endif
5486
5487 ;
5488 return 0;
5489}
5490_ACEOF
5213506e
RW
5491if ac_fn_c_try_compile "$LINENO"; then :
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3a5729ea 5493$as_echo "yes" >&6; }
362c6d2f
KG
5494else
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5496$as_echo "buggy but acceptable" >&6; }
5497fi
5498rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5499else
5213506e 5500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3a5729ea 5501$as_echo "no" >&6; }; have_gmp=no
acd26225 5502fi
5213506e 5503rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5504 fi
5505
5506 # Now check the MPFR library.
5507 if test x"$have_gmp" = xyes; then
5508 saved_LIBS="$LIBS"
5509 LIBS="$LIBS $gmplibs"
3a5729ea
KG
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5511$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5213506e 5512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225 5513/* end confdefs.h. */
3a5729ea 5514#include <mpc.h>
acd26225
KG
5515int
5516main ()
5517{
5518
5519 mpfr_t n;
5520 mpfr_t x;
3a5729ea 5521 mpc_t c;
acd26225
KG
5522 int t;
5523 mpfr_init (n);
5524 mpfr_init (x);
5525 mpfr_atan2 (n, n, x, GMP_RNDN);
5526 mpfr_erfc (n, x, GMP_RNDN);
5527 mpfr_subnormalize (x, t, GMP_RNDN);
3a5729ea
KG
5528 mpfr_clear(n);
5529 mpfr_clear(x);
5530 mpc_init2 (c, 53);
5531 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5532 mpc_cosh (c, c, MPC_RNDNN);
5533 mpc_pow (c, c, c, MPC_RNDNN);
5534 mpc_acosh (c, c, MPC_RNDNN);
5535 mpc_clear (c);
1c710c3c
DJ
5536
5537 ;
5538 return 0;
5539}
5540_ACEOF
5213506e
RW
5541if ac_fn_c_try_link "$LINENO"; then :
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5543$as_echo "yes" >&6; }
1c710c3c 5544else
5213506e
RW
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5546$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5547fi
5213506e
RW
5548rm -f core conftest.err conftest.$ac_objext \
5549 conftest$ac_exeext conftest.$ac_ext
acd26225
KG
5550 LIBS="$saved_LIBS"
5551 fi
5552
e69bf64b 5553 CFLAGS="$saved_CFLAGS"
6de9cd9a 5554
362c6d2f
KG
5555# The library versions listed in the error message below should match
5556# the HARD-minimums enforced above.
e69bf64b 5557 if test x$have_gmp != xyes; then
362c6d2f 5558 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
3a5729ea
KG
5559Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5560their locations. Source code for these libraries can be found at
5561their respective hosting sites as well as at
5562ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5563http://gcc.gnu.org/install/prerequisites.html for additional info. If
5564you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5565make sure that you have installed both the libraries and the header
5566files. They may be located in separate packages." "$LINENO" 5
e69bf64b 5567 fi
70ec446f
KG
5568fi
5569
acd26225
KG
5570# Flags needed for both GMP, MPFR and/or MPC.
5571
5572
6de9cd9a
DN
5573
5574
5575
9e3eba15 5576
f38095f3
JM
5577# Allow host libstdc++ to be specified for static linking with PPL.
5578
5213506e
RW
5579# Check whether --with-host-libstdcxx was given.
5580if test "${with_host_libstdcxx+set}" = set; then :
5581 withval=$with_host_libstdcxx;
5582fi
f38095f3 5583
f38095f3
JM
5584
5585case $with_host_libstdcxx in
5586 no|yes)
5213506e 5587 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
f38095f3
JM
5588 ;;
5589esac
f8bf9252 5590
00020c16
ILT
5591# Linker flags to use for stage1 or when not boostrapping.
5592
5213506e
RW
5593# Check whether --with-stage1-ldflags was given.
5594if test "${with_stage1_ldflags+set}" = set; then :
5595 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
00020c16
ILT
5596 stage1_ldflags=
5597 else
5598 stage1_ldflags=$withval
5599 fi
5600else
5601 stage1_ldflags=
5213506e
RW
5602fi
5603
00020c16
ILT
5604
5605
5606# Libraries to use for stage1 or when not bootstrapping.
5607
5213506e
RW
5608# Check whether --with-stage1-libs was given.
5609if test "${with_stage1_libs+set}" = set; then :
5610 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
00020c16
ILT
5611 stage1_libs=
5612 else
5613 stage1_libs=$withval
5614 fi
5615else
5616 stage1_libs=$with_host_libstdcxx
5213506e
RW
5617fi
5618
00020c16
ILT
5619
5620
00020c16
ILT
5621# Libraries to use for stage2 and later builds. This defaults to the
5622# argument passed to --with-host-libstdcxx.
5623
5213506e
RW
5624# Check whether --with-boot-libs was given.
5625if test "${with_boot_libs+set}" = set; then :
5626 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e90e6bd7
ILT
5627 poststage1_libs=
5628 else
5629 poststage1_libs=$withval
5630 fi
5631else
00020c16 5632 poststage1_libs=$with_host_libstdcxx
5213506e
RW
5633fi
5634
00020c16
ILT
5635
5636
ed2eaa9f
ILT
5637# Linker flags to use for stage2 and later builds.
5638
5639# Check whether --with-boot-ldflags was given.
5640if test "${with_boot_ldflags+set}" = set; then :
5641 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5642 poststage1_ldflags=
5643 else
5644 poststage1_ldflags=$withval
5645 fi
5646else
5647 poststage1_ldflags=
bec93d73
ILT
5648 # In stages 2 and 3, default to linking libstdc++ and libgcc
5649 # statically. But if the user explicitly specified the libraries to
5650 # use, trust that they are doing what they want.
5651 if test "$poststage1_libs" = ""; then
ed2eaa9f
ILT
5652 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5653 fi
5654fi
5655
5656
5657
f8bf9252 5658# Check for PPL
7d32a440 5659ppllibs=
f8bf9252 5660pplinc=
7d32a440 5661pwllib=
f8bf9252
SP
5662
5663
5213506e
RW
5664# Check whether --with-ppl was given.
5665if test "${with_ppl+set}" = set; then :
5666 withval=$with_ppl;
5213506e 5667fi
f8bf9252 5668
f8bf9252 5669
9965e3cd 5670# Check whether --with-ppl-include was given.
5213506e
RW
5671if test "${with_ppl_include+set}" = set; then :
5672 withval=$with_ppl_include;
5673fi
5674
f8bf9252 5675
9965e3cd 5676# Check whether --with-ppl-lib was given.
5213506e
RW
5677if test "${with_ppl_lib+set}" = set; then :
5678 withval=$with_ppl_lib;
5679fi
f8bf9252 5680
f8bf9252 5681
7d32a440
SP
5682# Check whether --enable-ppl-version-check was given.
5683if test "${enable_ppl_version_check+set}" = set; then :
5684 enableval=$enable_ppl_version_check;
5685fi
5686
5687
53095c56 5688case $with_ppl in
7d32a440 5689 yes | no | "")
ad0abd3c 5690 ;;
53095c56 5691 *)
7d32a440 5692 ppllibs="-L$with_ppl/lib"
53095c56 5693 pplinc="-I$with_ppl/include $pplinc"
7d32a440
SP
5694 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5695 with_ppl=yes
5696 else
5697 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5698 fi
53095c56
SP
5699 ;;
5700esac
7d32a440
SP
5701
5702if test x"$with_ppl_include" != x; then
f8bf9252 5703 pplinc="-I$with_ppl_include $pplinc"
7d32a440 5704 with_ppl=yes
f8bf9252 5705fi
7d32a440 5706
f8bf9252 5707if test "x$with_ppl_lib" != x; then
7d32a440
SP
5708 ppllibs="-L$with_ppl_lib"
5709 with_ppl=yes
f8bf9252 5710fi
7d32a440
SP
5711
5712if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5713 if test x"$enable_watchdog" = xyes; then
5714 pwllib="-lpwl"
5715 fi
5716 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
f61428ed
AO
5717 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5718 enable_ppl_version_check=no
7d32a440 5719 with_ppl=yes
f8bf9252
SP
5720fi
5721
f158c8d0 5722if test "x$with_ppl" != xno; then
7d32a440 5723 if test "x$pwllib" = x; then
474ee908
RO
5724 saved_LIBS="$LIBS"
5725 LIBS="$LIBS $ppllibs -lstdc++ -lm"
7d32a440
SP
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5727$as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5728if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5729 $as_echo_n "(cached) " >&6
5730else
5731 ac_check_lib_save_LIBS=$LIBS
5732LIBS="-lpwl $LIBS"
5733cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5734/* end confdefs.h. */
5735
5736/* Override any GCC internal prototype to avoid an error.
5737 Use char because int might match the return type of a GCC
5738 builtin and then its argument prototype would still apply. */
5739#ifdef __cplusplus
5740extern "C"
5741#endif
5742char PWL_handle_timeout ();
5743int
5744main ()
5745{
5746return PWL_handle_timeout ();
5747 ;
5748 return 0;
5749}
5750_ACEOF
5751if ac_fn_c_try_link "$LINENO"; then :
5752 ac_cv_lib_pwl_PWL_handle_timeout=yes
d789184e 5753else
7d32a440
SP
5754 ac_cv_lib_pwl_PWL_handle_timeout=no
5755fi
5756rm -f core conftest.err conftest.$ac_objext \
5757 conftest$ac_exeext conftest.$ac_ext
5758LIBS=$ac_check_lib_save_LIBS
5759fi
5760{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5761$as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5762if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5763 pwllib="-lpwl"
5213506e
RW
5764fi
5765
474ee908 5766 LIBS="$saved_LIBS"
7d32a440 5767 fi
f8bf9252 5768
7d32a440
SP
5769 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5770
5771 if test "$enable_ppl_version_check" != no; then
5772 saved_CFLAGS="$CFLAGS"
5773 CFLAGS="$CFLAGS $pplinc $gmpinc"
5774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5775$as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f8bf9252
SP
5777/* end confdefs.h. */
5778#include "ppl_c.h"
5779int
5780main ()
5781{
5782
7d32a440
SP
5783 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5784 choke me
5785 #endif
f8bf9252
SP
5786
5787 ;
5788 return 0;
5789}
5790_ACEOF
5213506e
RW
5791if ac_fn_c_try_compile "$LINENO"; then :
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5793$as_echo "yes" >&6; }
f8bf9252 5794else
5213506e 5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
ed3a56f3 5796$as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
f8bf9252 5797fi
5213506e 5798rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7d32a440
SP
5799 CFLAGS="$saved_CFLAGS"
5800 fi
d789184e
SP
5801fi
5802
5803# Flags needed for PPL
5804
5805
f8bf9252 5806
f8bf9252 5807
d789184e 5808# Check for CLOOG
d32ef397 5809
d789184e
SP
5810
5811
5213506e
RW
5812# Check whether --with-cloog was given.
5813if test "${with_cloog+set}" = set; then :
5814 withval=$with_cloog;
5213506e
RW
5815fi
5816
d789184e 5817
9965e3cd 5818# Check whether --with-cloog-include was given.
5213506e
RW
5819if test "${with_cloog_include+set}" = set; then :
5820 withval=$with_cloog_include;
5821fi
d789184e 5822
d789184e 5823
9965e3cd 5824# Check whether --with-cloog-lib was given.
5213506e
RW
5825if test "${with_cloog_lib+set}" = set; then :
5826 withval=$with_cloog_lib;
5827fi
d789184e 5828
d789184e 5829
f16e2237
TG
5830 # Check whether --enable-cloog-backend was given.
5831if test "${enable_cloog_backend+set}" = set; then :
5832 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5833 cloog_backend=isl
5834 elif test "x${enableval}" = "xppl"; then
5835 cloog_backend=ppl
5836 else
5837 cloog_backend=ppl-legacy
5838 fi
5839else
5840 cloog_backend=ppl-legacy
5841fi
5842
d32ef397
AS
5843 # Check whether --enable-cloog-version-check was given.
5844if test "${enable_cloog_version_check+set}" = set; then :
5845 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5846else
5847 ENABLE_CLOOG_CHECK=yes
5848fi
5849
5850
5851 # Initialize clooglibs and clooginc.
5852 case $with_cloog in
5853 no)
5854 clooglibs=
5855 clooginc=
5856 ;;
5857 "" | yes)
5858 ;;
5859 *)
5860 clooglibs="-L$with_cloog/lib"
5861 clooginc="-I$with_cloog/include"
5862 ;;
5863 esac
5864 if test "x${with_cloog_include}" != x ; then
5865 clooginc="-I$with_cloog_include"
5866 fi
5867 if test "x${with_cloog_lib}" != x; then
5868 clooglibs="-L$with_cloog_lib"
5869 fi
5870
5871
5872
5873
5874
17e72e5d 5875if test "x$with_ppl" = "xno"; then
ab4173cf
SP
5876
5877
5878
6be7b668
JJ
5879 if test "x${with_cloog}" = xno; then
5880 graphite_requested=no
5881 elif test "x${with_cloog}" != x \
ab4173cf
SP
5882 || test "x${with_cloog_include}" != x \
5883 || test "x${with_cloog_lib}" != x ; then
5884 graphite_requested=yes
5885 else
5886 graphite_requested=no
5887 fi
5888
5889
5890 if test "${graphite_requested}" = yes; then
f33d8408 5891 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
ab4173cf 5892 fi
6be7b668 5893 with_cloog=no
ad0abd3c 5894fi
d32ef397
AS
5895if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5896 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5897 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5898 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5899fi
5900if test "x$with_cloog" != "xno"; then
ad0abd3c 5901
d32ef397
AS
5902
5903
5904 _cloog_saved_CFLAGS=$CFLAGS
5905 _cloog_saved_CPPFLAGS=$CPPFLAGS
5906 _cloog_saved_LDFLAGS=$LDFLAGS
5907 _cloog_saved_LIBS=$LIBS
5908
d32ef397
AS
5909 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5910
f16e2237 5911 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
0bb52d68 5912 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
f16e2237
TG
5913 LDFLAGS="${LDFLAGS} ${clooglibs}"
5914
5915 case $cloog_backend in
5916 "ppl-legacy")
5917 CFLAGS="${CFLAGS} ${pplinc}"
5918 LDFLAGS="${LDFLAGS} ${ppllibs}"
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5920$as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
d32ef397
AS
5921if test "${gcc_cv_cloog_type+set}" = set; then :
5922 $as_echo_n "(cached) " >&6
5923else
5924 LIBS="-lcloog ${_cloog_saved_LIBS}"
f16e2237 5925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d32ef397 5926/* end confdefs.h. */
0bb52d68 5927#include "cloog/cloog.h"
d32ef397
AS
5928int
5929main ()
5930{
0bb52d68
TG
5931#ifndef CLOOG_PPL_BACKEND
5932 choke me
5933 #endif
d32ef397
AS
5934 ;
5935 return 0;
5936}
5937_ACEOF
5938if ac_fn_c_try_link "$LINENO"; then :
5939 gcc_cv_cloog_type="PPL Legacy"
5940else
f16e2237
TG
5941 gcc_cv_cloog_type=no
5942fi
5943rm -f core conftest.err conftest.$ac_objext \
5944 conftest$ac_exeext conftest.$ac_ext
5945fi
5946{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5947$as_echo "$gcc_cv_cloog_type" >&6; }
5948 ;;
5949 "isl")
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5951$as_echo_n "checking for installed CLooG ISL... " >&6; }
5952if test "${gcc_cv_cloog_type+set}" = set; then :
5953 $as_echo_n "(cached) " >&6
5954else
5955 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d32ef397 5957/* end confdefs.h. */
0bb52d68 5958#include "cloog/cloog.h"
d32ef397
AS
5959int
5960main ()
5961{
5962cloog_version ()
5963 ;
5964 return 0;
5965}
5966_ACEOF
5967if ac_fn_c_try_link "$LINENO"; then :
f16e2237
TG
5968 gcc_cv_cloog_type="ISL"
5969else
5970 gcc_cv_cloog_type=no
5971fi
5972rm -f core conftest.err conftest.$ac_objext \
5973 conftest$ac_exeext conftest.$ac_ext
5974fi
5975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5976$as_echo "$gcc_cv_cloog_type" >&6; }
5977 ;;
5978 "ppl")
5979 CFLAGS="${CFLAGS} ${pplinc}"
5980 LDFLAGS="${LDFLAGS} ${ppllibs}"
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5982$as_echo_n "checking for installed CLooG PPL... " >&6; }
5983if test "${gcc_cv_cloog_type+set}" = set; then :
5984 $as_echo_n "(cached) " >&6
d32ef397
AS
5985else
5986 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
f16e2237 5987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d32ef397 5988/* end confdefs.h. */
0bb52d68 5989#include "cloog/cloog.h"
f16e2237 5990 #include "cloog/ppl/cloog.h"
d32ef397
AS
5991int
5992main ()
5993{
5994cloog_version ()
5995 ;
5996 return 0;
5997}
5998_ACEOF
5999if ac_fn_c_try_link "$LINENO"; then :
f16e2237 6000 gcc_cv_cloog_type="PPL"
d32ef397
AS
6001else
6002 gcc_cv_cloog_type=no
d789184e 6003fi
d32ef397
AS
6004rm -f core conftest.err conftest.$ac_objext \
6005 conftest$ac_exeext conftest.$ac_ext
d789184e 6006fi
d32ef397
AS
6007{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
6008$as_echo "$gcc_cv_cloog_type" >&6; }
f16e2237
TG
6009 ;;
6010 *)
6011 gcc_cv_cloog_type=""
6012 esac
5213506e 6013
d32ef397
AS
6014 case $gcc_cv_cloog_type in
6015 "PPL Legacy")
0bb52d68 6016 clooginc="${clooginc}"
d32ef397
AS
6017 clooglibs="${clooglibs} -lcloog"
6018 cloog_org=no
6019 ;;
6020 "ISL")
6021 clooginc="${clooginc} ${_cloogorginc}"
3d2bc11b 6022 clooglibs="${clooglibs} -lcloog-isl -lisl"
d32ef397
AS
6023 cloog_org=yes
6024 ;;
6025 "PPL")
6026 clooginc="${clooginc} ${_cloogorginc}"
6027 clooglibs="${clooglibs} -lcloog-ppl"
6028 cloog_org=yes
6029 ;;
6030 *)
6031 clooglibs=
6032 clooginc=
6033 cloog_org=
6034 ;;
6035 esac
d789184e 6036
d32ef397
AS
6037 LIBS=$_cloog_saved_LIBS
6038 CFLAGS=$_cloog_saved_CFLAGS
6039 CPPFLAGS=$_cloog_saved_CPPFLAGS
6040 LDFLAGS=$_cloog_saved_LDFLAGS
6041
6042
6043
6044
6045
6046 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6047 _cloog_saved_CFLAGS=$CFLAGS
6048 _cloog_saved_LDFLAGS=$LDFLAGS
6049
6050 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
27882098 6051 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
d32ef397
AS
6052
6053 if test "${cloog_org}" = yes ; then
27b9aa80
TG
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
6055$as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
d32ef397
AS
6056if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
6057 $as_echo_n "(cached) " >&6
6058else
6059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6060/* end confdefs.h. */
6061#include "cloog/cloog.h"
6062int
6063main ()
6064{
6065#if CLOOG_VERSION_MAJOR != 0 \
27b9aa80
TG
6066 || CLOOG_VERSION_MINOR != 16 \
6067 || CLOOG_VERSION_REVISION < 1
d32ef397
AS
6068 choke me
6069 #endif
6070 ;
6071 return 0;
6072}
6073_ACEOF
6074if ac_fn_c_try_compile "$LINENO"; then :
6075 gcc_cv_cloog_ct_0_14_0=yes
6076else
6077 gcc_cv_cloog_ct_0_14_0=no
6078fi
6079rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6080fi
6081{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
6082$as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
6083 elif test "${cloog_org}" = no ; then
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
f264ed56 6085$as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
d32ef397
AS
6086if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
6087 $as_echo_n "(cached) " >&6
6088else
5213506e 6089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f8bf9252
SP
6090/* end confdefs.h. */
6091#include "cloog/cloog.h"
6092int
6093main ()
6094{
d32ef397
AS
6095#if CLOOG_VERSION_MAJOR != 0 \
6096 || CLOOG_VERSION_MINOR != 15 \
6097 || CLOOG_VERSION_REVISION < 5
6098 choke me
6099 #endif
f8bf9252
SP
6100 ;
6101 return 0;
6102}
6103_ACEOF
0333b9a6
SP
6104if ac_fn_c_try_compile "$LINENO"; then :
6105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6106/* end confdefs.h. */
6107#include "cloog/cloog.h"
6108int
6109main ()
6110{
d32ef397
AS
6111#if CLOOG_VERSION_MAJOR != 0 \
6112 || CLOOG_VERSION_MINOR != 15 \
6113 || CLOOG_VERSION_REVISION < 9
6114 choke me
6115 #endif
0333b9a6
SP
6116 ;
6117 return 0;
6118}
6119_ACEOF
5213506e 6120if ac_fn_c_try_compile "$LINENO"; then :
d32ef397 6121 gcc_cv_cloog_ct_0_15_5=yes
0333b9a6 6122else
d32ef397 6123 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
0333b9a6
SP
6124fi
6125rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
f8bf9252 6126else
d32ef397 6127 gcc_cv_cloog_ct_0_15_5=no
f8bf9252 6128fi
5213506e 6129rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d789184e 6130fi
d32ef397
AS
6131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
6132$as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
6133 fi
6134
6135 CFLAGS=$_cloog_saved_CFLAGS
6136 LDFLAGS=$_cloog_saved_LDFLAGS
6137 fi
f8bf9252 6138
f8bf9252
SP
6139
6140
6141
d32ef397
AS
6142
6143
6144
6be7b668
JJ
6145 if test "x${with_cloog}" = xno; then
6146 graphite_requested=no
6147 elif test "x${with_cloog}" != x \
d32ef397
AS
6148 || test "x${with_cloog_include}" != x \
6149 || test "x${with_cloog_lib}" != x ; then
6150 graphite_requested=yes
6151 else
6152 graphite_requested=no
6153 fi
6154
6155
6156
6157 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
6158 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
6159 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
6160 clooglibs=
6161 clooginc=
6162 fi
6163
6164 if test "${graphite_requested}" = yes \
6165 && test "x${clooglibs}" = x \
6166 && test "x${clooginc}" = x ; then
6167
ab4173cf 6168 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
d32ef397
AS
6169 fi
6170
6171
6172fi
6173
d7f09764
DN
6174# Check for LTO support.
6175# Check whether --enable-lto was given.
6176if test "${enable_lto+set}" = set; then :
6177 enableval=$enable_lto; enable_lto=$enableval
6178else
6179 enable_lto=yes; default_enable_lto=yes
6180fi
6181
6182
7413962d 6183
9a02962b
DK
6184
6185
6186target_elf=no
6187case $target in
6188 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6189 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
6190 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6191 target_elf=no
6192 ;;
6193 *)
6194 target_elf=yes
6195 ;;
6196esac
6197
6198if test $target_elf = yes; then :
48215350
DK
6199 # ELF platforms build the lto-plugin always.
6200 build_lto_plugin=yes
9a02962b 6201
9a02962b
DK
6202else
6203 if test x"$default_enable_lto" = x"yes" ; then
bb79486c 6204 case $target in
51fd6b90 6205 *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
48215350 6206 # On other non-ELF platforms, LTO has yet to be validated.
bb79486c
JH
6207 *) enable_lto=no ;;
6208 esac
9a02962b 6209 else
db50fe7d
IS
6210 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6211 # It would also be nice to check the binutils support, but we don't
9a02962b
DK
6212 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6213 # warn during gcc/ subconfigure; unless you're bootstrapping with
6214 # -flto it won't be needed until after installation anyway.
6215 case $target in
1cd0b716 6216 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
9a02962b
DK
6217 *) if test x"$enable_lto" = x"yes"; then
6218 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6219 fi
6220 ;;
6221 esac
6222 fi
1cd0b716 6223 # Among non-ELF, only Windows platforms support the lto-plugin so far.
48215350 6224 # Build it unless LTO was explicitly disabled.
1cd0b716 6225 case $target in
48215350 6226 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
1cd0b716
DK
6227 *) ;;
6228 esac
48215350 6229
9a02962b
DK
6230fi
6231
d7f09764 6232
f8bf9252 6233
1e0f07d3 6234# By default, C is the only stage 1 language.
e1888513 6235stage1_languages=,c,
2805b53a 6236
00020c16 6237# Target libraries that we bootstrap.
ad1e5170 6238bootstrap_target_libs=,target-libgcc,
00020c16 6239
55ffb5ed
NN
6240# Figure out what language subdirectories are present.
6241# Look if the user specified --enable-languages="..."; if not, use
6242# the environment variable $LANGUAGES if defined. $LANGUAGES might
6243# go away some day.
6244# NB: embedded tabs in this IF block -- do not untabify
6245if test -d ${srcdir}/gcc; then
6246 if test x"${enable_languages+set}" != xset; then
6247 if test x"${LANGUAGES+set}" = xset; then
6248 enable_languages="${LANGUAGES}"
6249 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6250 else
6251 enable_languages=all
6252 fi
6253 else
6254 if test x"${enable_languages}" = x ||
6255 test x"${enable_languages}" = xyes;
6256 then
6257 echo configure.in: --enable-languages needs at least one language argument 1>&2
6258 exit 1
6259 fi
6260 fi
6261 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6262
7f26dfa3
FXC
6263 # 'f95' is the old name for the 'fortran' language. We issue a warning
6264 # and make the substitution.
6265 case ,${enable_languages}, in
6266 *,f95,*)
6267 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6268 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6269 ;;
6270 esac
6271
55ffb5ed
NN
6272 # First scan to see if an enabled language requires some other language.
6273 # We assume that a given config-lang.in will list all the language
6274 # front ends it requires, even if some are required indirectly.
6275 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6276 case ${lang_frag} in
6277 ..) ;;
6278 # The odd quoting in the next line works around
6279 # an apparent bug in bash 1.12 on linux.
6280 ${srcdir}/gcc/[*]/config-lang.in) ;;
6281 *)
69ecd18f
ILT
6282 # From the config-lang.in, get $language, $lang_requires, and
6283 # $lang_requires_boot_languages.
55ffb5ed
NN
6284 language=
6285 lang_requires=
69ecd18f 6286 lang_requires_boot_languages=
55ffb5ed 6287 . ${lang_frag}
69ecd18f 6288 for other in ${lang_requires} ${lang_requires_boot_languages}; do
55ffb5ed
NN
6289 case ,${enable_languages}, in
6290 *,$other,*) ;;
6291 *,all,*) ;;
6292 *,$language,*)
6293 echo " \`$other' language required by \`$language'; enabling" 1>&2
6294 enable_languages="${enable_languages},${other}"
6295 ;;
6296 esac
6297 done
69ecd18f
ILT
6298 for other in ${lang_requires_boot_languages} ; do
6299 if test "$other" != "c"; then
6300 case ,${enable_stage1_languages}, in
6301 *,$other,*) ;;
6302 *,all,*) ;;
6303 *)
6304 case ,${enable_languages}, in
6305 *,$language,*)
6306 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6307 enable_stage1_languages="$enable_stage1_languages,${other}"
6308 ;;
6309 esac
6310 ;;
6311 esac
6312 fi
6313 done
55ffb5ed
NN
6314 ;;
6315 esac
6316 done
6317
e1888513 6318 new_enable_languages=,c,
d7f09764
DN
6319
6320 # If LTO is enabled, add the LTO front end.
6321 extra_host_libiberty_configure_flags=
6322 if test "$enable_lto" = "yes" ; then
e4c5bd48
RW
6323 case ,${enable_languages}, in
6324 *,lto,*) ;;
6325 *) enable_languages="${enable_languages},lto" ;;
6326 esac
1cd0b716 6327 if test "${build_lto_plugin}" = "yes" ; then
d7f09764
DN
6328 configdirs="$configdirs lto-plugin"
6329 extra_host_libiberty_configure_flags=--enable-shared
6330 fi
6331 fi
6332
6333
55ffb5ed 6334 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
e1888513 6335 potential_languages=,c,
55ffb5ed 6336
4da3b0f8
ILT
6337 enabled_target_libs=
6338 disabled_target_libs=
6339
55ffb5ed
NN
6340 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6341 case ${lang_frag} in
6342 ..) ;;
6343 # The odd quoting in the next line works around
6344 # an apparent bug in bash 1.12 on linux.
6345 ${srcdir}/gcc/[*]/config-lang.in) ;;
6346 *)
1c710c3c 6347 # From the config-lang.in, get $language, $target_libs,
2805b53a 6348 # $lang_dirs, $boot_language, and $build_by_default
55ffb5ed
NN
6349 language=
6350 target_libs=
6351 lang_dirs=
1546bb64 6352 subdir_requires=
e1888513
PB
6353 boot_language=no
6354 build_by_default=yes
55ffb5ed 6355 . ${lang_frag}
e1888513
PB
6356 if test x${language} = x; then
6357 echo "${lang_frag} doesn't set \$language." 1>&2
6358 exit 1
6359 fi
6360
f61428ed
AO
6361 if test "$language" = "c++" \
6362 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
00020c16
ILT
6363 boot_language=yes
6364 fi
6365
e1888513
PB
6366 case ,${enable_languages}, in
6367 *,${language},*)
55ffb5ed
NN
6368 # Language was explicitly selected; include it.
6369 add_this_lang=yes
6370 ;;
e1888513
PB
6371 *,all,*)
6372 # 'all' was selected, select it if it is a default language
6373 add_this_lang=${build_by_default}
55ffb5ed
NN
6374 ;;
6375 *)
6376 add_this_lang=no
6377 ;;
6378 esac
6de9cd9a 6379
1546bb64 6380 # Disable languages that need other directories if these aren't available.
95695ad3 6381 for i in $subdir_requires; do
b6348cb3 6382 test -f "$srcdir/gcc/$i/config-lang.in" && continue
1546bb64
PB
6383 case ,${enable_languages}, in
6384 *,${language},*)
6385 # Specifically requested language; tell them.
5213506e 6386 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
1546bb64
PB
6387 ;;
6388 *)
6389 # Silently disable.
e1888513 6390 add_this_lang=unsupported
1546bb64
PB
6391 ;;
6392 esac
6393 done
6394
e1888513
PB
6395 # Disable Ada if no preexisting GNAT is available.
6396 case ,${enable_languages},:${language}:${have_gnat} in
6397 *,${language},*:ada:no)
6398 # Specifically requested language; tell them.
5213506e 6399 as_fn_error "GNAT is required to build $language" "$LINENO" 5
e1888513
PB
6400 ;;
6401 *:ada:no)
6402 # Silently disable.
6403 add_this_lang=unsupported
6404 ;;
6405 esac
6406
4fab7234
HPN
6407 # Disable a language that is unsupported by the target.
6408 case " $unsupported_languages " in
6409 *" $language "*)
e1888513 6410 add_this_lang=unsupported
4fab7234
HPN
6411 ;;
6412 esac
6413
6de9cd9a 6414 case $add_this_lang in
e1888513 6415 unsupported)
55ffb5ed 6416 # Remove language-dependent dirs.
4da3b0f8
ILT
6417 disabled_target_libs="$disabled_target_libs $target_libs"
6418 noconfigdirs="$noconfigdirs $lang_dirs"
2805b53a 6419 ;;
e1888513
PB
6420 no)
6421 # Remove language-dependent dirs; still show language as supported.
4da3b0f8
ILT
6422 disabled_target_libs="$disabled_target_libs $target_libs"
6423 noconfigdirs="$noconfigdirs $lang_dirs"
e1888513
PB
6424 potential_languages="${potential_languages}${language},"
6425 ;;
6426 yes)
6427 new_enable_languages="${new_enable_languages}${language},"
6428 potential_languages="${potential_languages}${language},"
2805b53a 6429 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
4da3b0f8 6430 enabled_target_libs="$enabled_target_libs $target_libs"
ab9dcd0c
RW
6431 case "${boot_language}:,$enable_stage1_languages," in
6432 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
340de83f 6433 # Add to (comma-separated) list of stage 1 languages.
ab9dcd0c
RW
6434 case ",$stage1_languages," in
6435 *,$language,* | ,yes, | ,all,) ;;
6436 *) stage1_languages="${stage1_languages}${language}," ;;
6437 esac
00020c16
ILT
6438 # We need to bootstrap any supporting libraries.
6439 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2805b53a
NN
6440 ;;
6441 esac
6442 ;;
55ffb5ed
NN
6443 esac
6444 ;;
6445 esac
6446 done
6447
4da3b0f8
ILT
6448 # Add target libraries which are only needed for disabled languages
6449 # to noconfigdirs.
6450 if test -n "$disabled_target_libs"; then
6451 for dir in $disabled_target_libs; do
6452 case " $enabled_target_libs " in
6453 *" ${dir} "*) ;;
6454 *) noconfigdirs="$noconfigdirs $dir" ;;
6455 esac
6456 done
6457 fi
6458
5213506e
RW
6459 # Check whether --enable-stage1-languages was given.
6460if test "${enable_stage1_languages+set}" = set; then :
6461 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
e1888513
PB
6462 ,no,|,,)
6463 # Set it to something that will have no effect in the loop below
6464 enable_stage1_languages=c ;;
6465 ,yes,)
6466 enable_stage1_languages=`echo $new_enable_languages | \
6467 sed -e "s/^,//" -e "s/,$//" ` ;;
6468 *,all,*)
6469 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6470 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6471 esac
6472
6473 # Add "good" languages from enable_stage1_languages to stage1_languages,
6474 # while "bad" languages go in missing_languages. Leave no duplicates.
6475 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6476 case $potential_languages in
6477 *,$i,*)
6478 case $stage1_languages in
6479 *,$i,*) ;;
6480 *) stage1_languages="$stage1_languages$i," ;;
6481 esac ;;
6482 *)
6483 case $missing_languages in
6484 *,$i,*) ;;
6485 *) missing_languages="$missing_languages$i," ;;
6486 esac ;;
6487 esac
6488 done
5213506e
RW
6489fi
6490
e1888513
PB
6491
6492 # Remove leading/trailing commas that were added for simplicity
6493 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
79b4b7d2 6494 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
e1888513
PB
6495 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6496 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6497
55ffb5ed 6498 if test "x$missing_languages" != x; then
5213506e 6499 as_fn_error "
0cf085e4 6500The following requested languages could not be built: ${missing_languages}
5213506e 6501Supported languages are: ${potential_languages}" "$LINENO" 5
55ffb5ed 6502 fi
55ffb5ed
NN
6503 if test "x$new_enable_languages" != "x$enable_languages"; then
6504 echo The following languages will be built: ${new_enable_languages}
e1888513 6505 enable_languages="$new_enable_languages"
55ffb5ed 6506 fi
e1888513 6507
1c710c3c 6508
b2eaac4a 6509 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
55ffb5ed
NN
6510fi
6511
27079765
AH
6512# Handle --disable-<component> generically.
6513for dir in $configdirs $build_configdirs $target_configdirs ; do
6514 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
ac9e6043
RW
6515 varname=`echo $dirname | sed -e s/+/_/g`
6516 if eval test x\${enable_${varname}} "=" xno ; then
27079765
AH
6517 noconfigdirs="$noconfigdirs $dir"
6518 fi
6519done
6520
7cd0cf9c 6521# Check for Boehm's garbage collector
5213506e
RW
6522# Check whether --enable-objc-gc was given.
6523if test "${enable_objc_gc+set}" = set; then :
6524 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
7cd0cf9c 6525 *,objc,*:*:yes:*target-boehm-gc*)
5213506e 6526 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
7cd0cf9c
DA
6527 ;;
6528esac
5213506e
RW
6529fi
6530
7cd0cf9c
DA
6531
6532# Make sure we only build Boehm's garbage collector if required.
2a79fd67
DA
6533case ,${enable_languages},:${enable_objc_gc} in
6534 *,objc,*:yes)
7cd0cf9c
DA
6535 # Keep target-boehm-gc if requested for Objective-C.
6536 ;;
7cd0cf9c 6537 *)
2a79fd67
DA
6538 # Otherwise remove target-boehm-gc depending on target-libjava.
6539 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6540 noconfigdirs="$noconfigdirs target-boehm-gc"
6541 fi
7cd0cf9c
DA
6542 ;;
6543esac
6544
ee6a22df
L
6545# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6546# $build_configdirs and $target_configdirs.
55ffb5ed
NN
6547# If we have the source for $noconfigdirs entries, add them to $notsupp.
6548
6549notsupp=""
6550for dir in . $skipdirs $noconfigdirs ; do
ee6a22df 6551 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
55ffb5ed
NN
6552 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6553 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6554 if test -r $srcdir/$dirname/configure ; then
6555 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6556 true
6557 else
6558 notsupp="$notsupp $dir"
6559 fi
6560 fi
6561 fi
ee6a22df
L
6562 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6563 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6564 if test -r $srcdir/$dirname/configure ; then
6565 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6566 true
6567 else
6568 notsupp="$notsupp $dir"
6569 fi
6570 fi
6571 fi
55ffb5ed
NN
6572 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6573 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6574 if test -r $srcdir/$dirname/configure ; then
6575 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6576 true
6577 else
6578 notsupp="$notsupp $dir"
6579 fi
6580 fi
6581 fi
6582done
6583
6584# Sometimes the tools are distributed with libiberty but with no other
6585# libraries. In that case, we don't want to build target-libiberty.
54fdc474 6586# Don't let libgcc imply libiberty either.
55ffb5ed 6587if test -n "${target_configdirs}" ; then
54fdc474 6588 libgcc=
55ffb5ed
NN
6589 others=
6590 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
54fdc474
DJ
6591 if test "$i" = "libgcc"; then
6592 libgcc=target-libgcc
6593 elif test "$i" != "libiberty" ; then
55ffb5ed
NN
6594 if test -r $srcdir/$i/configure ; then
6595 others=yes;
6596 break;
6597 fi
6598 fi
6599 done
6600 if test -z "${others}" ; then
54fdc474 6601 target_configdirs=$libgcc
55ffb5ed
NN
6602 fi
6603fi
6604
6605# Quietly strip out all directories which aren't configurable in this tree.
6606# This relies on all configurable subdirectories being autoconfiscated, which
6607# is now the case.
23f6b2f9
PB
6608build_configdirs_all="$build_configdirs"
6609build_configdirs=
6610for i in ${build_configdirs_all} ; do
1c710c3c 6611 j=`echo $i | sed -e s/build-//g`
23f6b2f9
PB
6612 if test -f ${srcdir}/$j/configure ; then
6613 build_configdirs="${build_configdirs} $i"
6614 fi
6615done
6616
55ffb5ed
NN
6617configdirs_all="$configdirs"
6618configdirs=
6619for i in ${configdirs_all} ; do
6620 if test -f ${srcdir}/$i/configure ; then
6621 configdirs="${configdirs} $i"
6622 fi
6623done
23f6b2f9 6624
55ffb5ed
NN
6625target_configdirs_all="$target_configdirs"
6626target_configdirs=
6627for i in ${target_configdirs_all} ; do
1c710c3c 6628 j=`echo $i | sed -e s/target-//g`
55ffb5ed
NN
6629 if test -f ${srcdir}/$j/configure ; then
6630 target_configdirs="${target_configdirs} $i"
6631 fi
6632done
6633
6634# Produce a warning message for the subdirs we can't configure.
6635# This isn't especially interesting in the Cygnus tree, but in the individual
6636# FSF releases, it's important to let people know when their machine isn't
6637# supported by the one or two programs in a package.
6638
6639if test -n "${notsupp}" && test -z "${norecursion}" ; then
6640 # If $appdirs is non-empty, at least one of those directories must still
6641 # be configured, or we error out. (E.g., if the gas release supports a
6642 # specified target in some subdirs but not the gas subdir, we shouldn't
6643 # pretend that all is well.)
6644 if test -n "$appdirs" ; then
6645 for dir in $appdirs ; do
6646 if test -r $dir/Makefile.in ; then
6647 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6648 appdirs=""
6649 break
6650 fi
23f6b2f9 6651 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
55ffb5ed
NN
6652 appdirs=""
6653 break
6654 fi
6655 fi
6656 done
6657 if test -n "$appdirs" ; then
6658 echo "*** This configuration is not supported by this package." 1>&2
6659 exit 1
6660 fi
6661 fi
6662 # Okay, some application will build, or we don't care to check. Still
6663 # notify of subdirs not getting built.
6664 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6665 echo " ${notsupp}" 1>&2
6666 echo " (Any other directories should still work fine.)" 1>&2
6667fi
6668
6669case "$host" in
6670 *msdosdjgpp*)
6671 enable_gdbtk=no ;;
6672esac
6673
c3a86da9
DJ
6674# To find our prefix, in gcc_cv_tool_prefix.
6675
6676# The user is always right.
6677if test "${PATH_SEPARATOR+set}" != set; then
6678 echo "#! /bin/sh" >conf$$.sh
6679 echo "exit 0" >>conf$$.sh
6680 chmod +x conf$$.sh
6681 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6682 PATH_SEPARATOR=';'
6683 else
6684 PATH_SEPARATOR=:
6685 fi
6686 rm -f conf$$.sh
6687fi
6688
6689
6690
6691if test "x$exec_prefix" = xNONE; then
6692 if test "x$prefix" = xNONE; then
6693 gcc_cv_tool_prefix=$ac_default_prefix
6694 else
6695 gcc_cv_tool_prefix=$prefix
6696 fi
6697else
6698 gcc_cv_tool_prefix=$exec_prefix
6699fi
6700
6701# If there is no compiler in the tree, use the PATH only. In any
6702# case, if there is no compiler in the tree nobody should use
6703# AS_FOR_TARGET and LD_FOR_TARGET.
6704if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6705 gcc_version=`cat $srcdir/gcc/BASE-VER`
6706 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6707 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6708 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6709 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6710 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6711 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6712else
6713 gcc_cv_tool_dirs=
6714fi
6715
6716if test x$build = x$target && test -n "$md_exec_prefix"; then
6717 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6718fi
6719
6720
6721
55ffb5ed
NN
6722copy_dirs=
6723
1c710c3c 6724
5213506e
RW
6725# Check whether --with-build-sysroot was given.
6726if test "${with_build_sysroot+set}" = set; then :
6727 withval=$with_build_sysroot; if test x"$withval" != x ; then
526635cb
MM
6728 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6729 fi
6730else
6731 SYSROOT_CFLAGS_FOR_TARGET=
5213506e 6732fi
526635cb
MM
6733
6734
c8aea42c 6735
5213506e
RW
6736
6737# Check whether --with-debug-prefix-map was given.
6738if test "${with_debug_prefix_map+set}" = set; then :
6739 withval=$with_debug_prefix_map; if test x"$withval" != x; then
c8aea42c
PB
6740 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6741 for debug_map in $withval; do
6742 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6743 done
6744 fi
6745else
6746 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5213506e
RW
6747fi
6748
c8aea42c
PB
6749
6750
1c8bd6a3
PB
6751# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6752# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6753# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6754# We want to ensure that TARGET libraries (which we know are built with
6755# gcc) are built with "-O2 -g", so include those options when setting
6756# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6757if test "x$CFLAGS_FOR_TARGET" = x; then
6758 CFLAGS_FOR_TARGET=$CFLAGS
6759 case " $CFLAGS " in
6760 *" -O2 "*) ;;
6761 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6762 esac
6763 case " $CFLAGS " in
6764 *" -g "* | *" -g3 "*) ;;
6765 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6766 esac
6767fi
6768
6769
6770if test "x$CXXFLAGS_FOR_TARGET" = x; then
6771 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6772 case " $CXXFLAGS " in
6773 *" -O2 "*) ;;
6774 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6775 esac
6776 case " $CXXFLAGS " in
6777 *" -g "* | *" -g3 "*) ;;
6778 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6779 esac
6780fi
6781
6782
55ffb5ed
NN
6783# Handle --with-headers=XXX. If the value is not "yes", the contents of
6784# the named directory are copied to $(tooldir)/sys-include.
6785if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6786 if test x${is_cross_compiler} = xno ; then
6787 echo 1>&2 '***' --with-headers is only supported when cross compiling
6788 exit 1
6789 fi
6790 if test x"${with_headers}" != xyes ; then
c3a86da9 6791 x=${gcc_cv_tool_prefix}
1c710c3c 6792 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
55ffb5ed
NN
6793 fi
6794fi
6795
6796# Handle --with-libs=XXX. If the value is not "yes", the contents of
6797# the name directories are copied to $(tooldir)/lib. Multiple directories
6798# are permitted.
6799if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6800 if test x${is_cross_compiler} = xno ; then
6801 echo 1>&2 '***' --with-libs is only supported when cross compiling
6802 exit 1
6803 fi
6804 if test x"${with_libs}" != xyes ; then
6805 # Copy the libraries in reverse order, so that files in the first named
6806 # library override files in subsequent libraries.
c3a86da9 6807 x=${gcc_cv_tool_prefix}
55ffb5ed 6808 for l in ${with_libs}; do
1c710c3c 6809 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
55ffb5ed
NN
6810 done
6811 fi
6812fi
6813
d7f09764 6814# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
e8b05380
PB
6815#
6816# This is done by determining whether or not the appropriate directory
6817# is available, and by checking whether or not specific configurations
6818# have requested that this magic not happen.
1c710c3c
DJ
6819#
6820# The command line options always override the explicit settings in
e8b05380
PB
6821# configure.in, and the settings in configure.in override this magic.
6822#
1c710c3c 6823# If the default for a toolchain is to use GNU as and ld, and you don't
e8b05380 6824# want to do that, then you should use the --without-gnu-as and
d7f09764
DN
6825# --without-gnu-ld options for the configure script. Similarly, if
6826# the default is to use the included zlib and you don't want to do that,
6827# you should use the --with-system-zlib option for the configure script.
e8b05380
PB
6828
6829if test x${use_gnu_as} = x &&
6830 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6831 with_gnu_as=yes
6832 extra_host_args="$extra_host_args --with-gnu-as"
6833fi
6834
6835if test x${use_gnu_ld} = x &&
5afab7ad 6836 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
e8b05380
PB
6837 with_gnu_ld=yes
6838 extra_host_args="$extra_host_args --with-gnu-ld"
6839fi
6840
d7f09764
DN
6841if test x${use_included_zlib} = x &&
6842 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6843 :
6844else
6845 with_system_zlib=yes
6846 extra_host_args="$extra_host_args --with-system-zlib"
6847fi
6848
e8b05380
PB
6849# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6850# can detect this case.
6851
6852if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6853 with_newlib=yes
6854 extra_host_args="$extra_host_args --with-newlib"
6855fi
6856
55ffb5ed
NN
6857# Handle ${copy_dirs}
6858set fnord ${copy_dirs}
6859shift
6860while test $# != 0 ; do
6861 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6862 :
6863 else
6864 echo Copying $1 to $2
6865
6866 # Use the install script to create the directory and all required
6867 # parent directories.
6868 if test -d $2 ; then
6869 :
6870 else
6871 echo >config.temp
6872 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6873 fi
6874
6875 # Copy the directory, assuming we have tar.
6876 # FIXME: Should we use B in the second tar? Not all systems support it.
6877 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6878
6879 # It is the responsibility of the user to correctly adjust all
6880 # symlinks. If somebody can figure out how to handle them correctly
6881 # here, feel free to add the code.
6882
6883 echo $1 > $2/COPIED
6884 fi
6885 shift; shift
6886done
6887
e8b05380
PB
6888# Determine a target-dependent exec_prefix that the installed
6889# gcc will search in. Keep this list sorted by triplet, with
6890# the *-*-osname triplets last.
6891md_exec_prefix=
6892case "${target}" in
6893 alpha*-*-*vms*)
6894 md_exec_prefix=/gnu/lib/gcc-lib
6895 ;;
30b74385 6896 i[34567]86-pc-msdosdjgpp*)
e8b05380
PB
6897 md_exec_prefix=/dev/env/DJDIR/bin
6898 ;;
30b74385 6899 i[34567]86-*-sco3.2v5*)
e8b05380
PB
6900 if test $with_gnu_as = yes; then
6901 md_exec_prefix=/usr/gnu/bin
6902 else
6903 md_exec_prefix=/usr/ccs/bin/elf
6904 fi
6905 ;;
6906
6907 mn10300-*-* | \
6908 powerpc-*-chorusos* | \
6909 powerpc*-*-eabi* | \
6910 powerpc*-*-sysv* | \
6911 powerpc*-*-kaos* | \
6912 s390x-ibm-tpf*)
6913 md_exec_prefix=/usr/ccs/bin
6914 ;;
6915 sparc64-*-elf*)
6916 ;;
6917 v850*-*-*)
6918 md_exec_prefix=/usr/ccs/bin
6919 ;;
aa12a573 6920 xtensa*-*-elf*)
e8b05380
PB
6921 ;;
6922
6923 *-*-beos* | \
6924 *-*-elf* | \
6925 *-*-hpux* | \
6926 *-*-netware* | \
6927 *-*-nto-qnx* | \
6928 *-*-rtems* | \
6929 *-*-solaris2* | \
30b74385 6930 *-*-sysv[45]* | \
e8b05380
PB
6931 *-*-vxworks* | \
6932 *-wrs-windiss)
6933 md_exec_prefix=/usr/ccs/bin
6934 ;;
6935esac
6936
671aa708
NN
6937extra_arflags_for_target=
6938extra_nmflags_for_target=
6939extra_ranlibflags_for_target=
6940target_makefile_frag=/dev/null
6941case "${target}" in
3e19841a
PB
6942 mep*-*-*)
6943 target_makefile_frag="config/mt-mep"
6944 ;;
58e24147
AM
6945 spu-*-*)
6946 target_makefile_frag="config/mt-spu"
6947 ;;
4bf6c438
RS
6948 mips*-sde-elf*)
6949 target_makefile_frag="config/mt-sde"
6950 ;;
1ec3b87b
RS
6951 mipsisa*-*-elfoabi*)
6952 target_makefile_frag="config/mt-mips-elfoabi"
6953 ;;
08d0963a
RS
6954 mips*-*-*linux* | mips*-*-gnu*)
6955 target_makefile_frag="config/mt-mips-gnu"
6956 ;;
61fec9ff 6957 *-*-netware*)
671aa708
NN
6958 target_makefile_frag="config/mt-netware"
6959 ;;
416ac4d4 6960 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
98a5bb3b 6961 target_makefile_frag="config/mt-gnu"
671aa708
NN
6962 ;;
6963 *-*-aix4.[3456789]* | *-*-aix[56789].*)
1c710c3c 6964 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
671aa708
NN
6965 # commands to handle both 32-bit and 64-bit objects. These flags are
6966 # harmless if we're using GNU nm or ar.
6967 extra_arflags_for_target=" -X32_64"
6968 extra_nmflags_for_target=" -B -X32_64"
6969 ;;
0aeb3cc6
JH
6970 *-*-darwin[3-9]*)
6971 # ranlib before Darwin10 requires the -c flag to look at common symbols.
671aa708
NN
6972 extra_ranlibflags_for_target=" -c"
6973 ;;
6974 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
6975 target_makefile_frag="config/mt-wince"
6976 ;;
6977esac
6978
6979alphaieee_frag=/dev/null
6980case $target in
6981 alpha*-*-*)
6982 # This just makes sure to use the -mieee option to build target libs.
6983 # This should probably be set individually by each library.
6984 alphaieee_frag="config/mt-alphaieee"
6985 ;;
6986esac
6987
6988# If --enable-target-optspace always use -Os instead of -O2 to build
6989# the target libraries, similarly if it is not specified, use -Os
6990# on selected platforms.
6991ospace_frag=/dev/null
6992case "${enable_target_optspace}:${target}" in
6993 yes:*)
6994 ospace_frag="config/mt-ospace"
6995 ;;
6996 :d30v-*)
6997 ospace_frag="config/mt-d30v"
6998 ;;
6999 :m32r-* | :d10v-* | :fr30-*)
7000 ospace_frag="config/mt-ospace"
7001 ;;
7002 no:* | :*)
7003 ;;
7004 *)
7005 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
7006 ;;
7007esac
7008
671aa708
NN
7009# Default to using --with-stabs for certain targets.
7010if test x${with_stabs} = x ; then
7011 case "${target}" in
89a95129 7012 mips*-*-irix[56]*)
671aa708
NN
7013 ;;
7014 mips*-*-* | alpha*-*-osf*)
7015 with_stabs=yes;
7016 extra_host_args="${extra_host_args} --with-stabs"
7017 ;;
7018 esac
7019fi
7020
7021# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
7022# them automatically.
7023case "${host}" in
1c710c3c 7024 hppa*64*-*-hpux11*)
671aa708
NN
7025 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
7026 ;;
7027esac
7028
671aa708
NN
7029# Some systems (e.g., one of the i386-aix systems the gas testers are
7030# using) don't handle "\$" correctly, so don't use it here.
1c710c3c 7031tooldir='${exec_prefix}'/${target_noncanonical}
671aa708
NN
7032build_tooldir=${tooldir}
7033
671aa708
NN
7034# Create a .gdbinit file which runs the one in srcdir
7035# and tells GDB to look there for source files.
7036
7037if test -r ${srcdir}/.gdbinit ; then
7038 case ${srcdir} in
7039 .) ;;
7040 *) cat > ./.gdbinit <<EOF
7041# ${NO_EDIT}
7042dir ${srcdir}
7043dir .
7044source ${srcdir}/.gdbinit
7045EOF
7046 ;;
7047 esac
7048fi
7049
671aa708
NN
7050# Make sure that the compiler is able to generate an executable. If it
7051# can't, we are probably in trouble. We don't care whether we can run the
7052# executable--we might be using a cross compiler--we only care whether it
7053# can be created. At this point the main configure script has set CC.
7054we_are_ok=no
7055echo "int main () { return 0; }" > conftest.c
7056${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7057if test $? = 0 ; then
7058 if test -s conftest || test -s conftest.exe ; then
7059 we_are_ok=yes
7060 fi
1c710c3c 7061fi
671aa708
NN
7062case $we_are_ok in
7063 no)
7064 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7065 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7066 rm -f conftest*
7067 exit 1
7068 ;;
7069esac
7070rm -f conftest*
7071
7072# The Solaris /usr/ucb/cc compiler does not appear to work.
7073case "${host}" in
7074 sparc-sun-solaris2*)
7075 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
7076 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
7077 could_use=
7078 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
7079 if test -d /opt/cygnus/bin ; then
7080 if test "$could_use" = "" ; then
7081 could_use="/opt/cygnus/bin"
7082 else
7083 could_use="$could_use or /opt/cygnus/bin"
7084 fi
7085 fi
7086 if test "$could_use" = "" ; then
7087 echo "Warning: compilation may fail because you're using"
7088 echo "/usr/ucb/cc. You should change your PATH or CC "
7089 echo "variable and rerun configure."
7090 else
7091 echo "Warning: compilation may fail because you're using"
7092 echo "/usr/ucb/cc, when you should use the C compiler from"
7093 echo "$could_use. You should change your"
7094 echo "PATH or CC variable and rerun configure."
7095 fi
7096 fi
7097 ;;
7098esac
7099
d89f0ad6 7100# Decide which environment variable is used to find dynamic libraries.
671aa708
NN
7101case "${host}" in
7102 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
256f7136 7103 *-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
d89f0ad6 7104 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
671aa708
NN
7105 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7106esac
7107
d89f0ad6
AL
7108# On systems where the dynamic library environment variable is PATH,
7109# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7110# built executables to PATH.
7111if test "$RPATH_ENVVAR" = PATH; then
7112 GCC_SHLIB_SUBDIR=/shlib
7113else
7114 GCC_SHLIB_SUBDIR=
7115fi
7116
671aa708
NN
7117# Record target_configdirs and the configure arguments for target and
7118# build configuration in Makefile.
7119target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
23f6b2f9 7120build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
671aa708 7121
ad1e5170
JR
7122# If we are building libgomp, bootstrap it.
7123if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7124 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7125fi
7126
671aa708
NN
7127# Determine whether gdb needs tk/tcl or not.
7128# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7129# and in that case we want gdb to be built without tk. Ugh!
7130# In fact I believe gdb is the *only* package directly dependent on tk,
7131# so we should be able to put the 'maybe's in unconditionally and
7132# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7133# 100% sure that that's safe though.
e914a571 7134
b4f96efe 7135gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
671aa708
NN
7136case "$enable_gdbtk" in
7137 no)
7138 GDB_TK="" ;;
e914a571
AC
7139 yes)
7140 GDB_TK="${gdb_tk}" ;;
671aa708 7141 *)
e914a571
AC
7142 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7143 # distro. Eventually someone will fix this and move Insight, nee
7144 # gdbtk to a separate directory.
7145 if test -d ${srcdir}/gdb/gdbtk ; then
7146 GDB_TK="${gdb_tk}"
7147 else
7148 GDB_TK=""
7149 fi
7150 ;;
671aa708 7151esac
ef9db8d5
DJ
7152CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7153INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
671aa708 7154
60975492 7155# Strip out unwanted targets.
8b87bb96
NN
7156
7157# While at that, we remove Makefiles if we were started for recursive
7158# configuration, so that the top-level Makefile reconfigures them,
7159# like we used to do when configure itself was recursive.
8b87bb96 7160
3e54529c
RW
7161# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7162# but now we're fixing up the Makefile ourselves with the additional
7163# commands passed to AC_CONFIG_FILES. Use separate variables
7164# extrasub-{build,host,target} not because there is any reason to split
7165# the substitutions up that way, but only to remain below the limit of
7166# 99 commands in a script, for HP-UX sed.
7167# Do not nest @if/@endif pairs, because configure will not warn you at all.
8b87bb96 7168
5213506e
RW
7169# Check whether --enable-bootstrap was given.
7170if test "${enable_bootstrap+set}" = set; then :
7171 enableval=$enable_bootstrap;
f516a7da 7172else
ce521a9c 7173 enable_bootstrap=default
5213506e
RW
7174fi
7175
f516a7da 7176
ce521a9c
PB
7177# Issue errors and warnings for invalid/strange bootstrap combinations.
7178case "$configdirs" in
7179 *gcc*) have_compiler=yes ;;
7180 *) have_compiler=no ;;
7181esac
7182
7183case "$have_compiler:$host:$target:$enable_bootstrap" in
7184 *:*:*:no) ;;
7185
1ca26cd2 7186 # Default behavior. Enable bootstrap if we have a compiler
ce521a9c
PB
7187 # and we are in a native configuration.
7188 yes:$build:$build:default)
1ca26cd2 7189 enable_bootstrap=yes ;;
ce521a9c
PB
7190
7191 *:*:*:default)
7192 enable_bootstrap=no ;;
7193
7194 # We have a compiler and we are in a native configuration, bootstrap is ok
2d309510 7195 yes:$build:$build:yes)
ce521a9c
PB
7196 ;;
7197
7198 # Other configurations, but we have a compiler. Assume the user knows
7199 # what he's doing.
2d309510 7200 yes:*:*:yes)
5213506e
RW
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7202$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
ce521a9c
PB
7203 ;;
7204
7205 # No compiler: if they passed --enable-bootstrap explicitly, fail
2d309510 7206 no:*:*:yes)
5213506e 7207 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
ce521a9c
PB
7208
7209 # Fail if wrong command line
7210 *)
5213506e 7211 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
ce521a9c
PB
7212 ;;
7213esac
7214
ca6d0d62
RW
7215case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7216 *,c++,*:yes:yes) ;;
7217 *:yes:yes)
7218 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7219 ;;
7220esac
7221
79cd2b23
RW
7222case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7223 yes:yes:*\ gold\ *:*,c++,*) ;;
7224 yes:yes:*\ gold\ *:*)
7225 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7226 ;;
7227esac
7228
ce521a9c 7229# Adjust the toplevel makefile according to whether bootstrap was selected.
e12c4094 7230case $enable_bootstrap in
f516a7da 7231 yes)
e12c4094
AO
7232 bootstrap_suffix=bootstrap
7233 BUILD_CONFIG=bootstrap-debug
7234 ;;
f516a7da 7235 no)
e12c4094
AO
7236 bootstrap_suffix=no-bootstrap
7237 BUILD_CONFIG=
7238 ;;
f516a7da
PB
7239esac
7240
e12c4094
AO
7241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7242$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
5646b7b9
AO
7243
7244
7245# Check whether --with-build-config was given.
7246if test "${with_build_config+set}" = set; then :
7247 withval=$with_build_config; case $with_build_config in
7248 yes) with_build_config= ;;
7249 no) with_build_config= BUILD_CONFIG= ;;
7250 esac
7251fi
7252
7253
e12c4094
AO
7254if test "x${with_build_config}" != x; then
7255 BUILD_CONFIG=$with_build_config
7256else
7257 case $BUILD_CONFIG in
7258 bootstrap-debug)
7259 if echo "int f (void) { return 0; }" > conftest.c &&
7260 ${CC} -c conftest.c &&
7261 mv conftest.o conftest.o.g0 &&
7262 ${CC} -c -g conftest.c &&
7263 mv conftest.o conftest.o.g &&
615c8ffa 7264 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
e12c4094
AO
7265 :
7266 else
7267 BUILD_CONFIG=
7268 fi
7269 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7270 ;;
7271 esac
7272fi
7273{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7274$as_echo "$BUILD_CONFIG" >&6; }
7275
7276
3e54529c 7277extrasub_build=
23f6b2f9 7278for module in ${build_configdirs} ; do
5607edfd
PB
7279 if test -z "${no_recursion}" \
7280 && test -f ${build_subdir}/${module}/Makefile; then
7281 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7282 rm -f ${build_subdir}/${module}/Makefile
7283 fi
3e54529c 7284 extrasub_build="$extrasub_build
5607edfd
PB
7285/^@if build-$module\$/d
7286/^@endif build-$module\$/d
7287/^@if build-$module-$bootstrap_suffix\$/d
7288/^@endif build-$module-$bootstrap_suffix\$/d"
7289done
3e54529c 7290extrasub_host=
5607edfd 7291for module in ${configdirs} ; do
a6fbc1e2 7292 if test -z "${no_recursion}"; then
f063a9ed 7293 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
a6fbc1e2
AS
7294 if test -f ${file}; then
7295 echo 1>&2 "*** removing ${file} to force reconfigure"
7296 rm -f ${file}
7297 fi
7298 done
5607edfd 7299 fi
3e54529c 7300 extrasub_host="$extrasub_host
5607edfd
PB
7301/^@if $module\$/d
7302/^@endif $module\$/d
7303/^@if $module-$bootstrap_suffix\$/d
7304/^@endif $module-$bootstrap_suffix\$/d"
7305done
3e54529c 7306extrasub_target=
5607edfd
PB
7307for module in ${target_configdirs} ; do
7308 if test -z "${no_recursion}" \
7309 && test -f ${target_subdir}/${module}/Makefile; then
7310 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7311 rm -f ${target_subdir}/${module}/Makefile
7312 fi
00020c16
ILT
7313
7314 # We only bootstrap target libraries listed in bootstrap_target_libs.
7315 case $bootstrap_target_libs in
7316 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7317 *) target_bootstrap_suffix=no-bootstrap ;;
7318 esac
7319
3e54529c 7320 extrasub_target="$extrasub_target
5607edfd
PB
7321/^@if target-$module\$/d
7322/^@endif target-$module\$/d
00020c16
ILT
7323/^@if target-$module-$target_bootstrap_suffix\$/d
7324/^@endif target-$module-$target_bootstrap_suffix\$/d"
5607edfd
PB
7325done
7326
3e54529c
RW
7327# Do the final fixup along with target modules.
7328extrasub_target="$extrasub_target
60975492 7329/^@if /,/^@endif /d"
671aa708
NN
7330
7331# Create the serialization dependencies. This uses a temporary file.
7332
5213506e
RW
7333# Check whether --enable-serial-configure was given.
7334if test "${enable_serial_configure+set}" = set; then :
7335 enableval=$enable_serial_configure;
7336fi
ade82b16
AO
7337
7338
bf1d3e81
NN
7339case ${enable_serial_configure} in
7340 yes)
7341 enable_serial_build_configure=yes
7342 enable_serial_host_configure=yes
7343 enable_serial_target_configure=yes
7344 ;;
7345esac
7346
671aa708
NN
7347# These force 'configure's to be done one at a time, to avoid problems
7348# with contention over a shared config.cache.
7349rm -f serdep.tmp
ade82b16 7350echo '# serdep.tmp' > serdep.tmp
671aa708 7351olditem=
bf1d3e81 7352test "x${enable_serial_build_configure}" = xyes &&
671aa708
NN
7353for item in ${build_configdirs} ; do
7354 case ${olditem} in
7355 "") ;;
ade82b16 7356 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
671aa708
NN
7357 esac
7358 olditem=${item}
7359done
7360olditem=
bf1d3e81 7361test "x${enable_serial_host_configure}" = xyes &&
671aa708
NN
7362for item in ${configdirs} ; do
7363 case ${olditem} in
7364 "") ;;
ade82b16 7365 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
671aa708
NN
7366 esac
7367 olditem=${item}
7368done
7369olditem=
bf1d3e81 7370test "x${enable_serial_target_configure}" = xyes &&
671aa708
NN
7371for item in ${target_configdirs} ; do
7372 case ${olditem} in
7373 "") ;;
ade82b16 7374 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
671aa708
NN
7375 esac
7376 olditem=${item}
7377done
7378serialization_dependencies=serdep.tmp
7379
7380
ade82b16 7381# Base args. Strip norecursion, cache-file, srcdir, host, build,
1c710c3c 7382# target, nonopt, and variable assignments. These are the ones we
f1a036e4
NC
7383# might not want to pass down to subconfigures. The exception being
7384# --cache-file=/dev/null, which is used to turn off the use of cache
7385# files altogether, and which should be passed on to subconfigures.
7386# Also strip program-prefix, program-suffix, and program-transform-name,
7387# so that we can pass down a consistent program-transform-name.
1c710c3c 7388baseargs=
29a63921 7389tbaseargs=
1c710c3c
DJ
7390keep_next=no
7391skip_next=no
7392eval "set -- $ac_configure_args"
44bfc3ac
DJ
7393for ac_arg
7394do
1c710c3c
DJ
7395 if test X"$skip_next" = X"yes"; then
7396 skip_next=no
7397 continue
7398 fi
7399 if test X"$keep_next" = X"yes"; then
7400 case $ac_arg in
7401 *\'*)
7402 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7403 esac
7404 baseargs="$baseargs '$ac_arg'"
29a63921 7405 tbaseargs="$tbaseargs '$ac_arg'"
1c710c3c
DJ
7406 keep_next=no
7407 continue
7408 fi
7409
7410 # Handle separated arguments. Based on the logic generated by
7411 # autoconf 2.59.
7412 case $ac_arg in
7413 *=* | --config-cache | -C | -disable-* | --disable-* \
7414 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7415 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7416 | -with-* | --with-* | -without-* | --without-* | --x)
7417 separate_arg=no
7418 ;;
7419 -*)
7420 separate_arg=yes
7421 ;;
7422 *)
7423 separate_arg=no
7424 ;;
7425 esac
7426
29a63921
AO
7427 skip_targ=no
7428 case $ac_arg in
7429
7430 --with-* | --without-*)
7431 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7432
7433 case $libopt in
7434 *[-_]include)
7435 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7436 ;;
7437 *[-_]lib)
7438 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7439 ;;
7440 *)
7441 lib=$libopt
7442 ;;
7443 esac
7444
7445
7446 case $lib in
7447 mpc | mpfr | gmp | ppl | cloog)
7448 # If we're processing --with-$lib, --with-$lib-include or
7449 # --with-$lib-lib, for one of the libs above, and target is
7450 # different from host, don't pass the current argument to any
7451 # target library's configure.
7452 if test x$is_cross_compiler = xyes; then
7453 skip_targ=yes
7454 fi
7455 ;;
7456 esac
7457 ;;
7458 esac
7459
1c710c3c 7460 case "$ac_arg" in
f1a036e4
NC
7461 --cache-file=/dev/null | \
7462 -cache-file=/dev/null )
7463 # Handled here to avoid the test to skip args below.
7464 baseargs="$baseargs '$ac_arg'"
29a63921 7465 tbaseargs="$tbaseargs '$ac_arg'"
f1a036e4
NC
7466 # Assert: $separate_arg should always be no.
7467 keep_next=$separate_arg
7468 ;;
1c710c3c
DJ
7469 --no*)
7470 continue
7471 ;;
7472 --c* | \
7473 --sr* | \
7474 --ho* | \
7475 --bu* | \
7476 --t* | \
7477 --program-* | \
7478 -cache_file* | \
7479 -srcdir* | \
7480 -host* | \
7481 -build* | \
7482 -target* | \
7483 -program-prefix* | \
7484 -program-suffix* | \
7485 -program-transform-name* )
7486 skip_next=$separate_arg
7487 continue
7488 ;;
7489 -*)
7490 # An option. Add it.
7491 case $ac_arg in
7492 *\'*)
7493 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7494 esac
7495 baseargs="$baseargs '$ac_arg'"
29a63921
AO
7496 if test X"$skip_targ" = Xno; then
7497 tbaseargs="$tbaseargs '$ac_arg'"
7498 fi
1c710c3c
DJ
7499 keep_next=$separate_arg
7500 ;;
7501 *)
7502 # Either a variable assignment, or a nonopt (triplet). Don't
7503 # pass it down; let the Makefile handle this.
7504 continue
7505 ;;
7506 esac
7507done
7508# Remove the initial space we just introduced and, as these will be
7509# expanded by make, quote '$'.
7510baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
671aa708 7511
43bb47c2
DJ
7512# Add in --program-transform-name, after --program-prefix and
7513# --program-suffix have been applied to it. Autoconf has already
7514# doubled dollar signs and backslashes in program_transform_name; we want
7515# the backslashes un-doubled, and then the entire thing wrapped in single
1c710c3c 7516# quotes, because this will be expanded first by make and then by the shell.
43bb47c2
DJ
7517# Also, because we want to override the logic in subdir configure scripts to
7518# choose program_transform_name, replace any s,x,x, with s,y,y,.
7519sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7520${program_transform_name}
7521EOF_SED
7522gcc_transform_name=`cat conftestsed.out`
7523rm -f conftestsed.out
7524baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
29a63921 7525tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
d9acb717
RW
7526if test "$silent" = yes; then
7527 baseargs="$baseargs --silent"
29a63921 7528 tbaseargs="$tbaseargs --silent"
d9acb717 7529fi
0115d4a3 7530baseargs="$baseargs --disable-option-checking"
29a63921 7531tbaseargs="$tbaseargs --disable-option-checking"
43bb47c2 7532
ffedf511
RW
7533# Record and document user additions to sub configure arguments.
7534
7535
7536
7537
671aa708
NN
7538# For the build-side libraries, we just need to pretend we're native,
7539# and not use the same cache file. Multilibs are neither needed nor
7540# desired.
ffedf511 7541build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
671aa708
NN
7542
7543# For host modules, accept cache file option, or specification as blank.
7544case "${cache_file}" in
7545"") # empty
7546 cache_file_option="" ;;
7547/* | [A-Za-z]:[\\/]* ) # absolute path
7548 cache_file_option="--cache-file=${cache_file}" ;;
7549*) # relative path
7550 cache_file_option="--cache-file=../${cache_file}" ;;
7551esac
7552
09438bde
NN
7553# Host dirs don't like to share a cache file either, horribly enough.
7554# This seems to be due to autoconf 2.5x stupidity.
ffedf511 7555host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
671aa708 7556
29a63921 7557target_configargs="$target_configargs ${tbaseargs}"
671aa708
NN
7558
7559# Passing a --with-cross-host argument lets the target libraries know
7560# whether they are being built with a cross-compiler or being built
7561# native. However, it would be better to use other mechanisms to make the
7562# sorts of decisions they want to make on this basis. Please consider
7563# this option to be deprecated. FIXME.
7564if test x${is_cross_compiler} = xyes ; then
1c710c3c 7565 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
671aa708
NN
7566fi
7567
dc683a3f
RW
7568# Default to --enable-multilib.
7569if test x${enable_multilib} = x ; then
671aa708 7570 target_configargs="--enable-multilib ${target_configargs}"
dc683a3f 7571fi
671aa708
NN
7572
7573# Pass --with-newlib if appropriate. Note that target_configdirs has
7574# changed from the earlier setting of with_newlib.
7575if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7576 target_configargs="--with-newlib ${target_configargs}"
7577fi
7578
6b9eb62c
NN
7579# Different target subdirs use different values of certain variables
7580# (notably CXX). Worse, multilibs use *lots* of different values.
7581# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7582# it doesn't automatically accept command-line overrides of them.
7583# This means it's not safe for target subdirs to share a cache file,
7584# which is disgusting, but there you have it. Hopefully this can be
7585# fixed in future. It's still worthwhile to use a cache file for each
7586# directory. I think.
7587
bebcd931
MS
7588# Pass the appropriate --build, --host, --target and --cache-file arguments.
7589# We need to pass --target, as newer autoconf's requires consistency
7590# for target_alias and gcc doesn't manage it consistently.
e69bf64b 7591target_configargs="--cache-file=./config.cache ${target_configargs}"
671aa708 7592
671aa708
NN
7593FLAGS_FOR_TARGET=
7594case " $target_configdirs " in
7595 *" newlib "*)
7596 case " $target_configargs " in
7597 *" --with-newlib "*)
7598 case "$target" in
5d571eaa
OS
7599 *-cygwin*)
7600 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include'
7601 ;;
671aa708
NN
7602 esac
7603
7604 # If we're not building GCC, don't discard standard headers.
7605 if test -d ${srcdir}/gcc; then
7606 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7607
7608 if test "${build}" != "${host}"; then
7609 # On Canadian crosses, CC_FOR_TARGET will have already been set
7610 # by `configure', so we won't have an opportunity to add -Bgcc/
7611 # to it. This is right: we don't want to search that directory
7612 # for binaries, but we want the header files in there, so add
7613 # them explicitly.
0463992b 7614 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
671aa708
NN
7615
7616 # Someone might think of using the pre-installed headers on
7617 # Canadian crosses, in case the installed compiler is not fully
7618 # compatible with the compiler being built. In this case, it
7619 # would be better to flag an error than risking having
7620 # incompatible object files being constructed. We can't
7621 # guarantee that an error will be flagged, but let's hope the
7622 # compiler will do it, when presented with incompatible header
7623 # files.
7624 fi
7625 fi
7626
7627 case "${target}-${is_cross_compiler}" in
f2a0e225 7628 i[3456789]86-*-linux*-no)
671aa708
NN
7629 # Here host == target, so we don't need to build gcc,
7630 # so we don't want to discard standard headers.
7631 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7632 ;;
7633 *)
7634 # If we're building newlib, use its generic headers last, but search
7635 # for any libc-related directories first (so make it the last -B
7636 # switch).
7637 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
c03353e2
RIL
7638
7639 # If we're building libgloss, find the startup file, simulator library
7640 # and linker script.
7641 case " $target_configdirs " in
7642 *" libgloss "*)
7643 # Look for startup file, simulator library and maybe linker script.
7644 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7645 # Look for libnosys.a in case the target needs it.
7646 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7647 # Most targets have the linker script in the source directory.
7648 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7649 ;;
7650 esac
671aa708
NN
7651 ;;
7652 esac
7653 ;;
7654 esac
7655 ;;
7656esac
5d571eaa 7657
b91f0a41 7658case "$target" in
5d571eaa
OS
7659 x86_64-*mingw* | *-w64-mingw*)
7660 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7661 # however, use a symlink named 'mingw' in ${prefix} .
7662 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7663 ;;
7664 *-mingw*)
7665 # MinGW can't be handled as Cygwin above since it does not use newlib.
7666 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include'
7667 ;;
b91f0a41 7668esac
671aa708 7669
6691a79e
ME
7670# Allow the user to override the flags for
7671# our build compiler if desired.
f019adc1
MF
7672if test x"${build}" = x"${host}" ; then
7673 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7674 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7675 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7676fi
6691a79e 7677
671aa708
NN
7678# On Canadian crosses, we'll be searching the right directories for
7679# the previously-installed cross compiler, so don't bother to add
7680# flags for directories within the install tree of the compiler
7681# being built; programs in there won't even run.
7682if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7683 # Search for pre-installed headers if nothing else fits.
9124bc53 7684 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
7685fi
7686
7687if test "x${use_gnu_ld}" = x &&
7688 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7689 # Arrange for us to find uninstalled linker scripts.
215c351a 7690 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
671aa708
NN
7691fi
7692
e88a2c09
DD
7693# Search for other target-specific linker scripts and such.
7694case "${target}" in
3e19841a
PB
7695 mep*)
7696 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7697 ;;
e88a2c09
DD
7698esac
7699
671aa708 7700# Makefile fragments.
7b61653a
PE
7701for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7702do
7703 eval fragval=\$$frag
7704 if test $fragval != /dev/null; then
7705 eval $frag=${srcdir}/$fragval
7706 fi
7707done
671aa708
NN
7708
7709
7710
7711
7712
7713# Miscellanea: directories, flags, etc.
7714
7715
7716
7717
7718
7719
7720
d89f0ad6 7721
23f6b2f9 7722# Build module lists & subconfigure args.
671aa708
NN
7723
7724
7725
2abefe3d
PB
7726# Host module lists & subconfigure args.
7727
7728
7729
aae29963 7730
2abefe3d
PB
7731# Target module lists & subconfigure args.
7732
7733
7734
7735# Build tools.
7736
7737
7738
0999159b
PB
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
632e2a07 7753
2abefe3d
PB
7754# Generate default definitions for YACC, M4, LEX and other programs that run
7755# on the build machine. These are used if the Makefile can't locate these
7756# programs in objdir.
7757MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7758
7759for ac_prog in 'bison -y' byacc yacc
7760do
1c710c3c 7761 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7762set dummy $ac_prog; ac_word=$2
5213506e
RW
7763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7764$as_echo_n "checking for $ac_word... " >&6; }
7765if test "${ac_cv_prog_YACC+set}" = set; then :
7766 $as_echo_n "(cached) " >&6
2abefe3d
PB
7767else
7768 if test -n "$YACC"; then
7769 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7770else
1c710c3c
DJ
7771as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7772for as_dir in $PATH
7773do
7774 IFS=$as_save_IFS
7775 test -z "$as_dir" && as_dir=.
5213506e
RW
7776 for ac_exec_ext in '' $ac_executable_extensions; do
7777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7778 ac_cv_prog_YACC="$ac_prog"
5213506e 7779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7780 break 2
7781 fi
7782done
5213506e
RW
7783 done
7784IFS=$as_save_IFS
1c710c3c 7785
2abefe3d
PB
7786fi
7787fi
1c710c3c 7788YACC=$ac_cv_prog_YACC
2abefe3d 7789if test -n "$YACC"; then
5213506e
RW
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7791$as_echo "$YACC" >&6; }
2abefe3d 7792else
5213506e
RW
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7794$as_echo "no" >&6; }
2abefe3d
PB
7795fi
7796
5213506e 7797
1c710c3c 7798 test -n "$YACC" && break
2abefe3d
PB
7799done
7800test -n "$YACC" || YACC="$MISSING bison -y"
7801
7802case " $build_configdirs " in
7803 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7804 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7805esac
7806
7807for ac_prog in bison
7808do
1c710c3c 7809 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7810set dummy $ac_prog; ac_word=$2
5213506e
RW
7811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7812$as_echo_n "checking for $ac_word... " >&6; }
7813if test "${ac_cv_prog_BISON+set}" = set; then :
7814 $as_echo_n "(cached) " >&6
2abefe3d
PB
7815else
7816 if test -n "$BISON"; then
7817 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7818else
1c710c3c
DJ
7819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7820for as_dir in $PATH
7821do
7822 IFS=$as_save_IFS
7823 test -z "$as_dir" && as_dir=.
5213506e
RW
7824 for ac_exec_ext in '' $ac_executable_extensions; do
7825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7826 ac_cv_prog_BISON="$ac_prog"
5213506e 7827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7828 break 2
7829 fi
7830done
5213506e
RW
7831 done
7832IFS=$as_save_IFS
1c710c3c 7833
2abefe3d
PB
7834fi
7835fi
1c710c3c 7836BISON=$ac_cv_prog_BISON
2abefe3d 7837if test -n "$BISON"; then
5213506e
RW
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7839$as_echo "$BISON" >&6; }
2abefe3d 7840else
5213506e
RW
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7842$as_echo "no" >&6; }
2abefe3d
PB
7843fi
7844
5213506e 7845
1c710c3c 7846 test -n "$BISON" && break
2abefe3d
PB
7847done
7848test -n "$BISON" || BISON="$MISSING bison"
7849
7850case " $build_configdirs " in
7851 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7852esac
7853
7854for ac_prog in gm4 gnum4 m4
7855do
1c710c3c 7856 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7857set dummy $ac_prog; ac_word=$2
5213506e
RW
7858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7859$as_echo_n "checking for $ac_word... " >&6; }
7860if test "${ac_cv_prog_M4+set}" = set; then :
7861 $as_echo_n "(cached) " >&6
2abefe3d
PB
7862else
7863 if test -n "$M4"; then
7864 ac_cv_prog_M4="$M4" # Let the user override the test.
7865else
1c710c3c
DJ
7866as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7867for as_dir in $PATH
7868do
7869 IFS=$as_save_IFS
7870 test -z "$as_dir" && as_dir=.
5213506e
RW
7871 for ac_exec_ext in '' $ac_executable_extensions; do
7872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7873 ac_cv_prog_M4="$ac_prog"
5213506e 7874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7875 break 2
7876 fi
7877done
5213506e
RW
7878 done
7879IFS=$as_save_IFS
1c710c3c 7880
2abefe3d
PB
7881fi
7882fi
1c710c3c 7883M4=$ac_cv_prog_M4
2abefe3d 7884if test -n "$M4"; then
5213506e
RW
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7886$as_echo "$M4" >&6; }
2abefe3d 7887else
5213506e
RW
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7889$as_echo "no" >&6; }
2abefe3d
PB
7890fi
7891
5213506e 7892
1c710c3c 7893 test -n "$M4" && break
2abefe3d
PB
7894done
7895test -n "$M4" || M4="$MISSING m4"
7896
7897case " $build_configdirs " in
7898 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7899esac
7900
7901for ac_prog in flex lex
7902do
1c710c3c 7903 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7904set dummy $ac_prog; ac_word=$2
5213506e
RW
7905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7906$as_echo_n "checking for $ac_word... " >&6; }
7907if test "${ac_cv_prog_LEX+set}" = set; then :
7908 $as_echo_n "(cached) " >&6
2abefe3d
PB
7909else
7910 if test -n "$LEX"; then
7911 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7912else
1c710c3c
DJ
7913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7914for as_dir in $PATH
7915do
7916 IFS=$as_save_IFS
7917 test -z "$as_dir" && as_dir=.
5213506e
RW
7918 for ac_exec_ext in '' $ac_executable_extensions; do
7919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7920 ac_cv_prog_LEX="$ac_prog"
5213506e 7921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7922 break 2
7923 fi
7924done
5213506e
RW
7925 done
7926IFS=$as_save_IFS
1c710c3c 7927
2abefe3d
PB
7928fi
7929fi
1c710c3c 7930LEX=$ac_cv_prog_LEX
2abefe3d 7931if test -n "$LEX"; then
5213506e
RW
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7933$as_echo "$LEX" >&6; }
2abefe3d 7934else
5213506e
RW
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7936$as_echo "no" >&6; }
2abefe3d
PB
7937fi
7938
5213506e 7939
1c710c3c 7940 test -n "$LEX" && break
2abefe3d
PB
7941done
7942test -n "$LEX" || LEX="$MISSING flex"
7943
7944case " $build_configdirs " in
7945 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7946 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7947esac
7948
7949for ac_prog in flex
7950do
1c710c3c 7951 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7952set dummy $ac_prog; ac_word=$2
5213506e
RW
7953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7954$as_echo_n "checking for $ac_word... " >&6; }
7955if test "${ac_cv_prog_FLEX+set}" = set; then :
7956 $as_echo_n "(cached) " >&6
2abefe3d
PB
7957else
7958 if test -n "$FLEX"; then
7959 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7960else
1c710c3c
DJ
7961as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7962for as_dir in $PATH
7963do
7964 IFS=$as_save_IFS
7965 test -z "$as_dir" && as_dir=.
5213506e
RW
7966 for ac_exec_ext in '' $ac_executable_extensions; do
7967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7968 ac_cv_prog_FLEX="$ac_prog"
5213506e 7969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7970 break 2
7971 fi
7972done
5213506e
RW
7973 done
7974IFS=$as_save_IFS
1c710c3c 7975
2abefe3d
PB
7976fi
7977fi
1c710c3c 7978FLEX=$ac_cv_prog_FLEX
2abefe3d 7979if test -n "$FLEX"; then
5213506e
RW
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7981$as_echo "$FLEX" >&6; }
2abefe3d 7982else
5213506e
RW
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7984$as_echo "no" >&6; }
2abefe3d
PB
7985fi
7986
5213506e 7987
1c710c3c 7988 test -n "$FLEX" && break
2abefe3d
PB
7989done
7990test -n "$FLEX" || FLEX="$MISSING flex"
7991
7992case " $build_configdirs " in
7993 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7994esac
7995
7996for ac_prog in makeinfo
7997do
1c710c3c 7998 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7999set dummy $ac_prog; ac_word=$2
5213506e
RW
8000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8001$as_echo_n "checking for $ac_word... " >&6; }
8002if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
8003 $as_echo_n "(cached) " >&6
2abefe3d
PB
8004else
8005 if test -n "$MAKEINFO"; then
8006 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
8007else
1c710c3c
DJ
8008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8009for as_dir in $PATH
8010do
8011 IFS=$as_save_IFS
8012 test -z "$as_dir" && as_dir=.
5213506e
RW
8013 for ac_exec_ext in '' $ac_executable_extensions; do
8014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8015 ac_cv_prog_MAKEINFO="$ac_prog"
5213506e 8016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8017 break 2
8018 fi
8019done
5213506e
RW
8020 done
8021IFS=$as_save_IFS
1c710c3c 8022
2abefe3d
PB
8023fi
8024fi
1c710c3c 8025MAKEINFO=$ac_cv_prog_MAKEINFO
2abefe3d 8026if test -n "$MAKEINFO"; then
5213506e
RW
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8028$as_echo "$MAKEINFO" >&6; }
2abefe3d 8029else
5213506e
RW
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8031$as_echo "no" >&6; }
2abefe3d
PB
8032fi
8033
5213506e 8034
1c710c3c 8035 test -n "$MAKEINFO" && break
2abefe3d
PB
8036done
8037test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8038
8039case " $build_configdirs " in
8040 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8041 *)
8042
d18ff35a 8043 # For an installed makeinfo, we require it to be from texinfo 4.7 or
2abefe3d
PB
8044 # higher, else we use the "missing" dummy.
8045 if ${MAKEINFO} --version \
d18ff35a 8046 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
2abefe3d
PB
8047 :
8048 else
8049 MAKEINFO="$MISSING makeinfo"
8050 fi
8051 ;;
8052
8053esac
671aa708 8054
2abefe3d 8055# FIXME: expect and dejagnu may become build tools?
671aa708 8056
2abefe3d
PB
8057for ac_prog in expect
8058do
1c710c3c 8059 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8060set dummy $ac_prog; ac_word=$2
5213506e
RW
8061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8062$as_echo_n "checking for $ac_word... " >&6; }
8063if test "${ac_cv_prog_EXPECT+set}" = set; then :
8064 $as_echo_n "(cached) " >&6
2abefe3d
PB
8065else
8066 if test -n "$EXPECT"; then
8067 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8068else
1c710c3c
DJ
8069as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8070for as_dir in $PATH
8071do
8072 IFS=$as_save_IFS
8073 test -z "$as_dir" && as_dir=.
5213506e
RW
8074 for ac_exec_ext in '' $ac_executable_extensions; do
8075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8076 ac_cv_prog_EXPECT="$ac_prog"
5213506e 8077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8078 break 2
8079 fi
8080done
5213506e
RW
8081 done
8082IFS=$as_save_IFS
1c710c3c 8083
2abefe3d
PB
8084fi
8085fi
1c710c3c 8086EXPECT=$ac_cv_prog_EXPECT
2abefe3d 8087if test -n "$EXPECT"; then
5213506e
RW
8088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8089$as_echo "$EXPECT" >&6; }
2abefe3d 8090else
5213506e
RW
8091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8092$as_echo "no" >&6; }
2abefe3d 8093fi
671aa708 8094
5213506e 8095
1c710c3c 8096 test -n "$EXPECT" && break
2abefe3d
PB
8097done
8098test -n "$EXPECT" || EXPECT="expect"
671aa708 8099
2abefe3d
PB
8100case " $configdirs " in
8101 *" expect "*)
8102 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8103 ;;
8104esac
671aa708 8105
2abefe3d
PB
8106for ac_prog in runtest
8107do
1c710c3c 8108 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8109set dummy $ac_prog; ac_word=$2
5213506e
RW
8110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8111$as_echo_n "checking for $ac_word... " >&6; }
8112if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8113 $as_echo_n "(cached) " >&6
2abefe3d
PB
8114else
8115 if test -n "$RUNTEST"; then
8116 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
fb0103e5 8117else
1c710c3c
DJ
8118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8119for as_dir in $PATH
8120do
8121 IFS=$as_save_IFS
8122 test -z "$as_dir" && as_dir=.
5213506e
RW
8123 for ac_exec_ext in '' $ac_executable_extensions; do
8124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8125 ac_cv_prog_RUNTEST="$ac_prog"
5213506e 8126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8127 break 2
8128 fi
8129done
5213506e
RW
8130 done
8131IFS=$as_save_IFS
1c710c3c 8132
2abefe3d
PB
8133fi
8134fi
1c710c3c 8135RUNTEST=$ac_cv_prog_RUNTEST
2abefe3d 8136if test -n "$RUNTEST"; then
5213506e
RW
8137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8138$as_echo "$RUNTEST" >&6; }
2abefe3d 8139else
5213506e
RW
8140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8141$as_echo "no" >&6; }
2abefe3d 8142fi
671aa708 8143
5213506e 8144
1c710c3c 8145 test -n "$RUNTEST" && break
2abefe3d
PB
8146done
8147test -n "$RUNTEST" || RUNTEST="runtest"
671aa708 8148
2abefe3d
PB
8149case " $configdirs " in
8150 *" dejagnu "*)
c394e891 8151 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
2abefe3d
PB
8152 ;;
8153esac
671aa708
NN
8154
8155
671aa708 8156# Host tools.
ca9f4b81
AO
8157ncn_tool_prefix=
8158test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8159ncn_target_tool_prefix=
8160test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8161
278a7a38
AO
8162
8163
8164if test -n "$AR"; then
8165 ac_cv_prog_AR=$AR
8166elif test -n "$ac_cv_prog_AR"; then
8167 AR=$ac_cv_prog_AR
8168fi
8169
8170if test -n "$ac_cv_prog_AR"; then
8171 for ncn_progname in ar; do
8172 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8173set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8175$as_echo_n "checking for $ac_word... " >&6; }
8176if test "${ac_cv_prog_AR+set}" = set; then :
8177 $as_echo_n "(cached) " >&6
278a7a38
AO
8178else
8179 if test -n "$AR"; then
8180 ac_cv_prog_AR="$AR" # Let the user override the test.
8181else
8182as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8183for as_dir in $PATH
8184do
8185 IFS=$as_save_IFS
8186 test -z "$as_dir" && as_dir=.
5213506e
RW
8187 for ac_exec_ext in '' $ac_executable_extensions; do
8188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8189 ac_cv_prog_AR="${ncn_progname}"
5213506e 8190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8191 break 2
8192 fi
8193done
5213506e
RW
8194 done
8195IFS=$as_save_IFS
278a7a38
AO
8196
8197fi
8198fi
8199AR=$ac_cv_prog_AR
8200if test -n "$AR"; then
5213506e
RW
8201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8202$as_echo "$AR" >&6; }
278a7a38 8203else
5213506e
RW
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8205$as_echo "no" >&6; }
278a7a38
AO
8206fi
8207
5213506e 8208
278a7a38
AO
8209 done
8210fi
8211
8212for ncn_progname in ar; do
2693c0b0
PB
8213 if test -n "$ncn_tool_prefix"; then
8214 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8215set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8217$as_echo_n "checking for $ac_word... " >&6; }
8218if test "${ac_cv_prog_AR+set}" = set; then :
8219 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8220else
8221 if test -n "$AR"; then
8222 ac_cv_prog_AR="$AR" # Let the user override the test.
8223else
1c710c3c
DJ
8224as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8225for as_dir in $PATH
8226do
8227 IFS=$as_save_IFS
8228 test -z "$as_dir" && as_dir=.
5213506e
RW
8229 for ac_exec_ext in '' $ac_executable_extensions; do
8230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8231 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
5213506e 8232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8233 break 2
8234 fi
8235done
5213506e
RW
8236 done
8237IFS=$as_save_IFS
1c710c3c 8238
ca9f4b81
AO
8239fi
8240fi
1c710c3c 8241AR=$ac_cv_prog_AR
ca9f4b81 8242if test -n "$AR"; then
5213506e
RW
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8244$as_echo "$AR" >&6; }
ca9f4b81 8245else
5213506e
RW
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8247$as_echo "no" >&6; }
ca9f4b81
AO
8248fi
8249
5213506e 8250
2693c0b0
PB
8251 fi
8252 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8253 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8254set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8256$as_echo_n "checking for $ac_word... " >&6; }
8257if test "${ac_cv_prog_AR+set}" = set; then :
8258 $as_echo_n "(cached) " >&6
ca9f4b81 8259else
2693c0b0 8260 if test -n "$AR"; then
af71363e
AS
8261 ac_cv_prog_AR="$AR" # Let the user override the test.
8262else
1c710c3c
DJ
8263as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8264for as_dir in $PATH
8265do
8266 IFS=$as_save_IFS
8267 test -z "$as_dir" && as_dir=.
5213506e
RW
8268 for ac_exec_ext in '' $ac_executable_extensions; do
8269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8270 ac_cv_prog_AR="${ncn_progname}"
5213506e 8271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8272 break 2
8273 fi
8274done
5213506e
RW
8275 done
8276IFS=$as_save_IFS
1c710c3c 8277
ca9f4b81
AO
8278fi
8279fi
1c710c3c 8280AR=$ac_cv_prog_AR
2693c0b0 8281if test -n "$AR"; then
5213506e
RW
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8283$as_echo "$AR" >&6; }
ca9f4b81 8284else
5213506e
RW
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8286$as_echo "no" >&6; }
ca9f4b81 8287fi
1c710c3c 8288
5213506e 8289
2693c0b0
PB
8290 fi
8291 test -n "$ac_cv_prog_AR" && break
8292done
8293
8294if test -z "$ac_cv_prog_AR" ; then
8295 set dummy ar
8296 if test $build = $host ; then
8297 AR="$2"
ca9f4b81 8298 else
2693c0b0 8299 AR="${ncn_tool_prefix}$2"
ca9f4b81 8300 fi
ca9f4b81
AO
8301fi
8302
278a7a38
AO
8303
8304
8305if test -n "$AS"; then
8306 ac_cv_prog_AS=$AS
8307elif test -n "$ac_cv_prog_AS"; then
8308 AS=$ac_cv_prog_AS
8309fi
8310
8311if test -n "$ac_cv_prog_AS"; then
8312 for ncn_progname in as; do
8313 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8314set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8316$as_echo_n "checking for $ac_word... " >&6; }
8317if test "${ac_cv_prog_AS+set}" = set; then :
8318 $as_echo_n "(cached) " >&6
278a7a38
AO
8319else
8320 if test -n "$AS"; then
8321 ac_cv_prog_AS="$AS" # Let the user override the test.
8322else
8323as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8324for as_dir in $PATH
8325do
8326 IFS=$as_save_IFS
8327 test -z "$as_dir" && as_dir=.
5213506e
RW
8328 for ac_exec_ext in '' $ac_executable_extensions; do
8329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8330 ac_cv_prog_AS="${ncn_progname}"
5213506e 8331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8332 break 2
8333 fi
8334done
5213506e
RW
8335 done
8336IFS=$as_save_IFS
278a7a38
AO
8337
8338fi
8339fi
8340AS=$ac_cv_prog_AS
8341if test -n "$AS"; then
5213506e
RW
8342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8343$as_echo "$AS" >&6; }
278a7a38 8344else
5213506e
RW
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8346$as_echo "no" >&6; }
278a7a38
AO
8347fi
8348
5213506e 8349
278a7a38
AO
8350 done
8351fi
8352
8353for ncn_progname in as; do
2693c0b0
PB
8354 if test -n "$ncn_tool_prefix"; then
8355 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8356set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8358$as_echo_n "checking for $ac_word... " >&6; }
8359if test "${ac_cv_prog_AS+set}" = set; then :
8360 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8361else
8362 if test -n "$AS"; then
8363 ac_cv_prog_AS="$AS" # Let the user override the test.
0b0dc272 8364else
1c710c3c
DJ
8365as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8366for as_dir in $PATH
8367do
8368 IFS=$as_save_IFS
8369 test -z "$as_dir" && as_dir=.
5213506e
RW
8370 for ac_exec_ext in '' $ac_executable_extensions; do
8371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8372 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
5213506e 8373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8374 break 2
8375 fi
8376done
5213506e
RW
8377 done
8378IFS=$as_save_IFS
1c710c3c 8379
ca9f4b81
AO
8380fi
8381fi
1c710c3c 8382AS=$ac_cv_prog_AS
ca9f4b81 8383if test -n "$AS"; then
5213506e
RW
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8385$as_echo "$AS" >&6; }
ca9f4b81 8386else
5213506e
RW
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8388$as_echo "no" >&6; }
ca9f4b81
AO
8389fi
8390
5213506e 8391
2693c0b0
PB
8392 fi
8393 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8394 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8395set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8397$as_echo_n "checking for $ac_word... " >&6; }
8398if test "${ac_cv_prog_AS+set}" = set; then :
8399 $as_echo_n "(cached) " >&6
ca9f4b81 8400else
2693c0b0
PB
8401 if test -n "$AS"; then
8402 ac_cv_prog_AS="$AS" # Let the user override the test.
ca9f4b81 8403else
1c710c3c
DJ
8404as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8405for as_dir in $PATH
8406do
8407 IFS=$as_save_IFS
8408 test -z "$as_dir" && as_dir=.
5213506e
RW
8409 for ac_exec_ext in '' $ac_executable_extensions; do
8410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8411 ac_cv_prog_AS="${ncn_progname}"
5213506e 8412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8413 break 2
8414 fi
8415done
5213506e
RW
8416 done
8417IFS=$as_save_IFS
1c710c3c 8418
ca9f4b81
AO
8419fi
8420fi
1c710c3c 8421AS=$ac_cv_prog_AS
2693c0b0 8422if test -n "$AS"; then
5213506e
RW
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8424$as_echo "$AS" >&6; }
ca9f4b81 8425else
5213506e
RW
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8427$as_echo "no" >&6; }
ca9f4b81 8428fi
1c710c3c 8429
5213506e 8430
2693c0b0
PB
8431 fi
8432 test -n "$ac_cv_prog_AS" && break
8433done
8434
8435if test -z "$ac_cv_prog_AS" ; then
8436 set dummy as
8437 if test $build = $host ; then
8438 AS="$2"
ca9f4b81 8439 else
2693c0b0 8440 AS="${ncn_tool_prefix}$2"
ca9f4b81 8441 fi
ca9f4b81
AO
8442fi
8443
278a7a38
AO
8444
8445
8446if test -n "$DLLTOOL"; then
8447 ac_cv_prog_DLLTOOL=$DLLTOOL
8448elif test -n "$ac_cv_prog_DLLTOOL"; then
8449 DLLTOOL=$ac_cv_prog_DLLTOOL
8450fi
8451
8452if test -n "$ac_cv_prog_DLLTOOL"; then
8453 for ncn_progname in dlltool; do
8454 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8455set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8457$as_echo_n "checking for $ac_word... " >&6; }
8458if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8459 $as_echo_n "(cached) " >&6
278a7a38
AO
8460else
8461 if test -n "$DLLTOOL"; then
8462 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8463else
8464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8465for as_dir in $PATH
8466do
8467 IFS=$as_save_IFS
8468 test -z "$as_dir" && as_dir=.
5213506e
RW
8469 for ac_exec_ext in '' $ac_executable_extensions; do
8470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8471 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8473 break 2
8474 fi
8475done
5213506e
RW
8476 done
8477IFS=$as_save_IFS
278a7a38
AO
8478
8479fi
8480fi
8481DLLTOOL=$ac_cv_prog_DLLTOOL
8482if test -n "$DLLTOOL"; then
5213506e
RW
8483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8484$as_echo "$DLLTOOL" >&6; }
278a7a38 8485else
5213506e
RW
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8487$as_echo "no" >&6; }
278a7a38
AO
8488fi
8489
5213506e 8490
278a7a38
AO
8491 done
8492fi
8493
8494for ncn_progname in dlltool; do
2693c0b0
PB
8495 if test -n "$ncn_tool_prefix"; then
8496 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8497set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8499$as_echo_n "checking for $ac_word... " >&6; }
8500if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8501 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8502else
8503 if test -n "$DLLTOOL"; then
8504 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8505else
1c710c3c
DJ
8506as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8507for as_dir in $PATH
8508do
8509 IFS=$as_save_IFS
8510 test -z "$as_dir" && as_dir=.
5213506e
RW
8511 for ac_exec_ext in '' $ac_executable_extensions; do
8512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8513 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
5213506e 8514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8515 break 2
8516 fi
8517done
5213506e
RW
8518 done
8519IFS=$as_save_IFS
1c710c3c 8520
ca9f4b81
AO
8521fi
8522fi
1c710c3c 8523DLLTOOL=$ac_cv_prog_DLLTOOL
ca9f4b81 8524if test -n "$DLLTOOL"; then
5213506e
RW
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8526$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8527else
5213506e
RW
8528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8529$as_echo "no" >&6; }
ca9f4b81
AO
8530fi
8531
5213506e 8532
2693c0b0
PB
8533 fi
8534 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8535 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8536set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8538$as_echo_n "checking for $ac_word... " >&6; }
8539if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8540 $as_echo_n "(cached) " >&6
ca9f4b81 8541else
2693c0b0
PB
8542 if test -n "$DLLTOOL"; then
8543 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
ca9f4b81 8544else
1c710c3c
DJ
8545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8546for as_dir in $PATH
8547do
8548 IFS=$as_save_IFS
8549 test -z "$as_dir" && as_dir=.
5213506e
RW
8550 for ac_exec_ext in '' $ac_executable_extensions; do
8551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8552 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8554 break 2
8555 fi
8556done
5213506e
RW
8557 done
8558IFS=$as_save_IFS
1c710c3c 8559
ca9f4b81
AO
8560fi
8561fi
1c710c3c 8562DLLTOOL=$ac_cv_prog_DLLTOOL
2693c0b0 8563if test -n "$DLLTOOL"; then
5213506e
RW
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8565$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8566else
5213506e
RW
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8568$as_echo "no" >&6; }
ca9f4b81 8569fi
1c710c3c 8570
5213506e 8571
2693c0b0
PB
8572 fi
8573 test -n "$ac_cv_prog_DLLTOOL" && break
8574done
8575
8576if test -z "$ac_cv_prog_DLLTOOL" ; then
8577 set dummy dlltool
8578 if test $build = $host ; then
8579 DLLTOOL="$2"
ca9f4b81 8580 else
2693c0b0 8581 DLLTOOL="${ncn_tool_prefix}$2"
ca9f4b81 8582 fi
ca9f4b81
AO
8583fi
8584
278a7a38
AO
8585
8586
8587if test -n "$LD"; then
8588 ac_cv_prog_LD=$LD
8589elif test -n "$ac_cv_prog_LD"; then
8590 LD=$ac_cv_prog_LD
8591fi
8592
8593if test -n "$ac_cv_prog_LD"; then
8594 for ncn_progname in ld; do
8595 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8596set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8598$as_echo_n "checking for $ac_word... " >&6; }
8599if test "${ac_cv_prog_LD+set}" = set; then :
8600 $as_echo_n "(cached) " >&6
278a7a38
AO
8601else
8602 if test -n "$LD"; then
8603 ac_cv_prog_LD="$LD" # Let the user override the test.
8604else
8605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8606for as_dir in $PATH
8607do
8608 IFS=$as_save_IFS
8609 test -z "$as_dir" && as_dir=.
5213506e
RW
8610 for ac_exec_ext in '' $ac_executable_extensions; do
8611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8612 ac_cv_prog_LD="${ncn_progname}"
5213506e 8613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8614 break 2
8615 fi
8616done
5213506e
RW
8617 done
8618IFS=$as_save_IFS
278a7a38
AO
8619
8620fi
8621fi
8622LD=$ac_cv_prog_LD
8623if test -n "$LD"; then
5213506e
RW
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8625$as_echo "$LD" >&6; }
278a7a38 8626else
5213506e
RW
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8628$as_echo "no" >&6; }
278a7a38
AO
8629fi
8630
5213506e 8631
278a7a38
AO
8632 done
8633fi
8634
8635for ncn_progname in ld; do
2693c0b0
PB
8636 if test -n "$ncn_tool_prefix"; then
8637 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8638set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8640$as_echo_n "checking for $ac_word... " >&6; }
8641if test "${ac_cv_prog_LD+set}" = set; then :
8642 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8643else
8644 if test -n "$LD"; then
8645 ac_cv_prog_LD="$LD" # Let the user override the test.
8646else
1c710c3c
DJ
8647as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8648for as_dir in $PATH
8649do
8650 IFS=$as_save_IFS
8651 test -z "$as_dir" && as_dir=.
5213506e
RW
8652 for ac_exec_ext in '' $ac_executable_extensions; do
8653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8654 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
5213506e 8655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8656 break 2
8657 fi
8658done
5213506e
RW
8659 done
8660IFS=$as_save_IFS
1c710c3c 8661
ca9f4b81
AO
8662fi
8663fi
1c710c3c 8664LD=$ac_cv_prog_LD
ca9f4b81 8665if test -n "$LD"; then
5213506e
RW
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8667$as_echo "$LD" >&6; }
ca9f4b81 8668else
5213506e
RW
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8670$as_echo "no" >&6; }
ca9f4b81
AO
8671fi
8672
5213506e 8673
2693c0b0
PB
8674 fi
8675 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8676 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8677set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8679$as_echo_n "checking for $ac_word... " >&6; }
8680if test "${ac_cv_prog_LD+set}" = set; then :
8681 $as_echo_n "(cached) " >&6
ca9f4b81 8682else
2693c0b0
PB
8683 if test -n "$LD"; then
8684 ac_cv_prog_LD="$LD" # Let the user override the test.
6b65a26d 8685else
1c710c3c
DJ
8686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8687for as_dir in $PATH
8688do
8689 IFS=$as_save_IFS
8690 test -z "$as_dir" && as_dir=.
5213506e
RW
8691 for ac_exec_ext in '' $ac_executable_extensions; do
8692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8693 ac_cv_prog_LD="${ncn_progname}"
5213506e 8694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8695 break 2
8696 fi
8697done
5213506e
RW
8698 done
8699IFS=$as_save_IFS
1c710c3c 8700
ca9f4b81
AO
8701fi
8702fi
1c710c3c 8703LD=$ac_cv_prog_LD
2693c0b0 8704if test -n "$LD"; then
5213506e
RW
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8706$as_echo "$LD" >&6; }
ca9f4b81 8707else
5213506e
RW
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8709$as_echo "no" >&6; }
ca9f4b81 8710fi
1c710c3c 8711
5213506e 8712
2693c0b0
PB
8713 fi
8714 test -n "$ac_cv_prog_LD" && break
8715done
8716
8717if test -z "$ac_cv_prog_LD" ; then
8718 set dummy ld
8719 if test $build = $host ; then
8720 LD="$2"
ca9f4b81 8721 else
2693c0b0 8722 LD="${ncn_tool_prefix}$2"
ca9f4b81 8723 fi
ca9f4b81
AO
8724fi
8725
278a7a38
AO
8726
8727
8728if test -n "$LIPO"; then
8729 ac_cv_prog_LIPO=$LIPO
8730elif test -n "$ac_cv_prog_LIPO"; then
8731 LIPO=$ac_cv_prog_LIPO
8732fi
8733
8734if test -n "$ac_cv_prog_LIPO"; then
8735 for ncn_progname in lipo; do
8736 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8737set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8739$as_echo_n "checking for $ac_word... " >&6; }
8740if test "${ac_cv_prog_LIPO+set}" = set; then :
8741 $as_echo_n "(cached) " >&6
278a7a38
AO
8742else
8743 if test -n "$LIPO"; then
8744 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8745else
8746as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8747for as_dir in $PATH
8748do
8749 IFS=$as_save_IFS
8750 test -z "$as_dir" && as_dir=.
5213506e
RW
8751 for ac_exec_ext in '' $ac_executable_extensions; do
8752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8753 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8755 break 2
8756 fi
8757done
5213506e
RW
8758 done
8759IFS=$as_save_IFS
278a7a38
AO
8760
8761fi
8762fi
8763LIPO=$ac_cv_prog_LIPO
8764if test -n "$LIPO"; then
5213506e
RW
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8766$as_echo "$LIPO" >&6; }
278a7a38 8767else
5213506e
RW
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8769$as_echo "no" >&6; }
278a7a38
AO
8770fi
8771
5213506e 8772
278a7a38
AO
8773 done
8774fi
8775
8776for ncn_progname in lipo; do
2abefe3d
PB
8777 if test -n "$ncn_tool_prefix"; then
8778 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8779set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8780{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8781$as_echo_n "checking for $ac_word... " >&6; }
8782if test "${ac_cv_prog_LIPO+set}" = set; then :
8783 $as_echo_n "(cached) " >&6
2abefe3d
PB
8784else
8785 if test -n "$LIPO"; then
8786 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8787else
1c710c3c
DJ
8788as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8789for as_dir in $PATH
8790do
8791 IFS=$as_save_IFS
8792 test -z "$as_dir" && as_dir=.
5213506e
RW
8793 for ac_exec_ext in '' $ac_executable_extensions; do
8794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8795 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
5213506e 8796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8797 break 2
8798 fi
8799done
5213506e
RW
8800 done
8801IFS=$as_save_IFS
1c710c3c 8802
2abefe3d
PB
8803fi
8804fi
1c710c3c 8805LIPO=$ac_cv_prog_LIPO
2abefe3d 8806if test -n "$LIPO"; then
5213506e
RW
8807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8808$as_echo "$LIPO" >&6; }
2abefe3d 8809else
5213506e
RW
8810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8811$as_echo "no" >&6; }
2abefe3d
PB
8812fi
8813
5213506e 8814
2abefe3d
PB
8815 fi
8816 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8817 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8818set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8820$as_echo_n "checking for $ac_word... " >&6; }
8821if test "${ac_cv_prog_LIPO+set}" = set; then :
8822 $as_echo_n "(cached) " >&6
2abefe3d
PB
8823else
8824 if test -n "$LIPO"; then
8825 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8826else
1c710c3c
DJ
8827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8828for as_dir in $PATH
8829do
8830 IFS=$as_save_IFS
8831 test -z "$as_dir" && as_dir=.
5213506e
RW
8832 for ac_exec_ext in '' $ac_executable_extensions; do
8833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8834 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8836 break 2
8837 fi
8838done
5213506e
RW
8839 done
8840IFS=$as_save_IFS
1c710c3c 8841
2abefe3d
PB
8842fi
8843fi
1c710c3c 8844LIPO=$ac_cv_prog_LIPO
2abefe3d 8845if test -n "$LIPO"; then
5213506e
RW
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8847$as_echo "$LIPO" >&6; }
2abefe3d 8848else
5213506e
RW
8849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8850$as_echo "no" >&6; }
2abefe3d 8851fi
1c710c3c 8852
5213506e 8853
2abefe3d
PB
8854 fi
8855 test -n "$ac_cv_prog_LIPO" && break
8856done
8857
8858if test -z "$ac_cv_prog_LIPO" ; then
8859 set dummy lipo
8860 if test $build = $host ; then
8861 LIPO="$2"
8862 else
8863 LIPO="${ncn_tool_prefix}$2"
8864 fi
8865fi
8866
278a7a38
AO
8867
8868
8869if test -n "$NM"; then
8870 ac_cv_prog_NM=$NM
8871elif test -n "$ac_cv_prog_NM"; then
8872 NM=$ac_cv_prog_NM
8873fi
8874
8875if test -n "$ac_cv_prog_NM"; then
8876 for ncn_progname in nm; do
8877 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8878set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8880$as_echo_n "checking for $ac_word... " >&6; }
8881if test "${ac_cv_prog_NM+set}" = set; then :
8882 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8883else
8884 if test -n "$NM"; then
8885 ac_cv_prog_NM="$NM" # Let the user override the test.
8886else
1c710c3c
DJ
8887as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8888for as_dir in $PATH
8889do
8890 IFS=$as_save_IFS
8891 test -z "$as_dir" && as_dir=.
5213506e
RW
8892 for ac_exec_ext in '' $ac_executable_extensions; do
8893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8894 ac_cv_prog_NM="${ncn_progname}"
5213506e 8895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8896 break 2
8897 fi
8898done
5213506e
RW
8899 done
8900IFS=$as_save_IFS
1c710c3c 8901
ca9f4b81
AO
8902fi
8903fi
1c710c3c 8904NM=$ac_cv_prog_NM
ca9f4b81 8905if test -n "$NM"; then
5213506e
RW
8906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8907$as_echo "$NM" >&6; }
ca9f4b81 8908else
5213506e
RW
8909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8910$as_echo "no" >&6; }
ca9f4b81
AO
8911fi
8912
5213506e 8913
278a7a38
AO
8914 done
8915fi
8916
8917for ncn_progname in nm; do
8918 if test -n "$ncn_tool_prefix"; then
8919 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8920set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8922$as_echo_n "checking for $ac_word... " >&6; }
8923if test "${ac_cv_prog_NM+set}" = set; then :
8924 $as_echo_n "(cached) " >&6
ca9f4b81 8925else
2693c0b0
PB
8926 if test -n "$NM"; then
8927 ac_cv_prog_NM="$NM" # Let the user override the test.
ca9f4b81 8928else
1c710c3c
DJ
8929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8930for as_dir in $PATH
8931do
8932 IFS=$as_save_IFS
8933 test -z "$as_dir" && as_dir=.
5213506e
RW
8934 for ac_exec_ext in '' $ac_executable_extensions; do
8935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8936 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
5213506e 8937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8938 break 2
8939 fi
8940done
5213506e
RW
8941 done
8942IFS=$as_save_IFS
1c710c3c 8943
ca9f4b81
AO
8944fi
8945fi
1c710c3c 8946NM=$ac_cv_prog_NM
2693c0b0 8947if test -n "$NM"; then
5213506e
RW
8948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8949$as_echo "$NM" >&6; }
ca9f4b81 8950else
5213506e
RW
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8952$as_echo "no" >&6; }
ca9f4b81 8953fi
1c710c3c 8954
5213506e 8955
2693c0b0 8956 fi
278a7a38
AO
8957 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8958 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8959set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8961$as_echo_n "checking for $ac_word... " >&6; }
8962if test "${ac_cv_prog_NM+set}" = set; then :
8963 $as_echo_n "(cached) " >&6
278a7a38
AO
8964else
8965 if test -n "$NM"; then
8966 ac_cv_prog_NM="$NM" # Let the user override the test.
8967else
8968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8969for as_dir in $PATH
8970do
8971 IFS=$as_save_IFS
8972 test -z "$as_dir" && as_dir=.
5213506e
RW
8973 for ac_exec_ext in '' $ac_executable_extensions; do
8974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8975 ac_cv_prog_NM="${ncn_progname}"
5213506e 8976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8977 break 2
8978 fi
8979done
5213506e
RW
8980 done
8981IFS=$as_save_IFS
278a7a38
AO
8982
8983fi
8984fi
8985NM=$ac_cv_prog_NM
8986if test -n "$NM"; then
5213506e
RW
8987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8988$as_echo "$NM" >&6; }
278a7a38 8989else
5213506e
RW
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8991$as_echo "no" >&6; }
278a7a38
AO
8992fi
8993
5213506e 8994
278a7a38
AO
8995 fi
8996 test -n "$ac_cv_prog_NM" && break
8997done
8998
8999if test -z "$ac_cv_prog_NM" ; then
9000 set dummy nm
9001 if test $build = $host ; then
9002 NM="$2"
9003 else
9004 NM="${ncn_tool_prefix}$2"
9005 fi
9006fi
9007
9008
9009
9010if test -n "$RANLIB"; then
9011 ac_cv_prog_RANLIB=$RANLIB
9012elif test -n "$ac_cv_prog_RANLIB"; then
9013 RANLIB=$ac_cv_prog_RANLIB
9014fi
9015
9016if test -n "$ac_cv_prog_RANLIB"; then
9017 for ncn_progname in ranlib; do
9018 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9019set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9020{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9021$as_echo_n "checking for $ac_word... " >&6; }
9022if test "${ac_cv_prog_RANLIB+set}" = set; then :
9023 $as_echo_n "(cached) " >&6
278a7a38
AO
9024else
9025 if test -n "$RANLIB"; then
9026 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9027else
9028as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9029for as_dir in $PATH
9030do
9031 IFS=$as_save_IFS
9032 test -z "$as_dir" && as_dir=.
5213506e
RW
9033 for ac_exec_ext in '' $ac_executable_extensions; do
9034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9035 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 9036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9037 break 2
9038 fi
9039done
5213506e
RW
9040 done
9041IFS=$as_save_IFS
278a7a38
AO
9042
9043fi
9044fi
9045RANLIB=$ac_cv_prog_RANLIB
9046if test -n "$RANLIB"; then
5213506e
RW
9047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9048$as_echo "$RANLIB" >&6; }
278a7a38 9049else
5213506e
RW
9050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9051$as_echo "no" >&6; }
278a7a38
AO
9052fi
9053
5213506e 9054
278a7a38
AO
9055 done
9056fi
ca9f4b81 9057
278a7a38 9058for ncn_progname in ranlib; do
2693c0b0
PB
9059 if test -n "$ncn_tool_prefix"; then
9060 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9061set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9063$as_echo_n "checking for $ac_word... " >&6; }
9064if test "${ac_cv_prog_RANLIB+set}" = set; then :
9065 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9066else
9067 if test -n "$RANLIB"; then
9068 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9069else
1c710c3c
DJ
9070as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9071for as_dir in $PATH
9072do
9073 IFS=$as_save_IFS
9074 test -z "$as_dir" && as_dir=.
5213506e
RW
9075 for ac_exec_ext in '' $ac_executable_extensions; do
9076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9077 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
5213506e 9078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9079 break 2
9080 fi
9081done
5213506e
RW
9082 done
9083IFS=$as_save_IFS
1c710c3c 9084
ca9f4b81
AO
9085fi
9086fi
1c710c3c 9087RANLIB=$ac_cv_prog_RANLIB
ca9f4b81 9088if test -n "$RANLIB"; then
5213506e
RW
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9090$as_echo "$RANLIB" >&6; }
ca9f4b81 9091else
5213506e
RW
9092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9093$as_echo "no" >&6; }
ca9f4b81
AO
9094fi
9095
5213506e 9096
2693c0b0
PB
9097 fi
9098 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9099 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9100set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9102$as_echo_n "checking for $ac_word... " >&6; }
9103if test "${ac_cv_prog_RANLIB+set}" = set; then :
9104 $as_echo_n "(cached) " >&6
ca9f4b81 9105else
2693c0b0
PB
9106 if test -n "$RANLIB"; then
9107 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
ca9f4b81 9108else
1c710c3c
DJ
9109as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9110for as_dir in $PATH
9111do
9112 IFS=$as_save_IFS
9113 test -z "$as_dir" && as_dir=.
5213506e
RW
9114 for ac_exec_ext in '' $ac_executable_extensions; do
9115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9116 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 9117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9118 break 2
9119 fi
9120done
5213506e
RW
9121 done
9122IFS=$as_save_IFS
1c710c3c 9123
ca9f4b81
AO
9124fi
9125fi
1c710c3c 9126RANLIB=$ac_cv_prog_RANLIB
2693c0b0 9127if test -n "$RANLIB"; then
5213506e
RW
9128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9129$as_echo "$RANLIB" >&6; }
ca9f4b81 9130else
5213506e
RW
9131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9132$as_echo "no" >&6; }
ca9f4b81 9133fi
1c710c3c 9134
5213506e 9135
ca9f4b81 9136 fi
2693c0b0
PB
9137 test -n "$ac_cv_prog_RANLIB" && break
9138done
9139
9140if test -z "$ac_cv_prog_RANLIB" ; then
8927b7c0 9141 RANLIB="true"
ca9f4b81
AO
9142fi
9143
278a7a38
AO
9144
9145
9146if test -n "$STRIP"; then
9147 ac_cv_prog_STRIP=$STRIP
9148elif test -n "$ac_cv_prog_STRIP"; then
9149 STRIP=$ac_cv_prog_STRIP
9150fi
9151
9152if test -n "$ac_cv_prog_STRIP"; then
9153 for ncn_progname in strip; do
9154 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9155set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9157$as_echo_n "checking for $ac_word... " >&6; }
9158if test "${ac_cv_prog_STRIP+set}" = set; then :
9159 $as_echo_n "(cached) " >&6
278a7a38
AO
9160else
9161 if test -n "$STRIP"; then
9162 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9163else
9164as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9165for as_dir in $PATH
9166do
9167 IFS=$as_save_IFS
9168 test -z "$as_dir" && as_dir=.
5213506e
RW
9169 for ac_exec_ext in '' $ac_executable_extensions; do
9170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9171 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9173 break 2
9174 fi
9175done
5213506e
RW
9176 done
9177IFS=$as_save_IFS
278a7a38
AO
9178
9179fi
9180fi
9181STRIP=$ac_cv_prog_STRIP
9182if test -n "$STRIP"; then
5213506e
RW
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9184$as_echo "$STRIP" >&6; }
278a7a38 9185else
5213506e
RW
9186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9187$as_echo "no" >&6; }
278a7a38
AO
9188fi
9189
5213506e 9190
278a7a38
AO
9191 done
9192fi
9193
9194for ncn_progname in strip; do
2abefe3d
PB
9195 if test -n "$ncn_tool_prefix"; then
9196 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9197set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9199$as_echo_n "checking for $ac_word... " >&6; }
9200if test "${ac_cv_prog_STRIP+set}" = set; then :
9201 $as_echo_n "(cached) " >&6
2abefe3d
PB
9202else
9203 if test -n "$STRIP"; then
9204 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9205else
1c710c3c
DJ
9206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9207for as_dir in $PATH
9208do
9209 IFS=$as_save_IFS
9210 test -z "$as_dir" && as_dir=.
5213506e
RW
9211 for ac_exec_ext in '' $ac_executable_extensions; do
9212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9213 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9215 break 2
9216 fi
9217done
5213506e
RW
9218 done
9219IFS=$as_save_IFS
1c710c3c 9220
2abefe3d
PB
9221fi
9222fi
1c710c3c 9223STRIP=$ac_cv_prog_STRIP
2abefe3d 9224if test -n "$STRIP"; then
5213506e
RW
9225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9226$as_echo "$STRIP" >&6; }
2abefe3d 9227else
5213506e
RW
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9229$as_echo "no" >&6; }
2abefe3d
PB
9230fi
9231
5213506e 9232
2abefe3d
PB
9233 fi
9234 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9235 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9236set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9238$as_echo_n "checking for $ac_word... " >&6; }
9239if test "${ac_cv_prog_STRIP+set}" = set; then :
9240 $as_echo_n "(cached) " >&6
2abefe3d
PB
9241else
9242 if test -n "$STRIP"; then
9243 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9244else
1c710c3c
DJ
9245as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9246for as_dir in $PATH
9247do
9248 IFS=$as_save_IFS
9249 test -z "$as_dir" && as_dir=.
5213506e
RW
9250 for ac_exec_ext in '' $ac_executable_extensions; do
9251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9252 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9254 break 2
9255 fi
9256done
5213506e
RW
9257 done
9258IFS=$as_save_IFS
1c710c3c 9259
2abefe3d
PB
9260fi
9261fi
1c710c3c 9262STRIP=$ac_cv_prog_STRIP
2abefe3d 9263if test -n "$STRIP"; then
5213506e
RW
9264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9265$as_echo "$STRIP" >&6; }
2abefe3d 9266else
5213506e
RW
9267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9268$as_echo "no" >&6; }
2abefe3d 9269fi
1c710c3c 9270
5213506e 9271
2abefe3d
PB
9272 fi
9273 test -n "$ac_cv_prog_STRIP" && break
9274done
9275
9276if test -z "$ac_cv_prog_STRIP" ; then
8927b7c0 9277 STRIP="true"
2abefe3d
PB
9278fi
9279
278a7a38
AO
9280
9281
9282if test -n "$WINDRES"; then
9283 ac_cv_prog_WINDRES=$WINDRES
9284elif test -n "$ac_cv_prog_WINDRES"; then
9285 WINDRES=$ac_cv_prog_WINDRES
9286fi
9287
9288if test -n "$ac_cv_prog_WINDRES"; then
9289 for ncn_progname in windres; do
9290 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9291set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9293$as_echo_n "checking for $ac_word... " >&6; }
9294if test "${ac_cv_prog_WINDRES+set}" = set; then :
9295 $as_echo_n "(cached) " >&6
278a7a38
AO
9296else
9297 if test -n "$WINDRES"; then
9298 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9299else
9300as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9301for as_dir in $PATH
9302do
9303 IFS=$as_save_IFS
9304 test -z "$as_dir" && as_dir=.
5213506e
RW
9305 for ac_exec_ext in '' $ac_executable_extensions; do
9306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9307 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9309 break 2
9310 fi
9311done
5213506e
RW
9312 done
9313IFS=$as_save_IFS
278a7a38
AO
9314
9315fi
9316fi
9317WINDRES=$ac_cv_prog_WINDRES
9318if test -n "$WINDRES"; then
5213506e
RW
9319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9320$as_echo "$WINDRES" >&6; }
278a7a38 9321else
5213506e
RW
9322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9323$as_echo "no" >&6; }
278a7a38
AO
9324fi
9325
5213506e 9326
278a7a38
AO
9327 done
9328fi
9329
9330for ncn_progname in windres; do
2693c0b0
PB
9331 if test -n "$ncn_tool_prefix"; then
9332 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9333set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9335$as_echo_n "checking for $ac_word... " >&6; }
9336if test "${ac_cv_prog_WINDRES+set}" = set; then :
9337 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9338else
9339 if test -n "$WINDRES"; then
9340 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9341else
1c710c3c
DJ
9342as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9343for as_dir in $PATH
9344do
9345 IFS=$as_save_IFS
9346 test -z "$as_dir" && as_dir=.
5213506e
RW
9347 for ac_exec_ext in '' $ac_executable_extensions; do
9348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9349 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
5213506e 9350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9351 break 2
9352 fi
9353done
5213506e
RW
9354 done
9355IFS=$as_save_IFS
1c710c3c 9356
ca9f4b81
AO
9357fi
9358fi
1c710c3c 9359WINDRES=$ac_cv_prog_WINDRES
ca9f4b81 9360if test -n "$WINDRES"; then
5213506e
RW
9361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9362$as_echo "$WINDRES" >&6; }
ca9f4b81 9363else
5213506e
RW
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9365$as_echo "no" >&6; }
ca9f4b81
AO
9366fi
9367
5213506e 9368
2693c0b0
PB
9369 fi
9370 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9371 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9372set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9374$as_echo_n "checking for $ac_word... " >&6; }
9375if test "${ac_cv_prog_WINDRES+set}" = set; then :
9376 $as_echo_n "(cached) " >&6
ca9f4b81 9377else
2693c0b0
PB
9378 if test -n "$WINDRES"; then
9379 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
ca9f4b81 9380else
1c710c3c
DJ
9381as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9382for as_dir in $PATH
9383do
9384 IFS=$as_save_IFS
9385 test -z "$as_dir" && as_dir=.
5213506e
RW
9386 for ac_exec_ext in '' $ac_executable_extensions; do
9387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9388 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9390 break 2
9391 fi
9392done
5213506e
RW
9393 done
9394IFS=$as_save_IFS
1c710c3c 9395
ca9f4b81
AO
9396fi
9397fi
1c710c3c 9398WINDRES=$ac_cv_prog_WINDRES
2693c0b0 9399if test -n "$WINDRES"; then
5213506e
RW
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9401$as_echo "$WINDRES" >&6; }
ca9f4b81 9402else
5213506e
RW
9403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9404$as_echo "no" >&6; }
ca9f4b81 9405fi
1c710c3c 9406
5213506e 9407
2693c0b0
PB
9408 fi
9409 test -n "$ac_cv_prog_WINDRES" && break
9410done
9411
9412if test -z "$ac_cv_prog_WINDRES" ; then
9413 set dummy windres
9414 if test $build = $host ; then
9415 WINDRES="$2"
ca9f4b81 9416 else
2693c0b0 9417 WINDRES="${ncn_tool_prefix}$2"
ca9f4b81 9418 fi
ca9f4b81
AO
9419fi
9420
278a7a38
AO
9421
9422
901119ae
KT
9423if test -n "$WINDMC"; then
9424 ac_cv_prog_WINDMC=$WINDMC
9425elif test -n "$ac_cv_prog_WINDMC"; then
9426 WINDMC=$ac_cv_prog_WINDMC
9427fi
9428
9429if test -n "$ac_cv_prog_WINDMC"; then
9430 for ncn_progname in windmc; do
9431 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9432set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9434$as_echo_n "checking for $ac_word... " >&6; }
9435if test "${ac_cv_prog_WINDMC+set}" = set; then :
9436 $as_echo_n "(cached) " >&6
901119ae
KT
9437else
9438 if test -n "$WINDMC"; then
9439 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9440else
9441as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9442for as_dir in $PATH
9443do
9444 IFS=$as_save_IFS
9445 test -z "$as_dir" && as_dir=.
5213506e
RW
9446 for ac_exec_ext in '' $ac_executable_extensions; do
9447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9448 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9450 break 2
9451 fi
9452done
5213506e
RW
9453 done
9454IFS=$as_save_IFS
901119ae
KT
9455
9456fi
9457fi
9458WINDMC=$ac_cv_prog_WINDMC
9459if test -n "$WINDMC"; then
5213506e
RW
9460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9461$as_echo "$WINDMC" >&6; }
901119ae 9462else
5213506e
RW
9463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9464$as_echo "no" >&6; }
901119ae
KT
9465fi
9466
5213506e 9467
901119ae
KT
9468 done
9469fi
9470
9471for ncn_progname in windmc; do
9472 if test -n "$ncn_tool_prefix"; then
9473 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9474set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9476$as_echo_n "checking for $ac_word... " >&6; }
9477if test "${ac_cv_prog_WINDMC+set}" = set; then :
9478 $as_echo_n "(cached) " >&6
901119ae
KT
9479else
9480 if test -n "$WINDMC"; then
9481 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9482else
9483as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9484for as_dir in $PATH
9485do
9486 IFS=$as_save_IFS
9487 test -z "$as_dir" && as_dir=.
5213506e
RW
9488 for ac_exec_ext in '' $ac_executable_extensions; do
9489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9490 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
5213506e 9491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9492 break 2
9493 fi
9494done
5213506e
RW
9495 done
9496IFS=$as_save_IFS
901119ae
KT
9497
9498fi
9499fi
9500WINDMC=$ac_cv_prog_WINDMC
9501if test -n "$WINDMC"; then
5213506e
RW
9502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9503$as_echo "$WINDMC" >&6; }
901119ae 9504else
5213506e
RW
9505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9506$as_echo "no" >&6; }
901119ae
KT
9507fi
9508
5213506e 9509
901119ae
KT
9510 fi
9511 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9512 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9513set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9515$as_echo_n "checking for $ac_word... " >&6; }
9516if test "${ac_cv_prog_WINDMC+set}" = set; then :
9517 $as_echo_n "(cached) " >&6
901119ae
KT
9518else
9519 if test -n "$WINDMC"; then
9520 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9521else
9522as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9523for as_dir in $PATH
9524do
9525 IFS=$as_save_IFS
9526 test -z "$as_dir" && as_dir=.
5213506e
RW
9527 for ac_exec_ext in '' $ac_executable_extensions; do
9528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9529 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9531 break 2
9532 fi
9533done
5213506e
RW
9534 done
9535IFS=$as_save_IFS
901119ae
KT
9536
9537fi
9538fi
9539WINDMC=$ac_cv_prog_WINDMC
9540if test -n "$WINDMC"; then
5213506e
RW
9541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9542$as_echo "$WINDMC" >&6; }
901119ae 9543else
5213506e
RW
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9545$as_echo "no" >&6; }
901119ae
KT
9546fi
9547
5213506e 9548
901119ae
KT
9549 fi
9550 test -n "$ac_cv_prog_WINDMC" && break
9551done
9552
9553if test -z "$ac_cv_prog_WINDMC" ; then
9554 set dummy windmc
9555 if test $build = $host ; then
9556 WINDMC="$2"
9557 else
9558 WINDMC="${ncn_tool_prefix}$2"
9559 fi
9560fi
9561
9562
9563
278a7a38
AO
9564if test -n "$OBJCOPY"; then
9565 ac_cv_prog_OBJCOPY=$OBJCOPY
9566elif test -n "$ac_cv_prog_OBJCOPY"; then
9567 OBJCOPY=$ac_cv_prog_OBJCOPY
9568fi
9569
9570if test -n "$ac_cv_prog_OBJCOPY"; then
9571 for ncn_progname in objcopy; do
9572 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9573set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9575$as_echo_n "checking for $ac_word... " >&6; }
9576if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9577 $as_echo_n "(cached) " >&6
278a7a38
AO
9578else
9579 if test -n "$OBJCOPY"; then
9580 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9581else
9582as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9583for as_dir in $PATH
9584do
9585 IFS=$as_save_IFS
9586 test -z "$as_dir" && as_dir=.
5213506e
RW
9587 for ac_exec_ext in '' $ac_executable_extensions; do
9588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9589 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9591 break 2
9592 fi
9593done
5213506e
RW
9594 done
9595IFS=$as_save_IFS
278a7a38
AO
9596
9597fi
9598fi
9599OBJCOPY=$ac_cv_prog_OBJCOPY
9600if test -n "$OBJCOPY"; then
5213506e
RW
9601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9602$as_echo "$OBJCOPY" >&6; }
278a7a38 9603else
5213506e
RW
9604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9605$as_echo "no" >&6; }
278a7a38
AO
9606fi
9607
5213506e 9608
278a7a38
AO
9609 done
9610fi
9611
9612for ncn_progname in objcopy; do
2693c0b0
PB
9613 if test -n "$ncn_tool_prefix"; then
9614 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9615set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9617$as_echo_n "checking for $ac_word... " >&6; }
9618if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9619 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9620else
9621 if test -n "$OBJCOPY"; then
9622 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9623else
1c710c3c
DJ
9624as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9625for as_dir in $PATH
9626do
9627 IFS=$as_save_IFS
9628 test -z "$as_dir" && as_dir=.
5213506e
RW
9629 for ac_exec_ext in '' $ac_executable_extensions; do
9630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9631 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
5213506e 9632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9633 break 2
9634 fi
9635done
5213506e
RW
9636 done
9637IFS=$as_save_IFS
1c710c3c 9638
ca9f4b81
AO
9639fi
9640fi
1c710c3c 9641OBJCOPY=$ac_cv_prog_OBJCOPY
ca9f4b81 9642if test -n "$OBJCOPY"; then
5213506e
RW
9643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9644$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9645else
5213506e
RW
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9647$as_echo "no" >&6; }
ca9f4b81
AO
9648fi
9649
5213506e 9650
2693c0b0
PB
9651 fi
9652 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9653 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9654set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9656$as_echo_n "checking for $ac_word... " >&6; }
9657if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9658 $as_echo_n "(cached) " >&6
ca9f4b81 9659else
2693c0b0
PB
9660 if test -n "$OBJCOPY"; then
9661 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
ca9f4b81 9662else
1c710c3c
DJ
9663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9664for as_dir in $PATH
9665do
9666 IFS=$as_save_IFS
9667 test -z "$as_dir" && as_dir=.
5213506e
RW
9668 for ac_exec_ext in '' $ac_executable_extensions; do
9669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9670 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9672 break 2
9673 fi
9674done
5213506e
RW
9675 done
9676IFS=$as_save_IFS
1c710c3c 9677
ca9f4b81
AO
9678fi
9679fi
1c710c3c 9680OBJCOPY=$ac_cv_prog_OBJCOPY
2693c0b0 9681if test -n "$OBJCOPY"; then
5213506e
RW
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9683$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9684else
5213506e
RW
9685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9686$as_echo "no" >&6; }
ca9f4b81 9687fi
1c710c3c 9688
5213506e 9689
2693c0b0
PB
9690 fi
9691 test -n "$ac_cv_prog_OBJCOPY" && break
9692done
9693
9694if test -z "$ac_cv_prog_OBJCOPY" ; then
9695 set dummy objcopy
9696 if test $build = $host ; then
9697 OBJCOPY="$2"
ca9f4b81 9698 else
2693c0b0 9699 OBJCOPY="${ncn_tool_prefix}$2"
ca9f4b81 9700 fi
ca9f4b81
AO
9701fi
9702
278a7a38
AO
9703
9704
9705if test -n "$OBJDUMP"; then
9706 ac_cv_prog_OBJDUMP=$OBJDUMP
9707elif test -n "$ac_cv_prog_OBJDUMP"; then
9708 OBJDUMP=$ac_cv_prog_OBJDUMP
9709fi
9710
9711if test -n "$ac_cv_prog_OBJDUMP"; then
9712 for ncn_progname in objdump; do
9713 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9714set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9716$as_echo_n "checking for $ac_word... " >&6; }
9717if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9718 $as_echo_n "(cached) " >&6
278a7a38
AO
9719else
9720 if test -n "$OBJDUMP"; then
9721 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9722else
9723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9724for as_dir in $PATH
9725do
9726 IFS=$as_save_IFS
9727 test -z "$as_dir" && as_dir=.
5213506e
RW
9728 for ac_exec_ext in '' $ac_executable_extensions; do
9729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9730 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9732 break 2
9733 fi
9734done
5213506e
RW
9735 done
9736IFS=$as_save_IFS
278a7a38
AO
9737
9738fi
9739fi
9740OBJDUMP=$ac_cv_prog_OBJDUMP
9741if test -n "$OBJDUMP"; then
5213506e
RW
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9743$as_echo "$OBJDUMP" >&6; }
278a7a38 9744else
5213506e
RW
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9746$as_echo "no" >&6; }
278a7a38
AO
9747fi
9748
5213506e 9749
278a7a38
AO
9750 done
9751fi
9752
9753for ncn_progname in objdump; do
2693c0b0
PB
9754 if test -n "$ncn_tool_prefix"; then
9755 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9756set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9758$as_echo_n "checking for $ac_word... " >&6; }
9759if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9760 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9761else
9762 if test -n "$OBJDUMP"; then
9763 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9764else
1c710c3c
DJ
9765as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9766for as_dir in $PATH
9767do
9768 IFS=$as_save_IFS
9769 test -z "$as_dir" && as_dir=.
5213506e
RW
9770 for ac_exec_ext in '' $ac_executable_extensions; do
9771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9772 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9774 break 2
9775 fi
9776done
5213506e
RW
9777 done
9778IFS=$as_save_IFS
1c710c3c 9779
ca9f4b81
AO
9780fi
9781fi
1c710c3c 9782OBJDUMP=$ac_cv_prog_OBJDUMP
ca9f4b81 9783if test -n "$OBJDUMP"; then
5213506e
RW
9784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9785$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9786else
5213506e
RW
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9788$as_echo "no" >&6; }
ca9f4b81
AO
9789fi
9790
5213506e 9791
2693c0b0
PB
9792 fi
9793 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9794 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9795set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9797$as_echo_n "checking for $ac_word... " >&6; }
9798if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9799 $as_echo_n "(cached) " >&6
ca9f4b81 9800else
2693c0b0
PB
9801 if test -n "$OBJDUMP"; then
9802 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
ca9f4b81 9803else
1c710c3c
DJ
9804as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9805for as_dir in $PATH
9806do
9807 IFS=$as_save_IFS
9808 test -z "$as_dir" && as_dir=.
5213506e
RW
9809 for ac_exec_ext in '' $ac_executable_extensions; do
9810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9811 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9813 break 2
9814 fi
9815done
5213506e
RW
9816 done
9817IFS=$as_save_IFS
1c710c3c 9818
ca9f4b81
AO
9819fi
9820fi
1c710c3c 9821OBJDUMP=$ac_cv_prog_OBJDUMP
2693c0b0 9822if test -n "$OBJDUMP"; then
5213506e
RW
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9824$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9825else
5213506e
RW
9826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9827$as_echo "no" >&6; }
ca9f4b81 9828fi
1c710c3c 9829
5213506e 9830
2693c0b0
PB
9831 fi
9832 test -n "$ac_cv_prog_OBJDUMP" && break
9833done
9834
9835if test -z "$ac_cv_prog_OBJDUMP" ; then
9836 set dummy objdump
9837 if test $build = $host ; then
9838 OBJDUMP="$2"
ca9f4b81 9839 else
2693c0b0 9840 OBJDUMP="${ncn_tool_prefix}$2"
ca9f4b81 9841 fi
ca9f4b81
AO
9842fi
9843
671aa708
NN
9844
9845
9846
9847
9848
2abefe3d 9849# Target tools.
1c710c3c 9850
5213506e
RW
9851# Check whether --with-build-time-tools was given.
9852if test "${with_build_time_tools+set}" = set; then :
9853 withval=$with_build_time_tools; case x"$withval" in
e8b05380
PB
9854 x/*) ;;
9855 *)
9856 with_build_time_tools=
5213506e
RW
9857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9858$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
e8b05380
PB
9859 ;;
9860 esac
ca9f4b81 9861else
e8b05380 9862 with_build_time_tools=
5213506e
RW
9863fi
9864
ca9f4b81 9865
278a7a38
AO
9866
9867
9868if test -n "$CC_FOR_TARGET"; then
9869 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9870elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9871 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9872fi
9873
9874if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9875 for ncn_progname in cc gcc; do
9876 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9877set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9879$as_echo_n "checking for $ac_word... " >&6; }
9880if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9881 $as_echo_n "(cached) " >&6
278a7a38
AO
9882else
9883 if test -n "$CC_FOR_TARGET"; then
9884 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9885else
9886as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9887for as_dir in $PATH
9888do
9889 IFS=$as_save_IFS
9890 test -z "$as_dir" && as_dir=.
5213506e
RW
9891 for ac_exec_ext in '' $ac_executable_extensions; do
9892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9893 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 9894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9895 break 2
9896 fi
9897done
5213506e
RW
9898 done
9899IFS=$as_save_IFS
278a7a38
AO
9900
9901fi
9902fi
9903CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9904if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9906$as_echo "$CC_FOR_TARGET" >&6; }
278a7a38 9907else
5213506e
RW
9908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9909$as_echo "no" >&6; }
278a7a38
AO
9910fi
9911
5213506e 9912
278a7a38
AO
9913 done
9914fi
9915
9916if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9917 for ncn_progname in cc gcc; do
5213506e
RW
9918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9919$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9920 if test -x $with_build_time_tools/${ncn_progname}; then
9921 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9923$as_echo "yes" >&6; }
72a7ab82 9924 break
e8b05380 9925 else
5213506e
RW
9926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9927$as_echo "no" >&6; }
72a7ab82
AP
9928 fi
9929 done
4de997d1
PB
9930fi
9931
e8b05380
PB
9932if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9933 for ncn_progname in cc gcc; do
9934 if test -n "$ncn_target_tool_prefix"; then
9935 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 9936set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9938$as_echo_n "checking for $ac_word... " >&6; }
9939if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9940 $as_echo_n "(cached) " >&6
4de997d1
PB
9941else
9942 if test -n "$CC_FOR_TARGET"; then
9943 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9944else
1c710c3c
DJ
9945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9946for as_dir in $PATH
9947do
9948 IFS=$as_save_IFS
9949 test -z "$as_dir" && as_dir=.
5213506e
RW
9950 for ac_exec_ext in '' $ac_executable_extensions; do
9951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9952 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 9953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9954 break 2
9955 fi
9956done
5213506e
RW
9957 done
9958IFS=$as_save_IFS
1c710c3c 9959
4de997d1
PB
9960fi
9961fi
1c710c3c 9962CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
4de997d1 9963if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9965$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 9966else
5213506e
RW
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9968$as_echo "no" >&6; }
4de997d1
PB
9969fi
9970
5213506e 9971
e8b05380
PB
9972 fi
9973 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9974 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 9975set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9977$as_echo_n "checking for $ac_word... " >&6; }
9978if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9979 $as_echo_n "(cached) " >&6
4de997d1 9980else
2693c0b0
PB
9981 if test -n "$CC_FOR_TARGET"; then
9982 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4de997d1 9983else
1c710c3c
DJ
9984as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9985for as_dir in $PATH
9986do
9987 IFS=$as_save_IFS
9988 test -z "$as_dir" && as_dir=.
5213506e
RW
9989 for ac_exec_ext in '' $ac_executable_extensions; do
9990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9991 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 9992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9993 break 2
9994 fi
9995done
5213506e
RW
9996 done
9997IFS=$as_save_IFS
1c710c3c 9998
4de997d1
PB
9999fi
10000fi
1c710c3c 10001CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
2693c0b0 10002if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10004$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10005else
5213506e
RW
10006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10007$as_echo "no" >&6; }
4de997d1 10008fi
1c710c3c 10009
5213506e 10010
e8b05380
PB
10011 fi
10012 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10013 done
10014fi
1c710c3c 10015
2693c0b0
PB
10016if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10017 set dummy cc gcc
10018 if test $build = $target ; then
10019 CC_FOR_TARGET="$2"
4de997d1 10020 else
2693c0b0 10021 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10022 fi
1c00b503
PB
10023else
10024 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4de997d1
PB
10025fi
10026
278a7a38
AO
10027
10028
10029if test -n "$CXX_FOR_TARGET"; then
10030 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10031elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10032 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10033fi
10034
10035if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10036 for ncn_progname in c++ g++ cxx gxx; do
10037 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10038set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10040$as_echo_n "checking for $ac_word... " >&6; }
10041if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10042 $as_echo_n "(cached) " >&6
278a7a38
AO
10043else
10044 if test -n "$CXX_FOR_TARGET"; then
10045 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10046else
10047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10048for as_dir in $PATH
10049do
10050 IFS=$as_save_IFS
10051 test -z "$as_dir" && as_dir=.
5213506e
RW
10052 for ac_exec_ext in '' $ac_executable_extensions; do
10053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10054 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10056 break 2
10057 fi
10058done
5213506e
RW
10059 done
10060IFS=$as_save_IFS
278a7a38
AO
10061
10062fi
10063fi
10064CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10065if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10067$as_echo "$CXX_FOR_TARGET" >&6; }
278a7a38 10068else
5213506e
RW
10069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10070$as_echo "no" >&6; }
278a7a38
AO
10071fi
10072
5213506e 10073
278a7a38
AO
10074 done
10075fi
10076
10077if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10078 for ncn_progname in c++ g++ cxx gxx; do
5213506e
RW
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10080$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10081 if test -x $with_build_time_tools/${ncn_progname}; then
10082 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10084$as_echo "yes" >&6; }
e8b05380
PB
10085 break
10086 else
5213506e
RW
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10088$as_echo "no" >&6; }
e8b05380
PB
10089 fi
10090 done
10091fi
10092
10093if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10094 for ncn_progname in c++ g++ cxx gxx; do
10095 if test -n "$ncn_target_tool_prefix"; then
10096 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10097set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10098{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10099$as_echo_n "checking for $ac_word... " >&6; }
10100if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10101 $as_echo_n "(cached) " >&6
4de997d1
PB
10102else
10103 if test -n "$CXX_FOR_TARGET"; then
10104 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10105else
1c710c3c
DJ
10106as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10107for as_dir in $PATH
10108do
10109 IFS=$as_save_IFS
10110 test -z "$as_dir" && as_dir=.
5213506e
RW
10111 for ac_exec_ext in '' $ac_executable_extensions; do
10112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10113 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10115 break 2
10116 fi
10117done
5213506e
RW
10118 done
10119IFS=$as_save_IFS
1c710c3c 10120
4de997d1
PB
10121fi
10122fi
1c710c3c 10123CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
4de997d1 10124if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10126$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10127else
5213506e
RW
10128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10129$as_echo "no" >&6; }
4de997d1
PB
10130fi
10131
5213506e 10132
e8b05380
PB
10133 fi
10134 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10135 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10136set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10138$as_echo_n "checking for $ac_word... " >&6; }
10139if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10140 $as_echo_n "(cached) " >&6
4de997d1 10141else
2693c0b0
PB
10142 if test -n "$CXX_FOR_TARGET"; then
10143 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4de997d1 10144else
1c710c3c
DJ
10145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10146for as_dir in $PATH
10147do
10148 IFS=$as_save_IFS
10149 test -z "$as_dir" && as_dir=.
5213506e
RW
10150 for ac_exec_ext in '' $ac_executable_extensions; do
10151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10152 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10154 break 2
10155 fi
10156done
5213506e
RW
10157 done
10158IFS=$as_save_IFS
1c710c3c 10159
4de997d1
PB
10160fi
10161fi
1c710c3c 10162CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
2693c0b0 10163if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10165$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10166else
5213506e
RW
10167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10168$as_echo "no" >&6; }
4de997d1 10169fi
1c710c3c 10170
5213506e 10171
e8b05380
PB
10172 fi
10173 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10174 done
10175fi
1c710c3c 10176
2693c0b0
PB
10177if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10178 set dummy c++ g++ cxx gxx
10179 if test $build = $target ; then
10180 CXX_FOR_TARGET="$2"
4de997d1 10181 else
2693c0b0 10182 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10183 fi
1c00b503
PB
10184else
10185 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
ca9f4b81
AO
10186fi
10187
278a7a38
AO
10188
10189
10190if test -n "$GCC_FOR_TARGET"; then
10191 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10192elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10193 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10194fi
10195
10196if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10197 for ncn_progname in gcc; do
10198 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10199set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10201$as_echo_n "checking for $ac_word... " >&6; }
10202if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10203 $as_echo_n "(cached) " >&6
278a7a38
AO
10204else
10205 if test -n "$GCC_FOR_TARGET"; then
10206 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10207else
10208as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10209for as_dir in $PATH
10210do
10211 IFS=$as_save_IFS
10212 test -z "$as_dir" && as_dir=.
5213506e
RW
10213 for ac_exec_ext in '' $ac_executable_extensions; do
10214 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10215 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10217 break 2
10218 fi
10219done
5213506e
RW
10220 done
10221IFS=$as_save_IFS
278a7a38
AO
10222
10223fi
10224fi
10225GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10226if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10228$as_echo "$GCC_FOR_TARGET" >&6; }
278a7a38 10229else
5213506e
RW
10230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10231$as_echo "no" >&6; }
278a7a38
AO
10232fi
10233
5213506e 10234
278a7a38
AO
10235 done
10236fi
10237
10238if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10239 for ncn_progname in gcc; do
5213506e
RW
10240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10241$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10242 if test -x $with_build_time_tools/${ncn_progname}; then
10243 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10245$as_echo "yes" >&6; }
e8b05380
PB
10246 break
10247 else
5213506e
RW
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10249$as_echo "no" >&6; }
e8b05380
PB
10250 fi
10251 done
10252fi
10253
10254if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10255 for ncn_progname in gcc; do
10256 if test -n "$ncn_target_tool_prefix"; then
10257 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10258set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10260$as_echo_n "checking for $ac_word... " >&6; }
10261if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10262 $as_echo_n "(cached) " >&6
ca9f4b81 10263else
e8b05380
PB
10264 if test -n "$GCC_FOR_TARGET"; then
10265 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10266else
1c710c3c
DJ
10267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10268for as_dir in $PATH
10269do
10270 IFS=$as_save_IFS
10271 test -z "$as_dir" && as_dir=.
5213506e
RW
10272 for ac_exec_ext in '' $ac_executable_extensions; do
10273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10274 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10276 break 2
10277 fi
10278done
5213506e
RW
10279 done
10280IFS=$as_save_IFS
1c710c3c 10281
ca9f4b81
AO
10282fi
10283fi
1c710c3c 10284GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10285if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10287$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10288else
5213506e
RW
10289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10290$as_echo "no" >&6; }
ca9f4b81
AO
10291fi
10292
5213506e 10293
e8b05380
PB
10294 fi
10295 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10296 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10297set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10299$as_echo_n "checking for $ac_word... " >&6; }
10300if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10301 $as_echo_n "(cached) " >&6
ca9f4b81 10302else
e8b05380
PB
10303 if test -n "$GCC_FOR_TARGET"; then
10304 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10305else
1c710c3c
DJ
10306as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10307for as_dir in $PATH
10308do
10309 IFS=$as_save_IFS
10310 test -z "$as_dir" && as_dir=.
5213506e
RW
10311 for ac_exec_ext in '' $ac_executable_extensions; do
10312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10313 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10315 break 2
10316 fi
10317done
5213506e
RW
10318 done
10319IFS=$as_save_IFS
1c710c3c 10320
ca9f4b81
AO
10321fi
10322fi
1c710c3c 10323GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10324if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10326$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10327else
5213506e
RW
10328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10329$as_echo "no" >&6; }
ca9f4b81 10330fi
1c710c3c 10331
5213506e 10332
e8b05380
PB
10333 fi
10334 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10335 done
10336fi
1c710c3c 10337
e8b05380
PB
10338if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10339 GCC_FOR_TARGET="${CC_FOR_TARGET}"
1c00b503
PB
10340else
10341 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
e8b05380
PB
10342fi
10343
278a7a38
AO
10344
10345
10346if test -n "$GCJ_FOR_TARGET"; then
10347 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10348elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10349 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10350fi
10351
10352if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10353 for ncn_progname in gcj; do
10354 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10355set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10357$as_echo_n "checking for $ac_word... " >&6; }
10358if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10359 $as_echo_n "(cached) " >&6
278a7a38
AO
10360else
10361 if test -n "$GCJ_FOR_TARGET"; then
10362 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10363else
10364as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10365for as_dir in $PATH
10366do
10367 IFS=$as_save_IFS
10368 test -z "$as_dir" && as_dir=.
5213506e
RW
10369 for ac_exec_ext in '' $ac_executable_extensions; do
10370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10371 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10373 break 2
10374 fi
10375done
5213506e
RW
10376 done
10377IFS=$as_save_IFS
278a7a38
AO
10378
10379fi
10380fi
10381GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10382if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10384$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10385else
5213506e
RW
10386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10387$as_echo "no" >&6; }
278a7a38
AO
10388fi
10389
5213506e 10390
278a7a38
AO
10391 done
10392fi
10393
10394if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10395 for ncn_progname in gcj; do
5213506e
RW
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10397$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10398 if test -x $with_build_time_tools/${ncn_progname}; then
10399 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10401$as_echo "yes" >&6; }
e8b05380
PB
10402 break
10403 else
5213506e
RW
10404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10405$as_echo "no" >&6; }
e8b05380
PB
10406 fi
10407 done
10408fi
10409
10410if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10411 for ncn_progname in gcj; do
10412 if test -n "$ncn_target_tool_prefix"; then
10413 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10414set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10415{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10416$as_echo_n "checking for $ac_word... " >&6; }
10417if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10418 $as_echo_n "(cached) " >&6
e8b05380 10419else
fb0103e5
RG
10420 if test -n "$GCJ_FOR_TARGET"; then
10421 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10422else
1c710c3c
DJ
10423as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10424for as_dir in $PATH
10425do
10426 IFS=$as_save_IFS
10427 test -z "$as_dir" && as_dir=.
5213506e
RW
10428 for ac_exec_ext in '' $ac_executable_extensions; do
10429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10430 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10432 break 2
10433 fi
10434done
5213506e
RW
10435 done
10436IFS=$as_save_IFS
1c710c3c 10437
e8b05380
PB
10438fi
10439fi
278a7a38
AO
10440GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10441if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10443$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10444else
5213506e
RW
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10446$as_echo "no" >&6; }
278a7a38
AO
10447fi
10448
5213506e 10449
278a7a38
AO
10450 fi
10451 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10452 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10453set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10455$as_echo_n "checking for $ac_word... " >&6; }
10456if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10457 $as_echo_n "(cached) " >&6
278a7a38
AO
10458else
10459 if test -n "$GCJ_FOR_TARGET"; then
10460 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10461else
10462as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10463for as_dir in $PATH
10464do
10465 IFS=$as_save_IFS
10466 test -z "$as_dir" && as_dir=.
5213506e
RW
10467 for ac_exec_ext in '' $ac_executable_extensions; do
10468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10469 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10471 break 2
10472 fi
10473done
5213506e
RW
10474 done
10475IFS=$as_save_IFS
278a7a38
AO
10476
10477fi
10478fi
10479GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10480if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10482$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10483else
5213506e
RW
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10485$as_echo "no" >&6; }
278a7a38
AO
10486fi
10487
5213506e 10488
278a7a38
AO
10489 fi
10490 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10491 done
10492fi
10493
10494if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10495 set dummy gcj
10496 if test $build = $target ; then
10497 GCJ_FOR_TARGET="$2"
10498 else
10499 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10500 fi
1c00b503
PB
10501else
10502 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
278a7a38
AO
10503fi
10504
10505
10506
10507if test -n "$GFORTRAN_FOR_TARGET"; then
10508 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10509elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10510 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380
PB
10511fi
10512
278a7a38
AO
10513if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10514 for ncn_progname in gfortran; do
10515 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
e8b05380 10516set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10518$as_echo_n "checking for $ac_word... " >&6; }
10519if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10520 $as_echo_n "(cached) " >&6
e8b05380 10521else
278a7a38
AO
10522 if test -n "$GFORTRAN_FOR_TARGET"; then
10523 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
e8b05380 10524else
1c710c3c
DJ
10525as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10526for as_dir in $PATH
10527do
10528 IFS=$as_save_IFS
10529 test -z "$as_dir" && as_dir=.
5213506e
RW
10530 for ac_exec_ext in '' $ac_executable_extensions; do
10531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10532 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10534 break 2
10535 fi
10536done
5213506e
RW
10537 done
10538IFS=$as_save_IFS
1c710c3c 10539
e8b05380
PB
10540fi
10541fi
278a7a38
AO
10542GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10543if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10545$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10546else
5213506e
RW
10547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10548$as_echo "no" >&6; }
e8b05380 10549fi
1c710c3c 10550
5213506e 10551
e8b05380
PB
10552 done
10553fi
1c710c3c 10554
278a7a38 10555if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10556 for ncn_progname in gfortran; do
5213506e
RW
10557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10558$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10559 if test -x $with_build_time_tools/${ncn_progname}; then
10560 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10562$as_echo "yes" >&6; }
e8b05380
PB
10563 break
10564 else
5213506e
RW
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10566$as_echo "no" >&6; }
e8b05380
PB
10567 fi
10568 done
10569fi
10570
10571if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10572 for ncn_progname in gfortran; do
10573 if test -n "$ncn_target_tool_prefix"; then
10574 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10575set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10577$as_echo_n "checking for $ac_word... " >&6; }
10578if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10579 $as_echo_n "(cached) " >&6
e8b05380
PB
10580else
10581 if test -n "$GFORTRAN_FOR_TARGET"; then
1c710c3c
DJ
10582 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10583else
10584as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10585for as_dir in $PATH
10586do
10587 IFS=$as_save_IFS
10588 test -z "$as_dir" && as_dir=.
5213506e
RW
10589 for ac_exec_ext in '' $ac_executable_extensions; do
10590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10591 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10593 break 2
10594 fi
10595done
5213506e
RW
10596 done
10597IFS=$as_save_IFS
1c710c3c 10598
e8b05380
PB
10599fi
10600fi
1c710c3c 10601GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10602if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10604$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10605else
5213506e
RW
10606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10607$as_echo "no" >&6; }
e8b05380
PB
10608fi
10609
5213506e 10610
e8b05380
PB
10611 fi
10612 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10613 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10614set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10616$as_echo_n "checking for $ac_word... " >&6; }
10617if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10618 $as_echo_n "(cached) " >&6
e8b05380
PB
10619else
10620 if test -n "$GFORTRAN_FOR_TARGET"; then
10621 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10622else
1c710c3c
DJ
10623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10624for as_dir in $PATH
10625do
10626 IFS=$as_save_IFS
10627 test -z "$as_dir" && as_dir=.
5213506e
RW
10628 for ac_exec_ext in '' $ac_executable_extensions; do
10629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10630 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10632 break 2
10633 fi
10634done
5213506e
RW
10635 done
10636IFS=$as_save_IFS
1c710c3c 10637
e8b05380
PB
10638fi
10639fi
1c710c3c 10640GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10641if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10643$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10644else
5213506e
RW
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10646$as_echo "no" >&6; }
e8b05380 10647fi
1c710c3c 10648
5213506e 10649
e8b05380
PB
10650 fi
10651 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10652 done
10653fi
1c710c3c 10654
e8b05380
PB
10655if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10656 set dummy gfortran
2693c0b0 10657 if test $build = $target ; then
e8b05380 10658 GFORTRAN_FOR_TARGET="$2"
ca9f4b81 10659 else
e8b05380
PB
10660 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10661 fi
1c00b503
PB
10662else
10663 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
e8b05380
PB
10664fi
10665
10666
10667
632e2a07
ILT
10668if test -n "$GOC_FOR_TARGET"; then
10669 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10670elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10671 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10672fi
10673
10674if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10675 for ncn_progname in gccgo; do
10676 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10677set dummy ${ncn_progname}; ac_word=$2
10678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10679$as_echo_n "checking for $ac_word... " >&6; }
10680if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10681 $as_echo_n "(cached) " >&6
10682else
10683 if test -n "$GOC_FOR_TARGET"; then
10684 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10685else
10686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10687for as_dir in $PATH
10688do
10689 IFS=$as_save_IFS
10690 test -z "$as_dir" && as_dir=.
10691 for ac_exec_ext in '' $ac_executable_extensions; do
10692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10693 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10695 break 2
10696 fi
10697done
10698 done
10699IFS=$as_save_IFS
10700
10701fi
10702fi
10703GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10704if test -n "$GOC_FOR_TARGET"; then
10705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10706$as_echo "$GOC_FOR_TARGET" >&6; }
10707else
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10709$as_echo "no" >&6; }
10710fi
10711
10712
10713 done
10714fi
10715
10716if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10717 for ncn_progname in gccgo; do
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10719$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10720 if test -x $with_build_time_tools/${ncn_progname}; then
10721 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10723$as_echo "yes" >&6; }
10724 break
10725 else
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10727$as_echo "no" >&6; }
10728 fi
10729 done
10730fi
10731
10732if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10733 for ncn_progname in gccgo; do
10734 if test -n "$ncn_target_tool_prefix"; then
10735 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10736set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10738$as_echo_n "checking for $ac_word... " >&6; }
10739if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10740 $as_echo_n "(cached) " >&6
10741else
10742 if test -n "$GOC_FOR_TARGET"; then
10743 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10744else
10745as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10746for as_dir in $PATH
10747do
10748 IFS=$as_save_IFS
10749 test -z "$as_dir" && as_dir=.
10750 for ac_exec_ext in '' $ac_executable_extensions; do
10751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10752 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10754 break 2
10755 fi
10756done
10757 done
10758IFS=$as_save_IFS
10759
10760fi
10761fi
10762GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10763if test -n "$GOC_FOR_TARGET"; then
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10765$as_echo "$GOC_FOR_TARGET" >&6; }
10766else
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10768$as_echo "no" >&6; }
10769fi
10770
10771
10772 fi
10773 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10774 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10775set dummy ${ncn_progname}; ac_word=$2
10776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10777$as_echo_n "checking for $ac_word... " >&6; }
10778if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10779 $as_echo_n "(cached) " >&6
10780else
10781 if test -n "$GOC_FOR_TARGET"; then
10782 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10783else
10784as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10785for as_dir in $PATH
10786do
10787 IFS=$as_save_IFS
10788 test -z "$as_dir" && as_dir=.
10789 for ac_exec_ext in '' $ac_executable_extensions; do
10790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10791 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10793 break 2
10794 fi
10795done
10796 done
10797IFS=$as_save_IFS
10798
10799fi
10800fi
10801GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10802if test -n "$GOC_FOR_TARGET"; then
10803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10804$as_echo "$GOC_FOR_TARGET" >&6; }
10805else
10806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10807$as_echo "no" >&6; }
10808fi
10809
10810
10811 fi
10812 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10813 done
10814fi
10815
10816if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10817 set dummy gccgo
10818 if test $build = $target ; then
10819 GOC_FOR_TARGET="$2"
10820 else
10821 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10822 fi
10823else
10824 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10825fi
10826
10827
10828
e8b05380
PB
10829cat > conftest.c << \EOF
10830#ifdef __GNUC__
10831 gcc_yay;
10832#endif
10833EOF
10834if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10835 have_gcc_for_target=yes
10836else
10837 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10838 have_gcc_for_target=no
10839fi
10840rm conftest.c
10841
10842
10843
10844
10845if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10846 if test -n "$with_build_time_tools"; then
5213506e
RW
10847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10848$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10849 if test -x $with_build_time_tools/ar; then
10850 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10851 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
5213506e
RW
10852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10853$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
d1f8db0c 10854 else
5213506e
RW
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10856$as_echo "no" >&6; }
d1f8db0c 10857 fi
e8b05380
PB
10858 elif test $build != $host && test $have_gcc_for_target = yes; then
10859 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
1c00b503
PB
10860 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10861 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
e8b05380
PB
10862 fi
10863fi
3e19841a 10864if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10865 # Extract the first word of "ar", so it can be a program name with args.
10866set dummy ar; ac_word=$2
5213506e
RW
10867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10868$as_echo_n "checking for $ac_word... " >&6; }
10869if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10870 $as_echo_n "(cached) " >&6
e8b05380 10871else
1c710c3c
DJ
10872 case $AR_FOR_TARGET in
10873 [\\/]* | ?:[\\/]*)
e8b05380
PB
10874 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10875 ;;
e8b05380 10876 *)
1c710c3c
DJ
10877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10878for as_dir in $gcc_cv_tool_dirs
10879do
10880 IFS=$as_save_IFS
10881 test -z "$as_dir" && as_dir=.
5213506e
RW
10882 for ac_exec_ext in '' $ac_executable_extensions; do
10883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10884 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10886 break 2
10887 fi
10888done
5213506e
RW
10889 done
10890IFS=$as_save_IFS
1c710c3c 10891
e8b05380
PB
10892 ;;
10893esac
10894fi
1c710c3c 10895AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380 10896if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10898$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 10899else
5213506e
RW
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10901$as_echo "no" >&6; }
4de997d1
PB
10902fi
10903
5213506e 10904
e8b05380
PB
10905fi
10906if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
278a7a38
AO
10907
10908
10909if test -n "$AR_FOR_TARGET"; then
10910 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10911elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10912 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10913fi
10914
10915if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10916 for ncn_progname in ar; do
10917 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10918set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10920$as_echo_n "checking for $ac_word... " >&6; }
10921if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10922 $as_echo_n "(cached) " >&6
278a7a38
AO
10923else
10924 if test -n "$AR_FOR_TARGET"; then
10925 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10926else
10927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10928for as_dir in $PATH
10929do
10930 IFS=$as_save_IFS
10931 test -z "$as_dir" && as_dir=.
5213506e
RW
10932 for ac_exec_ext in '' $ac_executable_extensions; do
10933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10934 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 10935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10936 break 2
10937 fi
10938done
5213506e
RW
10939 done
10940IFS=$as_save_IFS
278a7a38
AO
10941
10942fi
10943fi
10944AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10945if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10947$as_echo "$AR_FOR_TARGET" >&6; }
278a7a38 10948else
5213506e
RW
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10950$as_echo "no" >&6; }
278a7a38
AO
10951fi
10952
5213506e 10953
278a7a38
AO
10954 done
10955fi
10956
10957if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10958 for ncn_progname in ar; do
5213506e
RW
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10960$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10961 if test -x $with_build_time_tools/${ncn_progname}; then
10962 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10964$as_echo "yes" >&6; }
e8b05380
PB
10965 break
10966 else
5213506e
RW
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10968$as_echo "no" >&6; }
e8b05380
PB
10969 fi
10970 done
10971fi
10972
10973if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10974 for ncn_progname in ar; do
10975 if test -n "$ncn_target_tool_prefix"; then
10976 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10977set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10979$as_echo_n "checking for $ac_word... " >&6; }
10980if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10981 $as_echo_n "(cached) " >&6
4de997d1 10982else
e8b05380
PB
10983 if test -n "$AR_FOR_TARGET"; then
10984 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
4de997d1 10985else
1c710c3c
DJ
10986as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10987for as_dir in $PATH
10988do
10989 IFS=$as_save_IFS
10990 test -z "$as_dir" && as_dir=.
5213506e
RW
10991 for ac_exec_ext in '' $ac_executable_extensions; do
10992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10993 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10995 break 2
10996 fi
10997done
5213506e
RW
10998 done
10999IFS=$as_save_IFS
1c710c3c 11000
4de997d1
PB
11001fi
11002fi
1c710c3c 11003AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11004if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11006$as_echo "$AR_FOR_TARGET" >&6; }
4de997d1 11007else
5213506e
RW
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11009$as_echo "no" >&6; }
4de997d1
PB
11010fi
11011
5213506e 11012
e8b05380
PB
11013 fi
11014 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11015 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11016set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11018$as_echo_n "checking for $ac_word... " >&6; }
11019if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11020 $as_echo_n "(cached) " >&6
e8b05380
PB
11021else
11022 if test -n "$AR_FOR_TARGET"; then
11023 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11024else
1c710c3c
DJ
11025as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11026for as_dir in $PATH
11027do
11028 IFS=$as_save_IFS
11029 test -z "$as_dir" && as_dir=.
5213506e
RW
11030 for ac_exec_ext in '' $ac_executable_extensions; do
11031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11032 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11034 break 2
11035 fi
11036done
5213506e
RW
11037 done
11038IFS=$as_save_IFS
1c710c3c 11039
e8b05380
PB
11040fi
11041fi
1c710c3c 11042AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11043if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11045$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 11046else
5213506e
RW
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11048$as_echo "no" >&6; }
e8b05380 11049fi
1c710c3c 11050
5213506e 11051
e8b05380
PB
11052 fi
11053 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11054 done
11055fi
1c710c3c 11056
e8b05380
PB
11057if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11058 set dummy ar
11059 if test $build = $target ; then
11060 AR_FOR_TARGET="$2"
11061 else
11062 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
2693c0b0 11063 fi
1c00b503
PB
11064else
11065 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
e8b05380
PB
11066fi
11067
d1f8db0c
PB
11068else
11069 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380
PB
11070fi
11071
11072
11073
11074
11075if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11076 if test -n "$with_build_time_tools"; then
5213506e
RW
11077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11078$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11079 if test -x $with_build_time_tools/as; then
11080 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11081 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
5213506e
RW
11082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11083$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
d1f8db0c 11084 else
5213506e
RW
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11086$as_echo "no" >&6; }
d1f8db0c 11087 fi
e8b05380
PB
11088 elif test $build != $host && test $have_gcc_for_target = yes; then
11089 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
1c00b503
PB
11090 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11091 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
e8b05380
PB
11092 fi
11093fi
3e19841a 11094if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11095 # Extract the first word of "as", so it can be a program name with args.
11096set dummy as; ac_word=$2
5213506e
RW
11097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11098$as_echo_n "checking for $ac_word... " >&6; }
11099if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11100 $as_echo_n "(cached) " >&6
e8b05380 11101else
1c710c3c
DJ
11102 case $AS_FOR_TARGET in
11103 [\\/]* | ?:[\\/]*)
e8b05380
PB
11104 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11105 ;;
e8b05380 11106 *)
1c710c3c
DJ
11107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11108for as_dir in $gcc_cv_tool_dirs
11109do
11110 IFS=$as_save_IFS
11111 test -z "$as_dir" && as_dir=.
5213506e
RW
11112 for ac_exec_ext in '' $ac_executable_extensions; do
11113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11114 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11116 break 2
11117 fi
11118done
5213506e
RW
11119 done
11120IFS=$as_save_IFS
1c710c3c 11121
e8b05380
PB
11122 ;;
11123esac
11124fi
1c710c3c 11125AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
e8b05380 11126if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11128$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11129else
5213506e
RW
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11131$as_echo "no" >&6; }
e8b05380
PB
11132fi
11133
5213506e 11134
e8b05380
PB
11135fi
11136if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
278a7a38
AO
11137
11138
11139if test -n "$AS_FOR_TARGET"; then
11140 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11141elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11142 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11143fi
11144
11145if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11146 for ncn_progname in as; do
11147 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11148set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11150$as_echo_n "checking for $ac_word... " >&6; }
11151if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11152 $as_echo_n "(cached) " >&6
278a7a38
AO
11153else
11154 if test -n "$AS_FOR_TARGET"; then
11155 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11156else
11157as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11158for as_dir in $PATH
11159do
11160 IFS=$as_save_IFS
11161 test -z "$as_dir" && as_dir=.
5213506e
RW
11162 for ac_exec_ext in '' $ac_executable_extensions; do
11163 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11164 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11166 break 2
11167 fi
11168done
5213506e
RW
11169 done
11170IFS=$as_save_IFS
278a7a38
AO
11171
11172fi
11173fi
11174AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11175if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11177$as_echo "$AS_FOR_TARGET" >&6; }
278a7a38 11178else
5213506e
RW
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11180$as_echo "no" >&6; }
278a7a38
AO
11181fi
11182
5213506e 11183
278a7a38
AO
11184 done
11185fi
11186
11187if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11188 for ncn_progname in as; do
5213506e
RW
11189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11190$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11191 if test -x $with_build_time_tools/${ncn_progname}; then
11192 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11194$as_echo "yes" >&6; }
e8b05380
PB
11195 break
11196 else
5213506e
RW
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11198$as_echo "no" >&6; }
e8b05380
PB
11199 fi
11200 done
11201fi
11202
11203if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11204 for ncn_progname in as; do
11205 if test -n "$ncn_target_tool_prefix"; then
11206 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11207set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11209$as_echo_n "checking for $ac_word... " >&6; }
11210if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11211 $as_echo_n "(cached) " >&6
e8b05380
PB
11212else
11213 if test -n "$AS_FOR_TARGET"; then
11214 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11215else
1c710c3c
DJ
11216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11217for as_dir in $PATH
11218do
11219 IFS=$as_save_IFS
11220 test -z "$as_dir" && as_dir=.
5213506e
RW
11221 for ac_exec_ext in '' $ac_executable_extensions; do
11222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11223 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11225 break 2
11226 fi
11227done
5213506e
RW
11228 done
11229IFS=$as_save_IFS
1c710c3c 11230
e8b05380
PB
11231fi
11232fi
1c710c3c 11233AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11234if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11236$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11237else
5213506e
RW
11238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11239$as_echo "no" >&6; }
e8b05380
PB
11240fi
11241
5213506e 11242
e8b05380
PB
11243 fi
11244 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11245 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11246set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11248$as_echo_n "checking for $ac_word... " >&6; }
11249if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11250 $as_echo_n "(cached) " >&6
4de997d1 11251else
e8b05380
PB
11252 if test -n "$AS_FOR_TARGET"; then
11253 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
4de997d1 11254else
1c710c3c
DJ
11255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11256for as_dir in $PATH
11257do
11258 IFS=$as_save_IFS
11259 test -z "$as_dir" && as_dir=.
5213506e
RW
11260 for ac_exec_ext in '' $ac_executable_extensions; do
11261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11262 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11264 break 2
11265 fi
11266done
5213506e
RW
11267 done
11268IFS=$as_save_IFS
1c710c3c 11269
4de997d1
PB
11270fi
11271fi
1c710c3c 11272AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11273if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11275$as_echo "$AS_FOR_TARGET" >&6; }
4de997d1 11276else
5213506e
RW
11277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11278$as_echo "no" >&6; }
4de997d1 11279fi
1c710c3c 11280
5213506e 11281
e8b05380
PB
11282 fi
11283 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11284 done
11285fi
1c710c3c 11286
e8b05380
PB
11287if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11288 set dummy as
11289 if test $build = $target ; then
11290 AS_FOR_TARGET="$2"
11291 else
11292 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 11293 fi
1c00b503
PB
11294else
11295 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
e8b05380 11296fi
2693c0b0 11297
d1f8db0c
PB
11298else
11299 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
4de997d1
PB
11300fi
11301
e8b05380
PB
11302
11303
11304
11305if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11306 if test -n "$with_build_time_tools"; then
5213506e
RW
11307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11308$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11309 if test -x $with_build_time_tools/dlltool; then
11310 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11311 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
5213506e
RW
11312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11313$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
d1f8db0c 11314 else
5213506e
RW
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11316$as_echo "no" >&6; }
d1f8db0c 11317 fi
e8b05380
PB
11318 elif test $build != $host && test $have_gcc_for_target = yes; then
11319 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
1c00b503
PB
11320 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11321 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
e8b05380
PB
11322 fi
11323fi
3e19841a 11324if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11325 # Extract the first word of "dlltool", so it can be a program name with args.
11326set dummy dlltool; ac_word=$2
5213506e
RW
11327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11328$as_echo_n "checking for $ac_word... " >&6; }
11329if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11330 $as_echo_n "(cached) " >&6
4de997d1 11331else
1c710c3c
DJ
11332 case $DLLTOOL_FOR_TARGET in
11333 [\\/]* | ?:[\\/]*)
e8b05380
PB
11334 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11335 ;;
e8b05380 11336 *)
1c710c3c
DJ
11337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11338for as_dir in $gcc_cv_tool_dirs
11339do
11340 IFS=$as_save_IFS
11341 test -z "$as_dir" && as_dir=.
5213506e
RW
11342 for ac_exec_ext in '' $ac_executable_extensions; do
11343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11344 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11346 break 2
11347 fi
11348done
5213506e
RW
11349 done
11350IFS=$as_save_IFS
1c710c3c 11351
e8b05380
PB
11352 ;;
11353esac
4de997d1 11354fi
1c710c3c 11355DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380 11356if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11358$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11359else
5213506e
RW
11360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11361$as_echo "no" >&6; }
4de997d1
PB
11362fi
11363
5213506e 11364
e8b05380
PB
11365fi
11366if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
278a7a38
AO
11367
11368
11369if test -n "$DLLTOOL_FOR_TARGET"; then
11370 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11371elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11372 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11373fi
11374
11375if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11376 for ncn_progname in dlltool; do
11377 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11378set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11380$as_echo_n "checking for $ac_word... " >&6; }
11381if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11382 $as_echo_n "(cached) " >&6
278a7a38
AO
11383else
11384 if test -n "$DLLTOOL_FOR_TARGET"; then
11385 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11386else
11387as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11388for as_dir in $PATH
11389do
11390 IFS=$as_save_IFS
11391 test -z "$as_dir" && as_dir=.
5213506e
RW
11392 for ac_exec_ext in '' $ac_executable_extensions; do
11393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11394 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11396 break 2
11397 fi
11398done
5213506e
RW
11399 done
11400IFS=$as_save_IFS
278a7a38
AO
11401
11402fi
11403fi
11404DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11405if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11407$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
278a7a38 11408else
5213506e
RW
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11410$as_echo "no" >&6; }
278a7a38
AO
11411fi
11412
5213506e 11413
278a7a38
AO
11414 done
11415fi
11416
11417if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11418 for ncn_progname in dlltool; do
5213506e
RW
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11420$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11421 if test -x $with_build_time_tools/${ncn_progname}; then
11422 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11424$as_echo "yes" >&6; }
e8b05380
PB
11425 break
11426 else
5213506e
RW
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11428$as_echo "no" >&6; }
e8b05380
PB
11429 fi
11430 done
11431fi
11432
11433if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11434 for ncn_progname in dlltool; do
11435 if test -n "$ncn_target_tool_prefix"; then
11436 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11437set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11439$as_echo_n "checking for $ac_word... " >&6; }
11440if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11441 $as_echo_n "(cached) " >&6
4de997d1 11442else
e8b05380
PB
11443 if test -n "$DLLTOOL_FOR_TARGET"; then
11444 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11445else
1c710c3c
DJ
11446as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11447for as_dir in $PATH
11448do
11449 IFS=$as_save_IFS
11450 test -z "$as_dir" && as_dir=.
5213506e
RW
11451 for ac_exec_ext in '' $ac_executable_extensions; do
11452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11453 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11455 break 2
11456 fi
11457done
5213506e
RW
11458 done
11459IFS=$as_save_IFS
1c710c3c 11460
4de997d1
PB
11461fi
11462fi
1c710c3c 11463DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11464if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11466$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11467else
5213506e
RW
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11469$as_echo "no" >&6; }
4de997d1 11470fi
4de997d1 11471
5213506e 11472
e8b05380
PB
11473 fi
11474 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11475 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11476set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11478$as_echo_n "checking for $ac_word... " >&6; }
11479if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11480 $as_echo_n "(cached) " >&6
4de997d1 11481else
e8b05380
PB
11482 if test -n "$DLLTOOL_FOR_TARGET"; then
11483 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11484else
1c710c3c
DJ
11485as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11486for as_dir in $PATH
11487do
11488 IFS=$as_save_IFS
11489 test -z "$as_dir" && as_dir=.
5213506e
RW
11490 for ac_exec_ext in '' $ac_executable_extensions; do
11491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11492 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11494 break 2
11495 fi
11496done
5213506e
RW
11497 done
11498IFS=$as_save_IFS
1c710c3c 11499
4de997d1
PB
11500fi
11501fi
1c710c3c 11502DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11503if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11505$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11506else
5213506e
RW
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11508$as_echo "no" >&6; }
4de997d1 11509fi
1c710c3c 11510
5213506e 11511
e8b05380
PB
11512 fi
11513 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11514 done
11515fi
1c710c3c 11516
e8b05380
PB
11517if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11518 set dummy dlltool
11519 if test $build = $target ; then
11520 DLLTOOL_FOR_TARGET="$2"
11521 else
11522 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11523 fi
1c00b503
PB
11524else
11525 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
e8b05380
PB
11526fi
11527
d1f8db0c
PB
11528else
11529 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380
PB
11530fi
11531
4de997d1 11532
e8b05380
PB
11533
11534
11535if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11536 if test -n "$with_build_time_tools"; then
5213506e
RW
11537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11538$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11539 if test -x $with_build_time_tools/ld; then
11540 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11541 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
5213506e
RW
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11543$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
d1f8db0c 11544 else
5213506e
RW
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11546$as_echo "no" >&6; }
d1f8db0c 11547 fi
e8b05380
PB
11548 elif test $build != $host && test $have_gcc_for_target = yes; then
11549 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
1c00b503
PB
11550 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11551 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2693c0b0 11552 fi
e8b05380 11553fi
3e19841a 11554if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11555 # Extract the first word of "ld", so it can be a program name with args.
11556set dummy ld; ac_word=$2
5213506e
RW
11557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11558$as_echo_n "checking for $ac_word... " >&6; }
11559if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11560 $as_echo_n "(cached) " >&6
4de997d1 11561else
1c710c3c
DJ
11562 case $LD_FOR_TARGET in
11563 [\\/]* | ?:[\\/]*)
e8b05380
PB
11564 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11565 ;;
e8b05380 11566 *)
1c710c3c
DJ
11567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11568for as_dir in $gcc_cv_tool_dirs
11569do
11570 IFS=$as_save_IFS
11571 test -z "$as_dir" && as_dir=.
5213506e
RW
11572 for ac_exec_ext in '' $ac_executable_extensions; do
11573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11574 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11576 break 2
11577 fi
11578done
5213506e
RW
11579 done
11580IFS=$as_save_IFS
1c710c3c 11581
e8b05380
PB
11582 ;;
11583esac
4de997d1 11584fi
1c710c3c 11585LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380 11586if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11588$as_echo "$LD_FOR_TARGET" >&6; }
4de997d1 11589else
5213506e
RW
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11591$as_echo "no" >&6; }
4de997d1 11592fi
2693c0b0 11593
5213506e 11594
e8b05380
PB
11595fi
11596if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
278a7a38
AO
11597
11598
11599if test -n "$LD_FOR_TARGET"; then
11600 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11601elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11602 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11603fi
11604
11605if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11606 for ncn_progname in ld; do
11607 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11608set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11610$as_echo_n "checking for $ac_word... " >&6; }
11611if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11612 $as_echo_n "(cached) " >&6
278a7a38
AO
11613else
11614 if test -n "$LD_FOR_TARGET"; then
11615 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11616else
11617as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11618for as_dir in $PATH
11619do
11620 IFS=$as_save_IFS
11621 test -z "$as_dir" && as_dir=.
5213506e
RW
11622 for ac_exec_ext in '' $ac_executable_extensions; do
11623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11624 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11626 break 2
11627 fi
11628done
5213506e
RW
11629 done
11630IFS=$as_save_IFS
278a7a38
AO
11631
11632fi
11633fi
11634LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11635if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11637$as_echo "$LD_FOR_TARGET" >&6; }
278a7a38 11638else
5213506e
RW
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11640$as_echo "no" >&6; }
278a7a38
AO
11641fi
11642
5213506e 11643
278a7a38
AO
11644 done
11645fi
11646
11647if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11648 for ncn_progname in ld; do
5213506e
RW
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11650$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11651 if test -x $with_build_time_tools/${ncn_progname}; then
11652 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11654$as_echo "yes" >&6; }
e8b05380
PB
11655 break
11656 else
5213506e
RW
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11658$as_echo "no" >&6; }
e8b05380
PB
11659 fi
11660 done
ca9f4b81
AO
11661fi
11662
e8b05380
PB
11663if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11664 for ncn_progname in ld; do
11665 if test -n "$ncn_target_tool_prefix"; then
11666 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11667set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11669$as_echo_n "checking for $ac_word... " >&6; }
11670if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11671 $as_echo_n "(cached) " >&6
ca9f4b81 11672else
4de997d1
PB
11673 if test -n "$LD_FOR_TARGET"; then
11674 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11675else
1c710c3c
DJ
11676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11677for as_dir in $PATH
11678do
11679 IFS=$as_save_IFS
11680 test -z "$as_dir" && as_dir=.
5213506e
RW
11681 for ac_exec_ext in '' $ac_executable_extensions; do
11682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11683 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11685 break 2
11686 fi
11687done
5213506e
RW
11688 done
11689IFS=$as_save_IFS
1c710c3c 11690
ca9f4b81
AO
11691fi
11692fi
1c710c3c 11693LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
4de997d1 11694if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11696$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11697else
5213506e
RW
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11699$as_echo "no" >&6; }
ca9f4b81
AO
11700fi
11701
5213506e 11702
e8b05380
PB
11703 fi
11704 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11705 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11706set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11708$as_echo_n "checking for $ac_word... " >&6; }
11709if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11710 $as_echo_n "(cached) " >&6
ca9f4b81 11711else
2693c0b0
PB
11712 if test -n "$LD_FOR_TARGET"; then
11713 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11714else
1c710c3c
DJ
11715as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11716for as_dir in $PATH
11717do
11718 IFS=$as_save_IFS
11719 test -z "$as_dir" && as_dir=.
5213506e
RW
11720 for ac_exec_ext in '' $ac_executable_extensions; do
11721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11722 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11724 break 2
11725 fi
11726done
5213506e
RW
11727 done
11728IFS=$as_save_IFS
1c710c3c 11729
ca9f4b81
AO
11730fi
11731fi
1c710c3c 11732LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2693c0b0 11733if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11735$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11736else
5213506e
RW
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11738$as_echo "no" >&6; }
ca9f4b81 11739fi
1c710c3c 11740
5213506e 11741
e8b05380
PB
11742 fi
11743 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11744 done
11745fi
1c710c3c 11746
2693c0b0
PB
11747if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11748 set dummy ld
11749 if test $build = $target ; then
11750 LD_FOR_TARGET="$2"
ca9f4b81 11751 else
2693c0b0 11752 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 11753 fi
1c00b503
PB
11754else
11755 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
ca9f4b81
AO
11756fi
11757
d1f8db0c
PB
11758else
11759 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380
PB
11760fi
11761
11762
11763
11764
11765if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11766 if test -n "$with_build_time_tools"; then
5213506e
RW
11767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11768$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11769 if test -x $with_build_time_tools/lipo; then
11770 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11771 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
5213506e
RW
11772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11773$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
d1f8db0c 11774 else
5213506e
RW
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11776$as_echo "no" >&6; }
d1f8db0c 11777 fi
e8b05380
PB
11778 elif test $build != $host && test $have_gcc_for_target = yes; then
11779 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
1c00b503
PB
11780 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11781 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
e8b05380
PB
11782 fi
11783fi
278a7a38
AO
11784if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11785 # Extract the first word of "lipo", so it can be a program name with args.
11786set dummy lipo; ac_word=$2
5213506e
RW
11787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11788$as_echo_n "checking for $ac_word... " >&6; }
11789if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11790 $as_echo_n "(cached) " >&6
278a7a38
AO
11791else
11792 case $LIPO_FOR_TARGET in
11793 [\\/]* | ?:[\\/]*)
11794 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11795 ;;
11796 *)
11797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11798for as_dir in $gcc_cv_tool_dirs
11799do
11800 IFS=$as_save_IFS
11801 test -z "$as_dir" && as_dir=.
5213506e
RW
11802 for ac_exec_ext in '' $ac_executable_extensions; do
11803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11804 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11806 break 2
11807 fi
11808done
5213506e
RW
11809 done
11810IFS=$as_save_IFS
278a7a38
AO
11811
11812 ;;
11813esac
11814fi
11815LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
278a7a38 11816if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11818$as_echo "$LIPO_FOR_TARGET" >&6; }
278a7a38 11819else
5213506e
RW
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11821$as_echo "no" >&6; }
278a7a38
AO
11822fi
11823
5213506e 11824
278a7a38
AO
11825fi
11826if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11827
11828
11829if test -n "$LIPO_FOR_TARGET"; then
11830 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11831elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11832 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11833fi
11834
11835if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11836 for ncn_progname in lipo; do
11837 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11838set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11840$as_echo_n "checking for $ac_word... " >&6; }
11841if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11842 $as_echo_n "(cached) " >&6
e8b05380 11843else
278a7a38
AO
11844 if test -n "$LIPO_FOR_TARGET"; then
11845 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11846else
11847as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11848for as_dir in $PATH
1c710c3c
DJ
11849do
11850 IFS=$as_save_IFS
11851 test -z "$as_dir" && as_dir=.
5213506e
RW
11852 for ac_exec_ext in '' $ac_executable_extensions; do
11853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11854 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11856 break 2
11857 fi
11858done
5213506e
RW
11859 done
11860IFS=$as_save_IFS
1c710c3c 11861
e8b05380 11862fi
278a7a38
AO
11863fi
11864LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
e8b05380 11865if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11867$as_echo "$LIPO_FOR_TARGET" >&6; }
e8b05380 11868else
5213506e
RW
11869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11870$as_echo "no" >&6; }
e8b05380
PB
11871fi
11872
5213506e 11873
278a7a38 11874 done
e8b05380 11875fi
278a7a38
AO
11876
11877if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11878 for ncn_progname in lipo; do
5213506e
RW
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11880$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11881 if test -x $with_build_time_tools/${ncn_progname}; then
11882 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11884$as_echo "yes" >&6; }
e8b05380
PB
11885 break
11886 else
5213506e
RW
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11888$as_echo "no" >&6; }
e8b05380
PB
11889 fi
11890 done
11891fi
11892
11893if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11894 for ncn_progname in lipo; do
11895 if test -n "$ncn_target_tool_prefix"; then
11896 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11897set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11899$as_echo_n "checking for $ac_word... " >&6; }
11900if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11901 $as_echo_n "(cached) " >&6
040b1c5a
GK
11902else
11903 if test -n "$LIPO_FOR_TARGET"; then
11904 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11905else
1c710c3c
DJ
11906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11907for as_dir in $PATH
11908do
11909 IFS=$as_save_IFS
11910 test -z "$as_dir" && as_dir=.
5213506e
RW
11911 for ac_exec_ext in '' $ac_executable_extensions; do
11912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11913 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11915 break 2
11916 fi
11917done
5213506e
RW
11918 done
11919IFS=$as_save_IFS
1c710c3c 11920
040b1c5a
GK
11921fi
11922fi
1c710c3c 11923LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11924if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11926$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11927else
5213506e
RW
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11929$as_echo "no" >&6; }
040b1c5a
GK
11930fi
11931
5213506e 11932
e8b05380
PB
11933 fi
11934 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11935 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 11936set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11938$as_echo_n "checking for $ac_word... " >&6; }
11939if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11940 $as_echo_n "(cached) " >&6
040b1c5a
GK
11941else
11942 if test -n "$LIPO_FOR_TARGET"; then
72a7ab82
AP
11943 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11944else
1c710c3c
DJ
11945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11946for as_dir in $PATH
11947do
11948 IFS=$as_save_IFS
11949 test -z "$as_dir" && as_dir=.
5213506e
RW
11950 for ac_exec_ext in '' $ac_executable_extensions; do
11951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11952 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11954 break 2
11955 fi
11956done
5213506e
RW
11957 done
11958IFS=$as_save_IFS
1c710c3c 11959
040b1c5a
GK
11960fi
11961fi
1c710c3c 11962LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11963if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11965$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11966else
5213506e
RW
11967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11968$as_echo "no" >&6; }
040b1c5a 11969fi
1c710c3c 11970
5213506e 11971
e8b05380
PB
11972 fi
11973 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11974 done
11975fi
1c710c3c 11976
040b1c5a
GK
11977if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11978 set dummy lipo
11979 if test $build = $target ; then
11980 LIPO_FOR_TARGET="$2"
11981 else
11982 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11983 fi
1c00b503
PB
11984else
11985 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
040b1c5a
GK
11986fi
11987
d1f8db0c
PB
11988else
11989 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
e8b05380
PB
11990fi
11991
11992
11993
11994
11995if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11996 if test -n "$with_build_time_tools"; then
5213506e
RW
11997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11998$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11999 if test -x $with_build_time_tools/nm; then
12000 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12001 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
5213506e
RW
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12003$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
d1f8db0c 12004 else
5213506e
RW
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12006$as_echo "no" >&6; }
d1f8db0c 12007 fi
e8b05380
PB
12008 elif test $build != $host && test $have_gcc_for_target = yes; then
12009 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
1c00b503
PB
12010 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12011 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
e8b05380
PB
12012 fi
12013fi
3e19841a 12014if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12015 # Extract the first word of "nm", so it can be a program name with args.
12016set dummy nm; ac_word=$2
5213506e
RW
12017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12018$as_echo_n "checking for $ac_word... " >&6; }
12019if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12020 $as_echo_n "(cached) " >&6
e8b05380 12021else
1c710c3c
DJ
12022 case $NM_FOR_TARGET in
12023 [\\/]* | ?:[\\/]*)
e8b05380
PB
12024 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12025 ;;
e8b05380 12026 *)
1c710c3c
DJ
12027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12028for as_dir in $gcc_cv_tool_dirs
12029do
12030 IFS=$as_save_IFS
12031 test -z "$as_dir" && as_dir=.
5213506e
RW
12032 for ac_exec_ext in '' $ac_executable_extensions; do
12033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12034 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12036 break 2
12037 fi
12038done
5213506e
RW
12039 done
12040IFS=$as_save_IFS
1c710c3c 12041
e8b05380
PB
12042 ;;
12043esac
12044fi
1c710c3c 12045NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380 12046if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12048$as_echo "$NM_FOR_TARGET" >&6; }
e8b05380 12049else
5213506e
RW
12050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12051$as_echo "no" >&6; }
e8b05380
PB
12052fi
12053
5213506e 12054
e8b05380
PB
12055fi
12056if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
278a7a38
AO
12057
12058
12059if test -n "$NM_FOR_TARGET"; then
12060 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12061elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12062 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12063fi
12064
12065if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12066 for ncn_progname in nm; do
12067 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12068set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12070$as_echo_n "checking for $ac_word... " >&6; }
12071if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12072 $as_echo_n "(cached) " >&6
278a7a38
AO
12073else
12074 if test -n "$NM_FOR_TARGET"; then
12075 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12076else
12077as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12078for as_dir in $PATH
12079do
12080 IFS=$as_save_IFS
12081 test -z "$as_dir" && as_dir=.
5213506e
RW
12082 for ac_exec_ext in '' $ac_executable_extensions; do
12083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12084 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12086 break 2
12087 fi
12088done
5213506e
RW
12089 done
12090IFS=$as_save_IFS
278a7a38
AO
12091
12092fi
12093fi
12094NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12095if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12097$as_echo "$NM_FOR_TARGET" >&6; }
278a7a38 12098else
5213506e
RW
12099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12100$as_echo "no" >&6; }
278a7a38
AO
12101fi
12102
5213506e 12103
278a7a38
AO
12104 done
12105fi
12106
12107if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12108 for ncn_progname in nm; do
5213506e
RW
12109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12110$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12111 if test -x $with_build_time_tools/${ncn_progname}; then
12112 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12114$as_echo "yes" >&6; }
e8b05380
PB
12115 break
12116 else
5213506e
RW
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12118$as_echo "no" >&6; }
e8b05380
PB
12119 fi
12120 done
12121fi
12122
12123if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12124 for ncn_progname in nm; do
12125 if test -n "$ncn_target_tool_prefix"; then
12126 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 12127set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12129$as_echo_n "checking for $ac_word... " >&6; }
12130if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12131 $as_echo_n "(cached) " >&6
ca9f4b81 12132else
4de997d1
PB
12133 if test -n "$NM_FOR_TARGET"; then
12134 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12135else
1c710c3c
DJ
12136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12137for as_dir in $PATH
12138do
12139 IFS=$as_save_IFS
12140 test -z "$as_dir" && as_dir=.
5213506e
RW
12141 for ac_exec_ext in '' $ac_executable_extensions; do
12142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12143 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12145 break 2
12146 fi
12147done
5213506e
RW
12148 done
12149IFS=$as_save_IFS
1c710c3c 12150
ca9f4b81
AO
12151fi
12152fi
1c710c3c 12153NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
4de997d1 12154if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12156$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12157else
5213506e
RW
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12159$as_echo "no" >&6; }
ca9f4b81
AO
12160fi
12161
5213506e 12162
e8b05380
PB
12163 fi
12164 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12165 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12166set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12168$as_echo_n "checking for $ac_word... " >&6; }
12169if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12170 $as_echo_n "(cached) " >&6
ca9f4b81 12171else
2693c0b0
PB
12172 if test -n "$NM_FOR_TARGET"; then
12173 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12174else
1c710c3c
DJ
12175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12176for as_dir in $PATH
12177do
12178 IFS=$as_save_IFS
12179 test -z "$as_dir" && as_dir=.
5213506e
RW
12180 for ac_exec_ext in '' $ac_executable_extensions; do
12181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12182 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12184 break 2
12185 fi
12186done
5213506e
RW
12187 done
12188IFS=$as_save_IFS
1c710c3c 12189
ca9f4b81
AO
12190fi
12191fi
1c710c3c 12192NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
2693c0b0 12193if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12195$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12196else
5213506e
RW
12197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12198$as_echo "no" >&6; }
ca9f4b81 12199fi
1c710c3c 12200
5213506e 12201
e8b05380
PB
12202 fi
12203 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12204 done
12205fi
1c710c3c 12206
2693c0b0
PB
12207if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12208 set dummy nm
12209 if test $build = $target ; then
12210 NM_FOR_TARGET="$2"
ca9f4b81 12211 else
2693c0b0 12212 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12213 fi
1c00b503
PB
12214else
12215 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
ca9f4b81
AO
12216fi
12217
d1f8db0c
PB
12218else
12219 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380
PB
12220fi
12221
12222
12223
12224
12225if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12226 if test -n "$with_build_time_tools"; then
5213506e
RW
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12228$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12229 if test -x $with_build_time_tools/objdump; then
12230 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12231 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
5213506e
RW
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12233$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
d1f8db0c 12234 else
5213506e
RW
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12236$as_echo "no" >&6; }
d1f8db0c 12237 fi
e8b05380
PB
12238 elif test $build != $host && test $have_gcc_for_target = yes; then
12239 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
1c00b503
PB
12240 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12241 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
e8b05380
PB
12242 fi
12243fi
3e19841a 12244if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12245 # Extract the first word of "objdump", so it can be a program name with args.
12246set dummy objdump; ac_word=$2
5213506e
RW
12247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12248$as_echo_n "checking for $ac_word... " >&6; }
12249if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12250 $as_echo_n "(cached) " >&6
e8b05380 12251else
1c710c3c
DJ
12252 case $OBJDUMP_FOR_TARGET in
12253 [\\/]* | ?:[\\/]*)
e8b05380
PB
12254 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12255 ;;
e8b05380 12256 *)
1c710c3c
DJ
12257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12258for as_dir in $gcc_cv_tool_dirs
12259do
12260 IFS=$as_save_IFS
12261 test -z "$as_dir" && as_dir=.
5213506e
RW
12262 for ac_exec_ext in '' $ac_executable_extensions; do
12263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12264 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12266 break 2
12267 fi
12268done
5213506e
RW
12269 done
12270IFS=$as_save_IFS
1c710c3c 12271
e8b05380
PB
12272 ;;
12273esac
12274fi
1c710c3c 12275OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380 12276if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12278$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
e8b05380 12279else
5213506e
RW
12280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12281$as_echo "no" >&6; }
e8b05380
PB
12282fi
12283
5213506e 12284
e8b05380
PB
12285fi
12286if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
278a7a38
AO
12287
12288
12289if test -n "$OBJDUMP_FOR_TARGET"; then
12290 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12291elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12292 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12293fi
12294
12295if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12296 for ncn_progname in objdump; do
12297 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12298set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12300$as_echo_n "checking for $ac_word... " >&6; }
12301if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12302 $as_echo_n "(cached) " >&6
278a7a38
AO
12303else
12304 if test -n "$OBJDUMP_FOR_TARGET"; then
12305 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12306else
12307as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12308for as_dir in $PATH
12309do
12310 IFS=$as_save_IFS
12311 test -z "$as_dir" && as_dir=.
5213506e
RW
12312 for ac_exec_ext in '' $ac_executable_extensions; do
12313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12314 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12316 break 2
12317 fi
12318done
5213506e
RW
12319 done
12320IFS=$as_save_IFS
278a7a38
AO
12321
12322fi
12323fi
12324OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12325if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12327$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
278a7a38 12328else
5213506e
RW
12329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12330$as_echo "no" >&6; }
278a7a38
AO
12331fi
12332
5213506e 12333
278a7a38
AO
12334 done
12335fi
12336
12337if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12338 for ncn_progname in objdump; do
5213506e
RW
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12340$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12341 if test -x $with_build_time_tools/${ncn_progname}; then
12342 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12344$as_echo "yes" >&6; }
e8b05380
PB
12345 break
12346 else
5213506e
RW
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12348$as_echo "no" >&6; }
e8b05380
PB
12349 fi
12350 done
12351fi
12352
12353if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12354 for ncn_progname in objdump; do
12355 if test -n "$ncn_target_tool_prefix"; then
12356 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12357set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12359$as_echo_n "checking for $ac_word... " >&6; }
12360if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12361 $as_echo_n "(cached) " >&6
d739199a
DJ
12362else
12363 if test -n "$OBJDUMP_FOR_TARGET"; then
12364 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12365else
1c710c3c
DJ
12366as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12367for as_dir in $PATH
12368do
12369 IFS=$as_save_IFS
12370 test -z "$as_dir" && as_dir=.
5213506e
RW
12371 for ac_exec_ext in '' $ac_executable_extensions; do
12372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12373 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12375 break 2
12376 fi
12377done
5213506e
RW
12378 done
12379IFS=$as_save_IFS
1c710c3c 12380
d739199a
DJ
12381fi
12382fi
1c710c3c 12383OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12384if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12386$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12387else
5213506e
RW
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12389$as_echo "no" >&6; }
d739199a
DJ
12390fi
12391
5213506e 12392
e8b05380
PB
12393 fi
12394 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12395 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
d739199a 12396set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12398$as_echo_n "checking for $ac_word... " >&6; }
12399if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12400 $as_echo_n "(cached) " >&6
d739199a
DJ
12401else
12402 if test -n "$OBJDUMP_FOR_TARGET"; then
12403 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12404else
1c710c3c
DJ
12405as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12406for as_dir in $PATH
12407do
12408 IFS=$as_save_IFS
12409 test -z "$as_dir" && as_dir=.
5213506e
RW
12410 for ac_exec_ext in '' $ac_executable_extensions; do
12411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12412 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12414 break 2
12415 fi
12416done
5213506e
RW
12417 done
12418IFS=$as_save_IFS
1c710c3c 12419
d739199a
DJ
12420fi
12421fi
1c710c3c 12422OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12423if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12425$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12426else
5213506e
RW
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12428$as_echo "no" >&6; }
d739199a 12429fi
1c710c3c 12430
5213506e 12431
e8b05380
PB
12432 fi
12433 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12434 done
12435fi
1c710c3c 12436
d739199a
DJ
12437if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12438 set dummy objdump
12439 if test $build = $target ; then
12440 OBJDUMP_FOR_TARGET="$2"
12441 else
12442 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12443 fi
1c00b503
PB
12444else
12445 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
d739199a
DJ
12446fi
12447
d1f8db0c
PB
12448else
12449 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380
PB
12450fi
12451
12452
12453
12454
12455if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12456 if test -n "$with_build_time_tools"; then
5213506e
RW
12457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12458$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12459 if test -x $with_build_time_tools/ranlib; then
12460 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12461 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
5213506e
RW
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12463$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
d1f8db0c 12464 else
5213506e
RW
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12466$as_echo "no" >&6; }
d1f8db0c 12467 fi
e8b05380
PB
12468 elif test $build != $host && test $have_gcc_for_target = yes; then
12469 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
1c00b503
PB
12470 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12471 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
e8b05380
PB
12472 fi
12473fi
3e19841a 12474if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12475 # Extract the first word of "ranlib", so it can be a program name with args.
12476set dummy ranlib; ac_word=$2
5213506e
RW
12477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12478$as_echo_n "checking for $ac_word... " >&6; }
12479if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12480 $as_echo_n "(cached) " >&6
e8b05380 12481else
1c710c3c
DJ
12482 case $RANLIB_FOR_TARGET in
12483 [\\/]* | ?:[\\/]*)
e8b05380
PB
12484 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12485 ;;
e8b05380 12486 *)
1c710c3c
DJ
12487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12488for as_dir in $gcc_cv_tool_dirs
12489do
12490 IFS=$as_save_IFS
12491 test -z "$as_dir" && as_dir=.
5213506e
RW
12492 for ac_exec_ext in '' $ac_executable_extensions; do
12493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12494 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12496 break 2
12497 fi
12498done
5213506e
RW
12499 done
12500IFS=$as_save_IFS
1c710c3c 12501
e8b05380
PB
12502 ;;
12503esac
12504fi
1c710c3c 12505RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
e8b05380 12506if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12508$as_echo "$RANLIB_FOR_TARGET" >&6; }
e8b05380 12509else
5213506e
RW
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12511$as_echo "no" >&6; }
e8b05380
PB
12512fi
12513
5213506e 12514
e8b05380
PB
12515fi
12516if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
278a7a38
AO
12517
12518
12519if test -n "$RANLIB_FOR_TARGET"; then
12520 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12521elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12522 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12523fi
12524
12525if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12526 for ncn_progname in ranlib; do
12527 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12528set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12530$as_echo_n "checking for $ac_word... " >&6; }
12531if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12532 $as_echo_n "(cached) " >&6
278a7a38
AO
12533else
12534 if test -n "$RANLIB_FOR_TARGET"; then
12535 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12536else
12537as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12538for as_dir in $PATH
12539do
12540 IFS=$as_save_IFS
12541 test -z "$as_dir" && as_dir=.
5213506e
RW
12542 for ac_exec_ext in '' $ac_executable_extensions; do
12543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12544 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12546 break 2
12547 fi
12548done
5213506e
RW
12549 done
12550IFS=$as_save_IFS
278a7a38
AO
12551
12552fi
12553fi
12554RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12555if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12557$as_echo "$RANLIB_FOR_TARGET" >&6; }
278a7a38 12558else
5213506e
RW
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12560$as_echo "no" >&6; }
278a7a38
AO
12561fi
12562
5213506e 12563
278a7a38
AO
12564 done
12565fi
12566
12567if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12568 for ncn_progname in ranlib; do
5213506e
RW
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12570$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12571 if test -x $with_build_time_tools/${ncn_progname}; then
12572 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12574$as_echo "yes" >&6; }
e8b05380
PB
12575 break
12576 else
5213506e
RW
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12578$as_echo "no" >&6; }
e8b05380
PB
12579 fi
12580 done
12581fi
12582
12583if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12584 for ncn_progname in ranlib; do
12585 if test -n "$ncn_target_tool_prefix"; then
12586 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
d739199a 12587set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12589$as_echo_n "checking for $ac_word... " >&6; }
12590if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12591 $as_echo_n "(cached) " >&6
ca9f4b81 12592else
4de997d1
PB
12593 if test -n "$RANLIB_FOR_TARGET"; then
12594 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12595else
1c710c3c
DJ
12596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12597for as_dir in $PATH
12598do
12599 IFS=$as_save_IFS
12600 test -z "$as_dir" && as_dir=.
5213506e
RW
12601 for ac_exec_ext in '' $ac_executable_extensions; do
12602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12603 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12605 break 2
12606 fi
12607done
5213506e
RW
12608 done
12609IFS=$as_save_IFS
1c710c3c 12610
ca9f4b81
AO
12611fi
12612fi
1c710c3c 12613RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
4de997d1 12614if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12616$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12617else
5213506e
RW
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12619$as_echo "no" >&6; }
ca9f4b81
AO
12620fi
12621
5213506e 12622
e8b05380
PB
12623 fi
12624 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12625 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12626set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12628$as_echo_n "checking for $ac_word... " >&6; }
12629if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12630 $as_echo_n "(cached) " >&6
ca9f4b81 12631else
2693c0b0
PB
12632 if test -n "$RANLIB_FOR_TARGET"; then
12633 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12634else
1c710c3c
DJ
12635as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12636for as_dir in $PATH
12637do
12638 IFS=$as_save_IFS
12639 test -z "$as_dir" && as_dir=.
5213506e
RW
12640 for ac_exec_ext in '' $ac_executable_extensions; do
12641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12642 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12644 break 2
12645 fi
12646done
5213506e
RW
12647 done
12648IFS=$as_save_IFS
1c710c3c 12649
ca9f4b81
AO
12650fi
12651fi
1c710c3c 12652RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
2693c0b0 12653if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12655$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12656else
5213506e
RW
12657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12658$as_echo "no" >&6; }
ca9f4b81 12659fi
1c710c3c 12660
5213506e 12661
e8b05380
PB
12662 fi
12663 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12664 done
12665fi
1c710c3c 12666
e8b05380
PB
12667if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12668 set dummy ranlib
12669 if test $build = $target ; then
12670 RANLIB_FOR_TARGET="$2"
12671 else
12672 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12673 fi
1c00b503
PB
12674else
12675 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
e8b05380 12676fi
2693c0b0 12677
d1f8db0c
PB
12678else
12679 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
ca9f4b81
AO
12680fi
12681
e8b05380
PB
12682
12683
12684
12685if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12686 if test -n "$with_build_time_tools"; then
5213506e
RW
12687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12688$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12689 if test -x $with_build_time_tools/strip; then
12690 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12691 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
5213506e
RW
12692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12693$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
d1f8db0c 12694 else
5213506e
RW
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12696$as_echo "no" >&6; }
d1f8db0c 12697 fi
e8b05380
PB
12698 elif test $build != $host && test $have_gcc_for_target = yes; then
12699 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
1c00b503
PB
12700 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12701 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
e8b05380
PB
12702 fi
12703fi
3e19841a 12704if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12705 # Extract the first word of "strip", so it can be a program name with args.
12706set dummy strip; ac_word=$2
5213506e
RW
12707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12708$as_echo_n "checking for $ac_word... " >&6; }
12709if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12710 $as_echo_n "(cached) " >&6
e8b05380 12711else
1c710c3c
DJ
12712 case $STRIP_FOR_TARGET in
12713 [\\/]* | ?:[\\/]*)
e8b05380
PB
12714 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12715 ;;
e8b05380 12716 *)
1c710c3c
DJ
12717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12718for as_dir in $gcc_cv_tool_dirs
12719do
12720 IFS=$as_save_IFS
12721 test -z "$as_dir" && as_dir=.
5213506e
RW
12722 for ac_exec_ext in '' $ac_executable_extensions; do
12723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12724 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12726 break 2
12727 fi
12728done
5213506e
RW
12729 done
12730IFS=$as_save_IFS
1c710c3c 12731
e8b05380
PB
12732 ;;
12733esac
12734fi
1c710c3c 12735STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380 12736if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12738$as_echo "$STRIP_FOR_TARGET" >&6; }
e8b05380 12739else
5213506e
RW
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12741$as_echo "no" >&6; }
e8b05380
PB
12742fi
12743
5213506e 12744
e8b05380
PB
12745fi
12746if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
278a7a38
AO
12747
12748
12749if test -n "$STRIP_FOR_TARGET"; then
12750 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12751elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12752 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12753fi
12754
12755if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12756 for ncn_progname in strip; do
12757 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12758set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12760$as_echo_n "checking for $ac_word... " >&6; }
12761if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12762 $as_echo_n "(cached) " >&6
278a7a38
AO
12763else
12764 if test -n "$STRIP_FOR_TARGET"; then
12765 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12766else
12767as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12768for as_dir in $PATH
12769do
12770 IFS=$as_save_IFS
12771 test -z "$as_dir" && as_dir=.
5213506e
RW
12772 for ac_exec_ext in '' $ac_executable_extensions; do
12773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12774 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 12775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12776 break 2
12777 fi
12778done
5213506e
RW
12779 done
12780IFS=$as_save_IFS
278a7a38
AO
12781
12782fi
12783fi
12784STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12785if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12787$as_echo "$STRIP_FOR_TARGET" >&6; }
278a7a38 12788else
5213506e
RW
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12790$as_echo "no" >&6; }
278a7a38
AO
12791fi
12792
5213506e 12793
278a7a38
AO
12794 done
12795fi
12796
12797if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12798 for ncn_progname in strip; do
5213506e
RW
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12800$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12801 if test -x $with_build_time_tools/${ncn_progname}; then
12802 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12804$as_echo "yes" >&6; }
e8b05380
PB
12805 break
12806 else
5213506e
RW
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12808$as_echo "no" >&6; }
e8b05380
PB
12809 fi
12810 done
12811fi
12812
12813if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12814 for ncn_progname in strip; do
12815 if test -n "$ncn_target_tool_prefix"; then
12816 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 12817set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12819$as_echo_n "checking for $ac_word... " >&6; }
12820if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12821 $as_echo_n "(cached) " >&6
af71363e
AS
12822else
12823 if test -n "$STRIP_FOR_TARGET"; then
1c710c3c
DJ
12824 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12825else
12826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12827for as_dir in $PATH
12828do
12829 IFS=$as_save_IFS
12830 test -z "$as_dir" && as_dir=.
5213506e
RW
12831 for ac_exec_ext in '' $ac_executable_extensions; do
12832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12833 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12835 break 2
12836 fi
12837done
5213506e
RW
12838 done
12839IFS=$as_save_IFS
1c710c3c 12840
040b1c5a
GK
12841fi
12842fi
1c710c3c 12843STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 12844if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12846$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 12847else
5213506e
RW
12848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12849$as_echo "no" >&6; }
040b1c5a
GK
12850fi
12851
5213506e 12852
e8b05380
PB
12853 fi
12854 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12855 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 12856set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12858$as_echo_n "checking for $ac_word... " >&6; }
12859if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12860 $as_echo_n "(cached) " >&6
040b1c5a
GK
12861else
12862 if test -n "$STRIP_FOR_TARGET"; then
12863 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12864else
1c710c3c
DJ
12865as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12866for as_dir in $PATH
12867do
12868 IFS=$as_save_IFS
12869 test -z "$as_dir" && as_dir=.
5213506e
RW
12870 for ac_exec_ext in '' $ac_executable_extensions; do
12871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12872 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 12873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12874 break 2
12875 fi
12876done
5213506e
RW
12877 done
12878IFS=$as_save_IFS
1c710c3c 12879
040b1c5a
GK
12880fi
12881fi
1c710c3c 12882STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 12883if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12885$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 12886else
5213506e
RW
12887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12888$as_echo "no" >&6; }
040b1c5a 12889fi
1c710c3c 12890
5213506e 12891
e8b05380
PB
12892 fi
12893 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12894 done
12895fi
1c710c3c 12896
040b1c5a
GK
12897if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12898 set dummy strip
12899 if test $build = $target ; then
12900 STRIP_FOR_TARGET="$2"
12901 else
12902 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12903 fi
1c00b503
PB
12904else
12905 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
040b1c5a
GK
12906fi
12907
d1f8db0c
PB
12908else
12909 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380
PB
12910fi
12911
12912
12913
12914
12915if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12916 if test -n "$with_build_time_tools"; then
5213506e
RW
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12918$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12919 if test -x $with_build_time_tools/windres; then
12920 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12921 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
5213506e
RW
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12923$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
d1f8db0c 12924 else
5213506e
RW
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12926$as_echo "no" >&6; }
d1f8db0c 12927 fi
e8b05380
PB
12928 elif test $build != $host && test $have_gcc_for_target = yes; then
12929 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
1c00b503
PB
12930 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12931 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
e8b05380
PB
12932 fi
12933fi
3e19841a 12934if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12935 # Extract the first word of "windres", so it can be a program name with args.
12936set dummy windres; ac_word=$2
5213506e
RW
12937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12938$as_echo_n "checking for $ac_word... " >&6; }
12939if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12940 $as_echo_n "(cached) " >&6
e8b05380 12941else
1c710c3c
DJ
12942 case $WINDRES_FOR_TARGET in
12943 [\\/]* | ?:[\\/]*)
e8b05380
PB
12944 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12945 ;;
e8b05380 12946 *)
1c710c3c
DJ
12947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12948for as_dir in $gcc_cv_tool_dirs
12949do
12950 IFS=$as_save_IFS
12951 test -z "$as_dir" && as_dir=.
5213506e
RW
12952 for ac_exec_ext in '' $ac_executable_extensions; do
12953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12954 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12956 break 2
12957 fi
12958done
5213506e
RW
12959 done
12960IFS=$as_save_IFS
1c710c3c 12961
e8b05380
PB
12962 ;;
12963esac
12964fi
1c710c3c 12965WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380 12966if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12968$as_echo "$WINDRES_FOR_TARGET" >&6; }
e8b05380 12969else
5213506e
RW
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12971$as_echo "no" >&6; }
e8b05380
PB
12972fi
12973
5213506e 12974
e8b05380
PB
12975fi
12976if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
278a7a38
AO
12977
12978
12979if test -n "$WINDRES_FOR_TARGET"; then
12980 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12981elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12982 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12983fi
12984
12985if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12986 for ncn_progname in windres; do
12987 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12988set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12990$as_echo_n "checking for $ac_word... " >&6; }
12991if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12992 $as_echo_n "(cached) " >&6
278a7a38
AO
12993else
12994 if test -n "$WINDRES_FOR_TARGET"; then
12995 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12996else
12997as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12998for as_dir in $PATH
12999do
13000 IFS=$as_save_IFS
13001 test -z "$as_dir" && as_dir=.
5213506e
RW
13002 for ac_exec_ext in '' $ac_executable_extensions; do
13003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13004 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13006 break 2
13007 fi
13008done
5213506e
RW
13009 done
13010IFS=$as_save_IFS
278a7a38
AO
13011
13012fi
13013fi
13014WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13015if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13017$as_echo "$WINDRES_FOR_TARGET" >&6; }
278a7a38 13018else
5213506e
RW
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13020$as_echo "no" >&6; }
278a7a38
AO
13021fi
13022
5213506e 13023
278a7a38
AO
13024 done
13025fi
13026
13027if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13028 for ncn_progname in windres; do
5213506e
RW
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13030$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13031 if test -x $with_build_time_tools/${ncn_progname}; then
13032 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13034$as_echo "yes" >&6; }
e8b05380
PB
13035 break
13036 else
5213506e
RW
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13038$as_echo "no" >&6; }
e8b05380
PB
13039 fi
13040 done
13041fi
13042
13043if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13044 for ncn_progname in windres; do
13045 if test -n "$ncn_target_tool_prefix"; then
13046 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 13047set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13049$as_echo_n "checking for $ac_word... " >&6; }
13050if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13051 $as_echo_n "(cached) " >&6
ca9f4b81 13052else
4de997d1
PB
13053 if test -n "$WINDRES_FOR_TARGET"; then
13054 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13055else
1c710c3c
DJ
13056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13057for as_dir in $PATH
13058do
13059 IFS=$as_save_IFS
13060 test -z "$as_dir" && as_dir=.
5213506e
RW
13061 for ac_exec_ext in '' $ac_executable_extensions; do
13062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13063 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13065 break 2
13066 fi
13067done
5213506e
RW
13068 done
13069IFS=$as_save_IFS
1c710c3c 13070
ca9f4b81
AO
13071fi
13072fi
1c710c3c 13073WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
4de997d1 13074if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13076$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13077else
5213506e
RW
13078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13079$as_echo "no" >&6; }
ca9f4b81
AO
13080fi
13081
5213506e 13082
e8b05380
PB
13083 fi
13084 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13085 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 13086set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13088$as_echo_n "checking for $ac_word... " >&6; }
13089if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13090 $as_echo_n "(cached) " >&6
ca9f4b81 13091else
2693c0b0
PB
13092 if test -n "$WINDRES_FOR_TARGET"; then
13093 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13094else
1c710c3c
DJ
13095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13096for as_dir in $PATH
13097do
13098 IFS=$as_save_IFS
13099 test -z "$as_dir" && as_dir=.
5213506e
RW
13100 for ac_exec_ext in '' $ac_executable_extensions; do
13101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13102 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13104 break 2
13105 fi
13106done
5213506e
RW
13107 done
13108IFS=$as_save_IFS
1c710c3c 13109
ca9f4b81
AO
13110fi
13111fi
1c710c3c 13112WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
2693c0b0 13113if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13115$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13116else
5213506e
RW
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13118$as_echo "no" >&6; }
ca9f4b81 13119fi
1c710c3c 13120
5213506e 13121
e8b05380
PB
13122 fi
13123 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13124 done
13125fi
1c710c3c 13126
2693c0b0
PB
13127if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13128 set dummy windres
13129 if test $build = $target ; then
13130 WINDRES_FOR_TARGET="$2"
ca9f4b81 13131 else
2693c0b0 13132 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 13133 fi
1c00b503
PB
13134else
13135 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
ca9f4b81
AO
13136fi
13137
d1f8db0c
PB
13138else
13139 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380
PB
13140fi
13141
4977bab6 13142
901119ae
KT
13143
13144
13145if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13146 if test -n "$with_build_time_tools"; then
5213506e
RW
13147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13148$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
901119ae
KT
13149 if test -x $with_build_time_tools/windmc; then
13150 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13151 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
5213506e
RW
13152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13153$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
901119ae 13154 else
5213506e
RW
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13156$as_echo "no" >&6; }
901119ae
KT
13157 fi
13158 elif test $build != $host && test $have_gcc_for_target = yes; then
13159 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
1c00b503
PB
13160 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13161 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
901119ae
KT
13162 fi
13163fi
13164if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13165 # Extract the first word of "windmc", so it can be a program name with args.
13166set dummy windmc; ac_word=$2
5213506e
RW
13167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13168$as_echo_n "checking for $ac_word... " >&6; }
13169if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13170 $as_echo_n "(cached) " >&6
901119ae
KT
13171else
13172 case $WINDMC_FOR_TARGET in
13173 [\\/]* | ?:[\\/]*)
13174 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13175 ;;
13176 *)
13177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13178for as_dir in $gcc_cv_tool_dirs
13179do
13180 IFS=$as_save_IFS
13181 test -z "$as_dir" && as_dir=.
5213506e
RW
13182 for ac_exec_ext in '' $ac_executable_extensions; do
13183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13184 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13186 break 2
13187 fi
13188done
5213506e
RW
13189 done
13190IFS=$as_save_IFS
901119ae
KT
13191
13192 ;;
13193esac
13194fi
13195WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
901119ae 13196if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13198$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13199else
5213506e
RW
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13201$as_echo "no" >&6; }
901119ae
KT
13202fi
13203
5213506e 13204
901119ae
KT
13205fi
13206if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13207
13208
13209if test -n "$WINDMC_FOR_TARGET"; then
13210 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13211elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13212 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13213fi
13214
13215if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13216 for ncn_progname in windmc; do
13217 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13218set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13220$as_echo_n "checking for $ac_word... " >&6; }
13221if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13222 $as_echo_n "(cached) " >&6
901119ae
KT
13223else
13224 if test -n "$WINDMC_FOR_TARGET"; then
13225 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13226else
13227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13228for as_dir in $PATH
13229do
13230 IFS=$as_save_IFS
13231 test -z "$as_dir" && as_dir=.
5213506e
RW
13232 for ac_exec_ext in '' $ac_executable_extensions; do
13233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13234 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13236 break 2
13237 fi
13238done
5213506e
RW
13239 done
13240IFS=$as_save_IFS
901119ae
KT
13241
13242fi
13243fi
13244WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13245if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13247$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13248else
5213506e
RW
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13250$as_echo "no" >&6; }
901119ae
KT
13251fi
13252
5213506e 13253
901119ae
KT
13254 done
13255fi
13256
13257if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13258 for ncn_progname in windmc; do
5213506e
RW
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13260$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
901119ae
KT
13261 if test -x $with_build_time_tools/${ncn_progname}; then
13262 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13264$as_echo "yes" >&6; }
901119ae
KT
13265 break
13266 else
5213506e
RW
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13268$as_echo "no" >&6; }
901119ae
KT
13269 fi
13270 done
13271fi
13272
13273if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13274 for ncn_progname in windmc; do
13275 if test -n "$ncn_target_tool_prefix"; then
13276 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13277set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13279$as_echo_n "checking for $ac_word... " >&6; }
13280if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13281 $as_echo_n "(cached) " >&6
901119ae
KT
13282else
13283 if test -n "$WINDMC_FOR_TARGET"; then
13284 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13285else
13286as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13287for as_dir in $PATH
13288do
13289 IFS=$as_save_IFS
13290 test -z "$as_dir" && as_dir=.
5213506e
RW
13291 for ac_exec_ext in '' $ac_executable_extensions; do
13292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13293 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13295 break 2
13296 fi
13297done
5213506e
RW
13298 done
13299IFS=$as_save_IFS
901119ae
KT
13300
13301fi
13302fi
13303WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13304if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13306$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13307else
5213506e
RW
13308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13309$as_echo "no" >&6; }
901119ae
KT
13310fi
13311
5213506e 13312
901119ae
KT
13313 fi
13314 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13315 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13316set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13318$as_echo_n "checking for $ac_word... " >&6; }
13319if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13320 $as_echo_n "(cached) " >&6
901119ae
KT
13321else
13322 if test -n "$WINDMC_FOR_TARGET"; then
13323 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13324else
13325as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13326for as_dir in $PATH
13327do
13328 IFS=$as_save_IFS
13329 test -z "$as_dir" && as_dir=.
5213506e
RW
13330 for ac_exec_ext in '' $ac_executable_extensions; do
13331 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13332 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13333 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13334 break 2
13335 fi
13336done
5213506e
RW
13337 done
13338IFS=$as_save_IFS
901119ae
KT
13339
13340fi
13341fi
13342WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13343if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13345$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13346else
5213506e
RW
13347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13348$as_echo "no" >&6; }
901119ae
KT
13349fi
13350
5213506e 13351
901119ae
KT
13352 fi
13353 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13354 done
13355fi
13356
13357if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13358 set dummy windmc
13359 if test $build = $target ; then
13360 WINDMC_FOR_TARGET="$2"
13361 else
13362 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13363 fi
1c00b503
PB
13364else
13365 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
901119ae
KT
13366fi
13367
13368else
13369 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13370fi
13371
13372
2abefe3d
PB
13373RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13374
5213506e
RW
13375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13376$as_echo_n "checking where to find the target ar... " >&6; }
2abefe3d 13377if test "x${build}" != "x${host}" ; then
e8b05380
PB
13378 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13379 # We already found the complete path
172e41aa 13380 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13382$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13383 else
13384 # Canadian cross, just use what we found
5213506e
RW
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13386$as_echo "pre-installed" >&6; }
e8b05380 13387 fi
2abefe3d
PB
13388else
13389 ok=yes
13390 case " ${configdirs} " in
13391 *" binutils "*) ;;
13392 *) ok=no ;;
13393 esac
1c710c3c 13394
2abefe3d
PB
13395 if test $ok = yes; then
13396 # An in-tree tool is available and we can use it
13397 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
5213506e
RW
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13399$as_echo "just compiled" >&6; }
e8b05380
PB
13400 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13401 # We already found the complete path
172e41aa 13402 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13404$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13405 elif test "x$target" = "x$host"; then
13406 # We can use an host tool
13407 AR_FOR_TARGET='$(AR)'
5213506e
RW
13408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13409$as_echo "host tool" >&6; }
2abefe3d
PB
13410 else
13411 # We need a cross tool
5213506e
RW
13412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13413$as_echo "pre-installed" >&6; }
2abefe3d
PB
13414 fi
13415fi
0b0dc272 13416
5213506e
RW
13417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13418$as_echo_n "checking where to find the target as... " >&6; }
2abefe3d 13419if test "x${build}" != "x${host}" ; then
e8b05380
PB
13420 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13421 # We already found the complete path
172e41aa 13422 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13424$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13425 else
13426 # Canadian cross, just use what we found
5213506e
RW
13427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13428$as_echo "pre-installed" >&6; }
e8b05380 13429 fi
2abefe3d
PB
13430else
13431 ok=yes
13432 case " ${configdirs} " in
13433 *" gas "*) ;;
13434 *) ok=no ;;
13435 esac
1c710c3c 13436
2abefe3d
PB
13437 if test $ok = yes; then
13438 # An in-tree tool is available and we can use it
13439 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
5213506e
RW
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13441$as_echo "just compiled" >&6; }
e8b05380
PB
13442 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13443 # We already found the complete path
172e41aa 13444 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13446$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13447 elif test "x$target" = "x$host"; then
13448 # We can use an host tool
13449 AS_FOR_TARGET='$(AS)'
5213506e
RW
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13451$as_echo "host tool" >&6; }
2abefe3d
PB
13452 else
13453 # We need a cross tool
5213506e
RW
13454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13455$as_echo "pre-installed" >&6; }
2abefe3d
PB
13456 fi
13457fi
0b0dc272 13458
5213506e
RW
13459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13460$as_echo_n "checking where to find the target cc... " >&6; }
2abefe3d 13461if test "x${build}" != "x${host}" ; then
e8b05380
PB
13462 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13463 # We already found the complete path
172e41aa 13464 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13466$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13467 else
13468 # Canadian cross, just use what we found
5213506e
RW
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13470$as_echo "pre-installed" >&6; }
e8b05380 13471 fi
2abefe3d
PB
13472else
13473 ok=yes
13474 case " ${configdirs} " in
13475 *" gcc "*) ;;
13476 *) ok=no ;;
13477 esac
1c710c3c 13478
2abefe3d
PB
13479 if test $ok = yes; then
13480 # An in-tree tool is available and we can use it
13481 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13483$as_echo "just compiled" >&6; }
e8b05380
PB
13484 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13485 # We already found the complete path
172e41aa 13486 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13488$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13489 elif test "x$target" = "x$host"; then
13490 # We can use an host tool
13491 CC_FOR_TARGET='$(CC)'
5213506e
RW
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13493$as_echo "host tool" >&6; }
2abefe3d
PB
13494 else
13495 # We need a cross tool
5213506e
RW
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13497$as_echo "pre-installed" >&6; }
2abefe3d
PB
13498 fi
13499fi
0b0dc272 13500
5213506e
RW
13501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13502$as_echo_n "checking where to find the target c++... " >&6; }
2abefe3d 13503if test "x${build}" != "x${host}" ; then
e8b05380
PB
13504 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13505 # We already found the complete path
172e41aa 13506 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13508$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13509 else
13510 # Canadian cross, just use what we found
5213506e
RW
13511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13512$as_echo "pre-installed" >&6; }
e8b05380 13513 fi
2abefe3d
PB
13514else
13515 ok=yes
13516 case " ${configdirs} " in
13517 *" gcc "*) ;;
13518 *) ok=no ;;
13519 esac
13520 case ,${enable_languages}, in
13521 *,c++,*) ;;
13522 *) ok=no ;;
13523 esac
13524 if test $ok = yes; then
13525 # An in-tree tool is available and we can use it
9aff220f 13526 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
5213506e
RW
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13528$as_echo "just compiled" >&6; }
e8b05380
PB
13529 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13530 # We already found the complete path
172e41aa 13531 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13533$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13534 elif test "x$target" = "x$host"; then
13535 # We can use an host tool
13536 CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13538$as_echo "host tool" >&6; }
2abefe3d
PB
13539 else
13540 # We need a cross tool
5213506e
RW
13541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13542$as_echo "pre-installed" >&6; }
2abefe3d
PB
13543 fi
13544fi
0b0dc272 13545
5213506e
RW
13546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13547$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
2abefe3d 13548if test "x${build}" != "x${host}" ; then
e8b05380
PB
13549 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13550 # We already found the complete path
172e41aa 13551 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13553$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13554 else
13555 # Canadian cross, just use what we found
5213506e
RW
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13557$as_echo "pre-installed" >&6; }
e8b05380 13558 fi
2abefe3d
PB
13559else
13560 ok=yes
13561 case " ${configdirs} " in
13562 *" gcc "*) ;;
13563 *) ok=no ;;
13564 esac
13565 case ,${enable_languages}, in
13566 *,c++,*) ;;
13567 *) ok=no ;;
13568 esac
13569 if test $ok = yes; then
13570 # An in-tree tool is available and we can use it
13571 RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
5213506e
RW
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13573$as_echo "just compiled" >&6; }
e8b05380
PB
13574 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13575 # We already found the complete path
172e41aa 13576 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13578$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13579 elif test "x$target" = "x$host"; then
13580 # We can use an host tool
13581 RAW_CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13583$as_echo "host tool" >&6; }
2abefe3d
PB
13584 else
13585 # We need a cross tool
5213506e
RW
13586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13587$as_echo "pre-installed" >&6; }
2abefe3d
PB
13588 fi
13589fi
0b0dc272 13590
5213506e
RW
13591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13592$as_echo_n "checking where to find the target dlltool... " >&6; }
2abefe3d 13593if test "x${build}" != "x${host}" ; then
e8b05380
PB
13594 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13595 # We already found the complete path
172e41aa 13596 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
13597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13598$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13599 else
13600 # Canadian cross, just use what we found
5213506e
RW
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13602$as_echo "pre-installed" >&6; }
e8b05380 13603 fi
2abefe3d
PB
13604else
13605 ok=yes
13606 case " ${configdirs} " in
13607 *" binutils "*) ;;
13608 *) ok=no ;;
13609 esac
1c710c3c 13610
2abefe3d
PB
13611 if test $ok = yes; then
13612 # An in-tree tool is available and we can use it
13613 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
5213506e
RW
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13615$as_echo "just compiled" >&6; }
e8b05380
PB
13616 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13617 # We already found the complete path
172e41aa 13618 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13620$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13621 elif test "x$target" = "x$host"; then
13622 # We can use an host tool
13623 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
5213506e
RW
13624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13625$as_echo "host tool" >&6; }
2abefe3d
PB
13626 else
13627 # We need a cross tool
5213506e
RW
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13629$as_echo "pre-installed" >&6; }
2abefe3d
PB
13630 fi
13631fi
0b0dc272 13632
5213506e
RW
13633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13634$as_echo_n "checking where to find the target gcc... " >&6; }
2abefe3d 13635if test "x${build}" != "x${host}" ; then
e8b05380
PB
13636 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13637 # We already found the complete path
172e41aa 13638 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
13639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13640$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13641 else
13642 # Canadian cross, just use what we found
5213506e
RW
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13644$as_echo "pre-installed" >&6; }
e8b05380 13645 fi
2abefe3d
PB
13646else
13647 ok=yes
13648 case " ${configdirs} " in
13649 *" gcc "*) ;;
13650 *) ok=no ;;
13651 esac
1c710c3c 13652
2abefe3d
PB
13653 if test $ok = yes; then
13654 # An in-tree tool is available and we can use it
13655 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13657$as_echo "just compiled" >&6; }
e8b05380
PB
13658 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13659 # We already found the complete path
172e41aa 13660 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13662$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13663 elif test "x$target" = "x$host"; then
13664 # We can use an host tool
13665 GCC_FOR_TARGET='$()'
5213506e
RW
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13667$as_echo "host tool" >&6; }
2abefe3d
PB
13668 else
13669 # We need a cross tool
5213506e
RW
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13671$as_echo "pre-installed" >&6; }
2abefe3d
PB
13672 fi
13673fi
0b0dc272 13674
5213506e
RW
13675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13676$as_echo_n "checking where to find the target gcj... " >&6; }
2abefe3d 13677if test "x${build}" != "x${host}" ; then
e8b05380
PB
13678 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13679 # We already found the complete path
172e41aa 13680 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
13681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13682$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13683 else
13684 # Canadian cross, just use what we found
5213506e
RW
13685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13686$as_echo "pre-installed" >&6; }
e8b05380 13687 fi
2abefe3d
PB
13688else
13689 ok=yes
13690 case " ${configdirs} " in
13691 *" gcc "*) ;;
13692 *) ok=no ;;
13693 esac
13694 case ,${enable_languages}, in
13695 *,java,*) ;;
13696 *) ok=no ;;
13697 esac
13698 if test $ok = yes; then
13699 # An in-tree tool is available and we can use it
13700 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13702$as_echo "just compiled" >&6; }
e8b05380
PB
13703 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13704 # We already found the complete path
172e41aa 13705 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13707$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13708 elif test "x$target" = "x$host"; then
13709 # We can use an host tool
13710 GCJ_FOR_TARGET='$(GCJ)'
5213506e
RW
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13712$as_echo "host tool" >&6; }
2abefe3d
PB
13713 else
13714 # We need a cross tool
5213506e
RW
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13716$as_echo "pre-installed" >&6; }
2abefe3d
PB
13717 fi
13718fi
0b0dc272 13719
5213506e
RW
13720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13721$as_echo_n "checking where to find the target gfortran... " >&6; }
2abefe3d 13722if test "x${build}" != "x${host}" ; then
e8b05380
PB
13723 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13724 # We already found the complete path
172e41aa 13725 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13727$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13728 else
13729 # Canadian cross, just use what we found
5213506e
RW
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13731$as_echo "pre-installed" >&6; }
e8b05380 13732 fi
2abefe3d
PB
13733else
13734 ok=yes
13735 case " ${configdirs} " in
13736 *" gcc "*) ;;
13737 *) ok=no ;;
13738 esac
13739 case ,${enable_languages}, in
13740 *,fortran,*) ;;
13741 *) ok=no ;;
13742 esac
13743 if test $ok = yes; then
13744 # An in-tree tool is available and we can use it
13745 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13747$as_echo "just compiled" >&6; }
e8b05380
PB
13748 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13749 # We already found the complete path
172e41aa 13750 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13752$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13753 elif test "x$target" = "x$host"; then
13754 # We can use an host tool
13755 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
5213506e
RW
13756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13757$as_echo "host tool" >&6; }
2abefe3d
PB
13758 else
13759 # We need a cross tool
5213506e
RW
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13761$as_echo "pre-installed" >&6; }
2abefe3d
PB
13762 fi
13763fi
0b0dc272 13764
632e2a07
ILT
13765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13766$as_echo_n "checking where to find the target gccgo... " >&6; }
13767if test "x${build}" != "x${host}" ; then
13768 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13769 # We already found the complete path
13770 ac_dir=`dirname $GOC_FOR_TARGET`
13771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13772$as_echo "pre-installed in $ac_dir" >&6; }
13773 else
13774 # Canadian cross, just use what we found
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13776$as_echo "pre-installed" >&6; }
13777 fi
13778else
13779 ok=yes
13780 case " ${configdirs} " in
13781 *" gcc "*) ;;
13782 *) ok=no ;;
13783 esac
13784 case ,${enable_languages}, in
13785 *,go,*) ;;
13786 *) ok=no ;;
13787 esac
13788 if test $ok = yes; then
13789 # An in-tree tool is available and we can use it
13790 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13792$as_echo "just compiled" >&6; }
13793 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13794 # We already found the complete path
13795 ac_dir=`dirname $GOC_FOR_TARGET`
13796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13797$as_echo "pre-installed in $ac_dir" >&6; }
13798 elif test "x$target" = "x$host"; then
13799 # We can use an host tool
13800 GOC_FOR_TARGET='$(GOC)'
13801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13802$as_echo "host tool" >&6; }
13803 else
13804 # We need a cross tool
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13806$as_echo "pre-installed" >&6; }
13807 fi
13808fi
13809
5213506e
RW
13810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13811$as_echo_n "checking where to find the target ld... " >&6; }
2abefe3d 13812if test "x${build}" != "x${host}" ; then
e8b05380
PB
13813 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13814 # We already found the complete path
172e41aa 13815 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
13816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13817$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13818 else
13819 # Canadian cross, just use what we found
5213506e
RW
13820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13821$as_echo "pre-installed" >&6; }
e8b05380 13822 fi
2abefe3d
PB
13823else
13824 ok=yes
13825 case " ${configdirs} " in
13826 *" ld "*) ;;
13827 *) ok=no ;;
13828 esac
1c710c3c 13829
2abefe3d
PB
13830 if test $ok = yes; then
13831 # An in-tree tool is available and we can use it
13832 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
5213506e
RW
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13834$as_echo "just compiled" >&6; }
e8b05380
PB
13835 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13836 # We already found the complete path
172e41aa 13837 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13839$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13840 elif test "x$target" = "x$host"; then
13841 # We can use an host tool
13842 LD_FOR_TARGET='$(LD)'
5213506e
RW
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13844$as_echo "host tool" >&6; }
2abefe3d
PB
13845 else
13846 # We need a cross tool
5213506e
RW
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13848$as_echo "pre-installed" >&6; }
2abefe3d
PB
13849 fi
13850fi
0b0dc272 13851
5213506e
RW
13852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13853$as_echo_n "checking where to find the target lipo... " >&6; }
2abefe3d 13854if test "x${build}" != "x${host}" ; then
e8b05380
PB
13855 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13856 # We already found the complete path
172e41aa 13857 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13859$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13860 else
13861 # Canadian cross, just use what we found
5213506e
RW
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13863$as_echo "pre-installed" >&6; }
e8b05380 13864 fi
2abefe3d 13865else
e8b05380
PB
13866 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13867 # We already found the complete path
172e41aa 13868 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
13869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13870$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380 13871 elif test "x$target" = "x$host"; then
2abefe3d
PB
13872 # We can use an host tool
13873 LIPO_FOR_TARGET='$(LIPO)'
5213506e
RW
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13875$as_echo "host tool" >&6; }
2abefe3d
PB
13876 else
13877 # We need a cross tool
5213506e
RW
13878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13879$as_echo "pre-installed" >&6; }
2abefe3d
PB
13880 fi
13881fi
0b0dc272 13882
5213506e
RW
13883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13884$as_echo_n "checking where to find the target nm... " >&6; }
2abefe3d 13885if test "x${build}" != "x${host}" ; then
e8b05380
PB
13886 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13887 # We already found the complete path
172e41aa 13888 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
13889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13890$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13891 else
13892 # Canadian cross, just use what we found
5213506e
RW
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13894$as_echo "pre-installed" >&6; }
e8b05380 13895 fi
2abefe3d
PB
13896else
13897 ok=yes
13898 case " ${configdirs} " in
13899 *" binutils "*) ;;
13900 *) ok=no ;;
13901 esac
1c710c3c 13902
2abefe3d
PB
13903 if test $ok = yes; then
13904 # An in-tree tool is available and we can use it
13905 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
5213506e
RW
13906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13907$as_echo "just compiled" >&6; }
e8b05380
PB
13908 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13909 # We already found the complete path
172e41aa 13910 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13912$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13913 elif test "x$target" = "x$host"; then
13914 # We can use an host tool
13915 NM_FOR_TARGET='$(NM)'
5213506e
RW
13916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13917$as_echo "host tool" >&6; }
2abefe3d
PB
13918 else
13919 # We need a cross tool
5213506e
RW
13920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13921$as_echo "pre-installed" >&6; }
2abefe3d
PB
13922 fi
13923fi
0b0dc272 13924
5213506e
RW
13925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13926$as_echo_n "checking where to find the target objdump... " >&6; }
2abefe3d 13927if test "x${build}" != "x${host}" ; then
e8b05380
PB
13928 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13929 # We already found the complete path
172e41aa 13930 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13932$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13933 else
13934 # Canadian cross, just use what we found
5213506e
RW
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13936$as_echo "pre-installed" >&6; }
e8b05380 13937 fi
2abefe3d
PB
13938else
13939 ok=yes
13940 case " ${configdirs} " in
13941 *" binutils "*) ;;
13942 *) ok=no ;;
13943 esac
1c710c3c 13944
2abefe3d
PB
13945 if test $ok = yes; then
13946 # An in-tree tool is available and we can use it
13947 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
5213506e
RW
13948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13949$as_echo "just compiled" >&6; }
e8b05380
PB
13950 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13951 # We already found the complete path
172e41aa 13952 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13954$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13955 elif test "x$target" = "x$host"; then
13956 # We can use an host tool
13957 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
5213506e
RW
13958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13959$as_echo "host tool" >&6; }
2abefe3d
PB
13960 else
13961 # We need a cross tool
5213506e
RW
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13963$as_echo "pre-installed" >&6; }
2abefe3d
PB
13964 fi
13965fi
0b0dc272 13966
5213506e
RW
13967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13968$as_echo_n "checking where to find the target ranlib... " >&6; }
2abefe3d 13969if test "x${build}" != "x${host}" ; then
e8b05380
PB
13970 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13971 # We already found the complete path
172e41aa 13972 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13974$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13975 else
13976 # Canadian cross, just use what we found
5213506e
RW
13977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13978$as_echo "pre-installed" >&6; }
e8b05380 13979 fi
2abefe3d
PB
13980else
13981 ok=yes
13982 case " ${configdirs} " in
13983 *" binutils "*) ;;
13984 *) ok=no ;;
13985 esac
1c710c3c 13986
2abefe3d
PB
13987 if test $ok = yes; then
13988 # An in-tree tool is available and we can use it
13989 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
5213506e
RW
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13991$as_echo "just compiled" >&6; }
e8b05380
PB
13992 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13993 # We already found the complete path
172e41aa 13994 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13996$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13997 elif test "x$target" = "x$host"; then
13998 # We can use an host tool
13999 RANLIB_FOR_TARGET='$(RANLIB)'
5213506e
RW
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14001$as_echo "host tool" >&6; }
2abefe3d
PB
14002 else
14003 # We need a cross tool
5213506e
RW
14004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14005$as_echo "pre-installed" >&6; }
2abefe3d
PB
14006 fi
14007fi
0b0dc272 14008
5213506e
RW
14009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14010$as_echo_n "checking where to find the target strip... " >&6; }
2abefe3d 14011if test "x${build}" != "x${host}" ; then
e8b05380
PB
14012 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14013 # We already found the complete path
172e41aa 14014 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14016$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14017 else
14018 # Canadian cross, just use what we found
5213506e
RW
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14020$as_echo "pre-installed" >&6; }
e8b05380 14021 fi
2abefe3d
PB
14022else
14023 ok=yes
14024 case " ${configdirs} " in
14025 *" binutils "*) ;;
14026 *) ok=no ;;
14027 esac
1c710c3c 14028
2abefe3d
PB
14029 if test $ok = yes; then
14030 # An in-tree tool is available and we can use it
455c8f48 14031 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
5213506e
RW
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14033$as_echo "just compiled" >&6; }
e8b05380
PB
14034 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14035 # We already found the complete path
172e41aa 14036 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14038$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14039 elif test "x$target" = "x$host"; then
14040 # We can use an host tool
14041 STRIP_FOR_TARGET='$(STRIP)'
5213506e
RW
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14043$as_echo "host tool" >&6; }
2abefe3d
PB
14044 else
14045 # We need a cross tool
5213506e
RW
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14047$as_echo "pre-installed" >&6; }
2abefe3d
PB
14048 fi
14049fi
0b0dc272 14050
5213506e
RW
14051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14052$as_echo_n "checking where to find the target windres... " >&6; }
2abefe3d 14053if test "x${build}" != "x${host}" ; then
e8b05380
PB
14054 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14055 # We already found the complete path
172e41aa 14056 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14058$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14059 else
14060 # Canadian cross, just use what we found
5213506e
RW
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14062$as_echo "pre-installed" >&6; }
e8b05380 14063 fi
2abefe3d
PB
14064else
14065 ok=yes
14066 case " ${configdirs} " in
14067 *" binutils "*) ;;
14068 *) ok=no ;;
14069 esac
1c710c3c 14070
2abefe3d
PB
14071 if test $ok = yes; then
14072 # An in-tree tool is available and we can use it
14073 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
5213506e
RW
14074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14075$as_echo "just compiled" >&6; }
e8b05380
PB
14076 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14077 # We already found the complete path
172e41aa 14078 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14080$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14081 elif test "x$target" = "x$host"; then
14082 # We can use an host tool
14083 WINDRES_FOR_TARGET='$(WINDRES)'
5213506e
RW
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14085$as_echo "host tool" >&6; }
2abefe3d
PB
14086 else
14087 # We need a cross tool
5213506e
RW
14088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14089$as_echo "pre-installed" >&6; }
2abefe3d 14090 fi
671aa708 14091fi
be912515 14092
5213506e
RW
14093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14094$as_echo_n "checking where to find the target windmc... " >&6; }
901119ae
KT
14095if test "x${build}" != "x${host}" ; then
14096 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14097 # We already found the complete path
14098 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14100$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14101 else
14102 # Canadian cross, just use what we found
5213506e
RW
14103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14104$as_echo "pre-installed" >&6; }
901119ae
KT
14105 fi
14106else
14107 ok=yes
14108 case " ${configdirs} " in
14109 *" binutils "*) ;;
14110 *) ok=no ;;
14111 esac
14112
14113 if test $ok = yes; then
14114 # An in-tree tool is available and we can use it
14115 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
5213506e
RW
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14117$as_echo "just compiled" >&6; }
901119ae
KT
14118 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14119 # We already found the complete path
14120 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14122$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14123 elif test "x$target" = "x$host"; then
14124 # We can use an host tool
14125 WINDMC_FOR_TARGET='$(WINDMC)'
5213506e
RW
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14127$as_echo "host tool" >&6; }
901119ae
KT
14128 else
14129 # We need a cross tool
5213506e
RW
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14131$as_echo "pre-installed" >&6; }
901119ae
KT
14132 fi
14133fi
14134
be912515
NN
14135
14136
2abefe3d 14137
0b0dc272 14138
671aa708
NN
14139# Certain tools may need extra flags.
14140AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14141RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14142NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14143
2abefe3d
PB
14144# When building target libraries, except in a Canadian cross, we use
14145# the same toolchain as the compiler we just built.
14146COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14147COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14148COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14149if test $host = $build; then
14150 case " $configdirs " in
14151 *" gcc "*)
14152 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14153 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14154 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14155 ;;
14156 esac
14157fi
14158
14159
14160
14161
14162
5213506e
RW
14163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14164$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14165# Check whether --enable-maintainer-mode was given.
14166if test "${enable_maintainer_mode+set}" = set; then :
14167 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
ee03dc5e
AO
14168else
14169 USE_MAINTAINER_MODE=no
5213506e
RW
14170fi
14171
14172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14173$as_echo "$USE_MAINTAINER_MODE" >&6; }
ee03dc5e
AO
14174
14175
14176if test "$USE_MAINTAINER_MODE" = yes; then
14177 MAINTAINER_MODE_TRUE=
14178 MAINTAINER_MODE_FALSE='#'
14179else
14180 MAINTAINER_MODE_TRUE='#'
14181 MAINTAINER_MODE_FALSE=
1c710c3c 14182fi
ee03dc5e
AO
14183MAINT=$MAINTAINER_MODE_TRUE
14184
2805b53a
NN
14185# ---------------------
14186# GCC bootstrap support
14187# ---------------------
14188
14189# Stage specific cflags for build.
14190stage1_cflags="-g"
14191case $build in
14192 vax-*-*)
14193 case ${GCC} in
14194 yes) stage1_cflags="-g -Wa,-J" ;;
14195 *) stage1_cflags="-g -J" ;;
14196 esac ;;
2805b53a
NN
14197esac
14198
0b50988a 14199# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
00020c16 14200if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
0b50988a
EB
14201 saved_CFLAGS="$CFLAGS"
14202
14203 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14204 CFLAGS="$CFLAGS -fkeep-inline-functions"
5213506e
RW
14205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14206$as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
14208/* end confdefs.h. */
14209
9cc1244e
JJ
14210#if (__GNUC__ < 3) \
14211 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14212 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14213#error http://gcc.gnu.org/PR29382
14214#endif
14215
1c710c3c
DJ
14216int
14217main ()
14218{
14219
14220 ;
14221 return 0;
14222}
14223_ACEOF
5213506e
RW
14224if ac_fn_c_try_compile "$LINENO"; then :
14225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14226$as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
1c710c3c 14227else
5213506e
RW
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14229$as_echo "no" >&6; }
1c710c3c 14230fi
5213506e 14231rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b50988a
EB
14232
14233 CFLAGS="$saved_CFLAGS"
14234fi
14235
14236
2805b53a 14237
8efea775 14238# Enable --enable-checking in stage1 of the compiler.
5213506e
RW
14239# Check whether --enable-stage1-checking was given.
14240if test "${enable_stage1_checking+set}" = set; then :
14241 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8efea775 14242else
e643dc23 14243 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
7e98624c 14244 stage1_checking=--enable-checking=yes,types
8efea775 14245else
e643dc23 14246 stage1_checking=--enable-checking=$enable_checking,types
8efea775 14247fi
5213506e 14248fi
8efea775
PB
14249
14250
2aeb72e9 14251
5213506e
RW
14252# Enable -Werror in bootstrap stage2 and later.
14253# Check whether --enable-werror was given.
14254if test "${enable_werror+set}" = set; then :
14255 enableval=$enable_werror;
2805b53a 14256else
416cfb5e 14257 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
2805b53a 14258 enable_werror=yes
88fceb68
PB
14259else
14260 enable_werror=no
14261fi
5213506e
RW
14262fi
14263
09a9c095
NN
14264case ${enable_werror} in
14265 yes) stage2_werror_flag="--enable-werror-always" ;;
14266 *) stage2_werror_flag="" ;;
2805b53a
NN
14267esac
14268
14269
f2689b09
SE
14270# Specify what files to not compare during bootstrap.
14271
14272compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14273case "$target" in
14274 hppa*64*-*-hpux*) ;;
14275 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14276esac
f61428ed
AO
14277case " $configdirs " in
14278*" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14279esac
f2689b09
SE
14280
14281
5213506e
RW
14282ac_config_files="$ac_config_files Makefile"
14283
1c710c3c 14284cat >confcache <<\_ACEOF
671aa708
NN
14285# This file is a shell script that caches the results of configure
14286# tests run on this system so they can be shared between configure
1c710c3c
DJ
14287# scripts and configure runs, see configure's option --config-cache.
14288# It is not useful on other systems. If it contains results you don't
14289# want to keep, you may remove or edit it.
671aa708 14290#
1c710c3c
DJ
14291# config.status only pays attention to the cache file if you give it
14292# the --recheck option to rerun configure.
671aa708 14293#
1c710c3c
DJ
14294# `ac_cv_env_foo' variables (set or unset) will be overridden when
14295# loading this file, other *unset* `ac_cv_foo' will be assigned the
14296# following values.
14297
14298_ACEOF
14299
671aa708
NN
14300# The following way of writing the cache mishandles newlines in values,
14301# but we know of no workaround that is simple, portable, and efficient.
5213506e 14302# So, we kill variables containing newlines.
671aa708
NN
14303# Ultrix sh set writes to stderr and can't be redirected directly,
14304# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
14305(
14306 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14307 eval ac_val=\$$ac_var
14308 case $ac_val in #(
14309 *${as_nl}*)
14310 case $ac_var in #(
14311 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14312$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14313 esac
14314 case $ac_var in #(
14315 _ | IFS | as_nl) ;; #(
14316 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14317 *) { eval $ac_var=; unset $ac_var;} ;;
14318 esac ;;
14319 esac
14320 done
14321
1c710c3c 14322 (set) 2>&1 |
5213506e
RW
14323 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14324 *${as_nl}ac_space=\ *)
14325 # `set' does not quote correctly, so add quotes: double-quote
14326 # substitution turns \\\\ into \\, and sed turns \\ into \.
1c710c3c
DJ
14327 sed -n \
14328 "s/'/'\\\\''/g;
14329 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 14330 ;; #(
1c710c3c
DJ
14331 *)
14332 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 14333 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 14334 ;;
5213506e
RW
14335 esac |
14336 sort
14337) |
1c710c3c 14338 sed '
5213506e 14339 /^ac_cv_env_/b end
1c710c3c 14340 t clear
5213506e 14341 :clear
1c710c3c
DJ
14342 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14343 t end
5213506e
RW
14344 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14345 :end' >>confcache
14346if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14347 if test -w "$cache_file"; then
14348 test "x$cache_file" != "x/dev/null" &&
14349 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14350$as_echo "$as_me: updating cache $cache_file" >&6;}
1c710c3c 14351 cat confcache >$cache_file
671aa708 14352 else
5213506e
RW
14353 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14354$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
671aa708 14355 fi
4977bab6 14356fi
671aa708 14357rm -f confcache
79c06341 14358
671aa708
NN
14359test "x$prefix" = xNONE && prefix=$ac_default_prefix
14360# Let make expand exec_prefix.
14361test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4e77e8f1 14362
671aa708
NN
14363# Transform confdefs.h into DEFS.
14364# Protect against shell expansion while executing Makefile rules.
14365# Protect against Makefile macro expansion.
1c710c3c
DJ
14366#
14367# If the first sed substitution is executed (which looks for macros that
5213506e 14368# take arguments), then branch to the quote section. Otherwise,
1c710c3c 14369# look for a macro that doesn't take arguments.
5213506e
RW
14370ac_script='
14371:mline
14372/\\$/{
14373 N
14374 s,\\\n,,
14375 b mline
14376}
1c710c3c 14377t clear
5213506e
RW
14378:clear
14379s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14380t quote
5213506e 14381s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14382t quote
5213506e
RW
14383b any
14384:quote
14385s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14386s/\[/\\&/g
14387s/\]/\\&/g
14388s/\$/$$/g
14389H
14390:any
14391${
14392 g
14393 s/^\n//
14394 s/\n/ /g
14395 p
14396}
14397'
14398DEFS=`sed -n "$ac_script" confdefs.h`
1c710c3c
DJ
14399
14400
14401ac_libobjs=
14402ac_ltlibobjs=
14403for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14404 # 1. Remove the extension, and $U if already installed.
5213506e
RW
14405 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14406 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14407 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14408 # will be set to the directory where LIBOBJS objects are built.
14409 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14410 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1c710c3c
DJ
14411done
14412LIBOBJS=$ac_libobjs
fb0103e5 14413
1c710c3c 14414LTLIBOBJS=$ac_ltlibobjs
0b0dc272 14415
af71363e 14416
1c710c3c
DJ
14417
14418: ${CONFIG_STATUS=./config.status}
5213506e 14419ac_write_fail=0
1c710c3c
DJ
14420ac_clean_files_save=$ac_clean_files
14421ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
14422{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14423$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14424as_write_fail=0
14425cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1c710c3c
DJ
14426#! $SHELL
14427# Generated by $as_me.
671aa708 14428# Run this file to recreate the current configuration.
671aa708 14429# Compiler output produced by configure, useful for debugging
1c710c3c 14430# configure, is in config.log if it exists.
0b0dc272 14431
1c710c3c
DJ
14432debug=false
14433ac_cs_recheck=false
14434ac_cs_silent=false
1c710c3c 14435
5213506e
RW
14436SHELL=\${CONFIG_SHELL-$SHELL}
14437export SHELL
14438_ASEOF
14439cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14440## -------------------- ##
14441## M4sh Initialization. ##
14442## -------------------- ##
14443
14444# Be more Bourne compatible
14445DUALCASE=1; export DUALCASE # for MKS sh
14446if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
14447 emulate sh
14448 NULLCMD=:
5213506e 14449 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
14450 # is contrary to our usage. Disable this feature.
14451 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
14452 setopt NO_GLOB_SUBST
14453else
14454 case `(set -o) 2>/dev/null` in #(
14455 *posix*) :
14456 set -o posix ;; #(
14457 *) :
14458 ;;
14459esac
1c710c3c 14460fi
1c710c3c 14461
5213506e
RW
14462
14463as_nl='
14464'
14465export as_nl
14466# Printing a long string crashes Solaris 7 /usr/bin/printf.
14467as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14468as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14469as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14470# Prefer a ksh shell builtin over an external printf program on Solaris,
14471# but without wasting forks for bash or zsh.
14472if test -z "$BASH_VERSION$ZSH_VERSION" \
14473 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14474 as_echo='print -r --'
14475 as_echo_n='print -rn --'
14476elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14477 as_echo='printf %s\n'
14478 as_echo_n='printf %s'
14479else
14480 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14481 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14482 as_echo_n='/usr/ucb/echo -n'
14483 else
14484 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14485 as_echo_n_body='eval
14486 arg=$1;
14487 case $arg in #(
14488 *"$as_nl"*)
14489 expr "X$arg" : "X\\(.*\\)$as_nl";
14490 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14491 esac;
14492 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14493 '
14494 export as_echo_n_body
14495 as_echo_n='sh -c $as_echo_n_body as_echo'
14496 fi
14497 export as_echo_body
14498 as_echo='sh -c $as_echo_body as_echo'
1c710c3c
DJ
14499fi
14500
5213506e
RW
14501# The user is always right.
14502if test "${PATH_SEPARATOR+set}" != set; then
14503 PATH_SEPARATOR=:
14504 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14505 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14506 PATH_SEPARATOR=';'
14507 }
14508fi
14509
14510
14511# IFS
14512# We need space, tab and new line, in precisely that order. Quoting is
14513# there to prevent editors from complaining about space-tab.
14514# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14515# splitting by setting IFS to empty value.)
14516IFS=" "" $as_nl"
14517
14518# Find who we are. Look in the path if we contain no directory separator.
14519case $0 in #((
14520 *[\\/]* ) as_myself=$0 ;;
14521 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14522for as_dir in $PATH
14523do
14524 IFS=$as_save_IFS
14525 test -z "$as_dir" && as_dir=.
14526 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14527 done
14528IFS=$as_save_IFS
14529
14530 ;;
14531esac
14532# We did not find ourselves, most probably we were run as `sh COMMAND'
14533# in which case we are not to be found in the path.
14534if test "x$as_myself" = x; then
14535 as_myself=$0
14536fi
14537if test ! -f "$as_myself"; then
14538 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14539 exit 1
14540fi
1c710c3c 14541
5213506e
RW
14542# Unset variables that we do not need and which cause bugs (e.g. in
14543# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14544# suppresses any "Segmentation fault" message there. '((' could
14545# trigger a bug in pdksh 5.2.14.
14546for as_var in BASH_ENV ENV MAIL MAILPATH
14547do eval test x\${$as_var+set} = xset \
14548 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14549done
1c710c3c
DJ
14550PS1='$ '
14551PS2='> '
14552PS4='+ '
14553
14554# NLS nuisances.
5213506e
RW
14555LC_ALL=C
14556export LC_ALL
14557LANGUAGE=C
14558export LANGUAGE
14559
14560# CDPATH.
14561(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14562
14563
14564# as_fn_error ERROR [LINENO LOG_FD]
14565# ---------------------------------
14566# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14567# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14568# script with status $?, using 1 if that was 0.
14569as_fn_error ()
14570{
14571 as_status=$?; test $as_status -eq 0 && as_status=1
14572 if test "$3"; then
14573 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14574 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
1c710c3c 14575 fi
5213506e
RW
14576 $as_echo "$as_me: error: $1" >&2
14577 as_fn_exit $as_status
14578} # as_fn_error
14579
14580
14581# as_fn_set_status STATUS
14582# -----------------------
14583# Set $? to STATUS, without forking.
14584as_fn_set_status ()
14585{
14586 return $1
14587} # as_fn_set_status
14588
14589# as_fn_exit STATUS
14590# -----------------
14591# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14592as_fn_exit ()
14593{
14594 set +e
14595 as_fn_set_status $1
14596 exit $1
14597} # as_fn_exit
14598
14599# as_fn_unset VAR
14600# ---------------
14601# Portably unset VAR.
14602as_fn_unset ()
14603{
14604 { eval $1=; unset $1;}
14605}
14606as_unset=as_fn_unset
14607# as_fn_append VAR VALUE
14608# ----------------------
14609# Append the text in VALUE to the end of the definition contained in VAR. Take
14610# advantage of any shell optimizations that allow amortized linear growth over
14611# repeated appends, instead of the typical quadratic growth present in naive
14612# implementations.
14613if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14614 eval 'as_fn_append ()
14615 {
14616 eval $1+=\$2
14617 }'
14618else
14619 as_fn_append ()
14620 {
14621 eval $1=\$$1\$2
14622 }
14623fi # as_fn_append
14624
14625# as_fn_arith ARG...
14626# ------------------
14627# Perform arithmetic evaluation on the ARGs, and store the result in the
14628# global $as_val. Take advantage of shells that can avoid forks. The arguments
14629# must be portable across $(()) and expr.
14630if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14631 eval 'as_fn_arith ()
14632 {
14633 as_val=$(( $* ))
14634 }'
14635else
14636 as_fn_arith ()
14637 {
14638 as_val=`expr "$@" || test $? -eq 1`
14639 }
14640fi # as_fn_arith
14641
1c710c3c 14642
5213506e
RW
14643if expr a : '\(a\)' >/dev/null 2>&1 &&
14644 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
14645 as_expr=expr
14646else
14647 as_expr=false
14648fi
14649
5213506e 14650if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
14651 as_basename=basename
14652else
14653 as_basename=false
14654fi
14655
5213506e
RW
14656if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14657 as_dirname=dirname
14658else
14659 as_dirname=false
14660fi
1c710c3c 14661
5213506e 14662as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
14663$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14664 X"$0" : 'X\(//\)$' \| \
5213506e
RW
14665 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14666$as_echo X/"$0" |
14667 sed '/^.*\/\([^/][^/]*\)\/*$/{
14668 s//\1/
14669 q
14670 }
14671 /^X\/\(\/\/\)$/{
14672 s//\1/
14673 q
14674 }
14675 /^X\/\(\/\).*/{
14676 s//\1/
14677 q
14678 }
14679 s/.*/./; q'`
2aeb72e9 14680
2aeb72e9
DD
14681# Avoid depending upon Character Ranges.
14682as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14683as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14684as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14685as_cr_digits='0123456789'
14686as_cr_alnum=$as_cr_Letters$as_cr_digits
14687
5213506e
RW
14688ECHO_C= ECHO_N= ECHO_T=
14689case `echo -n x` in #(((((
14690-n*)
14691 case `echo 'xy\c'` in
14692 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14693 xy) ECHO_C='\c';;
14694 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14695 ECHO_T=' ';;
14696 esac;;
14697*)
14698 ECHO_N='-n';;
1c710c3c
DJ
14699esac
14700
5213506e
RW
14701rm -f conf$$ conf$$.exe conf$$.file
14702if test -d conf$$.dir; then
14703 rm -f conf$$.dir/conf$$.file
1c710c3c 14704else
5213506e
RW
14705 rm -f conf$$.dir
14706 mkdir conf$$.dir 2>/dev/null
1c710c3c 14707fi
5213506e
RW
14708if (echo >conf$$.file) 2>/dev/null; then
14709 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 14710 as_ln_s='ln -s'
5213506e
RW
14711 # ... but there are two gotchas:
14712 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14713 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14714 # In both cases, we have to default to `cp -p'.
14715 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14716 as_ln_s='cp -p'
14717 elif ln conf$$.file conf$$ 2>/dev/null; then
14718 as_ln_s=ln
14719 else
14720 as_ln_s='cp -p'
2aeb72e9 14721 fi
1c710c3c
DJ
14722else
14723 as_ln_s='cp -p'
14724fi
5213506e
RW
14725rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14726rmdir conf$$.dir 2>/dev/null
14727
14728
14729# as_fn_mkdir_p
14730# -------------
14731# Create "$as_dir" as a directory, including parents if necessary.
14732as_fn_mkdir_p ()
14733{
14734
14735 case $as_dir in #(
14736 -*) as_dir=./$as_dir;;
14737 esac
14738 test -d "$as_dir" || eval $as_mkdir_p || {
14739 as_dirs=
14740 while :; do
14741 case $as_dir in #(
14742 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14743 *) as_qdir=$as_dir;;
14744 esac
14745 as_dirs="'$as_qdir' $as_dirs"
14746 as_dir=`$as_dirname -- "$as_dir" ||
14747$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14748 X"$as_dir" : 'X\(//\)[^/]' \| \
14749 X"$as_dir" : 'X\(//\)$' \| \
14750 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14751$as_echo X"$as_dir" |
14752 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14753 s//\1/
14754 q
14755 }
14756 /^X\(\/\/\)[^/].*/{
14757 s//\1/
14758 q
14759 }
14760 /^X\(\/\/\)$/{
14761 s//\1/
14762 q
14763 }
14764 /^X\(\/\).*/{
14765 s//\1/
14766 q
14767 }
14768 s/.*/./; q'`
14769 test -d "$as_dir" && break
14770 done
14771 test -z "$as_dirs" || eval "mkdir $as_dirs"
14772 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14773
1c710c3c 14774
5213506e 14775} # as_fn_mkdir_p
1c710c3c 14776if mkdir -p . 2>/dev/null; then
5213506e 14777 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
14778else
14779 test -d ./-p && rmdir ./-p
14780 as_mkdir_p=false
14781fi
14782
5213506e
RW
14783if test -x / >/dev/null 2>&1; then
14784 as_test_x='test -x'
14785else
14786 if ls -dL / >/dev/null 2>&1; then
14787 as_ls_L_option=L
14788 else
14789 as_ls_L_option=
14790 fi
14791 as_test_x='
14792 eval sh -c '\''
14793 if test -d "$1"; then
14794 test -d "$1/.";
14795 else
14796 case $1 in #(
14797 -*)set "./$1";;
14798 esac;
14799 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14800 ???[sx]*):;;*)false;;esac;fi
14801 '\'' sh
14802 '
14803fi
14804as_executable_p=$as_test_x
1c710c3c
DJ
14805
14806# Sed expression to map a string onto a valid CPP name.
14807as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14808
14809# Sed expression to map a string onto a valid variable name.
14810as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14811
14812
1c710c3c 14813exec 6>&1
5213506e
RW
14814## ----------------------------------- ##
14815## Main body of $CONFIG_STATUS script. ##
14816## ----------------------------------- ##
14817_ASEOF
14818test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14819
14820cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14821# Save the log message, to keep $0 and so on meaningful, and to
1c710c3c 14822# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
14823# values after options handling.
14824ac_log="
1c710c3c 14825This file was extended by $as_me, which was
5213506e 14826generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
14827
14828 CONFIG_FILES = $CONFIG_FILES
14829 CONFIG_HEADERS = $CONFIG_HEADERS
14830 CONFIG_LINKS = $CONFIG_LINKS
14831 CONFIG_COMMANDS = $CONFIG_COMMANDS
14832 $ $0 $@
14833
5213506e
RW
14834on `(hostname || uname -n) 2>/dev/null | sed 1q`
14835"
14836
1c710c3c
DJ
14837_ACEOF
14838
5213506e
RW
14839case $ac_config_files in *"
14840"*) set x $ac_config_files; shift; ac_config_files=$*;;
14841esac
1c710c3c 14842
2aeb72e9 14843
2aeb72e9 14844
5213506e
RW
14845cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14846# Files that config.status was made for.
14847config_files="$ac_config_files"
1c710c3c 14848
5213506e 14849_ACEOF
2aeb72e9 14850
5213506e 14851cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c 14852ac_cs_usage="\
5213506e
RW
14853\`$as_me' instantiates files and other configuration actions
14854from templates according to the current configuration. Unless the files
14855and actions are specified as TAGs, all are instantiated by default.
1c710c3c 14856
5213506e 14857Usage: $0 [OPTION]... [TAG]...
1c710c3c
DJ
14858
14859 -h, --help print this help, then exit
5213506e
RW
14860 -V, --version print version number and configuration settings, then exit
14861 -q, --quiet, --silent
14862 do not print progress messages
1c710c3c
DJ
14863 -d, --debug don't remove temporary files
14864 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
14865 --file=FILE[:TEMPLATE]
14866 instantiate the configuration file FILE
1c710c3c
DJ
14867
14868Configuration files:
14869$config_files
14870
5213506e 14871Report bugs to the package provider."
2aeb72e9 14872
5213506e
RW
14873_ACEOF
14874cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c
DJ
14875ac_cs_version="\\
14876config.status
5213506e
RW
14877configured by $0, generated by GNU Autoconf 2.64,
14878 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1c710c3c 14879
5213506e 14880Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
14881This config.status script is free software; the Free Software Foundation
14882gives unlimited permission to copy, distribute and modify it."
5213506e
RW
14883
14884ac_pwd='$ac_pwd'
14885srcdir='$srcdir'
14886INSTALL='$INSTALL'
87264276 14887AWK='$AWK'
5213506e 14888test -n "\$AWK" || AWK=awk
1c710c3c
DJ
14889_ACEOF
14890
5213506e
RW
14891cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14892# The default lists apply if the user does not specify any file.
1c710c3c
DJ
14893ac_need_defaults=:
14894while test $# != 0
a4b9e93e 14895do
1c710c3c
DJ
14896 case $1 in
14897 --*=*)
5213506e
RW
14898 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14899 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1c710c3c
DJ
14900 ac_shift=:
14901 ;;
5213506e 14902 *)
1c710c3c
DJ
14903 ac_option=$1
14904 ac_optarg=$2
14905 ac_shift=shift
14906 ;;
1c710c3c
DJ
14907 esac
14908
14909 case $ac_option in
14910 # Handling of the options.
671aa708 14911 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1c710c3c 14912 ac_cs_recheck=: ;;
5213506e
RW
14913 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14914 $as_echo "$ac_cs_version"; exit ;;
14915 --debug | --debu | --deb | --de | --d | -d )
1c710c3c
DJ
14916 debug=: ;;
14917 --file | --fil | --fi | --f )
14918 $ac_shift
5213506e
RW
14919 case $ac_optarg in
14920 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14921 esac
14922 as_fn_append CONFIG_FILES " '$ac_optarg'"
2aeb72e9 14923 ac_need_defaults=false;;
5213506e
RW
14924 --he | --h | --help | --hel | -h )
14925 $as_echo "$ac_cs_usage"; exit ;;
1c710c3c
DJ
14926 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14927 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14928 ac_cs_silent=: ;;
14929
14930 # This is an error.
5213506e
RW
14931 -*) as_fn_error "unrecognized option: \`$1'
14932Try \`$0 --help' for more information." ;;
1c710c3c 14933
5213506e
RW
14934 *) as_fn_append ac_config_targets " $1"
14935 ac_need_defaults=false ;;
1c710c3c 14936
0b0dc272 14937 esac
1c710c3c 14938 shift
0b0dc272
AM
14939done
14940
1c710c3c 14941ac_configure_extra_args=
0b0dc272 14942
1c710c3c
DJ
14943if $ac_cs_silent; then
14944 exec 6>/dev/null
14945 ac_configure_extra_args="$ac_configure_extra_args --silent"
14946fi
0b0dc272 14947
1c710c3c 14948_ACEOF
5213506e 14949cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c 14950if \$ac_cs_recheck; then
5213506e
RW
14951 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14952 shift
14953 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14954 CONFIG_SHELL='$SHELL'
14955 export CONFIG_SHELL
14956 exec "\$@"
1c710c3c
DJ
14957fi
14958
14959_ACEOF
5213506e
RW
14960cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14961exec 5>>config.log
14962{
14963 echo
14964 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14965## Running $as_me. ##
14966_ASBOX
14967 $as_echo "$ac_log"
14968} >&5
1c710c3c 14969
5213506e
RW
14970_ACEOF
14971cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3e54529c
RW
14972#
14973# INIT-COMMANDS
14974#
14975extrasub_build="$extrasub_build"
14976 extrasub_host="$extrasub_host"
14977 extrasub_target="$extrasub_target"
14978
5213506e 14979_ACEOF
1c710c3c 14980
5213506e 14981cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11a67599 14982
5213506e 14983# Handling of arguments.
1c710c3c
DJ
14984for ac_config_target in $ac_config_targets
14985do
5213506e
RW
14986 case $ac_config_target in
14987 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14988
14989 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1c710c3c
DJ
14990 esac
14991done
14992
5213506e 14993
1c710c3c
DJ
14994# If the user did not use the arguments to specify the items to instantiate,
14995# then the envvar interface is used. Set only those that are not.
14996# We use the long form for the default assignment because of an extremely
14997# bizarre bug on SunOS 4.1.3.
14998if $ac_need_defaults; then
14999 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15000fi
15001
15002# Have a temporary directory for convenience. Make it in the build tree
5213506e 15003# simply because there is no reason against having it here, and in addition,
1c710c3c 15004# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
15005# Hook for its removal unless debugging.
15006# Note that there is a small window in which the directory will not be cleaned:
15007# after its creation but before its name has been assigned to `$tmp'.
1c710c3c
DJ
15008$debug ||
15009{
5213506e
RW
15010 tmp=
15011 trap 'exit_status=$?
15012 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15013' 0
15014 trap 'as_fn_exit 1' 1 2 13 15
1c710c3c 15015}
1c710c3c
DJ
15016# Create a (secure) tmp directory for tmp files.
15017
15018{
5213506e 15019 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1c710c3c
DJ
15020 test -n "$tmp" && test -d "$tmp"
15021} ||
15022{
5213506e
RW
15023 tmp=./conf$$-$RANDOM
15024 (umask 077 && mkdir "$tmp")
15025} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15026
15027# Set up the scripts for CONFIG_FILES section.
15028# No need to generate them if there are no CONFIG_FILES.
15029# This happens for instance with `./config.status config.h'.
15030if test -n "$CONFIG_FILES"; then
15031
15032if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15033 ac_cs_awk_getline=:
15034 ac_cs_awk_pipe_init=
15035 ac_cs_awk_read_file='
15036 while ((getline aline < (F[key])) > 0)
15037 print(aline)
15038 close(F[key])'
15039 ac_cs_awk_pipe_fini=
15040else
15041 ac_cs_awk_getline=false
15042 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15043 ac_cs_awk_read_file='
15044 print "|#_!!_#|"
15045 print "cat " F[key] " &&"
15046 '$ac_cs_awk_pipe_init
15047 # The final `:' finishes the AND list.
15048 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15049fi
15050ac_cr=`echo X | tr X '\015'`
15051# On cygwin, bash can eat \r inside `` if the user requested igncr.
15052# But we know of no other shell where ac_cr would be empty at this
15053# point, so we can use a bashism as a fallback.
15054if test "x$ac_cr" = x; then
15055 eval ac_cr=\$\'\\r\'
15056fi
15057ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15058if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15059 ac_cs_awk_cr='\r'
15060else
15061 ac_cs_awk_cr=$ac_cr
15062fi
15063
15064echo 'BEGIN {' >"$tmp/subs1.awk" &&
15065_ACEOF
15066
15067# Create commands to substitute file output variables.
1c710c3c 15068{
5213506e
RW
15069 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15070 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15071 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15072 echo "_ACAWK" &&
15073 echo "_ACEOF"
15074} >conf$$files.sh &&
15075. ./conf$$files.sh ||
15076 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15077rm -f conf$$files.sh
1c710c3c 15078
5213506e
RW
15079{
15080 echo "cat >conf$$subs.awk <<_ACEOF" &&
15081 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15082 echo "_ACEOF"
15083} >conf$$subs.sh ||
15084 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15085ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15086ac_delim='%!_!# '
15087for ac_last_try in false false false false false :; do
15088 . ./conf$$subs.sh ||
15089 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15090
15091 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15092 if test $ac_delim_n = $ac_delim_num; then
15093 break
15094 elif $ac_last_try; then
15095 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15096 else
15097 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15098 fi
15099done
15100rm -f conf$$subs.sh
15101
15102cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15103cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2aeb72e9 15104_ACEOF
5213506e
RW
15105sed -n '
15106h
15107s/^/S["/; s/!.*/"]=/
15108p
15109g
15110s/^[^!]*!//
15111:repl
15112t repl
15113s/'"$ac_delim"'$//
15114t delim
15115:nl
15116h
15117s/\(.\{148\}\).*/\1/
15118t more1
15119s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15120p
15121n
15122b repl
15123:more1
15124s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15125p
15126g
15127s/.\{148\}//
15128t nl
15129:delim
15130h
15131s/\(.\{148\}\).*/\1/
15132t more2
15133s/["\\]/\\&/g; s/^/"/; s/$/"/
15134p
15135b
15136:more2
15137s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15138p
15139g
15140s/.\{148\}//
15141t delim
15142' <conf$$subs.awk | sed '
15143/^[^""]/{
15144 N
15145 s/\n//
15146}
15147' >>$CONFIG_STATUS || ac_write_fail=1
15148rm -f conf$$subs.awk
15149cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15150_ACAWK
15151cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15152 for (key in S) S_is_set[key] = 1
15153 FS = "\a"
15154 \$ac_cs_awk_pipe_init
15155}
15156{
15157 line = $ 0
15158 nfields = split(line, field, "@")
15159 substed = 0
15160 len = length(field[1])
15161 for (i = 2; i < nfields; i++) {
15162 key = field[i]
15163 keylen = length(key)
15164 if (S_is_set[key]) {
15165 value = S[key]
15166 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15167 len += length(value) + length(field[++i])
15168 substed = 1
15169 } else
15170 len += 1 + keylen
15171 }
15172 if (nfields == 3 && !substed) {
15173 key = field[2]
15174 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15175 \$ac_cs_awk_read_file
15176 next
15177 }
15178 }
15179 print line
15180}
15181\$ac_cs_awk_pipe_fini
15182_ACAWK
15183_ACEOF
15184cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15185if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15186 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15187else
15188 cat
15189fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15190 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15191_ACEOF
15192
15193# VPATH may cause trouble with some makes, so we remove $(srcdir),
15194# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15195# trailing colons and then remove the whole line if VPATH becomes empty
15196# (actually we leave an empty line to preserve line numbers).
15197if test "x$srcdir" = x.; then
15198 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15199s/:*\$(srcdir):*/:/
15200s/:*\${srcdir}:*/:/
15201s/:*@srcdir@:*/:/
15202s/^\([^=]*=[ ]*\):*/\1/
15203s/:*$//
15204s/^[^=]*=[ ]*$//
15205}'
15206fi
2aeb72e9 15207
5213506e
RW
15208cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15209fi # test -n "$CONFIG_FILES"
2aeb72e9 15210
1c710c3c 15211
5213506e
RW
15212eval set X " :F $CONFIG_FILES "
15213shift
15214for ac_tag
15215do
15216 case $ac_tag in
15217 :[FHLC]) ac_mode=$ac_tag; continue;;
15218 esac
15219 case $ac_mode$ac_tag in
15220 :[FHL]*:*);;
15221 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15222 :[FH]-) ac_tag=-:-;;
15223 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15224 esac
15225 ac_save_IFS=$IFS
15226 IFS=:
15227 set x $ac_tag
15228 IFS=$ac_save_IFS
15229 shift
15230 ac_file=$1
15231 shift
79c06341 15232
5213506e
RW
15233 case $ac_mode in
15234 :L) ac_source=$1;;
15235 :[FH])
15236 ac_file_inputs=
15237 for ac_f
15238 do
15239 case $ac_f in
15240 -) ac_f="$tmp/stdin";;
15241 *) # Look for the file first in the build tree, then in the source tree
15242 # (if the path is not absolute). The absolute path cannot be DOS-style,
15243 # because $ac_f cannot contain `:'.
15244 test -f "$ac_f" ||
15245 case $ac_f in
15246 [\\/$]*) false;;
15247 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15248 esac ||
15249 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15250 esac
15251 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15252 as_fn_append ac_file_inputs " '$ac_f'"
15253 done
1c710c3c 15254
5213506e
RW
15255 # Let's still pretend it is `configure' which instantiates (i.e., don't
15256 # use $as_me), people would be surprised to read:
15257 # /* config.h. Generated by config.status. */
15258 configure_input='Generated from '`
15259 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15260 `' by configure.'
15261 if test x"$ac_file" != x-; then
15262 configure_input="$ac_file. $configure_input"
15263 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15264$as_echo "$as_me: creating $ac_file" >&6;}
2aeb72e9 15265 fi
5213506e
RW
15266 # Neutralize special characters interpreted by sed in replacement strings.
15267 case $configure_input in #(
15268 *\&* | *\|* | *\\* )
15269 ac_sed_conf_input=`$as_echo "$configure_input" |
15270 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15271 *) ac_sed_conf_input=$configure_input;;
15272 esac
11a67599 15273
5213506e
RW
15274 case $ac_tag in
15275 *:-:* | *:-) cat >"$tmp/stdin" \
15276 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15277 esac
15278 ;;
11a67599
ZW
15279 esac
15280
5213506e 15281 ac_dir=`$as_dirname -- "$ac_file" ||
1c710c3c
DJ
15282$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15283 X"$ac_file" : 'X\(//\)[^/]' \| \
15284 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
15285 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15286$as_echo X"$ac_file" |
15287 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15288 s//\1/
15289 q
15290 }
15291 /^X\(\/\/\)[^/].*/{
15292 s//\1/
15293 q
15294 }
15295 /^X\(\/\/\)$/{
15296 s//\1/
15297 q
15298 }
15299 /^X\(\/\).*/{
15300 s//\1/
15301 q
15302 }
15303 s/.*/./; q'`
15304 as_dir="$ac_dir"; as_fn_mkdir_p
1c710c3c 15305 ac_builddir=.
0b0dc272 15306
5213506e
RW
15307case "$ac_dir" in
15308.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15309*)
15310 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15311 # A ".." for each directory in $ac_dir_suffix.
15312 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15313 case $ac_top_builddir_sub in
15314 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15315 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15316 esac ;;
15317esac
15318ac_abs_top_builddir=$ac_pwd
15319ac_abs_builddir=$ac_pwd$ac_dir_suffix
15320# for backward compatibility:
15321ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
15322
15323case $srcdir in
5213506e 15324 .) # We are building in place.
1c710c3c 15325 ac_srcdir=.
5213506e
RW
15326 ac_top_srcdir=$ac_top_builddir_sub
15327 ac_abs_top_srcdir=$ac_pwd ;;
15328 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 15329 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
15330 ac_top_srcdir=$srcdir
15331 ac_abs_top_srcdir=$srcdir ;;
15332 *) # Relative name.
15333 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15334 ac_top_srcdir=$ac_top_build_prefix$srcdir
15335 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1c710c3c 15336esac
5213506e 15337ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
a4b9e93e 15338
0b0dc272 15339
5213506e
RW
15340 case $ac_mode in
15341 :F)
15342 #
15343 # CONFIG_FILE
15344 #
1c710c3c
DJ
15345
15346 case $INSTALL in
15347 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 15348 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
671aa708 15349 esac
5213506e 15350_ACEOF
11a67599 15351
5213506e
RW
15352cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15353# If the template does not know about datarootdir, expand it.
15354# FIXME: This hack should be removed a few years after 2.60.
15355ac_datarootdir_hack=; ac_datarootdir_seen=
15356ac_sed_dataroot='
15357/datarootdir/ {
15358 p
15359 q
15360}
15361/@datadir@/p
15362/@docdir@/p
15363/@infodir@/p
15364/@localedir@/p
15365/@mandir@/p'
15366case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15367*datarootdir*) ac_datarootdir_seen=yes;;
15368*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15369 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15370$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11a67599 15371_ACEOF
5213506e
RW
15372cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15373 ac_datarootdir_hack='
15374 s&@datadir@&$datadir&g
15375 s&@docdir@&$docdir&g
15376 s&@infodir@&$infodir&g
15377 s&@localedir@&$localedir&g
15378 s&@mandir@&$mandir&g
15379 s&\\\${datarootdir}&$datarootdir&g' ;;
15380esac
15381_ACEOF
15382
15383# Neutralize VPATH when `$srcdir' = `.'.
15384# Shell code in configure.ac might set extrasub.
15385# FIXME: do we really want to maintain this feature?
15386cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15387ac_sed_extra="$ac_vpsub
1c710c3c
DJ
15388$extrasub
15389_ACEOF
5213506e 15390cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c
DJ
15391:t
15392/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
15393s|@configure_input@|$ac_sed_conf_input|;t t
15394s&@top_builddir@&$ac_top_builddir_sub&;t t
15395s&@top_build_prefix@&$ac_top_build_prefix&;t t
15396s&@srcdir@&$ac_srcdir&;t t
15397s&@abs_srcdir@&$ac_abs_srcdir&;t t
15398s&@top_srcdir@&$ac_top_srcdir&;t t
15399s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15400s&@builddir@&$ac_builddir&;t t
15401s&@abs_builddir@&$ac_abs_builddir&;t t
15402s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15403s&@INSTALL@&$ac_INSTALL&;t t
15404$ac_datarootdir_hack
15405"
15406eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15407if $ac_cs_awk_getline; then
15408 $AWK -f "$tmp/subs.awk"
15409else
15410 $AWK -f "$tmp/subs.awk" | $SHELL
15411fi >$tmp/out \
15412 || as_fn_error "could not create $ac_file" "$LINENO" 5
15413
15414test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15415 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15416 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15417 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15418which seems to be undefined. Please make sure it is defined." >&5
15419$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15420which seems to be undefined. Please make sure it is defined." >&2;}
15421
15422 rm -f "$tmp/stdin"
15423 case $ac_file in
15424 -) cat "$tmp/out" && rm -f "$tmp/out";;
15425 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15426 esac \
15427 || as_fn_error "could not create $ac_file" "$LINENO" 5
15428 ;;
11a67599 15429
11a67599 15430
79c06341 15431
5213506e
RW
15432 esac
15433
3e54529c
RW
15434
15435 case $ac_file$ac_mode in
15436 "Makefile":F) sed "$extrasub_build" Makefile |
15437 sed "$extrasub_host" |
15438 sed "$extrasub_target" > mf$$
15439 mv -f mf$$ Makefile ;;
15440
15441 esac
5213506e
RW
15442done # for ac_tag
15443
15444
15445as_fn_exit 0
1c710c3c 15446_ACEOF
1c710c3c
DJ
15447ac_clean_files=$ac_clean_files_save
15448
5213506e
RW
15449test $ac_write_fail = 0 ||
15450 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15451
1c710c3c
DJ
15452
15453# configure is writing to config.log, and then calls config.status.
15454# config.status does its own redirection, appending to config.log.
15455# Unfortunately, on DOS this fails, as config.log is still kept open
15456# by configure, so config.status won't be able to write to it; its
15457# output is simply discarded. So we exec the FD to /dev/null,
15458# effectively closing config.log, so it can be properly (re)opened and
15459# appended to by config.status. When coming back to configure, we
15460# need to make the FD available again.
15461if test "$no_create" != yes; then
15462 ac_cs_success=:
15463 ac_config_status_args=
15464 test "$silent" = yes &&
15465 ac_config_status_args="$ac_config_status_args --quiet"
15466 exec 5>/dev/null
15467 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15468 exec 5>>config.log
15469 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15470 # would make configure fail if this is the last instruction.
5213506e
RW
15471 $ac_cs_success || as_fn_exit $?
15472fi
15473if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15474 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15475$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1c710c3c 15476fi
79c06341 15477