]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
system.h (FUNCTION_ARG, [...]): Poison.
[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
NN
3228 ;;
3229 arm-*-coff | strongarm-*-coff | xscale-*-coff)
cb253473 3230 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3231 libgloss_dir=arm
671aa708 3232 ;;
b3f8d95d 3233 arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
671aa708 3234 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
c03353e2 3235 libgloss_dir=arm
671aa708 3236 ;;
077fc835 3237 arm*-*-linux-gnueabi)
c4e9bf2b 3238 noconfigdirs="$noconfigdirs target-qthreads"
1c00b503
PB
3239 case ${with_newlib} in
3240 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3241 esac
c03353e2 3242 libgloss_dir=arm
077fc835 3243 ;;
972974fc 3244 arm*-*-symbianelf*)
cb253473 3245 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
c03353e2 3246 libgloss_dir=arm
972974fc 3247 ;;
671aa708 3248 arm-*-pe*)
cb253473 3249 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708 3250 ;;
671aa708 3251 thumb-*-coff)
cb253473 3252 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708
NN
3253 ;;
3254 thumb-*-elf)
cb253473 3255 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708 3256 ;;
671aa708 3257 thumb-*-pe)
cb253473 3258 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708
NN
3259 ;;
3260 arm-*-riscix*)
cb253473 3261 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
671aa708
NN
3262 ;;
3263 avr-*-*)
ac3949d9 3264 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
671aa708 3265 ;;
6b65a26d 3266 bfin-*-*)
1c3c9f12 3267 unsupported_languages="$unsupported_languages java"
fb701687 3268 noconfigdirs="$noconfigdirs target-boehm-gc"
61efc800 3269 if test x${is_cross_compiler} != xno ; then
6b65a26d
CM
3270 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3271 fi
3272 ;;
671aa708 3273 c4x-*-* | tic4x-*-*)
cb253473 3274 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708
NN
3275 ;;
3276 c54x*-*-* | tic54x-*-*)
cb253473 3277 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
671aa708 3278 ;;
c993ae60
SR
3279 cr16-*-*)
3280 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3281 ;;
40d64b5a 3282 cris-*-* | crisv32-*-*)
4fab7234 3283 unsupported_languages="$unsupported_languages java"
40d64b5a 3284 case "${target}" in
c2e0d3a9 3285 *-*-aout)
7f26dfa3 3286 unsupported_languages="$unsupported_languages fortran"
4fab7234 3287 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
d062cd48
HPN
3288 *-*-elf) # See PR46792 regarding target-libffi.
3289 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
c2e0d3a9 3290 *-*-linux*)
789ec619 3291 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
40d64b5a 3292 *)
7f26dfa3 3293 unsupported_languages="$unsupported_languages fortran"
cb253473 3294 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
40d64b5a 3295 esac
c03353e2 3296 libgloss_dir=cris
671aa708
NN
3297 ;;
3298 d10v-*-*)
cb253473 3299 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708
NN
3300 ;;
3301 d30v-*-*)
cb253473 3302 noconfigdirs="$noconfigdirs ${libgcj} gdb"
671aa708 3303 ;;
c03353e2
RIL
3304 ep9312-*-elf | ep9312-*-coff)
3305 libgloss_dir=arm
3306 ;;
671aa708 3307 fr30-*-elf*)
cb253473 3308 noconfigdirs="$noconfigdirs ${libgcj} gdb"
671aa708
NN
3309 ;;
3310 frv-*-*)
cb253473 3311 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708 3312 ;;
55f2d967
AG
3313 moxie-*-*)
3314 noconfigdirs="$noconfigdirs ${libgcj}"
3315 noconfigdirs="$noconfigdirs gprof"
3316 ;;
671aa708 3317 h8300*-*-*)
cb253473 3318 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708
NN
3319 ;;
3320 h8500-*-*)
cb253473 3321 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708 3322 ;;
ee6a22df 3323 hppa1.1-*-osf* | hppa1.1-*-bsd* )
ee6a22df 3324 ;;
671aa708
NN
3325 hppa*64*-*-linux* | parisc*64*-*-linux*)
3326 # In this case, it's because the hppa64-linux target is for
3327 # the kernel only at this point and has no libc, and thus no
3328 # headers, crt*.o, etc., all of which are needed by these.
3329 noconfigdirs="$noconfigdirs target-zlib"
3330 ;;
56f8587a 3331 hppa*-*-linux*)
3e732ba0 3332 ;;
671aa708 3333 hppa*-*-*elf* | \
671aa708
NN
3334 hppa*-*-lites* | \
3335 hppa*-*-openbsd* | \
3336 hppa*64*-*-*)
cb253473 3337 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708 3338 ;;
2a332582
JDA
3339 hppa*-hp-hpux11*)
3340 noconfigdirs="$noconfigdirs ld shellutils"
3341 ;;
c03353e2
RIL
3342 hppa*-*-pro*)
3343 libgloss_dir=pa
3344 ;;
671aa708
NN
3345 hppa*-*-*)
3346 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3347 # build on HP-UX 10.20.
cb253473 3348 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
671aa708 3349 ;;
fb87ad5d 3350 i960-*-*)
cb253473 3351 noconfigdirs="$noconfigdirs ${libgcj} gdb"
fb87ad5d 3352 ;;
671aa708
NN
3353 ia64*-*-elf*)
3354 # No gdb support yet.
b4f96efe 3355 noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
671aa708
NN
3356 ;;
3357 ia64*-**-hpux*)
5a2931d1
JB
3358 # No ld support yet.
3359 noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
671aa708 3360 ;;
52535a64
DR
3361 ia64*-*-*vms*)
3362 # No gdb or ld support yet.
3363 noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3364 ;;
f2a0e225 3365 i[3456789]86-*-coff | i[3456789]86-*-elf)
cb253473 3366 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3367 libgloss_dir=i386
671aa708 3368 ;;
f2a0e225 3369 i[3456789]86-*-linux*)
671aa708
NN
3370 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3371 # not build java stuff by default.
3372 case "${target}" in
3373 *-*-*libc1*)
cb253473 3374 noconfigdirs="$noconfigdirs ${libgcj}";;
671aa708
NN
3375 esac
3376
3377 # This section makes it possible to build newlib natively on linux.
3378 # If we are using a cross compiler then don't configure newlib.
3379 if test x${is_cross_compiler} != xno ; then
3aa83176 3380 noconfigdirs="$noconfigdirs target-newlib"
671aa708
NN
3381 fi
3382 noconfigdirs="$noconfigdirs target-libgloss"
3383 # If we are not using a cross compiler, do configure newlib.
3384 # Note however, that newlib will only be configured in this situation
3385 # if the --with-newlib option has been given, because otherwise
3386 # 'target-newlib' will appear in skipdirs.
3387 ;;
ef4c4300
KT
3388 i[3456789]86-w64-mingw*)
3389 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3390 ;;
3391 i[3456789]86-*-mingw*)
b91f0a41
CV
3392 target_configdirs="$target_configdirs target-winsup"
3393 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
1c710c3c 3394 ;;
95af8923 3395 x86_64-*-mingw*)
95af8923 3396 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
1c710c3c 3397 ;;
671aa708
NN
3398 *-*-cygwin*)
3399 target_configdirs="$target_configdirs target-libtermcap target-winsup"
449223af 3400 noconfigdirs="$noconfigdirs target-gperf target-libgloss"
801e2270 3401 # always build newlib if winsup directory is present.
b91f0a41 3402 if test -d "$srcdir/winsup/cygwin"; then
801e2270 3403 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ee6a22df 3404 elif test -d "$srcdir/newlib"; then
b91f0a41 3405 echo "Warning: winsup/cygwin is missing so newlib can't be built."
801e2270 3406 fi
1c710c3c 3407 ;;
56f8587a 3408 i[3456789]86-*-interix* )
ee6a22df 3409 ;;
f2a0e225 3410 i[3456789]86-*-pe)
ebb9f8b0 3411 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3412 ;;
f2a0e225 3413 i[3456789]86-*-sco3.2v5*)
671aa708
NN
3414 # The linker does not yet know about weak symbols in COFF,
3415 # and is not configured to handle mixed ELF and COFF.
cb253473 3416 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
671aa708 3417 ;;
f2a0e225 3418 i[3456789]86-*-sco*)
cb253473 3419 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708 3420 ;;
f2a0e225 3421 i[3456789]86-*-solaris2*)
671aa708
NN
3422 noconfigdirs="$noconfigdirs target-libgloss"
3423 ;;
f2a0e225 3424 i[3456789]86-*-sysv4*)
cb253473 3425 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
671aa708 3426 ;;
f2a0e225 3427 i[3456789]86-*-beos*)
cb253473 3428 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3aa83176 3429 ;;
d1f8db0c
PB
3430 i[3456789]86-*-rdos*)
3431 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3432 ;;
fb87ad5d 3433 m32r-*-*)
cb253473 3434 noconfigdirs="$noconfigdirs ${libgcj}"
fb87ad5d 3435 ;;
671aa708 3436 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
ebb9f8b0 3437 noconfigdirs="$noconfigdirs target-libiberty"
c03353e2 3438 libgloss_dir=m68hc11
671aa708
NN
3439 ;;
3440 m68k-*-elf*)
cb253473 3441 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3442 ;;
3443 m68k-*-coff*)
cb253473 3444 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708 3445 ;;
c03353e2
RIL
3446 m68*-*-* | fido-*-*)
3447 libgloss_dir=m68k
3448 ;;
671aa708 3449 mmix-*-*)
4fab7234 3450 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
7f26dfa3 3451 unsupported_languages="$unsupported_languages fortran java"
671aa708
NN
3452 ;;
3453 mn10200-*-*)
cb253473 3454 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3455 ;;
3456 mn10300-*-*)
cb253473 3457 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708 3458 ;;
ab34901f 3459 mt-*-*)
79dd769c
AH
3460 noconfigdirs="$noconfigdirs sim"
3461 ;;
539b4d11
HS
3462 picochip-*-*)
3463 noconfigdirs="$noconfigdirs target-libiberty"
3464 ;;
671aa708
NN
3465 powerpc-*-aix*)
3466 # copied from rs6000-*-* entry
a891a473 3467 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
671aa708
NN
3468 ;;
3469 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
3470 target_configdirs="$target_configdirs target-winsup"
cb253473 3471 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
671aa708
NN
3472 # always build newlib.
3473 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3474 ;;
3475 # This is temporary until we can link against shared libraries
3476 powerpcle-*-solaris*)
cb253473 3477 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
c03353e2 3478 libgloss_dir=rs6000
671aa708
NN
3479 ;;
3480 powerpc-*-beos*)
cb253473 3481 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
671aa708 3482 ;;
671aa708 3483 powerpc-*-eabi)
cb253473 3484 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3485 libgloss_dir=rs6000
ee6a22df
L
3486 ;;
3487 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
c03353e2 3488 libgloss_dir=rs6000
671aa708 3489 ;;
671aa708 3490 rs6000-*-lynxos*)
cb253473 3491 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
671aa708
NN
3492 ;;
3493 rs6000-*-aix*)
a891a473 3494 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
671aa708
NN
3495 ;;
3496 rs6000-*-*)
cb253473 3497 noconfigdirs="$noconfigdirs gprof ${libgcj}"
671aa708
NN
3498 ;;
3499 m68k-apollo-*)
cb253473 3500 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
671aa708 3501 ;;
ca9fe997 3502 microblaze*)
80920132 3503 noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
ca9fe997 3504 ;;
d9dced13
RS
3505 mips*-sde-elf*)
3506 skipdirs="$skipdirs target-libiberty"
3507 noconfigdirs="$noconfigdirs ${libgcj}"
3508 if test x$with_newlib = xyes; then
3509 noconfigdirs="$noconfigdirs gprof"
3510 fi
3511 libgloss_dir=mips
3512 ;;
671aa708 3513 mips*-*-irix5*)
cb253473 3514 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708
NN
3515 ;;
3516 mips*-*-irix6*)
671aa708
NN
3517 # Linking libjava exceeds command-line length limits on at least
3518 # IRIX 6.2, but not on IRIX 6.5.
3519 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3520 # <oldham@codesourcery.com>
cb253473 3521 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708 3522 ;;
671aa708 3523 mips*-*-bsd*)
cb253473 3524 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708 3525 ;;
671aa708
NN
3526 mips*-*-linux*)
3527 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3528 ;;
3529 mips*-*-*)
cb253473 3530 noconfigdirs="$noconfigdirs gprof ${libgcj}"
c03353e2 3531 libgloss_dir=mips
671aa708
NN
3532 ;;
3533 romp-*-*)
cb253473 3534 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
671aa708 3535 ;;
669f01d8 3536 sh-*-* | sh64-*-*)
671aa708 3537 case "${host}" in
f2a0e225
KC
3538 i[3456789]86-*-vsta) ;; # don't add gprof back in
3539 i[3456789]86-*-go32*) ;; # don't add gprof back in
3540 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
671aa708
NN
3541 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3542 esac
ea2002ba
CB
3543 case "${target}" in
3544 sh*-*-elf)
3545 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3546 *)
3547 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3548 esac
671aa708 3549 ;;
c03353e2
RIL
3550 sparclet-*-aout* | sparc86x-*-*)
3551 libgloss_dir=sparc
3552 ;;
671aa708 3553 sparc-*-elf*)
cb253473 3554 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3555 ;;
3556 sparc64-*-elf*)
cb253473 3557 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3558 libgloss_dir=sparc
671aa708
NN
3559 ;;
3560 sparclite-*-*)
cb253473 3561 noconfigdirs="$noconfigdirs ${libgcj}"
c03353e2 3562 libgloss_dir=sparc
671aa708
NN
3563 ;;
3564 sparc-*-sunos4*)
cb253473 3565 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3566 if test x${is_cross_compiler} != xno ; then
3567 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3568 else
3569 use_gnu_ld=no
3570 fi
3571 ;;
bba5e0ca 3572 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
cb253473 3573 noconfigdirs="$noconfigdirs ${libgcj}"
bba5e0ca 3574 ;;
671aa708
NN
3575 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3576 ;;
b42f0d7e
JM
3577 tic6x-*-*)
3578 noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3579 ;;
671aa708 3580 v810-*-*)
cb253473 3581 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
671aa708 3582 ;;
223a9d64 3583 v850*-*-*)
d4c1abb3 3584 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3585 ;;
3586 vax-*-vms)
cb253473 3587 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
671aa708
NN
3588 ;;
3589 vax-*-*)
cb253473 3590 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
671aa708 3591 ;;
aa12a573 3592 xtensa*-*-*)
cb253473 3593 noconfigdirs="$noconfigdirs ${libgcj}"
0d4f1b4e 3594 ;;
671aa708 3595 ip2k-*-*)
cb253473 3596 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
671aa708 3597 ;;
416ac4d4 3598 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
671aa708
NN
3599 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3600 ;;
3601 *-*-lynxos*)
cb253473 3602 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1c710c3c 3603 ;;
671aa708 3604 *-*-*)
cb253473 3605 noconfigdirs="$noconfigdirs ${libgcj}"
671aa708
NN
3606 ;;
3607esac
79c06341 3608
671aa708
NN
3609# If we aren't building newlib, then don't build libgloss, since libgloss
3610# depends upon some newlib header files.
3611case "${noconfigdirs}" in
3612 *target-libgloss*) ;;
3613 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3614esac
3615
671aa708
NN
3616# Work in distributions that contain no compiler tools, like Autoconf.
3617tentative_cc=""
3618host_makefile_frag=/dev/null
3619if test -d ${srcdir}/config ; then
3620case "${host}" in
3621 m68k-hp-hpux*)
3622 # Avoid "too much defining" errors from HPUX compiler.
3623 tentative_cc="cc -Wp,-H256000"
3624 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
3625 # If it's HP/UX ar, this should be harmless.
3626 RANLIB="ar ts"
3627 ;;
3628 m68k-apollo-sysv*)
3629 tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
3630 ;;
3631 m68k-apollo-bsd*)
3632 #None of the Apollo compilers can compile gas or binutils. The preprocessor
3633 # chokes on bfd, the compiler won't let you assign integers to enums, and
3634 # other problems. Defining CC to gcc is a questionable way to say "don't use
3635 # the apollo compiler" (the preferred version of GCC could be called cc,
3636 # or whatever), but I'm not sure leaving CC as cc is any better...
3637 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
3638 # Used to have BISON=yacc.
3639 tentative_cc=gcc
3640 ;;
3641 m88k-dg-dgux*)
3642 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
671aa708
NN
3643 ;;
3644 m88k-harris-cxux*)
3645 # Under CX/UX, we want to tell the compiler to use ANSI mode.
3646 tentative_cc="cc -Xa"
3647 host_makefile_frag="config/mh-cxux"
3648 ;;
3649 m88k-motorola-sysv*)
3650 ;;
3651 mips*-dec-ultrix*)
3652 tentative_cc="cc -Wf,-XNg1000"
3653 host_makefile_frag="config/mh-decstation"
3654 ;;
3655 mips*-nec-sysv4*)
3656 # The C compiler on NEC MIPS SVR4 needs bigger tables.
3657 tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
3658 host_makefile_frag="config/mh-necv4"
3659 ;;
3660 mips*-sgi-irix4*)
3661 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
3662 # environment. Also bump switch table size so that cp-parse will
3663 # compile. Bump string length limit so linker builds.
3664 tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
3665 ;;
3666 mips*-*-sysv4*)
3667 host_makefile_frag="config/mh-sysv4"
3668 ;;
3669 mips*-*-sysv*)
3670 # This is for a MIPS running RISC/os 4.52C.
3671
3672 # This is needed for GDB, but needs to be in the top-level make because
3673 # if a library is compiled with the bsd headers and gets linked with the
3674 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
3675 # a different size).
3676 # ptrace(2) apparently has problems in the BSD environment. No workaround is
3677 # known except to select the sysv environment. Could we use /proc instead?
3678 # These "sysv environments" and "bsd environments" often end up being a pain.
3679 #
3680 # This is not part of CFLAGS because perhaps not all C compilers have this
3681 # option.
3682 tentative_cc="cc -systype sysv"
3683 ;;
3684 i370-ibm-opened*)
3685 tentative_cc="c89"
3686 ;;
f2a0e225 3687 i[3456789]86-*-sysv5*)
671aa708
NN
3688 host_makefile_frag="config/mh-sysv5"
3689 ;;
f2a0e225 3690 i[3456789]86-*-dgux*)
671aa708
NN
3691 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
3692 host_makefile_frag="config/mh-dgux386"
3693 ;;
f2a0e225 3694 i[3456789]86-ncr-sysv4.3*)
671aa708
NN
3695 # The MetaWare compiler will generate a copyright message unless you
3696 # turn it off by adding the -Hnocopyr flag.
3697 tentative_cc="cc -Hnocopyr"
3698 ;;
f2a0e225 3699 i[3456789]86-ncr-sysv4*)
671aa708
NN
3700 # for an NCR 3000 (i486/SVR4) system.
3701 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
3702 # This compiler not only emits obnoxious copyright messages every time
3703 # you run it, but it chokes and dies on a whole bunch of GNU source
3704 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
3705 tentative_cc="/usr/ccs/ATT/cc"
3706 host_makefile_frag="config/mh-ncr3000"
3707 ;;
f2a0e225 3708 i[3456789]86-*-sco3.2v5*)
671aa708 3709 ;;
f2a0e225 3710 i[3456789]86-*-sco*)
671aa708
NN
3711 # The native C compiler botches some simple uses of const. Unfortunately,
3712 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
3713 tentative_cc="cc -Dconst="
3714 host_makefile_frag="config/mh-sco"
3715 ;;
f2a0e225 3716 i[3456789]86-*-udk*)
671aa708
NN
3717 host_makefile_frag="config/mh-sysv5"
3718 ;;
f2a0e225 3719 i[3456789]86-*-solaris2*)
671aa708
NN
3720 host_makefile_frag="config/mh-sysv4"
3721 ;;
f2a0e225 3722 i[3456789]86-*-msdosdjgpp*)
671aa708
NN
3723 host_makefile_frag="config/mh-djgpp"
3724 ;;
3725 *-cygwin*)
2a79c47f 3726
5213506e
RW
3727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3728$as_echo_n "checking to see if cat works as expected... " >&6; }
2a79c47f 3729echo a >cygwin-cat-check
e25a8c82 3730if test `cat cygwin-cat-check` = a ; then
2a79c47f 3731 rm cygwin-cat-check
5213506e
RW
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3733$as_echo "yes" >&6; }
2a79c47f
NC
3734else
3735 rm cygwin-cat-check
5213506e
RW
3736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3737$as_echo "no" >&6; }
3738 as_fn_error "The cat command does not ignore carriage return characters.
2a79c47f
NC
3739 Please either mount the build directory in binary mode or run the following
3740 commands before running any configure script:
3741set -o igncr
3742export SHELLOPTS
5213506e 3743 " "$LINENO" 5
2a79c47f
NC
3744fi
3745
671aa708
NN
3746 host_makefile_frag="config/mh-cygwin"
3747 ;;
c53a18d3 3748 *-mingw*)
1f5a6b84 3749 host_makefile_frag="config/mh-mingw"
95af8923 3750 ;;
671aa708
NN
3751 *-interix*)
3752 host_makefile_frag="config/mh-interix"
3753 ;;
3754 vax-*-ultrix2*)
3755 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
3756 tentative_cc=gcc
3757 ;;
3758 *-*-solaris2*)
3759 host_makefile_frag="config/mh-solaris"
3760 ;;
3761 m68k-sun-sunos*)
3762 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
3763 # without overflowing the jump tables (-J says to use a 32 bit table)
3764 tentative_cc="cc -J"
3765 ;;
efd41714 3766 hppa*-hp-hpux10*)
671aa708 3767 tentative_cc="cc -Wp,-H256000"
efd41714 3768 host_makefile_frag="config/mh-pa-hpux10"
671aa708 3769 ;;
efd41714
PB
3770 hppa*-hp-hpux* | hppa*-*-hiux*)
3771 tentative_cc="cc -Wp,-H256000"
3772 host_makefile_frag="config/mh-pa"
3773 ;;
3774 hppa*-*)
3775 host_makefile_frag="config/mh-pa"
3776 ;;
3777 *-hp-hpux* | *-*-hiux*)
671aa708
NN
3778 tentative_cc="cc -Wp,-H256000"
3779 ;;
3780 rs6000-*-lynxos*)
3781 # /bin/cc is less than useful for our purposes. Always use GCC
3782 tentative_cc="/usr/cygnus/progressive/bin/gcc"
3783 host_makefile_frag="config/mh-lynxrs6k"
3784 ;;
d8ed14ce
IS
3785 *-*-darwin*)
3786 host_makefile_frag="config/mh-darwin"
be8fff81 3787 ;;
d19bca38
PB
3788 powerpc-*-aix*)
3789 host_makefile_frag="config/mh-ppc-aix"
3790 ;;
3791 rs6000-*-aix*)
3792 host_makefile_frag="config/mh-ppc-aix"
3793 ;;
671aa708
NN
3794 *-*-lynxos*)
3795 # /bin/cc is less than useful for our purposes. Always use GCC
3796 tentative_cc="/bin/gcc"
3797 ;;
3798 *-*-sysv4*)
3799 host_makefile_frag="config/mh-sysv4"
3800 ;;
95c53c62
RS
3801 # This is placed last to prevent interfering with the cases above.
3802 i[3456789]86-*-*)
3803 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
3804 host_makefile_frag="config/mh-x86omitfp"
3805 ;;
671aa708
NN
3806esac
3807fi
3808
55ffb5ed
NN
3809# If we aren't going to be using gcc, see if we can extract a definition
3810# of CC from the fragment.
3811# Actually, use the 'pre-extracted' version above.
3812if test -z "${CC}" && test "${build}" = "${host}" ; then
3813 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
3814 found=
3815 for dir in $PATH; do
3816 test -z "$dir" && dir=.
3817 if test -f $dir/gcc; then
3818 found=yes
3819 break
3820 fi
3821 done
3822 IFS="$save_ifs"
3823 if test -z "${found}" && test -n "${tentative_cc}" ; then
3824 CC=$tentative_cc
3825 fi
3826fi
3827
3828if test "${build}" != "${host}" ; then
0999159b
PB
3829 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3830 AS_FOR_BUILD=${AS_FOR_BUILD-as}
55ffb5ed 3831 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
0999159b
PB
3832 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3833 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3834 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
632e2a07 3835 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
0999159b
PB
3836 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3837 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3838 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3839 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3840 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3841 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3842else
3843 AR_FOR_BUILD="\$(AR)"
3844 AS_FOR_BUILD="\$(AS)"
fb0103e5 3845 CC_FOR_BUILD="\$(CC)"
0999159b
PB
3846 CXX_FOR_BUILD="\$(CXX)"
3847 GCJ_FOR_BUILD="\$(GCJ)"
3848 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
632e2a07 3849 GOC_FOR_BUILD="\$(GOC)"
0999159b
PB
3850 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3851 LD_FOR_BUILD="\$(LD)"
3852 NM_FOR_BUILD="\$(NM)"
3853 RANLIB_FOR_BUILD="\$(RANLIB)"
3854 WINDRES_FOR_BUILD="\$(WINDRES)"
3855 WINDMC_FOR_BUILD="\$(WINDMC)"
c3a86da9
DJ
3856fi
3857
3858ac_ext=c
1c710c3c
DJ
3859ac_cpp='$CPP $CPPFLAGS'
3860ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3861ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3862ac_compiler_gnu=$ac_cv_c_compiler_gnu
3863if test -n "$ac_tool_prefix"; then
3864 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3865set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
3866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3867$as_echo_n "checking for $ac_word... " >&6; }
3868if test "${ac_cv_prog_CC+set}" = set; then :
3869 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3870else
3871 if test -n "$CC"; then
3872 ac_cv_prog_CC="$CC" # Let the user override the test.
3873else
3874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3875for as_dir in $PATH
3876do
3877 IFS=$as_save_IFS
3878 test -z "$as_dir" && as_dir=.
5213506e
RW
3879 for ac_exec_ext in '' $ac_executable_extensions; do
3880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3881 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 3882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3883 break 2
3884 fi
3885done
5213506e
RW
3886 done
3887IFS=$as_save_IFS
1c710c3c
DJ
3888
3889fi
3890fi
3891CC=$ac_cv_prog_CC
3892if test -n "$CC"; then
5213506e
RW
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3894$as_echo "$CC" >&6; }
1c710c3c 3895else
5213506e
RW
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3897$as_echo "no" >&6; }
1c710c3c
DJ
3898fi
3899
5213506e 3900
1c710c3c
DJ
3901fi
3902if test -z "$ac_cv_prog_CC"; then
3903 ac_ct_CC=$CC
fb0103e5
RG
3904 # Extract the first word of "gcc", so it can be a program name with args.
3905set dummy gcc; ac_word=$2
5213506e
RW
3906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3907$as_echo_n "checking for $ac_word... " >&6; }
3908if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3909 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3910else
3911 if test -n "$ac_ct_CC"; then
3912 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3913else
3914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3915for as_dir in $PATH
3916do
3917 IFS=$as_save_IFS
3918 test -z "$as_dir" && as_dir=.
5213506e
RW
3919 for ac_exec_ext in '' $ac_executable_extensions; do
3920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3921 ac_cv_prog_ac_ct_CC="gcc"
5213506e 3922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3923 break 2
3924 fi
3925done
5213506e
RW
3926 done
3927IFS=$as_save_IFS
1c710c3c
DJ
3928
3929fi
3930fi
3931ac_ct_CC=$ac_cv_prog_ac_ct_CC
3932if test -n "$ac_ct_CC"; then
5213506e
RW
3933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3934$as_echo "$ac_ct_CC" >&6; }
1c710c3c 3935else
5213506e
RW
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3937$as_echo "no" >&6; }
1c710c3c
DJ
3938fi
3939
5213506e
RW
3940 if test "x$ac_ct_CC" = x; then
3941 CC=""
3942 else
3943 case $cross_compiling:$ac_tool_warned in
3944yes:)
3945{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3946$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3947ac_tool_warned=yes ;;
3948esac
3949 CC=$ac_ct_CC
3950 fi
1c710c3c
DJ
3951else
3952 CC="$ac_cv_prog_CC"
3953fi
3954
3955if test -z "$CC"; then
5213506e
RW
3956 if test -n "$ac_tool_prefix"; then
3957 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1c710c3c 3958set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
3959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960$as_echo_n "checking for $ac_word... " >&6; }
3961if test "${ac_cv_prog_CC+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
55ffb5ed
NN
3963else
3964 if test -n "$CC"; then
3965 ac_cv_prog_CC="$CC" # Let the user override the test.
3966else
1c710c3c
DJ
3967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968for as_dir in $PATH
3969do
3970 IFS=$as_save_IFS
3971 test -z "$as_dir" && as_dir=.
5213506e
RW
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3974 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3976 break 2
3977 fi
3978done
5213506e
RW
3979 done
3980IFS=$as_save_IFS
1c710c3c 3981
0b0dc272 3982fi
0b0dc272 3983fi
1c710c3c 3984CC=$ac_cv_prog_CC
af71363e 3985if test -n "$CC"; then
5213506e
RW
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3987$as_echo "$CC" >&6; }
2aeb72e9 3988else
5213506e
RW
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990$as_echo "no" >&6; }
2aeb72e9
DD
3991fi
3992
2aeb72e9 3993
5213506e 3994 fi
1c710c3c 3995fi
55ffb5ed
NN
3996if test -z "$CC"; then
3997 # Extract the first word of "cc", so it can be a program name with args.
3998set dummy cc; ac_word=$2
5213506e
RW
3999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4000$as_echo_n "checking for $ac_word... " >&6; }
4001if test "${ac_cv_prog_CC+set}" = set; then :
4002 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4003else
4004 if test -n "$CC"; then
4005 ac_cv_prog_CC="$CC" # Let the user override the test.
4006else
0b0dc272 4007 ac_prog_rejected=no
1c710c3c
DJ
4008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4009for as_dir in $PATH
4010do
4011 IFS=$as_save_IFS
4012 test -z "$as_dir" && as_dir=.
5213506e
RW
4013 for ac_exec_ext in '' $ac_executable_extensions; do
4014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c
DJ
4015 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4016 ac_prog_rejected=yes
4017 continue
4018 fi
4019 ac_cv_prog_CC="cc"
5213506e 4020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4021 break 2
4022 fi
4023done
5213506e
RW
4024 done
4025IFS=$as_save_IFS
1c710c3c 4026
55ffb5ed
NN
4027if test $ac_prog_rejected = yes; then
4028 # We found a bogon in the path, so make sure we never use it.
4029 set dummy $ac_cv_prog_CC
4030 shift
1c710c3c 4031 if test $# != 0; then
55ffb5ed
NN
4032 # We chose a different compiler from the bogus one.
4033 # However, it has the same basename, so the bogon will be chosen
4034 # first if we set CC to just the basename; use the full file name.
4035 shift
1c710c3c 4036 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
55ffb5ed
NN
4037 fi
4038fi
4039fi
4040fi
1c710c3c 4041CC=$ac_cv_prog_CC
55ffb5ed 4042if test -n "$CC"; then
5213506e
RW
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4044$as_echo "$CC" >&6; }
55ffb5ed 4045else
5213506e
RW
4046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4047$as_echo "no" >&6; }
55ffb5ed
NN
4048fi
4049
5213506e 4050
1c710c3c
DJ
4051fi
4052if test -z "$CC"; then
4053 if test -n "$ac_tool_prefix"; then
5213506e 4054 for ac_prog in cl.exe
1c710c3c
DJ
4055 do
4056 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4057set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4059$as_echo_n "checking for $ac_word... " >&6; }
4060if test "${ac_cv_prog_CC+set}" = set; then :
4061 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4062else
4063 if test -n "$CC"; then
4064 ac_cv_prog_CC="$CC" # Let the user override the test.
4065else
1c710c3c
DJ
4066as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4067for as_dir in $PATH
4068do
4069 IFS=$as_save_IFS
4070 test -z "$as_dir" && as_dir=.
5213506e
RW
4071 for ac_exec_ext in '' $ac_executable_extensions; do
4072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4073 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 4074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4075 break 2
4076 fi
4077done
5213506e
RW
4078 done
4079IFS=$as_save_IFS
1c710c3c 4080
55ffb5ed
NN
4081fi
4082fi
1c710c3c 4083CC=$ac_cv_prog_CC
55ffb5ed 4084if test -n "$CC"; then
5213506e
RW
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4086$as_echo "$CC" >&6; }
a4b9e93e 4087else
5213506e
RW
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4089$as_echo "no" >&6; }
fb0103e5 4090fi
af71363e 4091
5213506e 4092
1c710c3c
DJ
4093 test -n "$CC" && break
4094 done
af71363e 4095fi
1c710c3c
DJ
4096if test -z "$CC"; then
4097 ac_ct_CC=$CC
5213506e 4098 for ac_prog in cl.exe
1c710c3c
DJ
4099do
4100 # Extract the first word of "$ac_prog", so it can be a program name with args.
4101set dummy $ac_prog; ac_word=$2
5213506e
RW
4102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4103$as_echo_n "checking for $ac_word... " >&6; }
4104if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4105 $as_echo_n "(cached) " >&6
0b0dc272 4106else
1c710c3c
DJ
4107 if test -n "$ac_ct_CC"; then
4108 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
0b0dc272 4109else
1c710c3c
DJ
4110as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4111for as_dir in $PATH
4112do
4113 IFS=$as_save_IFS
4114 test -z "$as_dir" && as_dir=.
5213506e
RW
4115 for ac_exec_ext in '' $ac_executable_extensions; do
4116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4117 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 4118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4119 break 2
4120 fi
4121done
5213506e
RW
4122 done
4123IFS=$as_save_IFS
1c710c3c 4124
af71363e
AS
4125fi
4126fi
1c710c3c
DJ
4127ac_ct_CC=$ac_cv_prog_ac_ct_CC
4128if test -n "$ac_ct_CC"; then
5213506e
RW
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4130$as_echo "$ac_ct_CC" >&6; }
fb0103e5 4131else
5213506e
RW
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4133$as_echo "no" >&6; }
af71363e 4134fi
0b0dc272 4135
5213506e 4136
1c710c3c
DJ
4137 test -n "$ac_ct_CC" && break
4138done
4139
5213506e
RW
4140 if test "x$ac_ct_CC" = x; then
4141 CC=""
4142 else
4143 case $cross_compiling:$ac_tool_warned in
4144yes:)
4145{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4146$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4147ac_tool_warned=yes ;;
4148esac
4149 CC=$ac_ct_CC
4150 fi
1c710c3c
DJ
4151fi
4152
4153fi
4154
4155
5213506e
RW
4156test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4157$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4158as_fn_error "no acceptable C compiler found in \$PATH
4159See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4160
4161# Provide some information about the compiler.
5213506e
RW
4162$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4163set X $ac_compile
4164ac_compiler=$2
4165for ac_option in --version -v -V -qversion; do
4166 { { ac_try="$ac_compiler $ac_option >&5"
4167case "(($ac_try" in
4168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4169 *) ac_try_echo=$ac_try;;
4170esac
4171eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4172$as_echo "$ac_try_echo"; } >&5
4173 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1c710c3c 4174 ac_status=$?
5213506e
RW
4175 if test -s conftest.err; then
4176 sed '10a\
4177... rest of stderr output deleted ...
4178 10q' conftest.err >conftest.er1
4179 cat conftest.er1 >&5
4180 rm -f conftest.er1 conftest.err
4181 fi
4182 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4183 test $ac_status = 0; }
4184done
1c710c3c 4185
5213506e 4186cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4187/* end confdefs.h. */
4188
4189int
4190main ()
4191{
4192
4193 ;
4194 return 0;
4195}
4196_ACEOF
4197ac_clean_files_save=$ac_clean_files
5213506e 4198ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
1c710c3c
DJ
4199# Try to create an executable without -o first, disregard a.out.
4200# It will help us diagnose broken compilers, and finding out an intuition
4201# of exeext.
5213506e
RW
4202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4203$as_echo_n "checking for C compiler default output file name... " >&6; }
4204ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4205
4206# The possible output files:
4207ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4208
4209ac_rmfiles=
4210for ac_file in $ac_files
4211do
4212 case $ac_file in
4213 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4214 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4215 esac
4216done
4217rm -f $ac_rmfiles
4218
4219if { { ac_try="$ac_link_default"
4220case "(($ac_try" in
4221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4222 *) ac_try_echo=$ac_try;;
4223esac
4224eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4225$as_echo "$ac_try_echo"; } >&5
4226 (eval "$ac_link_default") 2>&5
1c710c3c 4227 ac_status=$?
5213506e
RW
4228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4229 test $ac_status = 0; }; then :
4230 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4231# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4232# in a Makefile. We should not override ac_cv_exeext if it was cached,
4233# so that the user can short-circuit this test for compilers unknown to
4234# Autoconf.
4235for ac_file in $ac_files ''
1c710c3c
DJ
4236do
4237 test -f "$ac_file" || continue
4238 case $ac_file in
5213506e 4239 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
1c710c3c
DJ
4240 ;;
4241 [ab].out )
4242 # We found the default executable, but exeext='' is most
4243 # certainly right.
4244 break;;
4245 *.* )
5213506e
RW
4246 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4247 then :; else
4248 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4249 fi
4250 # We set ac_cv_exeext here because the later test for it is not
4251 # safe: cross compilers may not add the suffix if given an `-o'
4252 # argument, so we may need to know it at that point already.
4253 # Even if this section looks crufty: it has the advantage of
4254 # actually working.
1c710c3c
DJ
4255 break;;
4256 * )
4257 break;;
4258 esac
4259done
5213506e
RW
4260test "$ac_cv_exeext" = no && ac_cv_exeext=
4261
1c710c3c 4262else
5213506e
RW
4263 ac_file=''
4264fi
4265{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4266$as_echo "$ac_file" >&6; }
4267if test -z "$ac_file"; then :
4268 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4269sed 's/^/| /' conftest.$ac_ext >&5
4270
5213506e
RW
4271{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4272$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4273{ as_fn_set_status 77
4274as_fn_error "C compiler cannot create executables
4275See \`config.log' for more details." "$LINENO" 5; }; }
1c710c3c 4276fi
1c710c3c 4277ac_exeext=$ac_cv_exeext
1c710c3c 4278
5213506e 4279# Check that the compiler produces executables we can run. If not, either
1c710c3c 4280# the compiler is broken, or we cross compile.
5213506e
RW
4281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4282$as_echo_n "checking whether the C compiler works... " >&6; }
1c710c3c
DJ
4283# If not cross compiling, check that we can run a simple program.
4284if test "$cross_compiling" != yes; then
4285 if { ac_try='./$ac_file'
5213506e
RW
4286 { { case "(($ac_try" in
4287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4288 *) ac_try_echo=$ac_try;;
4289esac
4290eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4291$as_echo "$ac_try_echo"; } >&5
4292 (eval "$ac_try") 2>&5
1c710c3c 4293 ac_status=$?
5213506e
RW
4294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4295 test $ac_status = 0; }; }; then
1c710c3c
DJ
4296 cross_compiling=no
4297 else
4298 if test "$cross_compiling" = maybe; then
4299 cross_compiling=yes
4300 else
5213506e
RW
4301 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4302$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4303as_fn_error "cannot run C compiled programs.
1c710c3c 4304If you meant to cross compile, use \`--host'.
5213506e 4305See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4306 fi
4307 fi
4308fi
5213506e
RW
4309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4310$as_echo "yes" >&6; }
1c710c3c 4311
5213506e 4312rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
1c710c3c 4313ac_clean_files=$ac_clean_files_save
5213506e 4314# Check that the compiler produces executables we can run. If not, either
1c710c3c 4315# the compiler is broken, or we cross compile.
5213506e
RW
4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4317$as_echo_n "checking whether we are cross compiling... " >&6; }
4318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4319$as_echo "$cross_compiling" >&6; }
4320
4321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4322$as_echo_n "checking for suffix of executables... " >&6; }
4323if { { ac_try="$ac_link"
4324case "(($ac_try" in
4325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4326 *) ac_try_echo=$ac_try;;
4327esac
4328eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4329$as_echo "$ac_try_echo"; } >&5
4330 (eval "$ac_link") 2>&5
1c710c3c 4331 ac_status=$?
5213506e
RW
4332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4333 test $ac_status = 0; }; then :
1c710c3c
DJ
4334 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4335# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4336# work properly (i.e., refer to `conftest.exe'), while it won't with
4337# `rm'.
4338for ac_file in conftest.exe conftest conftest.*; do
4339 test -f "$ac_file" || continue
4340 case $ac_file in
5213506e 4341 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1c710c3c 4342 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1c710c3c
DJ
4343 break;;
4344 * ) break;;
4345 esac
4346done
af71363e 4347else
5213506e
RW
4348 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4349$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4350as_fn_error "cannot compute suffix of executables: cannot compile and link
4351See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4352fi
1c710c3c 4353rm -f conftest$ac_cv_exeext
5213506e
RW
4354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4355$as_echo "$ac_cv_exeext" >&6; }
1c710c3c
DJ
4356
4357rm -f conftest.$ac_ext
4358EXEEXT=$ac_cv_exeext
4359ac_exeext=$EXEEXT
5213506e
RW
4360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4361$as_echo_n "checking for suffix of object files... " >&6; }
4362if test "${ac_cv_objext+set}" = set; then :
4363 $as_echo_n "(cached) " >&6
1c710c3c 4364else
5213506e 4365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4366/* end confdefs.h. */
4367
4368int
4369main ()
4370{
4371
4372 ;
4373 return 0;
4374}
4375_ACEOF
4376rm -f conftest.o conftest.obj
5213506e
RW
4377if { { ac_try="$ac_compile"
4378case "(($ac_try" in
4379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4380 *) ac_try_echo=$ac_try;;
4381esac
4382eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4383$as_echo "$ac_try_echo"; } >&5
4384 (eval "$ac_compile") 2>&5
1c710c3c 4385 ac_status=$?
5213506e
RW
4386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4387 test $ac_status = 0; }; then :
4388 for ac_file in conftest.o conftest.obj conftest.*; do
4389 test -f "$ac_file" || continue;
1c710c3c 4390 case $ac_file in
5213506e 4391 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
1c710c3c
DJ
4392 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4393 break;;
4394 esac
4395done
4396else
5213506e 4397 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4398sed 's/^/| /' conftest.$ac_ext >&5
4399
5213506e
RW
4400{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4401$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4402as_fn_error "cannot compute suffix of object files: cannot compile
4403See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4404fi
1c710c3c
DJ
4405rm -f conftest.$ac_cv_objext conftest.$ac_ext
4406fi
5213506e
RW
4407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4408$as_echo "$ac_cv_objext" >&6; }
1c710c3c
DJ
4409OBJEXT=$ac_cv_objext
4410ac_objext=$OBJEXT
5213506e
RW
4411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4412$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4413if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4414 $as_echo_n "(cached) " >&6
1c710c3c 4415else
5213506e 4416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4417/* end confdefs.h. */
4418
4419int
4420main ()
4421{
4422#ifndef __GNUC__
4423 choke me
4424#endif
4425
4426 ;
4427 return 0;
4428}
4429_ACEOF
5213506e 4430if ac_fn_c_try_compile "$LINENO"; then :
1c710c3c
DJ
4431 ac_compiler_gnu=yes
4432else
5213506e 4433 ac_compiler_gnu=no
1c710c3c 4434fi
5213506e 4435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c
DJ
4436ac_cv_c_compiler_gnu=$ac_compiler_gnu
4437
4438fi
5213506e
RW
4439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4440$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4441if test $ac_compiler_gnu = yes; then
4442 GCC=yes
4443else
4444 GCC=
4445fi
1c710c3c
DJ
4446ac_test_CFLAGS=${CFLAGS+set}
4447ac_save_CFLAGS=$CFLAGS
5213506e
RW
4448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4449$as_echo_n "checking whether $CC accepts -g... " >&6; }
4450if test "${ac_cv_prog_cc_g+set}" = set; then :
4451 $as_echo_n "(cached) " >&6
4452else
4453 ac_save_c_werror_flag=$ac_c_werror_flag
4454 ac_c_werror_flag=yes
4455 ac_cv_prog_cc_g=no
4456 CFLAGS="-g"
4457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4458/* end confdefs.h. */
4459
4460int
4461main ()
4462{
4463
4464 ;
4465 return 0;
4466}
4467_ACEOF
5213506e 4468if ac_fn_c_try_compile "$LINENO"; then :
55ffb5ed
NN
4469 ac_cv_prog_cc_g=yes
4470else
5213506e
RW
4471 CFLAGS=""
4472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4473/* end confdefs.h. */
4474
4475int
4476main ()
4477{
4478
4479 ;
4480 return 0;
4481}
4482_ACEOF
4483if ac_fn_c_try_compile "$LINENO"; then :
4484
4485else
4486 ac_c_werror_flag=$ac_save_c_werror_flag
4487 CFLAGS="-g"
4488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4489/* end confdefs.h. */
af71363e 4490
5213506e
RW
4491int
4492main ()
4493{
4494
4495 ;
4496 return 0;
4497}
4498_ACEOF
4499if ac_fn_c_try_compile "$LINENO"; then :
4500 ac_cv_prog_cc_g=yes
4501fi
4502rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b0dc272 4503fi
5213506e 4504rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 4505fi
5213506e
RW
4506rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4507 ac_c_werror_flag=$ac_save_c_werror_flag
4508fi
4509{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4510$as_echo "$ac_cv_prog_cc_g" >&6; }
55ffb5ed 4511if test "$ac_test_CFLAGS" = set; then
1c710c3c 4512 CFLAGS=$ac_save_CFLAGS
55ffb5ed
NN
4513elif test $ac_cv_prog_cc_g = yes; then
4514 if test "$GCC" = yes; then
4515 CFLAGS="-g -O2"
4516 else
4517 CFLAGS="-g"
4518 fi
4519else
4520 if test "$GCC" = yes; then
4521 CFLAGS="-O2"
4522 else
4523 CFLAGS=
4524 fi
4525fi
5213506e
RW
4526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4527$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4528if test "${ac_cv_prog_cc_c89+set}" = set; then :
4529 $as_echo_n "(cached) " >&6
1c710c3c 4530else
5213506e 4531 ac_cv_prog_cc_c89=no
1c710c3c 4532ac_save_CC=$CC
5213506e 4533cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4534/* end confdefs.h. */
4535#include <stdarg.h>
4536#include <stdio.h>
4537#include <sys/types.h>
4538#include <sys/stat.h>
4539/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4540struct buf { int x; };
4541FILE * (*rcsopen) (struct buf *, struct stat *, int);
4542static char *e (p, i)
4543 char **p;
4544 int i;
4545{
4546 return p[i];
4547}
4548static char *f (char * (*g) (char **, int), char **p, ...)
4549{
4550 char *s;
4551 va_list v;
4552 va_start (v,p);
4553 s = g (p, va_arg (v,int));
4554 va_end (v);
4555 return s;
4556}
4557
4558/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4559 function prototypes and stuff, but not '\xHH' hex character constants.
4560 These don't provoke an error unfortunately, instead are silently treated
5213506e 4561 as 'x'. The following induces an error, until -std is added to get
1c710c3c
DJ
4562 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4563 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 4564 that's true only with -std. */
1c710c3c
DJ
4565int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4566
5213506e
RW
4567/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4568 inside strings and character constants. */
4569#define FOO(x) 'x'
4570int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4571
1c710c3c
DJ
4572int test (int i, double x);
4573struct s1 {int (*f) (int a);};
4574struct s2 {int (*f) (double a);};
4575int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4576int argc;
4577char **argv;
4578int
4579main ()
4580{
4581return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4582 ;
4583 return 0;
4584}
4585_ACEOF
5213506e
RW
4586for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4587 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1c710c3c
DJ
4588do
4589 CC="$ac_save_CC $ac_arg"
5213506e
RW
4590 if ac_fn_c_try_compile "$LINENO"; then :
4591 ac_cv_prog_cc_c89=$ac_arg
1c710c3c 4592fi
5213506e
RW
4593rm -f core conftest.err conftest.$ac_objext
4594 test "x$ac_cv_prog_cc_c89" != "xno" && break
1c710c3c 4595done
5213506e 4596rm -f conftest.$ac_ext
1c710c3c
DJ
4597CC=$ac_save_CC
4598
4599fi
5213506e
RW
4600# AC_CACHE_VAL
4601case "x$ac_cv_prog_cc_c89" in
4602 x)
4603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4604$as_echo "none needed" >&6; } ;;
4605 xno)
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4607$as_echo "unsupported" >&6; } ;;
1c710c3c 4608 *)
5213506e
RW
4609 CC="$CC $ac_cv_prog_cc_c89"
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4611$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1c710c3c 4612esac
5213506e 4613if test "x$ac_cv_prog_cc_c89" != xno; then :
1c710c3c 4614
2aeb72e9
DD
4615fi
4616
2aeb72e9
DD
4617ac_ext=c
4618ac_cpp='$CPP $CPPFLAGS'
4619ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4620ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4621ac_compiler_gnu=$ac_cv_c_compiler_gnu
4622
5213506e 4623ac_ext=cpp
2aeb72e9
DD
4624ac_cpp='$CXXCPP $CPPFLAGS'
4625ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4626ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4627ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5213506e
RW
4628if test -z "$CXX"; then
4629 if test -n "$CCC"; then
4630 CXX=$CCC
4631 else
4632 if test -n "$ac_tool_prefix"; then
4633 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2aeb72e9
DD
4634 do
4635 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4636set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4638$as_echo_n "checking for $ac_word... " >&6; }
4639if test "${ac_cv_prog_CXX+set}" = set; then :
4640 $as_echo_n "(cached) " >&6
2aeb72e9
DD
4641else
4642 if test -n "$CXX"; then
4643 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4644else
4645as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4646for as_dir in $PATH
4647do
4648 IFS=$as_save_IFS
4649 test -z "$as_dir" && as_dir=.
5213506e
RW
4650 for ac_exec_ext in '' $ac_executable_extensions; do
4651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2aeb72e9 4652 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5213506e 4653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2aeb72e9
DD
4654 break 2
4655 fi
4656done
5213506e
RW
4657 done
4658IFS=$as_save_IFS
55ffb5ed 4659
c3a86da9
DJ
4660fi
4661fi
4662CXX=$ac_cv_prog_CXX
4663if test -n "$CXX"; then
5213506e
RW
4664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4665$as_echo "$CXX" >&6; }
c3a86da9 4666else
5213506e
RW
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4668$as_echo "no" >&6; }
c3a86da9
DJ
4669fi
4670
5213506e 4671
c3a86da9
DJ
4672 test -n "$CXX" && break
4673 done
4674fi
4675if test -z "$CXX"; then
4676 ac_ct_CXX=$CXX
5213506e 4677 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
c3a86da9
DJ
4678do
4679 # Extract the first word of "$ac_prog", so it can be a program name with args.
4680set dummy $ac_prog; ac_word=$2
5213506e
RW
4681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4682$as_echo_n "checking for $ac_word... " >&6; }
4683if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4684 $as_echo_n "(cached) " >&6
c3a86da9
DJ
4685else
4686 if test -n "$ac_ct_CXX"; then
4687 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4688else
4689as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4690for as_dir in $PATH
4691do
4692 IFS=$as_save_IFS
4693 test -z "$as_dir" && as_dir=.
5213506e
RW
4694 for ac_exec_ext in '' $ac_executable_extensions; do
4695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c3a86da9 4696 ac_cv_prog_ac_ct_CXX="$ac_prog"
5213506e 4697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c3a86da9
DJ
4698 break 2
4699 fi
4700done
5213506e
RW
4701 done
4702IFS=$as_save_IFS
c3a86da9
DJ
4703
4704fi
4705fi
4706ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4707if test -n "$ac_ct_CXX"; then
5213506e
RW
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4709$as_echo "$ac_ct_CXX" >&6; }
c3a86da9 4710else
5213506e
RW
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4712$as_echo "no" >&6; }
c3a86da9
DJ
4713fi
4714
5213506e 4715
c3a86da9
DJ
4716 test -n "$ac_ct_CXX" && break
4717done
c3a86da9 4718
5213506e
RW
4719 if test "x$ac_ct_CXX" = x; then
4720 CXX="g++"
4721 else
4722 case $cross_compiling:$ac_tool_warned in
4723yes:)
4724{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4725$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4726ac_tool_warned=yes ;;
4727esac
4728 CXX=$ac_ct_CXX
4729 fi
c3a86da9
DJ
4730fi
4731
5213506e
RW
4732 fi
4733fi
c3a86da9 4734# Provide some information about the compiler.
5213506e
RW
4735$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4736set X $ac_compile
4737ac_compiler=$2
4738for ac_option in --version -v -V -qversion; do
4739 { { ac_try="$ac_compiler $ac_option >&5"
4740case "(($ac_try" in
4741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4742 *) ac_try_echo=$ac_try;;
4743esac
4744eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4745$as_echo "$ac_try_echo"; } >&5
4746 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c3a86da9 4747 ac_status=$?
5213506e
RW
4748 if test -s conftest.err; then
4749 sed '10a\
4750... rest of stderr output deleted ...
4751 10q' conftest.err >conftest.er1
4752 cat conftest.er1 >&5
4753 rm -f conftest.er1 conftest.err
4754 fi
4755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4756 test $ac_status = 0; }
4757done
c3a86da9 4758
5213506e
RW
4759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4760$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4761if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4762 $as_echo_n "(cached) " >&6
c3a86da9 4763else
5213506e 4764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4765/* end confdefs.h. */
4766
4767int
4768main ()
4769{
4770#ifndef __GNUC__
4771 choke me
4772#endif
4773
4774 ;
4775 return 0;
4776}
4777_ACEOF
5213506e 4778if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4779 ac_compiler_gnu=yes
4780else
5213506e 4781 ac_compiler_gnu=no
c3a86da9 4782fi
5213506e 4783rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c3a86da9
DJ
4784ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4785
4786fi
5213506e
RW
4787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4788$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4789if test $ac_compiler_gnu = yes; then
4790 GXX=yes
4791else
4792 GXX=
4793fi
c3a86da9
DJ
4794ac_test_CXXFLAGS=${CXXFLAGS+set}
4795ac_save_CXXFLAGS=$CXXFLAGS
5213506e
RW
4796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4797$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4798if test "${ac_cv_prog_cxx_g+set}" = set; then :
4799 $as_echo_n "(cached) " >&6
4800else
4801 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4802 ac_cxx_werror_flag=yes
4803 ac_cv_prog_cxx_g=no
4804 CXXFLAGS="-g"
4805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4806/* end confdefs.h. */
4807
4808int
4809main ()
4810{
4811
4812 ;
4813 return 0;
4814}
4815_ACEOF
5213506e 4816if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4817 ac_cv_prog_cxx_g=yes
4818else
5213506e
RW
4819 CXXFLAGS=""
4820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4821/* end confdefs.h. */
5213506e 4822
c3a86da9
DJ
4823int
4824main ()
4825{
5213506e 4826
c3a86da9
DJ
4827 ;
4828 return 0;
4829}
4830_ACEOF
5213506e 4831if ac_fn_cxx_try_compile "$LINENO"; then :
23f6b2f9 4832
5213506e
RW
4833else
4834 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4835 CXXFLAGS="-g"
4836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4837/* end confdefs.h. */
5213506e 4838
c3a86da9
DJ
4839int
4840main ()
4841{
5213506e 4842
c3a86da9
DJ
4843 ;
4844 return 0;
4845}
4846_ACEOF
5213506e
RW
4847if ac_fn_cxx_try_compile "$LINENO"; then :
4848 ac_cv_prog_cxx_g=yes
11a67599 4849fi
5213506e
RW
4850rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4851fi
4852rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4853fi
4854rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4855 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4856fi
4857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4858$as_echo "$ac_cv_prog_cxx_g" >&6; }
4859if test "$ac_test_CXXFLAGS" = set; then
4860 CXXFLAGS=$ac_save_CXXFLAGS
4861elif test $ac_cv_prog_cxx_g = yes; then
4862 if test "$GXX" = yes; then
4863 CXXFLAGS="-g -O2"
4864 else
4865 CXXFLAGS="-g"
4866 fi
4867else
4868 if test "$GXX" = yes; then
4869 CXXFLAGS="-O2"
4870 else
4871 CXXFLAGS=
4872 fi
c3a86da9 4873fi
c3a86da9
DJ
4874ac_ext=c
4875ac_cpp='$CPP $CPPFLAGS'
4876ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4877ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4878ac_compiler_gnu=$ac_cv_c_compiler_gnu
4879
4880
4881# We must set the default linker to the linker used by gcc for the correct
4882# operation of libtool. If LD is not defined and we are using gcc, try to
4883# set the LD default to the ld used by gcc.
4884if test -z "$LD"; then
4885 if test "$GCC" = yes; then
4886 case $build in
4887 *-*-mingw*)
4888 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4889 *)
4890 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4891 esac
4892 case $gcc_prog_ld in
4893 # Accept absolute paths.
4894 [\\/]* | [A-Za-z]:[\\/]*)
4895 LD="$gcc_prog_ld" ;;
4896 esac
4897 fi
23f6b2f9
PB
4898fi
4899
23f6b2f9
PB
4900
4901
55ffb5ed 4902
1c710c3c
DJ
4903if test -n "$ac_tool_prefix"; then
4904 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
55ffb5ed 4905set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5213506e
RW
4906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4907$as_echo_n "checking for $ac_word... " >&6; }
4908if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4909 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4910else
4911 if test -n "$GNATBIND"; then
4912 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4913else
1c710c3c
DJ
4914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4915for as_dir in $PATH
4916do
4917 IFS=$as_save_IFS
4918 test -z "$as_dir" && as_dir=.
5213506e
RW
4919 for ac_exec_ext in '' $ac_executable_extensions; do
4920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4921 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5213506e 4922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4923 break 2
4924 fi
4925done
5213506e
RW
4926 done
4927IFS=$as_save_IFS
1c710c3c 4928
55ffb5ed
NN
4929fi
4930fi
1c710c3c 4931GNATBIND=$ac_cv_prog_GNATBIND
55ffb5ed 4932if test -n "$GNATBIND"; then
5213506e
RW
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4934$as_echo "$GNATBIND" >&6; }
55ffb5ed 4935else
5213506e
RW
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4937$as_echo "no" >&6; }
55ffb5ed
NN
4938fi
4939
5213506e 4940
1c710c3c 4941fi
55ffb5ed 4942if test -z "$ac_cv_prog_GNATBIND"; then
1c710c3c 4943 ac_ct_GNATBIND=$GNATBIND
55ffb5ed
NN
4944 # Extract the first word of "gnatbind", so it can be a program name with args.
4945set dummy gnatbind; ac_word=$2
5213506e
RW
4946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4947$as_echo_n "checking for $ac_word... " >&6; }
4948if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4949 $as_echo_n "(cached) " >&6
55ffb5ed 4950else
1c710c3c
DJ
4951 if test -n "$ac_ct_GNATBIND"; then
4952 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
55ffb5ed 4953else
1c710c3c
DJ
4954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4955for as_dir in $PATH
4956do
4957 IFS=$as_save_IFS
4958 test -z "$as_dir" && as_dir=.
5213506e
RW
4959 for ac_exec_ext in '' $ac_executable_extensions; do
4960 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4961 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5213506e 4962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4963 break 2
4964 fi
4965done
5213506e
RW
4966 done
4967IFS=$as_save_IFS
1c710c3c 4968
55ffb5ed
NN
4969fi
4970fi
1c710c3c
DJ
4971ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4972if test -n "$ac_ct_GNATBIND"; then
5213506e
RW
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4974$as_echo "$ac_ct_GNATBIND" >&6; }
55ffb5ed 4975else
5213506e
RW
4976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4977$as_echo "no" >&6; }
55ffb5ed
NN
4978fi
4979
5213506e
RW
4980 if test "x$ac_ct_GNATBIND" = x; then
4981 GNATBIND="no"
4982 else
4983 case $cross_compiling:$ac_tool_warned in
4984yes:)
4985{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4986$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4987ac_tool_warned=yes ;;
4988esac
4989 GNATBIND=$ac_ct_GNATBIND
4990 fi
55ffb5ed 4991else
1c710c3c 4992 GNATBIND="$ac_cv_prog_GNATBIND"
55ffb5ed
NN
4993fi
4994
1c710c3c
DJ
4995if test -n "$ac_tool_prefix"; then
4996 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5305be7e 4997set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5213506e
RW
4998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4999$as_echo_n "checking for $ac_word... " >&6; }
5000if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5001 $as_echo_n "(cached) " >&6
5305be7e
RG
5002else
5003 if test -n "$GNATMAKE"; then
5004 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5005else
1c710c3c
DJ
5006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5007for as_dir in $PATH
5008do
5009 IFS=$as_save_IFS
5010 test -z "$as_dir" && as_dir=.
5213506e
RW
5011 for ac_exec_ext in '' $ac_executable_extensions; do
5012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5013 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5213506e 5014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5015 break 2
5016 fi
5017done
5213506e
RW
5018 done
5019IFS=$as_save_IFS
1c710c3c 5020
5305be7e
RG
5021fi
5022fi
1c710c3c 5023GNATMAKE=$ac_cv_prog_GNATMAKE
5305be7e 5024if test -n "$GNATMAKE"; then
5213506e
RW
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5026$as_echo "$GNATMAKE" >&6; }
5305be7e 5027else
5213506e
RW
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5029$as_echo "no" >&6; }
5305be7e
RG
5030fi
5031
5213506e 5032
1c710c3c 5033fi
5305be7e 5034if test -z "$ac_cv_prog_GNATMAKE"; then
1c710c3c 5035 ac_ct_GNATMAKE=$GNATMAKE
5305be7e
RG
5036 # Extract the first word of "gnatmake", so it can be a program name with args.
5037set dummy gnatmake; ac_word=$2
5213506e
RW
5038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5039$as_echo_n "checking for $ac_word... " >&6; }
5040if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5041 $as_echo_n "(cached) " >&6
5305be7e 5042else
1c710c3c
DJ
5043 if test -n "$ac_ct_GNATMAKE"; then
5044 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5305be7e 5045else
1c710c3c
DJ
5046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5047for as_dir in $PATH
5048do
5049 IFS=$as_save_IFS
5050 test -z "$as_dir" && as_dir=.
5213506e
RW
5051 for ac_exec_ext in '' $ac_executable_extensions; do
5052 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5053 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5213506e 5054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5055 break 2
5056 fi
5057done
5213506e
RW
5058 done
5059IFS=$as_save_IFS
1c710c3c 5060
5305be7e
RG
5061fi
5062fi
1c710c3c
DJ
5063ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5064if test -n "$ac_ct_GNATMAKE"; then
5213506e
RW
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5066$as_echo "$ac_ct_GNATMAKE" >&6; }
5305be7e 5067else
5213506e
RW
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5069$as_echo "no" >&6; }
5305be7e
RG
5070fi
5071
5213506e
RW
5072 if test "x$ac_ct_GNATMAKE" = x; then
5073 GNATMAKE="no"
5074 else
5075 case $cross_compiling:$ac_tool_warned in
5076yes:)
5077{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5078$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5079ac_tool_warned=yes ;;
5080esac
5081 GNATMAKE=$ac_ct_GNATMAKE
5082 fi
5305be7e 5083else
1c710c3c 5084 GNATMAKE="$ac_cv_prog_GNATMAKE"
5305be7e
RG
5085fi
5086
5213506e
RW
5087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5088$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5089if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5090 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5091else
5092 cat >conftest.adb <<EOF
5093procedure conftest is begin null; end conftest;
5094EOF
5095acx_cv_cc_gcc_supports_ada=no
5096# There is a bug in old released versions of GCC which causes the
5097# driver to exit successfully when the appropriate language module
5098# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5099# Therefore we must check for the error message as well as an
5100# unsuccessful exit.
1db673ca
RO
5101# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5102# given a .adb file, but produce no object file. So we must check
5103# if an object file was really produced to guard against this.
55ffb5ed 5104errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
1db673ca 5105if test x"$errors" = x && test -f conftest.$ac_objext; then
55ffb5ed 5106 acx_cv_cc_gcc_supports_ada=yes
55ffb5ed
NN
5107fi
5108rm -f conftest.*
5109fi
5213506e
RW
5110{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5111$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
55ffb5ed 5112
5305be7e 5113if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
55ffb5ed
NN
5114 have_gnat=yes
5115else
5116 have_gnat=no
5117fi
5118
5213506e
RW
5119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5120$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5121if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5122 $as_echo_n "(cached) " >&6
a76494aa
PB
5123else
5124 echo abfoo >t1
5125 echo cdfoo >t2
5126 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
6cf1ac42
PB
5127 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5128 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5129 :
5130 else
5131 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5132 fi
5133 fi
a76494aa
PB
5134 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5135 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
6cf1ac42 5136 :
a76494aa
PB
5137 else
5138 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5139 fi
5140 fi
5141 rm t1 t2
5142
5143fi
5213506e
RW
5144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5145$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
a76494aa
PB
5146do_compare="$gcc_cv_prog_cmp_skip"
5147
5148
55ffb5ed 5149
00020c16 5150# See if we are building gcc with C++.
5213506e
RW
5151# Check whether --enable-build-with-cxx was given.
5152if test "${enable_build_with_cxx+set}" = set; then :
5153 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
00020c16
ILT
5154else
5155 ENABLE_BUILD_WITH_CXX=no
5213506e
RW
5156fi
5157
00020c16 5158
592c90ff
KG
5159# Used for setting $lt_cv_objdir
5160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5161$as_echo_n "checking for objdir... " >&6; }
5162if test "${lt_cv_objdir+set}" = set; then :
5163 $as_echo_n "(cached) " >&6
5164else
5165 rm -f .libs 2>/dev/null
5166mkdir .libs 2>/dev/null
5167if test -d .libs; then
5168 lt_cv_objdir=.libs
5169else
5170 # MS-DOS does not allow filenames that begin with a dot.
5171 lt_cv_objdir=_libs
5172fi
5173rmdir .libs 2>/dev/null
5174fi
5175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5176$as_echo "$lt_cv_objdir" >&6; }
5177objdir=$lt_cv_objdir
5178
5179
5180
5181
5182
5183cat >>confdefs.h <<_ACEOF
5184#define LT_OBJDIR "$lt_cv_objdir/"
5185_ACEOF
5186
5187
5188
acd26225 5189# Check for GMP, MPFR and MPC
3a5729ea 5190gmplibs="-lmpc -lmpfr -lgmp"
6de9cd9a 5191gmpinc=
e69bf64b 5192have_gmp=no
acd26225
KG
5193
5194# Specify a location for mpc
5195# check for this first so it ends up on the link line before mpfr.
5196
5213506e
RW
5197# Check whether --with-mpc was given.
5198if test "${with_mpc+set}" = set; then :
5199 withval=$with_mpc;
5200fi
acd26225 5201
acd26225 5202
9965e3cd 5203# Check whether --with-mpc-include was given.
5213506e
RW
5204if test "${with_mpc_include+set}" = set; then :
5205 withval=$with_mpc_include;
5206fi
acd26225 5207
acd26225 5208
9965e3cd 5209# Check whether --with-mpc-lib was given.
5213506e
RW
5210if test "${with_mpc_lib+set}" = set; then :
5211 withval=$with_mpc_lib;
5212fi
acd26225 5213
acd26225
KG
5214
5215if test "x$with_mpc" != x; then
3a5729ea
KG
5216 gmplibs="-L$with_mpc/lib $gmplibs"
5217 gmpinc="-I$with_mpc/include $gmpinc"
acd26225
KG
5218fi
5219if test "x$with_mpc_include" != x; then
3a5729ea 5220 gmpinc="-I$with_mpc_include $gmpinc"
acd26225
KG
5221fi
5222if test "x$with_mpc_lib" != x; then
3a5729ea 5223 gmplibs="-L$with_mpc_lib $gmplibs"
acd26225
KG
5224fi
5225if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
592c90ff 5226 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
3a5729ea 5227 gmpinc='-I$$s/mpc/src '"$gmpinc"
acd26225
KG
5228 # Do not test the mpc version. Assume that it is sufficient, since
5229 # it is in the source tree, and the library has not been built yet
5230 # but it would be included on the link line in the version check below
5231 # hence making the test fail.
3a5729ea 5232 have_gmp=yes
acd26225 5233fi
e69bf64b 5234
bebf829d
PB
5235# Specify a location for mpfr
5236# check for this first so it ends up on the link line before gmp.
1c710c3c 5237
5213506e
RW
5238# Check whether --with-mpfr-dir was given.
5239if test "${with_mpfr_dir+set}" = set; then :
5240 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5241Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5242fi
5243
bebf829d
PB
5244
5245
5213506e
RW
5246# Check whether --with-mpfr was given.
5247if test "${with_mpfr+set}" = set; then :
5248 withval=$with_mpfr;
5249fi
1c710c3c 5250
bebf829d 5251
9965e3cd 5252# Check whether --with-mpfr-include was given.
5213506e
RW
5253if test "${with_mpfr_include+set}" = set; then :
5254 withval=$with_mpfr_include;
5255fi
1c710c3c 5256
8a877c9c 5257
9965e3cd 5258# Check whether --with-mpfr-lib was given.
5213506e
RW
5259if test "${with_mpfr_lib+set}" = set; then :
5260 withval=$with_mpfr_lib;
5261fi
8a877c9c 5262
bebf829d
PB
5263
5264if test "x$with_mpfr" != x; then
5265 gmplibs="-L$with_mpfr/lib $gmplibs"
3a5729ea 5266 gmpinc="-I$with_mpfr/include $gmpinc"
bebf829d 5267fi
8a877c9c 5268if test "x$with_mpfr_include" != x; then
3a5729ea 5269 gmpinc="-I$with_mpfr_include $gmpinc"
8a877c9c
KG
5270fi
5271if test "x$with_mpfr_lib" != x; then
5272 gmplibs="-L$with_mpfr_lib $gmplibs"
5273fi
e69bf64b 5274if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
592c90ff 5275 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
e69bf64b 5276 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
592c90ff 5277 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
e69bf64b
PB
5278 # Do not test the mpfr version. Assume that it is sufficient, since
5279 # it is in the source tree, and the library has not been built yet
5280 # but it would be included on the link line in the version check below
5281 # hence making the test fail.
5282 have_gmp=yes
5283fi
bebf829d 5284
6de9cd9a 5285# Specify a location for gmp
1c710c3c 5286
5213506e
RW
5287# Check whether --with-gmp-dir was given.
5288if test "${with_gmp_dir+set}" = set; then :
5289 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5290Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5291fi
5292
6de9cd9a 5293
6de9cd9a 5294
5213506e
RW
5295# Check whether --with-gmp was given.
5296if test "${with_gmp+set}" = set; then :
5297 withval=$with_gmp;
5298fi
1c710c3c 5299
6de9cd9a 5300
9965e3cd 5301# Check whether --with-gmp-include was given.
5213506e
RW
5302if test "${with_gmp_include+set}" = set; then :
5303 withval=$with_gmp_include;
5304fi
1c710c3c 5305
8a877c9c 5306
9965e3cd 5307# Check whether --with-gmp-lib was given.
5213506e
RW
5308if test "${with_gmp_lib+set}" = set; then :
5309 withval=$with_gmp_lib;
5310fi
8a877c9c
KG
5311
5312
6de9cd9a 5313
bebf829d
PB
5314if test "x$with_gmp" != x; then
5315 gmplibs="-L$with_gmp/lib $gmplibs"
5316 gmpinc="-I$with_gmp/include $gmpinc"
6de9cd9a 5317fi
8a877c9c
KG
5318if test "x$with_gmp_include" != x; then
5319 gmpinc="-I$with_gmp_include $gmpinc"
5320fi
5321if test "x$with_gmp_lib" != x; then
5322 gmplibs="-L$with_gmp_lib $gmplibs"
5323fi
e69bf64b 5324if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
592c90ff 5325 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
e69bf64b 5326 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
9183bdcf 5327 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
592c90ff 5328 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
e69bf64b
PB
5329 # Do not test the gmp version. Assume that it is sufficient, since
5330 # it is in the source tree, and the library has not been built yet
5331 # but it would be included on the link line in the version check below
5332 # hence making the test fail.
5333 have_gmp=yes
5334fi
6de9cd9a 5335
d943d7c4 5336if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
e69bf64b
PB
5337 have_gmp=yes
5338 saved_CFLAGS="$CFLAGS"
5339 CFLAGS="$CFLAGS $gmpinc"
362c6d2f
KG
5340 # Check for the recommended and required versions of GMP.
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5342$as_echo_n "checking for the correct version of gmp.h... " >&6; }
e8fd69bb
SP
5343
5344cat confdefs.h - <<_ACEOF >conftest.$ac_ext
362c6d2f
KG
5345/* end confdefs.h. */
5346#include "gmp.h"
5347int
5348main ()
5349{
5350
5351 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5352 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5353 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5354 choke me
5355 #endif
5356
5357 ;
5358 return 0;
5359}
5360_ACEOF
5361if ac_fn_c_try_compile "$LINENO"; then :
e8fd69bb 5362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5363/* end confdefs.h. */
362c6d2f 5364#include <gmp.h>
1c710c3c
DJ
5365int
5366main ()
5367{
6de9cd9a 5368
362c6d2f
KG
5369 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5370 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5371 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
e69bf64b
PB
5372 choke me
5373 #endif
1c710c3c
DJ
5374
5375 ;
5376 return 0;
5377}
5378_ACEOF
5213506e
RW
5379if ac_fn_c_try_compile "$LINENO"; then :
5380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5381$as_echo "yes" >&6; }
362c6d2f
KG
5382else
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5384$as_echo "buggy but acceptable" >&6; }
5385fi
5386rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 5387else
5213506e
RW
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5389$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5390fi
5213506e 5391rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a 5392
acd26225 5393 # If we have GMP, check the MPFR version.
e69bf64b 5394 if test x"$have_gmp" = xyes; then
362c6d2f
KG
5395 # Check for the recommended and required versions of MPFR.
5396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5397$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5213506e 5398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5399/* end confdefs.h. */
70ec446f 5400#include <gmp.h>
e69bf64b 5401 #include <mpfr.h>
1c710c3c
DJ
5402int
5403main ()
5404{
e48d66a9 5405
a3337ea2 5406 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
e69bf64b
PB
5407 choke me
5408 #endif
1c710c3c
DJ
5409
5410 ;
5411 return 0;
5412}
5413_ACEOF
5213506e
RW
5414if ac_fn_c_try_compile "$LINENO"; then :
5415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5416/* end confdefs.h. */
a3993f33 5417#include <gmp.h>
e69bf64b 5418 #include <mpfr.h>
1c710c3c
DJ
5419int
5420main ()
5421{
a3993f33 5422
362c6d2f 5423 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
e69bf64b
PB
5424 choke me
5425 #endif
acd26225
KG
5426
5427 ;
5428 return 0;
5429}
5430_ACEOF
5213506e
RW
5431if ac_fn_c_try_compile "$LINENO"; then :
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5433$as_echo "yes" >&6; }
acd26225 5434else
5213506e
RW
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5436$as_echo "buggy but acceptable" >&6; }
acd26225 5437fi
5213506e 5438rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5439else
5213506e
RW
5440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5441$as_echo "no" >&6; }; have_gmp=no
acd26225 5442fi
5213506e 5443rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5444 fi
5445
5446 # Check for the MPC header version.
3a5729ea 5447 if test x"$have_gmp" = xyes ; then
362c6d2f 5448 # Check for the recommended and required versions of MPC.
5213506e
RW
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5450$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5452/* end confdefs.h. */
5453#include <mpc.h>
5454int
5455main ()
5456{
5457
362c6d2f
KG
5458 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5459 choke me
5460 #endif
5461
5462 ;
5463 return 0;
5464}
5465_ACEOF
5466if ac_fn_c_try_compile "$LINENO"; then :
5467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5468/* end confdefs.h. */
5469#include <mpc.h>
5470int
5471main ()
5472{
5473
5474 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
acd26225
KG
5475 choke me
5476 #endif
5477
5478 ;
5479 return 0;
5480}
5481_ACEOF
5213506e
RW
5482if ac_fn_c_try_compile "$LINENO"; then :
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3a5729ea 5484$as_echo "yes" >&6; }
362c6d2f
KG
5485else
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5487$as_echo "buggy but acceptable" >&6; }
5488fi
5489rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5490else
5213506e 5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3a5729ea 5492$as_echo "no" >&6; }; have_gmp=no
acd26225 5493fi
5213506e 5494rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5495 fi
5496
5497 # Now check the MPFR library.
5498 if test x"$have_gmp" = xyes; then
5499 saved_LIBS="$LIBS"
5500 LIBS="$LIBS $gmplibs"
3a5729ea
KG
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5502$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5213506e 5503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225 5504/* end confdefs.h. */
3a5729ea 5505#include <mpc.h>
acd26225
KG
5506int
5507main ()
5508{
5509
5510 mpfr_t n;
5511 mpfr_t x;
3a5729ea 5512 mpc_t c;
acd26225
KG
5513 int t;
5514 mpfr_init (n);
5515 mpfr_init (x);
5516 mpfr_atan2 (n, n, x, GMP_RNDN);
5517 mpfr_erfc (n, x, GMP_RNDN);
5518 mpfr_subnormalize (x, t, GMP_RNDN);
3a5729ea
KG
5519 mpfr_clear(n);
5520 mpfr_clear(x);
5521 mpc_init2 (c, 53);
5522 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5523 mpc_cosh (c, c, MPC_RNDNN);
5524 mpc_pow (c, c, c, MPC_RNDNN);
5525 mpc_acosh (c, c, MPC_RNDNN);
5526 mpc_clear (c);
1c710c3c
DJ
5527
5528 ;
5529 return 0;
5530}
5531_ACEOF
5213506e
RW
5532if ac_fn_c_try_link "$LINENO"; then :
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5534$as_echo "yes" >&6; }
1c710c3c 5535else
5213506e
RW
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5537$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5538fi
5213506e
RW
5539rm -f core conftest.err conftest.$ac_objext \
5540 conftest$ac_exeext conftest.$ac_ext
acd26225
KG
5541 LIBS="$saved_LIBS"
5542 fi
5543
e69bf64b 5544 CFLAGS="$saved_CFLAGS"
6de9cd9a 5545
362c6d2f
KG
5546# The library versions listed in the error message below should match
5547# the HARD-minimums enforced above.
e69bf64b 5548 if test x$have_gmp != xyes; then
362c6d2f 5549 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
3a5729ea
KG
5550Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5551their locations. Source code for these libraries can be found at
5552their respective hosting sites as well as at
5553ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5554http://gcc.gnu.org/install/prerequisites.html for additional info. If
5555you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5556make sure that you have installed both the libraries and the header
5557files. They may be located in separate packages." "$LINENO" 5
e69bf64b 5558 fi
70ec446f
KG
5559fi
5560
acd26225
KG
5561# Flags needed for both GMP, MPFR and/or MPC.
5562
5563
6de9cd9a
DN
5564
5565
5566
9e3eba15 5567
f38095f3
JM
5568# Allow host libstdc++ to be specified for static linking with PPL.
5569
5213506e
RW
5570# Check whether --with-host-libstdcxx was given.
5571if test "${with_host_libstdcxx+set}" = set; then :
5572 withval=$with_host_libstdcxx;
5573fi
f38095f3 5574
f38095f3
JM
5575
5576case $with_host_libstdcxx in
5577 no|yes)
5213506e 5578 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
f38095f3
JM
5579 ;;
5580esac
f8bf9252 5581
00020c16
ILT
5582# Linker flags to use for stage1 or when not boostrapping.
5583
5213506e
RW
5584# Check whether --with-stage1-ldflags was given.
5585if test "${with_stage1_ldflags+set}" = set; then :
5586 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
00020c16
ILT
5587 stage1_ldflags=
5588 else
5589 stage1_ldflags=$withval
5590 fi
5591else
5592 stage1_ldflags=
5213506e
RW
5593fi
5594
00020c16
ILT
5595
5596
5597# Libraries to use for stage1 or when not bootstrapping.
5598
5213506e
RW
5599# Check whether --with-stage1-libs was given.
5600if test "${with_stage1_libs+set}" = set; then :
5601 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
00020c16
ILT
5602 stage1_libs=
5603 else
5604 stage1_libs=$withval
5605 fi
5606else
5607 stage1_libs=$with_host_libstdcxx
5213506e
RW
5608fi
5609
00020c16
ILT
5610
5611
00020c16
ILT
5612# Libraries to use for stage2 and later builds. This defaults to the
5613# argument passed to --with-host-libstdcxx.
5614
5213506e
RW
5615# Check whether --with-boot-libs was given.
5616if test "${with_boot_libs+set}" = set; then :
5617 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e90e6bd7
ILT
5618 poststage1_libs=
5619 else
5620 poststage1_libs=$withval
5621 fi
5622else
00020c16 5623 poststage1_libs=$with_host_libstdcxx
5213506e
RW
5624fi
5625
00020c16
ILT
5626
5627
ed2eaa9f
ILT
5628# Linker flags to use for stage2 and later builds.
5629
5630# Check whether --with-boot-ldflags was given.
5631if test "${with_boot_ldflags+set}" = set; then :
5632 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5633 poststage1_ldflags=
5634 else
5635 poststage1_ldflags=$withval
5636 fi
5637else
5638 poststage1_ldflags=
bec93d73
ILT
5639 # In stages 2 and 3, default to linking libstdc++ and libgcc
5640 # statically. But if the user explicitly specified the libraries to
5641 # use, trust that they are doing what they want.
5642 if test "$poststage1_libs" = ""; then
ed2eaa9f
ILT
5643 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5644 fi
5645fi
5646
5647
5648
f8bf9252 5649# Check for PPL
7d32a440 5650ppllibs=
f8bf9252 5651pplinc=
7d32a440 5652pwllib=
f8bf9252
SP
5653
5654
5213506e
RW
5655# Check whether --with-ppl was given.
5656if test "${with_ppl+set}" = set; then :
5657 withval=$with_ppl;
5213506e 5658fi
f8bf9252 5659
f8bf9252 5660
9965e3cd 5661# Check whether --with-ppl-include was given.
5213506e
RW
5662if test "${with_ppl_include+set}" = set; then :
5663 withval=$with_ppl_include;
5664fi
5665
f8bf9252 5666
9965e3cd 5667# Check whether --with-ppl-lib was given.
5213506e
RW
5668if test "${with_ppl_lib+set}" = set; then :
5669 withval=$with_ppl_lib;
5670fi
f8bf9252 5671
f8bf9252 5672
7d32a440
SP
5673# Check whether --enable-ppl-version-check was given.
5674if test "${enable_ppl_version_check+set}" = set; then :
5675 enableval=$enable_ppl_version_check;
5676fi
5677
5678
53095c56 5679case $with_ppl in
7d32a440 5680 yes | no | "")
ad0abd3c 5681 ;;
53095c56 5682 *)
7d32a440 5683 ppllibs="-L$with_ppl/lib"
53095c56 5684 pplinc="-I$with_ppl/include $pplinc"
7d32a440
SP
5685 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5686 with_ppl=yes
5687 else
5688 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5689 fi
53095c56
SP
5690 ;;
5691esac
7d32a440
SP
5692
5693if test x"$with_ppl_include" != x; then
f8bf9252 5694 pplinc="-I$with_ppl_include $pplinc"
7d32a440 5695 with_ppl=yes
f8bf9252 5696fi
7d32a440 5697
f8bf9252 5698if test "x$with_ppl_lib" != x; then
7d32a440
SP
5699 ppllibs="-L$with_ppl_lib"
5700 with_ppl=yes
f8bf9252 5701fi
7d32a440
SP
5702
5703if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5704 if test x"$enable_watchdog" = xyes; then
5705 pwllib="-lpwl"
5706 fi
5707 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
f61428ed
AO
5708 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5709 enable_ppl_version_check=no
7d32a440 5710 with_ppl=yes
f8bf9252
SP
5711fi
5712
f158c8d0 5713if test "x$with_ppl" != xno; then
7d32a440 5714 if test "x$pwllib" = x; then
474ee908
RO
5715 saved_LIBS="$LIBS"
5716 LIBS="$LIBS $ppllibs -lstdc++ -lm"
7d32a440
SP
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5718$as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5719if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5720 $as_echo_n "(cached) " >&6
5721else
5722 ac_check_lib_save_LIBS=$LIBS
5723LIBS="-lpwl $LIBS"
5724cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5725/* end confdefs.h. */
5726
5727/* Override any GCC internal prototype to avoid an error.
5728 Use char because int might match the return type of a GCC
5729 builtin and then its argument prototype would still apply. */
5730#ifdef __cplusplus
5731extern "C"
5732#endif
5733char PWL_handle_timeout ();
5734int
5735main ()
5736{
5737return PWL_handle_timeout ();
5738 ;
5739 return 0;
5740}
5741_ACEOF
5742if ac_fn_c_try_link "$LINENO"; then :
5743 ac_cv_lib_pwl_PWL_handle_timeout=yes
d789184e 5744else
7d32a440
SP
5745 ac_cv_lib_pwl_PWL_handle_timeout=no
5746fi
5747rm -f core conftest.err conftest.$ac_objext \
5748 conftest$ac_exeext conftest.$ac_ext
5749LIBS=$ac_check_lib_save_LIBS
5750fi
5751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5752$as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5753if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5754 pwllib="-lpwl"
5213506e
RW
5755fi
5756
474ee908 5757 LIBS="$saved_LIBS"
7d32a440 5758 fi
f8bf9252 5759
7d32a440
SP
5760 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5761
5762 if test "$enable_ppl_version_check" != no; then
5763 saved_CFLAGS="$CFLAGS"
5764 CFLAGS="$CFLAGS $pplinc $gmpinc"
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5766$as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f8bf9252
SP
5768/* end confdefs.h. */
5769#include "ppl_c.h"
5770int
5771main ()
5772{
5773
7d32a440
SP
5774 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5775 choke me
5776 #endif
f8bf9252
SP
5777
5778 ;
5779 return 0;
5780}
5781_ACEOF
5213506e
RW
5782if ac_fn_c_try_compile "$LINENO"; then :
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5784$as_echo "yes" >&6; }
f8bf9252 5785else
5213506e 5786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
ed3a56f3 5787$as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
f8bf9252 5788fi
5213506e 5789rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7d32a440
SP
5790 CFLAGS="$saved_CFLAGS"
5791 fi
d789184e
SP
5792fi
5793
5794# Flags needed for PPL
5795
5796
f8bf9252 5797
f8bf9252 5798
d789184e 5799# Check for CLOOG
d32ef397 5800
d789184e
SP
5801
5802
5213506e
RW
5803# Check whether --with-cloog was given.
5804if test "${with_cloog+set}" = set; then :
5805 withval=$with_cloog;
5213506e
RW
5806fi
5807
d789184e 5808
9965e3cd 5809# Check whether --with-cloog-include was given.
5213506e
RW
5810if test "${with_cloog_include+set}" = set; then :
5811 withval=$with_cloog_include;
5812fi
d789184e 5813
d789184e 5814
9965e3cd 5815# Check whether --with-cloog-lib was given.
5213506e
RW
5816if test "${with_cloog_lib+set}" = set; then :
5817 withval=$with_cloog_lib;
5818fi
d789184e 5819
d789184e 5820
f16e2237
TG
5821 # Check whether --enable-cloog-backend was given.
5822if test "${enable_cloog_backend+set}" = set; then :
5823 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5824 cloog_backend=isl
5825 elif test "x${enableval}" = "xppl"; then
5826 cloog_backend=ppl
5827 else
5828 cloog_backend=ppl-legacy
5829 fi
5830else
5831 cloog_backend=ppl-legacy
5832fi
5833
d32ef397
AS
5834 # Check whether --enable-cloog-version-check was given.
5835if test "${enable_cloog_version_check+set}" = set; then :
5836 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5837else
5838 ENABLE_CLOOG_CHECK=yes
5839fi
5840
5841
5842 # Initialize clooglibs and clooginc.
5843 case $with_cloog in
5844 no)
5845 clooglibs=
5846 clooginc=
5847 ;;
5848 "" | yes)
5849 ;;
5850 *)
5851 clooglibs="-L$with_cloog/lib"
5852 clooginc="-I$with_cloog/include"
5853 ;;
5854 esac
5855 if test "x${with_cloog_include}" != x ; then
5856 clooginc="-I$with_cloog_include"
5857 fi
5858 if test "x${with_cloog_lib}" != x; then
5859 clooglibs="-L$with_cloog_lib"
5860 fi
5861
5862
5863
5864
5865
17e72e5d 5866if test "x$with_ppl" = "xno"; then
ab4173cf
SP
5867
5868
5869
6be7b668
JJ
5870 if test "x${with_cloog}" = xno; then
5871 graphite_requested=no
5872 elif test "x${with_cloog}" != x \
ab4173cf
SP
5873 || test "x${with_cloog_include}" != x \
5874 || test "x${with_cloog_lib}" != x ; then
5875 graphite_requested=yes
5876 else
5877 graphite_requested=no
5878 fi
5879
5880
5881 if test "${graphite_requested}" = yes; then
f33d8408 5882 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
ab4173cf 5883 fi
6be7b668 5884 with_cloog=no
ad0abd3c 5885fi
d32ef397
AS
5886if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5887 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5888 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5889 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5890fi
5891if test "x$with_cloog" != "xno"; then
ad0abd3c 5892
d32ef397
AS
5893
5894
5895 _cloog_saved_CFLAGS=$CFLAGS
5896 _cloog_saved_CPPFLAGS=$CPPFLAGS
5897 _cloog_saved_LDFLAGS=$LDFLAGS
5898 _cloog_saved_LIBS=$LIBS
5899
d32ef397
AS
5900 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5901
f16e2237 5902 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
0bb52d68 5903 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
f16e2237
TG
5904 LDFLAGS="${LDFLAGS} ${clooglibs}"
5905
5906 case $cloog_backend in
5907 "ppl-legacy")
5908 CFLAGS="${CFLAGS} ${pplinc}"
5909 LDFLAGS="${LDFLAGS} ${ppllibs}"
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5911$as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
d32ef397
AS
5912if test "${gcc_cv_cloog_type+set}" = set; then :
5913 $as_echo_n "(cached) " >&6
5914else
5915 LIBS="-lcloog ${_cloog_saved_LIBS}"
f16e2237 5916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d32ef397 5917/* end confdefs.h. */
0bb52d68 5918#include "cloog/cloog.h"
d32ef397
AS
5919int
5920main ()
5921{
0bb52d68
TG
5922#ifndef CLOOG_PPL_BACKEND
5923 choke me
5924 #endif
d32ef397
AS
5925 ;
5926 return 0;
5927}
5928_ACEOF
5929if ac_fn_c_try_link "$LINENO"; then :
5930 gcc_cv_cloog_type="PPL Legacy"
5931else
f16e2237
TG
5932 gcc_cv_cloog_type=no
5933fi
5934rm -f core conftest.err conftest.$ac_objext \
5935 conftest$ac_exeext conftest.$ac_ext
5936fi
5937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5938$as_echo "$gcc_cv_cloog_type" >&6; }
5939 ;;
5940 "isl")
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5942$as_echo_n "checking for installed CLooG ISL... " >&6; }
5943if test "${gcc_cv_cloog_type+set}" = set; then :
5944 $as_echo_n "(cached) " >&6
5945else
5946 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d32ef397 5948/* end confdefs.h. */
0bb52d68 5949#include "cloog/cloog.h"
d32ef397
AS
5950int
5951main ()
5952{
5953cloog_version ()
5954 ;
5955 return 0;
5956}
5957_ACEOF
5958if ac_fn_c_try_link "$LINENO"; then :
f16e2237
TG
5959 gcc_cv_cloog_type="ISL"
5960else
5961 gcc_cv_cloog_type=no
5962fi
5963rm -f core conftest.err conftest.$ac_objext \
5964 conftest$ac_exeext conftest.$ac_ext
5965fi
5966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5967$as_echo "$gcc_cv_cloog_type" >&6; }
5968 ;;
5969 "ppl")
5970 CFLAGS="${CFLAGS} ${pplinc}"
5971 LDFLAGS="${LDFLAGS} ${ppllibs}"
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5973$as_echo_n "checking for installed CLooG PPL... " >&6; }
5974if test "${gcc_cv_cloog_type+set}" = set; then :
5975 $as_echo_n "(cached) " >&6
d32ef397
AS
5976else
5977 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
f16e2237 5978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d32ef397 5979/* end confdefs.h. */
0bb52d68 5980#include "cloog/cloog.h"
f16e2237 5981 #include "cloog/ppl/cloog.h"
d32ef397
AS
5982int
5983main ()
5984{
5985cloog_version ()
5986 ;
5987 return 0;
5988}
5989_ACEOF
5990if ac_fn_c_try_link "$LINENO"; then :
f16e2237 5991 gcc_cv_cloog_type="PPL"
d32ef397
AS
5992else
5993 gcc_cv_cloog_type=no
d789184e 5994fi
d32ef397
AS
5995rm -f core conftest.err conftest.$ac_objext \
5996 conftest$ac_exeext conftest.$ac_ext
d789184e 5997fi
d32ef397
AS
5998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5999$as_echo "$gcc_cv_cloog_type" >&6; }
f16e2237
TG
6000 ;;
6001 *)
6002 gcc_cv_cloog_type=""
6003 esac
5213506e 6004
d32ef397
AS
6005 case $gcc_cv_cloog_type in
6006 "PPL Legacy")
0bb52d68 6007 clooginc="${clooginc}"
d32ef397
AS
6008 clooglibs="${clooglibs} -lcloog"
6009 cloog_org=no
6010 ;;
6011 "ISL")
6012 clooginc="${clooginc} ${_cloogorginc}"
3d2bc11b 6013 clooglibs="${clooglibs} -lcloog-isl -lisl"
d32ef397
AS
6014 cloog_org=yes
6015 ;;
6016 "PPL")
6017 clooginc="${clooginc} ${_cloogorginc}"
6018 clooglibs="${clooglibs} -lcloog-ppl"
6019 cloog_org=yes
6020 ;;
6021 *)
6022 clooglibs=
6023 clooginc=
6024 cloog_org=
6025 ;;
6026 esac
d789184e 6027
d32ef397
AS
6028 LIBS=$_cloog_saved_LIBS
6029 CFLAGS=$_cloog_saved_CFLAGS
6030 CPPFLAGS=$_cloog_saved_CPPFLAGS
6031 LDFLAGS=$_cloog_saved_LDFLAGS
6032
6033
6034
6035
6036
6037 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6038 _cloog_saved_CFLAGS=$CFLAGS
6039 _cloog_saved_LDFLAGS=$LDFLAGS
6040
6041 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
27882098 6042 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
d32ef397
AS
6043
6044 if test "${cloog_org}" = yes ; then
27b9aa80
TG
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
6046$as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
d32ef397
AS
6047if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
6048 $as_echo_n "(cached) " >&6
6049else
6050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6051/* end confdefs.h. */
6052#include "cloog/cloog.h"
6053int
6054main ()
6055{
6056#if CLOOG_VERSION_MAJOR != 0 \
27b9aa80
TG
6057 || CLOOG_VERSION_MINOR != 16 \
6058 || CLOOG_VERSION_REVISION < 1
d32ef397
AS
6059 choke me
6060 #endif
6061 ;
6062 return 0;
6063}
6064_ACEOF
6065if ac_fn_c_try_compile "$LINENO"; then :
6066 gcc_cv_cloog_ct_0_14_0=yes
6067else
6068 gcc_cv_cloog_ct_0_14_0=no
6069fi
6070rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6071fi
6072{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
6073$as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
6074 elif test "${cloog_org}" = no ; then
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
f264ed56 6076$as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
d32ef397
AS
6077if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
6078 $as_echo_n "(cached) " >&6
6079else
5213506e 6080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f8bf9252
SP
6081/* end confdefs.h. */
6082#include "cloog/cloog.h"
6083int
6084main ()
6085{
d32ef397
AS
6086#if CLOOG_VERSION_MAJOR != 0 \
6087 || CLOOG_VERSION_MINOR != 15 \
6088 || CLOOG_VERSION_REVISION < 5
6089 choke me
6090 #endif
f8bf9252
SP
6091 ;
6092 return 0;
6093}
6094_ACEOF
0333b9a6
SP
6095if ac_fn_c_try_compile "$LINENO"; then :
6096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6097/* end confdefs.h. */
6098#include "cloog/cloog.h"
6099int
6100main ()
6101{
d32ef397
AS
6102#if CLOOG_VERSION_MAJOR != 0 \
6103 || CLOOG_VERSION_MINOR != 15 \
6104 || CLOOG_VERSION_REVISION < 9
6105 choke me
6106 #endif
0333b9a6
SP
6107 ;
6108 return 0;
6109}
6110_ACEOF
5213506e 6111if ac_fn_c_try_compile "$LINENO"; then :
d32ef397 6112 gcc_cv_cloog_ct_0_15_5=yes
0333b9a6 6113else
d32ef397 6114 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
0333b9a6
SP
6115fi
6116rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
f8bf9252 6117else
d32ef397 6118 gcc_cv_cloog_ct_0_15_5=no
f8bf9252 6119fi
5213506e 6120rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d789184e 6121fi
d32ef397
AS
6122{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
6123$as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
6124 fi
6125
6126 CFLAGS=$_cloog_saved_CFLAGS
6127 LDFLAGS=$_cloog_saved_LDFLAGS
6128 fi
f8bf9252 6129
f8bf9252
SP
6130
6131
6132
d32ef397
AS
6133
6134
6135
6be7b668
JJ
6136 if test "x${with_cloog}" = xno; then
6137 graphite_requested=no
6138 elif test "x${with_cloog}" != x \
d32ef397
AS
6139 || test "x${with_cloog_include}" != x \
6140 || test "x${with_cloog_lib}" != x ; then
6141 graphite_requested=yes
6142 else
6143 graphite_requested=no
6144 fi
6145
6146
6147
6148 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
6149 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
6150 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
6151 clooglibs=
6152 clooginc=
6153 fi
6154
6155 if test "${graphite_requested}" = yes \
6156 && test "x${clooglibs}" = x \
6157 && test "x${clooginc}" = x ; then
6158
ab4173cf 6159 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
d32ef397
AS
6160 fi
6161
6162
6163fi
6164
d7f09764
DN
6165# Check for LTO support.
6166# Check whether --enable-lto was given.
6167if test "${enable_lto+set}" = set; then :
6168 enableval=$enable_lto; enable_lto=$enableval
6169else
6170 enable_lto=yes; default_enable_lto=yes
6171fi
6172
6173
7413962d 6174
9a02962b
DK
6175
6176
6177target_elf=no
6178case $target in
6179 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6180 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
6181 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6182 target_elf=no
6183 ;;
6184 *)
6185 target_elf=yes
6186 ;;
6187esac
6188
6189if test $target_elf = yes; then :
48215350
DK
6190 # ELF platforms build the lto-plugin always.
6191 build_lto_plugin=yes
9a02962b 6192
9a02962b
DK
6193else
6194 if test x"$default_enable_lto" = x"yes" ; then
bb79486c 6195 case $target in
51fd6b90 6196 *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
48215350 6197 # On other non-ELF platforms, LTO has yet to be validated.
bb79486c
JH
6198 *) enable_lto=no ;;
6199 esac
9a02962b 6200 else
db50fe7d
IS
6201 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6202 # It would also be nice to check the binutils support, but we don't
9a02962b
DK
6203 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6204 # warn during gcc/ subconfigure; unless you're bootstrapping with
6205 # -flto it won't be needed until after installation anyway.
6206 case $target in
1cd0b716 6207 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
9a02962b
DK
6208 *) if test x"$enable_lto" = x"yes"; then
6209 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6210 fi
6211 ;;
6212 esac
6213 fi
1cd0b716 6214 # Among non-ELF, only Windows platforms support the lto-plugin so far.
48215350 6215 # Build it unless LTO was explicitly disabled.
1cd0b716 6216 case $target in
48215350 6217 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
1cd0b716
DK
6218 *) ;;
6219 esac
48215350 6220
9a02962b
DK
6221fi
6222
d7f09764 6223
f8bf9252 6224
1e0f07d3 6225# By default, C is the only stage 1 language.
e1888513 6226stage1_languages=,c,
2805b53a 6227
00020c16 6228# Target libraries that we bootstrap.
ad1e5170 6229bootstrap_target_libs=,target-libgcc,
00020c16 6230
55ffb5ed
NN
6231# Figure out what language subdirectories are present.
6232# Look if the user specified --enable-languages="..."; if not, use
6233# the environment variable $LANGUAGES if defined. $LANGUAGES might
6234# go away some day.
6235# NB: embedded tabs in this IF block -- do not untabify
6236if test -d ${srcdir}/gcc; then
6237 if test x"${enable_languages+set}" != xset; then
6238 if test x"${LANGUAGES+set}" = xset; then
6239 enable_languages="${LANGUAGES}"
6240 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6241 else
6242 enable_languages=all
6243 fi
6244 else
6245 if test x"${enable_languages}" = x ||
6246 test x"${enable_languages}" = xyes;
6247 then
6248 echo configure.in: --enable-languages needs at least one language argument 1>&2
6249 exit 1
6250 fi
6251 fi
6252 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6253
7f26dfa3
FXC
6254 # 'f95' is the old name for the 'fortran' language. We issue a warning
6255 # and make the substitution.
6256 case ,${enable_languages}, in
6257 *,f95,*)
6258 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6259 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6260 ;;
6261 esac
6262
55ffb5ed
NN
6263 # First scan to see if an enabled language requires some other language.
6264 # We assume that a given config-lang.in will list all the language
6265 # front ends it requires, even if some are required indirectly.
6266 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6267 case ${lang_frag} in
6268 ..) ;;
6269 # The odd quoting in the next line works around
6270 # an apparent bug in bash 1.12 on linux.
6271 ${srcdir}/gcc/[*]/config-lang.in) ;;
6272 *)
69ecd18f
ILT
6273 # From the config-lang.in, get $language, $lang_requires, and
6274 # $lang_requires_boot_languages.
55ffb5ed
NN
6275 language=
6276 lang_requires=
69ecd18f 6277 lang_requires_boot_languages=
55ffb5ed 6278 . ${lang_frag}
69ecd18f 6279 for other in ${lang_requires} ${lang_requires_boot_languages}; do
55ffb5ed
NN
6280 case ,${enable_languages}, in
6281 *,$other,*) ;;
6282 *,all,*) ;;
6283 *,$language,*)
6284 echo " \`$other' language required by \`$language'; enabling" 1>&2
6285 enable_languages="${enable_languages},${other}"
6286 ;;
6287 esac
6288 done
69ecd18f
ILT
6289 for other in ${lang_requires_boot_languages} ; do
6290 if test "$other" != "c"; then
6291 case ,${enable_stage1_languages}, in
6292 *,$other,*) ;;
6293 *,all,*) ;;
6294 *)
6295 case ,${enable_languages}, in
6296 *,$language,*)
6297 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6298 enable_stage1_languages="$enable_stage1_languages,${other}"
6299 ;;
6300 esac
6301 ;;
6302 esac
6303 fi
6304 done
55ffb5ed
NN
6305 ;;
6306 esac
6307 done
6308
e1888513 6309 new_enable_languages=,c,
d7f09764
DN
6310
6311 # If LTO is enabled, add the LTO front end.
6312 extra_host_libiberty_configure_flags=
6313 if test "$enable_lto" = "yes" ; then
e4c5bd48
RW
6314 case ,${enable_languages}, in
6315 *,lto,*) ;;
6316 *) enable_languages="${enable_languages},lto" ;;
6317 esac
1cd0b716 6318 if test "${build_lto_plugin}" = "yes" ; then
d7f09764
DN
6319 configdirs="$configdirs lto-plugin"
6320 extra_host_libiberty_configure_flags=--enable-shared
6321 fi
6322 fi
6323
6324
55ffb5ed 6325 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
e1888513 6326 potential_languages=,c,
55ffb5ed 6327
4da3b0f8
ILT
6328 enabled_target_libs=
6329 disabled_target_libs=
6330
55ffb5ed
NN
6331 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6332 case ${lang_frag} in
6333 ..) ;;
6334 # The odd quoting in the next line works around
6335 # an apparent bug in bash 1.12 on linux.
6336 ${srcdir}/gcc/[*]/config-lang.in) ;;
6337 *)
1c710c3c 6338 # From the config-lang.in, get $language, $target_libs,
2805b53a 6339 # $lang_dirs, $boot_language, and $build_by_default
55ffb5ed
NN
6340 language=
6341 target_libs=
6342 lang_dirs=
1546bb64 6343 subdir_requires=
e1888513
PB
6344 boot_language=no
6345 build_by_default=yes
55ffb5ed 6346 . ${lang_frag}
e1888513
PB
6347 if test x${language} = x; then
6348 echo "${lang_frag} doesn't set \$language." 1>&2
6349 exit 1
6350 fi
6351
f61428ed
AO
6352 if test "$language" = "c++" \
6353 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
00020c16
ILT
6354 boot_language=yes
6355 fi
6356
e1888513
PB
6357 case ,${enable_languages}, in
6358 *,${language},*)
55ffb5ed
NN
6359 # Language was explicitly selected; include it.
6360 add_this_lang=yes
6361 ;;
e1888513
PB
6362 *,all,*)
6363 # 'all' was selected, select it if it is a default language
6364 add_this_lang=${build_by_default}
55ffb5ed
NN
6365 ;;
6366 *)
6367 add_this_lang=no
6368 ;;
6369 esac
6de9cd9a 6370
1546bb64 6371 # Disable languages that need other directories if these aren't available.
95695ad3 6372 for i in $subdir_requires; do
b6348cb3 6373 test -f "$srcdir/gcc/$i/config-lang.in" && continue
1546bb64
PB
6374 case ,${enable_languages}, in
6375 *,${language},*)
6376 # Specifically requested language; tell them.
5213506e 6377 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
1546bb64
PB
6378 ;;
6379 *)
6380 # Silently disable.
e1888513 6381 add_this_lang=unsupported
1546bb64
PB
6382 ;;
6383 esac
6384 done
6385
e1888513
PB
6386 # Disable Ada if no preexisting GNAT is available.
6387 case ,${enable_languages},:${language}:${have_gnat} in
6388 *,${language},*:ada:no)
6389 # Specifically requested language; tell them.
5213506e 6390 as_fn_error "GNAT is required to build $language" "$LINENO" 5
e1888513
PB
6391 ;;
6392 *:ada:no)
6393 # Silently disable.
6394 add_this_lang=unsupported
6395 ;;
6396 esac
6397
4fab7234
HPN
6398 # Disable a language that is unsupported by the target.
6399 case " $unsupported_languages " in
6400 *" $language "*)
e1888513 6401 add_this_lang=unsupported
4fab7234
HPN
6402 ;;
6403 esac
6404
6de9cd9a 6405 case $add_this_lang in
e1888513 6406 unsupported)
55ffb5ed 6407 # Remove language-dependent dirs.
4da3b0f8
ILT
6408 disabled_target_libs="$disabled_target_libs $target_libs"
6409 noconfigdirs="$noconfigdirs $lang_dirs"
2805b53a 6410 ;;
e1888513
PB
6411 no)
6412 # Remove language-dependent dirs; still show language as supported.
4da3b0f8
ILT
6413 disabled_target_libs="$disabled_target_libs $target_libs"
6414 noconfigdirs="$noconfigdirs $lang_dirs"
e1888513
PB
6415 potential_languages="${potential_languages}${language},"
6416 ;;
6417 yes)
6418 new_enable_languages="${new_enable_languages}${language},"
6419 potential_languages="${potential_languages}${language},"
2805b53a 6420 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
4da3b0f8 6421 enabled_target_libs="$enabled_target_libs $target_libs"
ab9dcd0c
RW
6422 case "${boot_language}:,$enable_stage1_languages," in
6423 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
340de83f 6424 # Add to (comma-separated) list of stage 1 languages.
ab9dcd0c
RW
6425 case ",$stage1_languages," in
6426 *,$language,* | ,yes, | ,all,) ;;
6427 *) stage1_languages="${stage1_languages}${language}," ;;
6428 esac
00020c16
ILT
6429 # We need to bootstrap any supporting libraries.
6430 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2805b53a
NN
6431 ;;
6432 esac
6433 ;;
55ffb5ed
NN
6434 esac
6435 ;;
6436 esac
6437 done
6438
4da3b0f8
ILT
6439 # Add target libraries which are only needed for disabled languages
6440 # to noconfigdirs.
6441 if test -n "$disabled_target_libs"; then
6442 for dir in $disabled_target_libs; do
6443 case " $enabled_target_libs " in
6444 *" ${dir} "*) ;;
6445 *) noconfigdirs="$noconfigdirs $dir" ;;
6446 esac
6447 done
6448 fi
6449
5213506e
RW
6450 # Check whether --enable-stage1-languages was given.
6451if test "${enable_stage1_languages+set}" = set; then :
6452 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
e1888513
PB
6453 ,no,|,,)
6454 # Set it to something that will have no effect in the loop below
6455 enable_stage1_languages=c ;;
6456 ,yes,)
6457 enable_stage1_languages=`echo $new_enable_languages | \
6458 sed -e "s/^,//" -e "s/,$//" ` ;;
6459 *,all,*)
6460 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6461 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6462 esac
6463
6464 # Add "good" languages from enable_stage1_languages to stage1_languages,
6465 # while "bad" languages go in missing_languages. Leave no duplicates.
6466 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6467 case $potential_languages in
6468 *,$i,*)
6469 case $stage1_languages in
6470 *,$i,*) ;;
6471 *) stage1_languages="$stage1_languages$i," ;;
6472 esac ;;
6473 *)
6474 case $missing_languages in
6475 *,$i,*) ;;
6476 *) missing_languages="$missing_languages$i," ;;
6477 esac ;;
6478 esac
6479 done
5213506e
RW
6480fi
6481
e1888513
PB
6482
6483 # Remove leading/trailing commas that were added for simplicity
6484 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
79b4b7d2 6485 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
e1888513
PB
6486 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6487 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6488
55ffb5ed 6489 if test "x$missing_languages" != x; then
5213506e 6490 as_fn_error "
0cf085e4 6491The following requested languages could not be built: ${missing_languages}
5213506e 6492Supported languages are: ${potential_languages}" "$LINENO" 5
55ffb5ed 6493 fi
55ffb5ed
NN
6494 if test "x$new_enable_languages" != "x$enable_languages"; then
6495 echo The following languages will be built: ${new_enable_languages}
e1888513 6496 enable_languages="$new_enable_languages"
55ffb5ed 6497 fi
e1888513 6498
1c710c3c 6499
b2eaac4a 6500 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
55ffb5ed
NN
6501fi
6502
27079765
AH
6503# Handle --disable-<component> generically.
6504for dir in $configdirs $build_configdirs $target_configdirs ; do
6505 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
ac9e6043
RW
6506 varname=`echo $dirname | sed -e s/+/_/g`
6507 if eval test x\${enable_${varname}} "=" xno ; then
27079765
AH
6508 noconfigdirs="$noconfigdirs $dir"
6509 fi
6510done
6511
7cd0cf9c 6512# Check for Boehm's garbage collector
5213506e
RW
6513# Check whether --enable-objc-gc was given.
6514if test "${enable_objc_gc+set}" = set; then :
6515 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
7cd0cf9c 6516 *,objc,*:*:yes:*target-boehm-gc*)
5213506e 6517 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
7cd0cf9c
DA
6518 ;;
6519esac
5213506e
RW
6520fi
6521
7cd0cf9c
DA
6522
6523# Make sure we only build Boehm's garbage collector if required.
2a79fd67
DA
6524case ,${enable_languages},:${enable_objc_gc} in
6525 *,objc,*:yes)
7cd0cf9c
DA
6526 # Keep target-boehm-gc if requested for Objective-C.
6527 ;;
7cd0cf9c 6528 *)
2a79fd67
DA
6529 # Otherwise remove target-boehm-gc depending on target-libjava.
6530 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6531 noconfigdirs="$noconfigdirs target-boehm-gc"
6532 fi
7cd0cf9c
DA
6533 ;;
6534esac
6535
ee6a22df
L
6536# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6537# $build_configdirs and $target_configdirs.
55ffb5ed
NN
6538# If we have the source for $noconfigdirs entries, add them to $notsupp.
6539
6540notsupp=""
6541for dir in . $skipdirs $noconfigdirs ; do
ee6a22df 6542 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
55ffb5ed
NN
6543 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6544 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6545 if test -r $srcdir/$dirname/configure ; then
6546 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6547 true
6548 else
6549 notsupp="$notsupp $dir"
6550 fi
6551 fi
6552 fi
ee6a22df
L
6553 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6554 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6555 if test -r $srcdir/$dirname/configure ; then
6556 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6557 true
6558 else
6559 notsupp="$notsupp $dir"
6560 fi
6561 fi
6562 fi
55ffb5ed
NN
6563 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6564 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6565 if test -r $srcdir/$dirname/configure ; then
6566 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6567 true
6568 else
6569 notsupp="$notsupp $dir"
6570 fi
6571 fi
6572 fi
6573done
6574
6575# Sometimes the tools are distributed with libiberty but with no other
6576# libraries. In that case, we don't want to build target-libiberty.
54fdc474 6577# Don't let libgcc imply libiberty either.
55ffb5ed 6578if test -n "${target_configdirs}" ; then
54fdc474 6579 libgcc=
55ffb5ed
NN
6580 others=
6581 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
54fdc474
DJ
6582 if test "$i" = "libgcc"; then
6583 libgcc=target-libgcc
6584 elif test "$i" != "libiberty" ; then
55ffb5ed
NN
6585 if test -r $srcdir/$i/configure ; then
6586 others=yes;
6587 break;
6588 fi
6589 fi
6590 done
6591 if test -z "${others}" ; then
54fdc474 6592 target_configdirs=$libgcc
55ffb5ed
NN
6593 fi
6594fi
6595
6596# Quietly strip out all directories which aren't configurable in this tree.
6597# This relies on all configurable subdirectories being autoconfiscated, which
6598# is now the case.
23f6b2f9
PB
6599build_configdirs_all="$build_configdirs"
6600build_configdirs=
6601for i in ${build_configdirs_all} ; do
1c710c3c 6602 j=`echo $i | sed -e s/build-//g`
23f6b2f9
PB
6603 if test -f ${srcdir}/$j/configure ; then
6604 build_configdirs="${build_configdirs} $i"
6605 fi
6606done
6607
55ffb5ed
NN
6608configdirs_all="$configdirs"
6609configdirs=
6610for i in ${configdirs_all} ; do
6611 if test -f ${srcdir}/$i/configure ; then
6612 configdirs="${configdirs} $i"
6613 fi
6614done
23f6b2f9 6615
55ffb5ed
NN
6616target_configdirs_all="$target_configdirs"
6617target_configdirs=
6618for i in ${target_configdirs_all} ; do
1c710c3c 6619 j=`echo $i | sed -e s/target-//g`
55ffb5ed
NN
6620 if test -f ${srcdir}/$j/configure ; then
6621 target_configdirs="${target_configdirs} $i"
6622 fi
6623done
6624
6625# Produce a warning message for the subdirs we can't configure.
6626# This isn't especially interesting in the Cygnus tree, but in the individual
6627# FSF releases, it's important to let people know when their machine isn't
6628# supported by the one or two programs in a package.
6629
6630if test -n "${notsupp}" && test -z "${norecursion}" ; then
6631 # If $appdirs is non-empty, at least one of those directories must still
6632 # be configured, or we error out. (E.g., if the gas release supports a
6633 # specified target in some subdirs but not the gas subdir, we shouldn't
6634 # pretend that all is well.)
6635 if test -n "$appdirs" ; then
6636 for dir in $appdirs ; do
6637 if test -r $dir/Makefile.in ; then
6638 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6639 appdirs=""
6640 break
6641 fi
23f6b2f9 6642 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
55ffb5ed
NN
6643 appdirs=""
6644 break
6645 fi
6646 fi
6647 done
6648 if test -n "$appdirs" ; then
6649 echo "*** This configuration is not supported by this package." 1>&2
6650 exit 1
6651 fi
6652 fi
6653 # Okay, some application will build, or we don't care to check. Still
6654 # notify of subdirs not getting built.
6655 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6656 echo " ${notsupp}" 1>&2
6657 echo " (Any other directories should still work fine.)" 1>&2
6658fi
6659
6660case "$host" in
6661 *msdosdjgpp*)
6662 enable_gdbtk=no ;;
6663esac
6664
c3a86da9
DJ
6665# To find our prefix, in gcc_cv_tool_prefix.
6666
6667# The user is always right.
6668if test "${PATH_SEPARATOR+set}" != set; then
6669 echo "#! /bin/sh" >conf$$.sh
6670 echo "exit 0" >>conf$$.sh
6671 chmod +x conf$$.sh
6672 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6673 PATH_SEPARATOR=';'
6674 else
6675 PATH_SEPARATOR=:
6676 fi
6677 rm -f conf$$.sh
6678fi
6679
6680
6681
6682if test "x$exec_prefix" = xNONE; then
6683 if test "x$prefix" = xNONE; then
6684 gcc_cv_tool_prefix=$ac_default_prefix
6685 else
6686 gcc_cv_tool_prefix=$prefix
6687 fi
6688else
6689 gcc_cv_tool_prefix=$exec_prefix
6690fi
6691
6692# If there is no compiler in the tree, use the PATH only. In any
6693# case, if there is no compiler in the tree nobody should use
6694# AS_FOR_TARGET and LD_FOR_TARGET.
6695if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6696 gcc_version=`cat $srcdir/gcc/BASE-VER`
6697 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6698 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6699 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6700 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6701 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6702 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6703else
6704 gcc_cv_tool_dirs=
6705fi
6706
6707if test x$build = x$target && test -n "$md_exec_prefix"; then
6708 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6709fi
6710
6711
6712
55ffb5ed
NN
6713copy_dirs=
6714
1c710c3c 6715
5213506e
RW
6716# Check whether --with-build-sysroot was given.
6717if test "${with_build_sysroot+set}" = set; then :
6718 withval=$with_build_sysroot; if test x"$withval" != x ; then
526635cb
MM
6719 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6720 fi
6721else
6722 SYSROOT_CFLAGS_FOR_TARGET=
5213506e 6723fi
526635cb
MM
6724
6725
c8aea42c 6726
5213506e
RW
6727
6728# Check whether --with-debug-prefix-map was given.
6729if test "${with_debug_prefix_map+set}" = set; then :
6730 withval=$with_debug_prefix_map; if test x"$withval" != x; then
c8aea42c
PB
6731 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6732 for debug_map in $withval; do
6733 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6734 done
6735 fi
6736else
6737 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5213506e
RW
6738fi
6739
c8aea42c
PB
6740
6741
1c8bd6a3
PB
6742# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6743# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6744# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6745# We want to ensure that TARGET libraries (which we know are built with
6746# gcc) are built with "-O2 -g", so include those options when setting
6747# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6748if test "x$CFLAGS_FOR_TARGET" = x; then
6749 CFLAGS_FOR_TARGET=$CFLAGS
6750 case " $CFLAGS " in
6751 *" -O2 "*) ;;
6752 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6753 esac
6754 case " $CFLAGS " in
6755 *" -g "* | *" -g3 "*) ;;
6756 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6757 esac
6758fi
6759
6760
6761if test "x$CXXFLAGS_FOR_TARGET" = x; then
6762 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6763 case " $CXXFLAGS " in
6764 *" -O2 "*) ;;
6765 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6766 esac
6767 case " $CXXFLAGS " in
6768 *" -g "* | *" -g3 "*) ;;
6769 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6770 esac
6771fi
6772
6773
55ffb5ed
NN
6774# Handle --with-headers=XXX. If the value is not "yes", the contents of
6775# the named directory are copied to $(tooldir)/sys-include.
6776if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6777 if test x${is_cross_compiler} = xno ; then
6778 echo 1>&2 '***' --with-headers is only supported when cross compiling
6779 exit 1
6780 fi
6781 if test x"${with_headers}" != xyes ; then
c3a86da9 6782 x=${gcc_cv_tool_prefix}
1c710c3c 6783 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
55ffb5ed
NN
6784 fi
6785fi
6786
6787# Handle --with-libs=XXX. If the value is not "yes", the contents of
6788# the name directories are copied to $(tooldir)/lib. Multiple directories
6789# are permitted.
6790if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6791 if test x${is_cross_compiler} = xno ; then
6792 echo 1>&2 '***' --with-libs is only supported when cross compiling
6793 exit 1
6794 fi
6795 if test x"${with_libs}" != xyes ; then
6796 # Copy the libraries in reverse order, so that files in the first named
6797 # library override files in subsequent libraries.
c3a86da9 6798 x=${gcc_cv_tool_prefix}
55ffb5ed 6799 for l in ${with_libs}; do
1c710c3c 6800 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
55ffb5ed
NN
6801 done
6802 fi
6803fi
6804
d7f09764 6805# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
e8b05380
PB
6806#
6807# This is done by determining whether or not the appropriate directory
6808# is available, and by checking whether or not specific configurations
6809# have requested that this magic not happen.
1c710c3c
DJ
6810#
6811# The command line options always override the explicit settings in
e8b05380
PB
6812# configure.in, and the settings in configure.in override this magic.
6813#
1c710c3c 6814# If the default for a toolchain is to use GNU as and ld, and you don't
e8b05380 6815# want to do that, then you should use the --without-gnu-as and
d7f09764
DN
6816# --without-gnu-ld options for the configure script. Similarly, if
6817# the default is to use the included zlib and you don't want to do that,
6818# you should use the --with-system-zlib option for the configure script.
e8b05380
PB
6819
6820if test x${use_gnu_as} = x &&
6821 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6822 with_gnu_as=yes
6823 extra_host_args="$extra_host_args --with-gnu-as"
6824fi
6825
6826if test x${use_gnu_ld} = x &&
5afab7ad 6827 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
e8b05380
PB
6828 with_gnu_ld=yes
6829 extra_host_args="$extra_host_args --with-gnu-ld"
6830fi
6831
d7f09764
DN
6832if test x${use_included_zlib} = x &&
6833 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6834 :
6835else
6836 with_system_zlib=yes
6837 extra_host_args="$extra_host_args --with-system-zlib"
6838fi
6839
e8b05380
PB
6840# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6841# can detect this case.
6842
6843if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6844 with_newlib=yes
6845 extra_host_args="$extra_host_args --with-newlib"
6846fi
6847
55ffb5ed
NN
6848# Handle ${copy_dirs}
6849set fnord ${copy_dirs}
6850shift
6851while test $# != 0 ; do
6852 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6853 :
6854 else
6855 echo Copying $1 to $2
6856
6857 # Use the install script to create the directory and all required
6858 # parent directories.
6859 if test -d $2 ; then
6860 :
6861 else
6862 echo >config.temp
6863 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6864 fi
6865
6866 # Copy the directory, assuming we have tar.
6867 # FIXME: Should we use B in the second tar? Not all systems support it.
6868 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6869
6870 # It is the responsibility of the user to correctly adjust all
6871 # symlinks. If somebody can figure out how to handle them correctly
6872 # here, feel free to add the code.
6873
6874 echo $1 > $2/COPIED
6875 fi
6876 shift; shift
6877done
6878
e8b05380
PB
6879# Determine a target-dependent exec_prefix that the installed
6880# gcc will search in. Keep this list sorted by triplet, with
6881# the *-*-osname triplets last.
6882md_exec_prefix=
6883case "${target}" in
6884 alpha*-*-*vms*)
6885 md_exec_prefix=/gnu/lib/gcc-lib
6886 ;;
30b74385 6887 i[34567]86-pc-msdosdjgpp*)
e8b05380
PB
6888 md_exec_prefix=/dev/env/DJDIR/bin
6889 ;;
30b74385 6890 i[34567]86-*-sco3.2v5*)
e8b05380
PB
6891 if test $with_gnu_as = yes; then
6892 md_exec_prefix=/usr/gnu/bin
6893 else
6894 md_exec_prefix=/usr/ccs/bin/elf
6895 fi
6896 ;;
6897
6898 mn10300-*-* | \
6899 powerpc-*-chorusos* | \
6900 powerpc*-*-eabi* | \
6901 powerpc*-*-sysv* | \
6902 powerpc*-*-kaos* | \
6903 s390x-ibm-tpf*)
6904 md_exec_prefix=/usr/ccs/bin
6905 ;;
6906 sparc64-*-elf*)
6907 ;;
6908 v850*-*-*)
6909 md_exec_prefix=/usr/ccs/bin
6910 ;;
aa12a573 6911 xtensa*-*-elf*)
e8b05380
PB
6912 ;;
6913
6914 *-*-beos* | \
6915 *-*-elf* | \
6916 *-*-hpux* | \
6917 *-*-netware* | \
6918 *-*-nto-qnx* | \
6919 *-*-rtems* | \
6920 *-*-solaris2* | \
30b74385 6921 *-*-sysv[45]* | \
e8b05380
PB
6922 *-*-vxworks* | \
6923 *-wrs-windiss)
6924 md_exec_prefix=/usr/ccs/bin
6925 ;;
6926esac
6927
671aa708
NN
6928extra_arflags_for_target=
6929extra_nmflags_for_target=
6930extra_ranlibflags_for_target=
6931target_makefile_frag=/dev/null
6932case "${target}" in
3e19841a
PB
6933 mep*-*-*)
6934 target_makefile_frag="config/mt-mep"
6935 ;;
58e24147
AM
6936 spu-*-*)
6937 target_makefile_frag="config/mt-spu"
6938 ;;
4bf6c438
RS
6939 mips*-sde-elf*)
6940 target_makefile_frag="config/mt-sde"
6941 ;;
1ec3b87b
RS
6942 mipsisa*-*-elfoabi*)
6943 target_makefile_frag="config/mt-mips-elfoabi"
6944 ;;
08d0963a
RS
6945 mips*-*-*linux* | mips*-*-gnu*)
6946 target_makefile_frag="config/mt-mips-gnu"
6947 ;;
61fec9ff 6948 *-*-netware*)
671aa708
NN
6949 target_makefile_frag="config/mt-netware"
6950 ;;
416ac4d4 6951 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
98a5bb3b 6952 target_makefile_frag="config/mt-gnu"
671aa708
NN
6953 ;;
6954 *-*-aix4.[3456789]* | *-*-aix[56789].*)
1c710c3c 6955 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
671aa708
NN
6956 # commands to handle both 32-bit and 64-bit objects. These flags are
6957 # harmless if we're using GNU nm or ar.
6958 extra_arflags_for_target=" -X32_64"
6959 extra_nmflags_for_target=" -B -X32_64"
6960 ;;
0aeb3cc6
JH
6961 *-*-darwin[3-9]*)
6962 # ranlib before Darwin10 requires the -c flag to look at common symbols.
671aa708
NN
6963 extra_ranlibflags_for_target=" -c"
6964 ;;
6965 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
6966 target_makefile_frag="config/mt-wince"
6967 ;;
6968esac
6969
6970alphaieee_frag=/dev/null
6971case $target in
6972 alpha*-*-*)
6973 # This just makes sure to use the -mieee option to build target libs.
6974 # This should probably be set individually by each library.
6975 alphaieee_frag="config/mt-alphaieee"
6976 ;;
6977esac
6978
6979# If --enable-target-optspace always use -Os instead of -O2 to build
6980# the target libraries, similarly if it is not specified, use -Os
6981# on selected platforms.
6982ospace_frag=/dev/null
6983case "${enable_target_optspace}:${target}" in
6984 yes:*)
6985 ospace_frag="config/mt-ospace"
6986 ;;
6987 :d30v-*)
6988 ospace_frag="config/mt-d30v"
6989 ;;
6990 :m32r-* | :d10v-* | :fr30-*)
6991 ospace_frag="config/mt-ospace"
6992 ;;
6993 no:* | :*)
6994 ;;
6995 *)
6996 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6997 ;;
6998esac
6999
671aa708
NN
7000# Default to using --with-stabs for certain targets.
7001if test x${with_stabs} = x ; then
7002 case "${target}" in
89a95129 7003 mips*-*-irix[56]*)
671aa708
NN
7004 ;;
7005 mips*-*-* | alpha*-*-osf*)
7006 with_stabs=yes;
7007 extra_host_args="${extra_host_args} --with-stabs"
7008 ;;
7009 esac
7010fi
7011
7012# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
7013# them automatically.
7014case "${host}" in
1c710c3c 7015 hppa*64*-*-hpux11*)
671aa708
NN
7016 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
7017 ;;
7018esac
7019
671aa708
NN
7020# Some systems (e.g., one of the i386-aix systems the gas testers are
7021# using) don't handle "\$" correctly, so don't use it here.
1c710c3c 7022tooldir='${exec_prefix}'/${target_noncanonical}
671aa708
NN
7023build_tooldir=${tooldir}
7024
671aa708
NN
7025# Create a .gdbinit file which runs the one in srcdir
7026# and tells GDB to look there for source files.
7027
7028if test -r ${srcdir}/.gdbinit ; then
7029 case ${srcdir} in
7030 .) ;;
7031 *) cat > ./.gdbinit <<EOF
7032# ${NO_EDIT}
7033dir ${srcdir}
7034dir .
7035source ${srcdir}/.gdbinit
7036EOF
7037 ;;
7038 esac
7039fi
7040
671aa708
NN
7041# Make sure that the compiler is able to generate an executable. If it
7042# can't, we are probably in trouble. We don't care whether we can run the
7043# executable--we might be using a cross compiler--we only care whether it
7044# can be created. At this point the main configure script has set CC.
7045we_are_ok=no
7046echo "int main () { return 0; }" > conftest.c
7047${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7048if test $? = 0 ; then
7049 if test -s conftest || test -s conftest.exe ; then
7050 we_are_ok=yes
7051 fi
1c710c3c 7052fi
671aa708
NN
7053case $we_are_ok in
7054 no)
7055 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7056 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7057 rm -f conftest*
7058 exit 1
7059 ;;
7060esac
7061rm -f conftest*
7062
7063# The Solaris /usr/ucb/cc compiler does not appear to work.
7064case "${host}" in
7065 sparc-sun-solaris2*)
7066 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
7067 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
7068 could_use=
7069 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
7070 if test -d /opt/cygnus/bin ; then
7071 if test "$could_use" = "" ; then
7072 could_use="/opt/cygnus/bin"
7073 else
7074 could_use="$could_use or /opt/cygnus/bin"
7075 fi
7076 fi
7077 if test "$could_use" = "" ; then
7078 echo "Warning: compilation may fail because you're using"
7079 echo "/usr/ucb/cc. You should change your PATH or CC "
7080 echo "variable and rerun configure."
7081 else
7082 echo "Warning: compilation may fail because you're using"
7083 echo "/usr/ucb/cc, when you should use the C compiler from"
7084 echo "$could_use. You should change your"
7085 echo "PATH or CC variable and rerun configure."
7086 fi
7087 fi
7088 ;;
7089esac
7090
d89f0ad6 7091# Decide which environment variable is used to find dynamic libraries.
671aa708
NN
7092case "${host}" in
7093 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
256f7136 7094 *-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
d89f0ad6 7095 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
671aa708
NN
7096 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7097esac
7098
d89f0ad6
AL
7099# On systems where the dynamic library environment variable is PATH,
7100# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7101# built executables to PATH.
7102if test "$RPATH_ENVVAR" = PATH; then
7103 GCC_SHLIB_SUBDIR=/shlib
7104else
7105 GCC_SHLIB_SUBDIR=
7106fi
7107
671aa708
NN
7108# Record target_configdirs and the configure arguments for target and
7109# build configuration in Makefile.
7110target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
23f6b2f9 7111build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
671aa708 7112
ad1e5170
JR
7113# If we are building libgomp, bootstrap it.
7114if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7115 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7116fi
7117
671aa708
NN
7118# Determine whether gdb needs tk/tcl or not.
7119# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7120# and in that case we want gdb to be built without tk. Ugh!
7121# In fact I believe gdb is the *only* package directly dependent on tk,
7122# so we should be able to put the 'maybe's in unconditionally and
7123# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7124# 100% sure that that's safe though.
e914a571 7125
b4f96efe 7126gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
671aa708
NN
7127case "$enable_gdbtk" in
7128 no)
7129 GDB_TK="" ;;
e914a571
AC
7130 yes)
7131 GDB_TK="${gdb_tk}" ;;
671aa708 7132 *)
e914a571
AC
7133 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7134 # distro. Eventually someone will fix this and move Insight, nee
7135 # gdbtk to a separate directory.
7136 if test -d ${srcdir}/gdb/gdbtk ; then
7137 GDB_TK="${gdb_tk}"
7138 else
7139 GDB_TK=""
7140 fi
7141 ;;
671aa708 7142esac
ef9db8d5
DJ
7143CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7144INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
671aa708 7145
60975492 7146# Strip out unwanted targets.
8b87bb96
NN
7147
7148# While at that, we remove Makefiles if we were started for recursive
7149# configuration, so that the top-level Makefile reconfigures them,
7150# like we used to do when configure itself was recursive.
8b87bb96 7151
3e54529c
RW
7152# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7153# but now we're fixing up the Makefile ourselves with the additional
7154# commands passed to AC_CONFIG_FILES. Use separate variables
7155# extrasub-{build,host,target} not because there is any reason to split
7156# the substitutions up that way, but only to remain below the limit of
7157# 99 commands in a script, for HP-UX sed.
7158# Do not nest @if/@endif pairs, because configure will not warn you at all.
8b87bb96 7159
5213506e
RW
7160# Check whether --enable-bootstrap was given.
7161if test "${enable_bootstrap+set}" = set; then :
7162 enableval=$enable_bootstrap;
f516a7da 7163else
ce521a9c 7164 enable_bootstrap=default
5213506e
RW
7165fi
7166
f516a7da 7167
ce521a9c
PB
7168# Issue errors and warnings for invalid/strange bootstrap combinations.
7169case "$configdirs" in
7170 *gcc*) have_compiler=yes ;;
7171 *) have_compiler=no ;;
7172esac
7173
7174case "$have_compiler:$host:$target:$enable_bootstrap" in
7175 *:*:*:no) ;;
7176
1ca26cd2 7177 # Default behavior. Enable bootstrap if we have a compiler
ce521a9c
PB
7178 # and we are in a native configuration.
7179 yes:$build:$build:default)
1ca26cd2 7180 enable_bootstrap=yes ;;
ce521a9c
PB
7181
7182 *:*:*:default)
7183 enable_bootstrap=no ;;
7184
7185 # We have a compiler and we are in a native configuration, bootstrap is ok
2d309510 7186 yes:$build:$build:yes)
ce521a9c
PB
7187 ;;
7188
7189 # Other configurations, but we have a compiler. Assume the user knows
7190 # what he's doing.
2d309510 7191 yes:*:*:yes)
5213506e
RW
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7193$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
ce521a9c
PB
7194 ;;
7195
7196 # No compiler: if they passed --enable-bootstrap explicitly, fail
2d309510 7197 no:*:*:yes)
5213506e 7198 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
ce521a9c
PB
7199
7200 # Fail if wrong command line
7201 *)
5213506e 7202 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
ce521a9c
PB
7203 ;;
7204esac
7205
ca6d0d62
RW
7206case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7207 *,c++,*:yes:yes) ;;
7208 *:yes:yes)
7209 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7210 ;;
7211esac
7212
79cd2b23
RW
7213case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7214 yes:yes:*\ gold\ *:*,c++,*) ;;
7215 yes:yes:*\ gold\ *:*)
7216 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7217 ;;
7218esac
7219
ce521a9c 7220# Adjust the toplevel makefile according to whether bootstrap was selected.
e12c4094 7221case $enable_bootstrap in
f516a7da 7222 yes)
e12c4094
AO
7223 bootstrap_suffix=bootstrap
7224 BUILD_CONFIG=bootstrap-debug
7225 ;;
f516a7da 7226 no)
e12c4094
AO
7227 bootstrap_suffix=no-bootstrap
7228 BUILD_CONFIG=
7229 ;;
f516a7da
PB
7230esac
7231
e12c4094
AO
7232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7233$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
5646b7b9
AO
7234
7235
7236# Check whether --with-build-config was given.
7237if test "${with_build_config+set}" = set; then :
7238 withval=$with_build_config; case $with_build_config in
7239 yes) with_build_config= ;;
7240 no) with_build_config= BUILD_CONFIG= ;;
7241 esac
7242fi
7243
7244
e12c4094
AO
7245if test "x${with_build_config}" != x; then
7246 BUILD_CONFIG=$with_build_config
7247else
7248 case $BUILD_CONFIG in
7249 bootstrap-debug)
7250 if echo "int f (void) { return 0; }" > conftest.c &&
7251 ${CC} -c conftest.c &&
7252 mv conftest.o conftest.o.g0 &&
7253 ${CC} -c -g conftest.c &&
7254 mv conftest.o conftest.o.g &&
615c8ffa 7255 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
e12c4094
AO
7256 :
7257 else
7258 BUILD_CONFIG=
7259 fi
7260 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7261 ;;
7262 esac
7263fi
7264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7265$as_echo "$BUILD_CONFIG" >&6; }
7266
7267
3e54529c 7268extrasub_build=
23f6b2f9 7269for module in ${build_configdirs} ; do
5607edfd
PB
7270 if test -z "${no_recursion}" \
7271 && test -f ${build_subdir}/${module}/Makefile; then
7272 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7273 rm -f ${build_subdir}/${module}/Makefile
7274 fi
3e54529c 7275 extrasub_build="$extrasub_build
5607edfd
PB
7276/^@if build-$module\$/d
7277/^@endif build-$module\$/d
7278/^@if build-$module-$bootstrap_suffix\$/d
7279/^@endif build-$module-$bootstrap_suffix\$/d"
7280done
3e54529c 7281extrasub_host=
5607edfd 7282for module in ${configdirs} ; do
a6fbc1e2 7283 if test -z "${no_recursion}"; then
f063a9ed 7284 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
a6fbc1e2
AS
7285 if test -f ${file}; then
7286 echo 1>&2 "*** removing ${file} to force reconfigure"
7287 rm -f ${file}
7288 fi
7289 done
5607edfd 7290 fi
3e54529c 7291 extrasub_host="$extrasub_host
5607edfd
PB
7292/^@if $module\$/d
7293/^@endif $module\$/d
7294/^@if $module-$bootstrap_suffix\$/d
7295/^@endif $module-$bootstrap_suffix\$/d"
7296done
3e54529c 7297extrasub_target=
5607edfd
PB
7298for module in ${target_configdirs} ; do
7299 if test -z "${no_recursion}" \
7300 && test -f ${target_subdir}/${module}/Makefile; then
7301 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7302 rm -f ${target_subdir}/${module}/Makefile
7303 fi
00020c16
ILT
7304
7305 # We only bootstrap target libraries listed in bootstrap_target_libs.
7306 case $bootstrap_target_libs in
7307 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7308 *) target_bootstrap_suffix=no-bootstrap ;;
7309 esac
7310
3e54529c 7311 extrasub_target="$extrasub_target
5607edfd
PB
7312/^@if target-$module\$/d
7313/^@endif target-$module\$/d
00020c16
ILT
7314/^@if target-$module-$target_bootstrap_suffix\$/d
7315/^@endif target-$module-$target_bootstrap_suffix\$/d"
5607edfd
PB
7316done
7317
3e54529c
RW
7318# Do the final fixup along with target modules.
7319extrasub_target="$extrasub_target
60975492 7320/^@if /,/^@endif /d"
671aa708
NN
7321
7322# Create the serialization dependencies. This uses a temporary file.
7323
5213506e
RW
7324# Check whether --enable-serial-configure was given.
7325if test "${enable_serial_configure+set}" = set; then :
7326 enableval=$enable_serial_configure;
7327fi
ade82b16
AO
7328
7329
bf1d3e81
NN
7330case ${enable_serial_configure} in
7331 yes)
7332 enable_serial_build_configure=yes
7333 enable_serial_host_configure=yes
7334 enable_serial_target_configure=yes
7335 ;;
7336esac
7337
671aa708
NN
7338# These force 'configure's to be done one at a time, to avoid problems
7339# with contention over a shared config.cache.
7340rm -f serdep.tmp
ade82b16 7341echo '# serdep.tmp' > serdep.tmp
671aa708 7342olditem=
bf1d3e81 7343test "x${enable_serial_build_configure}" = xyes &&
671aa708
NN
7344for item in ${build_configdirs} ; do
7345 case ${olditem} in
7346 "") ;;
ade82b16 7347 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
671aa708
NN
7348 esac
7349 olditem=${item}
7350done
7351olditem=
bf1d3e81 7352test "x${enable_serial_host_configure}" = xyes &&
671aa708
NN
7353for item in ${configdirs} ; do
7354 case ${olditem} in
7355 "") ;;
ade82b16 7356 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
671aa708
NN
7357 esac
7358 olditem=${item}
7359done
7360olditem=
bf1d3e81 7361test "x${enable_serial_target_configure}" = xyes &&
671aa708
NN
7362for item in ${target_configdirs} ; do
7363 case ${olditem} in
7364 "") ;;
ade82b16 7365 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
671aa708
NN
7366 esac
7367 olditem=${item}
7368done
7369serialization_dependencies=serdep.tmp
7370
7371
ade82b16 7372# Base args. Strip norecursion, cache-file, srcdir, host, build,
1c710c3c 7373# target, nonopt, and variable assignments. These are the ones we
f1a036e4
NC
7374# might not want to pass down to subconfigures. The exception being
7375# --cache-file=/dev/null, which is used to turn off the use of cache
7376# files altogether, and which should be passed on to subconfigures.
7377# Also strip program-prefix, program-suffix, and program-transform-name,
7378# so that we can pass down a consistent program-transform-name.
1c710c3c 7379baseargs=
29a63921 7380tbaseargs=
1c710c3c
DJ
7381keep_next=no
7382skip_next=no
7383eval "set -- $ac_configure_args"
44bfc3ac
DJ
7384for ac_arg
7385do
1c710c3c
DJ
7386 if test X"$skip_next" = X"yes"; then
7387 skip_next=no
7388 continue
7389 fi
7390 if test X"$keep_next" = X"yes"; then
7391 case $ac_arg in
7392 *\'*)
7393 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7394 esac
7395 baseargs="$baseargs '$ac_arg'"
29a63921 7396 tbaseargs="$tbaseargs '$ac_arg'"
1c710c3c
DJ
7397 keep_next=no
7398 continue
7399 fi
7400
7401 # Handle separated arguments. Based on the logic generated by
7402 # autoconf 2.59.
7403 case $ac_arg in
7404 *=* | --config-cache | -C | -disable-* | --disable-* \
7405 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7406 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7407 | -with-* | --with-* | -without-* | --without-* | --x)
7408 separate_arg=no
7409 ;;
7410 -*)
7411 separate_arg=yes
7412 ;;
7413 *)
7414 separate_arg=no
7415 ;;
7416 esac
7417
29a63921
AO
7418 skip_targ=no
7419 case $ac_arg in
7420
7421 --with-* | --without-*)
7422 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7423
7424 case $libopt in
7425 *[-_]include)
7426 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7427 ;;
7428 *[-_]lib)
7429 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7430 ;;
7431 *)
7432 lib=$libopt
7433 ;;
7434 esac
7435
7436
7437 case $lib in
7438 mpc | mpfr | gmp | ppl | cloog)
7439 # If we're processing --with-$lib, --with-$lib-include or
7440 # --with-$lib-lib, for one of the libs above, and target is
7441 # different from host, don't pass the current argument to any
7442 # target library's configure.
7443 if test x$is_cross_compiler = xyes; then
7444 skip_targ=yes
7445 fi
7446 ;;
7447 esac
7448 ;;
7449 esac
7450
1c710c3c 7451 case "$ac_arg" in
f1a036e4
NC
7452 --cache-file=/dev/null | \
7453 -cache-file=/dev/null )
7454 # Handled here to avoid the test to skip args below.
7455 baseargs="$baseargs '$ac_arg'"
29a63921 7456 tbaseargs="$tbaseargs '$ac_arg'"
f1a036e4
NC
7457 # Assert: $separate_arg should always be no.
7458 keep_next=$separate_arg
7459 ;;
1c710c3c
DJ
7460 --no*)
7461 continue
7462 ;;
7463 --c* | \
7464 --sr* | \
7465 --ho* | \
7466 --bu* | \
7467 --t* | \
7468 --program-* | \
7469 -cache_file* | \
7470 -srcdir* | \
7471 -host* | \
7472 -build* | \
7473 -target* | \
7474 -program-prefix* | \
7475 -program-suffix* | \
7476 -program-transform-name* )
7477 skip_next=$separate_arg
7478 continue
7479 ;;
7480 -*)
7481 # An option. Add it.
7482 case $ac_arg in
7483 *\'*)
7484 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7485 esac
7486 baseargs="$baseargs '$ac_arg'"
29a63921
AO
7487 if test X"$skip_targ" = Xno; then
7488 tbaseargs="$tbaseargs '$ac_arg'"
7489 fi
1c710c3c
DJ
7490 keep_next=$separate_arg
7491 ;;
7492 *)
7493 # Either a variable assignment, or a nonopt (triplet). Don't
7494 # pass it down; let the Makefile handle this.
7495 continue
7496 ;;
7497 esac
7498done
7499# Remove the initial space we just introduced and, as these will be
7500# expanded by make, quote '$'.
7501baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
671aa708 7502
43bb47c2
DJ
7503# Add in --program-transform-name, after --program-prefix and
7504# --program-suffix have been applied to it. Autoconf has already
7505# doubled dollar signs and backslashes in program_transform_name; we want
7506# the backslashes un-doubled, and then the entire thing wrapped in single
1c710c3c 7507# quotes, because this will be expanded first by make and then by the shell.
43bb47c2
DJ
7508# Also, because we want to override the logic in subdir configure scripts to
7509# choose program_transform_name, replace any s,x,x, with s,y,y,.
7510sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7511${program_transform_name}
7512EOF_SED
7513gcc_transform_name=`cat conftestsed.out`
7514rm -f conftestsed.out
7515baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
29a63921 7516tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
d9acb717
RW
7517if test "$silent" = yes; then
7518 baseargs="$baseargs --silent"
29a63921 7519 tbaseargs="$tbaseargs --silent"
d9acb717 7520fi
0115d4a3 7521baseargs="$baseargs --disable-option-checking"
29a63921 7522tbaseargs="$tbaseargs --disable-option-checking"
43bb47c2 7523
ffedf511
RW
7524# Record and document user additions to sub configure arguments.
7525
7526
7527
7528
671aa708
NN
7529# For the build-side libraries, we just need to pretend we're native,
7530# and not use the same cache file. Multilibs are neither needed nor
7531# desired.
ffedf511 7532build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
671aa708
NN
7533
7534# For host modules, accept cache file option, or specification as blank.
7535case "${cache_file}" in
7536"") # empty
7537 cache_file_option="" ;;
7538/* | [A-Za-z]:[\\/]* ) # absolute path
7539 cache_file_option="--cache-file=${cache_file}" ;;
7540*) # relative path
7541 cache_file_option="--cache-file=../${cache_file}" ;;
7542esac
7543
09438bde
NN
7544# Host dirs don't like to share a cache file either, horribly enough.
7545# This seems to be due to autoconf 2.5x stupidity.
ffedf511 7546host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
671aa708 7547
29a63921 7548target_configargs="$target_configargs ${tbaseargs}"
671aa708
NN
7549
7550# Passing a --with-cross-host argument lets the target libraries know
7551# whether they are being built with a cross-compiler or being built
7552# native. However, it would be better to use other mechanisms to make the
7553# sorts of decisions they want to make on this basis. Please consider
7554# this option to be deprecated. FIXME.
7555if test x${is_cross_compiler} = xyes ; then
1c710c3c 7556 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
671aa708
NN
7557fi
7558
dc683a3f
RW
7559# Default to --enable-multilib.
7560if test x${enable_multilib} = x ; then
671aa708 7561 target_configargs="--enable-multilib ${target_configargs}"
dc683a3f 7562fi
671aa708
NN
7563
7564# Pass --with-newlib if appropriate. Note that target_configdirs has
7565# changed from the earlier setting of with_newlib.
7566if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7567 target_configargs="--with-newlib ${target_configargs}"
7568fi
7569
6b9eb62c
NN
7570# Different target subdirs use different values of certain variables
7571# (notably CXX). Worse, multilibs use *lots* of different values.
7572# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7573# it doesn't automatically accept command-line overrides of them.
7574# This means it's not safe for target subdirs to share a cache file,
7575# which is disgusting, but there you have it. Hopefully this can be
7576# fixed in future. It's still worthwhile to use a cache file for each
7577# directory. I think.
7578
bebcd931
MS
7579# Pass the appropriate --build, --host, --target and --cache-file arguments.
7580# We need to pass --target, as newer autoconf's requires consistency
7581# for target_alias and gcc doesn't manage it consistently.
e69bf64b 7582target_configargs="--cache-file=./config.cache ${target_configargs}"
671aa708 7583
671aa708
NN
7584FLAGS_FOR_TARGET=
7585case " $target_configdirs " in
7586 *" newlib "*)
7587 case " $target_configargs " in
7588 *" --with-newlib "*)
7589 case "$target" in
5d571eaa
OS
7590 *-cygwin*)
7591 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'
7592 ;;
671aa708
NN
7593 esac
7594
7595 # If we're not building GCC, don't discard standard headers.
7596 if test -d ${srcdir}/gcc; then
7597 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7598
7599 if test "${build}" != "${host}"; then
7600 # On Canadian crosses, CC_FOR_TARGET will have already been set
7601 # by `configure', so we won't have an opportunity to add -Bgcc/
7602 # to it. This is right: we don't want to search that directory
7603 # for binaries, but we want the header files in there, so add
7604 # them explicitly.
0463992b 7605 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
671aa708
NN
7606
7607 # Someone might think of using the pre-installed headers on
7608 # Canadian crosses, in case the installed compiler is not fully
7609 # compatible with the compiler being built. In this case, it
7610 # would be better to flag an error than risking having
7611 # incompatible object files being constructed. We can't
7612 # guarantee that an error will be flagged, but let's hope the
7613 # compiler will do it, when presented with incompatible header
7614 # files.
7615 fi
7616 fi
7617
7618 case "${target}-${is_cross_compiler}" in
f2a0e225 7619 i[3456789]86-*-linux*-no)
671aa708
NN
7620 # Here host == target, so we don't need to build gcc,
7621 # so we don't want to discard standard headers.
7622 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7623 ;;
7624 *)
7625 # If we're building newlib, use its generic headers last, but search
7626 # for any libc-related directories first (so make it the last -B
7627 # switch).
7628 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
7629
7630 # If we're building libgloss, find the startup file, simulator library
7631 # and linker script.
7632 case " $target_configdirs " in
7633 *" libgloss "*)
7634 # Look for startup file, simulator library and maybe linker script.
7635 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7636 # Look for libnosys.a in case the target needs it.
7637 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7638 # Most targets have the linker script in the source directory.
7639 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7640 ;;
7641 esac
671aa708
NN
7642 ;;
7643 esac
7644 ;;
7645 esac
7646 ;;
7647esac
5d571eaa 7648
b91f0a41 7649case "$target" in
5d571eaa
OS
7650 x86_64-*mingw* | *-w64-mingw*)
7651 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7652 # however, use a symlink named 'mingw' in ${prefix} .
7653 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7654 ;;
7655 *-mingw*)
7656 # MinGW can't be handled as Cygwin above since it does not use newlib.
7657 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'
7658 ;;
b91f0a41 7659esac
671aa708 7660
6691a79e
ME
7661# Allow the user to override the flags for
7662# our build compiler if desired.
f019adc1
MF
7663if test x"${build}" = x"${host}" ; then
7664 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7665 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7666 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7667fi
6691a79e 7668
671aa708
NN
7669# On Canadian crosses, we'll be searching the right directories for
7670# the previously-installed cross compiler, so don't bother to add
7671# flags for directories within the install tree of the compiler
7672# being built; programs in there won't even run.
7673if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7674 # Search for pre-installed headers if nothing else fits.
9124bc53 7675 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
7676fi
7677
7678if test "x${use_gnu_ld}" = x &&
7679 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7680 # Arrange for us to find uninstalled linker scripts.
215c351a 7681 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
671aa708
NN
7682fi
7683
e88a2c09
DD
7684# Search for other target-specific linker scripts and such.
7685case "${target}" in
3e19841a
PB
7686 mep*)
7687 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7688 ;;
e88a2c09
DD
7689esac
7690
671aa708 7691# Makefile fragments.
7b61653a
PE
7692for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7693do
7694 eval fragval=\$$frag
7695 if test $fragval != /dev/null; then
7696 eval $frag=${srcdir}/$fragval
7697 fi
7698done
671aa708
NN
7699
7700
7701
7702
7703
7704# Miscellanea: directories, flags, etc.
7705
7706
7707
7708
7709
7710
7711
d89f0ad6 7712
23f6b2f9 7713# Build module lists & subconfigure args.
671aa708
NN
7714
7715
7716
2abefe3d
PB
7717# Host module lists & subconfigure args.
7718
7719
7720
aae29963 7721
2abefe3d
PB
7722# Target module lists & subconfigure args.
7723
7724
7725
7726# Build tools.
7727
7728
7729
0999159b
PB
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
632e2a07 7744
2abefe3d
PB
7745# Generate default definitions for YACC, M4, LEX and other programs that run
7746# on the build machine. These are used if the Makefile can't locate these
7747# programs in objdir.
7748MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7749
7750for ac_prog in 'bison -y' byacc yacc
7751do
1c710c3c 7752 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7753set dummy $ac_prog; ac_word=$2
5213506e
RW
7754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7755$as_echo_n "checking for $ac_word... " >&6; }
7756if test "${ac_cv_prog_YACC+set}" = set; then :
7757 $as_echo_n "(cached) " >&6
2abefe3d
PB
7758else
7759 if test -n "$YACC"; then
7760 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7761else
1c710c3c
DJ
7762as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7763for as_dir in $PATH
7764do
7765 IFS=$as_save_IFS
7766 test -z "$as_dir" && as_dir=.
5213506e
RW
7767 for ac_exec_ext in '' $ac_executable_extensions; do
7768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7769 ac_cv_prog_YACC="$ac_prog"
5213506e 7770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7771 break 2
7772 fi
7773done
5213506e
RW
7774 done
7775IFS=$as_save_IFS
1c710c3c 7776
2abefe3d
PB
7777fi
7778fi
1c710c3c 7779YACC=$ac_cv_prog_YACC
2abefe3d 7780if test -n "$YACC"; then
5213506e
RW
7781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7782$as_echo "$YACC" >&6; }
2abefe3d 7783else
5213506e
RW
7784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7785$as_echo "no" >&6; }
2abefe3d
PB
7786fi
7787
5213506e 7788
1c710c3c 7789 test -n "$YACC" && break
2abefe3d
PB
7790done
7791test -n "$YACC" || YACC="$MISSING bison -y"
7792
7793case " $build_configdirs " in
7794 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7795 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7796esac
7797
7798for ac_prog in bison
7799do
1c710c3c 7800 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7801set dummy $ac_prog; ac_word=$2
5213506e
RW
7802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7803$as_echo_n "checking for $ac_word... " >&6; }
7804if test "${ac_cv_prog_BISON+set}" = set; then :
7805 $as_echo_n "(cached) " >&6
2abefe3d
PB
7806else
7807 if test -n "$BISON"; then
7808 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7809else
1c710c3c
DJ
7810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7811for as_dir in $PATH
7812do
7813 IFS=$as_save_IFS
7814 test -z "$as_dir" && as_dir=.
5213506e
RW
7815 for ac_exec_ext in '' $ac_executable_extensions; do
7816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7817 ac_cv_prog_BISON="$ac_prog"
5213506e 7818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7819 break 2
7820 fi
7821done
5213506e
RW
7822 done
7823IFS=$as_save_IFS
1c710c3c 7824
2abefe3d
PB
7825fi
7826fi
1c710c3c 7827BISON=$ac_cv_prog_BISON
2abefe3d 7828if test -n "$BISON"; then
5213506e
RW
7829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7830$as_echo "$BISON" >&6; }
2abefe3d 7831else
5213506e
RW
7832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7833$as_echo "no" >&6; }
2abefe3d
PB
7834fi
7835
5213506e 7836
1c710c3c 7837 test -n "$BISON" && break
2abefe3d
PB
7838done
7839test -n "$BISON" || BISON="$MISSING bison"
7840
7841case " $build_configdirs " in
7842 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7843esac
7844
7845for ac_prog in gm4 gnum4 m4
7846do
1c710c3c 7847 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7848set dummy $ac_prog; ac_word=$2
5213506e
RW
7849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7850$as_echo_n "checking for $ac_word... " >&6; }
7851if test "${ac_cv_prog_M4+set}" = set; then :
7852 $as_echo_n "(cached) " >&6
2abefe3d
PB
7853else
7854 if test -n "$M4"; then
7855 ac_cv_prog_M4="$M4" # Let the user override the test.
7856else
1c710c3c
DJ
7857as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7858for as_dir in $PATH
7859do
7860 IFS=$as_save_IFS
7861 test -z "$as_dir" && as_dir=.
5213506e
RW
7862 for ac_exec_ext in '' $ac_executable_extensions; do
7863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7864 ac_cv_prog_M4="$ac_prog"
5213506e 7865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7866 break 2
7867 fi
7868done
5213506e
RW
7869 done
7870IFS=$as_save_IFS
1c710c3c 7871
2abefe3d
PB
7872fi
7873fi
1c710c3c 7874M4=$ac_cv_prog_M4
2abefe3d 7875if test -n "$M4"; then
5213506e
RW
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7877$as_echo "$M4" >&6; }
2abefe3d 7878else
5213506e
RW
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7880$as_echo "no" >&6; }
2abefe3d
PB
7881fi
7882
5213506e 7883
1c710c3c 7884 test -n "$M4" && break
2abefe3d
PB
7885done
7886test -n "$M4" || M4="$MISSING m4"
7887
7888case " $build_configdirs " in
7889 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7890esac
7891
7892for ac_prog in flex lex
7893do
1c710c3c 7894 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7895set dummy $ac_prog; ac_word=$2
5213506e
RW
7896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7897$as_echo_n "checking for $ac_word... " >&6; }
7898if test "${ac_cv_prog_LEX+set}" = set; then :
7899 $as_echo_n "(cached) " >&6
2abefe3d
PB
7900else
7901 if test -n "$LEX"; then
7902 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7903else
1c710c3c
DJ
7904as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7905for as_dir in $PATH
7906do
7907 IFS=$as_save_IFS
7908 test -z "$as_dir" && as_dir=.
5213506e
RW
7909 for ac_exec_ext in '' $ac_executable_extensions; do
7910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7911 ac_cv_prog_LEX="$ac_prog"
5213506e 7912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7913 break 2
7914 fi
7915done
5213506e
RW
7916 done
7917IFS=$as_save_IFS
1c710c3c 7918
2abefe3d
PB
7919fi
7920fi
1c710c3c 7921LEX=$ac_cv_prog_LEX
2abefe3d 7922if test -n "$LEX"; then
5213506e
RW
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7924$as_echo "$LEX" >&6; }
2abefe3d 7925else
5213506e
RW
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7927$as_echo "no" >&6; }
2abefe3d
PB
7928fi
7929
5213506e 7930
1c710c3c 7931 test -n "$LEX" && break
2abefe3d
PB
7932done
7933test -n "$LEX" || LEX="$MISSING flex"
7934
7935case " $build_configdirs " in
7936 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7937 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7938esac
7939
7940for ac_prog in flex
7941do
1c710c3c 7942 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7943set dummy $ac_prog; ac_word=$2
5213506e
RW
7944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7945$as_echo_n "checking for $ac_word... " >&6; }
7946if test "${ac_cv_prog_FLEX+set}" = set; then :
7947 $as_echo_n "(cached) " >&6
2abefe3d
PB
7948else
7949 if test -n "$FLEX"; then
7950 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7951else
1c710c3c
DJ
7952as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7953for as_dir in $PATH
7954do
7955 IFS=$as_save_IFS
7956 test -z "$as_dir" && as_dir=.
5213506e
RW
7957 for ac_exec_ext in '' $ac_executable_extensions; do
7958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7959 ac_cv_prog_FLEX="$ac_prog"
5213506e 7960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7961 break 2
7962 fi
7963done
5213506e
RW
7964 done
7965IFS=$as_save_IFS
1c710c3c 7966
2abefe3d
PB
7967fi
7968fi
1c710c3c 7969FLEX=$ac_cv_prog_FLEX
2abefe3d 7970if test -n "$FLEX"; then
5213506e
RW
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7972$as_echo "$FLEX" >&6; }
2abefe3d 7973else
5213506e
RW
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7975$as_echo "no" >&6; }
2abefe3d
PB
7976fi
7977
5213506e 7978
1c710c3c 7979 test -n "$FLEX" && break
2abefe3d
PB
7980done
7981test -n "$FLEX" || FLEX="$MISSING flex"
7982
7983case " $build_configdirs " in
7984 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7985esac
7986
7987for ac_prog in makeinfo
7988do
1c710c3c 7989 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7990set dummy $ac_prog; ac_word=$2
5213506e
RW
7991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7992$as_echo_n "checking for $ac_word... " >&6; }
7993if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7994 $as_echo_n "(cached) " >&6
2abefe3d
PB
7995else
7996 if test -n "$MAKEINFO"; then
7997 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7998else
1c710c3c
DJ
7999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8000for as_dir in $PATH
8001do
8002 IFS=$as_save_IFS
8003 test -z "$as_dir" && as_dir=.
5213506e
RW
8004 for ac_exec_ext in '' $ac_executable_extensions; do
8005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8006 ac_cv_prog_MAKEINFO="$ac_prog"
5213506e 8007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8008 break 2
8009 fi
8010done
5213506e
RW
8011 done
8012IFS=$as_save_IFS
1c710c3c 8013
2abefe3d
PB
8014fi
8015fi
1c710c3c 8016MAKEINFO=$ac_cv_prog_MAKEINFO
2abefe3d 8017if test -n "$MAKEINFO"; then
5213506e
RW
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8019$as_echo "$MAKEINFO" >&6; }
2abefe3d 8020else
5213506e
RW
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8022$as_echo "no" >&6; }
2abefe3d
PB
8023fi
8024
5213506e 8025
1c710c3c 8026 test -n "$MAKEINFO" && break
2abefe3d
PB
8027done
8028test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8029
8030case " $build_configdirs " in
8031 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8032 *)
8033
d18ff35a 8034 # For an installed makeinfo, we require it to be from texinfo 4.7 or
2abefe3d
PB
8035 # higher, else we use the "missing" dummy.
8036 if ${MAKEINFO} --version \
d18ff35a 8037 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
2abefe3d
PB
8038 :
8039 else
8040 MAKEINFO="$MISSING makeinfo"
8041 fi
8042 ;;
8043
8044esac
671aa708 8045
2abefe3d 8046# FIXME: expect and dejagnu may become build tools?
671aa708 8047
2abefe3d
PB
8048for ac_prog in expect
8049do
1c710c3c 8050 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8051set dummy $ac_prog; ac_word=$2
5213506e
RW
8052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8053$as_echo_n "checking for $ac_word... " >&6; }
8054if test "${ac_cv_prog_EXPECT+set}" = set; then :
8055 $as_echo_n "(cached) " >&6
2abefe3d
PB
8056else
8057 if test -n "$EXPECT"; then
8058 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8059else
1c710c3c
DJ
8060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8061for as_dir in $PATH
8062do
8063 IFS=$as_save_IFS
8064 test -z "$as_dir" && as_dir=.
5213506e
RW
8065 for ac_exec_ext in '' $ac_executable_extensions; do
8066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8067 ac_cv_prog_EXPECT="$ac_prog"
5213506e 8068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8069 break 2
8070 fi
8071done
5213506e
RW
8072 done
8073IFS=$as_save_IFS
1c710c3c 8074
2abefe3d
PB
8075fi
8076fi
1c710c3c 8077EXPECT=$ac_cv_prog_EXPECT
2abefe3d 8078if test -n "$EXPECT"; then
5213506e
RW
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8080$as_echo "$EXPECT" >&6; }
2abefe3d 8081else
5213506e
RW
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8083$as_echo "no" >&6; }
2abefe3d 8084fi
671aa708 8085
5213506e 8086
1c710c3c 8087 test -n "$EXPECT" && break
2abefe3d
PB
8088done
8089test -n "$EXPECT" || EXPECT="expect"
671aa708 8090
2abefe3d
PB
8091case " $configdirs " in
8092 *" expect "*)
8093 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8094 ;;
8095esac
671aa708 8096
2abefe3d
PB
8097for ac_prog in runtest
8098do
1c710c3c 8099 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8100set dummy $ac_prog; ac_word=$2
5213506e
RW
8101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8102$as_echo_n "checking for $ac_word... " >&6; }
8103if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8104 $as_echo_n "(cached) " >&6
2abefe3d
PB
8105else
8106 if test -n "$RUNTEST"; then
8107 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
fb0103e5 8108else
1c710c3c
DJ
8109as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8110for as_dir in $PATH
8111do
8112 IFS=$as_save_IFS
8113 test -z "$as_dir" && as_dir=.
5213506e
RW
8114 for ac_exec_ext in '' $ac_executable_extensions; do
8115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8116 ac_cv_prog_RUNTEST="$ac_prog"
5213506e 8117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8118 break 2
8119 fi
8120done
5213506e
RW
8121 done
8122IFS=$as_save_IFS
1c710c3c 8123
2abefe3d
PB
8124fi
8125fi
1c710c3c 8126RUNTEST=$ac_cv_prog_RUNTEST
2abefe3d 8127if test -n "$RUNTEST"; then
5213506e
RW
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8129$as_echo "$RUNTEST" >&6; }
2abefe3d 8130else
5213506e
RW
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8132$as_echo "no" >&6; }
2abefe3d 8133fi
671aa708 8134
5213506e 8135
1c710c3c 8136 test -n "$RUNTEST" && break
2abefe3d
PB
8137done
8138test -n "$RUNTEST" || RUNTEST="runtest"
671aa708 8139
2abefe3d
PB
8140case " $configdirs " in
8141 *" dejagnu "*)
c394e891 8142 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
2abefe3d
PB
8143 ;;
8144esac
671aa708
NN
8145
8146
671aa708 8147# Host tools.
ca9f4b81
AO
8148ncn_tool_prefix=
8149test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8150ncn_target_tool_prefix=
8151test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8152
278a7a38
AO
8153
8154
8155if test -n "$AR"; then
8156 ac_cv_prog_AR=$AR
8157elif test -n "$ac_cv_prog_AR"; then
8158 AR=$ac_cv_prog_AR
8159fi
8160
8161if test -n "$ac_cv_prog_AR"; then
8162 for ncn_progname in ar; do
8163 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8164set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8166$as_echo_n "checking for $ac_word... " >&6; }
8167if test "${ac_cv_prog_AR+set}" = set; then :
8168 $as_echo_n "(cached) " >&6
278a7a38
AO
8169else
8170 if test -n "$AR"; then
8171 ac_cv_prog_AR="$AR" # Let the user override the test.
8172else
8173as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8174for as_dir in $PATH
8175do
8176 IFS=$as_save_IFS
8177 test -z "$as_dir" && as_dir=.
5213506e
RW
8178 for ac_exec_ext in '' $ac_executable_extensions; do
8179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8180 ac_cv_prog_AR="${ncn_progname}"
5213506e 8181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8182 break 2
8183 fi
8184done
5213506e
RW
8185 done
8186IFS=$as_save_IFS
278a7a38
AO
8187
8188fi
8189fi
8190AR=$ac_cv_prog_AR
8191if test -n "$AR"; then
5213506e
RW
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8193$as_echo "$AR" >&6; }
278a7a38 8194else
5213506e
RW
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8196$as_echo "no" >&6; }
278a7a38
AO
8197fi
8198
5213506e 8199
278a7a38
AO
8200 done
8201fi
8202
8203for ncn_progname in ar; do
2693c0b0
PB
8204 if test -n "$ncn_tool_prefix"; then
8205 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8206set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8208$as_echo_n "checking for $ac_word... " >&6; }
8209if test "${ac_cv_prog_AR+set}" = set; then :
8210 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8211else
8212 if test -n "$AR"; then
8213 ac_cv_prog_AR="$AR" # Let the user override the test.
8214else
1c710c3c
DJ
8215as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8216for as_dir in $PATH
8217do
8218 IFS=$as_save_IFS
8219 test -z "$as_dir" && as_dir=.
5213506e
RW
8220 for ac_exec_ext in '' $ac_executable_extensions; do
8221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8222 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
5213506e 8223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8224 break 2
8225 fi
8226done
5213506e
RW
8227 done
8228IFS=$as_save_IFS
1c710c3c 8229
ca9f4b81
AO
8230fi
8231fi
1c710c3c 8232AR=$ac_cv_prog_AR
ca9f4b81 8233if test -n "$AR"; then
5213506e
RW
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8235$as_echo "$AR" >&6; }
ca9f4b81 8236else
5213506e
RW
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8238$as_echo "no" >&6; }
ca9f4b81
AO
8239fi
8240
5213506e 8241
2693c0b0
PB
8242 fi
8243 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8244 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8245set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8247$as_echo_n "checking for $ac_word... " >&6; }
8248if test "${ac_cv_prog_AR+set}" = set; then :
8249 $as_echo_n "(cached) " >&6
ca9f4b81 8250else
2693c0b0 8251 if test -n "$AR"; then
af71363e
AS
8252 ac_cv_prog_AR="$AR" # Let the user override the test.
8253else
1c710c3c
DJ
8254as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8255for as_dir in $PATH
8256do
8257 IFS=$as_save_IFS
8258 test -z "$as_dir" && as_dir=.
5213506e
RW
8259 for ac_exec_ext in '' $ac_executable_extensions; do
8260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8261 ac_cv_prog_AR="${ncn_progname}"
5213506e 8262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8263 break 2
8264 fi
8265done
5213506e
RW
8266 done
8267IFS=$as_save_IFS
1c710c3c 8268
ca9f4b81
AO
8269fi
8270fi
1c710c3c 8271AR=$ac_cv_prog_AR
2693c0b0 8272if test -n "$AR"; then
5213506e
RW
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8274$as_echo "$AR" >&6; }
ca9f4b81 8275else
5213506e
RW
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8277$as_echo "no" >&6; }
ca9f4b81 8278fi
1c710c3c 8279
5213506e 8280
2693c0b0
PB
8281 fi
8282 test -n "$ac_cv_prog_AR" && break
8283done
8284
8285if test -z "$ac_cv_prog_AR" ; then
8286 set dummy ar
8287 if test $build = $host ; then
8288 AR="$2"
ca9f4b81 8289 else
2693c0b0 8290 AR="${ncn_tool_prefix}$2"
ca9f4b81 8291 fi
ca9f4b81
AO
8292fi
8293
278a7a38
AO
8294
8295
8296if test -n "$AS"; then
8297 ac_cv_prog_AS=$AS
8298elif test -n "$ac_cv_prog_AS"; then
8299 AS=$ac_cv_prog_AS
8300fi
8301
8302if test -n "$ac_cv_prog_AS"; then
8303 for ncn_progname in as; do
8304 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8305set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8307$as_echo_n "checking for $ac_word... " >&6; }
8308if test "${ac_cv_prog_AS+set}" = set; then :
8309 $as_echo_n "(cached) " >&6
278a7a38
AO
8310else
8311 if test -n "$AS"; then
8312 ac_cv_prog_AS="$AS" # Let the user override the test.
8313else
8314as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8315for as_dir in $PATH
8316do
8317 IFS=$as_save_IFS
8318 test -z "$as_dir" && as_dir=.
5213506e
RW
8319 for ac_exec_ext in '' $ac_executable_extensions; do
8320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8321 ac_cv_prog_AS="${ncn_progname}"
5213506e 8322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8323 break 2
8324 fi
8325done
5213506e
RW
8326 done
8327IFS=$as_save_IFS
278a7a38
AO
8328
8329fi
8330fi
8331AS=$ac_cv_prog_AS
8332if test -n "$AS"; then
5213506e
RW
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8334$as_echo "$AS" >&6; }
278a7a38 8335else
5213506e
RW
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8337$as_echo "no" >&6; }
278a7a38
AO
8338fi
8339
5213506e 8340
278a7a38
AO
8341 done
8342fi
8343
8344for ncn_progname in as; do
2693c0b0
PB
8345 if test -n "$ncn_tool_prefix"; then
8346 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8347set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8349$as_echo_n "checking for $ac_word... " >&6; }
8350if test "${ac_cv_prog_AS+set}" = set; then :
8351 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8352else
8353 if test -n "$AS"; then
8354 ac_cv_prog_AS="$AS" # Let the user override the test.
0b0dc272 8355else
1c710c3c
DJ
8356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8357for as_dir in $PATH
8358do
8359 IFS=$as_save_IFS
8360 test -z "$as_dir" && as_dir=.
5213506e
RW
8361 for ac_exec_ext in '' $ac_executable_extensions; do
8362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8363 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
5213506e 8364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8365 break 2
8366 fi
8367done
5213506e
RW
8368 done
8369IFS=$as_save_IFS
1c710c3c 8370
ca9f4b81
AO
8371fi
8372fi
1c710c3c 8373AS=$ac_cv_prog_AS
ca9f4b81 8374if test -n "$AS"; then
5213506e
RW
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8376$as_echo "$AS" >&6; }
ca9f4b81 8377else
5213506e
RW
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8379$as_echo "no" >&6; }
ca9f4b81
AO
8380fi
8381
5213506e 8382
2693c0b0
PB
8383 fi
8384 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8385 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8386set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8388$as_echo_n "checking for $ac_word... " >&6; }
8389if test "${ac_cv_prog_AS+set}" = set; then :
8390 $as_echo_n "(cached) " >&6
ca9f4b81 8391else
2693c0b0
PB
8392 if test -n "$AS"; then
8393 ac_cv_prog_AS="$AS" # Let the user override the test.
ca9f4b81 8394else
1c710c3c
DJ
8395as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8396for as_dir in $PATH
8397do
8398 IFS=$as_save_IFS
8399 test -z "$as_dir" && as_dir=.
5213506e
RW
8400 for ac_exec_ext in '' $ac_executable_extensions; do
8401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8402 ac_cv_prog_AS="${ncn_progname}"
5213506e 8403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8404 break 2
8405 fi
8406done
5213506e
RW
8407 done
8408IFS=$as_save_IFS
1c710c3c 8409
ca9f4b81
AO
8410fi
8411fi
1c710c3c 8412AS=$ac_cv_prog_AS
2693c0b0 8413if test -n "$AS"; then
5213506e
RW
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8415$as_echo "$AS" >&6; }
ca9f4b81 8416else
5213506e
RW
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8418$as_echo "no" >&6; }
ca9f4b81 8419fi
1c710c3c 8420
5213506e 8421
2693c0b0
PB
8422 fi
8423 test -n "$ac_cv_prog_AS" && break
8424done
8425
8426if test -z "$ac_cv_prog_AS" ; then
8427 set dummy as
8428 if test $build = $host ; then
8429 AS="$2"
ca9f4b81 8430 else
2693c0b0 8431 AS="${ncn_tool_prefix}$2"
ca9f4b81 8432 fi
ca9f4b81
AO
8433fi
8434
278a7a38
AO
8435
8436
8437if test -n "$DLLTOOL"; then
8438 ac_cv_prog_DLLTOOL=$DLLTOOL
8439elif test -n "$ac_cv_prog_DLLTOOL"; then
8440 DLLTOOL=$ac_cv_prog_DLLTOOL
8441fi
8442
8443if test -n "$ac_cv_prog_DLLTOOL"; then
8444 for ncn_progname in dlltool; do
8445 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8446set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8447{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8448$as_echo_n "checking for $ac_word... " >&6; }
8449if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8450 $as_echo_n "(cached) " >&6
278a7a38
AO
8451else
8452 if test -n "$DLLTOOL"; then
8453 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8454else
8455as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8456for as_dir in $PATH
8457do
8458 IFS=$as_save_IFS
8459 test -z "$as_dir" && as_dir=.
5213506e
RW
8460 for ac_exec_ext in '' $ac_executable_extensions; do
8461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8462 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8464 break 2
8465 fi
8466done
5213506e
RW
8467 done
8468IFS=$as_save_IFS
278a7a38
AO
8469
8470fi
8471fi
8472DLLTOOL=$ac_cv_prog_DLLTOOL
8473if test -n "$DLLTOOL"; then
5213506e
RW
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8475$as_echo "$DLLTOOL" >&6; }
278a7a38 8476else
5213506e
RW
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8478$as_echo "no" >&6; }
278a7a38
AO
8479fi
8480
5213506e 8481
278a7a38
AO
8482 done
8483fi
8484
8485for ncn_progname in dlltool; do
2693c0b0
PB
8486 if test -n "$ncn_tool_prefix"; then
8487 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8488set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8489{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8490$as_echo_n "checking for $ac_word... " >&6; }
8491if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8492 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8493else
8494 if test -n "$DLLTOOL"; then
8495 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8496else
1c710c3c
DJ
8497as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8498for as_dir in $PATH
8499do
8500 IFS=$as_save_IFS
8501 test -z "$as_dir" && as_dir=.
5213506e
RW
8502 for ac_exec_ext in '' $ac_executable_extensions; do
8503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8504 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
5213506e 8505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8506 break 2
8507 fi
8508done
5213506e
RW
8509 done
8510IFS=$as_save_IFS
1c710c3c 8511
ca9f4b81
AO
8512fi
8513fi
1c710c3c 8514DLLTOOL=$ac_cv_prog_DLLTOOL
ca9f4b81 8515if test -n "$DLLTOOL"; then
5213506e
RW
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8517$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8518else
5213506e
RW
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8520$as_echo "no" >&6; }
ca9f4b81
AO
8521fi
8522
5213506e 8523
2693c0b0
PB
8524 fi
8525 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8526 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8527set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8529$as_echo_n "checking for $ac_word... " >&6; }
8530if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8531 $as_echo_n "(cached) " >&6
ca9f4b81 8532else
2693c0b0
PB
8533 if test -n "$DLLTOOL"; then
8534 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
ca9f4b81 8535else
1c710c3c
DJ
8536as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8537for as_dir in $PATH
8538do
8539 IFS=$as_save_IFS
8540 test -z "$as_dir" && as_dir=.
5213506e
RW
8541 for ac_exec_ext in '' $ac_executable_extensions; do
8542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8543 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8545 break 2
8546 fi
8547done
5213506e
RW
8548 done
8549IFS=$as_save_IFS
1c710c3c 8550
ca9f4b81
AO
8551fi
8552fi
1c710c3c 8553DLLTOOL=$ac_cv_prog_DLLTOOL
2693c0b0 8554if test -n "$DLLTOOL"; then
5213506e
RW
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8556$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8557else
5213506e
RW
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8559$as_echo "no" >&6; }
ca9f4b81 8560fi
1c710c3c 8561
5213506e 8562
2693c0b0
PB
8563 fi
8564 test -n "$ac_cv_prog_DLLTOOL" && break
8565done
8566
8567if test -z "$ac_cv_prog_DLLTOOL" ; then
8568 set dummy dlltool
8569 if test $build = $host ; then
8570 DLLTOOL="$2"
ca9f4b81 8571 else
2693c0b0 8572 DLLTOOL="${ncn_tool_prefix}$2"
ca9f4b81 8573 fi
ca9f4b81
AO
8574fi
8575
278a7a38
AO
8576
8577
8578if test -n "$LD"; then
8579 ac_cv_prog_LD=$LD
8580elif test -n "$ac_cv_prog_LD"; then
8581 LD=$ac_cv_prog_LD
8582fi
8583
8584if test -n "$ac_cv_prog_LD"; then
8585 for ncn_progname in ld; do
8586 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8587set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8589$as_echo_n "checking for $ac_word... " >&6; }
8590if test "${ac_cv_prog_LD+set}" = set; then :
8591 $as_echo_n "(cached) " >&6
278a7a38
AO
8592else
8593 if test -n "$LD"; then
8594 ac_cv_prog_LD="$LD" # Let the user override the test.
8595else
8596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8597for as_dir in $PATH
8598do
8599 IFS=$as_save_IFS
8600 test -z "$as_dir" && as_dir=.
5213506e
RW
8601 for ac_exec_ext in '' $ac_executable_extensions; do
8602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8603 ac_cv_prog_LD="${ncn_progname}"
5213506e 8604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8605 break 2
8606 fi
8607done
5213506e
RW
8608 done
8609IFS=$as_save_IFS
278a7a38
AO
8610
8611fi
8612fi
8613LD=$ac_cv_prog_LD
8614if test -n "$LD"; then
5213506e
RW
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8616$as_echo "$LD" >&6; }
278a7a38 8617else
5213506e
RW
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8619$as_echo "no" >&6; }
278a7a38
AO
8620fi
8621
5213506e 8622
278a7a38
AO
8623 done
8624fi
8625
8626for ncn_progname in ld; do
2693c0b0
PB
8627 if test -n "$ncn_tool_prefix"; then
8628 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8629set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8631$as_echo_n "checking for $ac_word... " >&6; }
8632if test "${ac_cv_prog_LD+set}" = set; then :
8633 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8634else
8635 if test -n "$LD"; then
8636 ac_cv_prog_LD="$LD" # Let the user override the test.
8637else
1c710c3c
DJ
8638as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8639for as_dir in $PATH
8640do
8641 IFS=$as_save_IFS
8642 test -z "$as_dir" && as_dir=.
5213506e
RW
8643 for ac_exec_ext in '' $ac_executable_extensions; do
8644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8645 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
5213506e 8646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8647 break 2
8648 fi
8649done
5213506e
RW
8650 done
8651IFS=$as_save_IFS
1c710c3c 8652
ca9f4b81
AO
8653fi
8654fi
1c710c3c 8655LD=$ac_cv_prog_LD
ca9f4b81 8656if test -n "$LD"; then
5213506e
RW
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8658$as_echo "$LD" >&6; }
ca9f4b81 8659else
5213506e
RW
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8661$as_echo "no" >&6; }
ca9f4b81
AO
8662fi
8663
5213506e 8664
2693c0b0
PB
8665 fi
8666 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8667 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8668set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8670$as_echo_n "checking for $ac_word... " >&6; }
8671if test "${ac_cv_prog_LD+set}" = set; then :
8672 $as_echo_n "(cached) " >&6
ca9f4b81 8673else
2693c0b0
PB
8674 if test -n "$LD"; then
8675 ac_cv_prog_LD="$LD" # Let the user override the test.
6b65a26d 8676else
1c710c3c
DJ
8677as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8678for as_dir in $PATH
8679do
8680 IFS=$as_save_IFS
8681 test -z "$as_dir" && as_dir=.
5213506e
RW
8682 for ac_exec_ext in '' $ac_executable_extensions; do
8683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8684 ac_cv_prog_LD="${ncn_progname}"
5213506e 8685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8686 break 2
8687 fi
8688done
5213506e
RW
8689 done
8690IFS=$as_save_IFS
1c710c3c 8691
ca9f4b81
AO
8692fi
8693fi
1c710c3c 8694LD=$ac_cv_prog_LD
2693c0b0 8695if test -n "$LD"; then
5213506e
RW
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8697$as_echo "$LD" >&6; }
ca9f4b81 8698else
5213506e
RW
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8700$as_echo "no" >&6; }
ca9f4b81 8701fi
1c710c3c 8702
5213506e 8703
2693c0b0
PB
8704 fi
8705 test -n "$ac_cv_prog_LD" && break
8706done
8707
8708if test -z "$ac_cv_prog_LD" ; then
8709 set dummy ld
8710 if test $build = $host ; then
8711 LD="$2"
ca9f4b81 8712 else
2693c0b0 8713 LD="${ncn_tool_prefix}$2"
ca9f4b81 8714 fi
ca9f4b81
AO
8715fi
8716
278a7a38
AO
8717
8718
8719if test -n "$LIPO"; then
8720 ac_cv_prog_LIPO=$LIPO
8721elif test -n "$ac_cv_prog_LIPO"; then
8722 LIPO=$ac_cv_prog_LIPO
8723fi
8724
8725if test -n "$ac_cv_prog_LIPO"; then
8726 for ncn_progname in lipo; do
8727 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8728set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8730$as_echo_n "checking for $ac_word... " >&6; }
8731if test "${ac_cv_prog_LIPO+set}" = set; then :
8732 $as_echo_n "(cached) " >&6
278a7a38
AO
8733else
8734 if test -n "$LIPO"; then
8735 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8736else
8737as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8738for as_dir in $PATH
8739do
8740 IFS=$as_save_IFS
8741 test -z "$as_dir" && as_dir=.
5213506e
RW
8742 for ac_exec_ext in '' $ac_executable_extensions; do
8743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8744 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8746 break 2
8747 fi
8748done
5213506e
RW
8749 done
8750IFS=$as_save_IFS
278a7a38
AO
8751
8752fi
8753fi
8754LIPO=$ac_cv_prog_LIPO
8755if test -n "$LIPO"; then
5213506e
RW
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8757$as_echo "$LIPO" >&6; }
278a7a38 8758else
5213506e
RW
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8760$as_echo "no" >&6; }
278a7a38
AO
8761fi
8762
5213506e 8763
278a7a38
AO
8764 done
8765fi
8766
8767for ncn_progname in lipo; do
2abefe3d
PB
8768 if test -n "$ncn_tool_prefix"; then
8769 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8770set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8772$as_echo_n "checking for $ac_word... " >&6; }
8773if test "${ac_cv_prog_LIPO+set}" = set; then :
8774 $as_echo_n "(cached) " >&6
2abefe3d
PB
8775else
8776 if test -n "$LIPO"; then
8777 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8778else
1c710c3c
DJ
8779as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8780for as_dir in $PATH
8781do
8782 IFS=$as_save_IFS
8783 test -z "$as_dir" && as_dir=.
5213506e
RW
8784 for ac_exec_ext in '' $ac_executable_extensions; do
8785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8786 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
5213506e 8787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8788 break 2
8789 fi
8790done
5213506e
RW
8791 done
8792IFS=$as_save_IFS
1c710c3c 8793
2abefe3d
PB
8794fi
8795fi
1c710c3c 8796LIPO=$ac_cv_prog_LIPO
2abefe3d 8797if test -n "$LIPO"; then
5213506e
RW
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8799$as_echo "$LIPO" >&6; }
2abefe3d 8800else
5213506e
RW
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8802$as_echo "no" >&6; }
2abefe3d
PB
8803fi
8804
5213506e 8805
2abefe3d
PB
8806 fi
8807 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8808 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8809set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8811$as_echo_n "checking for $ac_word... " >&6; }
8812if test "${ac_cv_prog_LIPO+set}" = set; then :
8813 $as_echo_n "(cached) " >&6
2abefe3d
PB
8814else
8815 if test -n "$LIPO"; then
8816 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8817else
1c710c3c
DJ
8818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8819for as_dir in $PATH
8820do
8821 IFS=$as_save_IFS
8822 test -z "$as_dir" && as_dir=.
5213506e
RW
8823 for ac_exec_ext in '' $ac_executable_extensions; do
8824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8825 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8827 break 2
8828 fi
8829done
5213506e
RW
8830 done
8831IFS=$as_save_IFS
1c710c3c 8832
2abefe3d
PB
8833fi
8834fi
1c710c3c 8835LIPO=$ac_cv_prog_LIPO
2abefe3d 8836if test -n "$LIPO"; then
5213506e
RW
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8838$as_echo "$LIPO" >&6; }
2abefe3d 8839else
5213506e
RW
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8841$as_echo "no" >&6; }
2abefe3d 8842fi
1c710c3c 8843
5213506e 8844
2abefe3d
PB
8845 fi
8846 test -n "$ac_cv_prog_LIPO" && break
8847done
8848
8849if test -z "$ac_cv_prog_LIPO" ; then
8850 set dummy lipo
8851 if test $build = $host ; then
8852 LIPO="$2"
8853 else
8854 LIPO="${ncn_tool_prefix}$2"
8855 fi
8856fi
8857
278a7a38
AO
8858
8859
8860if test -n "$NM"; then
8861 ac_cv_prog_NM=$NM
8862elif test -n "$ac_cv_prog_NM"; then
8863 NM=$ac_cv_prog_NM
8864fi
8865
8866if test -n "$ac_cv_prog_NM"; then
8867 for ncn_progname in nm; do
8868 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8869set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8871$as_echo_n "checking for $ac_word... " >&6; }
8872if test "${ac_cv_prog_NM+set}" = set; then :
8873 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8874else
8875 if test -n "$NM"; then
8876 ac_cv_prog_NM="$NM" # Let the user override the test.
8877else
1c710c3c
DJ
8878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8879for as_dir in $PATH
8880do
8881 IFS=$as_save_IFS
8882 test -z "$as_dir" && as_dir=.
5213506e
RW
8883 for ac_exec_ext in '' $ac_executable_extensions; do
8884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8885 ac_cv_prog_NM="${ncn_progname}"
5213506e 8886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8887 break 2
8888 fi
8889done
5213506e
RW
8890 done
8891IFS=$as_save_IFS
1c710c3c 8892
ca9f4b81
AO
8893fi
8894fi
1c710c3c 8895NM=$ac_cv_prog_NM
ca9f4b81 8896if test -n "$NM"; then
5213506e
RW
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8898$as_echo "$NM" >&6; }
ca9f4b81 8899else
5213506e
RW
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8901$as_echo "no" >&6; }
ca9f4b81
AO
8902fi
8903
5213506e 8904
278a7a38
AO
8905 done
8906fi
8907
8908for ncn_progname in nm; do
8909 if test -n "$ncn_tool_prefix"; then
8910 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8911set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8913$as_echo_n "checking for $ac_word... " >&6; }
8914if test "${ac_cv_prog_NM+set}" = set; then :
8915 $as_echo_n "(cached) " >&6
ca9f4b81 8916else
2693c0b0
PB
8917 if test -n "$NM"; then
8918 ac_cv_prog_NM="$NM" # Let the user override the test.
ca9f4b81 8919else
1c710c3c
DJ
8920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8921for as_dir in $PATH
8922do
8923 IFS=$as_save_IFS
8924 test -z "$as_dir" && as_dir=.
5213506e
RW
8925 for ac_exec_ext in '' $ac_executable_extensions; do
8926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8927 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
5213506e 8928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8929 break 2
8930 fi
8931done
5213506e
RW
8932 done
8933IFS=$as_save_IFS
1c710c3c 8934
ca9f4b81
AO
8935fi
8936fi
1c710c3c 8937NM=$ac_cv_prog_NM
2693c0b0 8938if test -n "$NM"; then
5213506e
RW
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8940$as_echo "$NM" >&6; }
ca9f4b81 8941else
5213506e
RW
8942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8943$as_echo "no" >&6; }
ca9f4b81 8944fi
1c710c3c 8945
5213506e 8946
2693c0b0 8947 fi
278a7a38
AO
8948 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8949 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8950set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8952$as_echo_n "checking for $ac_word... " >&6; }
8953if test "${ac_cv_prog_NM+set}" = set; then :
8954 $as_echo_n "(cached) " >&6
278a7a38
AO
8955else
8956 if test -n "$NM"; then
8957 ac_cv_prog_NM="$NM" # Let the user override the test.
8958else
8959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8960for as_dir in $PATH
8961do
8962 IFS=$as_save_IFS
8963 test -z "$as_dir" && as_dir=.
5213506e
RW
8964 for ac_exec_ext in '' $ac_executable_extensions; do
8965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8966 ac_cv_prog_NM="${ncn_progname}"
5213506e 8967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8968 break 2
8969 fi
8970done
5213506e
RW
8971 done
8972IFS=$as_save_IFS
278a7a38
AO
8973
8974fi
8975fi
8976NM=$ac_cv_prog_NM
8977if test -n "$NM"; then
5213506e
RW
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8979$as_echo "$NM" >&6; }
278a7a38 8980else
5213506e
RW
8981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8982$as_echo "no" >&6; }
278a7a38
AO
8983fi
8984
5213506e 8985
278a7a38
AO
8986 fi
8987 test -n "$ac_cv_prog_NM" && break
8988done
8989
8990if test -z "$ac_cv_prog_NM" ; then
8991 set dummy nm
8992 if test $build = $host ; then
8993 NM="$2"
8994 else
8995 NM="${ncn_tool_prefix}$2"
8996 fi
8997fi
8998
8999
9000
9001if test -n "$RANLIB"; then
9002 ac_cv_prog_RANLIB=$RANLIB
9003elif test -n "$ac_cv_prog_RANLIB"; then
9004 RANLIB=$ac_cv_prog_RANLIB
9005fi
9006
9007if test -n "$ac_cv_prog_RANLIB"; then
9008 for ncn_progname in ranlib; do
9009 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9010set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9012$as_echo_n "checking for $ac_word... " >&6; }
9013if test "${ac_cv_prog_RANLIB+set}" = set; then :
9014 $as_echo_n "(cached) " >&6
278a7a38
AO
9015else
9016 if test -n "$RANLIB"; then
9017 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9018else
9019as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9020for as_dir in $PATH
9021do
9022 IFS=$as_save_IFS
9023 test -z "$as_dir" && as_dir=.
5213506e
RW
9024 for ac_exec_ext in '' $ac_executable_extensions; do
9025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9026 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 9027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9028 break 2
9029 fi
9030done
5213506e
RW
9031 done
9032IFS=$as_save_IFS
278a7a38
AO
9033
9034fi
9035fi
9036RANLIB=$ac_cv_prog_RANLIB
9037if test -n "$RANLIB"; then
5213506e
RW
9038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9039$as_echo "$RANLIB" >&6; }
278a7a38 9040else
5213506e
RW
9041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9042$as_echo "no" >&6; }
278a7a38
AO
9043fi
9044
5213506e 9045
278a7a38
AO
9046 done
9047fi
ca9f4b81 9048
278a7a38 9049for ncn_progname in ranlib; do
2693c0b0
PB
9050 if test -n "$ncn_tool_prefix"; then
9051 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9052set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9054$as_echo_n "checking for $ac_word... " >&6; }
9055if test "${ac_cv_prog_RANLIB+set}" = set; then :
9056 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9057else
9058 if test -n "$RANLIB"; then
9059 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9060else
1c710c3c
DJ
9061as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9062for as_dir in $PATH
9063do
9064 IFS=$as_save_IFS
9065 test -z "$as_dir" && as_dir=.
5213506e
RW
9066 for ac_exec_ext in '' $ac_executable_extensions; do
9067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9068 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
5213506e 9069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9070 break 2
9071 fi
9072done
5213506e
RW
9073 done
9074IFS=$as_save_IFS
1c710c3c 9075
ca9f4b81
AO
9076fi
9077fi
1c710c3c 9078RANLIB=$ac_cv_prog_RANLIB
ca9f4b81 9079if test -n "$RANLIB"; then
5213506e
RW
9080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9081$as_echo "$RANLIB" >&6; }
ca9f4b81 9082else
5213506e
RW
9083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9084$as_echo "no" >&6; }
ca9f4b81
AO
9085fi
9086
5213506e 9087
2693c0b0
PB
9088 fi
9089 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9090 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9091set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9093$as_echo_n "checking for $ac_word... " >&6; }
9094if test "${ac_cv_prog_RANLIB+set}" = set; then :
9095 $as_echo_n "(cached) " >&6
ca9f4b81 9096else
2693c0b0
PB
9097 if test -n "$RANLIB"; then
9098 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
ca9f4b81 9099else
1c710c3c
DJ
9100as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9101for as_dir in $PATH
9102do
9103 IFS=$as_save_IFS
9104 test -z "$as_dir" && as_dir=.
5213506e
RW
9105 for ac_exec_ext in '' $ac_executable_extensions; do
9106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9107 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 9108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9109 break 2
9110 fi
9111done
5213506e
RW
9112 done
9113IFS=$as_save_IFS
1c710c3c 9114
ca9f4b81
AO
9115fi
9116fi
1c710c3c 9117RANLIB=$ac_cv_prog_RANLIB
2693c0b0 9118if test -n "$RANLIB"; then
5213506e
RW
9119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9120$as_echo "$RANLIB" >&6; }
ca9f4b81 9121else
5213506e
RW
9122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9123$as_echo "no" >&6; }
ca9f4b81 9124fi
1c710c3c 9125
5213506e 9126
ca9f4b81 9127 fi
2693c0b0
PB
9128 test -n "$ac_cv_prog_RANLIB" && break
9129done
9130
9131if test -z "$ac_cv_prog_RANLIB" ; then
8927b7c0 9132 RANLIB="true"
ca9f4b81
AO
9133fi
9134
278a7a38
AO
9135
9136
9137if test -n "$STRIP"; then
9138 ac_cv_prog_STRIP=$STRIP
9139elif test -n "$ac_cv_prog_STRIP"; then
9140 STRIP=$ac_cv_prog_STRIP
9141fi
9142
9143if test -n "$ac_cv_prog_STRIP"; then
9144 for ncn_progname in strip; do
9145 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9146set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9148$as_echo_n "checking for $ac_word... " >&6; }
9149if test "${ac_cv_prog_STRIP+set}" = set; then :
9150 $as_echo_n "(cached) " >&6
278a7a38
AO
9151else
9152 if test -n "$STRIP"; then
9153 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9154else
9155as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9156for as_dir in $PATH
9157do
9158 IFS=$as_save_IFS
9159 test -z "$as_dir" && as_dir=.
5213506e
RW
9160 for ac_exec_ext in '' $ac_executable_extensions; do
9161 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9162 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9164 break 2
9165 fi
9166done
5213506e
RW
9167 done
9168IFS=$as_save_IFS
278a7a38
AO
9169
9170fi
9171fi
9172STRIP=$ac_cv_prog_STRIP
9173if test -n "$STRIP"; then
5213506e
RW
9174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9175$as_echo "$STRIP" >&6; }
278a7a38 9176else
5213506e
RW
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9178$as_echo "no" >&6; }
278a7a38
AO
9179fi
9180
5213506e 9181
278a7a38
AO
9182 done
9183fi
9184
9185for ncn_progname in strip; do
2abefe3d
PB
9186 if test -n "$ncn_tool_prefix"; then
9187 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9188set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9190$as_echo_n "checking for $ac_word... " >&6; }
9191if test "${ac_cv_prog_STRIP+set}" = set; then :
9192 $as_echo_n "(cached) " >&6
2abefe3d
PB
9193else
9194 if test -n "$STRIP"; then
9195 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9196else
1c710c3c
DJ
9197as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9198for as_dir in $PATH
9199do
9200 IFS=$as_save_IFS
9201 test -z "$as_dir" && as_dir=.
5213506e
RW
9202 for ac_exec_ext in '' $ac_executable_extensions; do
9203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9204 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9206 break 2
9207 fi
9208done
5213506e
RW
9209 done
9210IFS=$as_save_IFS
1c710c3c 9211
2abefe3d
PB
9212fi
9213fi
1c710c3c 9214STRIP=$ac_cv_prog_STRIP
2abefe3d 9215if test -n "$STRIP"; then
5213506e
RW
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9217$as_echo "$STRIP" >&6; }
2abefe3d 9218else
5213506e
RW
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9220$as_echo "no" >&6; }
2abefe3d
PB
9221fi
9222
5213506e 9223
2abefe3d
PB
9224 fi
9225 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9226 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9227set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9229$as_echo_n "checking for $ac_word... " >&6; }
9230if test "${ac_cv_prog_STRIP+set}" = set; then :
9231 $as_echo_n "(cached) " >&6
2abefe3d
PB
9232else
9233 if test -n "$STRIP"; then
9234 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9235else
1c710c3c
DJ
9236as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9237for as_dir in $PATH
9238do
9239 IFS=$as_save_IFS
9240 test -z "$as_dir" && as_dir=.
5213506e
RW
9241 for ac_exec_ext in '' $ac_executable_extensions; do
9242 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9243 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9245 break 2
9246 fi
9247done
5213506e
RW
9248 done
9249IFS=$as_save_IFS
1c710c3c 9250
2abefe3d
PB
9251fi
9252fi
1c710c3c 9253STRIP=$ac_cv_prog_STRIP
2abefe3d 9254if test -n "$STRIP"; then
5213506e
RW
9255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9256$as_echo "$STRIP" >&6; }
2abefe3d 9257else
5213506e
RW
9258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9259$as_echo "no" >&6; }
2abefe3d 9260fi
1c710c3c 9261
5213506e 9262
2abefe3d
PB
9263 fi
9264 test -n "$ac_cv_prog_STRIP" && break
9265done
9266
9267if test -z "$ac_cv_prog_STRIP" ; then
8927b7c0 9268 STRIP="true"
2abefe3d
PB
9269fi
9270
278a7a38
AO
9271
9272
9273if test -n "$WINDRES"; then
9274 ac_cv_prog_WINDRES=$WINDRES
9275elif test -n "$ac_cv_prog_WINDRES"; then
9276 WINDRES=$ac_cv_prog_WINDRES
9277fi
9278
9279if test -n "$ac_cv_prog_WINDRES"; then
9280 for ncn_progname in windres; do
9281 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9282set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9284$as_echo_n "checking for $ac_word... " >&6; }
9285if test "${ac_cv_prog_WINDRES+set}" = set; then :
9286 $as_echo_n "(cached) " >&6
278a7a38
AO
9287else
9288 if test -n "$WINDRES"; then
9289 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9290else
9291as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9292for as_dir in $PATH
9293do
9294 IFS=$as_save_IFS
9295 test -z "$as_dir" && as_dir=.
5213506e
RW
9296 for ac_exec_ext in '' $ac_executable_extensions; do
9297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9298 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9300 break 2
9301 fi
9302done
5213506e
RW
9303 done
9304IFS=$as_save_IFS
278a7a38
AO
9305
9306fi
9307fi
9308WINDRES=$ac_cv_prog_WINDRES
9309if test -n "$WINDRES"; then
5213506e
RW
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9311$as_echo "$WINDRES" >&6; }
278a7a38 9312else
5213506e
RW
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9314$as_echo "no" >&6; }
278a7a38
AO
9315fi
9316
5213506e 9317
278a7a38
AO
9318 done
9319fi
9320
9321for ncn_progname in windres; do
2693c0b0
PB
9322 if test -n "$ncn_tool_prefix"; then
9323 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9324set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9326$as_echo_n "checking for $ac_word... " >&6; }
9327if test "${ac_cv_prog_WINDRES+set}" = set; then :
9328 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9329else
9330 if test -n "$WINDRES"; then
9331 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9332else
1c710c3c
DJ
9333as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9334for as_dir in $PATH
9335do
9336 IFS=$as_save_IFS
9337 test -z "$as_dir" && as_dir=.
5213506e
RW
9338 for ac_exec_ext in '' $ac_executable_extensions; do
9339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9340 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
5213506e 9341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9342 break 2
9343 fi
9344done
5213506e
RW
9345 done
9346IFS=$as_save_IFS
1c710c3c 9347
ca9f4b81
AO
9348fi
9349fi
1c710c3c 9350WINDRES=$ac_cv_prog_WINDRES
ca9f4b81 9351if test -n "$WINDRES"; then
5213506e
RW
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9353$as_echo "$WINDRES" >&6; }
ca9f4b81 9354else
5213506e
RW
9355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9356$as_echo "no" >&6; }
ca9f4b81
AO
9357fi
9358
5213506e 9359
2693c0b0
PB
9360 fi
9361 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9362 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9363set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9365$as_echo_n "checking for $ac_word... " >&6; }
9366if test "${ac_cv_prog_WINDRES+set}" = set; then :
9367 $as_echo_n "(cached) " >&6
ca9f4b81 9368else
2693c0b0
PB
9369 if test -n "$WINDRES"; then
9370 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
ca9f4b81 9371else
1c710c3c
DJ
9372as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9373for as_dir in $PATH
9374do
9375 IFS=$as_save_IFS
9376 test -z "$as_dir" && as_dir=.
5213506e
RW
9377 for ac_exec_ext in '' $ac_executable_extensions; do
9378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9379 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9381 break 2
9382 fi
9383done
5213506e
RW
9384 done
9385IFS=$as_save_IFS
1c710c3c 9386
ca9f4b81
AO
9387fi
9388fi
1c710c3c 9389WINDRES=$ac_cv_prog_WINDRES
2693c0b0 9390if test -n "$WINDRES"; then
5213506e
RW
9391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9392$as_echo "$WINDRES" >&6; }
ca9f4b81 9393else
5213506e
RW
9394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9395$as_echo "no" >&6; }
ca9f4b81 9396fi
1c710c3c 9397
5213506e 9398
2693c0b0
PB
9399 fi
9400 test -n "$ac_cv_prog_WINDRES" && break
9401done
9402
9403if test -z "$ac_cv_prog_WINDRES" ; then
9404 set dummy windres
9405 if test $build = $host ; then
9406 WINDRES="$2"
ca9f4b81 9407 else
2693c0b0 9408 WINDRES="${ncn_tool_prefix}$2"
ca9f4b81 9409 fi
ca9f4b81
AO
9410fi
9411
278a7a38
AO
9412
9413
901119ae
KT
9414if test -n "$WINDMC"; then
9415 ac_cv_prog_WINDMC=$WINDMC
9416elif test -n "$ac_cv_prog_WINDMC"; then
9417 WINDMC=$ac_cv_prog_WINDMC
9418fi
9419
9420if test -n "$ac_cv_prog_WINDMC"; then
9421 for ncn_progname in windmc; do
9422 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9423set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9425$as_echo_n "checking for $ac_word... " >&6; }
9426if test "${ac_cv_prog_WINDMC+set}" = set; then :
9427 $as_echo_n "(cached) " >&6
901119ae
KT
9428else
9429 if test -n "$WINDMC"; then
9430 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9431else
9432as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9433for as_dir in $PATH
9434do
9435 IFS=$as_save_IFS
9436 test -z "$as_dir" && as_dir=.
5213506e
RW
9437 for ac_exec_ext in '' $ac_executable_extensions; do
9438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9439 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9441 break 2
9442 fi
9443done
5213506e
RW
9444 done
9445IFS=$as_save_IFS
901119ae
KT
9446
9447fi
9448fi
9449WINDMC=$ac_cv_prog_WINDMC
9450if test -n "$WINDMC"; then
5213506e
RW
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9452$as_echo "$WINDMC" >&6; }
901119ae 9453else
5213506e
RW
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9455$as_echo "no" >&6; }
901119ae
KT
9456fi
9457
5213506e 9458
901119ae
KT
9459 done
9460fi
9461
9462for ncn_progname in windmc; do
9463 if test -n "$ncn_tool_prefix"; then
9464 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9465set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9467$as_echo_n "checking for $ac_word... " >&6; }
9468if test "${ac_cv_prog_WINDMC+set}" = set; then :
9469 $as_echo_n "(cached) " >&6
901119ae
KT
9470else
9471 if test -n "$WINDMC"; then
9472 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9473else
9474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9475for as_dir in $PATH
9476do
9477 IFS=$as_save_IFS
9478 test -z "$as_dir" && as_dir=.
5213506e
RW
9479 for ac_exec_ext in '' $ac_executable_extensions; do
9480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9481 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
5213506e 9482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9483 break 2
9484 fi
9485done
5213506e
RW
9486 done
9487IFS=$as_save_IFS
901119ae
KT
9488
9489fi
9490fi
9491WINDMC=$ac_cv_prog_WINDMC
9492if test -n "$WINDMC"; then
5213506e
RW
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9494$as_echo "$WINDMC" >&6; }
901119ae 9495else
5213506e
RW
9496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9497$as_echo "no" >&6; }
901119ae
KT
9498fi
9499
5213506e 9500
901119ae
KT
9501 fi
9502 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9503 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9504set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9506$as_echo_n "checking for $ac_word... " >&6; }
9507if test "${ac_cv_prog_WINDMC+set}" = set; then :
9508 $as_echo_n "(cached) " >&6
901119ae
KT
9509else
9510 if test -n "$WINDMC"; then
9511 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9512else
9513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9514for as_dir in $PATH
9515do
9516 IFS=$as_save_IFS
9517 test -z "$as_dir" && as_dir=.
5213506e
RW
9518 for ac_exec_ext in '' $ac_executable_extensions; do
9519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9520 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9522 break 2
9523 fi
9524done
5213506e
RW
9525 done
9526IFS=$as_save_IFS
901119ae
KT
9527
9528fi
9529fi
9530WINDMC=$ac_cv_prog_WINDMC
9531if test -n "$WINDMC"; then
5213506e
RW
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9533$as_echo "$WINDMC" >&6; }
901119ae 9534else
5213506e
RW
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9536$as_echo "no" >&6; }
901119ae
KT
9537fi
9538
5213506e 9539
901119ae
KT
9540 fi
9541 test -n "$ac_cv_prog_WINDMC" && break
9542done
9543
9544if test -z "$ac_cv_prog_WINDMC" ; then
9545 set dummy windmc
9546 if test $build = $host ; then
9547 WINDMC="$2"
9548 else
9549 WINDMC="${ncn_tool_prefix}$2"
9550 fi
9551fi
9552
9553
9554
278a7a38
AO
9555if test -n "$OBJCOPY"; then
9556 ac_cv_prog_OBJCOPY=$OBJCOPY
9557elif test -n "$ac_cv_prog_OBJCOPY"; then
9558 OBJCOPY=$ac_cv_prog_OBJCOPY
9559fi
9560
9561if test -n "$ac_cv_prog_OBJCOPY"; then
9562 for ncn_progname in objcopy; do
9563 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9564set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9566$as_echo_n "checking for $ac_word... " >&6; }
9567if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9568 $as_echo_n "(cached) " >&6
278a7a38
AO
9569else
9570 if test -n "$OBJCOPY"; then
9571 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9572else
9573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9574for as_dir in $PATH
9575do
9576 IFS=$as_save_IFS
9577 test -z "$as_dir" && as_dir=.
5213506e
RW
9578 for ac_exec_ext in '' $ac_executable_extensions; do
9579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9580 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9582 break 2
9583 fi
9584done
5213506e
RW
9585 done
9586IFS=$as_save_IFS
278a7a38
AO
9587
9588fi
9589fi
9590OBJCOPY=$ac_cv_prog_OBJCOPY
9591if test -n "$OBJCOPY"; then
5213506e
RW
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9593$as_echo "$OBJCOPY" >&6; }
278a7a38 9594else
5213506e
RW
9595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9596$as_echo "no" >&6; }
278a7a38
AO
9597fi
9598
5213506e 9599
278a7a38
AO
9600 done
9601fi
9602
9603for ncn_progname in objcopy; do
2693c0b0
PB
9604 if test -n "$ncn_tool_prefix"; then
9605 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9606set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9608$as_echo_n "checking for $ac_word... " >&6; }
9609if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9610 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9611else
9612 if test -n "$OBJCOPY"; then
9613 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9614else
1c710c3c
DJ
9615as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9616for as_dir in $PATH
9617do
9618 IFS=$as_save_IFS
9619 test -z "$as_dir" && as_dir=.
5213506e
RW
9620 for ac_exec_ext in '' $ac_executable_extensions; do
9621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9622 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
5213506e 9623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9624 break 2
9625 fi
9626done
5213506e
RW
9627 done
9628IFS=$as_save_IFS
1c710c3c 9629
ca9f4b81
AO
9630fi
9631fi
1c710c3c 9632OBJCOPY=$ac_cv_prog_OBJCOPY
ca9f4b81 9633if test -n "$OBJCOPY"; then
5213506e
RW
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9635$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9636else
5213506e
RW
9637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9638$as_echo "no" >&6; }
ca9f4b81
AO
9639fi
9640
5213506e 9641
2693c0b0
PB
9642 fi
9643 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9644 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9645set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9647$as_echo_n "checking for $ac_word... " >&6; }
9648if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9649 $as_echo_n "(cached) " >&6
ca9f4b81 9650else
2693c0b0
PB
9651 if test -n "$OBJCOPY"; then
9652 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
ca9f4b81 9653else
1c710c3c
DJ
9654as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9655for as_dir in $PATH
9656do
9657 IFS=$as_save_IFS
9658 test -z "$as_dir" && as_dir=.
5213506e
RW
9659 for ac_exec_ext in '' $ac_executable_extensions; do
9660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9661 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9663 break 2
9664 fi
9665done
5213506e
RW
9666 done
9667IFS=$as_save_IFS
1c710c3c 9668
ca9f4b81
AO
9669fi
9670fi
1c710c3c 9671OBJCOPY=$ac_cv_prog_OBJCOPY
2693c0b0 9672if test -n "$OBJCOPY"; then
5213506e
RW
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9674$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9675else
5213506e
RW
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9677$as_echo "no" >&6; }
ca9f4b81 9678fi
1c710c3c 9679
5213506e 9680
2693c0b0
PB
9681 fi
9682 test -n "$ac_cv_prog_OBJCOPY" && break
9683done
9684
9685if test -z "$ac_cv_prog_OBJCOPY" ; then
9686 set dummy objcopy
9687 if test $build = $host ; then
9688 OBJCOPY="$2"
ca9f4b81 9689 else
2693c0b0 9690 OBJCOPY="${ncn_tool_prefix}$2"
ca9f4b81 9691 fi
ca9f4b81
AO
9692fi
9693
278a7a38
AO
9694
9695
9696if test -n "$OBJDUMP"; then
9697 ac_cv_prog_OBJDUMP=$OBJDUMP
9698elif test -n "$ac_cv_prog_OBJDUMP"; then
9699 OBJDUMP=$ac_cv_prog_OBJDUMP
9700fi
9701
9702if test -n "$ac_cv_prog_OBJDUMP"; then
9703 for ncn_progname in objdump; do
9704 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9705set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9707$as_echo_n "checking for $ac_word... " >&6; }
9708if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9709 $as_echo_n "(cached) " >&6
278a7a38
AO
9710else
9711 if test -n "$OBJDUMP"; then
9712 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9713else
9714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9715for as_dir in $PATH
9716do
9717 IFS=$as_save_IFS
9718 test -z "$as_dir" && as_dir=.
5213506e
RW
9719 for ac_exec_ext in '' $ac_executable_extensions; do
9720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9721 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9723 break 2
9724 fi
9725done
5213506e
RW
9726 done
9727IFS=$as_save_IFS
278a7a38
AO
9728
9729fi
9730fi
9731OBJDUMP=$ac_cv_prog_OBJDUMP
9732if test -n "$OBJDUMP"; then
5213506e
RW
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9734$as_echo "$OBJDUMP" >&6; }
278a7a38 9735else
5213506e
RW
9736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9737$as_echo "no" >&6; }
278a7a38
AO
9738fi
9739
5213506e 9740
278a7a38
AO
9741 done
9742fi
9743
9744for ncn_progname in objdump; do
2693c0b0
PB
9745 if test -n "$ncn_tool_prefix"; then
9746 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9747set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9749$as_echo_n "checking for $ac_word... " >&6; }
9750if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9751 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9752else
9753 if test -n "$OBJDUMP"; then
9754 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9755else
1c710c3c
DJ
9756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9757for as_dir in $PATH
9758do
9759 IFS=$as_save_IFS
9760 test -z "$as_dir" && as_dir=.
5213506e
RW
9761 for ac_exec_ext in '' $ac_executable_extensions; do
9762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9763 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9765 break 2
9766 fi
9767done
5213506e
RW
9768 done
9769IFS=$as_save_IFS
1c710c3c 9770
ca9f4b81
AO
9771fi
9772fi
1c710c3c 9773OBJDUMP=$ac_cv_prog_OBJDUMP
ca9f4b81 9774if test -n "$OBJDUMP"; then
5213506e
RW
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9776$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9777else
5213506e
RW
9778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9779$as_echo "no" >&6; }
ca9f4b81
AO
9780fi
9781
5213506e 9782
2693c0b0
PB
9783 fi
9784 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9785 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9786set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9788$as_echo_n "checking for $ac_word... " >&6; }
9789if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9790 $as_echo_n "(cached) " >&6
ca9f4b81 9791else
2693c0b0
PB
9792 if test -n "$OBJDUMP"; then
9793 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
ca9f4b81 9794else
1c710c3c
DJ
9795as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9796for as_dir in $PATH
9797do
9798 IFS=$as_save_IFS
9799 test -z "$as_dir" && as_dir=.
5213506e
RW
9800 for ac_exec_ext in '' $ac_executable_extensions; do
9801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9802 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9804 break 2
9805 fi
9806done
5213506e
RW
9807 done
9808IFS=$as_save_IFS
1c710c3c 9809
ca9f4b81
AO
9810fi
9811fi
1c710c3c 9812OBJDUMP=$ac_cv_prog_OBJDUMP
2693c0b0 9813if test -n "$OBJDUMP"; then
5213506e
RW
9814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9815$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9816else
5213506e
RW
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9818$as_echo "no" >&6; }
ca9f4b81 9819fi
1c710c3c 9820
5213506e 9821
2693c0b0
PB
9822 fi
9823 test -n "$ac_cv_prog_OBJDUMP" && break
9824done
9825
9826if test -z "$ac_cv_prog_OBJDUMP" ; then
9827 set dummy objdump
9828 if test $build = $host ; then
9829 OBJDUMP="$2"
ca9f4b81 9830 else
2693c0b0 9831 OBJDUMP="${ncn_tool_prefix}$2"
ca9f4b81 9832 fi
ca9f4b81
AO
9833fi
9834
671aa708
NN
9835
9836
9837
9838
9839
2abefe3d 9840# Target tools.
1c710c3c 9841
5213506e
RW
9842# Check whether --with-build-time-tools was given.
9843if test "${with_build_time_tools+set}" = set; then :
9844 withval=$with_build_time_tools; case x"$withval" in
e8b05380
PB
9845 x/*) ;;
9846 *)
9847 with_build_time_tools=
5213506e
RW
9848 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9849$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
e8b05380
PB
9850 ;;
9851 esac
ca9f4b81 9852else
e8b05380 9853 with_build_time_tools=
5213506e
RW
9854fi
9855
ca9f4b81 9856
278a7a38
AO
9857
9858
9859if test -n "$CC_FOR_TARGET"; then
9860 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9861elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9862 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9863fi
9864
9865if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9866 for ncn_progname in cc gcc; do
9867 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9868set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9870$as_echo_n "checking for $ac_word... " >&6; }
9871if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9872 $as_echo_n "(cached) " >&6
278a7a38
AO
9873else
9874 if test -n "$CC_FOR_TARGET"; then
9875 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9876else
9877as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9878for as_dir in $PATH
9879do
9880 IFS=$as_save_IFS
9881 test -z "$as_dir" && as_dir=.
5213506e
RW
9882 for ac_exec_ext in '' $ac_executable_extensions; do
9883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9884 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 9885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9886 break 2
9887 fi
9888done
5213506e
RW
9889 done
9890IFS=$as_save_IFS
278a7a38
AO
9891
9892fi
9893fi
9894CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9895if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9897$as_echo "$CC_FOR_TARGET" >&6; }
278a7a38 9898else
5213506e
RW
9899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9900$as_echo "no" >&6; }
278a7a38
AO
9901fi
9902
5213506e 9903
278a7a38
AO
9904 done
9905fi
9906
9907if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9908 for ncn_progname in cc gcc; do
5213506e
RW
9909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9910$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9911 if test -x $with_build_time_tools/${ncn_progname}; then
9912 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9914$as_echo "yes" >&6; }
72a7ab82 9915 break
e8b05380 9916 else
5213506e
RW
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9918$as_echo "no" >&6; }
72a7ab82
AP
9919 fi
9920 done
4de997d1
PB
9921fi
9922
e8b05380
PB
9923if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9924 for ncn_progname in cc gcc; do
9925 if test -n "$ncn_target_tool_prefix"; then
9926 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 9927set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9929$as_echo_n "checking for $ac_word... " >&6; }
9930if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9931 $as_echo_n "(cached) " >&6
4de997d1
PB
9932else
9933 if test -n "$CC_FOR_TARGET"; then
9934 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9935else
1c710c3c
DJ
9936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9937for as_dir in $PATH
9938do
9939 IFS=$as_save_IFS
9940 test -z "$as_dir" && as_dir=.
5213506e
RW
9941 for ac_exec_ext in '' $ac_executable_extensions; do
9942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9943 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 9944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9945 break 2
9946 fi
9947done
5213506e
RW
9948 done
9949IFS=$as_save_IFS
1c710c3c 9950
4de997d1
PB
9951fi
9952fi
1c710c3c 9953CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
4de997d1 9954if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9956$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 9957else
5213506e
RW
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9959$as_echo "no" >&6; }
4de997d1
PB
9960fi
9961
5213506e 9962
e8b05380
PB
9963 fi
9964 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9965 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 9966set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9968$as_echo_n "checking for $ac_word... " >&6; }
9969if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9970 $as_echo_n "(cached) " >&6
4de997d1 9971else
2693c0b0
PB
9972 if test -n "$CC_FOR_TARGET"; then
9973 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4de997d1 9974else
1c710c3c
DJ
9975as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9976for as_dir in $PATH
9977do
9978 IFS=$as_save_IFS
9979 test -z "$as_dir" && as_dir=.
5213506e
RW
9980 for ac_exec_ext in '' $ac_executable_extensions; do
9981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9982 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 9983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9984 break 2
9985 fi
9986done
5213506e
RW
9987 done
9988IFS=$as_save_IFS
1c710c3c 9989
4de997d1
PB
9990fi
9991fi
1c710c3c 9992CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
2693c0b0 9993if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9995$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 9996else
5213506e
RW
9997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9998$as_echo "no" >&6; }
4de997d1 9999fi
1c710c3c 10000
5213506e 10001
e8b05380
PB
10002 fi
10003 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10004 done
10005fi
1c710c3c 10006
2693c0b0
PB
10007if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10008 set dummy cc gcc
10009 if test $build = $target ; then
10010 CC_FOR_TARGET="$2"
4de997d1 10011 else
2693c0b0 10012 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10013 fi
1c00b503
PB
10014else
10015 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4de997d1
PB
10016fi
10017
278a7a38
AO
10018
10019
10020if test -n "$CXX_FOR_TARGET"; then
10021 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10022elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10023 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10024fi
10025
10026if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10027 for ncn_progname in c++ g++ cxx gxx; do
10028 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10029set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10031$as_echo_n "checking for $ac_word... " >&6; }
10032if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10033 $as_echo_n "(cached) " >&6
278a7a38
AO
10034else
10035 if test -n "$CXX_FOR_TARGET"; then
10036 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10037else
10038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10039for as_dir in $PATH
10040do
10041 IFS=$as_save_IFS
10042 test -z "$as_dir" && as_dir=.
5213506e
RW
10043 for ac_exec_ext in '' $ac_executable_extensions; do
10044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10045 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10047 break 2
10048 fi
10049done
5213506e
RW
10050 done
10051IFS=$as_save_IFS
278a7a38
AO
10052
10053fi
10054fi
10055CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10056if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10058$as_echo "$CXX_FOR_TARGET" >&6; }
278a7a38 10059else
5213506e
RW
10060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10061$as_echo "no" >&6; }
278a7a38
AO
10062fi
10063
5213506e 10064
278a7a38
AO
10065 done
10066fi
10067
10068if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10069 for ncn_progname in c++ g++ cxx gxx; do
5213506e
RW
10070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10071$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10072 if test -x $with_build_time_tools/${ncn_progname}; then
10073 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10075$as_echo "yes" >&6; }
e8b05380
PB
10076 break
10077 else
5213506e
RW
10078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10079$as_echo "no" >&6; }
e8b05380
PB
10080 fi
10081 done
10082fi
10083
10084if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10085 for ncn_progname in c++ g++ cxx gxx; do
10086 if test -n "$ncn_target_tool_prefix"; then
10087 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10088set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10090$as_echo_n "checking for $ac_word... " >&6; }
10091if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10092 $as_echo_n "(cached) " >&6
4de997d1
PB
10093else
10094 if test -n "$CXX_FOR_TARGET"; then
10095 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10096else
1c710c3c
DJ
10097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10098for as_dir in $PATH
10099do
10100 IFS=$as_save_IFS
10101 test -z "$as_dir" && as_dir=.
5213506e
RW
10102 for ac_exec_ext in '' $ac_executable_extensions; do
10103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10104 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10106 break 2
10107 fi
10108done
5213506e
RW
10109 done
10110IFS=$as_save_IFS
1c710c3c 10111
4de997d1
PB
10112fi
10113fi
1c710c3c 10114CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
4de997d1 10115if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10117$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10118else
5213506e
RW
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10120$as_echo "no" >&6; }
4de997d1
PB
10121fi
10122
5213506e 10123
e8b05380
PB
10124 fi
10125 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10126 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10127set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10129$as_echo_n "checking for $ac_word... " >&6; }
10130if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10131 $as_echo_n "(cached) " >&6
4de997d1 10132else
2693c0b0
PB
10133 if test -n "$CXX_FOR_TARGET"; then
10134 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4de997d1 10135else
1c710c3c
DJ
10136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10137for as_dir in $PATH
10138do
10139 IFS=$as_save_IFS
10140 test -z "$as_dir" && as_dir=.
5213506e
RW
10141 for ac_exec_ext in '' $ac_executable_extensions; do
10142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10143 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10145 break 2
10146 fi
10147done
5213506e
RW
10148 done
10149IFS=$as_save_IFS
1c710c3c 10150
4de997d1
PB
10151fi
10152fi
1c710c3c 10153CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
2693c0b0 10154if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10156$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10157else
5213506e
RW
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10159$as_echo "no" >&6; }
4de997d1 10160fi
1c710c3c 10161
5213506e 10162
e8b05380
PB
10163 fi
10164 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10165 done
10166fi
1c710c3c 10167
2693c0b0
PB
10168if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10169 set dummy c++ g++ cxx gxx
10170 if test $build = $target ; then
10171 CXX_FOR_TARGET="$2"
4de997d1 10172 else
2693c0b0 10173 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10174 fi
1c00b503
PB
10175else
10176 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
ca9f4b81
AO
10177fi
10178
278a7a38
AO
10179
10180
10181if test -n "$GCC_FOR_TARGET"; then
10182 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10183elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10184 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10185fi
10186
10187if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10188 for ncn_progname in gcc; do
10189 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10190set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10192$as_echo_n "checking for $ac_word... " >&6; }
10193if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10194 $as_echo_n "(cached) " >&6
278a7a38
AO
10195else
10196 if test -n "$GCC_FOR_TARGET"; then
10197 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10198else
10199as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10200for as_dir in $PATH
10201do
10202 IFS=$as_save_IFS
10203 test -z "$as_dir" && as_dir=.
5213506e
RW
10204 for ac_exec_ext in '' $ac_executable_extensions; do
10205 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10206 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10208 break 2
10209 fi
10210done
5213506e
RW
10211 done
10212IFS=$as_save_IFS
278a7a38
AO
10213
10214fi
10215fi
10216GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10217if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10219$as_echo "$GCC_FOR_TARGET" >&6; }
278a7a38 10220else
5213506e
RW
10221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10222$as_echo "no" >&6; }
278a7a38
AO
10223fi
10224
5213506e 10225
278a7a38
AO
10226 done
10227fi
10228
10229if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10230 for ncn_progname in gcc; do
5213506e
RW
10231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10232$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10233 if test -x $with_build_time_tools/${ncn_progname}; then
10234 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10236$as_echo "yes" >&6; }
e8b05380
PB
10237 break
10238 else
5213506e
RW
10239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10240$as_echo "no" >&6; }
e8b05380
PB
10241 fi
10242 done
10243fi
10244
10245if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10246 for ncn_progname in gcc; do
10247 if test -n "$ncn_target_tool_prefix"; then
10248 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10249set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10251$as_echo_n "checking for $ac_word... " >&6; }
10252if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10253 $as_echo_n "(cached) " >&6
ca9f4b81 10254else
e8b05380
PB
10255 if test -n "$GCC_FOR_TARGET"; then
10256 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10257else
1c710c3c
DJ
10258as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10259for as_dir in $PATH
10260do
10261 IFS=$as_save_IFS
10262 test -z "$as_dir" && as_dir=.
5213506e
RW
10263 for ac_exec_ext in '' $ac_executable_extensions; do
10264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10265 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10267 break 2
10268 fi
10269done
5213506e
RW
10270 done
10271IFS=$as_save_IFS
1c710c3c 10272
ca9f4b81
AO
10273fi
10274fi
1c710c3c 10275GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10276if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10278$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10279else
5213506e
RW
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10281$as_echo "no" >&6; }
ca9f4b81
AO
10282fi
10283
5213506e 10284
e8b05380
PB
10285 fi
10286 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10287 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10288set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10290$as_echo_n "checking for $ac_word... " >&6; }
10291if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10292 $as_echo_n "(cached) " >&6
ca9f4b81 10293else
e8b05380
PB
10294 if test -n "$GCC_FOR_TARGET"; then
10295 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10296else
1c710c3c
DJ
10297as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10298for as_dir in $PATH
10299do
10300 IFS=$as_save_IFS
10301 test -z "$as_dir" && as_dir=.
5213506e
RW
10302 for ac_exec_ext in '' $ac_executable_extensions; do
10303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10304 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10306 break 2
10307 fi
10308done
5213506e
RW
10309 done
10310IFS=$as_save_IFS
1c710c3c 10311
ca9f4b81
AO
10312fi
10313fi
1c710c3c 10314GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10315if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10317$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10318else
5213506e
RW
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10320$as_echo "no" >&6; }
ca9f4b81 10321fi
1c710c3c 10322
5213506e 10323
e8b05380
PB
10324 fi
10325 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10326 done
10327fi
1c710c3c 10328
e8b05380
PB
10329if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10330 GCC_FOR_TARGET="${CC_FOR_TARGET}"
1c00b503
PB
10331else
10332 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
e8b05380
PB
10333fi
10334
278a7a38
AO
10335
10336
10337if test -n "$GCJ_FOR_TARGET"; then
10338 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10339elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10340 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10341fi
10342
10343if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10344 for ncn_progname in gcj; do
10345 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10346set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10348$as_echo_n "checking for $ac_word... " >&6; }
10349if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10350 $as_echo_n "(cached) " >&6
278a7a38
AO
10351else
10352 if test -n "$GCJ_FOR_TARGET"; then
10353 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10354else
10355as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10356for as_dir in $PATH
10357do
10358 IFS=$as_save_IFS
10359 test -z "$as_dir" && as_dir=.
5213506e
RW
10360 for ac_exec_ext in '' $ac_executable_extensions; do
10361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10362 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10364 break 2
10365 fi
10366done
5213506e
RW
10367 done
10368IFS=$as_save_IFS
278a7a38
AO
10369
10370fi
10371fi
10372GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10373if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10375$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10376else
5213506e
RW
10377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10378$as_echo "no" >&6; }
278a7a38
AO
10379fi
10380
5213506e 10381
278a7a38
AO
10382 done
10383fi
10384
10385if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10386 for ncn_progname in gcj; do
5213506e
RW
10387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10388$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10389 if test -x $with_build_time_tools/${ncn_progname}; then
10390 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10392$as_echo "yes" >&6; }
e8b05380
PB
10393 break
10394 else
5213506e
RW
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10396$as_echo "no" >&6; }
e8b05380
PB
10397 fi
10398 done
10399fi
10400
10401if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10402 for ncn_progname in gcj; do
10403 if test -n "$ncn_target_tool_prefix"; then
10404 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10405set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10406{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10407$as_echo_n "checking for $ac_word... " >&6; }
10408if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10409 $as_echo_n "(cached) " >&6
e8b05380 10410else
fb0103e5
RG
10411 if test -n "$GCJ_FOR_TARGET"; then
10412 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10413else
1c710c3c
DJ
10414as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10415for as_dir in $PATH
10416do
10417 IFS=$as_save_IFS
10418 test -z "$as_dir" && as_dir=.
5213506e
RW
10419 for ac_exec_ext in '' $ac_executable_extensions; do
10420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10421 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10423 break 2
10424 fi
10425done
5213506e
RW
10426 done
10427IFS=$as_save_IFS
1c710c3c 10428
e8b05380
PB
10429fi
10430fi
278a7a38
AO
10431GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10432if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10434$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10435else
5213506e
RW
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10437$as_echo "no" >&6; }
278a7a38
AO
10438fi
10439
5213506e 10440
278a7a38
AO
10441 fi
10442 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10443 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10444set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10446$as_echo_n "checking for $ac_word... " >&6; }
10447if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10448 $as_echo_n "(cached) " >&6
278a7a38
AO
10449else
10450 if test -n "$GCJ_FOR_TARGET"; then
10451 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10452else
10453as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10454for as_dir in $PATH
10455do
10456 IFS=$as_save_IFS
10457 test -z "$as_dir" && as_dir=.
5213506e
RW
10458 for ac_exec_ext in '' $ac_executable_extensions; do
10459 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10460 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10461 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10462 break 2
10463 fi
10464done
5213506e
RW
10465 done
10466IFS=$as_save_IFS
278a7a38
AO
10467
10468fi
10469fi
10470GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10471if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10473$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10474else
5213506e
RW
10475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10476$as_echo "no" >&6; }
278a7a38
AO
10477fi
10478
5213506e 10479
278a7a38
AO
10480 fi
10481 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10482 done
10483fi
10484
10485if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10486 set dummy gcj
10487 if test $build = $target ; then
10488 GCJ_FOR_TARGET="$2"
10489 else
10490 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10491 fi
1c00b503
PB
10492else
10493 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
278a7a38
AO
10494fi
10495
10496
10497
10498if test -n "$GFORTRAN_FOR_TARGET"; then
10499 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10500elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10501 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380
PB
10502fi
10503
278a7a38
AO
10504if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10505 for ncn_progname in gfortran; do
10506 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
e8b05380 10507set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10509$as_echo_n "checking for $ac_word... " >&6; }
10510if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10511 $as_echo_n "(cached) " >&6
e8b05380 10512else
278a7a38
AO
10513 if test -n "$GFORTRAN_FOR_TARGET"; then
10514 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
e8b05380 10515else
1c710c3c
DJ
10516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10517for as_dir in $PATH
10518do
10519 IFS=$as_save_IFS
10520 test -z "$as_dir" && as_dir=.
5213506e
RW
10521 for ac_exec_ext in '' $ac_executable_extensions; do
10522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10523 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10525 break 2
10526 fi
10527done
5213506e
RW
10528 done
10529IFS=$as_save_IFS
1c710c3c 10530
e8b05380
PB
10531fi
10532fi
278a7a38
AO
10533GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10534if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10536$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10537else
5213506e
RW
10538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10539$as_echo "no" >&6; }
e8b05380 10540fi
1c710c3c 10541
5213506e 10542
e8b05380
PB
10543 done
10544fi
1c710c3c 10545
278a7a38 10546if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10547 for ncn_progname in gfortran; do
5213506e
RW
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10549$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10550 if test -x $with_build_time_tools/${ncn_progname}; then
10551 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10553$as_echo "yes" >&6; }
e8b05380
PB
10554 break
10555 else
5213506e
RW
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10557$as_echo "no" >&6; }
e8b05380
PB
10558 fi
10559 done
10560fi
10561
10562if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10563 for ncn_progname in gfortran; do
10564 if test -n "$ncn_target_tool_prefix"; then
10565 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10566set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10568$as_echo_n "checking for $ac_word... " >&6; }
10569if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10570 $as_echo_n "(cached) " >&6
e8b05380
PB
10571else
10572 if test -n "$GFORTRAN_FOR_TARGET"; then
1c710c3c
DJ
10573 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10574else
10575as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10576for as_dir in $PATH
10577do
10578 IFS=$as_save_IFS
10579 test -z "$as_dir" && as_dir=.
5213506e
RW
10580 for ac_exec_ext in '' $ac_executable_extensions; do
10581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10582 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10584 break 2
10585 fi
10586done
5213506e
RW
10587 done
10588IFS=$as_save_IFS
1c710c3c 10589
e8b05380
PB
10590fi
10591fi
1c710c3c 10592GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10593if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10595$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10596else
5213506e
RW
10597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10598$as_echo "no" >&6; }
e8b05380
PB
10599fi
10600
5213506e 10601
e8b05380
PB
10602 fi
10603 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10604 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10605set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10607$as_echo_n "checking for $ac_word... " >&6; }
10608if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10609 $as_echo_n "(cached) " >&6
e8b05380
PB
10610else
10611 if test -n "$GFORTRAN_FOR_TARGET"; then
10612 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10613else
1c710c3c
DJ
10614as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10615for as_dir in $PATH
10616do
10617 IFS=$as_save_IFS
10618 test -z "$as_dir" && as_dir=.
5213506e
RW
10619 for ac_exec_ext in '' $ac_executable_extensions; do
10620 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10621 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10623 break 2
10624 fi
10625done
5213506e
RW
10626 done
10627IFS=$as_save_IFS
1c710c3c 10628
e8b05380
PB
10629fi
10630fi
1c710c3c 10631GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10632if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10634$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10635else
5213506e
RW
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10637$as_echo "no" >&6; }
e8b05380 10638fi
1c710c3c 10639
5213506e 10640
e8b05380
PB
10641 fi
10642 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10643 done
10644fi
1c710c3c 10645
e8b05380
PB
10646if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10647 set dummy gfortran
2693c0b0 10648 if test $build = $target ; then
e8b05380 10649 GFORTRAN_FOR_TARGET="$2"
ca9f4b81 10650 else
e8b05380
PB
10651 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10652 fi
1c00b503
PB
10653else
10654 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
e8b05380
PB
10655fi
10656
10657
10658
632e2a07
ILT
10659if test -n "$GOC_FOR_TARGET"; then
10660 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10661elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10662 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10663fi
10664
10665if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10666 for ncn_progname in gccgo; do
10667 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10668set dummy ${ncn_progname}; ac_word=$2
10669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10670$as_echo_n "checking for $ac_word... " >&6; }
10671if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10672 $as_echo_n "(cached) " >&6
10673else
10674 if test -n "$GOC_FOR_TARGET"; then
10675 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10676else
10677as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10678for as_dir in $PATH
10679do
10680 IFS=$as_save_IFS
10681 test -z "$as_dir" && as_dir=.
10682 for ac_exec_ext in '' $ac_executable_extensions; do
10683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10684 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10686 break 2
10687 fi
10688done
10689 done
10690IFS=$as_save_IFS
10691
10692fi
10693fi
10694GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10695if test -n "$GOC_FOR_TARGET"; then
10696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10697$as_echo "$GOC_FOR_TARGET" >&6; }
10698else
10699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10700$as_echo "no" >&6; }
10701fi
10702
10703
10704 done
10705fi
10706
10707if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10708 for ncn_progname in gccgo; do
10709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10710$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10711 if test -x $with_build_time_tools/${ncn_progname}; then
10712 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10714$as_echo "yes" >&6; }
10715 break
10716 else
10717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10718$as_echo "no" >&6; }
10719 fi
10720 done
10721fi
10722
10723if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10724 for ncn_progname in gccgo; do
10725 if test -n "$ncn_target_tool_prefix"; then
10726 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10727set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10729$as_echo_n "checking for $ac_word... " >&6; }
10730if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10731 $as_echo_n "(cached) " >&6
10732else
10733 if test -n "$GOC_FOR_TARGET"; then
10734 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10735else
10736as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10737for as_dir in $PATH
10738do
10739 IFS=$as_save_IFS
10740 test -z "$as_dir" && as_dir=.
10741 for ac_exec_ext in '' $ac_executable_extensions; do
10742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10743 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10745 break 2
10746 fi
10747done
10748 done
10749IFS=$as_save_IFS
10750
10751fi
10752fi
10753GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10754if test -n "$GOC_FOR_TARGET"; then
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10756$as_echo "$GOC_FOR_TARGET" >&6; }
10757else
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10759$as_echo "no" >&6; }
10760fi
10761
10762
10763 fi
10764 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10765 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10766set dummy ${ncn_progname}; ac_word=$2
10767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10768$as_echo_n "checking for $ac_word... " >&6; }
10769if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10770 $as_echo_n "(cached) " >&6
10771else
10772 if test -n "$GOC_FOR_TARGET"; then
10773 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10774else
10775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10776for as_dir in $PATH
10777do
10778 IFS=$as_save_IFS
10779 test -z "$as_dir" && as_dir=.
10780 for ac_exec_ext in '' $ac_executable_extensions; do
10781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10782 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10784 break 2
10785 fi
10786done
10787 done
10788IFS=$as_save_IFS
10789
10790fi
10791fi
10792GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10793if test -n "$GOC_FOR_TARGET"; then
10794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10795$as_echo "$GOC_FOR_TARGET" >&6; }
10796else
10797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10798$as_echo "no" >&6; }
10799fi
10800
10801
10802 fi
10803 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10804 done
10805fi
10806
10807if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10808 set dummy gccgo
10809 if test $build = $target ; then
10810 GOC_FOR_TARGET="$2"
10811 else
10812 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10813 fi
10814else
10815 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10816fi
10817
10818
10819
e8b05380
PB
10820cat > conftest.c << \EOF
10821#ifdef __GNUC__
10822 gcc_yay;
10823#endif
10824EOF
10825if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10826 have_gcc_for_target=yes
10827else
10828 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10829 have_gcc_for_target=no
10830fi
10831rm conftest.c
10832
10833
10834
10835
10836if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10837 if test -n "$with_build_time_tools"; then
5213506e
RW
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10839$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10840 if test -x $with_build_time_tools/ar; then
10841 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10842 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
5213506e
RW
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10844$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
d1f8db0c 10845 else
5213506e
RW
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10847$as_echo "no" >&6; }
d1f8db0c 10848 fi
e8b05380
PB
10849 elif test $build != $host && test $have_gcc_for_target = yes; then
10850 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
1c00b503
PB
10851 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10852 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
e8b05380
PB
10853 fi
10854fi
3e19841a 10855if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10856 # Extract the first word of "ar", so it can be a program name with args.
10857set dummy ar; ac_word=$2
5213506e
RW
10858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10859$as_echo_n "checking for $ac_word... " >&6; }
10860if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10861 $as_echo_n "(cached) " >&6
e8b05380 10862else
1c710c3c
DJ
10863 case $AR_FOR_TARGET in
10864 [\\/]* | ?:[\\/]*)
e8b05380
PB
10865 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10866 ;;
e8b05380 10867 *)
1c710c3c
DJ
10868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10869for as_dir in $gcc_cv_tool_dirs
10870do
10871 IFS=$as_save_IFS
10872 test -z "$as_dir" && as_dir=.
5213506e
RW
10873 for ac_exec_ext in '' $ac_executable_extensions; do
10874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10875 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10877 break 2
10878 fi
10879done
5213506e
RW
10880 done
10881IFS=$as_save_IFS
1c710c3c 10882
e8b05380
PB
10883 ;;
10884esac
10885fi
1c710c3c 10886AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380 10887if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10889$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 10890else
5213506e
RW
10891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10892$as_echo "no" >&6; }
4de997d1
PB
10893fi
10894
5213506e 10895
e8b05380
PB
10896fi
10897if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
278a7a38
AO
10898
10899
10900if test -n "$AR_FOR_TARGET"; then
10901 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10902elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10903 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10904fi
10905
10906if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10907 for ncn_progname in ar; do
10908 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10909set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10911$as_echo_n "checking for $ac_word... " >&6; }
10912if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10913 $as_echo_n "(cached) " >&6
278a7a38
AO
10914else
10915 if test -n "$AR_FOR_TARGET"; then
10916 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10917else
10918as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10919for as_dir in $PATH
10920do
10921 IFS=$as_save_IFS
10922 test -z "$as_dir" && as_dir=.
5213506e
RW
10923 for ac_exec_ext in '' $ac_executable_extensions; do
10924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10925 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 10926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10927 break 2
10928 fi
10929done
5213506e
RW
10930 done
10931IFS=$as_save_IFS
278a7a38
AO
10932
10933fi
10934fi
10935AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10936if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10938$as_echo "$AR_FOR_TARGET" >&6; }
278a7a38 10939else
5213506e
RW
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10941$as_echo "no" >&6; }
278a7a38
AO
10942fi
10943
5213506e 10944
278a7a38
AO
10945 done
10946fi
10947
10948if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10949 for ncn_progname in ar; do
5213506e
RW
10950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10951$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10952 if test -x $with_build_time_tools/${ncn_progname}; then
10953 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10955$as_echo "yes" >&6; }
e8b05380
PB
10956 break
10957 else
5213506e
RW
10958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10959$as_echo "no" >&6; }
e8b05380
PB
10960 fi
10961 done
10962fi
10963
10964if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10965 for ncn_progname in ar; do
10966 if test -n "$ncn_target_tool_prefix"; then
10967 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10968set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10970$as_echo_n "checking for $ac_word... " >&6; }
10971if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10972 $as_echo_n "(cached) " >&6
4de997d1 10973else
e8b05380
PB
10974 if test -n "$AR_FOR_TARGET"; then
10975 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
4de997d1 10976else
1c710c3c
DJ
10977as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10978for as_dir in $PATH
10979do
10980 IFS=$as_save_IFS
10981 test -z "$as_dir" && as_dir=.
5213506e
RW
10982 for ac_exec_ext in '' $ac_executable_extensions; do
10983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10984 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10986 break 2
10987 fi
10988done
5213506e
RW
10989 done
10990IFS=$as_save_IFS
1c710c3c 10991
4de997d1
PB
10992fi
10993fi
1c710c3c 10994AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 10995if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10997$as_echo "$AR_FOR_TARGET" >&6; }
4de997d1 10998else
5213506e
RW
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11000$as_echo "no" >&6; }
4de997d1
PB
11001fi
11002
5213506e 11003
e8b05380
PB
11004 fi
11005 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11006 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11007set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11009$as_echo_n "checking for $ac_word... " >&6; }
11010if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11011 $as_echo_n "(cached) " >&6
e8b05380
PB
11012else
11013 if test -n "$AR_FOR_TARGET"; then
11014 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11015else
1c710c3c
DJ
11016as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11017for as_dir in $PATH
11018do
11019 IFS=$as_save_IFS
11020 test -z "$as_dir" && as_dir=.
5213506e
RW
11021 for ac_exec_ext in '' $ac_executable_extensions; do
11022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11023 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11025 break 2
11026 fi
11027done
5213506e
RW
11028 done
11029IFS=$as_save_IFS
1c710c3c 11030
e8b05380
PB
11031fi
11032fi
1c710c3c 11033AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11034if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11036$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 11037else
5213506e
RW
11038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11039$as_echo "no" >&6; }
e8b05380 11040fi
1c710c3c 11041
5213506e 11042
e8b05380
PB
11043 fi
11044 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11045 done
11046fi
1c710c3c 11047
e8b05380
PB
11048if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11049 set dummy ar
11050 if test $build = $target ; then
11051 AR_FOR_TARGET="$2"
11052 else
11053 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
2693c0b0 11054 fi
1c00b503
PB
11055else
11056 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
e8b05380
PB
11057fi
11058
d1f8db0c
PB
11059else
11060 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380
PB
11061fi
11062
11063
11064
11065
11066if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11067 if test -n "$with_build_time_tools"; then
5213506e
RW
11068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11069$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11070 if test -x $with_build_time_tools/as; then
11071 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11072 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
5213506e
RW
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11074$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
d1f8db0c 11075 else
5213506e
RW
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11077$as_echo "no" >&6; }
d1f8db0c 11078 fi
e8b05380
PB
11079 elif test $build != $host && test $have_gcc_for_target = yes; then
11080 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
1c00b503
PB
11081 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11082 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
e8b05380
PB
11083 fi
11084fi
3e19841a 11085if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11086 # Extract the first word of "as", so it can be a program name with args.
11087set dummy as; ac_word=$2
5213506e
RW
11088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11089$as_echo_n "checking for $ac_word... " >&6; }
11090if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11091 $as_echo_n "(cached) " >&6
e8b05380 11092else
1c710c3c
DJ
11093 case $AS_FOR_TARGET in
11094 [\\/]* | ?:[\\/]*)
e8b05380
PB
11095 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11096 ;;
e8b05380 11097 *)
1c710c3c
DJ
11098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11099for as_dir in $gcc_cv_tool_dirs
11100do
11101 IFS=$as_save_IFS
11102 test -z "$as_dir" && as_dir=.
5213506e
RW
11103 for ac_exec_ext in '' $ac_executable_extensions; do
11104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11105 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11107 break 2
11108 fi
11109done
5213506e
RW
11110 done
11111IFS=$as_save_IFS
1c710c3c 11112
e8b05380
PB
11113 ;;
11114esac
11115fi
1c710c3c 11116AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
e8b05380 11117if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11119$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11120else
5213506e
RW
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11122$as_echo "no" >&6; }
e8b05380
PB
11123fi
11124
5213506e 11125
e8b05380
PB
11126fi
11127if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
278a7a38
AO
11128
11129
11130if test -n "$AS_FOR_TARGET"; then
11131 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11132elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11133 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11134fi
11135
11136if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11137 for ncn_progname in as; do
11138 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11139set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11141$as_echo_n "checking for $ac_word... " >&6; }
11142if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11143 $as_echo_n "(cached) " >&6
278a7a38
AO
11144else
11145 if test -n "$AS_FOR_TARGET"; then
11146 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11147else
11148as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11149for as_dir in $PATH
11150do
11151 IFS=$as_save_IFS
11152 test -z "$as_dir" && as_dir=.
5213506e
RW
11153 for ac_exec_ext in '' $ac_executable_extensions; do
11154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11155 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11157 break 2
11158 fi
11159done
5213506e
RW
11160 done
11161IFS=$as_save_IFS
278a7a38
AO
11162
11163fi
11164fi
11165AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11166if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11168$as_echo "$AS_FOR_TARGET" >&6; }
278a7a38 11169else
5213506e
RW
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11171$as_echo "no" >&6; }
278a7a38
AO
11172fi
11173
5213506e 11174
278a7a38
AO
11175 done
11176fi
11177
11178if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11179 for ncn_progname in as; do
5213506e
RW
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11181$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11182 if test -x $with_build_time_tools/${ncn_progname}; then
11183 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11185$as_echo "yes" >&6; }
e8b05380
PB
11186 break
11187 else
5213506e
RW
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11189$as_echo "no" >&6; }
e8b05380
PB
11190 fi
11191 done
11192fi
11193
11194if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11195 for ncn_progname in as; do
11196 if test -n "$ncn_target_tool_prefix"; then
11197 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11198set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11200$as_echo_n "checking for $ac_word... " >&6; }
11201if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11202 $as_echo_n "(cached) " >&6
e8b05380
PB
11203else
11204 if test -n "$AS_FOR_TARGET"; then
11205 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11206else
1c710c3c
DJ
11207as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11208for as_dir in $PATH
11209do
11210 IFS=$as_save_IFS
11211 test -z "$as_dir" && as_dir=.
5213506e
RW
11212 for ac_exec_ext in '' $ac_executable_extensions; do
11213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11214 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11216 break 2
11217 fi
11218done
5213506e
RW
11219 done
11220IFS=$as_save_IFS
1c710c3c 11221
e8b05380
PB
11222fi
11223fi
1c710c3c 11224AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11225if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11227$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11228else
5213506e
RW
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11230$as_echo "no" >&6; }
e8b05380
PB
11231fi
11232
5213506e 11233
e8b05380
PB
11234 fi
11235 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11236 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11237set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11239$as_echo_n "checking for $ac_word... " >&6; }
11240if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11241 $as_echo_n "(cached) " >&6
4de997d1 11242else
e8b05380
PB
11243 if test -n "$AS_FOR_TARGET"; then
11244 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
4de997d1 11245else
1c710c3c
DJ
11246as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11247for as_dir in $PATH
11248do
11249 IFS=$as_save_IFS
11250 test -z "$as_dir" && as_dir=.
5213506e
RW
11251 for ac_exec_ext in '' $ac_executable_extensions; do
11252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11253 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11255 break 2
11256 fi
11257done
5213506e
RW
11258 done
11259IFS=$as_save_IFS
1c710c3c 11260
4de997d1
PB
11261fi
11262fi
1c710c3c 11263AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11264if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11266$as_echo "$AS_FOR_TARGET" >&6; }
4de997d1 11267else
5213506e
RW
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11269$as_echo "no" >&6; }
4de997d1 11270fi
1c710c3c 11271
5213506e 11272
e8b05380
PB
11273 fi
11274 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11275 done
11276fi
1c710c3c 11277
e8b05380
PB
11278if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11279 set dummy as
11280 if test $build = $target ; then
11281 AS_FOR_TARGET="$2"
11282 else
11283 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 11284 fi
1c00b503
PB
11285else
11286 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
e8b05380 11287fi
2693c0b0 11288
d1f8db0c
PB
11289else
11290 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
4de997d1
PB
11291fi
11292
e8b05380
PB
11293
11294
11295
11296if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11297 if test -n "$with_build_time_tools"; then
5213506e
RW
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11299$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11300 if test -x $with_build_time_tools/dlltool; then
11301 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11302 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
5213506e
RW
11303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11304$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
d1f8db0c 11305 else
5213506e
RW
11306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11307$as_echo "no" >&6; }
d1f8db0c 11308 fi
e8b05380
PB
11309 elif test $build != $host && test $have_gcc_for_target = yes; then
11310 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
1c00b503
PB
11311 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11312 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
e8b05380
PB
11313 fi
11314fi
3e19841a 11315if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11316 # Extract the first word of "dlltool", so it can be a program name with args.
11317set dummy dlltool; ac_word=$2
5213506e
RW
11318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11319$as_echo_n "checking for $ac_word... " >&6; }
11320if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11321 $as_echo_n "(cached) " >&6
4de997d1 11322else
1c710c3c
DJ
11323 case $DLLTOOL_FOR_TARGET in
11324 [\\/]* | ?:[\\/]*)
e8b05380
PB
11325 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11326 ;;
e8b05380 11327 *)
1c710c3c
DJ
11328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11329for as_dir in $gcc_cv_tool_dirs
11330do
11331 IFS=$as_save_IFS
11332 test -z "$as_dir" && as_dir=.
5213506e
RW
11333 for ac_exec_ext in '' $ac_executable_extensions; do
11334 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11335 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11336 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11337 break 2
11338 fi
11339done
5213506e
RW
11340 done
11341IFS=$as_save_IFS
1c710c3c 11342
e8b05380
PB
11343 ;;
11344esac
4de997d1 11345fi
1c710c3c 11346DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380 11347if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11349$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11350else
5213506e
RW
11351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11352$as_echo "no" >&6; }
4de997d1
PB
11353fi
11354
5213506e 11355
e8b05380
PB
11356fi
11357if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
278a7a38
AO
11358
11359
11360if test -n "$DLLTOOL_FOR_TARGET"; then
11361 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11362elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11363 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11364fi
11365
11366if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11367 for ncn_progname in dlltool; do
11368 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11369set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11371$as_echo_n "checking for $ac_word... " >&6; }
11372if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11373 $as_echo_n "(cached) " >&6
278a7a38
AO
11374else
11375 if test -n "$DLLTOOL_FOR_TARGET"; then
11376 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11377else
11378as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11379for as_dir in $PATH
11380do
11381 IFS=$as_save_IFS
11382 test -z "$as_dir" && as_dir=.
5213506e
RW
11383 for ac_exec_ext in '' $ac_executable_extensions; do
11384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11385 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11387 break 2
11388 fi
11389done
5213506e
RW
11390 done
11391IFS=$as_save_IFS
278a7a38
AO
11392
11393fi
11394fi
11395DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11396if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11398$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
278a7a38 11399else
5213506e
RW
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11401$as_echo "no" >&6; }
278a7a38
AO
11402fi
11403
5213506e 11404
278a7a38
AO
11405 done
11406fi
11407
11408if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11409 for ncn_progname in dlltool; do
5213506e
RW
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11411$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11412 if test -x $with_build_time_tools/${ncn_progname}; then
11413 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11415$as_echo "yes" >&6; }
e8b05380
PB
11416 break
11417 else
5213506e
RW
11418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11419$as_echo "no" >&6; }
e8b05380
PB
11420 fi
11421 done
11422fi
11423
11424if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11425 for ncn_progname in dlltool; do
11426 if test -n "$ncn_target_tool_prefix"; then
11427 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11428set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11429{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11430$as_echo_n "checking for $ac_word... " >&6; }
11431if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11432 $as_echo_n "(cached) " >&6
4de997d1 11433else
e8b05380
PB
11434 if test -n "$DLLTOOL_FOR_TARGET"; then
11435 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11436else
1c710c3c
DJ
11437as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11438for as_dir in $PATH
11439do
11440 IFS=$as_save_IFS
11441 test -z "$as_dir" && as_dir=.
5213506e
RW
11442 for ac_exec_ext in '' $ac_executable_extensions; do
11443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11444 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11446 break 2
11447 fi
11448done
5213506e
RW
11449 done
11450IFS=$as_save_IFS
1c710c3c 11451
4de997d1
PB
11452fi
11453fi
1c710c3c 11454DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11455if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11457$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11458else
5213506e
RW
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11460$as_echo "no" >&6; }
4de997d1 11461fi
4de997d1 11462
5213506e 11463
e8b05380
PB
11464 fi
11465 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11466 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11467set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11469$as_echo_n "checking for $ac_word... " >&6; }
11470if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11471 $as_echo_n "(cached) " >&6
4de997d1 11472else
e8b05380
PB
11473 if test -n "$DLLTOOL_FOR_TARGET"; then
11474 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11475else
1c710c3c
DJ
11476as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11477for as_dir in $PATH
11478do
11479 IFS=$as_save_IFS
11480 test -z "$as_dir" && as_dir=.
5213506e
RW
11481 for ac_exec_ext in '' $ac_executable_extensions; do
11482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11483 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11485 break 2
11486 fi
11487done
5213506e
RW
11488 done
11489IFS=$as_save_IFS
1c710c3c 11490
4de997d1
PB
11491fi
11492fi
1c710c3c 11493DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11494if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11496$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11497else
5213506e
RW
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11499$as_echo "no" >&6; }
4de997d1 11500fi
1c710c3c 11501
5213506e 11502
e8b05380
PB
11503 fi
11504 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11505 done
11506fi
1c710c3c 11507
e8b05380
PB
11508if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11509 set dummy dlltool
11510 if test $build = $target ; then
11511 DLLTOOL_FOR_TARGET="$2"
11512 else
11513 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11514 fi
1c00b503
PB
11515else
11516 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
e8b05380
PB
11517fi
11518
d1f8db0c
PB
11519else
11520 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380
PB
11521fi
11522
4de997d1 11523
e8b05380
PB
11524
11525
11526if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11527 if test -n "$with_build_time_tools"; then
5213506e
RW
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11529$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11530 if test -x $with_build_time_tools/ld; then
11531 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11532 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
5213506e
RW
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11534$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
d1f8db0c 11535 else
5213506e
RW
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11537$as_echo "no" >&6; }
d1f8db0c 11538 fi
e8b05380
PB
11539 elif test $build != $host && test $have_gcc_for_target = yes; then
11540 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
1c00b503
PB
11541 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11542 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2693c0b0 11543 fi
e8b05380 11544fi
3e19841a 11545if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11546 # Extract the first word of "ld", so it can be a program name with args.
11547set dummy ld; ac_word=$2
5213506e
RW
11548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11549$as_echo_n "checking for $ac_word... " >&6; }
11550if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11551 $as_echo_n "(cached) " >&6
4de997d1 11552else
1c710c3c
DJ
11553 case $LD_FOR_TARGET in
11554 [\\/]* | ?:[\\/]*)
e8b05380
PB
11555 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11556 ;;
e8b05380 11557 *)
1c710c3c
DJ
11558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11559for as_dir in $gcc_cv_tool_dirs
11560do
11561 IFS=$as_save_IFS
11562 test -z "$as_dir" && as_dir=.
5213506e
RW
11563 for ac_exec_ext in '' $ac_executable_extensions; do
11564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11565 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11567 break 2
11568 fi
11569done
5213506e
RW
11570 done
11571IFS=$as_save_IFS
1c710c3c 11572
e8b05380
PB
11573 ;;
11574esac
4de997d1 11575fi
1c710c3c 11576LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380 11577if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11579$as_echo "$LD_FOR_TARGET" >&6; }
4de997d1 11580else
5213506e
RW
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11582$as_echo "no" >&6; }
4de997d1 11583fi
2693c0b0 11584
5213506e 11585
e8b05380
PB
11586fi
11587if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
278a7a38
AO
11588
11589
11590if test -n "$LD_FOR_TARGET"; then
11591 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11592elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11593 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11594fi
11595
11596if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11597 for ncn_progname in ld; do
11598 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11599set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11601$as_echo_n "checking for $ac_word... " >&6; }
11602if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11603 $as_echo_n "(cached) " >&6
278a7a38
AO
11604else
11605 if test -n "$LD_FOR_TARGET"; then
11606 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11607else
11608as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11609for as_dir in $PATH
11610do
11611 IFS=$as_save_IFS
11612 test -z "$as_dir" && as_dir=.
5213506e
RW
11613 for ac_exec_ext in '' $ac_executable_extensions; do
11614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11615 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11617 break 2
11618 fi
11619done
5213506e
RW
11620 done
11621IFS=$as_save_IFS
278a7a38
AO
11622
11623fi
11624fi
11625LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11626if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11628$as_echo "$LD_FOR_TARGET" >&6; }
278a7a38 11629else
5213506e
RW
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11631$as_echo "no" >&6; }
278a7a38
AO
11632fi
11633
5213506e 11634
278a7a38
AO
11635 done
11636fi
11637
11638if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11639 for ncn_progname in ld; do
5213506e
RW
11640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11641$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11642 if test -x $with_build_time_tools/${ncn_progname}; then
11643 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11645$as_echo "yes" >&6; }
e8b05380
PB
11646 break
11647 else
5213506e
RW
11648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11649$as_echo "no" >&6; }
e8b05380
PB
11650 fi
11651 done
ca9f4b81
AO
11652fi
11653
e8b05380
PB
11654if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11655 for ncn_progname in ld; do
11656 if test -n "$ncn_target_tool_prefix"; then
11657 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11658set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11660$as_echo_n "checking for $ac_word... " >&6; }
11661if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11662 $as_echo_n "(cached) " >&6
ca9f4b81 11663else
4de997d1
PB
11664 if test -n "$LD_FOR_TARGET"; then
11665 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11666else
1c710c3c
DJ
11667as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11668for as_dir in $PATH
11669do
11670 IFS=$as_save_IFS
11671 test -z "$as_dir" && as_dir=.
5213506e
RW
11672 for ac_exec_ext in '' $ac_executable_extensions; do
11673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11674 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11675 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11676 break 2
11677 fi
11678done
5213506e
RW
11679 done
11680IFS=$as_save_IFS
1c710c3c 11681
ca9f4b81
AO
11682fi
11683fi
1c710c3c 11684LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
4de997d1 11685if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11687$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11688else
5213506e
RW
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11690$as_echo "no" >&6; }
ca9f4b81
AO
11691fi
11692
5213506e 11693
e8b05380
PB
11694 fi
11695 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11696 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11697set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11699$as_echo_n "checking for $ac_word... " >&6; }
11700if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11701 $as_echo_n "(cached) " >&6
ca9f4b81 11702else
2693c0b0
PB
11703 if test -n "$LD_FOR_TARGET"; then
11704 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11705else
1c710c3c
DJ
11706as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11707for as_dir in $PATH
11708do
11709 IFS=$as_save_IFS
11710 test -z "$as_dir" && as_dir=.
5213506e
RW
11711 for ac_exec_ext in '' $ac_executable_extensions; do
11712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11713 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11715 break 2
11716 fi
11717done
5213506e
RW
11718 done
11719IFS=$as_save_IFS
1c710c3c 11720
ca9f4b81
AO
11721fi
11722fi
1c710c3c 11723LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2693c0b0 11724if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11726$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11727else
5213506e
RW
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11729$as_echo "no" >&6; }
ca9f4b81 11730fi
1c710c3c 11731
5213506e 11732
e8b05380
PB
11733 fi
11734 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11735 done
11736fi
1c710c3c 11737
2693c0b0
PB
11738if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11739 set dummy ld
11740 if test $build = $target ; then
11741 LD_FOR_TARGET="$2"
ca9f4b81 11742 else
2693c0b0 11743 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 11744 fi
1c00b503
PB
11745else
11746 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
ca9f4b81
AO
11747fi
11748
d1f8db0c
PB
11749else
11750 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380
PB
11751fi
11752
11753
11754
11755
11756if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11757 if test -n "$with_build_time_tools"; then
5213506e
RW
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11759$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11760 if test -x $with_build_time_tools/lipo; then
11761 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11762 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
5213506e
RW
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11764$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
d1f8db0c 11765 else
5213506e
RW
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11767$as_echo "no" >&6; }
d1f8db0c 11768 fi
e8b05380
PB
11769 elif test $build != $host && test $have_gcc_for_target = yes; then
11770 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
1c00b503
PB
11771 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11772 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
e8b05380
PB
11773 fi
11774fi
278a7a38
AO
11775if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11776 # Extract the first word of "lipo", so it can be a program name with args.
11777set dummy lipo; ac_word=$2
5213506e
RW
11778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11779$as_echo_n "checking for $ac_word... " >&6; }
11780if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11781 $as_echo_n "(cached) " >&6
278a7a38
AO
11782else
11783 case $LIPO_FOR_TARGET in
11784 [\\/]* | ?:[\\/]*)
11785 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11786 ;;
11787 *)
11788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11789for as_dir in $gcc_cv_tool_dirs
11790do
11791 IFS=$as_save_IFS
11792 test -z "$as_dir" && as_dir=.
5213506e
RW
11793 for ac_exec_ext in '' $ac_executable_extensions; do
11794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11795 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11797 break 2
11798 fi
11799done
5213506e
RW
11800 done
11801IFS=$as_save_IFS
278a7a38
AO
11802
11803 ;;
11804esac
11805fi
11806LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
278a7a38 11807if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11809$as_echo "$LIPO_FOR_TARGET" >&6; }
278a7a38 11810else
5213506e
RW
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11812$as_echo "no" >&6; }
278a7a38
AO
11813fi
11814
5213506e 11815
278a7a38
AO
11816fi
11817if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11818
11819
11820if test -n "$LIPO_FOR_TARGET"; then
11821 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11822elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11823 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11824fi
11825
11826if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11827 for ncn_progname in lipo; do
11828 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11829set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11831$as_echo_n "checking for $ac_word... " >&6; }
11832if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11833 $as_echo_n "(cached) " >&6
e8b05380 11834else
278a7a38
AO
11835 if test -n "$LIPO_FOR_TARGET"; then
11836 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11837else
11838as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11839for as_dir in $PATH
1c710c3c
DJ
11840do
11841 IFS=$as_save_IFS
11842 test -z "$as_dir" && as_dir=.
5213506e
RW
11843 for ac_exec_ext in '' $ac_executable_extensions; do
11844 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11845 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11847 break 2
11848 fi
11849done
5213506e
RW
11850 done
11851IFS=$as_save_IFS
1c710c3c 11852
e8b05380 11853fi
278a7a38
AO
11854fi
11855LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
e8b05380 11856if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11858$as_echo "$LIPO_FOR_TARGET" >&6; }
e8b05380 11859else
5213506e
RW
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11861$as_echo "no" >&6; }
e8b05380
PB
11862fi
11863
5213506e 11864
278a7a38 11865 done
e8b05380 11866fi
278a7a38
AO
11867
11868if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11869 for ncn_progname in lipo; do
5213506e
RW
11870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11871$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11872 if test -x $with_build_time_tools/${ncn_progname}; then
11873 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11875$as_echo "yes" >&6; }
e8b05380
PB
11876 break
11877 else
5213506e
RW
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11879$as_echo "no" >&6; }
e8b05380
PB
11880 fi
11881 done
11882fi
11883
11884if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11885 for ncn_progname in lipo; do
11886 if test -n "$ncn_target_tool_prefix"; then
11887 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11888set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11890$as_echo_n "checking for $ac_word... " >&6; }
11891if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11892 $as_echo_n "(cached) " >&6
040b1c5a
GK
11893else
11894 if test -n "$LIPO_FOR_TARGET"; then
11895 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11896else
1c710c3c
DJ
11897as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11898for as_dir in $PATH
11899do
11900 IFS=$as_save_IFS
11901 test -z "$as_dir" && as_dir=.
5213506e
RW
11902 for ac_exec_ext in '' $ac_executable_extensions; do
11903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11904 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11906 break 2
11907 fi
11908done
5213506e
RW
11909 done
11910IFS=$as_save_IFS
1c710c3c 11911
040b1c5a
GK
11912fi
11913fi
1c710c3c 11914LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11915if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11917$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11918else
5213506e
RW
11919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11920$as_echo "no" >&6; }
040b1c5a
GK
11921fi
11922
5213506e 11923
e8b05380
PB
11924 fi
11925 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11926 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 11927set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11929$as_echo_n "checking for $ac_word... " >&6; }
11930if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11931 $as_echo_n "(cached) " >&6
040b1c5a
GK
11932else
11933 if test -n "$LIPO_FOR_TARGET"; then
72a7ab82
AP
11934 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11935else
1c710c3c
DJ
11936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11937for as_dir in $PATH
11938do
11939 IFS=$as_save_IFS
11940 test -z "$as_dir" && as_dir=.
5213506e
RW
11941 for ac_exec_ext in '' $ac_executable_extensions; do
11942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11943 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11945 break 2
11946 fi
11947done
5213506e
RW
11948 done
11949IFS=$as_save_IFS
1c710c3c 11950
040b1c5a
GK
11951fi
11952fi
1c710c3c 11953LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11954if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11956$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11957else
5213506e
RW
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11959$as_echo "no" >&6; }
040b1c5a 11960fi
1c710c3c 11961
5213506e 11962
e8b05380
PB
11963 fi
11964 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11965 done
11966fi
1c710c3c 11967
040b1c5a
GK
11968if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11969 set dummy lipo
11970 if test $build = $target ; then
11971 LIPO_FOR_TARGET="$2"
11972 else
11973 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11974 fi
1c00b503
PB
11975else
11976 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
040b1c5a
GK
11977fi
11978
d1f8db0c
PB
11979else
11980 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
e8b05380
PB
11981fi
11982
11983
11984
11985
11986if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11987 if test -n "$with_build_time_tools"; then
5213506e
RW
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11989$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11990 if test -x $with_build_time_tools/nm; then
11991 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11992 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
5213506e
RW
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11994$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
d1f8db0c 11995 else
5213506e
RW
11996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11997$as_echo "no" >&6; }
d1f8db0c 11998 fi
e8b05380
PB
11999 elif test $build != $host && test $have_gcc_for_target = yes; then
12000 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
1c00b503
PB
12001 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12002 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
e8b05380
PB
12003 fi
12004fi
3e19841a 12005if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12006 # Extract the first word of "nm", so it can be a program name with args.
12007set dummy nm; ac_word=$2
5213506e
RW
12008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12009$as_echo_n "checking for $ac_word... " >&6; }
12010if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12011 $as_echo_n "(cached) " >&6
e8b05380 12012else
1c710c3c
DJ
12013 case $NM_FOR_TARGET in
12014 [\\/]* | ?:[\\/]*)
e8b05380
PB
12015 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12016 ;;
e8b05380 12017 *)
1c710c3c
DJ
12018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12019for as_dir in $gcc_cv_tool_dirs
12020do
12021 IFS=$as_save_IFS
12022 test -z "$as_dir" && as_dir=.
5213506e
RW
12023 for ac_exec_ext in '' $ac_executable_extensions; do
12024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12025 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12027 break 2
12028 fi
12029done
5213506e
RW
12030 done
12031IFS=$as_save_IFS
1c710c3c 12032
e8b05380
PB
12033 ;;
12034esac
12035fi
1c710c3c 12036NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380 12037if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12039$as_echo "$NM_FOR_TARGET" >&6; }
e8b05380 12040else
5213506e
RW
12041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12042$as_echo "no" >&6; }
e8b05380
PB
12043fi
12044
5213506e 12045
e8b05380
PB
12046fi
12047if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
278a7a38
AO
12048
12049
12050if test -n "$NM_FOR_TARGET"; then
12051 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12052elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12053 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12054fi
12055
12056if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12057 for ncn_progname in nm; do
12058 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12059set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12061$as_echo_n "checking for $ac_word... " >&6; }
12062if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12063 $as_echo_n "(cached) " >&6
278a7a38
AO
12064else
12065 if test -n "$NM_FOR_TARGET"; then
12066 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12067else
12068as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12069for as_dir in $PATH
12070do
12071 IFS=$as_save_IFS
12072 test -z "$as_dir" && as_dir=.
5213506e
RW
12073 for ac_exec_ext in '' $ac_executable_extensions; do
12074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12075 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12077 break 2
12078 fi
12079done
5213506e
RW
12080 done
12081IFS=$as_save_IFS
278a7a38
AO
12082
12083fi
12084fi
12085NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12086if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12088$as_echo "$NM_FOR_TARGET" >&6; }
278a7a38 12089else
5213506e
RW
12090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12091$as_echo "no" >&6; }
278a7a38
AO
12092fi
12093
5213506e 12094
278a7a38
AO
12095 done
12096fi
12097
12098if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12099 for ncn_progname in nm; do
5213506e
RW
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12101$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12102 if test -x $with_build_time_tools/${ncn_progname}; then
12103 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12105$as_echo "yes" >&6; }
e8b05380
PB
12106 break
12107 else
5213506e
RW
12108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12109$as_echo "no" >&6; }
e8b05380
PB
12110 fi
12111 done
12112fi
12113
12114if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12115 for ncn_progname in nm; do
12116 if test -n "$ncn_target_tool_prefix"; then
12117 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 12118set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12120$as_echo_n "checking for $ac_word... " >&6; }
12121if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12122 $as_echo_n "(cached) " >&6
ca9f4b81 12123else
4de997d1
PB
12124 if test -n "$NM_FOR_TARGET"; then
12125 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12126else
1c710c3c
DJ
12127as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12128for as_dir in $PATH
12129do
12130 IFS=$as_save_IFS
12131 test -z "$as_dir" && as_dir=.
5213506e
RW
12132 for ac_exec_ext in '' $ac_executable_extensions; do
12133 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12134 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12135 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12136 break 2
12137 fi
12138done
5213506e
RW
12139 done
12140IFS=$as_save_IFS
1c710c3c 12141
ca9f4b81
AO
12142fi
12143fi
1c710c3c 12144NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
4de997d1 12145if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12147$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12148else
5213506e
RW
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12150$as_echo "no" >&6; }
ca9f4b81
AO
12151fi
12152
5213506e 12153
e8b05380
PB
12154 fi
12155 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12156 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12157set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12159$as_echo_n "checking for $ac_word... " >&6; }
12160if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12161 $as_echo_n "(cached) " >&6
ca9f4b81 12162else
2693c0b0
PB
12163 if test -n "$NM_FOR_TARGET"; then
12164 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12165else
1c710c3c
DJ
12166as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12167for as_dir in $PATH
12168do
12169 IFS=$as_save_IFS
12170 test -z "$as_dir" && as_dir=.
5213506e
RW
12171 for ac_exec_ext in '' $ac_executable_extensions; do
12172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12173 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12175 break 2
12176 fi
12177done
5213506e
RW
12178 done
12179IFS=$as_save_IFS
1c710c3c 12180
ca9f4b81
AO
12181fi
12182fi
1c710c3c 12183NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
2693c0b0 12184if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12186$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12187else
5213506e
RW
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12189$as_echo "no" >&6; }
ca9f4b81 12190fi
1c710c3c 12191
5213506e 12192
e8b05380
PB
12193 fi
12194 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12195 done
12196fi
1c710c3c 12197
2693c0b0
PB
12198if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12199 set dummy nm
12200 if test $build = $target ; then
12201 NM_FOR_TARGET="$2"
ca9f4b81 12202 else
2693c0b0 12203 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12204 fi
1c00b503
PB
12205else
12206 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
ca9f4b81
AO
12207fi
12208
d1f8db0c
PB
12209else
12210 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380
PB
12211fi
12212
12213
12214
12215
12216if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12217 if test -n "$with_build_time_tools"; then
5213506e
RW
12218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12219$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12220 if test -x $with_build_time_tools/objdump; then
12221 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12222 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
5213506e
RW
12223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12224$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
d1f8db0c 12225 else
5213506e
RW
12226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12227$as_echo "no" >&6; }
d1f8db0c 12228 fi
e8b05380
PB
12229 elif test $build != $host && test $have_gcc_for_target = yes; then
12230 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
1c00b503
PB
12231 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12232 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
e8b05380
PB
12233 fi
12234fi
3e19841a 12235if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12236 # Extract the first word of "objdump", so it can be a program name with args.
12237set dummy objdump; ac_word=$2
5213506e
RW
12238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12239$as_echo_n "checking for $ac_word... " >&6; }
12240if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12241 $as_echo_n "(cached) " >&6
e8b05380 12242else
1c710c3c
DJ
12243 case $OBJDUMP_FOR_TARGET in
12244 [\\/]* | ?:[\\/]*)
e8b05380
PB
12245 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12246 ;;
e8b05380 12247 *)
1c710c3c
DJ
12248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12249for as_dir in $gcc_cv_tool_dirs
12250do
12251 IFS=$as_save_IFS
12252 test -z "$as_dir" && as_dir=.
5213506e
RW
12253 for ac_exec_ext in '' $ac_executable_extensions; do
12254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12255 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12257 break 2
12258 fi
12259done
5213506e
RW
12260 done
12261IFS=$as_save_IFS
1c710c3c 12262
e8b05380
PB
12263 ;;
12264esac
12265fi
1c710c3c 12266OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380 12267if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12269$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
e8b05380 12270else
5213506e
RW
12271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12272$as_echo "no" >&6; }
e8b05380
PB
12273fi
12274
5213506e 12275
e8b05380
PB
12276fi
12277if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
278a7a38
AO
12278
12279
12280if test -n "$OBJDUMP_FOR_TARGET"; then
12281 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12282elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12283 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12284fi
12285
12286if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12287 for ncn_progname in objdump; do
12288 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12289set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12291$as_echo_n "checking for $ac_word... " >&6; }
12292if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12293 $as_echo_n "(cached) " >&6
278a7a38
AO
12294else
12295 if test -n "$OBJDUMP_FOR_TARGET"; then
12296 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12297else
12298as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12299for as_dir in $PATH
12300do
12301 IFS=$as_save_IFS
12302 test -z "$as_dir" && as_dir=.
5213506e
RW
12303 for ac_exec_ext in '' $ac_executable_extensions; do
12304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12305 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12307 break 2
12308 fi
12309done
5213506e
RW
12310 done
12311IFS=$as_save_IFS
278a7a38
AO
12312
12313fi
12314fi
12315OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12316if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12318$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
278a7a38 12319else
5213506e
RW
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12321$as_echo "no" >&6; }
278a7a38
AO
12322fi
12323
5213506e 12324
278a7a38
AO
12325 done
12326fi
12327
12328if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12329 for ncn_progname in objdump; do
5213506e
RW
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12331$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12332 if test -x $with_build_time_tools/${ncn_progname}; then
12333 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12335$as_echo "yes" >&6; }
e8b05380
PB
12336 break
12337 else
5213506e
RW
12338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12339$as_echo "no" >&6; }
e8b05380
PB
12340 fi
12341 done
12342fi
12343
12344if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12345 for ncn_progname in objdump; do
12346 if test -n "$ncn_target_tool_prefix"; then
12347 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12348set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12350$as_echo_n "checking for $ac_word... " >&6; }
12351if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12352 $as_echo_n "(cached) " >&6
d739199a
DJ
12353else
12354 if test -n "$OBJDUMP_FOR_TARGET"; then
12355 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12356else
1c710c3c
DJ
12357as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12358for as_dir in $PATH
12359do
12360 IFS=$as_save_IFS
12361 test -z "$as_dir" && as_dir=.
5213506e
RW
12362 for ac_exec_ext in '' $ac_executable_extensions; do
12363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12364 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12366 break 2
12367 fi
12368done
5213506e
RW
12369 done
12370IFS=$as_save_IFS
1c710c3c 12371
d739199a
DJ
12372fi
12373fi
1c710c3c 12374OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12375if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12377$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12378else
5213506e
RW
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12380$as_echo "no" >&6; }
d739199a
DJ
12381fi
12382
5213506e 12383
e8b05380
PB
12384 fi
12385 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12386 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
d739199a 12387set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12389$as_echo_n "checking for $ac_word... " >&6; }
12390if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12391 $as_echo_n "(cached) " >&6
d739199a
DJ
12392else
12393 if test -n "$OBJDUMP_FOR_TARGET"; then
12394 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12395else
1c710c3c
DJ
12396as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12397for as_dir in $PATH
12398do
12399 IFS=$as_save_IFS
12400 test -z "$as_dir" && as_dir=.
5213506e
RW
12401 for ac_exec_ext in '' $ac_executable_extensions; do
12402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12403 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12405 break 2
12406 fi
12407done
5213506e
RW
12408 done
12409IFS=$as_save_IFS
1c710c3c 12410
d739199a
DJ
12411fi
12412fi
1c710c3c 12413OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12414if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12416$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12417else
5213506e
RW
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12419$as_echo "no" >&6; }
d739199a 12420fi
1c710c3c 12421
5213506e 12422
e8b05380
PB
12423 fi
12424 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12425 done
12426fi
1c710c3c 12427
d739199a
DJ
12428if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12429 set dummy objdump
12430 if test $build = $target ; then
12431 OBJDUMP_FOR_TARGET="$2"
12432 else
12433 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12434 fi
1c00b503
PB
12435else
12436 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
d739199a
DJ
12437fi
12438
d1f8db0c
PB
12439else
12440 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380
PB
12441fi
12442
12443
12444
12445
12446if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12447 if test -n "$with_build_time_tools"; then
5213506e
RW
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12449$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12450 if test -x $with_build_time_tools/ranlib; then
12451 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12452 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
5213506e
RW
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12454$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
d1f8db0c 12455 else
5213506e
RW
12456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12457$as_echo "no" >&6; }
d1f8db0c 12458 fi
e8b05380
PB
12459 elif test $build != $host && test $have_gcc_for_target = yes; then
12460 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
1c00b503
PB
12461 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12462 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
e8b05380
PB
12463 fi
12464fi
3e19841a 12465if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12466 # Extract the first word of "ranlib", so it can be a program name with args.
12467set dummy ranlib; ac_word=$2
5213506e
RW
12468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12469$as_echo_n "checking for $ac_word... " >&6; }
12470if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12471 $as_echo_n "(cached) " >&6
e8b05380 12472else
1c710c3c
DJ
12473 case $RANLIB_FOR_TARGET in
12474 [\\/]* | ?:[\\/]*)
e8b05380
PB
12475 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12476 ;;
e8b05380 12477 *)
1c710c3c
DJ
12478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12479for as_dir in $gcc_cv_tool_dirs
12480do
12481 IFS=$as_save_IFS
12482 test -z "$as_dir" && as_dir=.
5213506e
RW
12483 for ac_exec_ext in '' $ac_executable_extensions; do
12484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12485 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12487 break 2
12488 fi
12489done
5213506e
RW
12490 done
12491IFS=$as_save_IFS
1c710c3c 12492
e8b05380
PB
12493 ;;
12494esac
12495fi
1c710c3c 12496RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
e8b05380 12497if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12499$as_echo "$RANLIB_FOR_TARGET" >&6; }
e8b05380 12500else
5213506e
RW
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12502$as_echo "no" >&6; }
e8b05380
PB
12503fi
12504
5213506e 12505
e8b05380
PB
12506fi
12507if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
278a7a38
AO
12508
12509
12510if test -n "$RANLIB_FOR_TARGET"; then
12511 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12512elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12513 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12514fi
12515
12516if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12517 for ncn_progname in ranlib; do
12518 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12519set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12521$as_echo_n "checking for $ac_word... " >&6; }
12522if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12523 $as_echo_n "(cached) " >&6
278a7a38
AO
12524else
12525 if test -n "$RANLIB_FOR_TARGET"; then
12526 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12527else
12528as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12529for as_dir in $PATH
12530do
12531 IFS=$as_save_IFS
12532 test -z "$as_dir" && as_dir=.
5213506e
RW
12533 for ac_exec_ext in '' $ac_executable_extensions; do
12534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12535 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12537 break 2
12538 fi
12539done
5213506e
RW
12540 done
12541IFS=$as_save_IFS
278a7a38
AO
12542
12543fi
12544fi
12545RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12546if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12548$as_echo "$RANLIB_FOR_TARGET" >&6; }
278a7a38 12549else
5213506e
RW
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12551$as_echo "no" >&6; }
278a7a38
AO
12552fi
12553
5213506e 12554
278a7a38
AO
12555 done
12556fi
12557
12558if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12559 for ncn_progname in ranlib; do
5213506e
RW
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12561$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12562 if test -x $with_build_time_tools/${ncn_progname}; then
12563 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12565$as_echo "yes" >&6; }
e8b05380
PB
12566 break
12567 else
5213506e
RW
12568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12569$as_echo "no" >&6; }
e8b05380
PB
12570 fi
12571 done
12572fi
12573
12574if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12575 for ncn_progname in ranlib; do
12576 if test -n "$ncn_target_tool_prefix"; then
12577 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
d739199a 12578set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12580$as_echo_n "checking for $ac_word... " >&6; }
12581if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12582 $as_echo_n "(cached) " >&6
ca9f4b81 12583else
4de997d1
PB
12584 if test -n "$RANLIB_FOR_TARGET"; then
12585 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12586else
1c710c3c
DJ
12587as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12588for as_dir in $PATH
12589do
12590 IFS=$as_save_IFS
12591 test -z "$as_dir" && as_dir=.
5213506e
RW
12592 for ac_exec_ext in '' $ac_executable_extensions; do
12593 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12594 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12596 break 2
12597 fi
12598done
5213506e
RW
12599 done
12600IFS=$as_save_IFS
1c710c3c 12601
ca9f4b81
AO
12602fi
12603fi
1c710c3c 12604RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
4de997d1 12605if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12607$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12608else
5213506e
RW
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12610$as_echo "no" >&6; }
ca9f4b81
AO
12611fi
12612
5213506e 12613
e8b05380
PB
12614 fi
12615 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12616 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12617set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12619$as_echo_n "checking for $ac_word... " >&6; }
12620if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12621 $as_echo_n "(cached) " >&6
ca9f4b81 12622else
2693c0b0
PB
12623 if test -n "$RANLIB_FOR_TARGET"; then
12624 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12625else
1c710c3c
DJ
12626as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12627for as_dir in $PATH
12628do
12629 IFS=$as_save_IFS
12630 test -z "$as_dir" && as_dir=.
5213506e
RW
12631 for ac_exec_ext in '' $ac_executable_extensions; do
12632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12633 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12635 break 2
12636 fi
12637done
5213506e
RW
12638 done
12639IFS=$as_save_IFS
1c710c3c 12640
ca9f4b81
AO
12641fi
12642fi
1c710c3c 12643RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
2693c0b0 12644if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12646$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12647else
5213506e
RW
12648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12649$as_echo "no" >&6; }
ca9f4b81 12650fi
1c710c3c 12651
5213506e 12652
e8b05380
PB
12653 fi
12654 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12655 done
12656fi
1c710c3c 12657
e8b05380
PB
12658if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12659 set dummy ranlib
12660 if test $build = $target ; then
12661 RANLIB_FOR_TARGET="$2"
12662 else
12663 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12664 fi
1c00b503
PB
12665else
12666 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
e8b05380 12667fi
2693c0b0 12668
d1f8db0c
PB
12669else
12670 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
ca9f4b81
AO
12671fi
12672
e8b05380
PB
12673
12674
12675
12676if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12677 if test -n "$with_build_time_tools"; then
5213506e
RW
12678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12679$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12680 if test -x $with_build_time_tools/strip; then
12681 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12682 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
5213506e
RW
12683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12684$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
d1f8db0c 12685 else
5213506e
RW
12686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12687$as_echo "no" >&6; }
d1f8db0c 12688 fi
e8b05380
PB
12689 elif test $build != $host && test $have_gcc_for_target = yes; then
12690 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
1c00b503
PB
12691 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12692 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
e8b05380
PB
12693 fi
12694fi
3e19841a 12695if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12696 # Extract the first word of "strip", so it can be a program name with args.
12697set dummy strip; ac_word=$2
5213506e
RW
12698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12699$as_echo_n "checking for $ac_word... " >&6; }
12700if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12701 $as_echo_n "(cached) " >&6
e8b05380 12702else
1c710c3c
DJ
12703 case $STRIP_FOR_TARGET in
12704 [\\/]* | ?:[\\/]*)
e8b05380
PB
12705 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12706 ;;
e8b05380 12707 *)
1c710c3c
DJ
12708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12709for as_dir in $gcc_cv_tool_dirs
12710do
12711 IFS=$as_save_IFS
12712 test -z "$as_dir" && as_dir=.
5213506e
RW
12713 for ac_exec_ext in '' $ac_executable_extensions; do
12714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12715 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12717 break 2
12718 fi
12719done
5213506e
RW
12720 done
12721IFS=$as_save_IFS
1c710c3c 12722
e8b05380
PB
12723 ;;
12724esac
12725fi
1c710c3c 12726STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380 12727if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12729$as_echo "$STRIP_FOR_TARGET" >&6; }
e8b05380 12730else
5213506e
RW
12731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12732$as_echo "no" >&6; }
e8b05380
PB
12733fi
12734
5213506e 12735
e8b05380
PB
12736fi
12737if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
278a7a38
AO
12738
12739
12740if test -n "$STRIP_FOR_TARGET"; then
12741 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12742elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12743 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12744fi
12745
12746if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12747 for ncn_progname in strip; do
12748 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12749set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12751$as_echo_n "checking for $ac_word... " >&6; }
12752if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12753 $as_echo_n "(cached) " >&6
278a7a38
AO
12754else
12755 if test -n "$STRIP_FOR_TARGET"; then
12756 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12757else
12758as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12759for as_dir in $PATH
12760do
12761 IFS=$as_save_IFS
12762 test -z "$as_dir" && as_dir=.
5213506e
RW
12763 for ac_exec_ext in '' $ac_executable_extensions; do
12764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12765 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 12766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12767 break 2
12768 fi
12769done
5213506e
RW
12770 done
12771IFS=$as_save_IFS
278a7a38
AO
12772
12773fi
12774fi
12775STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12776if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12778$as_echo "$STRIP_FOR_TARGET" >&6; }
278a7a38 12779else
5213506e
RW
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12781$as_echo "no" >&6; }
278a7a38
AO
12782fi
12783
5213506e 12784
278a7a38
AO
12785 done
12786fi
12787
12788if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12789 for ncn_progname in strip; do
5213506e
RW
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12791$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12792 if test -x $with_build_time_tools/${ncn_progname}; then
12793 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12795$as_echo "yes" >&6; }
e8b05380
PB
12796 break
12797 else
5213506e
RW
12798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12799$as_echo "no" >&6; }
e8b05380
PB
12800 fi
12801 done
12802fi
12803
12804if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12805 for ncn_progname in strip; do
12806 if test -n "$ncn_target_tool_prefix"; then
12807 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 12808set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12810$as_echo_n "checking for $ac_word... " >&6; }
12811if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12812 $as_echo_n "(cached) " >&6
af71363e
AS
12813else
12814 if test -n "$STRIP_FOR_TARGET"; then
1c710c3c
DJ
12815 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12816else
12817as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12818for as_dir in $PATH
12819do
12820 IFS=$as_save_IFS
12821 test -z "$as_dir" && as_dir=.
5213506e
RW
12822 for ac_exec_ext in '' $ac_executable_extensions; do
12823 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12824 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12826 break 2
12827 fi
12828done
5213506e
RW
12829 done
12830IFS=$as_save_IFS
1c710c3c 12831
040b1c5a
GK
12832fi
12833fi
1c710c3c 12834STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 12835if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12837$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 12838else
5213506e
RW
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12840$as_echo "no" >&6; }
040b1c5a
GK
12841fi
12842
5213506e 12843
e8b05380
PB
12844 fi
12845 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12846 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 12847set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12849$as_echo_n "checking for $ac_word... " >&6; }
12850if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12851 $as_echo_n "(cached) " >&6
040b1c5a
GK
12852else
12853 if test -n "$STRIP_FOR_TARGET"; then
12854 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12855else
1c710c3c
DJ
12856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12857for as_dir in $PATH
12858do
12859 IFS=$as_save_IFS
12860 test -z "$as_dir" && as_dir=.
5213506e
RW
12861 for ac_exec_ext in '' $ac_executable_extensions; do
12862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12863 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 12864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12865 break 2
12866 fi
12867done
5213506e
RW
12868 done
12869IFS=$as_save_IFS
1c710c3c 12870
040b1c5a
GK
12871fi
12872fi
1c710c3c 12873STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 12874if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12876$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 12877else
5213506e
RW
12878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12879$as_echo "no" >&6; }
040b1c5a 12880fi
1c710c3c 12881
5213506e 12882
e8b05380
PB
12883 fi
12884 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12885 done
12886fi
1c710c3c 12887
040b1c5a
GK
12888if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12889 set dummy strip
12890 if test $build = $target ; then
12891 STRIP_FOR_TARGET="$2"
12892 else
12893 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12894 fi
1c00b503
PB
12895else
12896 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
040b1c5a
GK
12897fi
12898
d1f8db0c
PB
12899else
12900 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380
PB
12901fi
12902
12903
12904
12905
12906if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12907 if test -n "$with_build_time_tools"; then
5213506e
RW
12908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12909$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12910 if test -x $with_build_time_tools/windres; then
12911 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12912 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
5213506e
RW
12913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12914$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
d1f8db0c 12915 else
5213506e
RW
12916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12917$as_echo "no" >&6; }
d1f8db0c 12918 fi
e8b05380
PB
12919 elif test $build != $host && test $have_gcc_for_target = yes; then
12920 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
1c00b503
PB
12921 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12922 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
e8b05380
PB
12923 fi
12924fi
3e19841a 12925if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12926 # Extract the first word of "windres", so it can be a program name with args.
12927set dummy windres; ac_word=$2
5213506e
RW
12928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12929$as_echo_n "checking for $ac_word... " >&6; }
12930if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12931 $as_echo_n "(cached) " >&6
e8b05380 12932else
1c710c3c
DJ
12933 case $WINDRES_FOR_TARGET in
12934 [\\/]* | ?:[\\/]*)
e8b05380
PB
12935 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12936 ;;
e8b05380 12937 *)
1c710c3c
DJ
12938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12939for as_dir in $gcc_cv_tool_dirs
12940do
12941 IFS=$as_save_IFS
12942 test -z "$as_dir" && as_dir=.
5213506e
RW
12943 for ac_exec_ext in '' $ac_executable_extensions; do
12944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12945 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12947 break 2
12948 fi
12949done
5213506e
RW
12950 done
12951IFS=$as_save_IFS
1c710c3c 12952
e8b05380
PB
12953 ;;
12954esac
12955fi
1c710c3c 12956WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380 12957if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12959$as_echo "$WINDRES_FOR_TARGET" >&6; }
e8b05380 12960else
5213506e
RW
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12962$as_echo "no" >&6; }
e8b05380
PB
12963fi
12964
5213506e 12965
e8b05380
PB
12966fi
12967if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
278a7a38
AO
12968
12969
12970if test -n "$WINDRES_FOR_TARGET"; then
12971 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12972elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12973 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12974fi
12975
12976if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12977 for ncn_progname in windres; do
12978 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12979set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12981$as_echo_n "checking for $ac_word... " >&6; }
12982if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12983 $as_echo_n "(cached) " >&6
278a7a38
AO
12984else
12985 if test -n "$WINDRES_FOR_TARGET"; then
12986 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12987else
12988as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12989for as_dir in $PATH
12990do
12991 IFS=$as_save_IFS
12992 test -z "$as_dir" && as_dir=.
5213506e
RW
12993 for ac_exec_ext in '' $ac_executable_extensions; do
12994 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12995 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 12996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12997 break 2
12998 fi
12999done
5213506e
RW
13000 done
13001IFS=$as_save_IFS
278a7a38
AO
13002
13003fi
13004fi
13005WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13006if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13008$as_echo "$WINDRES_FOR_TARGET" >&6; }
278a7a38 13009else
5213506e
RW
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13011$as_echo "no" >&6; }
278a7a38
AO
13012fi
13013
5213506e 13014
278a7a38
AO
13015 done
13016fi
13017
13018if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13019 for ncn_progname in windres; do
5213506e
RW
13020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13021$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13022 if test -x $with_build_time_tools/${ncn_progname}; then
13023 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13025$as_echo "yes" >&6; }
e8b05380
PB
13026 break
13027 else
5213506e
RW
13028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13029$as_echo "no" >&6; }
e8b05380
PB
13030 fi
13031 done
13032fi
13033
13034if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13035 for ncn_progname in windres; do
13036 if test -n "$ncn_target_tool_prefix"; then
13037 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 13038set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13040$as_echo_n "checking for $ac_word... " >&6; }
13041if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13042 $as_echo_n "(cached) " >&6
ca9f4b81 13043else
4de997d1
PB
13044 if test -n "$WINDRES_FOR_TARGET"; then
13045 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13046else
1c710c3c
DJ
13047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13048for as_dir in $PATH
13049do
13050 IFS=$as_save_IFS
13051 test -z "$as_dir" && as_dir=.
5213506e
RW
13052 for ac_exec_ext in '' $ac_executable_extensions; do
13053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13054 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13056 break 2
13057 fi
13058done
5213506e
RW
13059 done
13060IFS=$as_save_IFS
1c710c3c 13061
ca9f4b81
AO
13062fi
13063fi
1c710c3c 13064WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
4de997d1 13065if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13067$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13068else
5213506e
RW
13069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13070$as_echo "no" >&6; }
ca9f4b81
AO
13071fi
13072
5213506e 13073
e8b05380
PB
13074 fi
13075 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13076 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 13077set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13079$as_echo_n "checking for $ac_word... " >&6; }
13080if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13081 $as_echo_n "(cached) " >&6
ca9f4b81 13082else
2693c0b0
PB
13083 if test -n "$WINDRES_FOR_TARGET"; then
13084 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13085else
1c710c3c
DJ
13086as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13087for as_dir in $PATH
13088do
13089 IFS=$as_save_IFS
13090 test -z "$as_dir" && as_dir=.
5213506e
RW
13091 for ac_exec_ext in '' $ac_executable_extensions; do
13092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13093 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13095 break 2
13096 fi
13097done
5213506e
RW
13098 done
13099IFS=$as_save_IFS
1c710c3c 13100
ca9f4b81
AO
13101fi
13102fi
1c710c3c 13103WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
2693c0b0 13104if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13106$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13107else
5213506e
RW
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13109$as_echo "no" >&6; }
ca9f4b81 13110fi
1c710c3c 13111
5213506e 13112
e8b05380
PB
13113 fi
13114 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13115 done
13116fi
1c710c3c 13117
2693c0b0
PB
13118if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13119 set dummy windres
13120 if test $build = $target ; then
13121 WINDRES_FOR_TARGET="$2"
ca9f4b81 13122 else
2693c0b0 13123 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 13124 fi
1c00b503
PB
13125else
13126 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
ca9f4b81
AO
13127fi
13128
d1f8db0c
PB
13129else
13130 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380
PB
13131fi
13132
4977bab6 13133
901119ae
KT
13134
13135
13136if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13137 if test -n "$with_build_time_tools"; then
5213506e
RW
13138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13139$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
901119ae
KT
13140 if test -x $with_build_time_tools/windmc; then
13141 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13142 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
5213506e
RW
13143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13144$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
901119ae 13145 else
5213506e
RW
13146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13147$as_echo "no" >&6; }
901119ae
KT
13148 fi
13149 elif test $build != $host && test $have_gcc_for_target = yes; then
13150 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
1c00b503
PB
13151 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13152 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
901119ae
KT
13153 fi
13154fi
13155if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13156 # Extract the first word of "windmc", so it can be a program name with args.
13157set dummy windmc; ac_word=$2
5213506e
RW
13158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13159$as_echo_n "checking for $ac_word... " >&6; }
13160if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13161 $as_echo_n "(cached) " >&6
901119ae
KT
13162else
13163 case $WINDMC_FOR_TARGET in
13164 [\\/]* | ?:[\\/]*)
13165 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13166 ;;
13167 *)
13168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13169for as_dir in $gcc_cv_tool_dirs
13170do
13171 IFS=$as_save_IFS
13172 test -z "$as_dir" && as_dir=.
5213506e
RW
13173 for ac_exec_ext in '' $ac_executable_extensions; do
13174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13175 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13177 break 2
13178 fi
13179done
5213506e
RW
13180 done
13181IFS=$as_save_IFS
901119ae
KT
13182
13183 ;;
13184esac
13185fi
13186WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
901119ae 13187if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13189$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13190else
5213506e
RW
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13192$as_echo "no" >&6; }
901119ae
KT
13193fi
13194
5213506e 13195
901119ae
KT
13196fi
13197if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13198
13199
13200if test -n "$WINDMC_FOR_TARGET"; then
13201 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13202elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13203 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13204fi
13205
13206if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13207 for ncn_progname in windmc; do
13208 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13209set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13211$as_echo_n "checking for $ac_word... " >&6; }
13212if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13213 $as_echo_n "(cached) " >&6
901119ae
KT
13214else
13215 if test -n "$WINDMC_FOR_TARGET"; then
13216 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13217else
13218as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13219for as_dir in $PATH
13220do
13221 IFS=$as_save_IFS
13222 test -z "$as_dir" && as_dir=.
5213506e
RW
13223 for ac_exec_ext in '' $ac_executable_extensions; do
13224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13225 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13227 break 2
13228 fi
13229done
5213506e
RW
13230 done
13231IFS=$as_save_IFS
901119ae
KT
13232
13233fi
13234fi
13235WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13236if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13238$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13239else
5213506e
RW
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13241$as_echo "no" >&6; }
901119ae
KT
13242fi
13243
5213506e 13244
901119ae
KT
13245 done
13246fi
13247
13248if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13249 for ncn_progname in windmc; do
5213506e
RW
13250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13251$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
901119ae
KT
13252 if test -x $with_build_time_tools/${ncn_progname}; then
13253 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13255$as_echo "yes" >&6; }
901119ae
KT
13256 break
13257 else
5213506e
RW
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13259$as_echo "no" >&6; }
901119ae
KT
13260 fi
13261 done
13262fi
13263
13264if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13265 for ncn_progname in windmc; do
13266 if test -n "$ncn_target_tool_prefix"; then
13267 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13268set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13270$as_echo_n "checking for $ac_word... " >&6; }
13271if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13272 $as_echo_n "(cached) " >&6
901119ae
KT
13273else
13274 if test -n "$WINDMC_FOR_TARGET"; then
13275 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13276else
13277as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13278for as_dir in $PATH
13279do
13280 IFS=$as_save_IFS
13281 test -z "$as_dir" && as_dir=.
5213506e
RW
13282 for ac_exec_ext in '' $ac_executable_extensions; do
13283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13284 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13286 break 2
13287 fi
13288done
5213506e
RW
13289 done
13290IFS=$as_save_IFS
901119ae
KT
13291
13292fi
13293fi
13294WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13295if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13297$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13298else
5213506e
RW
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13300$as_echo "no" >&6; }
901119ae
KT
13301fi
13302
5213506e 13303
901119ae
KT
13304 fi
13305 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13306 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13307set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13309$as_echo_n "checking for $ac_word... " >&6; }
13310if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13311 $as_echo_n "(cached) " >&6
901119ae
KT
13312else
13313 if test -n "$WINDMC_FOR_TARGET"; then
13314 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13315else
13316as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13317for as_dir in $PATH
13318do
13319 IFS=$as_save_IFS
13320 test -z "$as_dir" && as_dir=.
5213506e
RW
13321 for ac_exec_ext in '' $ac_executable_extensions; do
13322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13323 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13325 break 2
13326 fi
13327done
5213506e
RW
13328 done
13329IFS=$as_save_IFS
901119ae
KT
13330
13331fi
13332fi
13333WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13334if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13336$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13337else
5213506e
RW
13338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13339$as_echo "no" >&6; }
901119ae
KT
13340fi
13341
5213506e 13342
901119ae
KT
13343 fi
13344 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13345 done
13346fi
13347
13348if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13349 set dummy windmc
13350 if test $build = $target ; then
13351 WINDMC_FOR_TARGET="$2"
13352 else
13353 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13354 fi
1c00b503
PB
13355else
13356 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
901119ae
KT
13357fi
13358
13359else
13360 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13361fi
13362
13363
2abefe3d
PB
13364RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13365
5213506e
RW
13366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13367$as_echo_n "checking where to find the target ar... " >&6; }
2abefe3d 13368if test "x${build}" != "x${host}" ; then
e8b05380
PB
13369 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13370 # We already found the complete path
172e41aa 13371 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13373$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13374 else
13375 # Canadian cross, just use what we found
5213506e
RW
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13377$as_echo "pre-installed" >&6; }
e8b05380 13378 fi
2abefe3d
PB
13379else
13380 ok=yes
13381 case " ${configdirs} " in
13382 *" binutils "*) ;;
13383 *) ok=no ;;
13384 esac
1c710c3c 13385
2abefe3d
PB
13386 if test $ok = yes; then
13387 # An in-tree tool is available and we can use it
13388 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
5213506e
RW
13389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13390$as_echo "just compiled" >&6; }
e8b05380
PB
13391 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13392 # We already found the complete path
172e41aa 13393 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13395$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13396 elif test "x$target" = "x$host"; then
13397 # We can use an host tool
13398 AR_FOR_TARGET='$(AR)'
5213506e
RW
13399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13400$as_echo "host tool" >&6; }
2abefe3d
PB
13401 else
13402 # We need a cross tool
5213506e
RW
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13404$as_echo "pre-installed" >&6; }
2abefe3d
PB
13405 fi
13406fi
0b0dc272 13407
5213506e
RW
13408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13409$as_echo_n "checking where to find the target as... " >&6; }
2abefe3d 13410if test "x${build}" != "x${host}" ; then
e8b05380
PB
13411 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13412 # We already found the complete path
172e41aa 13413 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13415$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13416 else
13417 # Canadian cross, just use what we found
5213506e
RW
13418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13419$as_echo "pre-installed" >&6; }
e8b05380 13420 fi
2abefe3d
PB
13421else
13422 ok=yes
13423 case " ${configdirs} " in
13424 *" gas "*) ;;
13425 *) ok=no ;;
13426 esac
1c710c3c 13427
2abefe3d
PB
13428 if test $ok = yes; then
13429 # An in-tree tool is available and we can use it
13430 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
5213506e
RW
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13432$as_echo "just compiled" >&6; }
e8b05380
PB
13433 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13434 # We already found the complete path
172e41aa 13435 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13437$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13438 elif test "x$target" = "x$host"; then
13439 # We can use an host tool
13440 AS_FOR_TARGET='$(AS)'
5213506e
RW
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13442$as_echo "host tool" >&6; }
2abefe3d
PB
13443 else
13444 # We need a cross tool
5213506e
RW
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13446$as_echo "pre-installed" >&6; }
2abefe3d
PB
13447 fi
13448fi
0b0dc272 13449
5213506e
RW
13450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13451$as_echo_n "checking where to find the target cc... " >&6; }
2abefe3d 13452if test "x${build}" != "x${host}" ; then
e8b05380
PB
13453 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13454 # We already found the complete path
172e41aa 13455 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13457$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13458 else
13459 # Canadian cross, just use what we found
5213506e
RW
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13461$as_echo "pre-installed" >&6; }
e8b05380 13462 fi
2abefe3d
PB
13463else
13464 ok=yes
13465 case " ${configdirs} " in
13466 *" gcc "*) ;;
13467 *) ok=no ;;
13468 esac
1c710c3c 13469
2abefe3d
PB
13470 if test $ok = yes; then
13471 # An in-tree tool is available and we can use it
13472 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13474$as_echo "just compiled" >&6; }
e8b05380
PB
13475 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13476 # We already found the complete path
172e41aa 13477 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13479$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13480 elif test "x$target" = "x$host"; then
13481 # We can use an host tool
13482 CC_FOR_TARGET='$(CC)'
5213506e
RW
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13484$as_echo "host tool" >&6; }
2abefe3d
PB
13485 else
13486 # We need a cross tool
5213506e
RW
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13488$as_echo "pre-installed" >&6; }
2abefe3d
PB
13489 fi
13490fi
0b0dc272 13491
5213506e
RW
13492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13493$as_echo_n "checking where to find the target c++... " >&6; }
2abefe3d 13494if test "x${build}" != "x${host}" ; then
e8b05380
PB
13495 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13496 # We already found the complete path
172e41aa 13497 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13499$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13500 else
13501 # Canadian cross, just use what we found
5213506e
RW
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13503$as_echo "pre-installed" >&6; }
e8b05380 13504 fi
2abefe3d
PB
13505else
13506 ok=yes
13507 case " ${configdirs} " in
13508 *" gcc "*) ;;
13509 *) ok=no ;;
13510 esac
13511 case ,${enable_languages}, in
13512 *,c++,*) ;;
13513 *) ok=no ;;
13514 esac
13515 if test $ok = yes; then
13516 # An in-tree tool is available and we can use it
9aff220f 13517 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
13518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13519$as_echo "just compiled" >&6; }
e8b05380
PB
13520 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13521 # We already found the complete path
172e41aa 13522 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13524$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13525 elif test "x$target" = "x$host"; then
13526 # We can use an host tool
13527 CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13529$as_echo "host tool" >&6; }
2abefe3d
PB
13530 else
13531 # We need a cross tool
5213506e
RW
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13533$as_echo "pre-installed" >&6; }
2abefe3d
PB
13534 fi
13535fi
0b0dc272 13536
5213506e
RW
13537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13538$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
2abefe3d 13539if test "x${build}" != "x${host}" ; then
e8b05380
PB
13540 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13541 # We already found the complete path
172e41aa 13542 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13544$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13545 else
13546 # Canadian cross, just use what we found
5213506e
RW
13547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13548$as_echo "pre-installed" >&6; }
e8b05380 13549 fi
2abefe3d
PB
13550else
13551 ok=yes
13552 case " ${configdirs} " in
13553 *" gcc "*) ;;
13554 *) ok=no ;;
13555 esac
13556 case ,${enable_languages}, in
13557 *,c++,*) ;;
13558 *) ok=no ;;
13559 esac
13560 if test $ok = yes; then
13561 # An in-tree tool is available and we can use it
13562 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
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13564$as_echo "just compiled" >&6; }
e8b05380
PB
13565 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13566 # We already found the complete path
172e41aa 13567 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13569$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13570 elif test "x$target" = "x$host"; then
13571 # We can use an host tool
13572 RAW_CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13574$as_echo "host tool" >&6; }
2abefe3d
PB
13575 else
13576 # We need a cross tool
5213506e
RW
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13578$as_echo "pre-installed" >&6; }
2abefe3d
PB
13579 fi
13580fi
0b0dc272 13581
5213506e
RW
13582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13583$as_echo_n "checking where to find the target dlltool... " >&6; }
2abefe3d 13584if test "x${build}" != "x${host}" ; then
e8b05380
PB
13585 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13586 # We already found the complete path
172e41aa 13587 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13589$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13590 else
13591 # Canadian cross, just use what we found
5213506e
RW
13592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13593$as_echo "pre-installed" >&6; }
e8b05380 13594 fi
2abefe3d
PB
13595else
13596 ok=yes
13597 case " ${configdirs} " in
13598 *" binutils "*) ;;
13599 *) ok=no ;;
13600 esac
1c710c3c 13601
2abefe3d
PB
13602 if test $ok = yes; then
13603 # An in-tree tool is available and we can use it
13604 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
5213506e
RW
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13606$as_echo "just compiled" >&6; }
e8b05380
PB
13607 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13608 # We already found the complete path
172e41aa 13609 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13611$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13612 elif test "x$target" = "x$host"; then
13613 # We can use an host tool
13614 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
5213506e
RW
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13616$as_echo "host tool" >&6; }
2abefe3d
PB
13617 else
13618 # We need a cross tool
5213506e
RW
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13620$as_echo "pre-installed" >&6; }
2abefe3d
PB
13621 fi
13622fi
0b0dc272 13623
5213506e
RW
13624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13625$as_echo_n "checking where to find the target gcc... " >&6; }
2abefe3d 13626if test "x${build}" != "x${host}" ; then
e8b05380
PB
13627 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13628 # We already found the complete path
172e41aa 13629 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13631$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13632 else
13633 # Canadian cross, just use what we found
5213506e
RW
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13635$as_echo "pre-installed" >&6; }
e8b05380 13636 fi
2abefe3d
PB
13637else
13638 ok=yes
13639 case " ${configdirs} " in
13640 *" gcc "*) ;;
13641 *) ok=no ;;
13642 esac
1c710c3c 13643
2abefe3d
PB
13644 if test $ok = yes; then
13645 # An in-tree tool is available and we can use it
13646 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13648$as_echo "just compiled" >&6; }
e8b05380
PB
13649 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13650 # We already found the complete path
172e41aa 13651 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13653$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13654 elif test "x$target" = "x$host"; then
13655 # We can use an host tool
13656 GCC_FOR_TARGET='$()'
5213506e
RW
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13658$as_echo "host tool" >&6; }
2abefe3d
PB
13659 else
13660 # We need a cross tool
5213506e
RW
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13662$as_echo "pre-installed" >&6; }
2abefe3d
PB
13663 fi
13664fi
0b0dc272 13665
5213506e
RW
13666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13667$as_echo_n "checking where to find the target gcj... " >&6; }
2abefe3d 13668if test "x${build}" != "x${host}" ; then
e8b05380
PB
13669 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13670 # We already found the complete path
172e41aa 13671 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
13672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13673$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13674 else
13675 # Canadian cross, just use what we found
5213506e
RW
13676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13677$as_echo "pre-installed" >&6; }
e8b05380 13678 fi
2abefe3d
PB
13679else
13680 ok=yes
13681 case " ${configdirs} " in
13682 *" gcc "*) ;;
13683 *) ok=no ;;
13684 esac
13685 case ,${enable_languages}, in
13686 *,java,*) ;;
13687 *) ok=no ;;
13688 esac
13689 if test $ok = yes; then
13690 # An in-tree tool is available and we can use it
13691 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13693$as_echo "just compiled" >&6; }
e8b05380
PB
13694 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13695 # We already found the complete path
172e41aa 13696 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13698$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13699 elif test "x$target" = "x$host"; then
13700 # We can use an host tool
13701 GCJ_FOR_TARGET='$(GCJ)'
5213506e
RW
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13703$as_echo "host tool" >&6; }
2abefe3d
PB
13704 else
13705 # We need a cross tool
5213506e
RW
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13707$as_echo "pre-installed" >&6; }
2abefe3d
PB
13708 fi
13709fi
0b0dc272 13710
5213506e
RW
13711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13712$as_echo_n "checking where to find the target gfortran... " >&6; }
2abefe3d 13713if test "x${build}" != "x${host}" ; then
e8b05380
PB
13714 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13715 # We already found the complete path
172e41aa 13716 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
13717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13718$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13719 else
13720 # Canadian cross, just use what we found
5213506e
RW
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13722$as_echo "pre-installed" >&6; }
e8b05380 13723 fi
2abefe3d
PB
13724else
13725 ok=yes
13726 case " ${configdirs} " in
13727 *" gcc "*) ;;
13728 *) ok=no ;;
13729 esac
13730 case ,${enable_languages}, in
13731 *,fortran,*) ;;
13732 *) ok=no ;;
13733 esac
13734 if test $ok = yes; then
13735 # An in-tree tool is available and we can use it
13736 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13738$as_echo "just compiled" >&6; }
e8b05380
PB
13739 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13740 # We already found the complete path
172e41aa 13741 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
13742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13743$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13744 elif test "x$target" = "x$host"; then
13745 # We can use an host tool
13746 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
5213506e
RW
13747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13748$as_echo "host tool" >&6; }
2abefe3d
PB
13749 else
13750 # We need a cross tool
5213506e
RW
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13752$as_echo "pre-installed" >&6; }
2abefe3d
PB
13753 fi
13754fi
0b0dc272 13755
632e2a07
ILT
13756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13757$as_echo_n "checking where to find the target gccgo... " >&6; }
13758if test "x${build}" != "x${host}" ; then
13759 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13760 # We already found the complete path
13761 ac_dir=`dirname $GOC_FOR_TARGET`
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13763$as_echo "pre-installed in $ac_dir" >&6; }
13764 else
13765 # Canadian cross, just use what we found
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13767$as_echo "pre-installed" >&6; }
13768 fi
13769else
13770 ok=yes
13771 case " ${configdirs} " in
13772 *" gcc "*) ;;
13773 *) ok=no ;;
13774 esac
13775 case ,${enable_languages}, in
13776 *,go,*) ;;
13777 *) ok=no ;;
13778 esac
13779 if test $ok = yes; then
13780 # An in-tree tool is available and we can use it
13781 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13783$as_echo "just compiled" >&6; }
13784 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13785 # We already found the complete path
13786 ac_dir=`dirname $GOC_FOR_TARGET`
13787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13788$as_echo "pre-installed in $ac_dir" >&6; }
13789 elif test "x$target" = "x$host"; then
13790 # We can use an host tool
13791 GOC_FOR_TARGET='$(GOC)'
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13793$as_echo "host tool" >&6; }
13794 else
13795 # We need a cross tool
13796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13797$as_echo "pre-installed" >&6; }
13798 fi
13799fi
13800
5213506e
RW
13801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13802$as_echo_n "checking where to find the target ld... " >&6; }
2abefe3d 13803if test "x${build}" != "x${host}" ; then
e8b05380
PB
13804 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13805 # We already found the complete path
172e41aa 13806 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
13807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13808$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13809 else
13810 # Canadian cross, just use what we found
5213506e
RW
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13812$as_echo "pre-installed" >&6; }
e8b05380 13813 fi
2abefe3d
PB
13814else
13815 ok=yes
13816 case " ${configdirs} " in
13817 *" ld "*) ;;
13818 *) ok=no ;;
13819 esac
1c710c3c 13820
2abefe3d
PB
13821 if test $ok = yes; then
13822 # An in-tree tool is available and we can use it
13823 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
5213506e
RW
13824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13825$as_echo "just compiled" >&6; }
e8b05380
PB
13826 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13827 # We already found the complete path
172e41aa 13828 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13830$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13831 elif test "x$target" = "x$host"; then
13832 # We can use an host tool
13833 LD_FOR_TARGET='$(LD)'
5213506e
RW
13834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13835$as_echo "host tool" >&6; }
2abefe3d
PB
13836 else
13837 # We need a cross tool
5213506e
RW
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13839$as_echo "pre-installed" >&6; }
2abefe3d
PB
13840 fi
13841fi
0b0dc272 13842
5213506e
RW
13843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13844$as_echo_n "checking where to find the target lipo... " >&6; }
2abefe3d 13845if test "x${build}" != "x${host}" ; then
e8b05380
PB
13846 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13847 # We already found the complete path
172e41aa 13848 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
13849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13850$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13851 else
13852 # Canadian cross, just use what we found
5213506e
RW
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13854$as_echo "pre-installed" >&6; }
e8b05380 13855 fi
2abefe3d 13856else
e8b05380
PB
13857 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13858 # We already found the complete path
172e41aa 13859 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
13860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13861$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380 13862 elif test "x$target" = "x$host"; then
2abefe3d
PB
13863 # We can use an host tool
13864 LIPO_FOR_TARGET='$(LIPO)'
5213506e
RW
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13866$as_echo "host tool" >&6; }
2abefe3d
PB
13867 else
13868 # We need a cross tool
5213506e
RW
13869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13870$as_echo "pre-installed" >&6; }
2abefe3d
PB
13871 fi
13872fi
0b0dc272 13873
5213506e
RW
13874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13875$as_echo_n "checking where to find the target nm... " >&6; }
2abefe3d 13876if test "x${build}" != "x${host}" ; then
e8b05380
PB
13877 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13878 # We already found the complete path
172e41aa 13879 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13881$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13882 else
13883 # Canadian cross, just use what we found
5213506e
RW
13884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13885$as_echo "pre-installed" >&6; }
e8b05380 13886 fi
2abefe3d
PB
13887else
13888 ok=yes
13889 case " ${configdirs} " in
13890 *" binutils "*) ;;
13891 *) ok=no ;;
13892 esac
1c710c3c 13893
2abefe3d
PB
13894 if test $ok = yes; then
13895 # An in-tree tool is available and we can use it
13896 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
5213506e
RW
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13898$as_echo "just compiled" >&6; }
e8b05380
PB
13899 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13900 # We already found the complete path
172e41aa 13901 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13903$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13904 elif test "x$target" = "x$host"; then
13905 # We can use an host tool
13906 NM_FOR_TARGET='$(NM)'
5213506e
RW
13907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13908$as_echo "host tool" >&6; }
2abefe3d
PB
13909 else
13910 # We need a cross tool
5213506e
RW
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13912$as_echo "pre-installed" >&6; }
2abefe3d
PB
13913 fi
13914fi
0b0dc272 13915
5213506e
RW
13916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13917$as_echo_n "checking where to find the target objdump... " >&6; }
2abefe3d 13918if test "x${build}" != "x${host}" ; then
e8b05380
PB
13919 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13920 # We already found the complete path
172e41aa 13921 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13923$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13924 else
13925 # Canadian cross, just use what we found
5213506e
RW
13926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13927$as_echo "pre-installed" >&6; }
e8b05380 13928 fi
2abefe3d
PB
13929else
13930 ok=yes
13931 case " ${configdirs} " in
13932 *" binutils "*) ;;
13933 *) ok=no ;;
13934 esac
1c710c3c 13935
2abefe3d
PB
13936 if test $ok = yes; then
13937 # An in-tree tool is available and we can use it
13938 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
5213506e
RW
13939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13940$as_echo "just compiled" >&6; }
e8b05380
PB
13941 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13942 # We already found the complete path
172e41aa 13943 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13945$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13946 elif test "x$target" = "x$host"; then
13947 # We can use an host tool
13948 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
5213506e
RW
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13950$as_echo "host tool" >&6; }
2abefe3d
PB
13951 else
13952 # We need a cross tool
5213506e
RW
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13954$as_echo "pre-installed" >&6; }
2abefe3d
PB
13955 fi
13956fi
0b0dc272 13957
5213506e
RW
13958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13959$as_echo_n "checking where to find the target ranlib... " >&6; }
2abefe3d 13960if test "x${build}" != "x${host}" ; then
e8b05380
PB
13961 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13962 # We already found the complete path
172e41aa 13963 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13965$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13966 else
13967 # Canadian cross, just use what we found
5213506e
RW
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13969$as_echo "pre-installed" >&6; }
e8b05380 13970 fi
2abefe3d
PB
13971else
13972 ok=yes
13973 case " ${configdirs} " in
13974 *" binutils "*) ;;
13975 *) ok=no ;;
13976 esac
1c710c3c 13977
2abefe3d
PB
13978 if test $ok = yes; then
13979 # An in-tree tool is available and we can use it
13980 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
5213506e
RW
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13982$as_echo "just compiled" >&6; }
e8b05380
PB
13983 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13984 # We already found the complete path
172e41aa 13985 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
13986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13987$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13988 elif test "x$target" = "x$host"; then
13989 # We can use an host tool
13990 RANLIB_FOR_TARGET='$(RANLIB)'
5213506e
RW
13991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13992$as_echo "host tool" >&6; }
2abefe3d
PB
13993 else
13994 # We need a cross tool
5213506e
RW
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13996$as_echo "pre-installed" >&6; }
2abefe3d
PB
13997 fi
13998fi
0b0dc272 13999
5213506e
RW
14000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14001$as_echo_n "checking where to find the target strip... " >&6; }
2abefe3d 14002if test "x${build}" != "x${host}" ; then
e8b05380
PB
14003 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14004 # We already found the complete path
172e41aa 14005 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14007$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14008 else
14009 # Canadian cross, just use what we found
5213506e
RW
14010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14011$as_echo "pre-installed" >&6; }
e8b05380 14012 fi
2abefe3d
PB
14013else
14014 ok=yes
14015 case " ${configdirs} " in
14016 *" binutils "*) ;;
14017 *) ok=no ;;
14018 esac
1c710c3c 14019
2abefe3d
PB
14020 if test $ok = yes; then
14021 # An in-tree tool is available and we can use it
455c8f48 14022 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
5213506e
RW
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14024$as_echo "just compiled" >&6; }
e8b05380
PB
14025 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14026 # We already found the complete path
172e41aa 14027 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14029$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14030 elif test "x$target" = "x$host"; then
14031 # We can use an host tool
14032 STRIP_FOR_TARGET='$(STRIP)'
5213506e
RW
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14034$as_echo "host tool" >&6; }
2abefe3d
PB
14035 else
14036 # We need a cross tool
5213506e
RW
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14038$as_echo "pre-installed" >&6; }
2abefe3d
PB
14039 fi
14040fi
0b0dc272 14041
5213506e
RW
14042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14043$as_echo_n "checking where to find the target windres... " >&6; }
2abefe3d 14044if test "x${build}" != "x${host}" ; then
e8b05380
PB
14045 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14046 # We already found the complete path
172e41aa 14047 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14049$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14050 else
14051 # Canadian cross, just use what we found
5213506e
RW
14052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14053$as_echo "pre-installed" >&6; }
e8b05380 14054 fi
2abefe3d
PB
14055else
14056 ok=yes
14057 case " ${configdirs} " in
14058 *" binutils "*) ;;
14059 *) ok=no ;;
14060 esac
1c710c3c 14061
2abefe3d
PB
14062 if test $ok = yes; then
14063 # An in-tree tool is available and we can use it
14064 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
5213506e
RW
14065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14066$as_echo "just compiled" >&6; }
e8b05380
PB
14067 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14068 # We already found the complete path
172e41aa 14069 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14071$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14072 elif test "x$target" = "x$host"; then
14073 # We can use an host tool
14074 WINDRES_FOR_TARGET='$(WINDRES)'
5213506e
RW
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14076$as_echo "host tool" >&6; }
2abefe3d
PB
14077 else
14078 # We need a cross tool
5213506e
RW
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14080$as_echo "pre-installed" >&6; }
2abefe3d 14081 fi
671aa708 14082fi
be912515 14083
5213506e
RW
14084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14085$as_echo_n "checking where to find the target windmc... " >&6; }
901119ae
KT
14086if test "x${build}" != "x${host}" ; then
14087 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14088 # We already found the complete path
14089 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14091$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14092 else
14093 # Canadian cross, just use what we found
5213506e
RW
14094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14095$as_echo "pre-installed" >&6; }
901119ae
KT
14096 fi
14097else
14098 ok=yes
14099 case " ${configdirs} " in
14100 *" binutils "*) ;;
14101 *) ok=no ;;
14102 esac
14103
14104 if test $ok = yes; then
14105 # An in-tree tool is available and we can use it
14106 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
5213506e
RW
14107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14108$as_echo "just compiled" >&6; }
901119ae
KT
14109 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14110 # We already found the complete path
14111 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14113$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14114 elif test "x$target" = "x$host"; then
14115 # We can use an host tool
14116 WINDMC_FOR_TARGET='$(WINDMC)'
5213506e
RW
14117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14118$as_echo "host tool" >&6; }
901119ae
KT
14119 else
14120 # We need a cross tool
5213506e
RW
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14122$as_echo "pre-installed" >&6; }
901119ae
KT
14123 fi
14124fi
14125
be912515
NN
14126
14127
2abefe3d 14128
0b0dc272 14129
671aa708
NN
14130# Certain tools may need extra flags.
14131AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14132RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14133NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14134
2abefe3d
PB
14135# When building target libraries, except in a Canadian cross, we use
14136# the same toolchain as the compiler we just built.
14137COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14138COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14139COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14140if test $host = $build; then
14141 case " $configdirs " in
14142 *" gcc "*)
14143 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14144 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14145 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14146 ;;
14147 esac
14148fi
14149
14150
14151
14152
14153
5213506e
RW
14154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14155$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14156# Check whether --enable-maintainer-mode was given.
14157if test "${enable_maintainer_mode+set}" = set; then :
14158 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
ee03dc5e
AO
14159else
14160 USE_MAINTAINER_MODE=no
5213506e
RW
14161fi
14162
14163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14164$as_echo "$USE_MAINTAINER_MODE" >&6; }
ee03dc5e
AO
14165
14166
14167if test "$USE_MAINTAINER_MODE" = yes; then
14168 MAINTAINER_MODE_TRUE=
14169 MAINTAINER_MODE_FALSE='#'
14170else
14171 MAINTAINER_MODE_TRUE='#'
14172 MAINTAINER_MODE_FALSE=
1c710c3c 14173fi
ee03dc5e
AO
14174MAINT=$MAINTAINER_MODE_TRUE
14175
2805b53a
NN
14176# ---------------------
14177# GCC bootstrap support
14178# ---------------------
14179
14180# Stage specific cflags for build.
14181stage1_cflags="-g"
14182case $build in
14183 vax-*-*)
14184 case ${GCC} in
14185 yes) stage1_cflags="-g -Wa,-J" ;;
14186 *) stage1_cflags="-g -J" ;;
14187 esac ;;
2805b53a
NN
14188esac
14189
0b50988a 14190# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
00020c16 14191if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
0b50988a
EB
14192 saved_CFLAGS="$CFLAGS"
14193
14194 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14195 CFLAGS="$CFLAGS -fkeep-inline-functions"
5213506e
RW
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14197$as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
14199/* end confdefs.h. */
14200
9cc1244e
JJ
14201#if (__GNUC__ < 3) \
14202 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14203 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14204#error http://gcc.gnu.org/PR29382
14205#endif
14206
1c710c3c
DJ
14207int
14208main ()
14209{
14210
14211 ;
14212 return 0;
14213}
14214_ACEOF
5213506e
RW
14215if ac_fn_c_try_compile "$LINENO"; then :
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14217$as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
1c710c3c 14218else
5213506e
RW
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14220$as_echo "no" >&6; }
1c710c3c 14221fi
5213506e 14222rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b50988a
EB
14223
14224 CFLAGS="$saved_CFLAGS"
14225fi
14226
14227
2805b53a 14228
8efea775 14229# Enable --enable-checking in stage1 of the compiler.
5213506e
RW
14230# Check whether --enable-stage1-checking was given.
14231if test "${enable_stage1_checking+set}" = set; then :
14232 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8efea775 14233else
e643dc23 14234 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
7e98624c 14235 stage1_checking=--enable-checking=yes,types
8efea775 14236else
e643dc23 14237 stage1_checking=--enable-checking=$enable_checking,types
8efea775 14238fi
5213506e 14239fi
8efea775
PB
14240
14241
2aeb72e9 14242
5213506e
RW
14243# Enable -Werror in bootstrap stage2 and later.
14244# Check whether --enable-werror was given.
14245if test "${enable_werror+set}" = set; then :
14246 enableval=$enable_werror;
2805b53a 14247else
416cfb5e 14248 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
2805b53a 14249 enable_werror=yes
88fceb68
PB
14250else
14251 enable_werror=no
14252fi
5213506e
RW
14253fi
14254
09a9c095
NN
14255case ${enable_werror} in
14256 yes) stage2_werror_flag="--enable-werror-always" ;;
14257 *) stage2_werror_flag="" ;;
2805b53a
NN
14258esac
14259
14260
f2689b09
SE
14261# Specify what files to not compare during bootstrap.
14262
14263compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14264case "$target" in
14265 hppa*64*-*-hpux*) ;;
14266 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14267esac
f61428ed
AO
14268case " $configdirs " in
14269*" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14270esac
f2689b09
SE
14271
14272
5213506e
RW
14273ac_config_files="$ac_config_files Makefile"
14274
1c710c3c 14275cat >confcache <<\_ACEOF
671aa708
NN
14276# This file is a shell script that caches the results of configure
14277# tests run on this system so they can be shared between configure
1c710c3c
DJ
14278# scripts and configure runs, see configure's option --config-cache.
14279# It is not useful on other systems. If it contains results you don't
14280# want to keep, you may remove or edit it.
671aa708 14281#
1c710c3c
DJ
14282# config.status only pays attention to the cache file if you give it
14283# the --recheck option to rerun configure.
671aa708 14284#
1c710c3c
DJ
14285# `ac_cv_env_foo' variables (set or unset) will be overridden when
14286# loading this file, other *unset* `ac_cv_foo' will be assigned the
14287# following values.
14288
14289_ACEOF
14290
671aa708
NN
14291# The following way of writing the cache mishandles newlines in values,
14292# but we know of no workaround that is simple, portable, and efficient.
5213506e 14293# So, we kill variables containing newlines.
671aa708
NN
14294# Ultrix sh set writes to stderr and can't be redirected directly,
14295# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
14296(
14297 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14298 eval ac_val=\$$ac_var
14299 case $ac_val in #(
14300 *${as_nl}*)
14301 case $ac_var in #(
14302 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14303$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14304 esac
14305 case $ac_var in #(
14306 _ | IFS | as_nl) ;; #(
14307 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14308 *) { eval $ac_var=; unset $ac_var;} ;;
14309 esac ;;
14310 esac
14311 done
14312
1c710c3c 14313 (set) 2>&1 |
5213506e
RW
14314 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14315 *${as_nl}ac_space=\ *)
14316 # `set' does not quote correctly, so add quotes: double-quote
14317 # substitution turns \\\\ into \\, and sed turns \\ into \.
1c710c3c
DJ
14318 sed -n \
14319 "s/'/'\\\\''/g;
14320 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 14321 ;; #(
1c710c3c
DJ
14322 *)
14323 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 14324 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 14325 ;;
5213506e
RW
14326 esac |
14327 sort
14328) |
1c710c3c 14329 sed '
5213506e 14330 /^ac_cv_env_/b end
1c710c3c 14331 t clear
5213506e 14332 :clear
1c710c3c
DJ
14333 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14334 t end
5213506e
RW
14335 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14336 :end' >>confcache
14337if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14338 if test -w "$cache_file"; then
14339 test "x$cache_file" != "x/dev/null" &&
14340 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14341$as_echo "$as_me: updating cache $cache_file" >&6;}
1c710c3c 14342 cat confcache >$cache_file
671aa708 14343 else
5213506e
RW
14344 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14345$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
671aa708 14346 fi
4977bab6 14347fi
671aa708 14348rm -f confcache
79c06341 14349
671aa708
NN
14350test "x$prefix" = xNONE && prefix=$ac_default_prefix
14351# Let make expand exec_prefix.
14352test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4e77e8f1 14353
671aa708
NN
14354# Transform confdefs.h into DEFS.
14355# Protect against shell expansion while executing Makefile rules.
14356# Protect against Makefile macro expansion.
1c710c3c
DJ
14357#
14358# If the first sed substitution is executed (which looks for macros that
5213506e 14359# take arguments), then branch to the quote section. Otherwise,
1c710c3c 14360# look for a macro that doesn't take arguments.
5213506e
RW
14361ac_script='
14362:mline
14363/\\$/{
14364 N
14365 s,\\\n,,
14366 b mline
14367}
1c710c3c 14368t clear
5213506e
RW
14369:clear
14370s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14371t quote
5213506e 14372s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14373t quote
5213506e
RW
14374b any
14375:quote
14376s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14377s/\[/\\&/g
14378s/\]/\\&/g
14379s/\$/$$/g
14380H
14381:any
14382${
14383 g
14384 s/^\n//
14385 s/\n/ /g
14386 p
14387}
14388'
14389DEFS=`sed -n "$ac_script" confdefs.h`
1c710c3c
DJ
14390
14391
14392ac_libobjs=
14393ac_ltlibobjs=
14394for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14395 # 1. Remove the extension, and $U if already installed.
5213506e
RW
14396 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14397 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14398 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14399 # will be set to the directory where LIBOBJS objects are built.
14400 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14401 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1c710c3c
DJ
14402done
14403LIBOBJS=$ac_libobjs
fb0103e5 14404
1c710c3c 14405LTLIBOBJS=$ac_ltlibobjs
0b0dc272 14406
af71363e 14407
1c710c3c
DJ
14408
14409: ${CONFIG_STATUS=./config.status}
5213506e 14410ac_write_fail=0
1c710c3c
DJ
14411ac_clean_files_save=$ac_clean_files
14412ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
14413{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14414$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14415as_write_fail=0
14416cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1c710c3c
DJ
14417#! $SHELL
14418# Generated by $as_me.
671aa708 14419# Run this file to recreate the current configuration.
671aa708 14420# Compiler output produced by configure, useful for debugging
1c710c3c 14421# configure, is in config.log if it exists.
0b0dc272 14422
1c710c3c
DJ
14423debug=false
14424ac_cs_recheck=false
14425ac_cs_silent=false
1c710c3c 14426
5213506e
RW
14427SHELL=\${CONFIG_SHELL-$SHELL}
14428export SHELL
14429_ASEOF
14430cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14431## -------------------- ##
14432## M4sh Initialization. ##
14433## -------------------- ##
14434
14435# Be more Bourne compatible
14436DUALCASE=1; export DUALCASE # for MKS sh
14437if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
14438 emulate sh
14439 NULLCMD=:
5213506e 14440 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
14441 # is contrary to our usage. Disable this feature.
14442 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
14443 setopt NO_GLOB_SUBST
14444else
14445 case `(set -o) 2>/dev/null` in #(
14446 *posix*) :
14447 set -o posix ;; #(
14448 *) :
14449 ;;
14450esac
1c710c3c 14451fi
1c710c3c 14452
5213506e
RW
14453
14454as_nl='
14455'
14456export as_nl
14457# Printing a long string crashes Solaris 7 /usr/bin/printf.
14458as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14459as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14460as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14461# Prefer a ksh shell builtin over an external printf program on Solaris,
14462# but without wasting forks for bash or zsh.
14463if test -z "$BASH_VERSION$ZSH_VERSION" \
14464 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14465 as_echo='print -r --'
14466 as_echo_n='print -rn --'
14467elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14468 as_echo='printf %s\n'
14469 as_echo_n='printf %s'
14470else
14471 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14472 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14473 as_echo_n='/usr/ucb/echo -n'
14474 else
14475 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14476 as_echo_n_body='eval
14477 arg=$1;
14478 case $arg in #(
14479 *"$as_nl"*)
14480 expr "X$arg" : "X\\(.*\\)$as_nl";
14481 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14482 esac;
14483 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14484 '
14485 export as_echo_n_body
14486 as_echo_n='sh -c $as_echo_n_body as_echo'
14487 fi
14488 export as_echo_body
14489 as_echo='sh -c $as_echo_body as_echo'
1c710c3c
DJ
14490fi
14491
5213506e
RW
14492# The user is always right.
14493if test "${PATH_SEPARATOR+set}" != set; then
14494 PATH_SEPARATOR=:
14495 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14496 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14497 PATH_SEPARATOR=';'
14498 }
14499fi
14500
14501
14502# IFS
14503# We need space, tab and new line, in precisely that order. Quoting is
14504# there to prevent editors from complaining about space-tab.
14505# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14506# splitting by setting IFS to empty value.)
14507IFS=" "" $as_nl"
14508
14509# Find who we are. Look in the path if we contain no directory separator.
14510case $0 in #((
14511 *[\\/]* ) as_myself=$0 ;;
14512 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14513for as_dir in $PATH
14514do
14515 IFS=$as_save_IFS
14516 test -z "$as_dir" && as_dir=.
14517 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14518 done
14519IFS=$as_save_IFS
14520
14521 ;;
14522esac
14523# We did not find ourselves, most probably we were run as `sh COMMAND'
14524# in which case we are not to be found in the path.
14525if test "x$as_myself" = x; then
14526 as_myself=$0
14527fi
14528if test ! -f "$as_myself"; then
14529 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14530 exit 1
14531fi
1c710c3c 14532
5213506e
RW
14533# Unset variables that we do not need and which cause bugs (e.g. in
14534# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14535# suppresses any "Segmentation fault" message there. '((' could
14536# trigger a bug in pdksh 5.2.14.
14537for as_var in BASH_ENV ENV MAIL MAILPATH
14538do eval test x\${$as_var+set} = xset \
14539 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14540done
1c710c3c
DJ
14541PS1='$ '
14542PS2='> '
14543PS4='+ '
14544
14545# NLS nuisances.
5213506e
RW
14546LC_ALL=C
14547export LC_ALL
14548LANGUAGE=C
14549export LANGUAGE
14550
14551# CDPATH.
14552(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14553
14554
14555# as_fn_error ERROR [LINENO LOG_FD]
14556# ---------------------------------
14557# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14558# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14559# script with status $?, using 1 if that was 0.
14560as_fn_error ()
14561{
14562 as_status=$?; test $as_status -eq 0 && as_status=1
14563 if test "$3"; then
14564 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14565 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
1c710c3c 14566 fi
5213506e
RW
14567 $as_echo "$as_me: error: $1" >&2
14568 as_fn_exit $as_status
14569} # as_fn_error
14570
14571
14572# as_fn_set_status STATUS
14573# -----------------------
14574# Set $? to STATUS, without forking.
14575as_fn_set_status ()
14576{
14577 return $1
14578} # as_fn_set_status
14579
14580# as_fn_exit STATUS
14581# -----------------
14582# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14583as_fn_exit ()
14584{
14585 set +e
14586 as_fn_set_status $1
14587 exit $1
14588} # as_fn_exit
14589
14590# as_fn_unset VAR
14591# ---------------
14592# Portably unset VAR.
14593as_fn_unset ()
14594{
14595 { eval $1=; unset $1;}
14596}
14597as_unset=as_fn_unset
14598# as_fn_append VAR VALUE
14599# ----------------------
14600# Append the text in VALUE to the end of the definition contained in VAR. Take
14601# advantage of any shell optimizations that allow amortized linear growth over
14602# repeated appends, instead of the typical quadratic growth present in naive
14603# implementations.
14604if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14605 eval 'as_fn_append ()
14606 {
14607 eval $1+=\$2
14608 }'
14609else
14610 as_fn_append ()
14611 {
14612 eval $1=\$$1\$2
14613 }
14614fi # as_fn_append
14615
14616# as_fn_arith ARG...
14617# ------------------
14618# Perform arithmetic evaluation on the ARGs, and store the result in the
14619# global $as_val. Take advantage of shells that can avoid forks. The arguments
14620# must be portable across $(()) and expr.
14621if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14622 eval 'as_fn_arith ()
14623 {
14624 as_val=$(( $* ))
14625 }'
14626else
14627 as_fn_arith ()
14628 {
14629 as_val=`expr "$@" || test $? -eq 1`
14630 }
14631fi # as_fn_arith
14632
1c710c3c 14633
5213506e
RW
14634if expr a : '\(a\)' >/dev/null 2>&1 &&
14635 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
14636 as_expr=expr
14637else
14638 as_expr=false
14639fi
14640
5213506e 14641if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
14642 as_basename=basename
14643else
14644 as_basename=false
14645fi
14646
5213506e
RW
14647if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14648 as_dirname=dirname
14649else
14650 as_dirname=false
14651fi
1c710c3c 14652
5213506e 14653as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
14654$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14655 X"$0" : 'X\(//\)$' \| \
5213506e
RW
14656 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14657$as_echo X/"$0" |
14658 sed '/^.*\/\([^/][^/]*\)\/*$/{
14659 s//\1/
14660 q
14661 }
14662 /^X\/\(\/\/\)$/{
14663 s//\1/
14664 q
14665 }
14666 /^X\/\(\/\).*/{
14667 s//\1/
14668 q
14669 }
14670 s/.*/./; q'`
2aeb72e9 14671
2aeb72e9
DD
14672# Avoid depending upon Character Ranges.
14673as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14674as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14675as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14676as_cr_digits='0123456789'
14677as_cr_alnum=$as_cr_Letters$as_cr_digits
14678
5213506e
RW
14679ECHO_C= ECHO_N= ECHO_T=
14680case `echo -n x` in #(((((
14681-n*)
14682 case `echo 'xy\c'` in
14683 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14684 xy) ECHO_C='\c';;
14685 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14686 ECHO_T=' ';;
14687 esac;;
14688*)
14689 ECHO_N='-n';;
1c710c3c
DJ
14690esac
14691
5213506e
RW
14692rm -f conf$$ conf$$.exe conf$$.file
14693if test -d conf$$.dir; then
14694 rm -f conf$$.dir/conf$$.file
1c710c3c 14695else
5213506e
RW
14696 rm -f conf$$.dir
14697 mkdir conf$$.dir 2>/dev/null
1c710c3c 14698fi
5213506e
RW
14699if (echo >conf$$.file) 2>/dev/null; then
14700 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 14701 as_ln_s='ln -s'
5213506e
RW
14702 # ... but there are two gotchas:
14703 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14704 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14705 # In both cases, we have to default to `cp -p'.
14706 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14707 as_ln_s='cp -p'
14708 elif ln conf$$.file conf$$ 2>/dev/null; then
14709 as_ln_s=ln
14710 else
14711 as_ln_s='cp -p'
2aeb72e9 14712 fi
1c710c3c
DJ
14713else
14714 as_ln_s='cp -p'
14715fi
5213506e
RW
14716rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14717rmdir conf$$.dir 2>/dev/null
14718
14719
14720# as_fn_mkdir_p
14721# -------------
14722# Create "$as_dir" as a directory, including parents if necessary.
14723as_fn_mkdir_p ()
14724{
14725
14726 case $as_dir in #(
14727 -*) as_dir=./$as_dir;;
14728 esac
14729 test -d "$as_dir" || eval $as_mkdir_p || {
14730 as_dirs=
14731 while :; do
14732 case $as_dir in #(
14733 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14734 *) as_qdir=$as_dir;;
14735 esac
14736 as_dirs="'$as_qdir' $as_dirs"
14737 as_dir=`$as_dirname -- "$as_dir" ||
14738$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14739 X"$as_dir" : 'X\(//\)[^/]' \| \
14740 X"$as_dir" : 'X\(//\)$' \| \
14741 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14742$as_echo X"$as_dir" |
14743 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14744 s//\1/
14745 q
14746 }
14747 /^X\(\/\/\)[^/].*/{
14748 s//\1/
14749 q
14750 }
14751 /^X\(\/\/\)$/{
14752 s//\1/
14753 q
14754 }
14755 /^X\(\/\).*/{
14756 s//\1/
14757 q
14758 }
14759 s/.*/./; q'`
14760 test -d "$as_dir" && break
14761 done
14762 test -z "$as_dirs" || eval "mkdir $as_dirs"
14763 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14764
1c710c3c 14765
5213506e 14766} # as_fn_mkdir_p
1c710c3c 14767if mkdir -p . 2>/dev/null; then
5213506e 14768 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
14769else
14770 test -d ./-p && rmdir ./-p
14771 as_mkdir_p=false
14772fi
14773
5213506e
RW
14774if test -x / >/dev/null 2>&1; then
14775 as_test_x='test -x'
14776else
14777 if ls -dL / >/dev/null 2>&1; then
14778 as_ls_L_option=L
14779 else
14780 as_ls_L_option=
14781 fi
14782 as_test_x='
14783 eval sh -c '\''
14784 if test -d "$1"; then
14785 test -d "$1/.";
14786 else
14787 case $1 in #(
14788 -*)set "./$1";;
14789 esac;
14790 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14791 ???[sx]*):;;*)false;;esac;fi
14792 '\'' sh
14793 '
14794fi
14795as_executable_p=$as_test_x
1c710c3c
DJ
14796
14797# Sed expression to map a string onto a valid CPP name.
14798as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14799
14800# Sed expression to map a string onto a valid variable name.
14801as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14802
14803
1c710c3c 14804exec 6>&1
5213506e
RW
14805## ----------------------------------- ##
14806## Main body of $CONFIG_STATUS script. ##
14807## ----------------------------------- ##
14808_ASEOF
14809test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14810
14811cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14812# Save the log message, to keep $0 and so on meaningful, and to
1c710c3c 14813# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
14814# values after options handling.
14815ac_log="
1c710c3c 14816This file was extended by $as_me, which was
5213506e 14817generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
14818
14819 CONFIG_FILES = $CONFIG_FILES
14820 CONFIG_HEADERS = $CONFIG_HEADERS
14821 CONFIG_LINKS = $CONFIG_LINKS
14822 CONFIG_COMMANDS = $CONFIG_COMMANDS
14823 $ $0 $@
14824
5213506e
RW
14825on `(hostname || uname -n) 2>/dev/null | sed 1q`
14826"
14827
1c710c3c
DJ
14828_ACEOF
14829
5213506e
RW
14830case $ac_config_files in *"
14831"*) set x $ac_config_files; shift; ac_config_files=$*;;
14832esac
1c710c3c 14833
2aeb72e9 14834
2aeb72e9 14835
5213506e
RW
14836cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14837# Files that config.status was made for.
14838config_files="$ac_config_files"
1c710c3c 14839
5213506e 14840_ACEOF
2aeb72e9 14841
5213506e 14842cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c 14843ac_cs_usage="\
5213506e
RW
14844\`$as_me' instantiates files and other configuration actions
14845from templates according to the current configuration. Unless the files
14846and actions are specified as TAGs, all are instantiated by default.
1c710c3c 14847
5213506e 14848Usage: $0 [OPTION]... [TAG]...
1c710c3c
DJ
14849
14850 -h, --help print this help, then exit
5213506e
RW
14851 -V, --version print version number and configuration settings, then exit
14852 -q, --quiet, --silent
14853 do not print progress messages
1c710c3c
DJ
14854 -d, --debug don't remove temporary files
14855 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
14856 --file=FILE[:TEMPLATE]
14857 instantiate the configuration file FILE
1c710c3c
DJ
14858
14859Configuration files:
14860$config_files
14861
5213506e 14862Report bugs to the package provider."
2aeb72e9 14863
5213506e
RW
14864_ACEOF
14865cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c
DJ
14866ac_cs_version="\\
14867config.status
5213506e
RW
14868configured by $0, generated by GNU Autoconf 2.64,
14869 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1c710c3c 14870
5213506e 14871Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
14872This config.status script is free software; the Free Software Foundation
14873gives unlimited permission to copy, distribute and modify it."
5213506e
RW
14874
14875ac_pwd='$ac_pwd'
14876srcdir='$srcdir'
14877INSTALL='$INSTALL'
87264276 14878AWK='$AWK'
5213506e 14879test -n "\$AWK" || AWK=awk
1c710c3c
DJ
14880_ACEOF
14881
5213506e
RW
14882cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14883# The default lists apply if the user does not specify any file.
1c710c3c
DJ
14884ac_need_defaults=:
14885while test $# != 0
a4b9e93e 14886do
1c710c3c
DJ
14887 case $1 in
14888 --*=*)
5213506e
RW
14889 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14890 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1c710c3c
DJ
14891 ac_shift=:
14892 ;;
5213506e 14893 *)
1c710c3c
DJ
14894 ac_option=$1
14895 ac_optarg=$2
14896 ac_shift=shift
14897 ;;
1c710c3c
DJ
14898 esac
14899
14900 case $ac_option in
14901 # Handling of the options.
671aa708 14902 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1c710c3c 14903 ac_cs_recheck=: ;;
5213506e
RW
14904 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14905 $as_echo "$ac_cs_version"; exit ;;
14906 --debug | --debu | --deb | --de | --d | -d )
1c710c3c
DJ
14907 debug=: ;;
14908 --file | --fil | --fi | --f )
14909 $ac_shift
5213506e
RW
14910 case $ac_optarg in
14911 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14912 esac
14913 as_fn_append CONFIG_FILES " '$ac_optarg'"
2aeb72e9 14914 ac_need_defaults=false;;
5213506e
RW
14915 --he | --h | --help | --hel | -h )
14916 $as_echo "$ac_cs_usage"; exit ;;
1c710c3c
DJ
14917 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14918 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14919 ac_cs_silent=: ;;
14920
14921 # This is an error.
5213506e
RW
14922 -*) as_fn_error "unrecognized option: \`$1'
14923Try \`$0 --help' for more information." ;;
1c710c3c 14924
5213506e
RW
14925 *) as_fn_append ac_config_targets " $1"
14926 ac_need_defaults=false ;;
1c710c3c 14927
0b0dc272 14928 esac
1c710c3c 14929 shift
0b0dc272
AM
14930done
14931
1c710c3c 14932ac_configure_extra_args=
0b0dc272 14933
1c710c3c
DJ
14934if $ac_cs_silent; then
14935 exec 6>/dev/null
14936 ac_configure_extra_args="$ac_configure_extra_args --silent"
14937fi
0b0dc272 14938
1c710c3c 14939_ACEOF
5213506e 14940cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c 14941if \$ac_cs_recheck; then
5213506e
RW
14942 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14943 shift
14944 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14945 CONFIG_SHELL='$SHELL'
14946 export CONFIG_SHELL
14947 exec "\$@"
1c710c3c
DJ
14948fi
14949
14950_ACEOF
5213506e
RW
14951cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14952exec 5>>config.log
14953{
14954 echo
14955 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14956## Running $as_me. ##
14957_ASBOX
14958 $as_echo "$ac_log"
14959} >&5
1c710c3c 14960
5213506e
RW
14961_ACEOF
14962cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3e54529c
RW
14963#
14964# INIT-COMMANDS
14965#
14966extrasub_build="$extrasub_build"
14967 extrasub_host="$extrasub_host"
14968 extrasub_target="$extrasub_target"
14969
5213506e 14970_ACEOF
1c710c3c 14971
5213506e 14972cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11a67599 14973
5213506e 14974# Handling of arguments.
1c710c3c
DJ
14975for ac_config_target in $ac_config_targets
14976do
5213506e
RW
14977 case $ac_config_target in
14978 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14979
14980 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1c710c3c
DJ
14981 esac
14982done
14983
5213506e 14984
1c710c3c
DJ
14985# If the user did not use the arguments to specify the items to instantiate,
14986# then the envvar interface is used. Set only those that are not.
14987# We use the long form for the default assignment because of an extremely
14988# bizarre bug on SunOS 4.1.3.
14989if $ac_need_defaults; then
14990 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14991fi
14992
14993# Have a temporary directory for convenience. Make it in the build tree
5213506e 14994# simply because there is no reason against having it here, and in addition,
1c710c3c 14995# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
14996# Hook for its removal unless debugging.
14997# Note that there is a small window in which the directory will not be cleaned:
14998# after its creation but before its name has been assigned to `$tmp'.
1c710c3c
DJ
14999$debug ||
15000{
5213506e
RW
15001 tmp=
15002 trap 'exit_status=$?
15003 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15004' 0
15005 trap 'as_fn_exit 1' 1 2 13 15
1c710c3c 15006}
1c710c3c
DJ
15007# Create a (secure) tmp directory for tmp files.
15008
15009{
5213506e 15010 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1c710c3c
DJ
15011 test -n "$tmp" && test -d "$tmp"
15012} ||
15013{
5213506e
RW
15014 tmp=./conf$$-$RANDOM
15015 (umask 077 && mkdir "$tmp")
15016} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15017
15018# Set up the scripts for CONFIG_FILES section.
15019# No need to generate them if there are no CONFIG_FILES.
15020# This happens for instance with `./config.status config.h'.
15021if test -n "$CONFIG_FILES"; then
15022
15023if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15024 ac_cs_awk_getline=:
15025 ac_cs_awk_pipe_init=
15026 ac_cs_awk_read_file='
15027 while ((getline aline < (F[key])) > 0)
15028 print(aline)
15029 close(F[key])'
15030 ac_cs_awk_pipe_fini=
15031else
15032 ac_cs_awk_getline=false
15033 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15034 ac_cs_awk_read_file='
15035 print "|#_!!_#|"
15036 print "cat " F[key] " &&"
15037 '$ac_cs_awk_pipe_init
15038 # The final `:' finishes the AND list.
15039 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15040fi
15041ac_cr=`echo X | tr X '\015'`
15042# On cygwin, bash can eat \r inside `` if the user requested igncr.
15043# But we know of no other shell where ac_cr would be empty at this
15044# point, so we can use a bashism as a fallback.
15045if test "x$ac_cr" = x; then
15046 eval ac_cr=\$\'\\r\'
15047fi
15048ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15049if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15050 ac_cs_awk_cr='\r'
15051else
15052 ac_cs_awk_cr=$ac_cr
15053fi
15054
15055echo 'BEGIN {' >"$tmp/subs1.awk" &&
15056_ACEOF
15057
15058# Create commands to substitute file output variables.
1c710c3c 15059{
5213506e
RW
15060 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15061 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15062 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15063 echo "_ACAWK" &&
15064 echo "_ACEOF"
15065} >conf$$files.sh &&
15066. ./conf$$files.sh ||
15067 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15068rm -f conf$$files.sh
1c710c3c 15069
5213506e
RW
15070{
15071 echo "cat >conf$$subs.awk <<_ACEOF" &&
15072 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15073 echo "_ACEOF"
15074} >conf$$subs.sh ||
15075 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15076ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15077ac_delim='%!_!# '
15078for ac_last_try in false false false false false :; do
15079 . ./conf$$subs.sh ||
15080 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15081
15082 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15083 if test $ac_delim_n = $ac_delim_num; then
15084 break
15085 elif $ac_last_try; then
15086 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15087 else
15088 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15089 fi
15090done
15091rm -f conf$$subs.sh
15092
15093cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15094cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2aeb72e9 15095_ACEOF
5213506e
RW
15096sed -n '
15097h
15098s/^/S["/; s/!.*/"]=/
15099p
15100g
15101s/^[^!]*!//
15102:repl
15103t repl
15104s/'"$ac_delim"'$//
15105t delim
15106:nl
15107h
15108s/\(.\{148\}\).*/\1/
15109t more1
15110s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15111p
15112n
15113b repl
15114:more1
15115s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15116p
15117g
15118s/.\{148\}//
15119t nl
15120:delim
15121h
15122s/\(.\{148\}\).*/\1/
15123t more2
15124s/["\\]/\\&/g; s/^/"/; s/$/"/
15125p
15126b
15127:more2
15128s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15129p
15130g
15131s/.\{148\}//
15132t delim
15133' <conf$$subs.awk | sed '
15134/^[^""]/{
15135 N
15136 s/\n//
15137}
15138' >>$CONFIG_STATUS || ac_write_fail=1
15139rm -f conf$$subs.awk
15140cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15141_ACAWK
15142cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15143 for (key in S) S_is_set[key] = 1
15144 FS = "\a"
15145 \$ac_cs_awk_pipe_init
15146}
15147{
15148 line = $ 0
15149 nfields = split(line, field, "@")
15150 substed = 0
15151 len = length(field[1])
15152 for (i = 2; i < nfields; i++) {
15153 key = field[i]
15154 keylen = length(key)
15155 if (S_is_set[key]) {
15156 value = S[key]
15157 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15158 len += length(value) + length(field[++i])
15159 substed = 1
15160 } else
15161 len += 1 + keylen
15162 }
15163 if (nfields == 3 && !substed) {
15164 key = field[2]
15165 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15166 \$ac_cs_awk_read_file
15167 next
15168 }
15169 }
15170 print line
15171}
15172\$ac_cs_awk_pipe_fini
15173_ACAWK
15174_ACEOF
15175cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15176if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15177 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15178else
15179 cat
15180fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15181 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15182_ACEOF
15183
15184# VPATH may cause trouble with some makes, so we remove $(srcdir),
15185# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15186# trailing colons and then remove the whole line if VPATH becomes empty
15187# (actually we leave an empty line to preserve line numbers).
15188if test "x$srcdir" = x.; then
15189 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15190s/:*\$(srcdir):*/:/
15191s/:*\${srcdir}:*/:/
15192s/:*@srcdir@:*/:/
15193s/^\([^=]*=[ ]*\):*/\1/
15194s/:*$//
15195s/^[^=]*=[ ]*$//
15196}'
15197fi
2aeb72e9 15198
5213506e
RW
15199cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15200fi # test -n "$CONFIG_FILES"
2aeb72e9 15201
1c710c3c 15202
5213506e
RW
15203eval set X " :F $CONFIG_FILES "
15204shift
15205for ac_tag
15206do
15207 case $ac_tag in
15208 :[FHLC]) ac_mode=$ac_tag; continue;;
15209 esac
15210 case $ac_mode$ac_tag in
15211 :[FHL]*:*);;
15212 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15213 :[FH]-) ac_tag=-:-;;
15214 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15215 esac
15216 ac_save_IFS=$IFS
15217 IFS=:
15218 set x $ac_tag
15219 IFS=$ac_save_IFS
15220 shift
15221 ac_file=$1
15222 shift
79c06341 15223
5213506e
RW
15224 case $ac_mode in
15225 :L) ac_source=$1;;
15226 :[FH])
15227 ac_file_inputs=
15228 for ac_f
15229 do
15230 case $ac_f in
15231 -) ac_f="$tmp/stdin";;
15232 *) # Look for the file first in the build tree, then in the source tree
15233 # (if the path is not absolute). The absolute path cannot be DOS-style,
15234 # because $ac_f cannot contain `:'.
15235 test -f "$ac_f" ||
15236 case $ac_f in
15237 [\\/$]*) false;;
15238 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15239 esac ||
15240 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15241 esac
15242 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15243 as_fn_append ac_file_inputs " '$ac_f'"
15244 done
1c710c3c 15245
5213506e
RW
15246 # Let's still pretend it is `configure' which instantiates (i.e., don't
15247 # use $as_me), people would be surprised to read:
15248 # /* config.h. Generated by config.status. */
15249 configure_input='Generated from '`
15250 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15251 `' by configure.'
15252 if test x"$ac_file" != x-; then
15253 configure_input="$ac_file. $configure_input"
15254 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15255$as_echo "$as_me: creating $ac_file" >&6;}
2aeb72e9 15256 fi
5213506e
RW
15257 # Neutralize special characters interpreted by sed in replacement strings.
15258 case $configure_input in #(
15259 *\&* | *\|* | *\\* )
15260 ac_sed_conf_input=`$as_echo "$configure_input" |
15261 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15262 *) ac_sed_conf_input=$configure_input;;
15263 esac
11a67599 15264
5213506e
RW
15265 case $ac_tag in
15266 *:-:* | *:-) cat >"$tmp/stdin" \
15267 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15268 esac
15269 ;;
11a67599
ZW
15270 esac
15271
5213506e 15272 ac_dir=`$as_dirname -- "$ac_file" ||
1c710c3c
DJ
15273$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15274 X"$ac_file" : 'X\(//\)[^/]' \| \
15275 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
15276 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15277$as_echo X"$ac_file" |
15278 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15279 s//\1/
15280 q
15281 }
15282 /^X\(\/\/\)[^/].*/{
15283 s//\1/
15284 q
15285 }
15286 /^X\(\/\/\)$/{
15287 s//\1/
15288 q
15289 }
15290 /^X\(\/\).*/{
15291 s//\1/
15292 q
15293 }
15294 s/.*/./; q'`
15295 as_dir="$ac_dir"; as_fn_mkdir_p
1c710c3c 15296 ac_builddir=.
0b0dc272 15297
5213506e
RW
15298case "$ac_dir" in
15299.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15300*)
15301 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15302 # A ".." for each directory in $ac_dir_suffix.
15303 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15304 case $ac_top_builddir_sub in
15305 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15306 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15307 esac ;;
15308esac
15309ac_abs_top_builddir=$ac_pwd
15310ac_abs_builddir=$ac_pwd$ac_dir_suffix
15311# for backward compatibility:
15312ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
15313
15314case $srcdir in
5213506e 15315 .) # We are building in place.
1c710c3c 15316 ac_srcdir=.
5213506e
RW
15317 ac_top_srcdir=$ac_top_builddir_sub
15318 ac_abs_top_srcdir=$ac_pwd ;;
15319 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 15320 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
15321 ac_top_srcdir=$srcdir
15322 ac_abs_top_srcdir=$srcdir ;;
15323 *) # Relative name.
15324 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15325 ac_top_srcdir=$ac_top_build_prefix$srcdir
15326 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1c710c3c 15327esac
5213506e 15328ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
a4b9e93e 15329
0b0dc272 15330
5213506e
RW
15331 case $ac_mode in
15332 :F)
15333 #
15334 # CONFIG_FILE
15335 #
1c710c3c
DJ
15336
15337 case $INSTALL in
15338 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 15339 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
671aa708 15340 esac
5213506e 15341_ACEOF
11a67599 15342
5213506e
RW
15343cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15344# If the template does not know about datarootdir, expand it.
15345# FIXME: This hack should be removed a few years after 2.60.
15346ac_datarootdir_hack=; ac_datarootdir_seen=
15347ac_sed_dataroot='
15348/datarootdir/ {
15349 p
15350 q
15351}
15352/@datadir@/p
15353/@docdir@/p
15354/@infodir@/p
15355/@localedir@/p
15356/@mandir@/p'
15357case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15358*datarootdir*) ac_datarootdir_seen=yes;;
15359*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15360 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15361$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11a67599 15362_ACEOF
5213506e
RW
15363cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15364 ac_datarootdir_hack='
15365 s&@datadir@&$datadir&g
15366 s&@docdir@&$docdir&g
15367 s&@infodir@&$infodir&g
15368 s&@localedir@&$localedir&g
15369 s&@mandir@&$mandir&g
15370 s&\\\${datarootdir}&$datarootdir&g' ;;
15371esac
15372_ACEOF
15373
15374# Neutralize VPATH when `$srcdir' = `.'.
15375# Shell code in configure.ac might set extrasub.
15376# FIXME: do we really want to maintain this feature?
15377cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15378ac_sed_extra="$ac_vpsub
1c710c3c
DJ
15379$extrasub
15380_ACEOF
5213506e 15381cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c
DJ
15382:t
15383/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
15384s|@configure_input@|$ac_sed_conf_input|;t t
15385s&@top_builddir@&$ac_top_builddir_sub&;t t
15386s&@top_build_prefix@&$ac_top_build_prefix&;t t
15387s&@srcdir@&$ac_srcdir&;t t
15388s&@abs_srcdir@&$ac_abs_srcdir&;t t
15389s&@top_srcdir@&$ac_top_srcdir&;t t
15390s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15391s&@builddir@&$ac_builddir&;t t
15392s&@abs_builddir@&$ac_abs_builddir&;t t
15393s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15394s&@INSTALL@&$ac_INSTALL&;t t
15395$ac_datarootdir_hack
15396"
15397eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15398if $ac_cs_awk_getline; then
15399 $AWK -f "$tmp/subs.awk"
15400else
15401 $AWK -f "$tmp/subs.awk" | $SHELL
15402fi >$tmp/out \
15403 || as_fn_error "could not create $ac_file" "$LINENO" 5
15404
15405test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15406 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15407 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15408 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15409which seems to be undefined. Please make sure it is defined." >&5
15410$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15411which seems to be undefined. Please make sure it is defined." >&2;}
15412
15413 rm -f "$tmp/stdin"
15414 case $ac_file in
15415 -) cat "$tmp/out" && rm -f "$tmp/out";;
15416 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15417 esac \
15418 || as_fn_error "could not create $ac_file" "$LINENO" 5
15419 ;;
11a67599 15420
11a67599 15421
79c06341 15422
5213506e
RW
15423 esac
15424
3e54529c
RW
15425
15426 case $ac_file$ac_mode in
15427 "Makefile":F) sed "$extrasub_build" Makefile |
15428 sed "$extrasub_host" |
15429 sed "$extrasub_target" > mf$$
15430 mv -f mf$$ Makefile ;;
15431
15432 esac
5213506e
RW
15433done # for ac_tag
15434
15435
15436as_fn_exit 0
1c710c3c 15437_ACEOF
1c710c3c
DJ
15438ac_clean_files=$ac_clean_files_save
15439
5213506e
RW
15440test $ac_write_fail = 0 ||
15441 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15442
1c710c3c
DJ
15443
15444# configure is writing to config.log, and then calls config.status.
15445# config.status does its own redirection, appending to config.log.
15446# Unfortunately, on DOS this fails, as config.log is still kept open
15447# by configure, so config.status won't be able to write to it; its
15448# output is simply discarded. So we exec the FD to /dev/null,
15449# effectively closing config.log, so it can be properly (re)opened and
15450# appended to by config.status. When coming back to configure, we
15451# need to make the FD available again.
15452if test "$no_create" != yes; then
15453 ac_cs_success=:
15454 ac_config_status_args=
15455 test "$silent" = yes &&
15456 ac_config_status_args="$ac_config_status_args --quiet"
15457 exec 5>/dev/null
15458 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15459 exec 5>>config.log
15460 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15461 # would make configure fail if this is the last instruction.
5213506e
RW
15462 $ac_cs_success || as_fn_exit $?
15463fi
15464if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15466$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1c710c3c 15467fi
79c06341 15468