* regcache.c (regcache_raw_read): If the target didn't supply a
[deliverable/binutils-gdb.git] / configure
CommitLineData
a0da8069 1#! /bin/sh
a0da8069 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
a0da8069
NN
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c6b750e1 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
c6b750e1 31fi
c6b750e1 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
c6b750e1
DJ
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
c6b750e1
DJ
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
8e957354
PB
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1"
81ecdfbb
RW
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175else
176 as_have_required=no
177fi
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182as_found=false
183for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
c6b750e1 184do
81ecdfbb
RW
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
189 /*)
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
198fi
199fi
200 done;;
201 esac
202 as_found=false
203done
204$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207fi; }
208IFS=$as_save_IFS
209
210
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220fi
221
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
c6b750e1 228 else
81ecdfbb
RW
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230$0: including any error possibly output before this
231$0: message. Then install a modern shell, or manually run
232$0: the script under such a shell if you do have one."
c6b750e1 233 fi
81ecdfbb
RW
234 exit 1
235fi
236fi
237fi
238SHELL=${CONFIG_SHELL-/bin/sh}
239export SHELL
240# Unset more variables known to interfere with behavior of common tools.
241CLICOLOR_FORCE= GREP_OPTIONS=
242unset CLICOLOR_FORCE GREP_OPTIONS
243
244## --------------------- ##
245## M4sh Shell Functions. ##
246## --------------------- ##
247# as_fn_unset VAR
248# ---------------
249# Portably unset VAR.
250as_fn_unset ()
251{
252 { eval $1=; unset $1;}
253}
254as_unset=as_fn_unset
255
256# as_fn_set_status STATUS
257# -----------------------
258# Set $? to STATUS, without forking.
259as_fn_set_status ()
260{
261 return $1
262} # as_fn_set_status
c6b750e1 263
81ecdfbb
RW
264# as_fn_exit STATUS
265# -----------------
266# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267as_fn_exit ()
268{
269 set +e
270 as_fn_set_status $1
271 exit $1
272} # as_fn_exit
273
274# as_fn_mkdir_p
275# -------------
276# Create "$as_dir" as a directory, including parents if necessary.
277as_fn_mkdir_p ()
278{
279
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296$as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
299 q
300 }
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\).*/{
310 s//\1/
311 q
312 }
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320} # as_fn_mkdir_p
321# as_fn_append VAR VALUE
322# ----------------------
323# Append the text in VALUE to the end of the definition contained in VAR. Take
324# advantage of any shell optimizations that allow amortized linear growth over
325# repeated appends, instead of the typical quadratic growth present in naive
326# implementations.
327if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
329 {
330 eval $1+=\$2
331 }'
332else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337fi # as_fn_append
338
339# as_fn_arith ARG...
340# ------------------
341# Perform arithmetic evaluation on the ARGs, and store the result in the
342# global $as_val. Take advantage of shells that can avoid forks. The arguments
343# must be portable across $(()) and expr.
344if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
346 {
347 as_val=$(( $* ))
348 }'
349else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354fi # as_fn_arith
355
356
357# as_fn_error ERROR [LINENO LOG_FD]
358# ---------------------------------
359# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361# script with status $?, using 1 if that was 0.
362as_fn_error ()
363{
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
368 fi
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371} # as_fn_error
372
373if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
375 as_expr=expr
376else
377 as_expr=false
378fi
379
81ecdfbb 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
381 as_basename=basename
382else
383 as_basename=false
384fi
385
81ecdfbb
RW
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
c6b750e1 391
81ecdfbb 392as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396$as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
399 q
400 }
401 /^X\/\(\/\/\)$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\).*/{
406 s//\1/
407 q
408 }
409 s/.*/./; q'`
c6b750e1 410
c6b750e1
DJ
411# Avoid depending upon Character Ranges.
412as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415as_cr_digits='0123456789'
416as_cr_alnum=$as_cr_Letters$as_cr_digits
417
c6b750e1 418
81ecdfbb
RW
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
425 p
426 /[$]LINENO/=
427 ' <$as_myself |
c6b750e1 428 sed '
81ecdfbb
RW
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
c6b750e1 433 N
81ecdfbb
RW
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
c6b750e1 436 t loop
81ecdfbb 437 s/-\n.*//
c6b750e1 438 ' >$as_me.lineno &&
81ecdfbb
RW
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
c6b750e1
DJ
441
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
c6b750e1
DJ
446 # Exit status is that of the last command.
447 exit
448}
449
81ecdfbb
RW
450ECHO_C= ECHO_N= ECHO_T=
451case `echo -n x` in #(((((
452-n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
459*)
460 ECHO_N='-n';;
c6b750e1
DJ
461esac
462
81ecdfbb
RW
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
c6b750e1 466else
81ecdfbb
RW
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
c6b750e1 469fi
81ecdfbb
RW
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 472 as_ln_s='ln -s'
81ecdfbb
RW
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
c6b750e1 483 fi
c6b750e1
DJ
484else
485 as_ln_s='cp -p'
486fi
81ecdfbb
RW
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
c6b750e1
DJ
489
490if mkdir -p . 2>/dev/null; then
81ecdfbb 491 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
81ecdfbb
RW
497if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517fi
518as_executable_p=$as_test_x
c6b750e1
DJ
519
520# Sed expression to map a string onto a valid CPP name.
521as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522
523# Sed expression to map a string onto a valid variable name.
524as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
526
81ecdfbb 527exec 7<&0 </dev/null 6>&1
a0da8069 528
c6b750e1
DJ
529# Name of the host.
530# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531# so uname gets run too.
532ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
c6b750e1
DJ
534#
535# Initializations.
536#
a0da8069 537ac_default_prefix=/usr/local
81ecdfbb 538ac_clean_files=
c6b750e1 539ac_config_libobj_dir=.
81ecdfbb 540LIBOBJS=
c6b750e1
DJ
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
c6b750e1
DJ
545
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
81ecdfbb 552PACKAGE_URL=
c6b750e1
DJ
553
554ac_unique_file="move-if-change"
81ecdfbb
RW
555enable_option_checking=no
556ac_subst_vars='LTLIBOBJS
557LIBOBJS
558compare_exclusions
559stage2_werror_flag
560stage1_checking
561stage1_cflags
562MAINT
563MAINTAINER_MODE_FALSE
564MAINTAINER_MODE_TRUE
565COMPILER_NM_FOR_TARGET
566COMPILER_LD_FOR_TARGET
567COMPILER_AS_FOR_TARGET
568FLAGS_FOR_TARGET
569RAW_CXX_FOR_TARGET
570WINDMC_FOR_TARGET
571WINDRES_FOR_TARGET
572STRIP_FOR_TARGET
573RANLIB_FOR_TARGET
574OBJDUMP_FOR_TARGET
575NM_FOR_TARGET
576LIPO_FOR_TARGET
577LD_FOR_TARGET
578DLLTOOL_FOR_TARGET
579AS_FOR_TARGET
580AR_FOR_TARGET
e552509b 581GOC_FOR_TARGET
81ecdfbb
RW
582GFORTRAN_FOR_TARGET
583GCJ_FOR_TARGET
584GCC_FOR_TARGET
585CXX_FOR_TARGET
586CC_FOR_TARGET
587OBJDUMP
588OBJCOPY
589WINDMC
590WINDRES
591STRIP
592RANLIB
593NM
594LIPO
595LD
596DLLTOOL
597AS
598AR
599RUNTEST
600EXPECT
601MAKEINFO
602FLEX
603LEX
604M4
605BISON
606YACC
607config_shell
608WINDRES_FOR_BUILD
609WINDMC_FOR_BUILD
610RANLIB_FOR_BUILD
611NM_FOR_BUILD
612LD_FOR_BUILD
613LDFLAGS_FOR_BUILD
e552509b 614GOC_FOR_BUILD
81ecdfbb
RW
615GFORTRAN_FOR_BUILD
616GCJ_FOR_BUILD
617DLLTOOL_FOR_BUILD
618CXX_FOR_BUILD
619CXXFLAGS_FOR_BUILD
620CFLAGS_FOR_BUILD
621CC_FOR_BUILD
622AS_FOR_BUILD
623AR_FOR_BUILD
911e63d0 624target_configdirs
81ecdfbb 625configdirs
81ecdfbb 626build_configdirs
81ecdfbb
RW
627INSTALL_GDB_TK
628GDB_TK
629CONFIGURE_GDB_TK
630build_tooldir
631tooldir
632GCC_SHLIB_SUBDIR
633RPATH_ENVVAR
4074d5f2
RW
634target_configargs
635host_configargs
636build_configargs
96655cc4 637BUILD_CONFIG
81ecdfbb
RW
638CXXFLAGS_FOR_TARGET
639CFLAGS_FOR_TARGET
640DEBUG_PREFIX_CFLAGS_FOR_TARGET
641SYSROOT_CFLAGS_FOR_TARGET
642stage1_languages
700d40ca 643extra_host_libiberty_configure_flags
81ecdfbb
RW
644clooginc
645clooglibs
646pplinc
647ppllibs
81ecdfbb 648poststage1_ldflags
143754cd 649poststage1_libs
81ecdfbb
RW
650stage1_libs
651stage1_ldflags
652extra_mpc_mpfr_configure_flags
653extra_mpc_gmp_configure_flags
654extra_mpfr_configure_flags
655gmpinc
656gmplibs
657do_compare
658GNATMAKE
659GNATBIND
660ac_ct_CXX
661CXXFLAGS
662CXX
663OBJEXT
664EXEEXT
665ac_ct_CC
666CPPFLAGS
667LDFLAGS
668CFLAGS
669CC
670target_subdir
671host_subdir
672build_subdir
673build_libsubdir
8e957354
PB
674AWK
675SED
81ecdfbb
RW
676LN_S
677LN
678INSTALL_DATA
679INSTALL_SCRIPT
680INSTALL_PROGRAM
681target_os
682target_vendor
683target_cpu
684target
685host_os
686host_vendor
687host_cpu
688host
689target_noncanonical
690host_noncanonical
691build_noncanonical
692build_os
693build_vendor
694build_cpu
695build
696TOPLEVEL_CONFIGURE_ARGUMENTS
697target_alias
698host_alias
699build_alias
700LIBS
701ECHO_T
702ECHO_N
703ECHO_C
704DEFS
705mandir
706localedir
707libdir
708psdir
709pdfdir
710dvidir
711htmldir
712infodir
713docdir
714oldincludedir
715includedir
716localstatedir
717sharedstatedir
718sysconfdir
719datadir
720datarootdir
721libexecdir
722sbindir
723bindir
724program_transform_name
725prefix
726exec_prefix
727PACKAGE_URL
728PACKAGE_BUGREPORT
729PACKAGE_STRING
730PACKAGE_VERSION
731PACKAGE_TARNAME
732PACKAGE_NAME
733PATH_SEPARATOR
734SHELL'
735ac_subst_files='serialization_dependencies
736host_makefile_frag
737target_makefile_frag
738alphaieee_frag
739ospace_frag'
740ac_user_opts='
741enable_option_checking
742with_build_libsubdir
743enable_gold
c7791212 744enable_ld
89a1e9c3
PB
745enable_libquadmath
746enable_libquadmath_support
81ecdfbb
RW
747enable_libada
748enable_libssp
749enable_build_with_cxx
750with_mpc
751with_mpc_include
752with_mpc_lib
753with_mpfr_dir
754with_mpfr
755with_mpfr_include
756with_mpfr_lib
757with_gmp_dir
758with_gmp
759with_gmp_include
760with_gmp_lib
761with_host_libstdcxx
762with_stage1_ldflags
763with_stage1_libs
81ecdfbb 764with_boot_libs
143754cd 765with_boot_ldflags
81ecdfbb
RW
766with_ppl
767with_ppl_include
768with_ppl_lib
769enable_ppl_version_check
770with_cloog
771with_cloog_include
772with_cloog_lib
e552509b 773enable_cloog_backend
81ecdfbb 774enable_cloog_version_check
700d40ca 775enable_lto
81ecdfbb
RW
776enable_stage1_languages
777enable_objc_gc
778with_build_sysroot
779with_debug_prefix_map
780enable_bootstrap
96655cc4 781with_build_config
81ecdfbb
RW
782enable_serial_configure
783with_build_time_tools
784enable_maintainer_mode
785enable_stage1_checking
786enable_werror
81ecdfbb
RW
787'
788 ac_precious_vars='build_alias
789host_alias
790target_alias
791CC
792CFLAGS
793LDFLAGS
794LIBS
795CPPFLAGS
796CXX
797CXXFLAGS
798CCC
4074d5f2
RW
799build_configargs
800host_configargs
801target_configargs
81ecdfbb
RW
802AR
803AS
804DLLTOOL
805LD
806LIPO
807NM
808RANLIB
809STRIP
810WINDRES
811WINDMC
812OBJCOPY
813OBJDUMP
814CC_FOR_TARGET
815CXX_FOR_TARGET
816GCC_FOR_TARGET
817GCJ_FOR_TARGET
818GFORTRAN_FOR_TARGET
e552509b 819GOC_FOR_TARGET
81ecdfbb
RW
820AR_FOR_TARGET
821AS_FOR_TARGET
822DLLTOOL_FOR_TARGET
823LD_FOR_TARGET
824LIPO_FOR_TARGET
825NM_FOR_TARGET
826OBJDUMP_FOR_TARGET
827RANLIB_FOR_TARGET
828STRIP_FOR_TARGET
829WINDRES_FOR_TARGET
830WINDMC_FOR_TARGET'
831
a0da8069
NN
832
833# Initialize some variables set by options.
c6b750e1
DJ
834ac_init_help=
835ac_init_version=false
81ecdfbb
RW
836ac_unrecognized_opts=
837ac_unrecognized_sep=
a0da8069
NN
838# The variables have the same names as the options, with
839# dashes changed to underlines.
c6b750e1 840cache_file=/dev/null
a0da8069 841exec_prefix=NONE
a0da8069 842no_create=
a0da8069
NN
843no_recursion=
844prefix=NONE
845program_prefix=NONE
846program_suffix=NONE
847program_transform_name=s,x,x,
848silent=
849site=
850srcdir=
a0da8069
NN
851verbose=
852x_includes=NONE
853x_libraries=NONE
c6b750e1
DJ
854
855# Installation directory options.
856# These are left unexpanded so users can "make install exec_prefix=/foo"
857# and all the variables that are supposed to be based on exec_prefix
858# by default will actually change.
859# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 860# (The list follows the same order as the GNU Coding Standards.)
a0da8069
NN
861bindir='${exec_prefix}/bin'
862sbindir='${exec_prefix}/sbin'
863libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
864datarootdir='${prefix}/share'
865datadir='${datarootdir}'
a0da8069
NN
866sysconfdir='${prefix}/etc'
867sharedstatedir='${prefix}/com'
868localstatedir='${prefix}/var'
a0da8069
NN
869includedir='${prefix}/include'
870oldincludedir='/usr/include'
81ecdfbb
RW
871docdir='${datarootdir}/doc/${PACKAGE}'
872infodir='${datarootdir}/info'
873htmldir='${docdir}'
874dvidir='${docdir}'
875pdfdir='${docdir}'
876psdir='${docdir}'
877libdir='${exec_prefix}/lib'
878localedir='${datarootdir}/locale'
879mandir='${datarootdir}/man'
252b5132 880
a0da8069 881ac_prev=
81ecdfbb 882ac_dashdash=
a0da8069
NN
883for ac_option
884do
a0da8069
NN
885 # If the previous option needs an argument, assign it.
886 if test -n "$ac_prev"; then
81ecdfbb 887 eval $ac_prev=\$ac_option
a0da8069
NN
888 ac_prev=
889 continue
890 fi
252b5132 891
81ecdfbb
RW
892 case $ac_option in
893 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
894 *) ac_optarg=yes ;;
895 esac
a0da8069
NN
896
897 # Accept the important Cygnus configure options, so we can diagnose typos.
898
81ecdfbb
RW
899 case $ac_dashdash$ac_option in
900 --)
901 ac_dashdash=yes ;;
a0da8069
NN
902
903 -bindir | --bindir | --bindi | --bind | --bin | --bi)
904 ac_prev=bindir ;;
905 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
c6b750e1 906 bindir=$ac_optarg ;;
a0da8069
NN
907
908 -build | --build | --buil | --bui | --bu)
c6b750e1 909 ac_prev=build_alias ;;
a0da8069 910 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
c6b750e1 911 build_alias=$ac_optarg ;;
a0da8069
NN
912
913 -cache-file | --cache-file | --cache-fil | --cache-fi \
914 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
915 ac_prev=cache_file ;;
916 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
917 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
c6b750e1
DJ
918 cache_file=$ac_optarg ;;
919
920 --config-cache | -C)
921 cache_file=config.cache ;;
a0da8069 922
81ecdfbb 923 -datadir | --datadir | --datadi | --datad)
a0da8069 924 ac_prev=datadir ;;
81ecdfbb 925 -datadir=* | --datadir=* | --datadi=* | --datad=*)
c6b750e1 926 datadir=$ac_optarg ;;
a0da8069 927
81ecdfbb
RW
928 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
929 | --dataroo | --dataro | --datar)
930 ac_prev=datarootdir ;;
931 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
932 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
933 datarootdir=$ac_optarg ;;
934
a0da8069 935 -disable-* | --disable-*)
81ecdfbb 936 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
a0da8069 937 # Reject names that are not valid shell variable names.
81ecdfbb
RW
938 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
939 as_fn_error "invalid feature name: $ac_useropt"
940 ac_useropt_orig=$ac_useropt
941 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
942 case $ac_user_opts in
943 *"
944"enable_$ac_useropt"
945"*) ;;
946 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
947 ac_unrecognized_sep=', ';;
948 esac
949 eval enable_$ac_useropt=no ;;
950
951 -docdir | --docdir | --docdi | --doc | --do)
952 ac_prev=docdir ;;
953 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
954 docdir=$ac_optarg ;;
955
956 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
957 ac_prev=dvidir ;;
958 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
959 dvidir=$ac_optarg ;;
a0da8069
NN
960
961 -enable-* | --enable-*)
81ecdfbb 962 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
a0da8069 963 # Reject names that are not valid shell variable names.
81ecdfbb
RW
964 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
965 as_fn_error "invalid feature name: $ac_useropt"
966 ac_useropt_orig=$ac_useropt
967 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
968 case $ac_user_opts in
969 *"
970"enable_$ac_useropt"
971"*) ;;
972 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
973 ac_unrecognized_sep=', ';;
a0da8069 974 esac
81ecdfbb 975 eval enable_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
976
977 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
978 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
979 | --exec | --exe | --ex)
980 ac_prev=exec_prefix ;;
981 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
982 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
983 | --exec=* | --exe=* | --ex=*)
c6b750e1 984 exec_prefix=$ac_optarg ;;
a0da8069
NN
985
986 -gas | --gas | --ga | --g)
987 # Obsolete; use --with-gas.
988 with_gas=yes ;;
989
c6b750e1
DJ
990 -help | --help | --hel | --he | -h)
991 ac_init_help=long ;;
992 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
993 ac_init_help=recursive ;;
994 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
995 ac_init_help=short ;;
a0da8069
NN
996
997 -host | --host | --hos | --ho)
c6b750e1 998 ac_prev=host_alias ;;
a0da8069 999 -host=* | --host=* | --hos=* | --ho=*)
c6b750e1 1000 host_alias=$ac_optarg ;;
a0da8069 1001
81ecdfbb
RW
1002 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1003 ac_prev=htmldir ;;
1004 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1005 | --ht=*)
1006 htmldir=$ac_optarg ;;
1007
a0da8069
NN
1008 -includedir | --includedir | --includedi | --included | --include \
1009 | --includ | --inclu | --incl | --inc)
1010 ac_prev=includedir ;;
1011 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1012 | --includ=* | --inclu=* | --incl=* | --inc=*)
c6b750e1 1013 includedir=$ac_optarg ;;
a0da8069
NN
1014
1015 -infodir | --infodir | --infodi | --infod | --info | --inf)
1016 ac_prev=infodir ;;
1017 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
c6b750e1 1018 infodir=$ac_optarg ;;
a0da8069
NN
1019
1020 -libdir | --libdir | --libdi | --libd)
1021 ac_prev=libdir ;;
1022 -libdir=* | --libdir=* | --libdi=* | --libd=*)
c6b750e1 1023 libdir=$ac_optarg ;;
a0da8069
NN
1024
1025 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1026 | --libexe | --libex | --libe)
1027 ac_prev=libexecdir ;;
1028 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1029 | --libexe=* | --libex=* | --libe=*)
c6b750e1 1030 libexecdir=$ac_optarg ;;
a0da8069 1031
81ecdfbb
RW
1032 -localedir | --localedir | --localedi | --localed | --locale)
1033 ac_prev=localedir ;;
1034 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1035 localedir=$ac_optarg ;;
1036
a0da8069 1037 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1038 | --localstate | --localstat | --localsta | --localst | --locals)
a0da8069
NN
1039 ac_prev=localstatedir ;;
1040 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1041 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
c6b750e1 1042 localstatedir=$ac_optarg ;;
a0da8069
NN
1043
1044 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1045 ac_prev=mandir ;;
1046 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
c6b750e1 1047 mandir=$ac_optarg ;;
a0da8069
NN
1048
1049 -nfp | --nfp | --nf)
1050 # Obsolete; use --without-fp.
1051 with_fp=no ;;
1052
1053 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
c6b750e1 1054 | --no-cr | --no-c | -n)
a0da8069
NN
1055 no_create=yes ;;
1056
1057 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1058 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1059 no_recursion=yes ;;
1060
1061 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1062 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1063 | --oldin | --oldi | --old | --ol | --o)
1064 ac_prev=oldincludedir ;;
1065 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1066 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1067 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
c6b750e1 1068 oldincludedir=$ac_optarg ;;
a0da8069
NN
1069
1070 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1071 ac_prev=prefix ;;
1072 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
c6b750e1 1073 prefix=$ac_optarg ;;
a0da8069
NN
1074
1075 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1076 | --program-pre | --program-pr | --program-p)
1077 ac_prev=program_prefix ;;
1078 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1079 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
c6b750e1 1080 program_prefix=$ac_optarg ;;
a0da8069
NN
1081
1082 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1083 | --program-suf | --program-su | --program-s)
1084 ac_prev=program_suffix ;;
1085 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1086 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
c6b750e1 1087 program_suffix=$ac_optarg ;;
a0da8069
NN
1088
1089 -program-transform-name | --program-transform-name \
1090 | --program-transform-nam | --program-transform-na \
1091 | --program-transform-n | --program-transform- \
1092 | --program-transform | --program-transfor \
1093 | --program-transfo | --program-transf \
1094 | --program-trans | --program-tran \
1095 | --progr-tra | --program-tr | --program-t)
1096 ac_prev=program_transform_name ;;
1097 -program-transform-name=* | --program-transform-name=* \
1098 | --program-transform-nam=* | --program-transform-na=* \
1099 | --program-transform-n=* | --program-transform-=* \
1100 | --program-transform=* | --program-transfor=* \
1101 | --program-transfo=* | --program-transf=* \
1102 | --program-trans=* | --program-tran=* \
1103 | --progr-tra=* | --program-tr=* | --program-t=*)
c6b750e1 1104 program_transform_name=$ac_optarg ;;
a0da8069 1105
81ecdfbb
RW
1106 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1107 ac_prev=pdfdir ;;
1108 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1109 pdfdir=$ac_optarg ;;
1110
1111 -psdir | --psdir | --psdi | --psd | --ps)
1112 ac_prev=psdir ;;
1113 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1114 psdir=$ac_optarg ;;
1115
a0da8069
NN
1116 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1117 | -silent | --silent | --silen | --sile | --sil)
1118 silent=yes ;;
1119
1120 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1121 ac_prev=sbindir ;;
1122 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1123 | --sbi=* | --sb=*)
c6b750e1 1124 sbindir=$ac_optarg ;;
a0da8069
NN
1125
1126 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1127 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1128 | --sharedst | --shareds | --shared | --share | --shar \
1129 | --sha | --sh)
1130 ac_prev=sharedstatedir ;;
1131 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1132 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1133 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1134 | --sha=* | --sh=*)
c6b750e1 1135 sharedstatedir=$ac_optarg ;;
a0da8069
NN
1136
1137 -site | --site | --sit)
1138 ac_prev=site ;;
1139 -site=* | --site=* | --sit=*)
c6b750e1 1140 site=$ac_optarg ;;
a0da8069
NN
1141
1142 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1143 ac_prev=srcdir ;;
1144 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
c6b750e1 1145 srcdir=$ac_optarg ;;
a0da8069
NN
1146
1147 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1148 | --syscon | --sysco | --sysc | --sys | --sy)
1149 ac_prev=sysconfdir ;;
1150 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1151 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
c6b750e1 1152 sysconfdir=$ac_optarg ;;
a0da8069
NN
1153
1154 -target | --target | --targe | --targ | --tar | --ta | --t)
c6b750e1 1155 ac_prev=target_alias ;;
a0da8069 1156 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
c6b750e1 1157 target_alias=$ac_optarg ;;
a0da8069
NN
1158
1159 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1160 verbose=yes ;;
1161
c6b750e1
DJ
1162 -version | --version | --versio | --versi | --vers | -V)
1163 ac_init_version=: ;;
a0da8069
NN
1164
1165 -with-* | --with-*)
81ecdfbb 1166 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
a0da8069 1167 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1168 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1169 as_fn_error "invalid package name: $ac_useropt"
1170 ac_useropt_orig=$ac_useropt
1171 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 case $ac_user_opts in
1173 *"
1174"with_$ac_useropt"
1175"*) ;;
1176 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1177 ac_unrecognized_sep=', ';;
a0da8069 1178 esac
81ecdfbb 1179 eval with_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
1180
1181 -without-* | --without-*)
81ecdfbb 1182 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
a0da8069 1183 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1184 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1185 as_fn_error "invalid package name: $ac_useropt"
1186 ac_useropt_orig=$ac_useropt
1187 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1188 case $ac_user_opts in
1189 *"
1190"with_$ac_useropt"
1191"*) ;;
1192 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1193 ac_unrecognized_sep=', ';;
1194 esac
1195 eval with_$ac_useropt=no ;;
a0da8069
NN
1196
1197 --x)
1198 # Obsolete; use --with-x.
1199 with_x=yes ;;
1200
1201 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1202 | --x-incl | --x-inc | --x-in | --x-i)
1203 ac_prev=x_includes ;;
1204 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1205 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
c6b750e1 1206 x_includes=$ac_optarg ;;
a0da8069
NN
1207
1208 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1209 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1210 ac_prev=x_libraries ;;
1211 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1212 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
c6b750e1 1213 x_libraries=$ac_optarg ;;
a0da8069 1214
81ecdfbb
RW
1215 -*) as_fn_error "unrecognized option: \`$ac_option'
1216Try \`$0 --help' for more information."
a0da8069
NN
1217 ;;
1218
c6b750e1
DJ
1219 *=*)
1220 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1221 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1222 case $ac_envvar in #(
1223 '' | [0-9]* | *[!_$as_cr_alnum]* )
1224 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1225 esac
1226 eval $ac_envvar=\$ac_optarg
c6b750e1
DJ
1227 export $ac_envvar ;;
1228
a0da8069 1229 *)
c6b750e1 1230 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1231 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
c6b750e1 1232 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1233 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
c6b750e1 1234 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
a0da8069
NN
1235 ;;
1236
1237 esac
1238done
1239
1240if test -n "$ac_prev"; then
c6b750e1 1241 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1242 as_fn_error "missing argument to $ac_option"
a0da8069 1243fi
a0da8069 1244
81ecdfbb
RW
1245if test -n "$ac_unrecognized_opts"; then
1246 case $enable_option_checking in
1247 no) ;;
1248 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1249 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
c6b750e1 1250 esac
81ecdfbb 1251fi
a0da8069 1252
81ecdfbb
RW
1253# Check all directory arguments for consistency.
1254for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1255 datadir sysconfdir sharedstatedir localstatedir includedir \
1256 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1257 libdir localedir mandir
a0da8069 1258do
81ecdfbb
RW
1259 eval ac_val=\$$ac_var
1260 # Remove trailing slashes.
1261 case $ac_val in
1262 */ )
1263 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1264 eval $ac_var=\$ac_val;;
1265 esac
1266 # Be sure to have absolute directory names.
c6b750e1 1267 case $ac_val in
81ecdfbb
RW
1268 [\\/$]* | ?:[\\/]* ) continue;;
1269 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
a0da8069 1270 esac
81ecdfbb 1271 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
a0da8069
NN
1272done
1273
c6b750e1
DJ
1274# There might be people who depend on the old broken behavior: `$host'
1275# used to hold the argument of --host etc.
1276# FIXME: To remove some day.
1277build=$build_alias
1278host=$host_alias
1279target=$target_alias
376a0e54 1280
c6b750e1
DJ
1281# FIXME: To remove some day.
1282if test "x$host_alias" != x; then
1283 if test "x$build_alias" = x; then
1284 cross_compiling=maybe
81ecdfbb 1285 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
c6b750e1
DJ
1286 If a cross compiler is detected then cross compile mode will be used." >&2
1287 elif test "x$build_alias" != "x$host_alias"; then
1288 cross_compiling=yes
1289 fi
1290fi
1291
1292ac_tool_prefix=
1293test -n "$host_alias" && ac_tool_prefix=$host_alias-
1294
1295test "$silent" = yes && exec 6>/dev/null
a0da8069 1296
a0da8069 1297
81ecdfbb
RW
1298ac_pwd=`pwd` && test -n "$ac_pwd" &&
1299ac_ls_di=`ls -di .` &&
1300ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1301 as_fn_error "working directory cannot be determined"
1302test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1303 as_fn_error "pwd does not report name of working directory"
1304
1305
a0da8069
NN
1306# Find the source files, if location was not specified.
1307if test -z "$srcdir"; then
1308 ac_srcdir_defaulted=yes
81ecdfbb
RW
1309 # Try the directory containing this script, then the parent directory.
1310 ac_confdir=`$as_dirname -- "$as_myself" ||
1311$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1312 X"$as_myself" : 'X\(//\)[^/]' \| \
1313 X"$as_myself" : 'X\(//\)$' \| \
1314 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1315$as_echo X"$as_myself" |
1316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1317 s//\1/
1318 q
1319 }
1320 /^X\(\/\/\)[^/].*/{
1321 s//\1/
1322 q
1323 }
1324 /^X\(\/\/\)$/{
1325 s//\1/
1326 q
1327 }
1328 /^X\(\/\).*/{
1329 s//\1/
1330 q
1331 }
1332 s/.*/./; q'`
a0da8069 1333 srcdir=$ac_confdir
81ecdfbb 1334 if test ! -r "$srcdir/$ac_unique_file"; then
a0da8069
NN
1335 srcdir=..
1336 fi
1337else
1338 ac_srcdir_defaulted=no
1339fi
81ecdfbb
RW
1340if test ! -r "$srcdir/$ac_unique_file"; then
1341 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1342 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1343fi
1344ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1345ac_abs_confdir=`(
1346 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1347 pwd)`
1348# When building in place, set srcdir=.
1349if test "$ac_abs_confdir" = "$ac_pwd"; then
1350 srcdir=.
1351fi
1352# Remove unnecessary trailing slashes from srcdir.
1353# Double slashes in file names in object file debugging info
1354# mess up M-x gdb in Emacs.
1355case $srcdir in
1356*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1357esac
6d0cd39e
AM
1358case $srcdir in
1359 *" "*)
1360 as_fn_error "path to source, $srcdir, contains spaces"
1361 ;;
1362esac
9cc8ae67
PB
1363ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1364
81ecdfbb
RW
1365for ac_var in $ac_precious_vars; do
1366 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1367 eval ac_env_${ac_var}_value=\$${ac_var}
1368 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1369 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1370done
c6b750e1
DJ
1371
1372#
1373# Report the --help message.
1374#
1375if test "$ac_init_help" = "long"; then
1376 # Omit some internal or obsolete options to make the list less imposing.
1377 # This message is too long to be a string in the A/UX 3.1 sh.
1378 cat <<_ACEOF
1379\`configure' configures this package to adapt to many kinds of systems.
1380
1381Usage: $0 [OPTION]... [VAR=VALUE]...
1382
1383To assign environment variables (e.g., CC, CFLAGS...), specify them as
1384VAR=VALUE. See below for descriptions of some of the useful variables.
1385
1386Defaults for the options are specified in brackets.
1387
1388Configuration:
1389 -h, --help display this help and exit
1390 --help=short display options specific to this package
1391 --help=recursive display the short help of all the included packages
1392 -V, --version display version information and exit
1393 -q, --quiet, --silent do not print \`checking...' messages
1394 --cache-file=FILE cache test results in FILE [disabled]
1395 -C, --config-cache alias for \`--cache-file=config.cache'
1396 -n, --no-create do not create output files
1397 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398
c6b750e1
DJ
1399Installation directories:
1400 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1401 [$ac_default_prefix]
c6b750e1 1402 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1403 [PREFIX]
c6b750e1
DJ
1404
1405By default, \`make install' will install all the files in
1406\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1407an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1408for instance \`--prefix=\$HOME'.
1409
1410For better control, use the options below.
1411
1412Fine tuning of the installation directories:
81ecdfbb
RW
1413 --bindir=DIR user executables [EPREFIX/bin]
1414 --sbindir=DIR system admin executables [EPREFIX/sbin]
1415 --libexecdir=DIR program executables [EPREFIX/libexec]
1416 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1417 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1418 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1419 --libdir=DIR object code libraries [EPREFIX/lib]
1420 --includedir=DIR C header files [PREFIX/include]
1421 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1422 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1423 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1424 --infodir=DIR info documentation [DATAROOTDIR/info]
1425 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1426 --mandir=DIR man documentation [DATAROOTDIR/man]
1427 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1428 --htmldir=DIR html documentation [DOCDIR]
1429 --dvidir=DIR dvi documentation [DOCDIR]
1430 --pdfdir=DIR pdf documentation [DOCDIR]
1431 --psdir=DIR ps documentation [DOCDIR]
c6b750e1
DJ
1432_ACEOF
1433
1434 cat <<\_ACEOF
1435
1436Program names:
1437 --program-prefix=PREFIX prepend PREFIX to installed program names
1438 --program-suffix=SUFFIX append SUFFIX to installed program names
1439 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1440
1441System types:
1442 --build=BUILD configure for building on BUILD [guessed]
1443 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1444 --target=TARGET configure for building compilers for TARGET [HOST]
1445_ACEOF
a0da8069 1446fi
a0da8069 1447
c6b750e1
DJ
1448if test -n "$ac_init_help"; then
1449
1450 cat <<\_ACEOF
1451
1452Optional Features:
81ecdfbb 1453 --disable-option-checking ignore unrecognized --enable/--with options
c6b750e1
DJ
1454 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1455 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
c7791212 1456 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
7837304f 1457 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
89a1e9c3
PB
1458 --disable-libquadmath do not build libquadmath directory
1459 --disable-libquadmath-support
1460 disable libquadmath support for Fortran
521ec477
DD
1461 --enable-libada build libada directory
1462 --enable-libssp build libssp directory
e8a5fa9c 1463 --enable-build-with-cxx build with C++ compiler instead of C compiler
7837304f
AS
1464 --disable-ppl-version-check
1465 disable check for PPL version
ceca0218
PB
1466 --enable-cloog-backend[=BACKEND]
1467 set the CLooG BACKEND used to either isl, ppl or
1468 ppl-legacy (default)
e552509b
ILT
1469 --disable-cloog-version-check
1470 disable check for CLooG version
700d40ca 1471 --enable-lto enable link time optimization support
7837304f
AS
1472 --enable-stage1-languages[=all]
1473 choose additional languages to build during stage1.
1474 Mostly useful for compiler development
1475 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1476 Objective-C runtime
521ec477
DD
1477 --enable-bootstrap enable bootstrapping [yes if native build]
1478 --enable-serial-[{host,target,build}-]configure
7837304f
AS
1479 force sequential configuration of sub-packages for
1480 the host, target or build machine, or all
1481 sub-packages
1482 --enable-maintainer-mode
1483 enable make rules and dependencies not useful (and
1484 sometimes confusing) to the casual installer
1485 --enable-stage1-checking[=all]
1486 choose additional checking for stage1 of the
1487 compiler
c6b750e1
DJ
1488 --enable-werror enable -Werror in bootstrap stage2 and later
1489
1490Optional Packages:
1491 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1492 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1493 --with-build-libsubdir=DIR Directory where to find libraries for build system
7837304f
AS
1494 --with-mpc=PATH specify prefix directory for installed MPC package.
1495 Equivalent to --with-mpc-include=PATH/include plus
1496 --with-mpc-lib=PATH/lib
1497 --with-mpc-include=PATH specify directory for installed MPC include files
1498 --with-mpc-lib=PATH specify directory for the installed MPC library
521ec477
DD
1499 --with-mpfr-dir=PATH this option has been REMOVED
1500 --with-mpfr=PATH specify prefix directory for installed MPFR package.
7837304f
AS
1501 Equivalent to --with-mpfr-include=PATH/include plus
1502 --with-mpfr-lib=PATH/lib
c6b750e1 1503 --with-mpfr-include=PATH
521ec477
DD
1504 specify directory for installed MPFR include files
1505 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1506 --with-gmp-dir=PATH this option has been REMOVED
7837304f
AS
1507 --with-gmp=PATH specify prefix directory for the installed GMP
1508 package. Equivalent to
1509 --with-gmp-include=PATH/include plus
1510 --with-gmp-lib=PATH/lib
521ec477
DD
1511 --with-gmp-include=PATH specify directory for installed GMP include files
1512 --with-gmp-lib=PATH specify directory for the installed GMP library
7837304f
AS
1513 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1514 linking with PPL
1515 --with-stage1-ldflags=FLAGS
1516 linker flags for stage1
1517 --with-stage1-libs=LIBS libraries for stage1
1518 --with-boot-libs=LIBS libraries for stage2 and later
1519 --with-boot-ldflags=FLAGS
1520 linker flags for stage2 and later
1521 --with-ppl=PATH specify prefix directory for the installed PPL
1522 package. Equivalent to
1523 --with-ppl-include=PATH/include plus
1524 --with-ppl-lib=PATH/lib
1525 --with-ppl-include=PATH specify directory for installed PPL include files
1526 --with-ppl-lib=PATH specify directory for the installed PPL library
e552509b
ILT
1527 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL
1528 package. Equivalent to
1529 --with-cloog-include=PATH/include plus
1530 --with-cloog-lib=PATH/lib
1531 --with-cloog-include=PATH
1532 Specify directory for installed CLooG include files
1533 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1534 library
521ec477 1535 --with-build-sysroot=SYSROOT
c6b750e1 1536 use sysroot as the system root during the build
8a6ee3ab 1537 --with-debug-prefix-map='A=B C=D ...'
7837304f
AS
1538 map A to B, C to D ... in debug information
1539 --with-build-config='NAME NAME2...'
1540 use config/NAME.mk build configuration
521ec477 1541 --with-build-time-tools=PATH
c6b750e1 1542 use given path to find target tools during the build
c6b750e1
DJ
1543
1544Some influential environment variables:
1545 CC C compiler command
1546 CFLAGS C compiler flags
1547 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1548 nonstandard directory <lib dir>
81ecdfbb
RW
1549 LIBS libraries to pass to the linker, e.g. -l<library>
1550 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551 you have headers in a nonstandard directory <include dir>
18f6b6ee
PB
1552 CXX C++ compiler command
1553 CXXFLAGS C++ compiler flags
4074d5f2
RW
1554 build_configargs
1555 additional configure arguments for build directories
1556 host_configargs
1557 additional configure arguments for host directories
1558 target_configargs
1559 additional configure arguments for target directories
9a819804
AO
1560 AR AR for the host
1561 AS AS for the host
1562 DLLTOOL DLLTOOL for the host
1563 LD LD for the host
1564 LIPO LIPO for the host
1565 NM NM for the host
1566 RANLIB RANLIB for the host
1567 STRIP STRIP for the host
1568 WINDRES WINDRES for the host
0c24b341 1569 WINDMC WINDMC for the host
9a819804
AO
1570 OBJCOPY OBJCOPY for the host
1571 OBJDUMP OBJDUMP for the host
1572 CC_FOR_TARGET
1573 CC for the target
1574 CXX_FOR_TARGET
1575 CXX for the target
1576 GCC_FOR_TARGET
1577 GCC for the target
1578 GCJ_FOR_TARGET
1579 GCJ for the target
1580 GFORTRAN_FOR_TARGET
1581 GFORTRAN for the target
e552509b
ILT
1582 GOC_FOR_TARGET
1583 GOC for the target
9a819804
AO
1584 AR_FOR_TARGET
1585 AR for the target
1586 AS_FOR_TARGET
1587 AS for the target
1588 DLLTOOL_FOR_TARGET
1589 DLLTOOL for the target
1590 LD_FOR_TARGET
1591 LD for the target
1592 LIPO_FOR_TARGET
1593 LIPO for the target
1594 NM_FOR_TARGET
1595 NM for the target
1596 OBJDUMP_FOR_TARGET
1597 OBJDUMP for the target
1598 RANLIB_FOR_TARGET
1599 RANLIB for the target
1600 STRIP_FOR_TARGET
1601 STRIP for the target
1602 WINDRES_FOR_TARGET
1603 WINDRES for the target
0c24b341
NC
1604 WINDMC_FOR_TARGET
1605 WINDMC for the target
c6b750e1
DJ
1606
1607Use these variables to override the choices made by `configure' or to help
1608it to find libraries and programs with nonstandard names/locations.
1609
81ecdfbb 1610Report bugs to the package provider.
c6b750e1 1611_ACEOF
81ecdfbb 1612ac_status=$?
c6b750e1
DJ
1613fi
1614
1615if test "$ac_init_help" = "recursive"; then
1616 # If there are subdirs, report their specific --help.
c6b750e1 1617 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1618 test -d "$ac_dir" ||
1619 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1620 continue
c6b750e1
DJ
1621 ac_builddir=.
1622
81ecdfbb
RW
1623case "$ac_dir" in
1624.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1625*)
1626 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1627 # A ".." for each directory in $ac_dir_suffix.
1628 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1629 case $ac_top_builddir_sub in
1630 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1631 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1632 esac ;;
1633esac
1634ac_abs_top_builddir=$ac_pwd
1635ac_abs_builddir=$ac_pwd$ac_dir_suffix
1636# for backward compatibility:
1637ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
1638
1639case $srcdir in
81ecdfbb 1640 .) # We are building in place.
c6b750e1 1641 ac_srcdir=.
81ecdfbb
RW
1642 ac_top_srcdir=$ac_top_builddir_sub
1643 ac_abs_top_srcdir=$ac_pwd ;;
1644 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 1645 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1646 ac_top_srcdir=$srcdir
1647 ac_abs_top_srcdir=$srcdir ;;
1648 *) # Relative name.
1649 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1650 ac_top_srcdir=$ac_top_build_prefix$srcdir
1651 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 1652esac
81ecdfbb
RW
1653ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1654
1655 cd "$ac_dir" || { ac_status=$?; continue; }
1656 # Check for guested configure.
1657 if test -f "$ac_srcdir/configure.gnu"; then
1658 echo &&
1659 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1660 elif test -f "$ac_srcdir/configure"; then
1661 echo &&
1662 $SHELL "$ac_srcdir/configure" --help=recursive
c6b750e1 1663 else
81ecdfbb
RW
1664 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1665 fi || ac_status=$?
1666 cd "$ac_pwd" || { ac_status=$?; break; }
c6b750e1
DJ
1667 done
1668fi
1669
81ecdfbb 1670test -n "$ac_init_help" && exit $ac_status
c6b750e1
DJ
1671if $ac_init_version; then
1672 cat <<\_ACEOF
81ecdfbb
RW
1673configure
1674generated by GNU Autoconf 2.64
c6b750e1 1675
81ecdfbb 1676Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
1677This configure script is free software; the Free Software Foundation
1678gives unlimited permission to copy, distribute and modify it.
1679_ACEOF
81ecdfbb 1680 exit
c6b750e1 1681fi
81ecdfbb
RW
1682
1683## ------------------------ ##
1684## Autoconf initialization. ##
1685## ------------------------ ##
1686
1687# ac_fn_c_try_compile LINENO
1688# --------------------------
1689# Try to compile conftest.$ac_ext, and return whether this succeeded.
1690ac_fn_c_try_compile ()
1691{
1692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1693 rm -f conftest.$ac_objext
1694 if { { ac_try="$ac_compile"
1695case "(($ac_try" in
1696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1697 *) ac_try_echo=$ac_try;;
1698esac
1699eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1700$as_echo "$ac_try_echo"; } >&5
1701 (eval "$ac_compile") 2>conftest.err
1702 ac_status=$?
1703 if test -s conftest.err; then
1704 grep -v '^ *+' conftest.err >conftest.er1
1705 cat conftest.er1 >&5
1706 mv -f conftest.er1 conftest.err
1707 fi
1708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709 test $ac_status = 0; } && {
1710 test -z "$ac_c_werror_flag" ||
1711 test ! -s conftest.err
1712 } && test -s conftest.$ac_objext; then :
1713 ac_retval=0
1714else
1715 $as_echo "$as_me: failed program was:" >&5
1716sed 's/^/| /' conftest.$ac_ext >&5
1717
1718 ac_retval=1
1719fi
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 return $ac_retval
1722
1723} # ac_fn_c_try_compile
1724
1725# ac_fn_cxx_try_compile LINENO
1726# ----------------------------
1727# Try to compile conftest.$ac_ext, and return whether this succeeded.
1728ac_fn_cxx_try_compile ()
1729{
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 rm -f conftest.$ac_objext
1732 if { { ac_try="$ac_compile"
1733case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736esac
1737eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738$as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_compile") 2>conftest.err
1740 ac_status=$?
1741 if test -s conftest.err; then
1742 grep -v '^ *+' conftest.err >conftest.er1
1743 cat conftest.er1 >&5
1744 mv -f conftest.er1 conftest.err
1745 fi
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; } && {
1748 test -z "$ac_cxx_werror_flag" ||
1749 test ! -s conftest.err
1750 } && test -s conftest.$ac_objext; then :
1751 ac_retval=0
1752else
1753 $as_echo "$as_me: failed program was:" >&5
1754sed 's/^/| /' conftest.$ac_ext >&5
1755
1756 ac_retval=1
1757fi
1758 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759 return $ac_retval
1760
1761} # ac_fn_cxx_try_compile
1762
1763# ac_fn_c_try_link LINENO
1764# -----------------------
1765# Try to link conftest.$ac_ext, and return whether this succeeded.
1766ac_fn_c_try_link ()
1767{
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 rm -f conftest.$ac_objext conftest$ac_exeext
1770 if { { ac_try="$ac_link"
1771case "(($ac_try" in
1772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773 *) ac_try_echo=$ac_try;;
1774esac
1775eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776$as_echo "$ac_try_echo"; } >&5
1777 (eval "$ac_link") 2>conftest.err
1778 ac_status=$?
1779 if test -s conftest.err; then
1780 grep -v '^ *+' conftest.err >conftest.er1
1781 cat conftest.er1 >&5
1782 mv -f conftest.er1 conftest.err
1783 fi
1784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1785 test $ac_status = 0; } && {
1786 test -z "$ac_c_werror_flag" ||
1787 test ! -s conftest.err
1788 } && test -s conftest$ac_exeext && {
1789 test "$cross_compiling" = yes ||
1790 $as_test_x conftest$ac_exeext
1791 }; then :
1792 ac_retval=0
1793else
1794 $as_echo "$as_me: failed program was:" >&5
1795sed 's/^/| /' conftest.$ac_ext >&5
1796
1797 ac_retval=1
1798fi
1799 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1800 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1801 # interfere with the next link command; also delete a directory that is
1802 # left behind by Apple's compiler. We do this before executing the actions.
1803 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1804 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1805 return $ac_retval
1806
1807} # ac_fn_c_try_link
1808cat >config.log <<_ACEOF
c6b750e1
DJ
1809This file contains any messages produced by compilers while
1810running configure, to aid debugging if configure makes a mistake.
1811
1812It was created by $as_me, which was
81ecdfbb 1813generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
1814
1815 $ $0 $@
1816
1817_ACEOF
81ecdfbb 1818exec 5>>config.log
c6b750e1
DJ
1819{
1820cat <<_ASUNAME
1821## --------- ##
1822## Platform. ##
1823## --------- ##
1824
1825hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1826uname -m = `(uname -m) 2>/dev/null || echo unknown`
1827uname -r = `(uname -r) 2>/dev/null || echo unknown`
1828uname -s = `(uname -s) 2>/dev/null || echo unknown`
1829uname -v = `(uname -v) 2>/dev/null || echo unknown`
1830
1831/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1832/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1833
1834/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1835/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1836/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1837/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
c6b750e1
DJ
1838/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1839/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1840/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1841
1842_ASUNAME
1843
1844as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1845for as_dir in $PATH
1846do
1847 IFS=$as_save_IFS
1848 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1849 $as_echo "PATH: $as_dir"
1850 done
1851IFS=$as_save_IFS
c6b750e1
DJ
1852
1853} >&5
1854
1855cat >&5 <<_ACEOF
1856
1857
1858## ----------- ##
1859## Core tests. ##
1860## ----------- ##
1861
1862_ACEOF
1863
1864
1865# Keep a trace of the command line.
1866# Strip out --no-create and --no-recursion so they do not pile up.
1867# Strip out --silent because we don't want to record it for future runs.
1868# Also quote any args containing shell meta-characters.
1869# Make two passes to allow for proper duplicate-argument suppression.
1870ac_configure_args=
1871ac_configure_args0=
1872ac_configure_args1=
c6b750e1
DJ
1873ac_must_keep_next=false
1874for ac_pass in 1 2
1875do
1876 for ac_arg
1877 do
1878 case $ac_arg in
1879 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1880 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1881 | -silent | --silent | --silen | --sile | --sil)
1882 continue ;;
81ecdfbb
RW
1883 *\'*)
1884 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
1885 esac
1886 case $ac_pass in
81ecdfbb 1887 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
c6b750e1 1888 2)
81ecdfbb 1889 as_fn_append ac_configure_args1 " '$ac_arg'"
c6b750e1
DJ
1890 if test $ac_must_keep_next = true; then
1891 ac_must_keep_next=false # Got value, back to normal.
1892 else
1893 case $ac_arg in
1894 *=* | --config-cache | -C | -disable-* | --disable-* \
1895 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1896 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1897 | -with-* | --with-* | -without-* | --without-* | --x)
1898 case "$ac_configure_args0 " in
1899 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1900 esac
1901 ;;
1902 -* ) ac_must_keep_next=true ;;
1903 esac
1904 fi
81ecdfbb 1905 as_fn_append ac_configure_args " '$ac_arg'"
c6b750e1
DJ
1906 ;;
1907 esac
1908 done
1909done
81ecdfbb
RW
1910{ ac_configure_args0=; unset ac_configure_args0;}
1911{ ac_configure_args1=; unset ac_configure_args1;}
c6b750e1
DJ
1912
1913# When interrupted or exit'd, cleanup temporary files, and complete
1914# config.log. We remove comments because anyway the quotes in there
1915# would cause problems or look ugly.
81ecdfbb
RW
1916# WARNING: Use '\'' to represent an apostrophe within the trap.
1917# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
c6b750e1
DJ
1918trap 'exit_status=$?
1919 # Save into config.log some information that might help in debugging.
1920 {
1921 echo
1922
1923 cat <<\_ASBOX
1924## ---------------- ##
1925## Cache variables. ##
1926## ---------------- ##
1927_ASBOX
1928 echo
1929 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1930(
1931 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1932 eval ac_val=\$$ac_var
1933 case $ac_val in #(
1934 *${as_nl}*)
1935 case $ac_var in #(
1936 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1937$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1938 esac
1939 case $ac_var in #(
1940 _ | IFS | as_nl) ;; #(
1941 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1942 *) { eval $ac_var=; unset $ac_var;} ;;
1943 esac ;;
1944 esac
1945 done
c6b750e1 1946 (set) 2>&1 |
81ecdfbb
RW
1947 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1948 *${as_nl}ac_space=\ *)
c6b750e1 1949 sed -n \
81ecdfbb
RW
1950 "s/'\''/'\''\\\\'\'''\''/g;
1951 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1952 ;; #(
c6b750e1 1953 *)
81ecdfbb 1954 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 1955 ;;
81ecdfbb
RW
1956 esac |
1957 sort
1958)
c6b750e1
DJ
1959 echo
1960
1961 cat <<\_ASBOX
1962## ----------------- ##
1963## Output variables. ##
1964## ----------------- ##
1965_ASBOX
1966 echo
1967 for ac_var in $ac_subst_vars
1968 do
81ecdfbb
RW
1969 eval ac_val=\$$ac_var
1970 case $ac_val in
1971 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1972 esac
1973 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
1974 done | sort
1975 echo
1976
1977 if test -n "$ac_subst_files"; then
1978 cat <<\_ASBOX
81ecdfbb
RW
1979## ------------------- ##
1980## File substitutions. ##
1981## ------------------- ##
c6b750e1
DJ
1982_ASBOX
1983 echo
1984 for ac_var in $ac_subst_files
1985 do
81ecdfbb
RW
1986 eval ac_val=\$$ac_var
1987 case $ac_val in
1988 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1989 esac
1990 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
1991 done | sort
1992 echo
1993 fi
1994
1995 if test -s confdefs.h; then
1996 cat <<\_ASBOX
1997## ----------- ##
1998## confdefs.h. ##
1999## ----------- ##
2000_ASBOX
2001 echo
81ecdfbb 2002 cat confdefs.h
c6b750e1
DJ
2003 echo
2004 fi
2005 test "$ac_signal" != 0 &&
81ecdfbb
RW
2006 $as_echo "$as_me: caught signal $ac_signal"
2007 $as_echo "$as_me: exit $exit_status"
c6b750e1 2008 } >&5
81ecdfbb
RW
2009 rm -f core *.core core.conftest.* &&
2010 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
c6b750e1 2011 exit $exit_status
81ecdfbb 2012' 0
c6b750e1 2013for ac_signal in 1 2 13 15; do
81ecdfbb 2014 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
c6b750e1
DJ
2015done
2016ac_signal=0
2017
2018# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2019rm -f -r conftest* confdefs.h
2020
2021$as_echo "/* confdefs.h */" > confdefs.h
c6b750e1
DJ
2022
2023# Predefined preprocessor variables.
2024
2025cat >>confdefs.h <<_ACEOF
2026#define PACKAGE_NAME "$PACKAGE_NAME"
2027_ACEOF
2028
c6b750e1
DJ
2029cat >>confdefs.h <<_ACEOF
2030#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2031_ACEOF
2032
c6b750e1
DJ
2033cat >>confdefs.h <<_ACEOF
2034#define PACKAGE_VERSION "$PACKAGE_VERSION"
2035_ACEOF
2036
c6b750e1
DJ
2037cat >>confdefs.h <<_ACEOF
2038#define PACKAGE_STRING "$PACKAGE_STRING"
2039_ACEOF
2040
c6b750e1
DJ
2041cat >>confdefs.h <<_ACEOF
2042#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2043_ACEOF
2044
81ecdfbb
RW
2045cat >>confdefs.h <<_ACEOF
2046#define PACKAGE_URL "$PACKAGE_URL"
2047_ACEOF
2048
c6b750e1
DJ
2049
2050# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2051# Prefer an explicitly selected file to automatically selected ones.
2052ac_site_file1=NONE
2053ac_site_file2=NONE
2054if test -n "$CONFIG_SITE"; then
2055 ac_site_file1=$CONFIG_SITE
2056elif test "x$prefix" != xNONE; then
2057 ac_site_file1=$prefix/share/config.site
2058 ac_site_file2=$prefix/etc/config.site
2059else
2060 ac_site_file1=$ac_default_prefix/share/config.site
2061 ac_site_file2=$ac_default_prefix/etc/config.site
a0da8069 2062fi
81ecdfbb
RW
2063for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2064do
2065 test "x$ac_site_file" = xNONE && continue
a0da8069 2066 if test -r "$ac_site_file"; then
81ecdfbb
RW
2067 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2068$as_echo "$as_me: loading site script $ac_site_file" >&6;}
c6b750e1 2069 sed 's/^/| /' "$ac_site_file" >&5
a0da8069
NN
2070 . "$ac_site_file"
2071 fi
2072done
2073
2074if test -r "$cache_file"; then
c6b750e1
DJ
2075 # Some versions of bash will fail to source /dev/null (special
2076 # files actually), so we avoid doing that.
2077 if test -f "$cache_file"; then
81ecdfbb
RW
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2079$as_echo "$as_me: loading cache $cache_file" >&6;}
c6b750e1 2080 case $cache_file in
81ecdfbb
RW
2081 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2082 *) . "./$cache_file";;
c6b750e1
DJ
2083 esac
2084 fi
a0da8069 2085else
81ecdfbb
RW
2086 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2087$as_echo "$as_me: creating cache $cache_file" >&6;}
c6b750e1
DJ
2088 >$cache_file
2089fi
2090
2091# Check that the precious variables saved in the cache have kept the same
2092# value.
2093ac_cache_corrupted=false
81ecdfbb 2094for ac_var in $ac_precious_vars; do
c6b750e1
DJ
2095 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2096 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2097 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2098 eval ac_new_val=\$ac_env_${ac_var}_value
c6b750e1
DJ
2099 case $ac_old_set,$ac_new_set in
2100 set,)
81ecdfbb
RW
2101 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2102$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
c6b750e1
DJ
2103 ac_cache_corrupted=: ;;
2104 ,set)
81ecdfbb
RW
2105 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2106$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
c6b750e1
DJ
2107 ac_cache_corrupted=: ;;
2108 ,);;
2109 *)
2110 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2111 # differences in whitespace do not lead to failure.
2112 ac_old_val_w=`echo x $ac_old_val`
2113 ac_new_val_w=`echo x $ac_new_val`
2114 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2116$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2117 ac_cache_corrupted=:
2118 else
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2120$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2121 eval $ac_var=\$ac_old_val
2122 fi
2123 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2124$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2126$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
c6b750e1
DJ
2127 fi;;
2128 esac
2129 # Pass precious variables to config.status.
2130 if test "$ac_new_set" = set; then
2131 case $ac_new_val in
81ecdfbb 2132 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
2133 *) ac_arg=$ac_var=$ac_new_val ;;
2134 esac
2135 case " $ac_configure_args " in
2136 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2137 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
c6b750e1
DJ
2138 esac
2139 fi
2140done
2141if $ac_cache_corrupted; then
81ecdfbb
RW
2142 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2143$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2145$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2146 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
a0da8069 2147fi
81ecdfbb
RW
2148## -------------------- ##
2149## Main body of script. ##
2150## -------------------- ##
a0da8069
NN
2151
2152ac_ext=c
a0da8069 2153ac_cpp='$CPP $CPPFLAGS'
c6b750e1
DJ
2154ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2155ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2156ac_compiler_gnu=$ac_cv_c_compiler_gnu
2157
2158
2159
2160
c6b750e1
DJ
2161
2162
34a0f3cf 2163
c6b750e1 2164
5b553f7e
RW
2165
2166progname=$0
2167# if PWD already has a value, it is probably wrong.
2168if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2169
2170# Export original configure arguments for use by sub-configures.
2171# Quote arguments with shell meta charatcers.
2172TOPLEVEL_CONFIGURE_ARGUMENTS=
2173set -- "$progname" "$@"
2174for ac_arg
2175do
2176 case "$ac_arg" in
2177 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2178 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2179 # if the argument is of the form -foo=baz, quote the baz part only
2180 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2181 *) ;;
2182 esac
2183 # Add the quoted argument to the list.
2184 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2185done
2186if test "$silent" = yes; then
2187 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2188fi
2189# Remove the initial space we just introduced and, as these will be
2190# expanded by make, quote '$'.
2191TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2192
c6b750e1
DJ
2193
2194# Find the build, host, and target systems.
a0da8069 2195ac_aux_dir=
81ecdfbb
RW
2196for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2197 for ac_t in install-sh install.sh shtool; do
2198 if test -f "$ac_dir/$ac_t"; then
2199 ac_aux_dir=$ac_dir
2200 ac_install_sh="$ac_aux_dir/$ac_t -c"
2201 break 2
2202 fi
2203 done
a0da8069
NN
2204done
2205if test -z "$ac_aux_dir"; then
81ecdfbb 2206 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
a0da8069 2207fi
81ecdfbb
RW
2208
2209# These three variables are undocumented and unsupported,
2210# and are intended to be withdrawn in a future Autoconf release.
2211# They can cause serious problems if a builder's source tree is in a directory
2212# whose full name contains unusual characters.
2213ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2214ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2215ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2216
a0da8069 2217
c6b750e1 2218# Make sure we can run config.sub.
81ecdfbb
RW
2219$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2220 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2221
2222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2223$as_echo_n "checking build system type... " >&6; }
2224if test "${ac_cv_build+set}" = set; then :
2225 $as_echo_n "(cached) " >&6
2226else
2227 ac_build_alias=$build_alias
2228test "x$ac_build_alias" = x &&
2229 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2230test "x$ac_build_alias" = x &&
2231 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2232ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2233 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2234
2235fi
2236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2237$as_echo "$ac_cv_build" >&6; }
2238case $ac_cv_build in
2239*-*-*) ;;
2240*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2241esac
c6b750e1 2242build=$ac_cv_build
81ecdfbb
RW
2243ac_save_IFS=$IFS; IFS='-'
2244set x $ac_cv_build
2245shift
2246build_cpu=$1
2247build_vendor=$2
2248shift; shift
2249# Remember, the first character of IFS is used to create $*,
2250# except with old shells:
2251build_os=$*
2252IFS=$ac_save_IFS
2253case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
a0da8069 2254
a0da8069 2255
c6b750e1
DJ
2256 case ${build_alias} in
2257 "") build_noncanonical=${build} ;;
2258 *) build_noncanonical=${build_alias} ;;
cac3d6c4
CM
2259esac
2260
2261
cac3d6c4 2262
c6b750e1
DJ
2263 case ${host_alias} in
2264 "") host_noncanonical=${build_noncanonical} ;;
2265 *) host_noncanonical=${host_alias} ;;
cac3d6c4
CM
2266esac
2267
cac3d6c4 2268
c6b750e1
DJ
2269
2270 case ${target_alias} in
2271 "") target_noncanonical=${host_noncanonical} ;;
2272 *) target_noncanonical=${target_alias} ;;
cac3d6c4
CM
2273esac
2274
cac3d6c4 2275
c6b750e1
DJ
2276
2277
2278test "$host_noncanonical" = "$target_noncanonical" &&
a0da8069
NN
2279 test "$program_prefix$program_suffix$program_transform_name" = \
2280 NONENONEs,x,x, &&
c6b750e1 2281 program_transform_name=s,y,y,
cac3d6c4 2282
81ecdfbb
RW
2283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2284$as_echo_n "checking host system type... " >&6; }
2285if test "${ac_cv_host+set}" = set; then :
2286 $as_echo_n "(cached) " >&6
cac3d6c4 2287else
81ecdfbb
RW
2288 if test "x$host_alias" = x; then
2289 ac_cv_host=$ac_cv_build
2290else
2291 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2292 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2293fi
c6b750e1
DJ
2294
2295fi
81ecdfbb
RW
2296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2297$as_echo "$ac_cv_host" >&6; }
2298case $ac_cv_host in
2299*-*-*) ;;
2300*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2301esac
c6b750e1 2302host=$ac_cv_host
81ecdfbb
RW
2303ac_save_IFS=$IFS; IFS='-'
2304set x $ac_cv_host
2305shift
2306host_cpu=$1
2307host_vendor=$2
2308shift; shift
2309# Remember, the first character of IFS is used to create $*,
2310# except with old shells:
2311host_os=$*
2312IFS=$ac_save_IFS
2313case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2314
2315
81ecdfbb
RW
2316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2317$as_echo_n "checking target system type... " >&6; }
2318if test "${ac_cv_target+set}" = set; then :
2319 $as_echo_n "(cached) " >&6
c6b750e1 2320else
81ecdfbb
RW
2321 if test "x$target_alias" = x; then
2322 ac_cv_target=$ac_cv_host
2323else
2324 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2325 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2326fi
c6b750e1 2327
cac3d6c4 2328fi
81ecdfbb
RW
2329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2330$as_echo "$ac_cv_target" >&6; }
2331case $ac_cv_target in
2332*-*-*) ;;
2333*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2334esac
c6b750e1 2335target=$ac_cv_target
81ecdfbb
RW
2336ac_save_IFS=$IFS; IFS='-'
2337set x $ac_cv_target
2338shift
2339target_cpu=$1
2340target_vendor=$2
2341shift; shift
2342# Remember, the first character of IFS is used to create $*,
2343# except with old shells:
2344target_os=$*
2345IFS=$ac_save_IFS
2346case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2347
2348
2349# The aliases save the names the user supplied, while $host etc.
2350# will get canonicalized.
2351test -n "$target_alias" &&
2352 test "$program_prefix$program_suffix$program_transform_name" = \
2353 NONENONEs,x,x, &&
2354 program_prefix=${target_alias}-
81ecdfbb 2355
a0da8069 2356test "$program_prefix" != NONE &&
81ecdfbb 2357 program_transform_name="s&^&$program_prefix&;$program_transform_name"
a0da8069
NN
2358# Use a double $ so make ignores it.
2359test "$program_suffix" != NONE &&
81ecdfbb
RW
2360 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2361# Double any \ or $.
c6b750e1 2362# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2363ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2364program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
cac3d6c4 2365
a0da8069
NN
2366
2367
e5c3f801
NN
2368# Get 'install' or 'install-sh' and its variants.
2369# Find a good install program. We prefer a C program (faster),
2370# so one script is as good as another. But avoid the broken or
2371# incompatible versions:
2372# SysV /etc/install, /usr/sbin/install
2373# SunOS /usr/etc/install
2374# IRIX /sbin/install
2375# AIX /bin/install
c6b750e1 2376# AmigaOS /C/install, which installs bootblocks on floppy discs
e5c3f801
NN
2377# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2378# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2379# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
c6b750e1 2380# OS/2's system install, which has a completely different semantic
e5c3f801 2381# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 2382# Reject install programs that cannot install multiple files.
81ecdfbb
RW
2383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2384$as_echo_n "checking for a BSD-compatible install... " >&6; }
e5c3f801 2385if test -z "$INSTALL"; then
81ecdfbb
RW
2386if test "${ac_cv_path_install+set}" = set; then :
2387 $as_echo_n "(cached) " >&6
c6b750e1
DJ
2388else
2389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2390for as_dir in $PATH
2391do
2392 IFS=$as_save_IFS
2393 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2394 # Account for people who put trailing slashes in PATH elements.
2395case $as_dir/ in #((
2396 ./ | .// | /[cC]/* | \
c6b750e1 2397 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 2398 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
c6b750e1
DJ
2399 /usr/ucb/* ) ;;
2400 *)
2401 # OSF1 and SCO ODT 3.0 have their own names for install.
2402 # Don't use installbsd from OSF since it installs stuff as root
2403 # by default.
2404 for ac_prog in ginstall scoinst install; do
2405 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 2406 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
e5c3f801 2407 if test $ac_prog = install &&
c6b750e1 2408 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
e5c3f801
NN
2409 # AIX install. It has an incompatible calling convention.
2410 :
c6b750e1
DJ
2411 elif test $ac_prog = install &&
2412 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2413 # program-specific install script used by HP pwplus--don't use.
2414 :
e5c3f801 2415 else
58c85be7
RW
2416 rm -rf conftest.one conftest.two conftest.dir
2417 echo one > conftest.one
2418 echo two > conftest.two
2419 mkdir conftest.dir
2420 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2421 test -s conftest.one && test -s conftest.two &&
2422 test -s conftest.dir/conftest.one &&
2423 test -s conftest.dir/conftest.two
2424 then
2425 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2426 break 3
2427 fi
e5c3f801
NN
2428 fi
2429 fi
2430 done
c6b750e1
DJ
2431 done
2432 ;;
2433esac
81ecdfbb
RW
2434
2435 done
2436IFS=$as_save_IFS
c6b750e1 2437
58c85be7 2438rm -rf conftest.one conftest.two conftest.dir
e5c3f801
NN
2439
2440fi
2441 if test "${ac_cv_path_install+set}" = set; then
c6b750e1 2442 INSTALL=$ac_cv_path_install
e5c3f801 2443 else
58c85be7
RW
2444 # As a last resort, use the slow shell script. Don't cache a
2445 # value for INSTALL within a source directory, because that will
e5c3f801 2446 # break other packages using the cache if that directory is
58c85be7 2447 # removed, or if the value is a relative name.
c6b750e1 2448 INSTALL=$ac_install_sh
e5c3f801
NN
2449 fi
2450fi
81ecdfbb
RW
2451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2452$as_echo "$INSTALL" >&6; }
e5c3f801
NN
2453
2454# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2455# It thinks the first close brace ends the variable substitution.
2456test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2457
c6b750e1 2458test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
e5c3f801
NN
2459
2460test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2461
81ecdfbb
RW
2462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2463$as_echo_n "checking whether ln works... " >&6; }
2464if test "${acx_cv_prog_LN+set}" = set; then :
2465 $as_echo_n "(cached) " >&6
656fdd47
PB
2466else
2467 rm -f conftestdata_t
2468echo >conftestdata_f
2469if ln conftestdata_f conftestdata_t 2>/dev/null
2470then
2471 acx_cv_prog_LN=ln
2472else
2473 acx_cv_prog_LN=no
2474fi
2475rm -f conftestdata_f conftestdata_t
2476
2477fi
2478if test $acx_cv_prog_LN = no; then
2479 LN="cp"
81ecdfbb
RW
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2481$as_echo "no, using $LN" >&6; }
656fdd47
PB
2482else
2483 LN="$acx_cv_prog_LN"
81ecdfbb
RW
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2485$as_echo "yes" >&6; }
656fdd47
PB
2486fi
2487
81ecdfbb
RW
2488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2489$as_echo_n "checking whether ln -s works... " >&6; }
c6b750e1
DJ
2490LN_S=$as_ln_s
2491if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2493$as_echo "yes" >&6; }
cac3d6c4 2494else
81ecdfbb
RW
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2496$as_echo "no, using $LN_S" >&6; }
dfdffa2c
PB
2497fi
2498
8e957354
PB
2499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2500$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2501if test "${ac_cv_path_SED+set}" = set; then :
2502 $as_echo_n "(cached) " >&6
2503else
2504 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2505 for ac_i in 1 2 3 4 5 6 7; do
2506 ac_script="$ac_script$as_nl$ac_script"
2507 done
2508 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2509 { ac_script=; unset ac_script;}
2510 if test -z "$SED"; then
2511 ac_path_SED_found=false
2512 # Loop through the user's path and test for each of PROGNAME-LIST
2513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2514for as_dir in $PATH
2515do
2516 IFS=$as_save_IFS
2517 test -z "$as_dir" && as_dir=.
2518 for ac_prog in sed gsed; do
2519 for ac_exec_ext in '' $ac_executable_extensions; do
2520 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2521 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2522# Check for GNU ac_path_SED and select it if it is found.
2523 # Check for GNU $ac_path_SED
2524case `"$ac_path_SED" --version 2>&1` in
2525*GNU*)
2526 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2527*)
2528 ac_count=0
2529 $as_echo_n 0123456789 >"conftest.in"
2530 while :
2531 do
2532 cat "conftest.in" "conftest.in" >"conftest.tmp"
2533 mv "conftest.tmp" "conftest.in"
2534 cp "conftest.in" "conftest.nl"
2535 $as_echo '' >> "conftest.nl"
2536 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2537 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2538 as_fn_arith $ac_count + 1 && ac_count=$as_val
2539 if test $ac_count -gt ${ac_path_SED_max-0}; then
2540 # Best one so far, save it but keep looking for a better one
2541 ac_cv_path_SED="$ac_path_SED"
2542 ac_path_SED_max=$ac_count
2543 fi
2544 # 10*(2^10) chars as input seems more than enough
2545 test $ac_count -gt 10 && break
2546 done
2547 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2548esac
2549
2550 $ac_path_SED_found && break 3
2551 done
2552 done
2553 done
2554IFS=$as_save_IFS
2555 if test -z "$ac_cv_path_SED"; then
2556 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2557 fi
2558else
2559 ac_cv_path_SED=$SED
2560fi
2561
2562fi
2563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2564$as_echo "$ac_cv_path_SED" >&6; }
2565 SED="$ac_cv_path_SED"
2566 rm -f conftest.sed
2567
2568for ac_prog in gawk mawk nawk awk
2569do
2570 # Extract the first word of "$ac_prog", so it can be a program name with args.
2571set dummy $ac_prog; ac_word=$2
2572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2573$as_echo_n "checking for $ac_word... " >&6; }
2574if test "${ac_cv_prog_AWK+set}" = set; then :
2575 $as_echo_n "(cached) " >&6
2576else
2577 if test -n "$AWK"; then
2578 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2579else
2580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2581for as_dir in $PATH
2582do
2583 IFS=$as_save_IFS
2584 test -z "$as_dir" && as_dir=.
2585 for ac_exec_ext in '' $ac_executable_extensions; do
2586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2587 ac_cv_prog_AWK="$ac_prog"
2588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2589 break 2
2590 fi
2591done
2592 done
2593IFS=$as_save_IFS
2594
2595fi
2596fi
2597AWK=$ac_cv_prog_AWK
2598if test -n "$AWK"; then
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2600$as_echo "$AWK" >&6; }
2601else
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2603$as_echo "no" >&6; }
2604fi
2605
2606
2607 test -n "$AWK" && break
2608done
2609
e5c3f801 2610
252b5132 2611### we might need to use some other shell than /bin/sh for running subshells
252b5132
RH
2612### If we are on Windows, search for the shell. This will permit people
2613### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
2614### without also having to set CONFIG_SHELL. This code will work when
2615### using bash, which sets OSTYPE.
2616case "${OSTYPE}" in
2617*win32*)
a0da8069
NN
2618 if test x${CONFIG_SHELL} = x ; then
2619 if test ! -f /bin/sh ; then
2620 if test x${SHELL} != x && test -f ${SHELL} ; then
252b5132
RH
2621 CONFIG_SHELL=${SHELL}
2622 export CONFIG_SHELL
2623 else
2624 for prog in sh sh.exe bash bash.exe; do
2625 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
2626 for dir in $PATH; do
2627 test -z "$dir" && dir=.
2628 if test -f $dir/$prog; then
2629 CONFIG_SHELL=$dir/$prog
2630 export CONFIG_SHELL
2631 break
2632 fi
2633 done
2634 IFS="$save_ifs"
2635 test -n "${CONFIG_SHELL}" && break
2636 done
2637 fi
2638 fi
2639 fi
2640 ;;
2641esac
2642
2643config_shell=${CONFIG_SHELL-/bin/sh}
2644
a0da8069 2645moveifchange=${srcdir}/move-if-change
252b5132 2646
0fdbe983
DJ
2647srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2648
2649# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2650# a relative path.
2651if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2652 INSTALL="${srcpwd}/install-sh -c"
2653fi
2654
a0da8069
NN
2655# Set srcdir to "." if that's what it is.
2656# This is important for multilib support.
2657pwd=`${PWDCMD-pwd}`
a0da8069
NN
2658if test "${pwd}" = "${srcpwd}" ; then
2659 srcdir=.
252b5132
RH
2660fi
2661
a0da8069 2662topsrcdir=$srcpwd
252b5132 2663
a0da8069 2664extra_host_args=
afefada0 2665
a0da8069
NN
2666### To add a new directory to the tree, first choose whether it is a target
2667### or a host dependent tool. Then put it into the appropriate list
2668### (library or tools, host or target), doing a dependency sort.
252b5132 2669
c6b750e1 2670# Subdirs will be configured in the order listed in build_configdirs,
a0da8069 2671# configdirs, or target_configdirs; see the serialization section below.
252b5132 2672
c6b750e1
DJ
2673# Dependency sorting is only needed when *configuration* must be done in
2674# a particular order. In all cases a dependency should be specified in
a0da8069 2675# the Makefile, whether or not it's implicitly specified here.
252b5132 2676
a0da8069
NN
2677# Double entries in build_configdirs, configdirs, or target_configdirs may
2678# cause circular dependencies and break everything horribly.
252b5132 2679
6a9cf61e
PB
2680# these library is used by various programs built for the build
2681# environment
2682#
2683build_libs="build-libiberty"
2684
2685# these tools are built for the build environment
ee025550 2686build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
6a9cf61e 2687
a0da8069
NN
2688# these libraries are used by various programs built for the host environment
2689#
1f53ca9a 2690host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libelf libiconv"
a0da8069 2691
a0da8069
NN
2692# these tools are built for the host environment
2693# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2694# know that we are building the simulator.
2695# binutils, gas and ld appear in that order because it makes sense to run
2696# "make check" in that particular order.
e6de499b 2697# If --enable-gold is used, "gold" may replace "ld".
f9806fa5 2698host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
a0da8069
NN
2699
2700# libgcj represents the runtime libraries only used by gcj.
2701libgcj="target-libffi \
a0da8069
NN
2702 target-zlib \
2703 target-qthreads \
2704 target-libjava"
2705
2706# these libraries are built for the target environment, and are built after
2707# the host libraries and the host tools (which may be a cross compiler)
2708#
b1299c4e
DJ
2709target_libraries="target-libgcc \
2710 target-libiberty \
a0da8069
NN
2711 target-libgloss \
2712 target-newlib \
cff87f51 2713 target-libgomp \
b9459e83 2714 target-libstdc++-v3 \
4b1cb4fe 2715 target-libmudflap \
bb780410 2716 target-libssp \
e552509b 2717 target-libquadmath \
4b1cb4fe 2718 target-libgfortran \
4f0ef2d8 2719 target-boehm-gc \
83326456 2720 ${libgcj} \
a2592b1b 2721 target-libobjc \
e552509b
ILT
2722 target-libada \
2723 target-libgo"
a0da8069 2724
9c14acb8
NN
2725# these tools are built using the target libraries, and are intended to
2726# run only in the target environment
a0da8069 2727#
9c14acb8 2728# note: any program that *uses* libraries that are in the "target_libraries"
a0da8069
NN
2729# list belongs in this list. those programs are also very likely
2730# candidates for the "native_only" list which follows
2731#
a3dd767d 2732target_tools="target-examples target-groff target-gperf target-rda"
252b5132 2733
a0da8069 2734################################################################################
252b5132 2735
a0da8069
NN
2736## All tools belong in one of the four categories, and are assigned above
2737## We assign ${configdirs} this way to remove all embedded newlines. This
2738## is important because configure will choke if they ever get through.
2739## ${configdirs} is directories we build using the host tools.
2740## ${target_configdirs} is directories we build using the target tools.
a0da8069 2741configdirs=`echo ${host_libs} ${host_tools}`
9c14acb8 2742target_configdirs=`echo ${target_libraries} ${target_tools}`
ee025550 2743build_configdirs=`echo ${build_libs} ${build_tools}`
dd12c3a8 2744
9cc8ae67
PB
2745
2746
a0da8069 2747################################################################################
252b5132 2748
a0da8069 2749srcname="gnu development package"
252b5132 2750
a0da8069
NN
2751# This gets set non-empty for some net releases of packages.
2752appdirs=""
252b5132 2753
a0da8069
NN
2754# Define is_cross_compiler to save on calls to 'test'.
2755is_cross_compiler=
2756if test x"${host}" = x"${target}" ; then
2757 is_cross_compiler=no
252b5132 2758else
a0da8069 2759 is_cross_compiler=yes
c6b750e1 2760fi
252b5132 2761
9175bfc0 2762# Find the build and target subdir names.
dd12c3a8 2763
66a79c16
DJ
2764# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2765# have matching libraries, they should use host libraries: Makefile.tpl
2766# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2767# However, they still use the build modules, because the corresponding
2768# host modules (e.g. bison) are only built for the host when bootstrap
2769# finishes. So:
2770# - build_subdir is where we find build modules, and never changes.
2771# - build_libsubdir is where we find build libraries, and can be overridden.
2772
2773# Prefix 'build-' so this never conflicts with target_subdir.
dd12c3a8 2774build_subdir="build-${build_noncanonical}"
c6b750e1 2775
81ecdfbb
RW
2776# Check whether --with-build-libsubdir was given.
2777if test "${with_build_libsubdir+set}" = set; then :
2778 withval=$with_build_libsubdir; build_libsubdir="$withval"
66a79c16
DJ
2779else
2780 build_libsubdir="$build_subdir"
81ecdfbb
RW
2781fi
2782
b00612cc
PB
2783# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2784if ( test $srcdir = . && test -d gcc ) \
2785 || test -d $srcdir/../host-${host_noncanonical}; then
2786 host_subdir="host-${host_noncanonical}"
2787else
2788 host_subdir=.
2789fi
dd12c3a8
NN
2790# No prefix.
2791target_subdir=${target_noncanonical}
c6b750e1 2792
2fd0b40b
RW
2793# Be sure to cover against remnants of an in-tree build.
2794if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2795 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2796Use a pristine source tree when building in a separate tree" "$LINENO" 5
2797fi
252b5132 2798
a0da8069
NN
2799# Skipdirs are removed silently.
2800skipdirs=
2801# Noconfigdirs are removed loudly.
2802noconfigdirs=""
252b5132 2803
a0da8069
NN
2804use_gnu_ld=
2805# Make sure we don't let GNU ld be added if we didn't want it.
2806if test x$with_gnu_ld = xno ; then
2807 use_gnu_ld=no
93f9b408 2808 noconfigdirs="$noconfigdirs ld gold"
252b5132
RH
2809fi
2810
a0da8069
NN
2811use_gnu_as=
2812# Make sure we don't let GNU as be added if we didn't want it.
2813if test x$with_gnu_as = xno ; then
2814 use_gnu_as=no
2815 noconfigdirs="$noconfigdirs gas"
252b5132
RH
2816fi
2817
700d40ca
ILT
2818use_included_zlib=
2819# Make sure we don't let ZLIB be added if we didn't want it.
2820if test x$with_system_zlib = xyes ; then
2821 use_included_zlib=no
2822 noconfigdirs="$noconfigdirs zlib"
2823fi
2824
c6b750e1 2825# some tools are so dependent upon X11 that if we're not building with X,
a0da8069 2826# it's not even worth trying to configure, much less build, that tool.
252b5132 2827
a0da8069
NN
2828case ${with_x} in
2829 yes | "") ;; # the default value for this tree is that X11 is available
2830 no)
675c6968 2831 skipdirs="${skipdirs} tk itcl libgui"
a0da8069 2832 # We won't be able to build gdbtk without X.
c6b750e1 2833 enable_gdbtk=no
a0da8069
NN
2834 ;;
2835 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2836esac
252b5132 2837
a0da8069 2838# Some tools are only suitable for building in a "native" situation.
c6b750e1 2839# Remove these if host!=target.
701628f5 2840native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
252b5132 2841
a0da8069
NN
2842# Similarly, some are only suitable for cross toolchains.
2843# Remove these if host=target.
2844cross_only="target-libgloss target-newlib target-opcodes"
2845
2846case $is_cross_compiler in
2847 no) skipdirs="${skipdirs} ${cross_only}" ;;
2848 yes) skipdirs="${skipdirs} ${native_only}" ;;
2849esac
252b5132 2850
a0da8069
NN
2851# If both --with-headers and --with-libs are specified, default to
2852# --without-newlib.
32be62b5
RS
2853if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2854 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
a0da8069
NN
2855 if test x"${with_newlib}" = x ; then
2856 with_newlib=no
2857 fi
252b5132
RH
2858fi
2859
a0da8069
NN
2860# Recognize --with-newlib/--without-newlib.
2861case ${with_newlib} in
2862 no) skipdirs="${skipdirs} target-newlib" ;;
2863 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2864esac
252b5132 2865
c7791212
NC
2866# Handle --enable-gold, --enable-ld.
2867# --disable-gold [--enable-ld]
2868# Build only ld. Default option.
d3b50760
L
2869# --enable-gold [--enable-ld]
2870# Build both gold and ld. Install gold as "ld.gold", install ld
2871# as "ld.bfd" and "ld".
2872# --enable-gold=default [--enable-ld]
c7791212
NC
2873# Build both gold and ld. Install gold as "ld.gold" and "ld",
2874# install ld as "ld.bfd".
2875# --enable-gold[=default] --disable-ld
2876# Build only gold, which is then installed as both "ld.gold" and "ld".
2877# --enable-gold --enable-ld=default
d3b50760
L
2878# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2879# and ld.bfd).
c7791212
NC
2880# In other words, ld is default
2881# --enable-gold=default --enable-ld=default
2882# Error.
2883
2884default_ld=
81ecdfbb
RW
2885# Check whether --enable-gold was given.
2886if test "${enable_gold+set}" = set; then :
2887 enableval=$enable_gold; ENABLE_GOLD=$enableval
93f9b408
ILT
2888else
2889 ENABLE_GOLD=no
81ecdfbb
RW
2890fi
2891
c7791212
NC
2892case "${ENABLE_GOLD}" in
2893 yes|default)
e6de499b
NC
2894 # Check for ELF target.
2895 is_elf=no
2896 case "${target}" in
2897 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2898 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2899 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
2900 case "${target}" in
2901 *-*-linux*aout* | *-*-linux*oldld*)
2902 ;;
2903 *)
2904 is_elf=yes
2905 ;;
2906 esac
2907 esac
2908
2909 if test "$is_elf" = "yes"; then
2910 # Check for target supported by gold.
93f9b408 2911 case "${target}" in
e6de499b 2912 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
c7791212
NC
2913 configdirs="$configdirs gold"
2914 if test x${ENABLE_GOLD} = xdefault; then
2915 default_ld=gold
2916 fi
e6de499b 2917 ENABLE_GOLD=yes
93f9b408
ILT
2918 ;;
2919 esac
e6de499b
NC
2920 fi
2921 ;;
2922 no)
2923 ;;
2924 *)
2925 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2926 ;;
c7791212
NC
2927esac
2928
2929# Check whether --enable-ld was given.
2930if test "${enable_ld+set}" = set; then :
2931 enableval=$enable_ld; ENABLE_LD=$enableval
2932else
2933 ENABLE_LD=yes
2934fi
2935
2936
2937case "${ENABLE_LD}" in
2938 default)
d3b50760 2939 if test x${default_ld} != x; then
c7791212
NC
2940 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2941 fi
2942 ;;
2943 yes)
2944 ;;
2945 no)
2946 if test x${ENABLE_GOLD} != xyes; then
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2948$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2949 fi
2950 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2951 ;;
2952 *)
2953 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2954 ;;
2955esac
93f9b408 2956
a0da8069 2957# Configure extra directories which are host specific
252b5132 2958
a0da8069
NN
2959case "${host}" in
2960 *-cygwin*)
2961 configdirs="$configdirs libtermcap" ;;
2962esac
252b5132 2963
59f7ec45
HPN
2964# A target can indicate whether a language isn't supported for some reason.
2965# Only spaces may be used in this macro; not newlines or tabs.
2966unsupported_languages=
2967
c6b750e1 2968# Remove more programs from consideration, based on the host or
a0da8069
NN
2969# target this usually means that a port of the program doesn't
2970# exist yet.
252b5132 2971
a0da8069
NN
2972case "${host}" in
2973 hppa*64*-*-*)
2974 noconfigdirs="$noconfigdirs byacc"
2975 ;;
ec11bdc6 2976 i[3456789]86-*-vsta)
675c6968 2977 noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
a0da8069 2978 ;;
ec11bdc6 2979 i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*)
675c6968 2980 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
bba45b8b 2981 ;;
2d1e8239
NC
2982 x86_64-*-mingw*)
2983 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2984 ;;
ec11bdc6 2985 i[3456789]86-*-mingw32*)
675c6968 2986 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
45055374 2987 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
bba45b8b 2988 ;;
ec11bdc6 2989 i[3456789]86-*-beos*)
675c6968 2990 noconfigdirs="$noconfigdirs tk itcl libgui gdb"
bba45b8b 2991 ;;
a0da8069 2992 *-*-cygwin*)
a92834c8 2993 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
a0da8069
NN
2994 ;;
2995 *-*-netbsd*)
a92834c8 2996 noconfigdirs="$noconfigdirs rcs"
a0da8069
NN
2997 ;;
2998 ppc*-*-pe)
675c6968 2999 noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
a0da8069
NN
3000 ;;
3001 powerpc-*-beos*)
675c6968 3002 noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
a0da8069 3003 ;;
a0da8069 3004esac
252b5132 3005
4b1cb4fe 3006
89a1e9c3
PB
3007# Check whether --enable-libquadmath was given.
3008if test "${enable_libquadmath+set}" = set; then :
3009 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3010else
3011 ENABLE_LIBQUADMATH=yes
3012fi
3013
3014if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3015 noconfigdirs="$noconfigdirs target-libquadmath"
3016fi
3017
3018
3019# Check whether --enable-libquadmath-support was given.
3020if test "${enable_libquadmath_support+set}" = set; then :
3021 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3022else
3023 ENABLE_LIBQUADMATH_SUPPORT=yes
3024fi
3025
3026enable_libquadmath_support=
3027if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3028 enable_libquadmath_support=no
3029fi
3030
3031
81ecdfbb
RW
3032# Check whether --enable-libada was given.
3033if test "${enable_libada+set}" = set; then :
3034 enableval=$enable_libada; ENABLE_LIBADA=$enableval
a2592b1b
DD
3035else
3036 ENABLE_LIBADA=yes
81ecdfbb
RW
3037fi
3038
a2592b1b 3039if test "${ENABLE_LIBADA}" != "yes" ; then
b00612cc 3040 noconfigdirs="$noconfigdirs gnattools"
a2592b1b
DD
3041fi
3042
81ecdfbb
RW
3043# Check whether --enable-libssp was given.
3044if test "${enable_libssp+set}" = set; then :
3045 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
5f128533
KH
3046else
3047 ENABLE_LIBSSP=yes
81ecdfbb
RW
3048fi
3049
5f128533 3050
a0da8069
NN
3051# Save it here so that, even in case of --enable-libgcj, if the Java
3052# front-end isn't enabled, we still get libgcj disabled.
3053libgcj_saved=$libgcj
3054case $enable_libgcj in
3055yes)
3056 # If we reset it here, it won't get added to noconfigdirs in the
3057 # target-specific build rules, so it will be forcibly enabled
3058 # (unless the Java language itself isn't enabled).
3059 libgcj=
3060 ;;
3061no)
3062 # Make sure we get it printed in the list of not supported target libs.
9e1a94f4
ILT
3063 # Don't disable libffi, though, other languages use it.
3064 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
33d23ee8
ILT
3065 # Clear libgcj_saved so that even if java is enabled libffi won't be
3066 # built.
3067 libgcj_saved=
a0da8069
NN
3068 ;;
3069esac
252b5132 3070
4b1cb4fe 3071
a6df5a19
PB
3072# Disable libmudflap on some systems.
3073if test x$enable_libmudflap = x ; then
3e707e94 3074 case "${target}" in
29383458 3075 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3d6dfe0f 3076 # Enable libmudflap by default in GNU and friends.
3e707e94
PB
3077 ;;
3078 *-*-freebsd*)
3079 # Enable libmudflap by default in FreeBSD.
3080 ;;
3081 *)
3082 # Disable it by default everywhere else.
3083 noconfigdirs="$noconfigdirs target-libmudflap"
3084 ;;
3085 esac
a6df5a19 3086fi
4b1cb4fe 3087
a6df5a19
PB
3088# Disable libgomp on non POSIX hosted systems.
3089if test x$enable_libgomp = x ; then
b3ded179
PB
3090 # Enable libgomp by default on hosted POSIX systems.
3091 case "${target}" in
29383458 3092 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
b3ded179
PB
3093 ;;
3094 *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
3095 ;;
64ce424c 3096 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
b3ded179
PB
3097 ;;
3098 *-*-darwin* | *-*-aix*)
3099 ;;
3100 *)
3101 noconfigdirs="$noconfigdirs target-libgomp"
3102 ;;
3103 esac
a6df5a19 3104fi
b3ded179 3105
691bb5a1
DD
3106# Default libgloss CPU subdirectory.
3107libgloss_dir="$target_cpu"
4b1cb4fe 3108
a0da8069
NN
3109case "${target}" in
3110 *-*-chorusos)
54d1c879 3111 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3112 ;;
24741ab2 3113 powerpc-*-darwin*)
9d39db92 3114 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3115 noconfigdirs="$noconfigdirs sim target-rda"
652dec25 3116 ;;
85bd1942
TG
3117 i[3456789]86-*-darwin*)
3118 noconfigdirs="$noconfigdirs ld gprof"
3119 noconfigdirs="$noconfigdirs sim target-rda"
3120 ;;
e8a5fa9c 3121 x86_64-*-darwin[912]*)
652dec25
TG
3122 noconfigdirs="$noconfigdirs ld gas gprof"
3123 noconfigdirs="$noconfigdirs sim target-rda"
b3f16a9b 3124 ;;
04d1ab34 3125 *-*-darwin*)
d320aacb 3126 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3127 noconfigdirs="$noconfigdirs sim target-rda"
54d1c879 3128 noconfigdirs="$noconfigdirs ${libgcj}"
04d1ab34 3129 ;;
a0da8069 3130 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
54d1c879 3131 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3132 ;;
de0b4a87 3133 *-*-freebsd*)
4b1cb4fe
DD
3134 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3135 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3136 && test -f /usr/local/include/gmp.h; then
3137 with_gmp=/usr/local
3138 fi
3139
3140 # Skip some stuff that's unsupported on some FreeBSD configurations.
3141 case "${target}" in
3142 i*86-*-*) ;;
3143 alpha*-*-*) ;;
143754cd 3144 x86_64-*-*) ;;
4b1cb4fe 3145 *)
54d1c879 3146 noconfigdirs="$noconfigdirs ${libgcj}"
4b1cb4fe
DD
3147 ;;
3148 esac
3149 ;;
f8a495c8
NC
3150 *-*-kaos*)
3151 # Remove unsupported stuff on all kaOS configurations.
54d1c879 3152 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
f8a495c8
NC
3153 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
3154 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3155 noconfigdirs="$noconfigdirs target-libgloss"
3156 ;;
a0da8069
NN
3157 *-*-netbsd*)
3158 # Skip some stuff on all NetBSD configurations.
3159 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3160
3161 # Skip some stuff that's unsupported on some NetBSD configurations.
3162 case "${target}" in
3163 i*86-*-netbsdelf*) ;;
5b474aa8 3164 arm*-*-netbsdelf*) ;;
a0da8069 3165 *)
54d1c879 3166 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3167 ;;
3168 esac
3169 ;;
2a3124ca 3170 *-*-netware*)
54d1c879 3171 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
a0da8069
NN
3172 ;;
3173 *-*-rtems*)
a009f2e7 3174 skipdirs="${skipdirs} target-libiberty"
54d1c879 3175 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3176 ;;
1587117a
EC
3177 # The tpf target doesn't support gdb yet.
3178 *-*-tpf*)
54d1c879 3179 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
1587117a 3180 ;;
c1968181 3181 *-*-uclinux*)
54d1c879 3182 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
c1968181 3183 ;;
a0da8069 3184 *-*-vxworks*)
54d1c879 3185 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
a0da8069
NN
3186 ;;
3187 alpha*-dec-osf*)
3188 # ld works, but does not support shared libraries.
3189 # newlib is not 64 bit ready. I'm not sure about fileutils.
3190 # gas doesn't generate exception information.
3191 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3192 ;;
3193 alpha*-*-*vms*)
d594eacc 3194 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
a0da8069
NN
3195 ;;
3196 alpha*-*-linux*)
3197 # newlib is not 64 bit ready
3198 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3199 ;;
a0da8069
NN
3200 alpha*-*-*)
3201 # newlib is not 64 bit ready
54d1c879 3202 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3203 ;;
4a18bd6b 3204 am33_2.0-*-linux*)
54d1c879 3205 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
4a18bd6b 3206 ;;
a0da8069 3207 sh-*-linux*)
54d1c879 3208 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
c6b750e1 3209 ;;
a0da8069 3210 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
54d1c879 3211 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3212 noconfigdirs="$noconfigdirs target-examples"
3213 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
675c6968 3214 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
a0da8069
NN
3215 noconfigdirs="$noconfigdirs expect dejagnu"
3216 # the C++ libraries don't build on top of CE's C libraries
b9459e83 3217 noconfigdirs="$noconfigdirs target-libstdc++-v3"
a0da8069
NN
3218 noconfigdirs="$noconfigdirs target-newlib"
3219 case "${host}" in
3220 *-*-cygwin*) ;; # keep gdb and readline
b9459e83 3221 *) noconfigdirs="$noconfigdirs gdb readline"
a0da8069
NN
3222 ;;
3223 esac
691bb5a1 3224 libgloss_dir=wince
a0da8069
NN
3225 ;;
3226 arc-*-*)
782cb41f 3227 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3228 ;;
3229 arm-*-coff | strongarm-*-coff | xscale-*-coff)
54d1c879 3230 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3231 libgloss_dir=arm
a0da8069 3232 ;;
11b04d1f 3233 arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
a0da8069 3234 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
691bb5a1 3235 libgloss_dir=arm
a0da8069 3236 ;;
bd70a46f 3237 arm*-*-linux-gnueabi)
6d18b86b 3238 noconfigdirs="$noconfigdirs target-qthreads"
a5b3b4dd
DD
3239 case ${with_newlib} in
3240 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3241 esac
691bb5a1 3242 libgloss_dir=arm
bd70a46f 3243 ;;
df4a6958 3244 arm*-*-symbianelf*)
54d1c879 3245 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
691bb5a1 3246 libgloss_dir=arm
df4a6958 3247 ;;
a0da8069 3248 arm-*-pe*)
54d1c879 3249 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3250 ;;
a0da8069 3251 thumb-*-coff)
54d1c879 3252 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3253 ;;
3254 thumb-*-elf)
54d1c879 3255 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3256 ;;
a0da8069 3257 thumb-*-pe)
54d1c879 3258 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3259 ;;
3260 arm-*-riscix*)
54d1c879 3261 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
a0da8069
NN
3262 ;;
3263 avr-*-*)
266df637 3264 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
a0da8069 3265 ;;
376a0e54 3266 bfin-*-*)
df51e4e1 3267 unsupported_languages="$unsupported_languages java"
7837304f 3268 noconfigdirs="$noconfigdirs target-boehm-gc"
3cf3372e 3269 if test x${is_cross_compiler} != xno ; then
376a0e54
CM
3270 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3271 fi
3272 ;;
a0da8069 3273 c4x-*-* | tic4x-*-*)
54d1c879 3274 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069
NN
3275 ;;
3276 c54x*-*-* | tic54x-*-*)
54d1c879 3277 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
a0da8069 3278 ;;
52310858
NC
3279 cr16-*-*)
3280 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3281 ;;
c7e66c6d 3282 cris-*-* | crisv32-*-*)
59f7ec45 3283 unsupported_languages="$unsupported_languages java"
c7e66c6d 3284 case "${target}" in
2faa2958 3285 *-*-aout)
096f7d00 3286 unsupported_languages="$unsupported_languages fortran"
59f7ec45 3287 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
d357cef7
HPN
3288 *-*-elf) # See PR46792 regarding target-libffi.
3289 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
2faa2958 3290 *-*-linux*)
5e818318 3291 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
c7e66c6d 3292 *)
096f7d00 3293 unsupported_languages="$unsupported_languages fortran"
54d1c879 3294 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
c7e66c6d 3295 esac
691bb5a1 3296 libgloss_dir=cris
a0da8069
NN
3297 ;;
3298 d10v-*-*)
54d1c879 3299 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069
NN
3300 ;;
3301 d30v-*-*)
54d1c879 3302 noconfigdirs="$noconfigdirs ${libgcj} gdb"
a0da8069 3303 ;;
691bb5a1
DD
3304 ep9312-*-elf | ep9312-*-coff)
3305 libgloss_dir=arm
3306 ;;
a0da8069 3307 fr30-*-elf*)
54d1c879 3308 noconfigdirs="$noconfigdirs ${libgcj} gdb"
a0da8069
NN
3309 ;;
3310 frv-*-*)
54d1c879 3311 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3312 ;;
20135e4c
NC
3313 moxie-*-*)
3314 noconfigdirs="$noconfigdirs ${libgcj}"
3315 noconfigdirs="$noconfigdirs gprof"
3316 ;;
a0da8069 3317 h8300*-*-*)
54d1c879 3318 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3319 ;;
3320 h8500-*-*)
54d1c879 3321 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069 3322 ;;
caeba88f 3323 hppa1.1-*-osf* | hppa1.1-*-bsd* )
caeba88f 3324 ;;
a0da8069
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 ;;
f0ff0f90 3331 hppa*-*-linux*)
5dcac624 3332 ;;
a0da8069 3333 hppa*-*-*elf* | \
a0da8069
NN
3334 hppa*-*-lites* | \
3335 hppa*-*-openbsd* | \
3336 hppa*64*-*-*)
54d1c879 3337 noconfigdirs="$noconfigdirs ${libgcj}"
4f0ef2d8
CD
3338 ;;
3339 hppa*-hp-hpux11*)
3340 noconfigdirs="$noconfigdirs ld shellutils"
a0da8069 3341 ;;
691bb5a1
DD
3342 hppa*-*-pro*)
3343 libgloss_dir=pa
3344 ;;
a0da8069
NN
3345 hppa*-*-*)
3346 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3347 # build on HP-UX 10.20.
54d1c879 3348 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
a0da8069 3349 ;;
b07c2aad 3350 i960-*-*)
54d1c879 3351 noconfigdirs="$noconfigdirs ${libgcj} gdb"
b07c2aad 3352 ;;
a0da8069
NN
3353 ia64*-*-elf*)
3354 # No gdb support yet.
675c6968 3355 noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
a0da8069
NN
3356 ;;
3357 ia64*-**-hpux*)
92c9a463
JB
3358 # No ld support yet.
3359 noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
a0da8069 3360 ;;
19e99079
NC
3361 ia64*-*-*vms*)
3362 # No gdb or ld support yet.
3363 noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3364 ;;
ec11bdc6 3365 i[3456789]86-*-coff | i[3456789]86-*-elf)
54d1c879 3366 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3367 libgloss_dir=i386
a0da8069 3368 ;;
ec11bdc6 3369 i[3456789]86-*-linux*)
a0da8069
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*)
54d1c879 3374 noconfigdirs="$noconfigdirs ${libgcj}";;
a0da8069
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
bba45b8b 3380 noconfigdirs="$noconfigdirs target-newlib"
a0da8069
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 ;;
1f53ca9a
AO
3388 i[3456789]86-w64-mingw*)
3389 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3390 ;;
3391 i[3456789]86-*-mingw*)
45055374
CV
3392 target_configdirs="$target_configdirs target-winsup"
3393 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
c6b750e1 3394 ;;
2d1e8239 3395 x86_64-*-mingw*)
2d1e8239 3396 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
c6b750e1 3397 ;;
a0da8069
NN
3398 *-*-cygwin*)
3399 target_configdirs="$target_configdirs target-libtermcap target-winsup"
e8a5fa9c 3400 noconfigdirs="$noconfigdirs target-gperf target-libgloss"
b76d7de0 3401 # always build newlib if winsup directory is present.
45055374 3402 if test -d "$srcdir/winsup/cygwin"; then
b76d7de0 3403 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ac0fa625 3404 elif test -d "$srcdir/newlib"; then
45055374 3405 echo "Warning: winsup/cygwin is missing so newlib can't be built."
b76d7de0 3406 fi
c6b750e1 3407 ;;
f0ff0f90 3408 i[3456789]86-*-interix* )
caeba88f 3409 ;;
ec11bdc6 3410 i[3456789]86-*-pe)
782cb41f 3411 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3412 ;;
ec11bdc6 3413 i[3456789]86-*-sco3.2v5*)
a0da8069
NN
3414 # The linker does not yet know about weak symbols in COFF,
3415 # and is not configured to handle mixed ELF and COFF.
54d1c879 3416 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
a0da8069 3417 ;;
ec11bdc6 3418 i[3456789]86-*-sco*)
54d1c879 3419 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3420 ;;
ec11bdc6 3421 i[3456789]86-*-solaris2*)
a0da8069
NN
3422 noconfigdirs="$noconfigdirs target-libgloss"
3423 ;;
ec11bdc6 3424 i[3456789]86-*-sysv4*)
54d1c879 3425 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3426 ;;
ec11bdc6 3427 i[3456789]86-*-beos*)
54d1c879 3428 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
bba45b8b 3429 ;;
b59bea8a 3430 i[3456789]86-*-rdos*)
2429c060
PB
3431 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3432 ;;
b07c2aad 3433 m32r-*-*)
54d1c879 3434 noconfigdirs="$noconfigdirs ${libgcj}"
b07c2aad 3435 ;;
a0da8069 3436 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
782cb41f 3437 noconfigdirs="$noconfigdirs target-libiberty"
691bb5a1 3438 libgloss_dir=m68hc11
a0da8069
NN
3439 ;;
3440 m68k-*-elf*)
54d1c879 3441 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3442 ;;
3443 m68k-*-coff*)
54d1c879 3444 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3445 ;;
691bb5a1
DD
3446 m68*-*-* | fido-*-*)
3447 libgloss_dir=m68k
3448 ;;
a0da8069 3449 mmix-*-*)
59f7ec45 3450 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
096f7d00 3451 unsupported_languages="$unsupported_languages fortran java"
a0da8069
NN
3452 ;;
3453 mn10200-*-*)
54d1c879 3454 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3455 ;;
3456 mn10300-*-*)
54d1c879 3457 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3458 ;;
4970f871 3459 mt-*-*)
cdb9b172
AH
3460 noconfigdirs="$noconfigdirs sim"
3461 ;;
887ebfb4
RW
3462 picochip-*-*)
3463 noconfigdirs="$noconfigdirs target-libiberty"
3464 ;;
a0da8069
NN
3465 powerpc-*-aix*)
3466 # copied from rs6000-*-* entry
e8a5fa9c 3467 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
a0da8069
NN
3468 ;;
3469 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
3470 target_configdirs="$target_configdirs target-winsup"
54d1c879 3471 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
a0da8069
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*)
54d1c879 3477 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
691bb5a1 3478 libgloss_dir=rs6000
a0da8069
NN
3479 ;;
3480 powerpc-*-beos*)
54d1c879 3481 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
a0da8069 3482 ;;
a0da8069 3483 powerpc-*-eabi)
54d1c879 3484 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3485 libgloss_dir=rs6000
caeba88f
AL
3486 ;;
3487 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
691bb5a1 3488 libgloss_dir=rs6000
a0da8069 3489 ;;
a0da8069 3490 rs6000-*-lynxos*)
54d1c879 3491 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
a0da8069
NN
3492 ;;
3493 rs6000-*-aix*)
e8a5fa9c 3494 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
a0da8069
NN
3495 ;;
3496 rs6000-*-*)
54d1c879 3497 noconfigdirs="$noconfigdirs gprof ${libgcj}"
a0da8069
NN
3498 ;;
3499 m68k-apollo-*)
54d1c879 3500 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
a0da8069 3501 ;;
25a07265 3502 microblaze*)
29821356 3503 noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
25a07265 3504 ;;
5bd8be13
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 ;;
a0da8069 3513 mips*-*-irix5*)
54d1c879 3514 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069
NN
3515 ;;
3516 mips*-*-irix6*)
a0da8069
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>
54d1c879 3521 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3522 ;;
a0da8069 3523 mips*-*-bsd*)
54d1c879 3524 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3525 ;;
a0da8069
NN
3526 mips*-*-linux*)
3527 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3528 ;;
3529 mips*-*-*)
54d1c879 3530 noconfigdirs="$noconfigdirs gprof ${libgcj}"
691bb5a1 3531 libgloss_dir=mips
a0da8069
NN
3532 ;;
3533 romp-*-*)
54d1c879 3534 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
a0da8069 3535 ;;
dbf85af7 3536 sh-*-* | sh64-*-*)
a0da8069 3537 case "${host}" in
ec11bdc6
DD
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
a0da8069
NN
3541 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3542 esac
e8a5fa9c
RW
3543 case "${target}" in
3544 sh*-*-elf)
3545 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3546 *)
3547 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3548 esac
a0da8069 3549 ;;
691bb5a1
DD
3550 sparclet-*-aout* | sparc86x-*-*)
3551 libgloss_dir=sparc
3552 ;;
a0da8069 3553 sparc-*-elf*)
54d1c879 3554 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3555 ;;
3556 sparc64-*-elf*)
54d1c879 3557 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3558 libgloss_dir=sparc
a0da8069
NN
3559 ;;
3560 sparclite-*-*)
54d1c879 3561 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3562 libgloss_dir=sparc
a0da8069
NN
3563 ;;
3564 sparc-*-sunos4*)
54d1c879 3565 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
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 ;;
e3c770b1 3572 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
54d1c879 3573 noconfigdirs="$noconfigdirs ${libgcj}"
e3c770b1 3574 ;;
a0da8069
NN
3575 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3576 ;;
619a3713
JM
3577 tic6x-*-*)
3578 noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3579 ;;
a0da8069 3580 v810-*-*)
54d1c879 3581 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
a0da8069 3582 ;;
1cd986c5
NC
3583 v850*-*-*)
3584 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3585 ;;
3586 vax-*-vms)
54d1c879 3587 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
a0da8069
NN
3588 ;;
3589 vax-*-*)
54d1c879 3590 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3591 ;;
8b66833e 3592 xtensa*-*-*)
54d1c879 3593 noconfigdirs="$noconfigdirs ${libgcj}"
fbd1054d 3594 ;;
a0da8069 3595 ip2k-*-*)
54d1c879 3596 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
a0da8069 3597 ;;
29383458 3598 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
a0da8069
NN
3599 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3600 ;;
3601 *-*-lynxos*)
54d1c879 3602 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
c6b750e1 3603 ;;
a0da8069 3604 *-*-*)
54d1c879 3605 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3606 ;;
3607esac
252b5132 3608
a0da8069
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
a0da8069
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"
a0da8069
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 ;;
ec11bdc6 3687 i[3456789]86-*-sysv5*)
a0da8069
NN
3688 host_makefile_frag="config/mh-sysv5"
3689 ;;
ec11bdc6 3690 i[3456789]86-*-dgux*)
a0da8069
NN
3691 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
3692 host_makefile_frag="config/mh-dgux386"
3693 ;;
ec11bdc6 3694 i[3456789]86-ncr-sysv4.3*)
a0da8069
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 ;;
ec11bdc6 3699 i[3456789]86-ncr-sysv4*)
a0da8069
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 ;;
ec11bdc6 3708 i[3456789]86-*-sco3.2v5*)
a0da8069 3709 ;;
ec11bdc6 3710 i[3456789]86-*-sco*)
a0da8069
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 ;;
ec11bdc6 3716 i[3456789]86-*-udk*)
a0da8069
NN
3717 host_makefile_frag="config/mh-sysv5"
3718 ;;
ec11bdc6 3719 i[3456789]86-*-solaris2*)
a0da8069
NN
3720 host_makefile_frag="config/mh-sysv4"
3721 ;;
ec11bdc6 3722 i[3456789]86-*-msdosdjgpp*)
a0da8069
NN
3723 host_makefile_frag="config/mh-djgpp"
3724 ;;
3725 *-cygwin*)
e33b51a6 3726
81ecdfbb
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; }
e33b51a6 3729echo a >cygwin-cat-check
1f53ca9a 3730if test `cat cygwin-cat-check` = a ; then
8ade07e9 3731 rm cygwin-cat-check
81ecdfbb
RW
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3733$as_echo "yes" >&6; }
e33b51a6 3734else
8ade07e9 3735 rm cygwin-cat-check
81ecdfbb
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.
e33b51a6
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
81ecdfbb 3743 " "$LINENO" 5
e33b51a6 3744fi
e33b51a6 3745
a0da8069
NN
3746 host_makefile_frag="config/mh-cygwin"
3747 ;;
8a1599ab 3748 *-mingw*)
84e7906e 3749 host_makefile_frag="config/mh-mingw"
2d1e8239 3750 ;;
a0da8069
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 ;;
da888c87 3766 hppa*-hp-hpux10*)
a0da8069 3767 tentative_cc="cc -Wp,-H256000"
da888c87 3768 host_makefile_frag="config/mh-pa-hpux10"
a0da8069 3769 ;;
da888c87
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*)
a0da8069
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 ;;
e552509b
ILT
3785 *-*-darwin*)
3786 host_makefile_frag="config/mh-darwin"
0df3d27f 3787 ;;
f6d183c0
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 ;;
a0da8069
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 ;;
fe69863c
DD
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 ;;
a0da8069
NN
3806esac
3807fi
3808
9e07f89d
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
1576798e
PB
3829 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3830 AS_FOR_BUILD=${AS_FOR_BUILD-as}
9e07f89d 3831 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1576798e
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}
e552509b 3835 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
1576798e
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)"
512b7dfb 3845 CC_FOR_BUILD="\$(CC)"
1576798e
PB
3846 CXX_FOR_BUILD="\$(CXX)"
3847 GCJ_FOR_BUILD="\$(GCJ)"
3848 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
e552509b 3849 GOC_FOR_BUILD="\$(GOC)"
1576798e
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)"
18f6b6ee
PB
3856fi
3857
3858ac_ext=c
c6b750e1
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
81ecdfbb
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
c6b750e1
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=.
81ecdfbb
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
c6b750e1 3881 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3883 break 2
3884 fi
3885done
81ecdfbb
RW
3886 done
3887IFS=$as_save_IFS
c6b750e1
DJ
3888
3889fi
3890fi
3891CC=$ac_cv_prog_CC
3892if test -n "$CC"; then
81ecdfbb
RW
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3894$as_echo "$CC" >&6; }
c6b750e1 3895else
81ecdfbb
RW
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3897$as_echo "no" >&6; }
c6b750e1
DJ
3898fi
3899
81ecdfbb 3900
c6b750e1
DJ
3901fi
3902if test -z "$ac_cv_prog_CC"; then
3903 ac_ct_CC=$CC
6a9cf61e 3904 # Extract the first word of "gcc", so it can be a program name with args.
9e07f89d 3905set dummy gcc; ac_word=$2
81ecdfbb
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
c6b750e1
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=.
81ecdfbb
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
c6b750e1 3921 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3923 break 2
3924 fi
3925done
81ecdfbb
RW
3926 done
3927IFS=$as_save_IFS
c6b750e1
DJ
3928
3929fi
3930fi
3931ac_ct_CC=$ac_cv_prog_ac_ct_CC
3932if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3934$as_echo "$ac_ct_CC" >&6; }
c6b750e1 3935else
81ecdfbb
RW
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3937$as_echo "no" >&6; }
c6b750e1
DJ
3938fi
3939
81ecdfbb
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
c6b750e1
DJ
3951else
3952 CC="$ac_cv_prog_CC"
3953fi
3954
3955if test -z "$CC"; then
81ecdfbb
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.
c6b750e1 3958set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
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
9e07f89d
NN
3963else
3964 if test -n "$CC"; then
3965 ac_cv_prog_CC="$CC" # Let the user override the test.
3966else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 3974 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3976 break 2
3977 fi
3978done
81ecdfbb
RW
3979 done
3980IFS=$as_save_IFS
c6b750e1 3981
9e07f89d
NN
3982fi
3983fi
c6b750e1 3984CC=$ac_cv_prog_CC
9e07f89d 3985if test -n "$CC"; then
81ecdfbb
RW
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3987$as_echo "$CC" >&6; }
c6b750e1 3988else
81ecdfbb
RW
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990$as_echo "no" >&6; }
c6b750e1
DJ
3991fi
3992
c6b750e1 3993
81ecdfbb 3994 fi
c6b750e1 3995fi
9e07f89d
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
81ecdfbb
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
9e07f89d
NN
4003else
4004 if test -n "$CC"; then
4005 ac_cv_prog_CC="$CC" # Let the user override the test.
4006else
9e07f89d 4007 ac_prog_rejected=no
c6b750e1
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=.
81ecdfbb
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
c6b750e1
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"
81ecdfbb 4020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4021 break 2
4022 fi
4023done
81ecdfbb
RW
4024 done
4025IFS=$as_save_IFS
c6b750e1 4026
9e07f89d
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
c6b750e1 4031 if test $# != 0; then
9e07f89d
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
c6b750e1 4036 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9e07f89d
NN
4037 fi
4038fi
4039fi
4040fi
c6b750e1 4041CC=$ac_cv_prog_CC
9e07f89d 4042if test -n "$CC"; then
81ecdfbb
RW
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4044$as_echo "$CC" >&6; }
9e07f89d 4045else
81ecdfbb
RW
4046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4047$as_echo "no" >&6; }
9e07f89d
NN
4048fi
4049
81ecdfbb 4050
c6b750e1
DJ
4051fi
4052if test -z "$CC"; then
4053 if test -n "$ac_tool_prefix"; then
81ecdfbb 4054 for ac_prog in cl.exe
c6b750e1
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
81ecdfbb
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
9e07f89d
NN
4062else
4063 if test -n "$CC"; then
4064 ac_cv_prog_CC="$CC" # Let the user override the test.
4065else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 4073 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1 4075 break 2
376a0e54 4076 fi
c6b750e1 4077done
81ecdfbb
RW
4078 done
4079IFS=$as_save_IFS
cac3d6c4 4080
c6b750e1
DJ
4081fi
4082fi
4083CC=$ac_cv_prog_CC
4084if test -n "$CC"; then
81ecdfbb
RW
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4086$as_echo "$CC" >&6; }
cac3d6c4 4087else
81ecdfbb
RW
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4089$as_echo "no" >&6; }
9e07f89d 4090fi
cac3d6c4 4091
81ecdfbb 4092
c6b750e1
DJ
4093 test -n "$CC" && break
4094 done
cac3d6c4 4095fi
c6b750e1
DJ
4096if test -z "$CC"; then
4097 ac_ct_CC=$CC
81ecdfbb 4098 for ac_prog in cl.exe
c6b750e1
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
81ecdfbb
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
cac3d6c4 4106else
c6b750e1
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.
376a0e54 4109else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 4117 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4119 break 2
4120 fi
4121done
81ecdfbb
RW
4122 done
4123IFS=$as_save_IFS
c6b750e1 4124
cac3d6c4
CM
4125fi
4126fi
c6b750e1
DJ
4127ac_ct_CC=$ac_cv_prog_ac_ct_CC
4128if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4130$as_echo "$ac_ct_CC" >&6; }
9e07f89d 4131else
81ecdfbb
RW
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4133$as_echo "no" >&6; }
cac3d6c4 4134fi
376a0e54 4135
81ecdfbb 4136
c6b750e1
DJ
4137 test -n "$ac_ct_CC" && break
4138done
4139
81ecdfbb
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
c6b750e1
DJ
4151fi
4152
4153fi
4154
4155
81ecdfbb
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; }
c6b750e1
DJ
4160
4161# Provide some information about the compiler.
81ecdfbb
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
c6b750e1 4174 ac_status=$?
81ecdfbb
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
c6b750e1 4185
81ecdfbb 4186cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4187/* end confdefs.h. */
4188
4189int
4190main ()
4191{
4192
4193 ;
4194 return 0;
4195}
4196_ACEOF
4197ac_clean_files_save=$ac_clean_files
81ecdfbb 4198ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
c6b750e1
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.
81ecdfbb
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
c6b750e1 4227 ac_status=$?
81ecdfbb
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 ''
c6b750e1
DJ
4236do
4237 test -f "$ac_file" || continue
4238 case $ac_file in
81ecdfbb 4239 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
c6b750e1
DJ
4240 ;;
4241 [ab].out )
4242 # We found the default executable, but exeext='' is most
4243 # certainly right.
4244 break;;
4245 *.* )
81ecdfbb
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.
c6b750e1
DJ
4255 break;;
4256 * )
4257 break;;
4258 esac
4259done
81ecdfbb
RW
4260test "$ac_cv_exeext" = no && ac_cv_exeext=
4261
c6b750e1 4262else
81ecdfbb
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
c6b750e1
DJ
4269sed 's/^/| /' conftest.$ac_ext >&5
4270
81ecdfbb
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; }; }
c6b750e1 4276fi
c6b750e1 4277ac_exeext=$ac_cv_exeext
c6b750e1 4278
81ecdfbb 4279# Check that the compiler produces executables we can run. If not, either
c6b750e1 4280# the compiler is broken, or we cross compile.
81ecdfbb
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; }
c6b750e1
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'
81ecdfbb
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
c6b750e1 4293 ac_status=$?
81ecdfbb
RW
4294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4295 test $ac_status = 0; }; }; then
c6b750e1
DJ
4296 cross_compiling=no
4297 else
4298 if test "$cross_compiling" = maybe; then
4299 cross_compiling=yes
4300 else
81ecdfbb
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.
c6b750e1 4304If you meant to cross compile, use \`--host'.
81ecdfbb 4305See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4306 fi
4307 fi
4308fi
81ecdfbb
RW
4309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4310$as_echo "yes" >&6; }
c6b750e1 4311
81ecdfbb 4312rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
c6b750e1 4313ac_clean_files=$ac_clean_files_save
81ecdfbb 4314# Check that the compiler produces executables we can run. If not, either
c6b750e1 4315# the compiler is broken, or we cross compile.
81ecdfbb
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
c6b750e1 4331 ac_status=$?
81ecdfbb
RW
4332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4333 test $ac_status = 0; }; then :
c6b750e1
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
81ecdfbb 4341 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
c6b750e1 4342 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
c6b750e1
DJ
4343 break;;
4344 * ) break;;
4345 esac
4346done
4347else
81ecdfbb
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; }
c6b750e1 4352fi
c6b750e1 4353rm -f conftest$ac_cv_exeext
81ecdfbb
RW
4354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4355$as_echo "$ac_cv_exeext" >&6; }
c6b750e1
DJ
4356
4357rm -f conftest.$ac_ext
4358EXEEXT=$ac_cv_exeext
4359ac_exeext=$EXEEXT
81ecdfbb
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
c6b750e1 4364else
81ecdfbb 4365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4366/* end confdefs.h. */
4367
4368int
4369main ()
4370{
4371
4372 ;
4373 return 0;
4374}
4375_ACEOF
4376rm -f conftest.o conftest.obj
81ecdfbb
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
c6b750e1 4385 ac_status=$?
81ecdfbb
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;
c6b750e1 4390 case $ac_file in
81ecdfbb 4391 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
c6b750e1
DJ
4392 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4393 break;;
4394 esac
4395done
cac3d6c4 4396else
81ecdfbb 4397 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4398sed 's/^/| /' conftest.$ac_ext >&5
4399
81ecdfbb
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; }
c6b750e1 4404fi
c6b750e1
DJ
4405rm -f conftest.$ac_cv_objext conftest.$ac_ext
4406fi
81ecdfbb
RW
4407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4408$as_echo "$ac_cv_objext" >&6; }
c6b750e1
DJ
4409OBJEXT=$ac_cv_objext
4410ac_objext=$OBJEXT
81ecdfbb
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
c6b750e1 4415else
81ecdfbb 4416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
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
81ecdfbb 4430if ac_fn_c_try_compile "$LINENO"; then :
c6b750e1
DJ
4431 ac_compiler_gnu=yes
4432else
81ecdfbb 4433 ac_compiler_gnu=no
c6b750e1 4434fi
81ecdfbb 4435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1
DJ
4436ac_cv_c_compiler_gnu=$ac_compiler_gnu
4437
4438fi
81ecdfbb
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
c6b750e1
DJ
4446ac_test_CFLAGS=${CFLAGS+set}
4447ac_save_CFLAGS=$CFLAGS
81ecdfbb
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
c6b750e1
DJ
4458/* end confdefs.h. */
4459
4460int
4461main ()
4462{
4463
4464 ;
4465 return 0;
4466}
4467_ACEOF
81ecdfbb 4468if ac_fn_c_try_compile "$LINENO"; then :
9e07f89d
NN
4469 ac_cv_prog_cc_g=yes
4470else
81ecdfbb
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. */
cac3d6c4 4490
81ecdfbb
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
376a0e54 4503fi
81ecdfbb 4504rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 4505fi
81ecdfbb
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; }
9e07f89d 4511if test "$ac_test_CFLAGS" = set; then
c6b750e1 4512 CFLAGS=$ac_save_CFLAGS
9e07f89d
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
81ecdfbb
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
c6b750e1 4530else
81ecdfbb 4531 ac_cv_prog_cc_c89=no
c6b750e1 4532ac_save_CC=$CC
81ecdfbb 4533cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
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
81ecdfbb 4561 as 'x'. The following induces an error, until -std is added to get
c6b750e1
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
81ecdfbb 4564 that's true only with -std. */
c6b750e1
DJ
4565int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4566
81ecdfbb
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
c6b750e1
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
81ecdfbb
RW
4586for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4587 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
c6b750e1
DJ
4588do
4589 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4590 if ac_fn_c_try_compile "$LINENO"; then :
4591 ac_cv_prog_cc_c89=$ac_arg
c6b750e1 4592fi
81ecdfbb
RW
4593rm -f core conftest.err conftest.$ac_objext
4594 test "x$ac_cv_prog_cc_c89" != "xno" && break
c6b750e1 4595done
81ecdfbb 4596rm -f conftest.$ac_ext
c6b750e1
DJ
4597CC=$ac_save_CC
4598
4599fi
81ecdfbb
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; } ;;
c6b750e1 4608 *)
81ecdfbb
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; } ;;
c6b750e1 4612esac
81ecdfbb 4613if test "x$ac_cv_prog_cc_c89" != xno; then :
c6b750e1 4614
c6b750e1
DJ
4615fi
4616
c6b750e1
DJ
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
9e07f89d 4622
81ecdfbb 4623ac_ext=cpp
18f6b6ee
PB
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
81ecdfbb
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
18f6b6ee
PB
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
81ecdfbb
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
18f6b6ee
PB
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=.
81ecdfbb
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
18f6b6ee 4652 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
81ecdfbb 4653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee
PB
4654 break 2
4655 fi
4656done
81ecdfbb
RW
4657 done
4658IFS=$as_save_IFS
512b7dfb 4659
18f6b6ee
PB
4660fi
4661fi
4662CXX=$ac_cv_prog_CXX
4663if test -n "$CXX"; then
81ecdfbb
RW
4664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4665$as_echo "$CXX" >&6; }
18f6b6ee 4666else
81ecdfbb
RW
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4668$as_echo "no" >&6; }
18f6b6ee
PB
4669fi
4670
81ecdfbb 4671
18f6b6ee
PB
4672 test -n "$CXX" && break
4673 done
4674fi
4675if test -z "$CXX"; then
4676 ac_ct_CXX=$CXX
81ecdfbb 4677 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
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
81ecdfbb
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
18f6b6ee
PB
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=.
81ecdfbb
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
18f6b6ee 4696 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 4697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee 4698 break 2
512b7dfb 4699 fi
18f6b6ee 4700done
81ecdfbb
RW
4701 done
4702IFS=$as_save_IFS
512b7dfb 4703
18f6b6ee
PB
4704fi
4705fi
4706ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4707if test -n "$ac_ct_CXX"; then
81ecdfbb
RW
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4709$as_echo "$ac_ct_CXX" >&6; }
18f6b6ee 4710else
81ecdfbb
RW
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4712$as_echo "no" >&6; }
18f6b6ee
PB
4713fi
4714
81ecdfbb 4715
18f6b6ee
PB
4716 test -n "$ac_ct_CXX" && break
4717done
18f6b6ee 4718
81ecdfbb
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
18f6b6ee
PB
4730fi
4731
81ecdfbb
RW
4732 fi
4733fi
18f6b6ee 4734# Provide some information about the compiler.
81ecdfbb
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
18f6b6ee 4747 ac_status=$?
81ecdfbb
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
18f6b6ee 4758
81ecdfbb
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
18f6b6ee 4763else
81ecdfbb 4764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4765/* end confdefs.h. */
4766
4767int
4768main ()
4769{
4770#ifndef __GNUC__
4771 choke me
4772#endif
4773
4774 ;
4775 return 0;
4776}
4777_ACEOF
81ecdfbb 4778if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4779 ac_compiler_gnu=yes
4780else
81ecdfbb 4781 ac_compiler_gnu=no
18f6b6ee 4782fi
81ecdfbb 4783rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18f6b6ee
PB
4784ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4785
4786fi
81ecdfbb
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
18f6b6ee
PB
4794ac_test_CXXFLAGS=${CXXFLAGS+set}
4795ac_save_CXXFLAGS=$CXXFLAGS
81ecdfbb
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
18f6b6ee
PB
4806/* end confdefs.h. */
4807
4808int
4809main ()
4810{
4811
4812 ;
4813 return 0;
4814}
4815_ACEOF
81ecdfbb 4816if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4817 ac_cv_prog_cxx_g=yes
4818else
81ecdfbb
RW
4819 CXXFLAGS=""
4820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4821/* end confdefs.h. */
81ecdfbb 4822
18f6b6ee
PB
4823int
4824main ()
4825{
81ecdfbb 4826
18f6b6ee
PB
4827 ;
4828 return 0;
4829}
4830_ACEOF
81ecdfbb 4831if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee 4832
81ecdfbb
RW
4833else
4834 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4835 CXXFLAGS="-g"
4836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4837/* end confdefs.h. */
81ecdfbb 4838
18f6b6ee
PB
4839int
4840main ()
4841{
81ecdfbb 4842
18f6b6ee
PB
4843 ;
4844 return 0;
4845}
4846_ACEOF
81ecdfbb
RW
4847if ac_fn_cxx_try_compile "$LINENO"; then :
4848 ac_cv_prog_cxx_g=yes
18f6b6ee 4849fi
81ecdfbb
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
18f6b6ee 4873fi
18f6b6ee
PB
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
512b7dfb
PB
4898fi
4899
4900
4901
4902
c6b750e1 4903if test -n "$ac_tool_prefix"; then
512b7dfb
PB
4904 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4905set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
81ecdfbb
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
9e07f89d 4910else
512b7dfb
PB
4911 if test -n "$GNATBIND"; then
4912 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
9e07f89d 4913else
c6b750e1
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=.
81ecdfbb
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
512b7dfb 4921 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
81ecdfbb 4922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4923 break 2
4924 fi
4925done
81ecdfbb
RW
4926 done
4927IFS=$as_save_IFS
c6b750e1 4928
9e07f89d
NN
4929fi
4930fi
512b7dfb
PB
4931GNATBIND=$ac_cv_prog_GNATBIND
4932if test -n "$GNATBIND"; then
81ecdfbb
RW
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4934$as_echo "$GNATBIND" >&6; }
9e07f89d 4935else
81ecdfbb
RW
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4937$as_echo "no" >&6; }
9e07f89d
NN
4938fi
4939
81ecdfbb 4940
c6b750e1 4941fi
512b7dfb
PB
4942if test -z "$ac_cv_prog_GNATBIND"; then
4943 ac_ct_GNATBIND=$GNATBIND
4944 # Extract the first word of "gnatbind", so it can be a program name with args.
4945set dummy gnatbind; ac_word=$2
81ecdfbb
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
9e07f89d 4950else
512b7dfb
PB
4951 if test -n "$ac_ct_GNATBIND"; then
4952 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
9e07f89d 4953else
c6b750e1
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=.
81ecdfbb
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
512b7dfb 4961 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
81ecdfbb 4962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4963 break 2
4964 fi
4965done
81ecdfbb
RW
4966 done
4967IFS=$as_save_IFS
c6b750e1 4968
9e07f89d
NN
4969fi
4970fi
512b7dfb
PB
4971ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4972if test -n "$ac_ct_GNATBIND"; then
81ecdfbb
RW
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4974$as_echo "$ac_ct_GNATBIND" >&6; }
9e07f89d 4975else
81ecdfbb
RW
4976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4977$as_echo "no" >&6; }
9e07f89d
NN
4978fi
4979
81ecdfbb
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
24ff9987 4991else
512b7dfb 4992 GNATBIND="$ac_cv_prog_GNATBIND"
9e07f89d
NN
4993fi
4994
7df2cd5d 4995if test -n "$ac_tool_prefix"; then
512b7dfb
PB
4996 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4997set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
81ecdfbb
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
7df2cd5d 5002else
512b7dfb
PB
5003 if test -n "$GNATMAKE"; then
5004 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5005else
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=.
81ecdfbb
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
512b7dfb 5013 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
81ecdfbb 5014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5015 break 2
5016 fi
5017done
81ecdfbb
RW
5018 done
5019IFS=$as_save_IFS
7df2cd5d
PB
5020
5021fi
5022fi
512b7dfb
PB
5023GNATMAKE=$ac_cv_prog_GNATMAKE
5024if test -n "$GNATMAKE"; then
81ecdfbb
RW
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5026$as_echo "$GNATMAKE" >&6; }
7df2cd5d 5027else
81ecdfbb
RW
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5029$as_echo "no" >&6; }
7df2cd5d
PB
5030fi
5031
81ecdfbb 5032
7df2cd5d 5033fi
512b7dfb
PB
5034if test -z "$ac_cv_prog_GNATMAKE"; then
5035 ac_ct_GNATMAKE=$GNATMAKE
5036 # Extract the first word of "gnatmake", so it can be a program name with args.
5037set dummy gnatmake; ac_word=$2
81ecdfbb
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
7df2cd5d 5042else
512b7dfb
PB
5043 if test -n "$ac_ct_GNATMAKE"; then
5044 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5045else
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=.
81ecdfbb
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
512b7dfb 5053 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
81ecdfbb 5054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5055 break 2
5056 fi
5057done
81ecdfbb
RW
5058 done
5059IFS=$as_save_IFS
7df2cd5d 5060
7df2cd5d
PB
5061fi
5062fi
512b7dfb
PB
5063ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5064if test -n "$ac_ct_GNATMAKE"; then
81ecdfbb
RW
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5066$as_echo "$ac_ct_GNATMAKE" >&6; }
7df2cd5d 5067else
81ecdfbb
RW
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5069$as_echo "no" >&6; }
7df2cd5d
PB
5070fi
5071
81ecdfbb
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
7df2cd5d 5083else
512b7dfb 5084 GNATMAKE="$ac_cv_prog_GNATMAKE"
7df2cd5d
PB
5085fi
5086
81ecdfbb
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
9e07f89d
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.
b8908782
DD
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.
9e07f89d 5104errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
b8908782 5105if test x"$errors" = x && test -f conftest.$ac_objext; then
9e07f89d 5106 acx_cv_cc_gcc_supports_ada=yes
9e07f89d
NN
5107fi
5108rm -f conftest.*
5109fi
81ecdfbb
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; }
9e07f89d 5112
512b7dfb 5113if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
9e07f89d
NN
5114 have_gnat=yes
5115else
5116 have_gnat=no
5117fi
5118
81ecdfbb
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
b8908782
DD
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'
4b1cb4fe
DD
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
b8908782
DD
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
4b1cb4fe 5136 :
b8908782
DD
5137 else
5138 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5139 fi
5140 fi
5141 rm t1 t2
5142
5143fi
81ecdfbb
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; }
b8908782
DD
5146do_compare="$gcc_cv_prog_cmp_skip"
5147
5148
9e07f89d 5149
e8a5fa9c 5150# See if we are building gcc with C++.
81ecdfbb
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
e8a5fa9c
RW
5154else
5155 ENABLE_BUILD_WITH_CXX=no
81ecdfbb
RW
5156fi
5157
e8a5fa9c 5158
d5f2ee2e
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
e8a5fa9c 5189# Check for GMP, MPFR and MPC
d9b76ff9 5190gmplibs="-lmpc -lmpfr -lgmp"
4b1cb4fe 5191gmpinc=
4b900473 5192have_gmp=no
e8a5fa9c
RW
5193
5194# Specify a location for mpc
5195# check for this first so it ends up on the link line before mpfr.
5196
81ecdfbb
RW
5197# Check whether --with-mpc was given.
5198if test "${with_mpc+set}" = set; then :
5199 withval=$with_mpc;
5200fi
e8a5fa9c 5201
e8a5fa9c 5202
e552509b 5203# Check whether --with-mpc-include was given.
81ecdfbb
RW
5204if test "${with_mpc_include+set}" = set; then :
5205 withval=$with_mpc_include;
5206fi
e8a5fa9c 5207
e8a5fa9c 5208
e552509b 5209# Check whether --with-mpc-lib was given.
81ecdfbb
RW
5210if test "${with_mpc_lib+set}" = set; then :
5211 withval=$with_mpc_lib;
5212fi
e8a5fa9c 5213
e8a5fa9c
RW
5214
5215if test "x$with_mpc" != x; then
d9b76ff9
KG
5216 gmplibs="-L$with_mpc/lib $gmplibs"
5217 gmpinc="-I$with_mpc/include $gmpinc"
e8a5fa9c
RW
5218fi
5219if test "x$with_mpc_include" != x; then
d9b76ff9 5220 gmpinc="-I$with_mpc_include $gmpinc"
e8a5fa9c
RW
5221fi
5222if test "x$with_mpc_lib" != x; then
d9b76ff9 5223 gmplibs="-L$with_mpc_lib $gmplibs"
e8a5fa9c
RW
5224fi
5225if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
d5f2ee2e 5226 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
d9b76ff9 5227 gmpinc='-I$$s/mpc/src '"$gmpinc"
e8a5fa9c
RW
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.
d9b76ff9 5232 have_gmp=yes
e8a5fa9c 5233fi
4b900473 5234
11b04d1f
DD
5235# Specify a location for mpfr
5236# check for this first so it ends up on the link line before gmp.
c6b750e1 5237
81ecdfbb
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
11b04d1f
DD
5244
5245
81ecdfbb
RW
5246# Check whether --with-mpfr was given.
5247if test "${with_mpfr+set}" = set; then :
5248 withval=$with_mpfr;
5249fi
c6b750e1 5250
11b04d1f 5251
e552509b 5252# Check whether --with-mpfr-include was given.
81ecdfbb
RW
5253if test "${with_mpfr_include+set}" = set; then :
5254 withval=$with_mpfr_include;
5255fi
c6b750e1 5256
8a0d8a5c 5257
e552509b 5258# Check whether --with-mpfr-lib was given.
81ecdfbb
RW
5259if test "${with_mpfr_lib+set}" = set; then :
5260 withval=$with_mpfr_lib;
5261fi
8a0d8a5c 5262
11b04d1f
DD
5263
5264if test "x$with_mpfr" != x; then
5265 gmplibs="-L$with_mpfr/lib $gmplibs"
d9b76ff9 5266 gmpinc="-I$with_mpfr/include $gmpinc"
11b04d1f 5267fi
8a0d8a5c 5268if test "x$with_mpfr_include" != x; then
d9b76ff9 5269 gmpinc="-I$with_mpfr_include $gmpinc"
8a0d8a5c
PB
5270fi
5271if test "x$with_mpfr_lib" != x; then
5272 gmplibs="-L$with_mpfr_lib $gmplibs"
5273fi
4b900473 5274if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
d5f2ee2e 5275 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
4b900473 5276 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
d5f2ee2e 5277 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
4b900473
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
11b04d1f 5284
4b1cb4fe 5285# Specify a location for gmp
c6b750e1 5286
81ecdfbb
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
4b1cb4fe
DD
5293
5294
81ecdfbb
RW
5295# Check whether --with-gmp was given.
5296if test "${with_gmp+set}" = set; then :
5297 withval=$with_gmp;
5298fi
c6b750e1 5299
4b1cb4fe 5300
e552509b 5301# Check whether --with-gmp-include was given.
81ecdfbb
RW
5302if test "${with_gmp_include+set}" = set; then :
5303 withval=$with_gmp_include;
5304fi
c6b750e1 5305
8a0d8a5c 5306
e552509b 5307# Check whether --with-gmp-lib was given.
81ecdfbb
RW
5308if test "${with_gmp_lib+set}" = set; then :
5309 withval=$with_gmp_lib;
5310fi
8a0d8a5c
PB
5311
5312
4b1cb4fe 5313
11b04d1f
DD
5314if test "x$with_gmp" != x; then
5315 gmplibs="-L$with_gmp/lib $gmplibs"
5316 gmpinc="-I$with_gmp/include $gmpinc"
4b1cb4fe 5317fi
8a0d8a5c
PB
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
4b900473 5324if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
d5f2ee2e 5325 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
4b900473 5326 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
29821356 5327 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
d5f2ee2e 5328 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
4b900473
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
4b1cb4fe 5335
ceb92e78 5336if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4b900473
PB
5337 have_gmp=yes
5338 saved_CFLAGS="$CFLAGS"
5339 CFLAGS="$CFLAGS $gmpinc"
a6b5846e
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; }
a009f2e7
RW
5343
5344cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6b5846e
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 :
a009f2e7 5362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5363/* end confdefs.h. */
a6b5846e 5364#include <gmp.h>
c6b750e1
DJ
5365int
5366main ()
5367{
4b1cb4fe 5368
a6b5846e
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)
4b900473
PB
5372 choke me
5373 #endif
c6b750e1
DJ
5374
5375 ;
5376 return 0;
5377}
5378_ACEOF
81ecdfbb
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; }
a6b5846e
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
c6b750e1 5387else
81ecdfbb
RW
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5389$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5390fi
81ecdfbb 5391rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4b1cb4fe 5392
e8a5fa9c 5393 # If we have GMP, check the MPFR version.
4b900473 5394 if test x"$have_gmp" = xyes; then
a6b5846e
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; }
81ecdfbb 5398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5399/* end confdefs.h. */
9b134994 5400#include <gmp.h>
4b900473 5401 #include <mpfr.h>
c6b750e1
DJ
5402int
5403main ()
5404{
9b134994 5405
ef699244 5406 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
4b900473
PB
5407 choke me
5408 #endif
c6b750e1
DJ
5409
5410 ;
5411 return 0;
5412}
5413_ACEOF
81ecdfbb
RW
5414if ac_fn_c_try_compile "$LINENO"; then :
5415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5416/* end confdefs.h. */
4b1cb4fe 5417#include <gmp.h>
4b900473 5418 #include <mpfr.h>
c6b750e1
DJ
5419int
5420main ()
5421{
9dbaa842 5422
a6b5846e 5423 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
4b900473
PB
5424 choke me
5425 #endif
e8a5fa9c
RW
5426
5427 ;
5428 return 0;
5429}
5430_ACEOF
81ecdfbb
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; }
e8a5fa9c 5434else
81ecdfbb
RW
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5436$as_echo "buggy but acceptable" >&6; }
e8a5fa9c 5437fi
81ecdfbb 5438rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5439else
81ecdfbb
RW
5440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5441$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5442fi
81ecdfbb 5443rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5444 fi
5445
5446 # Check for the MPC header version.
d9b76ff9 5447 if test x"$have_gmp" = xyes ; then
a6b5846e 5448 # Check for the recommended and required versions of MPC.
81ecdfbb
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
e8a5fa9c
RW
5452/* end confdefs.h. */
5453#include <mpc.h>
5454int
5455main ()
5456{
5457
a6b5846e
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)
e8a5fa9c
RW
5475 choke me
5476 #endif
5477
5478 ;
5479 return 0;
5480}
5481_ACEOF
81ecdfbb
RW
5482if ac_fn_c_try_compile "$LINENO"; then :
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
d9b76ff9 5484$as_echo "yes" >&6; }
a6b5846e
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
e8a5fa9c 5490else
81ecdfbb 5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
d9b76ff9 5492$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5493fi
81ecdfbb 5494rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
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"
d9b76ff9
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; }
81ecdfbb 5503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c 5504/* end confdefs.h. */
d9b76ff9 5505#include <mpc.h>
e8a5fa9c
RW
5506int
5507main ()
5508{
5509
5510 mpfr_t n;
5511 mpfr_t x;
d9b76ff9 5512 mpc_t c;
e8a5fa9c
RW
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);
d9b76ff9
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);
c6b750e1
DJ
5527
5528 ;
5529 return 0;
5530}
5531_ACEOF
81ecdfbb
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; }
c6b750e1 5535else
81ecdfbb
RW
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5537$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5538fi
81ecdfbb
RW
5539rm -f core conftest.err conftest.$ac_objext \
5540 conftest$ac_exeext conftest.$ac_ext
e8a5fa9c
RW
5541 LIBS="$saved_LIBS"
5542 fi
5543
4b900473 5544 CFLAGS="$saved_CFLAGS"
4b1cb4fe 5545
a6b5846e
KG
5546# The library versions listed in the error message below should match
5547# the HARD-minimums enforced above.
4b900473 5548 if test x$have_gmp != xyes; then
a6b5846e 5549 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
d9b76ff9
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
4b900473 5558 fi
9dbaa842
DD
5559fi
5560
e8a5fa9c
RW
5561# Flags needed for both GMP, MPFR and/or MPC.
5562
5563
5564
4b1cb4fe
DD
5565
5566
5567
29383458
JM
5568# Allow host libstdc++ to be specified for static linking with PPL.
5569
81ecdfbb
RW
5570# Check whether --with-host-libstdcxx was given.
5571if test "${with_host_libstdcxx+set}" = set; then :
5572 withval=$with_host_libstdcxx;
5573fi
29383458 5574
29383458
JM
5575
5576case $with_host_libstdcxx in
5577 no|yes)
81ecdfbb 5578 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
29383458
JM
5579 ;;
5580esac
e28c595f 5581
e8a5fa9c
RW
5582# Linker flags to use for stage1 or when not boostrapping.
5583
81ecdfbb
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
e8a5fa9c
RW
5587 stage1_ldflags=
5588 else
5589 stage1_ldflags=$withval
5590 fi
5591else
5592 stage1_ldflags=
81ecdfbb
RW
5593fi
5594
e8a5fa9c
RW
5595
5596
5597# Libraries to use for stage1 or when not bootstrapping.
5598
81ecdfbb
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
e8a5fa9c
RW
5602 stage1_libs=
5603 else
5604 stage1_libs=$withval
5605 fi
5606else
5607 stage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5608fi
5609
e8a5fa9c
RW
5610
5611
e8a5fa9c
RW
5612# Libraries to use for stage2 and later builds. This defaults to the
5613# argument passed to --with-host-libstdcxx.
5614
81ecdfbb
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
e8a5fa9c
RW
5618 poststage1_libs=
5619 else
5620 poststage1_libs=$withval
5621 fi
5622else
5623 poststage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5624fi
5625
e8a5fa9c
RW
5626
5627
143754cd
NC
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=
4f11b223
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
143754cd
NC
5643 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5644 fi
5645fi
5646
5647
5648
e28c595f 5649# Check for PPL
b123da99 5650ppllibs=
e28c595f 5651pplinc=
b123da99 5652pwllib=
e28c595f
JM
5653
5654
81ecdfbb
RW
5655# Check whether --with-ppl was given.
5656if test "${with_ppl+set}" = set; then :
5657 withval=$with_ppl;
81ecdfbb 5658fi
e28c595f 5659
e28c595f 5660
e552509b 5661# Check whether --with-ppl-include was given.
81ecdfbb
RW
5662if test "${with_ppl_include+set}" = set; then :
5663 withval=$with_ppl_include;
5664fi
5665
e28c595f 5666
e552509b 5667# Check whether --with-ppl-lib was given.
81ecdfbb
RW
5668if test "${with_ppl_lib+set}" = set; then :
5669 withval=$with_ppl_lib;
5670fi
e28c595f 5671
e28c595f 5672
b123da99
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
29383458 5679case $with_ppl in
b123da99 5680 yes | no | "")
1f53ca9a 5681 ;;
29383458 5682 *)
b123da99 5683 ppllibs="-L$with_ppl/lib"
29383458 5684 pplinc="-I$with_ppl/include $pplinc"
b123da99
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
29383458
JM
5690 ;;
5691esac
b123da99
SP
5692
5693if test x"$with_ppl_include" != x; then
e28c595f 5694 pplinc="-I$with_ppl_include $pplinc"
b123da99 5695 with_ppl=yes
e28c595f 5696fi
b123da99 5697
e28c595f 5698if test "x$with_ppl_lib" != x; then
b123da99
SP
5699 ppllibs="-L$with_ppl_lib"
5700 with_ppl=yes
e28c595f 5701fi
b123da99
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"
1f53ca9a
AO
5708 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5709 enable_ppl_version_check=no
b123da99 5710 with_ppl=yes
e28c595f
JM
5711fi
5712
86ed8cf6 5713if test "x$with_ppl" != xno; then
b123da99 5714 if test "x$pwllib" = x; then
0e8ad34f
RO
5715 saved_LIBS="$LIBS"
5716 LIBS="$LIBS $ppllibs -lstdc++ -lm"
b123da99
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
e28c595f 5744else
b123da99
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"
81ecdfbb
RW
5755fi
5756
0e8ad34f 5757 LIBS="$saved_LIBS"
b123da99 5758 fi
e28c595f 5759
b123da99
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
e28c595f
JM
5768/* end confdefs.h. */
5769#include "ppl_c.h"
5770int
5771main ()
5772{
5773
b123da99
SP
5774 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5775 choke me
5776 #endif
e28c595f
JM
5777
5778 ;
5779 return 0;
5780}
5781_ACEOF
81ecdfbb
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; }
e28c595f 5785else
81ecdfbb 5786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1f53ca9a 5787$as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
e28c595f 5788fi
81ecdfbb 5789rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b123da99
SP
5790 CFLAGS="$saved_CFLAGS"
5791 fi
e28c595f
JM
5792fi
5793
5794# Flags needed for PPL
5795
5796
5797
5798
5799# Check for CLOOG
e552509b 5800
e28c595f
JM
5801
5802
81ecdfbb
RW
5803# Check whether --with-cloog was given.
5804if test "${with_cloog+set}" = set; then :
5805 withval=$with_cloog;
81ecdfbb
RW
5806fi
5807
e28c595f 5808
e552509b 5809# Check whether --with-cloog-include was given.
81ecdfbb
RW
5810if test "${with_cloog_include+set}" = set; then :
5811 withval=$with_cloog_include;
5812fi
e28c595f 5813
e28c595f 5814
e552509b 5815# Check whether --with-cloog-lib was given.
81ecdfbb
RW
5816if test "${with_cloog_lib+set}" = set; then :
5817 withval=$with_cloog_lib;
5818fi
e28c595f 5819
e28c595f 5820
e552509b
ILT
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
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
1f53ca9a 5866if test "x$with_ppl" = "xno"; then
8d8eef9a
RW
5867
5868
5869
5870 if test "x${with_cloog}" = xno; then
5871 graphite_requested=no
5872 elif test "x${with_cloog}" != x \
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
5882 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
5883 fi
1f53ca9a
AO
5884 with_cloog=no
5885fi
e552509b
ILT
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
1f53ca9a 5892
e552509b
ILT
5893
5894
5895 _cloog_saved_CFLAGS=$CFLAGS
5896 _cloog_saved_CPPFLAGS=$CPPFLAGS
5897 _cloog_saved_LDFLAGS=$LDFLAGS
5898 _cloog_saved_LIBS=$LIBS
5899
5900 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5901
5902 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5903 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
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; }
5912if test "${gcc_cv_cloog_type+set}" = set; then :
5913 $as_echo_n "(cached) " >&6
5914else
5915 LIBS="-lcloog ${_cloog_saved_LIBS}"
5916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5917/* end confdefs.h. */
5918#include "cloog/cloog.h"
5919int
5920main ()
5921{
5922#ifndef CLOOG_PPL_BACKEND
5923 choke me
5924 #endif
5925 ;
5926 return 0;
5927}
5928_ACEOF
5929if ac_fn_c_try_link "$LINENO"; then :
5930 gcc_cv_cloog_type="PPL Legacy"
5931else
5932 gcc_cv_cloog_type=no
5933fi
5934rm -f core conftest.err conftest.$ac_objext \
5935 conftest$ac_exeext conftest.$ac_ext
e28c595f 5936fi
e552509b
ILT
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
5948/* end confdefs.h. */
5949#include "cloog/cloog.h"
5950int
5951main ()
5952{
5953cloog_version ()
5954 ;
5955 return 0;
5956}
5957_ACEOF
5958if ac_fn_c_try_link "$LINENO"; then :
5959 gcc_cv_cloog_type="ISL"
5960else
5961 gcc_cv_cloog_type=no
e28c595f 5962fi
e552509b
ILT
5963rm -f core conftest.err conftest.$ac_objext \
5964 conftest$ac_exeext conftest.$ac_ext
e28c595f 5965fi
e552509b
ILT
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
e28c595f 5976else
e552509b
ILT
5977 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5979/* end confdefs.h. */
5980#include "cloog/cloog.h"
5981 #include "cloog/ppl/cloog.h"
5982int
5983main ()
5984{
5985cloog_version ()
5986 ;
5987 return 0;
5988}
5989_ACEOF
5990if ac_fn_c_try_link "$LINENO"; then :
5991 gcc_cv_cloog_type="PPL"
5992else
5993 gcc_cv_cloog_type=no
81ecdfbb 5994fi
e552509b
ILT
5995rm -f core conftest.err conftest.$ac_objext \
5996 conftest$ac_exeext conftest.$ac_ext
5997fi
5998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5999$as_echo "$gcc_cv_cloog_type" >&6; }
6000 ;;
6001 *)
6002 gcc_cv_cloog_type=""
6003 esac
6004
6005 case $gcc_cv_cloog_type in
6006 "PPL Legacy")
6007 clooginc="${clooginc}"
6008 clooglibs="${clooglibs} -lcloog"
6009 cloog_org=no
6010 ;;
6011 "ISL")
6012 clooginc="${clooginc} ${_cloogorginc}"
b123da99 6013 clooglibs="${clooglibs} -lcloog-isl -lisl"
e552509b
ILT
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
81ecdfbb 6027
e552509b
ILT
6028 LIBS=$_cloog_saved_LIBS
6029 CFLAGS=$_cloog_saved_CFLAGS
6030 CPPFLAGS=$_cloog_saved_CPPFLAGS
6031 LDFLAGS=$_cloog_saved_LDFLAGS
e28c595f 6032
e552509b
ILT
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}"
6042 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
6043
6044 if test "${cloog_org}" = yes ; then
8d8eef9a
RW
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; }
e552509b
ILT
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 \
8d8eef9a
RW
6057 || CLOOG_VERSION_MINOR != 16 \
6058 || CLOOG_VERSION_REVISION < 1
e552509b
ILT
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
143754cd 6076$as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
e552509b
ILT
6077if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
6078 $as_echo_n "(cached) " >&6
6079else
81ecdfbb 6080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e28c595f
JM
6081/* end confdefs.h. */
6082#include "cloog/cloog.h"
6083int
6084main ()
6085{
e552509b
ILT
6086#if CLOOG_VERSION_MAJOR != 0 \
6087 || CLOOG_VERSION_MINOR != 15 \
6088 || CLOOG_VERSION_REVISION < 5
6089 choke me
6090 #endif
e28c595f
JM
6091 ;
6092 return 0;
6093}
6094_ACEOF
a009f2e7
RW
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{
e552509b
ILT
6102#if CLOOG_VERSION_MAJOR != 0 \
6103 || CLOOG_VERSION_MINOR != 15 \
6104 || CLOOG_VERSION_REVISION < 9
6105 choke me
6106 #endif
a009f2e7
RW
6107 ;
6108 return 0;
6109}
6110_ACEOF
81ecdfbb 6111if ac_fn_c_try_compile "$LINENO"; then :
e552509b 6112 gcc_cv_cloog_ct_0_15_5=yes
a009f2e7 6113else
e552509b 6114 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
a009f2e7
RW
6115fi
6116rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e28c595f 6117else
e552509b 6118 gcc_cv_cloog_ct_0_15_5=no
e28c595f 6119fi
81ecdfbb 6120rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e28c595f 6121fi
e552509b
ILT
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
6129
6130
6131
e28c595f 6132
e28c595f
JM
6133
6134
6135
8d8eef9a
RW
6136 if test "x${with_cloog}" = xno; then
6137 graphite_requested=no
6138 elif test "x${with_cloog}" != x \
e552509b
ILT
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
8d8eef9a 6159 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
e552509b
ILT
6160 fi
6161
6162
6163fi
6164
700d40ca
ILT
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
143754cd 6174
e49e5c92
DK
6175
6176
6177target_elf=no
6178case $target in
6179 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6180 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
a009f2e7 6181 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
e49e5c92
DK
6182 target_elf=no
6183 ;;
6184 *)
6185 target_elf=yes
6186 ;;
6187esac
6188
6189if test $target_elf = yes; then :
74cea91b
DK
6190 # ELF platforms build the lto-plugin always.
6191 build_lto_plugin=yes
e49e5c92 6192
e49e5c92
DK
6193else
6194 if test x"$default_enable_lto" = x"yes" ; then
29821356 6195 case $target in
a8eb3f0a 6196 *-apple-darwin* | *-cygwin* | *-mingw*) ;;
74cea91b 6197 # On other non-ELF platforms, LTO has yet to be validated.
29821356
RW
6198 *) enable_lto=no ;;
6199 esac
e49e5c92 6200 else
29821356
RW
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
e49e5c92
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
a8eb3f0a 6207 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
e49e5c92
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
a8eb3f0a 6214 # Among non-ELF, only Windows platforms support the lto-plugin so far.
74cea91b 6215 # Build it unless LTO was explicitly disabled.
a8eb3f0a 6216 case $target in
74cea91b 6217 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
a8eb3f0a
DK
6218 *) ;;
6219 esac
74cea91b 6220
e49e5c92
DK
6221fi
6222
700d40ca 6223
e28c595f 6224
947f426e 6225# By default, C is the only stage 1 language.
9b134994 6226stage1_languages=,c,
1d39f329 6227
e8a5fa9c 6228# Target libraries that we bootstrap.
2aa2364a 6229bootstrap_target_libs=,target-libgcc,
e8a5fa9c 6230
9e07f89d
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
096f7d00
DE
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
9e07f89d
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 *)
e552509b
ILT
6273 # From the config-lang.in, get $language, $lang_requires, and
6274 # $lang_requires_boot_languages.
9e07f89d
NN
6275 language=
6276 lang_requires=
e552509b 6277 lang_requires_boot_languages=
9e07f89d 6278 . ${lang_frag}
e552509b 6279 for other in ${lang_requires} ${lang_requires_boot_languages}; do
9e07f89d
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
e552509b
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
9e07f89d
NN
6305 ;;
6306 esac
6307 done
6308
9b134994 6309 new_enable_languages=,c,
700d40ca
ILT
6310
6311 # If LTO is enabled, add the LTO front end.
6312 extra_host_libiberty_configure_flags=
6313 if test "$enable_lto" = "yes" ; then
6811fb56
RW
6314 case ,${enable_languages}, in
6315 *,lto,*) ;;
6316 *) enable_languages="${enable_languages},lto" ;;
6317 esac
a8eb3f0a 6318 if test "${build_lto_plugin}" = "yes" ; then
700d40ca
ILT
6319 configdirs="$configdirs lto-plugin"
6320 extra_host_libiberty_configure_flags=--enable-shared
6321 fi
6322 fi
6323
6324
9e07f89d 6325 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9b134994 6326 potential_languages=,c,
9e07f89d 6327
9e1a94f4
ILT
6328 enabled_target_libs=
6329 disabled_target_libs=
6330
9e07f89d
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 *)
c6b750e1 6338 # From the config-lang.in, get $language, $target_libs,
1d39f329 6339 # $lang_dirs, $boot_language, and $build_by_default
9e07f89d
NN
6340 language=
6341 target_libs=
6342 lang_dirs=
64ce424c 6343 subdir_requires=
9b134994
PB
6344 boot_language=no
6345 build_by_default=yes
9e07f89d 6346 . ${lang_frag}
9b134994
PB
6347 if test x${language} = x; then
6348 echo "${lang_frag} doesn't set \$language." 1>&2
6349 exit 1
6350 fi
6351
1f53ca9a
AO
6352 if test "$language" = "c++" \
6353 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
e8a5fa9c
RW
6354 boot_language=yes
6355 fi
6356
9b134994
PB
6357 case ,${enable_languages}, in
6358 *,${language},*)
9e07f89d
NN
6359 # Language was explicitly selected; include it.
6360 add_this_lang=yes
6361 ;;
9b134994
PB
6362 *,all,*)
6363 # 'all' was selected, select it if it is a default language
6364 add_this_lang=${build_by_default}
9e07f89d
NN
6365 ;;
6366 *)
6367 add_this_lang=no
6368 ;;
6369 esac
4b1cb4fe 6370
64ce424c 6371 # Disable languages that need other directories if these aren't available.
1f3f1bbf 6372 for i in $subdir_requires; do
3d3adb43 6373 test -f "$srcdir/gcc/$i/config-lang.in" && continue
64ce424c
PB
6374 case ,${enable_languages}, in
6375 *,${language},*)
6376 # Specifically requested language; tell them.
81ecdfbb 6377 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
64ce424c
PB
6378 ;;
6379 *)
6380 # Silently disable.
9b134994 6381 add_this_lang=unsupported
64ce424c
PB
6382 ;;
6383 esac
6384 done
6385
9b134994
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.
81ecdfbb 6390 as_fn_error "GNAT is required to build $language" "$LINENO" 5
9b134994
PB
6391 ;;
6392 *:ada:no)
6393 # Silently disable.
6394 add_this_lang=unsupported
6395 ;;
6396 esac
6397
59f7ec45
HPN
6398 # Disable a language that is unsupported by the target.
6399 case " $unsupported_languages " in
6400 *" $language "*)
9b134994 6401 add_this_lang=unsupported
59f7ec45
HPN
6402 ;;
6403 esac
6404
4b1cb4fe 6405 case $add_this_lang in
9b134994 6406 unsupported)
9e07f89d 6407 # Remove language-dependent dirs.
9e1a94f4
ILT
6408 disabled_target_libs="$disabled_target_libs $target_libs"
6409 noconfigdirs="$noconfigdirs $lang_dirs"
1d39f329 6410 ;;
9b134994
PB
6411 no)
6412 # Remove language-dependent dirs; still show language as supported.
9e1a94f4
ILT
6413 disabled_target_libs="$disabled_target_libs $target_libs"
6414 noconfigdirs="$noconfigdirs $lang_dirs"
9b134994
PB
6415 potential_languages="${potential_languages}${language},"
6416 ;;
6417 yes)
6418 new_enable_languages="${new_enable_languages}${language},"
6419 potential_languages="${potential_languages}${language},"
1d39f329 6420 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
9e1a94f4 6421 enabled_target_libs="$enabled_target_libs $target_libs"
f8dc745f
RW
6422 case "${boot_language}:,$enable_stage1_languages," in
6423 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
4fa63067 6424 # Add to (comma-separated) list of stage 1 languages.
f8dc745f
RW
6425 case ",$stage1_languages," in
6426 *,$language,* | ,yes, | ,all,) ;;
6427 *) stage1_languages="${stage1_languages}${language}," ;;
6428 esac
e8a5fa9c
RW
6429 # We need to bootstrap any supporting libraries.
6430 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1d39f329
NN
6431 ;;
6432 esac
6433 ;;
9e07f89d
NN
6434 esac
6435 ;;
6436 esac
6437 done
6438
9e1a94f4
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
81ecdfbb
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
9b134994
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
81ecdfbb
RW
6480fi
6481
9b134994
PB
6482
6483 # Remove leading/trailing commas that were added for simplicity
6484 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4b0ac75d 6485 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9b134994
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
9e07f89d 6489 if test "x$missing_languages" != x; then
81ecdfbb 6490 as_fn_error "
27258dd4 6491The following requested languages could not be built: ${missing_languages}
81ecdfbb 6492Supported languages are: ${potential_languages}" "$LINENO" 5
9e07f89d 6493 fi
9e07f89d
NN
6494 if test "x$new_enable_languages" != "x$enable_languages"; then
6495 echo The following languages will be built: ${new_enable_languages}
9b134994 6496 enable_languages="$new_enable_languages"
9e07f89d 6497 fi
9b134994 6498
c6b750e1 6499
81ec575a 6500 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
9e07f89d
NN
6501fi
6502
a6df5a19
PB
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`
9cc8ae67
PB
6506 varname=`echo $dirname | sed -e s/+/_/g`
6507 if eval test x\${enable_${varname}} "=" xno ; then
a6df5a19
PB
6508 noconfigdirs="$noconfigdirs $dir"
6509 fi
6510done
6511
4f0ef2d8 6512# Check for Boehm's garbage collector
81ecdfbb
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
4f0ef2d8 6516 *,objc,*:*:yes:*target-boehm-gc*)
81ecdfbb 6517 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
4f0ef2d8
CD
6518 ;;
6519esac
81ecdfbb
RW
6520fi
6521
4f0ef2d8
CD
6522
6523# Make sure we only build Boehm's garbage collector if required.
d42c4017
DA
6524case ,${enable_languages},:${enable_objc_gc} in
6525 *,objc,*:yes)
4f0ef2d8
CD
6526 # Keep target-boehm-gc if requested for Objective-C.
6527 ;;
4f0ef2d8 6528 *)
d42c4017
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
4f0ef2d8
CD
6533 ;;
6534esac
6535
caeba88f
AL
6536# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6537# $build_configdirs and $target_configdirs.
9e07f89d
NN
6538# If we have the source for $noconfigdirs entries, add them to $notsupp.
6539
6540notsupp=""
6541for dir in . $skipdirs $noconfigdirs ; do
caeba88f 6542 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
9e07f89d
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
caeba88f
AL
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
9e07f89d
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.
f86e35b8 6577# Don't let libgcc imply libiberty either.
9e07f89d 6578if test -n "${target_configdirs}" ; then
f86e35b8 6579 libgcc=
9e07f89d
NN
6580 others=
6581 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
f86e35b8
NC
6582 if test "$i" = "libgcc"; then
6583 libgcc=target-libgcc
6584 elif test "$i" != "libiberty" ; then
9e07f89d
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
f86e35b8 6592 target_configdirs=$libgcc
9e07f89d
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.
6a9cf61e
PB
6599build_configdirs_all="$build_configdirs"
6600build_configdirs=
6601for i in ${build_configdirs_all} ; do
c6b750e1 6602 j=`echo $i | sed -e s/build-//g`
6a9cf61e
PB
6603 if test -f ${srcdir}/$j/configure ; then
6604 build_configdirs="${build_configdirs} $i"
6605 fi
6606done
6607
9e07f89d
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
6a9cf61e 6615
9e07f89d
NN
6616target_configdirs_all="$target_configdirs"
6617target_configdirs=
6618for i in ${target_configdirs_all} ; do
c6b750e1 6619 j=`echo $i | sed -e s/target-//g`
9e07f89d
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
6a9cf61e 6642 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
9e07f89d
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
18f6b6ee
PB
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
9e07f89d
NN
6713copy_dirs=
6714
c6b750e1 6715
81ecdfbb
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
a19b6204
MM
6719 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6720 fi
6721else
6722 SYSROOT_CFLAGS_FOR_TARGET=
81ecdfbb 6723fi
a19b6204
MM
6724
6725
8a6ee3ab 6726
81ecdfbb
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
8a6ee3ab
JM
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=
81ecdfbb
RW
6738fi
6739
8a6ee3ab
JM
6740
6741
7f6ef0c0
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
9e07f89d
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
18f6b6ee 6782 x=${gcc_cv_tool_prefix}
c6b750e1 6783 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9e07f89d
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.
18f6b6ee 6798 x=${gcc_cv_tool_prefix}
9e07f89d 6799 for l in ${with_libs}; do
c6b750e1 6800 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9e07f89d
NN
6801 done
6802 fi
6803fi
6804
700d40ca 6805# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
2429c060
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.
c6b750e1
DJ
6810#
6811# The command line options always override the explicit settings in
2429c060
PB
6812# configure.in, and the settings in configure.in override this magic.
6813#
c6b750e1 6814# If the default for a toolchain is to use GNU as and ld, and you don't
2429c060 6815# want to do that, then you should use the --without-gnu-as and
700d40ca
ILT
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.
2429c060
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 &&
93f9b408 6827 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2429c060
PB
6828 with_gnu_ld=yes
6829 extra_host_args="$extra_host_args --with-gnu-ld"
6830fi
6831
700d40ca
ILT
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
2429c060
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
9e07f89d
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
2429c060
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 ;;
521ec477 6887 i[34567]86-pc-msdosdjgpp*)
2429c060
PB
6888 md_exec_prefix=/dev/env/DJDIR/bin
6889 ;;
521ec477 6890 i[34567]86-*-sco3.2v5*)
2429c060
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 ;;
8b66833e 6911 xtensa*-*-elf*)
2429c060
PB
6912 ;;
6913
6914 *-*-beos* | \
6915 *-*-elf* | \
6916 *-*-hpux* | \
6917 *-*-netware* | \
6918 *-*-nto-qnx* | \
6919 *-*-rtems* | \
6920 *-*-solaris2* | \
521ec477 6921 *-*-sysv[45]* | \
2429c060
PB
6922 *-*-vxworks* | \
6923 *-wrs-windiss)
6924 md_exec_prefix=/usr/ccs/bin
6925 ;;
6926esac
6927
a0da8069
NN
6928extra_arflags_for_target=
6929extra_nmflags_for_target=
6930extra_ranlibflags_for_target=
6931target_makefile_frag=/dev/null
6932case "${target}" in
4e206d7e
DB
6933 mep*-*-*)
6934 target_makefile_frag="config/mt-mep"
6935 ;;
77d7106f
AM
6936 spu-*-*)
6937 target_makefile_frag="config/mt-spu"
6938 ;;
429acdec
RS
6939 mips*-sde-elf*)
6940 target_makefile_frag="config/mt-sde"
6941 ;;
f3b1e08e
RS
6942 mipsisa*-*-elfoabi*)
6943 target_makefile_frag="config/mt-mips-elfoabi"
6944 ;;
e7c8859c
RS
6945 mips*-*-*linux* | mips*-*-gnu*)
6946 target_makefile_frag="config/mt-mips-gnu"
6947 ;;
2a3124ca 6948 *-*-netware*)
a0da8069
NN
6949 target_makefile_frag="config/mt-netware"
6950 ;;
29383458 6951 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 6952 target_makefile_frag="config/mt-gnu"
a0da8069
NN
6953 ;;
6954 *-*-aix4.[3456789]* | *-*-aix[56789].*)
c6b750e1 6955 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
a0da8069
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 ;;
92f4e989
JM
6961 *-*-darwin[3-9]*)
6962 # ranlib before Darwin10 requires the -c flag to look at common symbols.
a0da8069
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
a0da8069
NN
7000# Default to using --with-stabs for certain targets.
7001if test x${with_stabs} = x ; then
7002 case "${target}" in
e31d1ea3 7003 mips*-*-irix[56]*)
a0da8069
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
c6b750e1 7015 hppa*64*-*-hpux11*)
a0da8069
NN
7016 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
7017 ;;
7018esac
7019
a0da8069
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.
c6b750e1 7022tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
7023build_tooldir=${tooldir}
7024
a0da8069
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
a0da8069
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
c6b750e1 7052fi
a0da8069
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
3bbd2f8f 7091# Decide which environment variable is used to find dynamic libraries.
a0da8069
NN
7092case "${host}" in
7093 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
9a237d9e 7094 *-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 7095 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
a0da8069
NN
7096 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7097esac
7098
3bbd2f8f 7099# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
7100# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7101# built executables to PATH.
3bbd2f8f
AL
7102if test "$RPATH_ENVVAR" = PATH; then
7103 GCC_SHLIB_SUBDIR=/shlib
7104else
7105 GCC_SHLIB_SUBDIR=
7106fi
7107
a0da8069
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'`
6a9cf61e 7111build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
a0da8069 7112
2aa2364a
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
a0da8069
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.
c180f501 7125
675c6968 7126gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
a0da8069
NN
7127case "$enable_gdbtk" in
7128 no)
7129 GDB_TK="" ;;
c180f501
AC
7130 yes)
7131 GDB_TK="${gdb_tk}" ;;
a0da8069 7132 *)
c180f501
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 ;;
a0da8069 7142esac
907be67c
DJ
7143CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7144INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
a0da8069 7145
6bd3dfaa 7146# Strip out unwanted targets.
dd12c3a8
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.
dd12c3a8 7151
06a51eac
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.
dd12c3a8 7159
81ecdfbb
RW
7160# Check whether --enable-bootstrap was given.
7161if test "${enable_bootstrap+set}" = set; then :
7162 enableval=$enable_bootstrap;
319cab08 7163else
9cb3fa6f 7164 enable_bootstrap=default
81ecdfbb
RW
7165fi
7166
319cab08 7167
9cb3fa6f
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
0aed8855 7177 # Default behavior. Enable bootstrap if we have a compiler
9cb3fa6f
PB
7178 # and we are in a native configuration.
7179 yes:$build:$build:default)
0aed8855 7180 enable_bootstrap=yes ;;
9cb3fa6f
PB
7181
7182 *:*:*:default)
7183 enable_bootstrap=no ;;
7184
7185 # We have a compiler and we are in a native configuration, bootstrap is ok
80911fe1 7186 yes:$build:$build:yes)
9cb3fa6f
PB
7187 ;;
7188
7189 # Other configurations, but we have a compiler. Assume the user knows
7190 # what he's doing.
80911fe1 7191 yes:*:*:yes)
81ecdfbb
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;}
9cb3fa6f
PB
7194 ;;
7195
7196 # No compiler: if they passed --enable-bootstrap explicitly, fail
80911fe1 7197 no:*:*:yes)
81ecdfbb 7198 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
9cb3fa6f
PB
7199
7200 # Fail if wrong command line
7201 *)
81ecdfbb 7202 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
9cb3fa6f
PB
7203 ;;
7204esac
7205
4385ad3c
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
16b1ad29
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
9cb3fa6f 7220# Adjust the toplevel makefile according to whether bootstrap was selected.
96655cc4 7221case $enable_bootstrap in
319cab08 7222 yes)
96655cc4
AO
7223 bootstrap_suffix=bootstrap
7224 BUILD_CONFIG=bootstrap-debug
7225 ;;
319cab08 7226 no)
96655cc4
AO
7227 bootstrap_suffix=no-bootstrap
7228 BUILD_CONFIG=
7229 ;;
319cab08
PB
7230esac
7231
96655cc4
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; }
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
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 &&
a009f2e7 7255 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
96655cc4
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
06a51eac 7268extrasub_build=
6a9cf61e 7269for module in ${build_configdirs} ; do
498d4a71
CF
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
06a51eac 7275 extrasub_build="$extrasub_build
498d4a71
CF
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
06a51eac 7281extrasub_host=
498d4a71 7282for module in ${configdirs} ; do
80911fe1 7283 if test -z "${no_recursion}"; then
8cf39b1b 7284 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
7285 if test -f ${file}; then
7286 echo 1>&2 "*** removing ${file} to force reconfigure"
7287 rm -f ${file}
7288 fi
7289 done
498d4a71 7290 fi
06a51eac 7291 extrasub_host="$extrasub_host
498d4a71
CF
7292/^@if $module\$/d
7293/^@endif $module\$/d
7294/^@if $module-$bootstrap_suffix\$/d
7295/^@endif $module-$bootstrap_suffix\$/d"
7296done
06a51eac 7297extrasub_target=
498d4a71
CF
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
e8a5fa9c
RW
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
06a51eac 7311 extrasub_target="$extrasub_target
498d4a71
CF
7312/^@if target-$module\$/d
7313/^@endif target-$module\$/d
e8a5fa9c
RW
7314/^@if target-$module-$target_bootstrap_suffix\$/d
7315/^@endif target-$module-$target_bootstrap_suffix\$/d"
498d4a71
CF
7316done
7317
06a51eac
RW
7318# Do the final fixup along with target modules.
7319extrasub_target="$extrasub_target
6bd3dfaa 7320/^@if /,/^@endif /d"
a0da8069
NN
7321
7322# Create the serialization dependencies. This uses a temporary file.
7323
81ecdfbb
RW
7324# Check whether --enable-serial-configure was given.
7325if test "${enable_serial_configure+set}" = set; then :
7326 enableval=$enable_serial_configure;
7327fi
e6bfb94a
AO
7328
7329
1047cb91
DD
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
a0da8069
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
e6bfb94a 7341echo '# serdep.tmp' > serdep.tmp
a0da8069 7342olditem=
1047cb91 7343test "x${enable_serial_build_configure}" = xyes &&
a0da8069
NN
7344for item in ${build_configdirs} ; do
7345 case ${olditem} in
7346 "") ;;
e6bfb94a 7347 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7348 esac
7349 olditem=${item}
7350done
7351olditem=
1047cb91 7352test "x${enable_serial_host_configure}" = xyes &&
a0da8069
NN
7353for item in ${configdirs} ; do
7354 case ${olditem} in
7355 "") ;;
e6bfb94a 7356 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7357 esac
7358 olditem=${item}
7359done
7360olditem=
1047cb91 7361test "x${enable_serial_target_configure}" = xyes &&
a0da8069
NN
7362for item in ${target_configdirs} ; do
7363 case ${olditem} in
7364 "") ;;
e6bfb94a 7365 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7366 esac
7367 olditem=${item}
7368done
7369serialization_dependencies=serdep.tmp
7370
7371
e6bfb94a 7372# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1 7373# target, nonopt, and variable assignments. These are the ones we
30167e0a
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.
c6b750e1 7379baseargs=
65b4571a 7380tbaseargs=
c6b750e1
DJ
7381keep_next=no
7382skip_next=no
7383eval "set -- $ac_configure_args"
18f6b6ee
PB
7384for ac_arg
7385do
c6b750e1
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'"
65b4571a 7396 tbaseargs="$tbaseargs '$ac_arg'"
c6b750e1
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
65b4571a
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
c6b750e1 7451 case "$ac_arg" in
30167e0a
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'"
65b4571a 7456 tbaseargs="$tbaseargs '$ac_arg'"
30167e0a
NC
7457 # Assert: $separate_arg should always be no.
7458 keep_next=$separate_arg
7459 ;;
c6b750e1
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'"
65b4571a
AO
7487 if test X"$skip_targ" = Xno; then
7488 tbaseargs="$tbaseargs '$ac_arg'"
7489 fi
c6b750e1
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'`
a0da8069 7502
f27d4f92
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
c6b750e1 7507# quotes, because this will be expanded first by make and then by the shell.
f27d4f92
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}'"
65b4571a 7516tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
7517if test "$silent" = yes; then
7518 baseargs="$baseargs --silent"
65b4571a 7519 tbaseargs="$tbaseargs --silent"
2444379b 7520fi
34a0f3cf 7521baseargs="$baseargs --disable-option-checking"
65b4571a 7522tbaseargs="$tbaseargs --disable-option-checking"
f27d4f92 7523
4074d5f2
RW
7524# Record and document user additions to sub configure arguments.
7525
7526
7527
7528
a0da8069
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.
4074d5f2 7532build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
a0da8069
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
82252c06
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.
4074d5f2 7546host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
a0da8069 7547
65b4571a 7548target_configargs="$target_configargs ${tbaseargs}"
a0da8069
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
c6b750e1 7556 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
a0da8069
NN
7557fi
7558
938d2b74
RW
7559# Default to --enable-multilib.
7560if test x${enable_multilib} = x ; then
a0da8069 7561 target_configargs="--enable-multilib ${target_configargs}"
938d2b74 7562fi
a0da8069
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
95036d20
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
ae380b45
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.
4b900473 7582target_configargs="--cache-file=./config.cache ${target_configargs}"
a0da8069 7583
a0da8069
NN
7584FLAGS_FOR_TARGET=
7585case " $target_configdirs " in
7586 *" newlib "*)
7587 case " $target_configargs " in
7588 *" --with-newlib "*)
7589 case "$target" in
1f53ca9a
AO
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 ;;
a0da8069
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.
e552509b 7605 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
a0da8069
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
ec11bdc6 7619 i[3456789]86-*-linux*-no)
a0da8069
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'
691bb5a1
DD
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
a0da8069
NN
7642 ;;
7643 esac
7644 ;;
7645 esac
7646 ;;
7647esac
1f53ca9a 7648
45055374 7649case "$target" in
1f53ca9a
AO
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 ;;
45055374 7659esac
a0da8069 7660
5fbad20a
DD
7661# Allow the user to override the flags for
7662# our build compiler if desired.
c66487f8
NC
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
5fbad20a 7668
a0da8069
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.
bba45b8b 7675 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
a0da8069
NN
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.
b00612cc 7681 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
a0da8069
NN
7682fi
7683
a481dbb7
DD
7684# Search for other target-specific linker scripts and such.
7685case "${target}" in
4e206d7e
DB
7686 mep*)
7687 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7688 ;;
7689esac
7690
a0da8069 7691# Makefile fragments.
3e707e94
PB
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
a0da8069
NN
7699
7700
7701
7702
7703
7704# Miscellanea: directories, flags, etc.
7705
7706
7707
7708
7709
7710
7711
3bbd2f8f 7712
6a9cf61e 7713# Build module lists & subconfigure args.
a0da8069
NN
7714
7715
7716
be01d343
PB
7717# Host module lists & subconfigure args.
7718
7719
7720
911e63d0 7721
be01d343
PB
7722# Target module lists & subconfigure args.
7723
7724
7725
7726# Build tools.
7727
7728
7729
1576798e
PB
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
e552509b 7744
be01d343
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
c6b750e1 7752 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7753set dummy $ac_prog; ac_word=$2
81ecdfbb
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
be01d343
PB
7758else
7759 if test -n "$YACC"; then
7760 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7761else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 7769 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7771 break 2
7772 fi
7773done
81ecdfbb
RW
7774 done
7775IFS=$as_save_IFS
c6b750e1 7776
be01d343
PB
7777fi
7778fi
c6b750e1 7779YACC=$ac_cv_prog_YACC
be01d343 7780if test -n "$YACC"; then
81ecdfbb
RW
7781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7782$as_echo "$YACC" >&6; }
be01d343 7783else
81ecdfbb
RW
7784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7785$as_echo "no" >&6; }
be01d343
PB
7786fi
7787
81ecdfbb 7788
c6b750e1 7789 test -n "$YACC" && break
be01d343
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
c6b750e1 7800 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7801set dummy $ac_prog; ac_word=$2
81ecdfbb
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
be01d343
PB
7806else
7807 if test -n "$BISON"; then
7808 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7809else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 7817 ac_cv_prog_BISON="$ac_prog"
81ecdfbb 7818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7819 break 2
7820 fi
7821done
81ecdfbb
RW
7822 done
7823IFS=$as_save_IFS
c6b750e1 7824
be01d343
PB
7825fi
7826fi
c6b750e1 7827BISON=$ac_cv_prog_BISON
be01d343 7828if test -n "$BISON"; then
81ecdfbb
RW
7829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7830$as_echo "$BISON" >&6; }
be01d343 7831else
81ecdfbb
RW
7832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7833$as_echo "no" >&6; }
be01d343
PB
7834fi
7835
81ecdfbb 7836
c6b750e1 7837 test -n "$BISON" && break
be01d343
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
c6b750e1 7847 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7848set dummy $ac_prog; ac_word=$2
81ecdfbb
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
be01d343
PB
7853else
7854 if test -n "$M4"; then
7855 ac_cv_prog_M4="$M4" # Let the user override the test.
7856else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 7864 ac_cv_prog_M4="$ac_prog"
81ecdfbb 7865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7866 break 2
7867 fi
7868done
81ecdfbb
RW
7869 done
7870IFS=$as_save_IFS
c6b750e1 7871
be01d343
PB
7872fi
7873fi
c6b750e1 7874M4=$ac_cv_prog_M4
be01d343 7875if test -n "$M4"; then
81ecdfbb
RW
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7877$as_echo "$M4" >&6; }
be01d343 7878else
81ecdfbb
RW
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7880$as_echo "no" >&6; }
be01d343
PB
7881fi
7882
81ecdfbb 7883
c6b750e1 7884 test -n "$M4" && break
be01d343
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
c6b750e1 7894 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7895set dummy $ac_prog; ac_word=$2
81ecdfbb
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
be01d343
PB
7900else
7901 if test -n "$LEX"; then
7902 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7903else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 7911 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 7912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7913 break 2
7914 fi
7915done
81ecdfbb
RW
7916 done
7917IFS=$as_save_IFS
c6b750e1 7918
be01d343
PB
7919fi
7920fi
c6b750e1 7921LEX=$ac_cv_prog_LEX
be01d343 7922if test -n "$LEX"; then
81ecdfbb
RW
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7924$as_echo "$LEX" >&6; }
be01d343 7925else
81ecdfbb
RW
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7927$as_echo "no" >&6; }
be01d343
PB
7928fi
7929
81ecdfbb 7930
c6b750e1 7931 test -n "$LEX" && break
be01d343
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
c6b750e1 7942 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7943set dummy $ac_prog; ac_word=$2
81ecdfbb
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
be01d343
PB
7948else
7949 if test -n "$FLEX"; then
7950 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7951else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 7959 ac_cv_prog_FLEX="$ac_prog"
81ecdfbb 7960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7961 break 2
7962 fi
7963done
81ecdfbb
RW
7964 done
7965IFS=$as_save_IFS
c6b750e1 7966
be01d343
PB
7967fi
7968fi
c6b750e1 7969FLEX=$ac_cv_prog_FLEX
be01d343 7970if test -n "$FLEX"; then
81ecdfbb
RW
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7972$as_echo "$FLEX" >&6; }
be01d343 7973else
81ecdfbb
RW
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7975$as_echo "no" >&6; }
be01d343
PB
7976fi
7977
81ecdfbb 7978
c6b750e1 7979 test -n "$FLEX" && break
be01d343
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
c6b750e1 7989 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7990set dummy $ac_prog; ac_word=$2
81ecdfbb
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
be01d343
PB
7995else
7996 if test -n "$MAKEINFO"; then
7997 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7998else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 8006 ac_cv_prog_MAKEINFO="$ac_prog"
81ecdfbb 8007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8008 break 2
8009 fi
8010done
81ecdfbb
RW
8011 done
8012IFS=$as_save_IFS
c6b750e1 8013
be01d343
PB
8014fi
8015fi
c6b750e1 8016MAKEINFO=$ac_cv_prog_MAKEINFO
be01d343 8017if test -n "$MAKEINFO"; then
81ecdfbb
RW
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8019$as_echo "$MAKEINFO" >&6; }
be01d343 8020else
81ecdfbb
RW
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8022$as_echo "no" >&6; }
be01d343
PB
8023fi
8024
81ecdfbb 8025
c6b750e1 8026 test -n "$MAKEINFO" && break
be01d343
PB
8027done
8028test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8029
8030case " $build_configdirs " in
8031 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8032 *)
8033
10ad8ef3 8034 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
8035 # higher, else we use the "missing" dummy.
8036 if ${MAKEINFO} --version \
10ad8ef3 8037 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
8038 :
8039 else
8040 MAKEINFO="$MISSING makeinfo"
8041 fi
8042 ;;
8043
8044esac
a0da8069 8045
be01d343 8046# FIXME: expect and dejagnu may become build tools?
a0da8069 8047
be01d343
PB
8048for ac_prog in expect
8049do
c6b750e1 8050 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8051set dummy $ac_prog; ac_word=$2
81ecdfbb
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
be01d343
PB
8056else
8057 if test -n "$EXPECT"; then
8058 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8059else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 8067 ac_cv_prog_EXPECT="$ac_prog"
81ecdfbb 8068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8069 break 2
8070 fi
8071done
81ecdfbb
RW
8072 done
8073IFS=$as_save_IFS
c6b750e1 8074
be01d343
PB
8075fi
8076fi
c6b750e1 8077EXPECT=$ac_cv_prog_EXPECT
be01d343 8078if test -n "$EXPECT"; then
81ecdfbb
RW
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8080$as_echo "$EXPECT" >&6; }
be01d343 8081else
81ecdfbb
RW
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8083$as_echo "no" >&6; }
be01d343 8084fi
a0da8069 8085
81ecdfbb 8086
c6b750e1 8087 test -n "$EXPECT" && break
be01d343
PB
8088done
8089test -n "$EXPECT" || EXPECT="expect"
a0da8069 8090
be01d343
PB
8091case " $configdirs " in
8092 *" expect "*)
8093 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8094 ;;
8095esac
a0da8069 8096
be01d343
PB
8097for ac_prog in runtest
8098do
c6b750e1 8099 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8100set dummy $ac_prog; ac_word=$2
81ecdfbb
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
be01d343
PB
8105else
8106 if test -n "$RUNTEST"; then
8107 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8108else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 8116 ac_cv_prog_RUNTEST="$ac_prog"
81ecdfbb 8117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8118 break 2
8119 fi
8120done
81ecdfbb
RW
8121 done
8122IFS=$as_save_IFS
c6b750e1 8123
be01d343
PB
8124fi
8125fi
c6b750e1 8126RUNTEST=$ac_cv_prog_RUNTEST
be01d343 8127if test -n "$RUNTEST"; then
81ecdfbb
RW
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8129$as_echo "$RUNTEST" >&6; }
be01d343 8130else
81ecdfbb
RW
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8132$as_echo "no" >&6; }
be01d343 8133fi
a0da8069 8134
81ecdfbb 8135
c6b750e1 8136 test -n "$RUNTEST" && break
be01d343
PB
8137done
8138test -n "$RUNTEST" || RUNTEST="runtest"
a0da8069 8139
be01d343
PB
8140case " $configdirs " in
8141 *" dejagnu "*)
6b89cc21 8142 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
8143 ;;
8144esac
a0da8069
NN
8145
8146
a0da8069 8147# Host tools.
859789af
AC
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
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 8180 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8182 break 2
8183 fi
8184done
81ecdfbb
RW
8185 done
8186IFS=$as_save_IFS
9a819804
AO
8187
8188fi
8189fi
8190AR=$ac_cv_prog_AR
8191if test -n "$AR"; then
81ecdfbb
RW
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8193$as_echo "$AR" >&6; }
9a819804 8194else
81ecdfbb
RW
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8196$as_echo "no" >&6; }
9a819804
AO
8197fi
8198
81ecdfbb 8199
9a819804
AO
8200 done
8201fi
8202
8203for ncn_progname in ar; do
05cbd757
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
81ecdfbb
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
859789af
AC
8211else
8212 if test -n "$AR"; then
8213 ac_cv_prog_AR="$AR" # Let the user override the test.
8214else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 8222 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8224 break 2
8225 fi
8226done
81ecdfbb
RW
8227 done
8228IFS=$as_save_IFS
c6b750e1 8229
859789af
AC
8230fi
8231fi
c6b750e1 8232AR=$ac_cv_prog_AR
859789af 8233if test -n "$AR"; then
81ecdfbb
RW
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8235$as_echo "$AR" >&6; }
859789af 8236else
81ecdfbb
RW
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8238$as_echo "no" >&6; }
859789af
AC
8239fi
8240
81ecdfbb 8241
05cbd757
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
81ecdfbb
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
859789af 8250else
05cbd757
PB
8251 if test -n "$AR"; then
8252 ac_cv_prog_AR="$AR" # Let the user override the test.
859789af 8253else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 8261 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8263 break 2
8264 fi
8265done
81ecdfbb
RW
8266 done
8267IFS=$as_save_IFS
c6b750e1 8268
859789af
AC
8269fi
8270fi
c6b750e1 8271AR=$ac_cv_prog_AR
05cbd757 8272if test -n "$AR"; then
81ecdfbb
RW
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8274$as_echo "$AR" >&6; }
859789af 8275else
81ecdfbb
RW
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8277$as_echo "no" >&6; }
859789af 8278fi
c6b750e1 8279
81ecdfbb 8280
05cbd757
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"
859789af 8289 else
05cbd757 8290 AR="${ncn_tool_prefix}$2"
859789af 8291 fi
859789af
AC
8292fi
8293
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 8321 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8323 break 2
8324 fi
8325done
81ecdfbb
RW
8326 done
8327IFS=$as_save_IFS
9a819804
AO
8328
8329fi
8330fi
8331AS=$ac_cv_prog_AS
8332if test -n "$AS"; then
81ecdfbb
RW
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8334$as_echo "$AS" >&6; }
9a819804 8335else
81ecdfbb
RW
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8337$as_echo "no" >&6; }
9a819804
AO
8338fi
8339
81ecdfbb 8340
9a819804
AO
8341 done
8342fi
8343
8344for ncn_progname in as; do
05cbd757
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
81ecdfbb
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
859789af
AC
8352else
8353 if test -n "$AS"; then
8354 ac_cv_prog_AS="$AS" # Let the user override the test.
c6b750e1
DJ
8355else
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=.
81ecdfbb
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
c6b750e1 8363 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8365 break 2
8366 fi
8367done
81ecdfbb
RW
8368 done
8369IFS=$as_save_IFS
c6b750e1 8370
859789af
AC
8371fi
8372fi
c6b750e1 8373AS=$ac_cv_prog_AS
859789af 8374if test -n "$AS"; then
81ecdfbb
RW
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8376$as_echo "$AS" >&6; }
859789af 8377else
81ecdfbb
RW
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8379$as_echo "no" >&6; }
859789af
AC
8380fi
8381
81ecdfbb 8382
05cbd757
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
81ecdfbb
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
859789af 8391else
05cbd757
PB
8392 if test -n "$AS"; then
8393 ac_cv_prog_AS="$AS" # Let the user override the test.
859789af 8394else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 8402 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8404 break 2
8405 fi
8406done
81ecdfbb
RW
8407 done
8408IFS=$as_save_IFS
c6b750e1 8409
859789af
AC
8410fi
8411fi
c6b750e1 8412AS=$ac_cv_prog_AS
05cbd757 8413if test -n "$AS"; then
81ecdfbb
RW
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8415$as_echo "$AS" >&6; }
859789af 8416else
81ecdfbb
RW
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8418$as_echo "no" >&6; }
859789af 8419fi
c6b750e1 8420
81ecdfbb 8421
05cbd757
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"
859789af 8430 else
05cbd757 8431 AS="${ncn_tool_prefix}$2"
859789af 8432 fi
859789af
AC
8433fi
8434
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 8462 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8464 break 2
8465 fi
8466done
81ecdfbb
RW
8467 done
8468IFS=$as_save_IFS
9a819804
AO
8469
8470fi
8471fi
8472DLLTOOL=$ac_cv_prog_DLLTOOL
8473if test -n "$DLLTOOL"; then
81ecdfbb
RW
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8475$as_echo "$DLLTOOL" >&6; }
9a819804 8476else
81ecdfbb
RW
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8478$as_echo "no" >&6; }
9a819804
AO
8479fi
8480
81ecdfbb 8481
9a819804
AO
8482 done
8483fi
8484
8485for ncn_progname in dlltool; do
05cbd757
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
81ecdfbb
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
859789af
AC
8493else
8494 if test -n "$DLLTOOL"; then
8495 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8496else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 8504 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8506 break 2
8507 fi
8508done
81ecdfbb
RW
8509 done
8510IFS=$as_save_IFS
c6b750e1 8511
859789af
AC
8512fi
8513fi
c6b750e1 8514DLLTOOL=$ac_cv_prog_DLLTOOL
859789af 8515if test -n "$DLLTOOL"; then
81ecdfbb
RW
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8517$as_echo "$DLLTOOL" >&6; }
859789af 8518else
81ecdfbb
RW
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8520$as_echo "no" >&6; }
859789af
AC
8521fi
8522
81ecdfbb 8523
05cbd757
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
81ecdfbb
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
859789af 8532else
05cbd757
PB
8533 if test -n "$DLLTOOL"; then
8534 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
859789af 8535else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 8543 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8545 break 2
8546 fi
8547done
81ecdfbb
RW
8548 done
8549IFS=$as_save_IFS
c6b750e1 8550
859789af
AC
8551fi
8552fi
c6b750e1 8553DLLTOOL=$ac_cv_prog_DLLTOOL
05cbd757 8554if test -n "$DLLTOOL"; then
81ecdfbb
RW
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8556$as_echo "$DLLTOOL" >&6; }
859789af 8557else
81ecdfbb
RW
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8559$as_echo "no" >&6; }
859789af 8560fi
c6b750e1 8561
81ecdfbb 8562
05cbd757
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"
859789af 8571 else
05cbd757 8572 DLLTOOL="${ncn_tool_prefix}$2"
859789af 8573 fi
859789af
AC
8574fi
8575
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 8603 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8605 break 2
8606 fi
8607done
81ecdfbb
RW
8608 done
8609IFS=$as_save_IFS
9a819804
AO
8610
8611fi
8612fi
8613LD=$ac_cv_prog_LD
8614if test -n "$LD"; then
81ecdfbb
RW
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8616$as_echo "$LD" >&6; }
9a819804 8617else
81ecdfbb
RW
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8619$as_echo "no" >&6; }
9a819804
AO
8620fi
8621
81ecdfbb 8622
9a819804
AO
8623 done
8624fi
8625
8626for ncn_progname in ld; do
05cbd757
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
81ecdfbb
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
859789af
AC
8634else
8635 if test -n "$LD"; then
8636 ac_cv_prog_LD="$LD" # Let the user override the test.
8637else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 8645 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8647 break 2
8648 fi
8649done
81ecdfbb
RW
8650 done
8651IFS=$as_save_IFS
c6b750e1 8652
859789af
AC
8653fi
8654fi
c6b750e1 8655LD=$ac_cv_prog_LD
859789af 8656if test -n "$LD"; then
81ecdfbb
RW
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8658$as_echo "$LD" >&6; }
859789af 8659else
81ecdfbb
RW
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8661$as_echo "no" >&6; }
859789af
AC
8662fi
8663
81ecdfbb 8664
05cbd757
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
81ecdfbb
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
859789af 8673else
05cbd757
PB
8674 if test -n "$LD"; then
8675 ac_cv_prog_LD="$LD" # Let the user override the test.
376a0e54 8676else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 8684 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8686 break 2
8687 fi
8688done
81ecdfbb
RW
8689 done
8690IFS=$as_save_IFS
c6b750e1 8691
859789af
AC
8692fi
8693fi
c6b750e1 8694LD=$ac_cv_prog_LD
05cbd757 8695if test -n "$LD"; then
81ecdfbb
RW
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8697$as_echo "$LD" >&6; }
859789af 8698else
81ecdfbb
RW
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8700$as_echo "no" >&6; }
859789af 8701fi
c6b750e1 8702
81ecdfbb 8703
05cbd757
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"
859789af 8712 else
05cbd757 8713 LD="${ncn_tool_prefix}$2"
859789af 8714 fi
859789af
AC
8715fi
8716
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 8744 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8746 break 2
8747 fi
8748done
81ecdfbb
RW
8749 done
8750IFS=$as_save_IFS
9a819804
AO
8751
8752fi
8753fi
8754LIPO=$ac_cv_prog_LIPO
8755if test -n "$LIPO"; then
81ecdfbb
RW
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8757$as_echo "$LIPO" >&6; }
9a819804 8758else
81ecdfbb
RW
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8760$as_echo "no" >&6; }
9a819804
AO
8761fi
8762
81ecdfbb 8763
9a819804
AO
8764 done
8765fi
8766
8767for ncn_progname in lipo; do
be01d343
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
81ecdfbb
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
be01d343
PB
8775else
8776 if test -n "$LIPO"; then
8777 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8778else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 8786 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8788 break 2
8789 fi
8790done
81ecdfbb
RW
8791 done
8792IFS=$as_save_IFS
c6b750e1 8793
be01d343
PB
8794fi
8795fi
c6b750e1 8796LIPO=$ac_cv_prog_LIPO
be01d343 8797if test -n "$LIPO"; then
81ecdfbb
RW
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8799$as_echo "$LIPO" >&6; }
be01d343 8800else
81ecdfbb
RW
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8802$as_echo "no" >&6; }
be01d343
PB
8803fi
8804
81ecdfbb 8805
be01d343
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
81ecdfbb
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
be01d343
PB
8814else
8815 if test -n "$LIPO"; then
8816 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8817else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 8825 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8827 break 2
8828 fi
8829done
81ecdfbb
RW
8830 done
8831IFS=$as_save_IFS
c6b750e1 8832
be01d343
PB
8833fi
8834fi
c6b750e1 8835LIPO=$ac_cv_prog_LIPO
be01d343 8836if test -n "$LIPO"; then
81ecdfbb
RW
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8838$as_echo "$LIPO" >&6; }
be01d343 8839else
81ecdfbb
RW
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8841$as_echo "no" >&6; }
be01d343 8842fi
c6b750e1 8843
81ecdfbb 8844
be01d343
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
9a819804
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
81ecdfbb
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
859789af
AC
8874else
8875 if test -n "$NM"; then
8876 ac_cv_prog_NM="$NM" # Let the user override the test.
8877else
c6b750e1
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=.
81ecdfbb
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
9a819804 8885 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8887 break 2
8888 fi
8889done
81ecdfbb
RW
8890 done
8891IFS=$as_save_IFS
c6b750e1 8892
859789af
AC
8893fi
8894fi
c6b750e1 8895NM=$ac_cv_prog_NM
859789af 8896if test -n "$NM"; then
81ecdfbb
RW
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8898$as_echo "$NM" >&6; }
859789af 8899else
81ecdfbb
RW
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8901$as_echo "no" >&6; }
859789af
AC
8902fi
8903
81ecdfbb 8904
9a819804
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
81ecdfbb
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
859789af 8916else
05cbd757
PB
8917 if test -n "$NM"; then
8918 ac_cv_prog_NM="$NM" # Let the user override the test.
859789af 8919else
c6b750e1
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=.
81ecdfbb
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
9a819804 8927 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8929 break 2
8930 fi
8931done
81ecdfbb
RW
8932 done
8933IFS=$as_save_IFS
c6b750e1 8934
859789af
AC
8935fi
8936fi
c6b750e1 8937NM=$ac_cv_prog_NM
05cbd757 8938if test -n "$NM"; then
81ecdfbb
RW
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8940$as_echo "$NM" >&6; }
859789af 8941else
81ecdfbb
RW
8942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8943$as_echo "no" >&6; }
859789af 8944fi
c6b750e1 8945
81ecdfbb 8946
05cbd757 8947 fi
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 8966 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8968 break 2
8969 fi
8970done
81ecdfbb
RW
8971 done
8972IFS=$as_save_IFS
9a819804
AO
8973
8974fi
8975fi
8976NM=$ac_cv_prog_NM
8977if test -n "$NM"; then
81ecdfbb
RW
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8979$as_echo "$NM" >&6; }
9a819804 8980else
81ecdfbb
RW
8981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8982$as_echo "no" >&6; }
9a819804
AO
8983fi
8984
81ecdfbb 8985
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 9026 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 9027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9028 break 2
9029 fi
9030done
81ecdfbb
RW
9031 done
9032IFS=$as_save_IFS
9a819804
AO
9033
9034fi
9035fi
9036RANLIB=$ac_cv_prog_RANLIB
9037if test -n "$RANLIB"; then
81ecdfbb
RW
9038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9039$as_echo "$RANLIB" >&6; }
9a819804 9040else
81ecdfbb
RW
9041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9042$as_echo "no" >&6; }
9a819804
AO
9043fi
9044
81ecdfbb 9045
9a819804
AO
9046 done
9047fi
859789af 9048
9a819804 9049for ncn_progname in ranlib; do
05cbd757
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
81ecdfbb
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
859789af
AC
9057else
9058 if test -n "$RANLIB"; then
9059 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9060else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 9068 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9070 break 2
9071 fi
9072done
81ecdfbb
RW
9073 done
9074IFS=$as_save_IFS
c6b750e1 9075
859789af
AC
9076fi
9077fi
c6b750e1 9078RANLIB=$ac_cv_prog_RANLIB
859789af 9079if test -n "$RANLIB"; then
81ecdfbb
RW
9080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9081$as_echo "$RANLIB" >&6; }
859789af 9082else
81ecdfbb
RW
9083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9084$as_echo "no" >&6; }
859789af
AC
9085fi
9086
81ecdfbb 9087
05cbd757
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
81ecdfbb
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
859789af 9096else
05cbd757
PB
9097 if test -n "$RANLIB"; then
9098 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
859789af 9099else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 9107 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 9108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9109 break 2
9110 fi
9111done
81ecdfbb
RW
9112 done
9113IFS=$as_save_IFS
c6b750e1 9114
859789af
AC
9115fi
9116fi
c6b750e1 9117RANLIB=$ac_cv_prog_RANLIB
05cbd757 9118if test -n "$RANLIB"; then
81ecdfbb
RW
9119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9120$as_echo "$RANLIB" >&6; }
859789af 9121else
81ecdfbb
RW
9122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9123$as_echo "no" >&6; }
859789af 9124fi
c6b750e1 9125
81ecdfbb 9126
859789af 9127 fi
05cbd757
PB
9128 test -n "$ac_cv_prog_RANLIB" && break
9129done
9130
9131if test -z "$ac_cv_prog_RANLIB" ; then
ba98da75 9132 RANLIB="true"
859789af
AC
9133fi
9134
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 9162 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9164 break 2
9165 fi
9166done
81ecdfbb
RW
9167 done
9168IFS=$as_save_IFS
9a819804
AO
9169
9170fi
9171fi
9172STRIP=$ac_cv_prog_STRIP
9173if test -n "$STRIP"; then
81ecdfbb
RW
9174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9175$as_echo "$STRIP" >&6; }
9a819804 9176else
81ecdfbb
RW
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9178$as_echo "no" >&6; }
9a819804
AO
9179fi
9180
81ecdfbb 9181
9a819804
AO
9182 done
9183fi
9184
9185for ncn_progname in strip; do
be01d343
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
81ecdfbb
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
be01d343
PB
9193else
9194 if test -n "$STRIP"; then
9195 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9196else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 9204 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9206 break 2
9207 fi
9208done
81ecdfbb
RW
9209 done
9210IFS=$as_save_IFS
c6b750e1 9211
be01d343
PB
9212fi
9213fi
c6b750e1 9214STRIP=$ac_cv_prog_STRIP
be01d343 9215if test -n "$STRIP"; then
81ecdfbb
RW
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9217$as_echo "$STRIP" >&6; }
be01d343 9218else
81ecdfbb
RW
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9220$as_echo "no" >&6; }
be01d343
PB
9221fi
9222
81ecdfbb 9223
be01d343
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
81ecdfbb
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
be01d343
PB
9232else
9233 if test -n "$STRIP"; then
9234 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9235else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 9243 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9245 break 2
9246 fi
9247done
81ecdfbb
RW
9248 done
9249IFS=$as_save_IFS
c6b750e1 9250
be01d343
PB
9251fi
9252fi
c6b750e1 9253STRIP=$ac_cv_prog_STRIP
be01d343 9254if test -n "$STRIP"; then
81ecdfbb
RW
9255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9256$as_echo "$STRIP" >&6; }
be01d343 9257else
81ecdfbb
RW
9258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9259$as_echo "no" >&6; }
be01d343 9260fi
c6b750e1 9261
81ecdfbb 9262
be01d343
PB
9263 fi
9264 test -n "$ac_cv_prog_STRIP" && break
9265done
9266
9267if test -z "$ac_cv_prog_STRIP" ; then
ba98da75 9268 STRIP="true"
be01d343
PB
9269fi
9270
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 9298 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9300 break 2
9301 fi
9302done
81ecdfbb
RW
9303 done
9304IFS=$as_save_IFS
9a819804
AO
9305
9306fi
9307fi
9308WINDRES=$ac_cv_prog_WINDRES
9309if test -n "$WINDRES"; then
81ecdfbb
RW
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9311$as_echo "$WINDRES" >&6; }
9a819804 9312else
81ecdfbb
RW
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9314$as_echo "no" >&6; }
9a819804
AO
9315fi
9316
81ecdfbb 9317
9a819804
AO
9318 done
9319fi
9320
9321for ncn_progname in windres; do
05cbd757
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
81ecdfbb
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
859789af
AC
9329else
9330 if test -n "$WINDRES"; then
9331 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9332else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 9340 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9342 break 2
9343 fi
9344done
81ecdfbb
RW
9345 done
9346IFS=$as_save_IFS
c6b750e1 9347
859789af
AC
9348fi
9349fi
c6b750e1 9350WINDRES=$ac_cv_prog_WINDRES
859789af 9351if test -n "$WINDRES"; then
81ecdfbb
RW
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9353$as_echo "$WINDRES" >&6; }
859789af 9354else
81ecdfbb
RW
9355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9356$as_echo "no" >&6; }
859789af
AC
9357fi
9358
81ecdfbb 9359
05cbd757
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
81ecdfbb
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
859789af 9368else
05cbd757
PB
9369 if test -n "$WINDRES"; then
9370 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
859789af 9371else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 9379 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9381 break 2
9382 fi
9383done
81ecdfbb
RW
9384 done
9385IFS=$as_save_IFS
c6b750e1 9386
859789af
AC
9387fi
9388fi
c6b750e1 9389WINDRES=$ac_cv_prog_WINDRES
05cbd757 9390if test -n "$WINDRES"; then
81ecdfbb
RW
9391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9392$as_echo "$WINDRES" >&6; }
859789af 9393else
81ecdfbb
RW
9394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9395$as_echo "no" >&6; }
859789af 9396fi
c6b750e1 9397
81ecdfbb 9398
05cbd757
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"
859789af 9407 else
05cbd757 9408 WINDRES="${ncn_tool_prefix}$2"
859789af 9409 fi
859789af
AC
9410fi
9411
9a819804
AO
9412
9413
0c24b341
NC
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
81ecdfbb
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
0c24b341
NC
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=.
81ecdfbb
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
0c24b341 9439 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9441 break 2
9442 fi
9443done
81ecdfbb
RW
9444 done
9445IFS=$as_save_IFS
0c24b341
NC
9446
9447fi
9448fi
9449WINDMC=$ac_cv_prog_WINDMC
9450if test -n "$WINDMC"; then
81ecdfbb
RW
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9452$as_echo "$WINDMC" >&6; }
0c24b341 9453else
81ecdfbb
RW
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9455$as_echo "no" >&6; }
0c24b341
NC
9456fi
9457
81ecdfbb 9458
0c24b341
NC
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
81ecdfbb
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
0c24b341
NC
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=.
81ecdfbb
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
0c24b341 9481 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9483 break 2
9484 fi
9485done
81ecdfbb
RW
9486 done
9487IFS=$as_save_IFS
0c24b341
NC
9488
9489fi
9490fi
9491WINDMC=$ac_cv_prog_WINDMC
9492if test -n "$WINDMC"; then
81ecdfbb
RW
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9494$as_echo "$WINDMC" >&6; }
0c24b341 9495else
81ecdfbb
RW
9496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9497$as_echo "no" >&6; }
0c24b341
NC
9498fi
9499
81ecdfbb 9500
0c24b341
NC
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
81ecdfbb
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
0c24b341
NC
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=.
81ecdfbb
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
0c24b341 9520 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9522 break 2
9523 fi
9524done
81ecdfbb
RW
9525 done
9526IFS=$as_save_IFS
0c24b341
NC
9527
9528fi
9529fi
9530WINDMC=$ac_cv_prog_WINDMC
9531if test -n "$WINDMC"; then
81ecdfbb
RW
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9533$as_echo "$WINDMC" >&6; }
0c24b341 9534else
81ecdfbb
RW
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9536$as_echo "no" >&6; }
0c24b341
NC
9537fi
9538
81ecdfbb 9539
0c24b341
NC
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
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 9580 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9582 break 2
9583 fi
9584done
81ecdfbb
RW
9585 done
9586IFS=$as_save_IFS
9a819804
AO
9587
9588fi
9589fi
9590OBJCOPY=$ac_cv_prog_OBJCOPY
9591if test -n "$OBJCOPY"; then
81ecdfbb
RW
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9593$as_echo "$OBJCOPY" >&6; }
9a819804 9594else
81ecdfbb
RW
9595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9596$as_echo "no" >&6; }
9a819804
AO
9597fi
9598
81ecdfbb 9599
9a819804
AO
9600 done
9601fi
9602
9603for ncn_progname in objcopy; do
05cbd757
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
81ecdfbb
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
859789af
AC
9611else
9612 if test -n "$OBJCOPY"; then
9613 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9614else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 9622 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9624 break 2
9625 fi
9626done
81ecdfbb
RW
9627 done
9628IFS=$as_save_IFS
c6b750e1 9629
859789af
AC
9630fi
9631fi
c6b750e1 9632OBJCOPY=$ac_cv_prog_OBJCOPY
859789af 9633if test -n "$OBJCOPY"; then
81ecdfbb
RW
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9635$as_echo "$OBJCOPY" >&6; }
859789af 9636else
81ecdfbb
RW
9637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9638$as_echo "no" >&6; }
859789af
AC
9639fi
9640
81ecdfbb 9641
05cbd757
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
81ecdfbb
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
859789af 9650else
05cbd757
PB
9651 if test -n "$OBJCOPY"; then
9652 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
859789af 9653else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 9661 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9663 break 2
9664 fi
9665done
81ecdfbb
RW
9666 done
9667IFS=$as_save_IFS
c6b750e1 9668
859789af
AC
9669fi
9670fi
c6b750e1 9671OBJCOPY=$ac_cv_prog_OBJCOPY
05cbd757 9672if test -n "$OBJCOPY"; then
81ecdfbb
RW
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9674$as_echo "$OBJCOPY" >&6; }
859789af 9675else
81ecdfbb
RW
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9677$as_echo "no" >&6; }
859789af 9678fi
c6b750e1 9679
81ecdfbb 9680
05cbd757
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"
859789af 9689 else
05cbd757 9690 OBJCOPY="${ncn_tool_prefix}$2"
859789af 9691 fi
859789af
AC
9692fi
9693
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 9721 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9723 break 2
9724 fi
9725done
81ecdfbb
RW
9726 done
9727IFS=$as_save_IFS
9a819804
AO
9728
9729fi
9730fi
9731OBJDUMP=$ac_cv_prog_OBJDUMP
9732if test -n "$OBJDUMP"; then
81ecdfbb
RW
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9734$as_echo "$OBJDUMP" >&6; }
9a819804 9735else
81ecdfbb
RW
9736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9737$as_echo "no" >&6; }
9a819804
AO
9738fi
9739
81ecdfbb 9740
9a819804
AO
9741 done
9742fi
9743
9744for ncn_progname in objdump; do
05cbd757
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
81ecdfbb
RW
9748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9749$as_echo_n "checking for $ac_word... " >&6; }
9750if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9751 $as_echo_n "(cached) " >&6
859789af
AC
9752else
9753 if test -n "$OBJDUMP"; then
9754 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9755else
c6b750e1
DJ
9756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9757for as_dir in $PATH
9758do
9759 IFS=$as_save_IFS
9760 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9761 for ac_exec_ext in '' $ac_executable_extensions; do
9762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9763 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9765 break 2
9766 fi
9767done
81ecdfbb
RW
9768 done
9769IFS=$as_save_IFS
c6b750e1 9770
859789af
AC
9771fi
9772fi
c6b750e1 9773OBJDUMP=$ac_cv_prog_OBJDUMP
859789af 9774if test -n "$OBJDUMP"; then
81ecdfbb
RW
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9776$as_echo "$OBJDUMP" >&6; }
859789af 9777else
81ecdfbb
RW
9778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9779$as_echo "no" >&6; }
859789af
AC
9780fi
9781
81ecdfbb 9782
05cbd757
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
81ecdfbb
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
859789af 9791else
05cbd757
PB
9792 if test -n "$OBJDUMP"; then
9793 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
859789af 9794else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 9802 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9804 break 2
9805 fi
9806done
81ecdfbb
RW
9807 done
9808IFS=$as_save_IFS
c6b750e1 9809
859789af
AC
9810fi
9811fi
c6b750e1 9812OBJDUMP=$ac_cv_prog_OBJDUMP
05cbd757 9813if test -n "$OBJDUMP"; then
81ecdfbb
RW
9814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9815$as_echo "$OBJDUMP" >&6; }
859789af 9816else
81ecdfbb
RW
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9818$as_echo "no" >&6; }
859789af 9819fi
c6b750e1 9820
81ecdfbb 9821
05cbd757
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"
859789af 9830 else
05cbd757 9831 OBJDUMP="${ncn_tool_prefix}$2"
859789af 9832 fi
859789af
AC
9833fi
9834
a0da8069
NN
9835
9836
9837
9838
9839
be01d343 9840# Target tools.
c6b750e1 9841
81ecdfbb
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
2429c060
PB
9845 x/*) ;;
9846 *)
9847 with_build_time_tools=
81ecdfbb
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;}
2429c060
PB
9850 ;;
9851 esac
859789af 9852else
2429c060 9853 with_build_time_tools=
81ecdfbb
RW
9854fi
9855
859789af 9856
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 9884 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9886 break 2
9887 fi
9888done
81ecdfbb
RW
9889 done
9890IFS=$as_save_IFS
9a819804
AO
9891
9892fi
9893fi
9894CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9895if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9897$as_echo "$CC_FOR_TARGET" >&6; }
9a819804 9898else
81ecdfbb
RW
9899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9900$as_echo "no" >&6; }
9a819804
AO
9901fi
9902
81ecdfbb 9903
9a819804
AO
9904 done
9905fi
9906
9907if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9908 for ncn_progname in cc gcc; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
9913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9914$as_echo "yes" >&6; }
cac3d6c4 9915 break
2429c060 9916 else
81ecdfbb
RW
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9918$as_echo "no" >&6; }
cac3d6c4
CM
9919 fi
9920 done
55db4b87
PB
9921fi
9922
2429c060
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.
05cbd757 9927set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
55db4b87
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
c6b750e1
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=.
81ecdfbb
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
c6b750e1 9943 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9945 break 2
9946 fi
9947done
81ecdfbb
RW
9948 done
9949IFS=$as_save_IFS
c6b750e1 9950
55db4b87
PB
9951fi
9952fi
c6b750e1 9953CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
55db4b87 9954if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9956$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9957else
81ecdfbb
RW
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9959$as_echo "no" >&6; }
55db4b87
PB
9960fi
9961
81ecdfbb 9962
2429c060
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.
05cbd757 9966set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
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
55db4b87 9971else
05cbd757
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.
55db4b87 9974else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 9982 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9984 break 2
9985 fi
9986done
81ecdfbb
RW
9987 done
9988IFS=$as_save_IFS
c6b750e1 9989
55db4b87
PB
9990fi
9991fi
c6b750e1 9992CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
05cbd757 9993if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9995$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9996else
81ecdfbb
RW
9997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9998$as_echo "no" >&6; }
55db4b87 9999fi
c6b750e1 10000
81ecdfbb 10001
2429c060
PB
10002 fi
10003 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10004 done
10005fi
c6b750e1 10006
05cbd757
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"
55db4b87 10011 else
05cbd757 10012 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10013 fi
d3f5afc4
MS
10014else
10015 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
55db4b87
PB
10016fi
10017
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 10045 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10047 break 2
10048 fi
10049done
81ecdfbb
RW
10050 done
10051IFS=$as_save_IFS
9a819804
AO
10052
10053fi
10054fi
10055CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10056if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10058$as_echo "$CXX_FOR_TARGET" >&6; }
9a819804 10059else
81ecdfbb
RW
10060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10061$as_echo "no" >&6; }
9a819804
AO
10062fi
10063
81ecdfbb 10064
9a819804
AO
10065 done
10066fi
10067
10068if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10069 for ncn_progname in c++ g++ cxx gxx; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10075$as_echo "yes" >&6; }
2429c060
PB
10076 break
10077 else
81ecdfbb
RW
10078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10079$as_echo "no" >&6; }
2429c060
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.
05cbd757 10088set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
55db4b87
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
c6b750e1
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=.
81ecdfbb
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
c6b750e1 10104 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10106 break 2
10107 fi
10108done
81ecdfbb
RW
10109 done
10110IFS=$as_save_IFS
c6b750e1 10111
55db4b87
PB
10112fi
10113fi
c6b750e1 10114CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
55db4b87 10115if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10117$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10118else
81ecdfbb
RW
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10120$as_echo "no" >&6; }
55db4b87
PB
10121fi
10122
81ecdfbb 10123
2429c060
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.
05cbd757 10127set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10129$as_echo_n "checking for $ac_word... " >&6; }
10130if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10131 $as_echo_n "(cached) " >&6
55db4b87 10132else
05cbd757
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.
55db4b87 10135else
c6b750e1
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=.
81ecdfbb
RW
10141 for ac_exec_ext in '' $ac_executable_extensions; do
10142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10143 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10145 break 2
10146 fi
10147done
81ecdfbb
RW
10148 done
10149IFS=$as_save_IFS
c6b750e1 10150
55db4b87
PB
10151fi
10152fi
c6b750e1 10153CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
05cbd757 10154if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10156$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10157else
81ecdfbb
RW
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10159$as_echo "no" >&6; }
55db4b87 10160fi
c6b750e1 10161
81ecdfbb 10162
2429c060
PB
10163 fi
10164 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10165 done
10166fi
c6b750e1 10167
05cbd757
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"
55db4b87 10172 else
05cbd757 10173 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10174 fi
d3f5afc4
MS
10175else
10176 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
859789af
AC
10177fi
10178
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 10206 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10208 break 2
10209 fi
10210done
81ecdfbb
RW
10211 done
10212IFS=$as_save_IFS
9a819804
AO
10213
10214fi
10215fi
10216GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10217if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10219$as_echo "$GCC_FOR_TARGET" >&6; }
9a819804 10220else
81ecdfbb
RW
10221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10222$as_echo "no" >&6; }
9a819804
AO
10223fi
10224
81ecdfbb 10225
9a819804
AO
10226 done
10227fi
10228
10229if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10230 for ncn_progname in gcc; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
10235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10236$as_echo "yes" >&6; }
2429c060
PB
10237 break
10238 else
81ecdfbb
RW
10239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10240$as_echo "no" >&6; }
2429c060
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.
05cbd757 10249set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
859789af 10254else
2429c060
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.
55db4b87 10257else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 10265 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10267 break 2
10268 fi
10269done
81ecdfbb
RW
10270 done
10271IFS=$as_save_IFS
c6b750e1 10272
55db4b87
PB
10273fi
10274fi
c6b750e1 10275GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
55db4b87 10276if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10278$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10279else
81ecdfbb
RW
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10281$as_echo "no" >&6; }
55db4b87
PB
10282fi
10283
81ecdfbb 10284
2429c060
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.
05cbd757 10288set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10290$as_echo_n "checking for $ac_word... " >&6; }
10291if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10292 $as_echo_n "(cached) " >&6
55db4b87 10293else
05cbd757
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.
55db4b87 10296else
c6b750e1
DJ
10297as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10298for as_dir in $PATH
10299do
10300 IFS=$as_save_IFS
10301 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10302 for ac_exec_ext in '' $ac_executable_extensions; do
10303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10304 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10306 break 2
10307 fi
10308done
81ecdfbb
RW
10309 done
10310IFS=$as_save_IFS
c6b750e1 10311
55db4b87
PB
10312fi
10313fi
c6b750e1 10314GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
05cbd757 10315if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10317$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10318else
81ecdfbb
RW
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10320$as_echo "no" >&6; }
55db4b87 10321fi
c6b750e1 10322
81ecdfbb 10323
2429c060
PB
10324 fi
10325 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10326 done
10327fi
c6b750e1 10328
05cbd757
PB
10329if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10330 GCC_FOR_TARGET="${CC_FOR_TARGET}"
d3f5afc4
MS
10331else
10332 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
55db4b87
PB
10333fi
10334
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 10362 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10364 break 2
10365 fi
10366done
81ecdfbb
RW
10367 done
10368IFS=$as_save_IFS
9a819804
AO
10369
10370fi
10371fi
10372GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10373if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10375$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10376else
81ecdfbb
RW
10377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10378$as_echo "no" >&6; }
9a819804
AO
10379fi
10380
81ecdfbb 10381
9a819804
AO
10382 done
10383fi
10384
10385if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10386 for ncn_progname in gcj; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
10391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10392$as_echo "yes" >&6; }
2429c060
PB
10393 break
10394 else
81ecdfbb
RW
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10396$as_echo "no" >&6; }
2429c060
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.
05cbd757 10405set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
55db4b87
PB
10410else
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
c6b750e1
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=.
81ecdfbb
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
c6b750e1 10421 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10423 break 2
10424 fi
10425done
81ecdfbb
RW
10426 done
10427IFS=$as_save_IFS
c6b750e1 10428
55db4b87
PB
10429fi
10430fi
9a819804
AO
10431GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10432if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10434$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10435else
81ecdfbb
RW
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10437$as_echo "no" >&6; }
9a819804
AO
10438fi
10439
81ecdfbb 10440
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 10460 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10461 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10462 break 2
10463 fi
10464done
81ecdfbb
RW
10465 done
10466IFS=$as_save_IFS
9a819804
AO
10467
10468fi
10469fi
10470GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10471if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10473$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10474else
81ecdfbb
RW
10475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10476$as_echo "no" >&6; }
9a819804
AO
10477fi
10478
81ecdfbb 10479
9a819804
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
d3f5afc4
MS
10492else
10493 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9a819804
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
55db4b87
PB
10502fi
10503
9a819804
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.
05cbd757 10507set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
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
55db4b87 10512else
9a819804
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.
55db4b87 10515else
c6b750e1
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=.
81ecdfbb
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
9a819804 10523 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10525 break 2
10526 fi
10527done
81ecdfbb
RW
10528 done
10529IFS=$as_save_IFS
c6b750e1 10530
55db4b87
PB
10531fi
10532fi
9a819804
AO
10533GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10534if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10536$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10537else
81ecdfbb
RW
10538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10539$as_echo "no" >&6; }
55db4b87 10540fi
c6b750e1 10541
81ecdfbb 10542
2429c060
PB
10543 done
10544fi
c6b750e1 10545
9a819804 10546if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10547 for ncn_progname in gfortran; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
10552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10553$as_echo "yes" >&6; }
2429c060
PB
10554 break
10555 else
81ecdfbb
RW
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10557$as_echo "no" >&6; }
2429c060
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.
05cbd757 10566set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
55db4b87
PB
10571else
10572 if test -n "$GFORTRAN_FOR_TARGET"; then
10573 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10574else
c6b750e1
DJ
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=.
81ecdfbb
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
c6b750e1 10582 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10584 break 2
10585 fi
10586done
81ecdfbb
RW
10587 done
10588IFS=$as_save_IFS
c6b750e1 10589
55db4b87
PB
10590fi
10591fi
c6b750e1 10592GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87 10593if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10595$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10596else
81ecdfbb
RW
10597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10598$as_echo "no" >&6; }
55db4b87
PB
10599fi
10600
81ecdfbb 10601
2429c060
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.
05cbd757 10605set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
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
55db4b87 10610else
05cbd757 10611 if test -n "$GFORTRAN_FOR_TARGET"; then
c6b750e1
DJ
10612 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10613else
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=.
81ecdfbb
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
c6b750e1 10621 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10623 break 2
10624 fi
10625done
81ecdfbb
RW
10626 done
10627IFS=$as_save_IFS
c6b750e1 10628
55db4b87
PB
10629fi
10630fi
c6b750e1 10631GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
05cbd757 10632if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10634$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10635else
81ecdfbb
RW
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10637$as_echo "no" >&6; }
55db4b87 10638fi
c6b750e1 10639
81ecdfbb 10640
2429c060
PB
10641 fi
10642 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10643 done
10644fi
c6b750e1 10645
05cbd757
PB
10646if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10647 set dummy gfortran
10648 if test $build = $target ; then
10649 GFORTRAN_FOR_TARGET="$2"
55db4b87 10650 else
05cbd757 10651 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10652 fi
d3f5afc4
MS
10653else
10654 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
859789af
AC
10655fi
10656
2429c060
PB
10657
10658
e552509b
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
2429c060
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
859789af 10827else
2429c060
PB
10828 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10829 have_gcc_for_target=no
859789af 10830fi
2429c060
PB
10831rm conftest.c
10832
10833
10834
859789af 10835
2429c060
PB
10836if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10837 if test -n "$with_build_time_tools"; then
81ecdfbb
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; }
3a35eeb3
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
81ecdfbb
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; }
3a35eeb3 10845 else
81ecdfbb
RW
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10847$as_echo "no" >&6; }
3a35eeb3 10848 fi
2429c060
PB
10849 elif test $build != $host && test $have_gcc_for_target = yes; then
10850 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
d3f5afc4
MS
10851 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10852 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
05cbd757 10853 fi
2429c060 10854fi
c6b750e1 10855if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10856 # Extract the first word of "ar", so it can be a program name with args.
10857set dummy ar; ac_word=$2
81ecdfbb
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
859789af 10862else
c6b750e1
DJ
10863 case $AR_FOR_TARGET in
10864 [\\/]* | ?:[\\/]*)
2429c060
PB
10865 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10866 ;;
2429c060 10867 *)
c6b750e1
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=.
81ecdfbb
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
c6b750e1 10875 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10877 break 2
10878 fi
10879done
81ecdfbb
RW
10880 done
10881IFS=$as_save_IFS
c6b750e1 10882
2429c060
PB
10883 ;;
10884esac
859789af 10885fi
c6b750e1 10886AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060 10887if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10889$as_echo "$AR_FOR_TARGET" >&6; }
859789af 10890else
81ecdfbb
RW
10891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10892$as_echo "no" >&6; }
859789af 10893fi
05cbd757 10894
81ecdfbb 10895
2429c060
PB
10896fi
10897if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 10925 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10927 break 2
10928 fi
10929done
81ecdfbb
RW
10930 done
10931IFS=$as_save_IFS
9a819804
AO
10932
10933fi
10934fi
10935AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10936if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10938$as_echo "$AR_FOR_TARGET" >&6; }
9a819804 10939else
81ecdfbb
RW
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10941$as_echo "no" >&6; }
9a819804
AO
10942fi
10943
81ecdfbb 10944
9a819804
AO
10945 done
10946fi
10947
10948if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10949 for ncn_progname in ar; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
10954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10955$as_echo "yes" >&6; }
2429c060
PB
10956 break
10957 else
81ecdfbb
RW
10958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10959$as_echo "no" >&6; }
2429c060
PB
10960 fi
10961 done
859789af
AC
10962fi
10963
2429c060
PB
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.
05cbd757 10968set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
7e0f7140 10973else
2429c060
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.
7e0f7140 10976else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 10984 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10986 break 2
10987 fi
10988done
81ecdfbb
RW
10989 done
10990IFS=$as_save_IFS
c6b750e1 10991
7e0f7140
GK
10992fi
10993fi
c6b750e1 10994AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 10995if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10997$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 10998else
81ecdfbb
RW
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11000$as_echo "no" >&6; }
7e0f7140
GK
11001fi
11002
81ecdfbb 11003
2429c060
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.
7e0f7140 11007set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
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
7e0f7140 11012else
2429c060
PB
11013 if test -n "$AR_FOR_TARGET"; then
11014 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
cac3d6c4 11015else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 11023 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 11024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11025 break 2
11026 fi
11027done
81ecdfbb
RW
11028 done
11029IFS=$as_save_IFS
c6b750e1 11030
7e0f7140
GK
11031fi
11032fi
c6b750e1 11033AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 11034if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11036$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 11037else
81ecdfbb
RW
11038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11039$as_echo "no" >&6; }
7e0f7140 11040fi
c6b750e1 11041
81ecdfbb 11042
2429c060
PB
11043 fi
11044 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11045 done
11046fi
c6b750e1 11047
2429c060
PB
11048if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11049 set dummy ar
7e0f7140 11050 if test $build = $target ; then
2429c060 11051 AR_FOR_TARGET="$2"
7e0f7140 11052 else
2429c060 11053 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
7e0f7140 11054 fi
d3f5afc4
MS
11055else
11056 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
7e0f7140
GK
11057fi
11058
3a35eeb3
PB
11059else
11060 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060
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
81ecdfbb
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; }
3a35eeb3
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
81ecdfbb
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; }
3a35eeb3 11075 else
81ecdfbb
RW
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11077$as_echo "no" >&6; }
3a35eeb3 11078 fi
2429c060
PB
11079 elif test $build != $host && test $have_gcc_for_target = yes; then
11080 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
d3f5afc4
MS
11081 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11082 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
2429c060
PB
11083 fi
11084fi
c6b750e1 11085if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11086 # Extract the first word of "as", so it can be a program name with args.
11087set dummy as; ac_word=$2
81ecdfbb
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
2429c060 11092else
c6b750e1
DJ
11093 case $AS_FOR_TARGET in
11094 [\\/]* | ?:[\\/]*)
2429c060
PB
11095 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11096 ;;
2429c060 11097 *)
c6b750e1
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=.
81ecdfbb
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
c6b750e1 11105 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11107 break 2
11108 fi
11109done
81ecdfbb
RW
11110 done
11111IFS=$as_save_IFS
c6b750e1 11112
2429c060
PB
11113 ;;
11114esac
11115fi
c6b750e1 11116AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060 11117if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11119$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11120else
81ecdfbb
RW
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11122$as_echo "no" >&6; }
2429c060
PB
11123fi
11124
81ecdfbb 11125
2429c060
PB
11126fi
11127if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 11155 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11157 break 2
11158 fi
11159done
81ecdfbb
RW
11160 done
11161IFS=$as_save_IFS
9a819804
AO
11162
11163fi
11164fi
11165AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11166if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11168$as_echo "$AS_FOR_TARGET" >&6; }
9a819804 11169else
81ecdfbb
RW
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11171$as_echo "no" >&6; }
9a819804
AO
11172fi
11173
81ecdfbb 11174
9a819804
AO
11175 done
11176fi
11177
11178if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11179 for ncn_progname in as; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11185$as_echo "yes" >&6; }
2429c060
PB
11186 break
11187 else
81ecdfbb
RW
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11189$as_echo "no" >&6; }
2429c060
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
81ecdfbb
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
2429c060
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
c6b750e1
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=.
81ecdfbb
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
c6b750e1 11214 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11216 break 2
11217 fi
11218done
81ecdfbb
RW
11219 done
11220IFS=$as_save_IFS
c6b750e1 11221
2429c060
PB
11222fi
11223fi
c6b750e1 11224AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11225if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11227$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11228else
81ecdfbb
RW
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11230$as_echo "no" >&6; }
2429c060
PB
11231fi
11232
81ecdfbb 11233
2429c060
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.
11237set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
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
2429c060
PB
11242else
11243 if test -n "$AS_FOR_TARGET"; then
11244 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11245else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 11253 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11255 break 2
11256 fi
11257done
81ecdfbb
RW
11258 done
11259IFS=$as_save_IFS
c6b750e1 11260
2429c060
PB
11261fi
11262fi
c6b750e1 11263AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11264if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11266$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11267else
81ecdfbb
RW
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11269$as_echo "no" >&6; }
2429c060 11270fi
c6b750e1 11271
81ecdfbb 11272
2429c060
PB
11273 fi
11274 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11275 done
11276fi
c6b750e1 11277
2429c060
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"
11284 fi
d3f5afc4
MS
11285else
11286 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
2429c060
PB
11287fi
11288
3a35eeb3
PB
11289else
11290 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060
PB
11291fi
11292
11293
11294
11295
11296if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11297 if test -n "$with_build_time_tools"; then
81ecdfbb
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; }
3a35eeb3
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
81ecdfbb
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; }
3a35eeb3 11305 else
81ecdfbb
RW
11306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11307$as_echo "no" >&6; }
3a35eeb3 11308 fi
2429c060
PB
11309 elif test $build != $host && test $have_gcc_for_target = yes; then
11310 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
d3f5afc4
MS
11311 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11312 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
2429c060
PB
11313 fi
11314fi
c6b750e1 11315if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11316 # Extract the first word of "dlltool", so it can be a program name with args.
11317set dummy dlltool; ac_word=$2
81ecdfbb
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
2429c060 11322else
c6b750e1
DJ
11323 case $DLLTOOL_FOR_TARGET in
11324 [\\/]* | ?:[\\/]*)
2429c060
PB
11325 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11326 ;;
2429c060 11327 *)
c6b750e1
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=.
81ecdfbb
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
c6b750e1 11335 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11336 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11337 break 2
11338 fi
11339done
81ecdfbb
RW
11340 done
11341IFS=$as_save_IFS
c6b750e1 11342
2429c060
PB
11343 ;;
11344esac
11345fi
c6b750e1 11346DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060 11347if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11349$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11350else
81ecdfbb
RW
11351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11352$as_echo "no" >&6; }
2429c060
PB
11353fi
11354
81ecdfbb 11355
2429c060
PB
11356fi
11357if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 11385 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11387 break 2
11388 fi
11389done
81ecdfbb
RW
11390 done
11391IFS=$as_save_IFS
9a819804
AO
11392
11393fi
11394fi
11395DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11396if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11398$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
9a819804 11399else
81ecdfbb
RW
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11401$as_echo "no" >&6; }
9a819804
AO
11402fi
11403
81ecdfbb 11404
9a819804
AO
11405 done
11406fi
11407
11408if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11409 for ncn_progname in dlltool; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11415$as_echo "yes" >&6; }
2429c060
PB
11416 break
11417 else
81ecdfbb
RW
11418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11419$as_echo "no" >&6; }
2429c060
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
81ecdfbb
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
2429c060
PB
11433else
11434 if test -n "$DLLTOOL_FOR_TARGET"; then
11435 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11436else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 11444 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11446 break 2
11447 fi
11448done
81ecdfbb
RW
11449 done
11450IFS=$as_save_IFS
c6b750e1 11451
2429c060
PB
11452fi
11453fi
c6b750e1 11454DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11455if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11457$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11458else
81ecdfbb
RW
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11460$as_echo "no" >&6; }
2429c060
PB
11461fi
11462
81ecdfbb 11463
2429c060
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
81ecdfbb
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
2429c060
PB
11472else
11473 if test -n "$DLLTOOL_FOR_TARGET"; then
11474 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11475else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 11483 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11485 break 2
11486 fi
11487done
81ecdfbb
RW
11488 done
11489IFS=$as_save_IFS
c6b750e1 11490
2429c060
PB
11491fi
11492fi
c6b750e1 11493DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11494if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11496$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11497else
81ecdfbb
RW
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11499$as_echo "no" >&6; }
2429c060 11500fi
c6b750e1 11501
81ecdfbb 11502
2429c060
PB
11503 fi
11504 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11505 done
11506fi
c6b750e1 11507
2429c060
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
d3f5afc4
MS
11515else
11516 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
2429c060
PB
11517fi
11518
3a35eeb3
PB
11519else
11520 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060
PB
11521fi
11522
11523
11524
11525
11526if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11527 if test -n "$with_build_time_tools"; then
81ecdfbb
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; }
3a35eeb3
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
81ecdfbb
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; }
3a35eeb3 11535 else
81ecdfbb
RW
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11537$as_echo "no" >&6; }
3a35eeb3 11538 fi
2429c060
PB
11539 elif test $build != $host && test $have_gcc_for_target = yes; then
11540 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
d3f5afc4
MS
11541 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11542 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2429c060
PB
11543 fi
11544fi
c6b750e1 11545if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11546 # Extract the first word of "ld", so it can be a program name with args.
11547set dummy ld; ac_word=$2
81ecdfbb
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
2429c060 11552else
c6b750e1
DJ
11553 case $LD_FOR_TARGET in
11554 [\\/]* | ?:[\\/]*)
2429c060
PB
11555 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11556 ;;
2429c060 11557 *)
c6b750e1
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=.
81ecdfbb
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
c6b750e1 11565 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11567 break 2
11568 fi
11569done
81ecdfbb
RW
11570 done
11571IFS=$as_save_IFS
c6b750e1 11572
2429c060
PB
11573 ;;
11574esac
11575fi
c6b750e1 11576LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060 11577if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11579$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11580else
81ecdfbb
RW
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11582$as_echo "no" >&6; }
2429c060
PB
11583fi
11584
81ecdfbb 11585
2429c060
PB
11586fi
11587if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 11615 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11617 break 2
11618 fi
11619done
81ecdfbb
RW
11620 done
11621IFS=$as_save_IFS
9a819804
AO
11622
11623fi
11624fi
11625LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11626if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11628$as_echo "$LD_FOR_TARGET" >&6; }
9a819804 11629else
81ecdfbb
RW
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11631$as_echo "no" >&6; }
9a819804
AO
11632fi
11633
81ecdfbb 11634
9a819804
AO
11635 done
11636fi
11637
11638if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11639 for ncn_progname in ld; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11645$as_echo "yes" >&6; }
2429c060
PB
11646 break
11647 else
81ecdfbb
RW
11648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11649$as_echo "no" >&6; }
2429c060
PB
11650 fi
11651 done
11652fi
11653
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.
11658set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
2429c060
PB
11663else
11664 if test -n "$LD_FOR_TARGET"; then
11665 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11666else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 11674 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11675 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11676 break 2
11677 fi
11678done
81ecdfbb
RW
11679 done
11680IFS=$as_save_IFS
c6b750e1 11681
2429c060
PB
11682fi
11683fi
c6b750e1 11684LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11685if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11687$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11688else
81ecdfbb
RW
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11690$as_echo "no" >&6; }
2429c060
PB
11691fi
11692
81ecdfbb 11693
2429c060
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.
11697set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
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
2429c060
PB
11702else
11703 if test -n "$LD_FOR_TARGET"; then
11704 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11705else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 11713 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11715 break 2
11716 fi
11717done
81ecdfbb
RW
11718 done
11719IFS=$as_save_IFS
c6b750e1 11720
2429c060
PB
11721fi
11722fi
c6b750e1 11723LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11724if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11726$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11727else
81ecdfbb
RW
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11729$as_echo "no" >&6; }
2429c060 11730fi
c6b750e1 11731
81ecdfbb 11732
2429c060
PB
11733 fi
11734 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11735 done
11736fi
c6b750e1 11737
2429c060
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"
11742 else
11743 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11744 fi
d3f5afc4
MS
11745else
11746 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
2429c060
PB
11747fi
11748
3a35eeb3
PB
11749else
11750 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060
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
81ecdfbb
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; }
3a35eeb3
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
81ecdfbb
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; }
3a35eeb3 11765 else
81ecdfbb
RW
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11767$as_echo "no" >&6; }
3a35eeb3 11768 fi
2429c060
PB
11769 elif test $build != $host && test $have_gcc_for_target = yes; then
11770 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
d3f5afc4
MS
11771 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11772 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
2429c060
PB
11773 fi
11774fi
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 11795 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11797 break 2
11798 fi
11799done
81ecdfbb
RW
11800 done
11801IFS=$as_save_IFS
9a819804
AO
11802
11803 ;;
11804esac
11805fi
11806LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9a819804 11807if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11809$as_echo "$LIPO_FOR_TARGET" >&6; }
9a819804 11810else
81ecdfbb
RW
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11812$as_echo "no" >&6; }
9a819804
AO
11813fi
11814
81ecdfbb 11815
9a819804
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
81ecdfbb
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
2429c060 11834else
9a819804
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
c6b750e1
DJ
11840do
11841 IFS=$as_save_IFS
11842 test -z "$as_dir" && as_dir=.
81ecdfbb
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
9a819804 11845 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11847 break 2
11848 fi
11849done
81ecdfbb
RW
11850 done
11851IFS=$as_save_IFS
c6b750e1 11852
2429c060 11853fi
9a819804
AO
11854fi
11855LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11856if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11858$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11859else
81ecdfbb
RW
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11861$as_echo "no" >&6; }
2429c060
PB
11862fi
11863
81ecdfbb 11864
9a819804 11865 done
2429c060 11866fi
9a819804
AO
11867
11868if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11869 for ncn_progname in lipo; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11875$as_echo "yes" >&6; }
2429c060
PB
11876 break
11877 else
81ecdfbb
RW
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11879$as_echo "no" >&6; }
2429c060
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.
11888set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
2429c060
PB
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
c6b750e1
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=.
81ecdfbb
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
c6b750e1 11904 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11906 break 2
11907 fi
11908done
81ecdfbb
RW
11909 done
11910IFS=$as_save_IFS
c6b750e1 11911
2429c060
PB
11912fi
11913fi
c6b750e1 11914LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11915if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11917$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11918else
81ecdfbb
RW
11919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11920$as_echo "no" >&6; }
2429c060
PB
11921fi
11922
81ecdfbb 11923
2429c060
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.
11927set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
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
2429c060
PB
11932else
11933 if test -n "$LIPO_FOR_TARGET"; then
11934 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11935else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 11943 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11945 break 2
11946 fi
11947done
81ecdfbb
RW
11948 done
11949IFS=$as_save_IFS
c6b750e1 11950
2429c060
PB
11951fi
11952fi
c6b750e1 11953LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11954if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11956$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11957else
81ecdfbb
RW
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11959$as_echo "no" >&6; }
2429c060 11960fi
c6b750e1 11961
81ecdfbb 11962
2429c060
PB
11963 fi
11964 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11965 done
11966fi
c6b750e1 11967
2429c060
PB
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
d3f5afc4
MS
11975else
11976 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
2429c060
PB
11977fi
11978
3a35eeb3
PB
11979else
11980 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
2429c060
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
81ecdfbb
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; }
3a35eeb3
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
81ecdfbb
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; }
3a35eeb3 11995 else
81ecdfbb
RW
11996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11997$as_echo "no" >&6; }
3a35eeb3 11998 fi
2429c060
PB
11999 elif test $build != $host && test $have_gcc_for_target = yes; then
12000 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
d3f5afc4
MS
12001 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12002 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
2429c060
PB
12003 fi
12004fi
c6b750e1 12005if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12006 # Extract the first word of "nm", so it can be a program name with args.
12007set dummy nm; ac_word=$2
81ecdfbb
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
2429c060 12012else
c6b750e1
DJ
12013 case $NM_FOR_TARGET in
12014 [\\/]* | ?:[\\/]*)
2429c060
PB
12015 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12016 ;;
2429c060 12017 *)
c6b750e1
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=.
81ecdfbb
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
c6b750e1 12025 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12027 break 2
12028 fi
12029done
81ecdfbb
RW
12030 done
12031IFS=$as_save_IFS
c6b750e1 12032
2429c060
PB
12033 ;;
12034esac
12035fi
c6b750e1 12036NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060 12037if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12039$as_echo "$NM_FOR_TARGET" >&6; }
2429c060 12040else
81ecdfbb
RW
12041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12042$as_echo "no" >&6; }
2429c060
PB
12043fi
12044
81ecdfbb 12045
2429c060
PB
12046fi
12047if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 12075 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12077 break 2
12078 fi
12079done
81ecdfbb
RW
12080 done
12081IFS=$as_save_IFS
9a819804
AO
12082
12083fi
12084fi
12085NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12086if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12088$as_echo "$NM_FOR_TARGET" >&6; }
9a819804 12089else
81ecdfbb
RW
12090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12091$as_echo "no" >&6; }
9a819804
AO
12092fi
12093
81ecdfbb 12094
9a819804
AO
12095 done
12096fi
12097
12098if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12099 for ncn_progname in nm; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
12104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12105$as_echo "yes" >&6; }
2429c060
PB
12106 break
12107 else
81ecdfbb
RW
12108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12109$as_echo "no" >&6; }
2429c060
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.
7e0f7140 12118set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
859789af 12123else
55db4b87
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.
859789af 12126else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 12134 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12135 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12136 break 2
12137 fi
12138done
81ecdfbb
RW
12139 done
12140IFS=$as_save_IFS
c6b750e1 12141
859789af
AC
12142fi
12143fi
c6b750e1 12144NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
55db4b87 12145if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12147$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12148else
81ecdfbb
RW
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12150$as_echo "no" >&6; }
859789af
AC
12151fi
12152
81ecdfbb 12153
2429c060
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.
05cbd757 12157set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
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
859789af 12162else
05cbd757
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.
859789af 12165else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 12173 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12175 break 2
12176 fi
12177done
81ecdfbb
RW
12178 done
12179IFS=$as_save_IFS
c6b750e1 12180
859789af
AC
12181fi
12182fi
c6b750e1 12183NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
05cbd757 12184if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12186$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12187else
81ecdfbb
RW
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12189$as_echo "no" >&6; }
859789af 12190fi
c6b750e1 12191
81ecdfbb 12192
2429c060
PB
12193 fi
12194 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12195 done
12196fi
c6b750e1 12197
05cbd757
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"
859789af 12202 else
05cbd757 12203 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12204 fi
d3f5afc4
MS
12205else
12206 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
859789af
AC
12207fi
12208
3a35eeb3
PB
12209else
12210 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060
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
81ecdfbb
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; }
3a35eeb3
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
81ecdfbb
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; }
3a35eeb3 12225 else
81ecdfbb
RW
12226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12227$as_echo "no" >&6; }
3a35eeb3 12228 fi
2429c060
PB
12229 elif test $build != $host && test $have_gcc_for_target = yes; then
12230 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
d3f5afc4
MS
12231 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12232 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
2429c060
PB
12233 fi
12234fi
c6b750e1 12235if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12236 # Extract the first word of "objdump", so it can be a program name with args.
12237set dummy objdump; ac_word=$2
81ecdfbb
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
2429c060 12242else
c6b750e1
DJ
12243 case $OBJDUMP_FOR_TARGET in
12244 [\\/]* | ?:[\\/]*)
2429c060
PB
12245 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12246 ;;
2429c060 12247 *)
c6b750e1
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=.
81ecdfbb
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
c6b750e1 12255 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12257 break 2
12258 fi
12259done
81ecdfbb
RW
12260 done
12261IFS=$as_save_IFS
c6b750e1 12262
2429c060
PB
12263 ;;
12264esac
12265fi
c6b750e1 12266OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060 12267if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12269$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
2429c060 12270else
81ecdfbb
RW
12271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12272$as_echo "no" >&6; }
2429c060
PB
12273fi
12274
81ecdfbb 12275
2429c060
PB
12276fi
12277if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 12305 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12307 break 2
12308 fi
12309done
81ecdfbb
RW
12310 done
12311IFS=$as_save_IFS
9a819804
AO
12312
12313fi
12314fi
12315OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12316if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12318$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
9a819804 12319else
81ecdfbb
RW
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12321$as_echo "no" >&6; }
9a819804
AO
12322fi
12323
81ecdfbb 12324
9a819804
AO
12325 done
12326fi
12327
12328if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12329 for ncn_progname in objdump; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12335$as_echo "yes" >&6; }
2429c060
PB
12336 break
12337 else
81ecdfbb
RW
12338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12339$as_echo "no" >&6; }
2429c060
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.
05cbd757 12348set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
5ae72758
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
c6b750e1
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=.
81ecdfbb
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
c6b750e1 12364 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12366 break 2
12367 fi
12368done
81ecdfbb
RW
12369 done
12370IFS=$as_save_IFS
c6b750e1 12371
5ae72758
DJ
12372fi
12373fi
c6b750e1 12374OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12375if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12377$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12378else
81ecdfbb
RW
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12380$as_echo "no" >&6; }
5ae72758
DJ
12381fi
12382
81ecdfbb 12383
2429c060
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.
5ae72758 12387set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
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
5ae72758
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
c6b750e1
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=.
81ecdfbb
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
c6b750e1 12403 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12405 break 2
12406 fi
12407done
81ecdfbb
RW
12408 done
12409IFS=$as_save_IFS
c6b750e1 12410
5ae72758
DJ
12411fi
12412fi
c6b750e1 12413OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12414if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12416$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12417else
81ecdfbb
RW
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12419$as_echo "no" >&6; }
5ae72758 12420fi
c6b750e1 12421
81ecdfbb 12422
2429c060
PB
12423 fi
12424 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12425 done
12426fi
c6b750e1 12427
5ae72758
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
d3f5afc4
MS
12435else
12436 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
5ae72758
DJ
12437fi
12438
3a35eeb3
PB
12439else
12440 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060
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
81ecdfbb
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; }
3a35eeb3
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
81ecdfbb
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; }
3a35eeb3 12455 else
81ecdfbb
RW
12456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12457$as_echo "no" >&6; }
3a35eeb3 12458 fi
2429c060
PB
12459 elif test $build != $host && test $have_gcc_for_target = yes; then
12460 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
d3f5afc4
MS
12461 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12462 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
2429c060
PB
12463 fi
12464fi
c6b750e1 12465if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12466 # Extract the first word of "ranlib", so it can be a program name with args.
12467set dummy ranlib; ac_word=$2
81ecdfbb
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
2429c060 12472else
c6b750e1
DJ
12473 case $RANLIB_FOR_TARGET in
12474 [\\/]* | ?:[\\/]*)
2429c060
PB
12475 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12476 ;;
2429c060 12477 *)
c6b750e1
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=.
81ecdfbb
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
c6b750e1 12485 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12487 break 2
12488 fi
12489done
81ecdfbb
RW
12490 done
12491IFS=$as_save_IFS
c6b750e1 12492
2429c060
PB
12493 ;;
12494esac
12495fi
c6b750e1 12496RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
2429c060 12497if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12499$as_echo "$RANLIB_FOR_TARGET" >&6; }
2429c060 12500else
81ecdfbb
RW
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12502$as_echo "no" >&6; }
2429c060
PB
12503fi
12504
81ecdfbb 12505
2429c060
PB
12506fi
12507if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 12535 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12537 break 2
12538 fi
12539done
81ecdfbb
RW
12540 done
12541IFS=$as_save_IFS
9a819804
AO
12542
12543fi
12544fi
12545RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12546if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12548$as_echo "$RANLIB_FOR_TARGET" >&6; }
9a819804 12549else
81ecdfbb
RW
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12551$as_echo "no" >&6; }
9a819804
AO
12552fi
12553
81ecdfbb 12554
9a819804
AO
12555 done
12556fi
12557
12558if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12559 for ncn_progname in ranlib; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12565$as_echo "yes" >&6; }
2429c060
PB
12566 break
12567 else
81ecdfbb
RW
12568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12569$as_echo "no" >&6; }
2429c060
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.
5ae72758 12578set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
859789af 12583else
55db4b87
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.
859789af 12586else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 12594 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12596 break 2
12597 fi
12598done
81ecdfbb
RW
12599 done
12600IFS=$as_save_IFS
c6b750e1 12601
859789af
AC
12602fi
12603fi
c6b750e1 12604RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
55db4b87 12605if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12607$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12608else
81ecdfbb
RW
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12610$as_echo "no" >&6; }
859789af
AC
12611fi
12612
81ecdfbb 12613
2429c060
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.
05cbd757 12617set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
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
859789af 12622else
05cbd757
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.
859789af 12625else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 12633 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12635 break 2
12636 fi
12637done
81ecdfbb
RW
12638 done
12639IFS=$as_save_IFS
c6b750e1 12640
859789af
AC
12641fi
12642fi
c6b750e1 12643RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
05cbd757 12644if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12646$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12647else
81ecdfbb
RW
12648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12649$as_echo "no" >&6; }
859789af 12650fi
c6b750e1 12651
81ecdfbb 12652
2429c060
PB
12653 fi
12654 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12655 done
12656fi
c6b750e1 12657
2429c060
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"
859789af 12664 fi
d3f5afc4
MS
12665else
12666 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
2429c060 12667fi
05cbd757 12668
3a35eeb3
PB
12669else
12670 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
859789af
AC
12671fi
12672
2429c060
PB
12673
12674
12675
12676if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12677 if test -n "$with_build_time_tools"; then
81ecdfbb
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; }
3a35eeb3
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
81ecdfbb
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; }
3a35eeb3 12685 else
81ecdfbb
RW
12686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12687$as_echo "no" >&6; }
3a35eeb3 12688 fi
2429c060
PB
12689 elif test $build != $host && test $have_gcc_for_target = yes; then
12690 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
d3f5afc4
MS
12691 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12692 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
2429c060
PB
12693 fi
12694fi
c6b750e1 12695if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12696 # Extract the first word of "strip", so it can be a program name with args.
12697set dummy strip; ac_word=$2
81ecdfbb
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
2429c060 12702else
c6b750e1
DJ
12703 case $STRIP_FOR_TARGET in
12704 [\\/]* | ?:[\\/]*)
2429c060
PB
12705 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12706 ;;
2429c060 12707 *)
c6b750e1
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=.
81ecdfbb
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
c6b750e1 12715 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12717 break 2
12718 fi
12719done
81ecdfbb
RW
12720 done
12721IFS=$as_save_IFS
c6b750e1 12722
2429c060
PB
12723 ;;
12724esac
12725fi
c6b750e1 12726STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060 12727if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12729$as_echo "$STRIP_FOR_TARGET" >&6; }
2429c060 12730else
81ecdfbb
RW
12731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12732$as_echo "no" >&6; }
2429c060
PB
12733fi
12734
81ecdfbb 12735
2429c060
PB
12736fi
12737if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 12765 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12767 break 2
12768 fi
12769done
81ecdfbb
RW
12770 done
12771IFS=$as_save_IFS
9a819804
AO
12772
12773fi
12774fi
12775STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12776if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12778$as_echo "$STRIP_FOR_TARGET" >&6; }
9a819804 12779else
81ecdfbb
RW
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12781$as_echo "no" >&6; }
9a819804
AO
12782fi
12783
81ecdfbb 12784
9a819804
AO
12785 done
12786fi
12787
12788if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12789 for ncn_progname in strip; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
12794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12795$as_echo "yes" >&6; }
2429c060
PB
12796 break
12797 else
81ecdfbb
RW
12798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12799$as_echo "no" >&6; }
2429c060
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.
7e0f7140 12808set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
7e0f7140
GK
12813else
12814 if test -n "$STRIP_FOR_TARGET"; then
12815 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
c6b750e1
DJ
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=.
81ecdfbb
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
c6b750e1 12824 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12826 break 2
12827 fi
12828done
81ecdfbb
RW
12829 done
12830IFS=$as_save_IFS
c6b750e1 12831
7e0f7140
GK
12832fi
12833fi
c6b750e1 12834STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12835if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12837$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12838else
81ecdfbb
RW
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12840$as_echo "no" >&6; }
7e0f7140
GK
12841fi
12842
81ecdfbb 12843
2429c060
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.
7e0f7140 12847set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
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
7e0f7140
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
c6b750e1
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=.
81ecdfbb
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
c6b750e1 12863 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12865 break 2
12866 fi
12867done
81ecdfbb
RW
12868 done
12869IFS=$as_save_IFS
c6b750e1 12870
7e0f7140
GK
12871fi
12872fi
c6b750e1 12873STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12874if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12876$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12877else
81ecdfbb
RW
12878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12879$as_echo "no" >&6; }
7e0f7140 12880fi
c6b750e1 12881
81ecdfbb 12882
2429c060
PB
12883 fi
12884 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12885 done
12886fi
c6b750e1 12887
7e0f7140
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
d3f5afc4
MS
12895else
12896 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
7e0f7140
GK
12897fi
12898
3a35eeb3
PB
12899else
12900 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060
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
81ecdfbb
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; }
3a35eeb3
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
81ecdfbb
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; }
3a35eeb3 12915 else
81ecdfbb
RW
12916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12917$as_echo "no" >&6; }
3a35eeb3 12918 fi
2429c060
PB
12919 elif test $build != $host && test $have_gcc_for_target = yes; then
12920 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
d3f5afc4
MS
12921 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12922 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
2429c060
PB
12923 fi
12924fi
c6b750e1 12925if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12926 # Extract the first word of "windres", so it can be a program name with args.
12927set dummy windres; ac_word=$2
81ecdfbb
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
2429c060 12932else
c6b750e1
DJ
12933 case $WINDRES_FOR_TARGET in
12934 [\\/]* | ?:[\\/]*)
2429c060
PB
12935 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12936 ;;
2429c060 12937 *)
c6b750e1
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=.
81ecdfbb
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
c6b750e1 12945 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12947 break 2
12948 fi
12949done
81ecdfbb
RW
12950 done
12951IFS=$as_save_IFS
c6b750e1 12952
2429c060
PB
12953 ;;
12954esac
12955fi
c6b750e1 12956WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060 12957if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12959$as_echo "$WINDRES_FOR_TARGET" >&6; }
2429c060 12960else
81ecdfbb
RW
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12962$as_echo "no" >&6; }
2429c060
PB
12963fi
12964
81ecdfbb 12965
2429c060
PB
12966fi
12967if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
9a819804
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
81ecdfbb
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
9a819804
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=.
81ecdfbb
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
9a819804 12995 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 12996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12997 break 2
12998 fi
12999done
81ecdfbb
RW
13000 done
13001IFS=$as_save_IFS
9a819804
AO
13002
13003fi
13004fi
13005WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13006if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13008$as_echo "$WINDRES_FOR_TARGET" >&6; }
9a819804 13009else
81ecdfbb
RW
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13011$as_echo "no" >&6; }
9a819804
AO
13012fi
13013
81ecdfbb 13014
9a819804
AO
13015 done
13016fi
13017
13018if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13019 for ncn_progname in windres; do
81ecdfbb
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; }
3a35eeb3
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}
81ecdfbb
RW
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13025$as_echo "yes" >&6; }
2429c060
PB
13026 break
13027 else
81ecdfbb
RW
13028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13029$as_echo "no" >&6; }
2429c060
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.
05cbd757 13038set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
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
859789af 13043else
55db4b87
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.
859789af 13046else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 13054 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13056 break 2
13057 fi
13058done
81ecdfbb
RW
13059 done
13060IFS=$as_save_IFS
c6b750e1 13061
859789af
AC
13062fi
13063fi
c6b750e1 13064WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
55db4b87 13065if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13067$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13068else
81ecdfbb
RW
13069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13070$as_echo "no" >&6; }
859789af
AC
13071fi
13072
81ecdfbb 13073
2429c060
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.
05cbd757 13077set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
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
859789af 13082else
05cbd757
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.
859789af 13085else
c6b750e1
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=.
81ecdfbb
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
c6b750e1 13093 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13095 break 2
13096 fi
13097done
81ecdfbb
RW
13098 done
13099IFS=$as_save_IFS
c6b750e1 13100
859789af
AC
13101fi
13102fi
c6b750e1 13103WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
05cbd757 13104if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13106$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13107else
81ecdfbb
RW
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13109$as_echo "no" >&6; }
859789af 13110fi
c6b750e1 13111
81ecdfbb 13112
2429c060
PB
13113 fi
13114 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13115 done
13116fi
c6b750e1 13117
05cbd757
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"
859789af 13122 else
05cbd757 13123 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 13124 fi
d3f5afc4
MS
13125else
13126 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
859789af
AC
13127fi
13128
3a35eeb3
PB
13129else
13130 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060
PB
13131fi
13132
852e5f18 13133
0c24b341
NC
13134
13135
13136if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13137 if test -n "$with_build_time_tools"; then
81ecdfbb
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; }
0c24b341
NC
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
81ecdfbb
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; }
0c24b341 13145 else
81ecdfbb
RW
13146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13147$as_echo "no" >&6; }
0c24b341
NC
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`
13151 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13152 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
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
81ecdfbb
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
0c24b341
NC
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=.
81ecdfbb
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
0c24b341 13175 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13177 break 2
13178 fi
13179done
81ecdfbb
RW
13180 done
13181IFS=$as_save_IFS
0c24b341
NC
13182
13183 ;;
13184esac
13185fi
13186WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
0c24b341 13187if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13189$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13190else
81ecdfbb
RW
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13192$as_echo "no" >&6; }
0c24b341
NC
13193fi
13194
81ecdfbb 13195
0c24b341
NC
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
81ecdfbb
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
0c24b341
NC
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=.
81ecdfbb
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
0c24b341 13225 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13227 break 2
13228 fi
13229done
81ecdfbb
RW
13230 done
13231IFS=$as_save_IFS
0c24b341
NC
13232
13233fi
13234fi
13235WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13236if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13238$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13239else
81ecdfbb
RW
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13241$as_echo "no" >&6; }
0c24b341
NC
13242fi
13243
81ecdfbb 13244
0c24b341
NC
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
81ecdfbb
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; }
0c24b341
NC
13252 if test -x $with_build_time_tools/${ncn_progname}; then
13253 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13255$as_echo "yes" >&6; }
0c24b341
NC
13256 break
13257 else
81ecdfbb
RW
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13259$as_echo "no" >&6; }
0c24b341
NC
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
81ecdfbb
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
0c24b341
NC
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=.
81ecdfbb
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
0c24b341 13284 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13286 break 2
13287 fi
13288done
81ecdfbb
RW
13289 done
13290IFS=$as_save_IFS
0c24b341
NC
13291
13292fi
13293fi
13294WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13295if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13297$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13298else
81ecdfbb
RW
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13300$as_echo "no" >&6; }
0c24b341
NC
13301fi
13302
81ecdfbb 13303
0c24b341
NC
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
81ecdfbb
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
0c24b341
NC
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=.
81ecdfbb
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
0c24b341 13323 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13325 break 2
13326 fi
13327done
81ecdfbb
RW
13328 done
13329IFS=$as_save_IFS
0c24b341
NC
13330
13331fi
13332fi
13333WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13334if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13336$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13337else
81ecdfbb
RW
13338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13339$as_echo "no" >&6; }
0c24b341
NC
13340fi
13341
81ecdfbb 13342
0c24b341
NC
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
13355else
13356 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13357fi
13358
13359else
13360 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13361fi
13362
13363
be01d343
PB
13364RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13365
81ecdfbb
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; }
be01d343 13368if test "x${build}" != "x${host}" ; then
2429c060
PB
13369 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13370 # We already found the complete path
b8025f34 13371 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
13374 else
13375 # Canadian cross, just use what we found
81ecdfbb
RW
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13377$as_echo "pre-installed" >&6; }
2429c060 13378 fi
be01d343
PB
13379else
13380 ok=yes
13381 case " ${configdirs} " in
13382 *" binutils "*) ;;
13383 *) ok=no ;;
13384 esac
c6b750e1 13385
be01d343
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'
81ecdfbb
RW
13389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13390$as_echo "just compiled" >&6; }
2429c060
PB
13391 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13392 # We already found the complete path
b8025f34 13393 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
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; }
be01d343
PB
13396 elif test "x$target" = "x$host"; then
13397 # We can use an host tool
13398 AR_FOR_TARGET='$(AR)'
81ecdfbb
RW
13399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13400$as_echo "host tool" >&6; }
be01d343
PB
13401 else
13402 # We need a cross tool
81ecdfbb
RW
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13404$as_echo "pre-installed" >&6; }
be01d343
PB
13405 fi
13406fi
4b900473 13407
81ecdfbb
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; }
be01d343 13410if test "x${build}" != "x${host}" ; then
2429c060
PB
13411 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13412 # We already found the complete path
b8025f34 13413 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
13416 else
13417 # Canadian cross, just use what we found
81ecdfbb
RW
13418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13419$as_echo "pre-installed" >&6; }
2429c060 13420 fi
be01d343
PB
13421else
13422 ok=yes
13423 case " ${configdirs} " in
13424 *" gas "*) ;;
13425 *) ok=no ;;
13426 esac
c6b750e1 13427
be01d343
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'
81ecdfbb
RW
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13432$as_echo "just compiled" >&6; }
2429c060
PB
13433 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13434 # We already found the complete path
b8025f34 13435 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
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; }
be01d343
PB
13438 elif test "x$target" = "x$host"; then
13439 # We can use an host tool
13440 AS_FOR_TARGET='$(AS)'
81ecdfbb
RW
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13442$as_echo "host tool" >&6; }
be01d343
PB
13443 else
13444 # We need a cross tool
81ecdfbb
RW
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13446$as_echo "pre-installed" >&6; }
be01d343
PB
13447 fi
13448fi
4b900473 13449
81ecdfbb
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; }
be01d343 13452if test "x${build}" != "x${host}" ; then
2429c060
PB
13453 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13454 # We already found the complete path
b8025f34 13455 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
13458 else
13459 # Canadian cross, just use what we found
81ecdfbb
RW
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13461$as_echo "pre-installed" >&6; }
2429c060 13462 fi
be01d343
PB
13463else
13464 ok=yes
13465 case " ${configdirs} " in
13466 *" gcc "*) ;;
13467 *) ok=no ;;
13468 esac
c6b750e1 13469
be01d343
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/'
81ecdfbb
RW
13473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13474$as_echo "just compiled" >&6; }
2429c060
PB
13475 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13476 # We already found the complete path
b8025f34 13477 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13479$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13480 elif test "x$target" = "x$host"; then
13481 # We can use an host tool
13482 CC_FOR_TARGET='$(CC)'
81ecdfbb
RW
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13484$as_echo "host tool" >&6; }
be01d343
PB
13485 else
13486 # We need a cross tool
81ecdfbb
RW
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13488$as_echo "pre-installed" >&6; }
be01d343
PB
13489 fi
13490fi
4b900473 13491
81ecdfbb
RW
13492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13493$as_echo_n "checking where to find the target c++... " >&6; }
be01d343 13494if test "x${build}" != "x${host}" ; then
2429c060
PB
13495 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13496 # We already found the complete path
b8025f34 13497 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13499$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13500 else
13501 # Canadian cross, just use what we found
81ecdfbb
RW
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13503$as_echo "pre-installed" >&6; }
2429c060 13504 fi
be01d343
PB
13505else
13506 ok=yes
13507 case " ${configdirs} " in
13508 *" gcc "*) ;;
13509 *) ok=no ;;
13510 esac
13511 case ,${enable_languages}, in
13512 *,c++,*) ;;
13513 *) ok=no ;;
13514 esac
13515 if test $ok = yes; then
13516 # An in-tree tool is available and we can use it
87cda2cf 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'
81ecdfbb
RW
13518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13519$as_echo "just compiled" >&6; }
2429c060
PB
13520 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13521 # We already found the complete path
b8025f34 13522 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13524$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13525 elif test "x$target" = "x$host"; then
13526 # We can use an host tool
13527 CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13529$as_echo "host tool" >&6; }
be01d343
PB
13530 else
13531 # We need a cross tool
81ecdfbb
RW
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13533$as_echo "pre-installed" >&6; }
be01d343
PB
13534 fi
13535fi
4b900473 13536
81ecdfbb
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; }
be01d343 13539if test "x${build}" != "x${host}" ; then
2429c060
PB
13540 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13541 # We already found the complete path
b8025f34 13542 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
13545 else
13546 # Canadian cross, just use what we found
81ecdfbb
RW
13547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13548$as_echo "pre-installed" >&6; }
2429c060 13549 fi
be01d343
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'
81ecdfbb
RW
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13564$as_echo "just compiled" >&6; }
2429c060
PB
13565 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13566 # We already found the complete path
b8025f34 13567 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
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; }
be01d343
PB
13570 elif test "x$target" = "x$host"; then
13571 # We can use an host tool
13572 RAW_CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13574$as_echo "host tool" >&6; }
be01d343
PB
13575 else
13576 # We need a cross tool
81ecdfbb
RW
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13578$as_echo "pre-installed" >&6; }
be01d343
PB
13579 fi
13580fi
4b900473 13581
81ecdfbb
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; }
be01d343 13584if test "x${build}" != "x${host}" ; then
2429c060
PB
13585 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13586 # We already found the complete path
b8025f34 13587 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13589$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13590 else
13591 # Canadian cross, just use what we found
81ecdfbb
RW
13592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13593$as_echo "pre-installed" >&6; }
2429c060 13594 fi
be01d343
PB
13595else
13596 ok=yes
13597 case " ${configdirs} " in
13598 *" binutils "*) ;;
13599 *) ok=no ;;
13600 esac
c6b750e1 13601
be01d343
PB
13602 if test $ok = yes; then
13603 # An in-tree tool is available and we can use it
13604 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
81ecdfbb
RW
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13606$as_echo "just compiled" >&6; }
2429c060
PB
13607 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13608 # We already found the complete path
b8025f34 13609 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13611$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13612 elif test "x$target" = "x$host"; then
13613 # We can use an host tool
13614 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
81ecdfbb
RW
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13616$as_echo "host tool" >&6; }
be01d343
PB
13617 else
13618 # We need a cross tool
81ecdfbb
RW
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13620$as_echo "pre-installed" >&6; }
be01d343
PB
13621 fi
13622fi
4b900473 13623
81ecdfbb
RW
13624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13625$as_echo_n "checking where to find the target gcc... " >&6; }
be01d343 13626if test "x${build}" != "x${host}" ; then
2429c060
PB
13627 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13628 # We already found the complete path
b8025f34 13629 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13631$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13632 else
13633 # Canadian cross, just use what we found
81ecdfbb
RW
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13635$as_echo "pre-installed" >&6; }
2429c060 13636 fi
be01d343
PB
13637else
13638 ok=yes
13639 case " ${configdirs} " in
13640 *" gcc "*) ;;
13641 *) ok=no ;;
13642 esac
c6b750e1 13643
be01d343
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/'
81ecdfbb
RW
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13648$as_echo "just compiled" >&6; }
2429c060
PB
13649 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13650 # We already found the complete path
b8025f34 13651 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
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; }
be01d343
PB
13654 elif test "x$target" = "x$host"; then
13655 # We can use an host tool
13656 GCC_FOR_TARGET='$()'
81ecdfbb
RW
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13658$as_echo "host tool" >&6; }
be01d343
PB
13659 else
13660 # We need a cross tool
81ecdfbb
RW
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13662$as_echo "pre-installed" >&6; }
be01d343
PB
13663 fi
13664fi
4b900473 13665
81ecdfbb
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; }
be01d343 13668if test "x${build}" != "x${host}" ; then
2429c060
PB
13669 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13670 # We already found the complete path
b8025f34 13671 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
13674 else
13675 # Canadian cross, just use what we found
81ecdfbb
RW
13676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13677$as_echo "pre-installed" >&6; }
2429c060 13678 fi
be01d343
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/'
81ecdfbb
RW
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13693$as_echo "just compiled" >&6; }
2429c060
PB
13694 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13695 # We already found the complete path
b8025f34 13696 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
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; }
be01d343
PB
13699 elif test "x$target" = "x$host"; then
13700 # We can use an host tool
13701 GCJ_FOR_TARGET='$(GCJ)'
81ecdfbb
RW
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13703$as_echo "host tool" >&6; }
be01d343
PB
13704 else
13705 # We need a cross tool
81ecdfbb
RW
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13707$as_echo "pre-installed" >&6; }
be01d343
PB
13708 fi
13709fi
4b900473 13710
81ecdfbb
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; }
be01d343 13713if test "x${build}" != "x${host}" ; then
2429c060
PB
13714 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13715 # We already found the complete path
b8025f34 13716 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
13719 else
13720 # Canadian cross, just use what we found
81ecdfbb
RW
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13722$as_echo "pre-installed" >&6; }
2429c060 13723 fi
be01d343
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/'
81ecdfbb
RW
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13738$as_echo "just compiled" >&6; }
2429c060
PB
13739 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13740 # We already found the complete path
b8025f34 13741 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
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; }
be01d343
PB
13744 elif test "x$target" = "x$host"; then
13745 # We can use an host tool
13746 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
81ecdfbb
RW
13747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13748$as_echo "host tool" >&6; }
be01d343
PB
13749 else
13750 # We need a cross tool
81ecdfbb
RW
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13752$as_echo "pre-installed" >&6; }
be01d343
PB
13753 fi
13754fi
4b900473 13755
e552509b
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
81ecdfbb
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; }
be01d343 13803if test "x${build}" != "x${host}" ; then
2429c060
PB
13804 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13805 # We already found the complete path
b8025f34 13806 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
13809 else
13810 # Canadian cross, just use what we found
81ecdfbb
RW
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13812$as_echo "pre-installed" >&6; }
2429c060 13813 fi
be01d343
PB
13814else
13815 ok=yes
13816 case " ${configdirs} " in
13817 *" ld "*) ;;
13818 *) ok=no ;;
13819 esac
c6b750e1 13820
be01d343
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'
81ecdfbb
RW
13824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13825$as_echo "just compiled" >&6; }
2429c060
PB
13826 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13827 # We already found the complete path
b8025f34 13828 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13830$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13831 elif test "x$target" = "x$host"; then
13832 # We can use an host tool
13833 LD_FOR_TARGET='$(LD)'
81ecdfbb
RW
13834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13835$as_echo "host tool" >&6; }
be01d343
PB
13836 else
13837 # We need a cross tool
81ecdfbb
RW
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13839$as_echo "pre-installed" >&6; }
be01d343
PB
13840 fi
13841fi
4b900473 13842
81ecdfbb
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; }
be01d343 13845if test "x${build}" != "x${host}" ; then
2429c060
PB
13846 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13847 # We already found the complete path
b8025f34 13848 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
13851 else
13852 # Canadian cross, just use what we found
81ecdfbb
RW
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13854$as_echo "pre-installed" >&6; }
2429c060 13855 fi
be01d343 13856else
2429c060
PB
13857 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13858 # We already found the complete path
b8025f34 13859 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
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; }
2429c060 13862 elif test "x$target" = "x$host"; then
be01d343
PB
13863 # We can use an host tool
13864 LIPO_FOR_TARGET='$(LIPO)'
81ecdfbb
RW
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13866$as_echo "host tool" >&6; }
be01d343
PB
13867 else
13868 # We need a cross tool
81ecdfbb
RW
13869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13870$as_echo "pre-installed" >&6; }
be01d343
PB
13871 fi
13872fi
4b900473 13873
81ecdfbb
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; }
be01d343 13876if test "x${build}" != "x${host}" ; then
2429c060
PB
13877 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13878 # We already found the complete path
b8025f34 13879 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
13882 else
13883 # Canadian cross, just use what we found
81ecdfbb
RW
13884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13885$as_echo "pre-installed" >&6; }
2429c060 13886 fi
be01d343
PB
13887else
13888 ok=yes
13889 case " ${configdirs} " in
13890 *" binutils "*) ;;
13891 *) ok=no ;;
13892 esac
c6b750e1 13893
be01d343
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'
81ecdfbb
RW
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13898$as_echo "just compiled" >&6; }
2429c060
PB
13899 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13900 # We already found the complete path
b8025f34 13901 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
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; }
be01d343
PB
13904 elif test "x$target" = "x$host"; then
13905 # We can use an host tool
13906 NM_FOR_TARGET='$(NM)'
81ecdfbb
RW
13907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13908$as_echo "host tool" >&6; }
be01d343
PB
13909 else
13910 # We need a cross tool
81ecdfbb
RW
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13912$as_echo "pre-installed" >&6; }
be01d343
PB
13913 fi
13914fi
4b900473 13915
81ecdfbb
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; }
be01d343 13918if test "x${build}" != "x${host}" ; then
2429c060
PB
13919 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13920 # We already found the complete path
b8025f34 13921 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
13924 else
13925 # Canadian cross, just use what we found
81ecdfbb
RW
13926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13927$as_echo "pre-installed" >&6; }
2429c060 13928 fi
be01d343
PB
13929else
13930 ok=yes
13931 case " ${configdirs} " in
13932 *" binutils "*) ;;
13933 *) ok=no ;;
13934 esac
c6b750e1 13935
be01d343
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'
81ecdfbb
RW
13939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13940$as_echo "just compiled" >&6; }
2429c060
PB
13941 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13942 # We already found the complete path
b8025f34 13943 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
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; }
be01d343
PB
13946 elif test "x$target" = "x$host"; then
13947 # We can use an host tool
13948 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
81ecdfbb
RW
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13950$as_echo "host tool" >&6; }
be01d343
PB
13951 else
13952 # We need a cross tool
81ecdfbb
RW
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13954$as_echo "pre-installed" >&6; }
be01d343
PB
13955 fi
13956fi
4b900473 13957
81ecdfbb
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; }
be01d343 13960if test "x${build}" != "x${host}" ; then
2429c060
PB
13961 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13962 # We already found the complete path
b8025f34 13963 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
13966 else
13967 # Canadian cross, just use what we found
81ecdfbb
RW
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13969$as_echo "pre-installed" >&6; }
2429c060 13970 fi
be01d343
PB
13971else
13972 ok=yes
13973 case " ${configdirs} " in
13974 *" binutils "*) ;;
13975 *) ok=no ;;
13976 esac
c6b750e1 13977
be01d343
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'
81ecdfbb
RW
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13982$as_echo "just compiled" >&6; }
2429c060
PB
13983 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13984 # We already found the complete path
b8025f34 13985 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
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; }
be01d343
PB
13988 elif test "x$target" = "x$host"; then
13989 # We can use an host tool
13990 RANLIB_FOR_TARGET='$(RANLIB)'
81ecdfbb
RW
13991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13992$as_echo "host tool" >&6; }
be01d343
PB
13993 else
13994 # We need a cross tool
81ecdfbb
RW
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13996$as_echo "pre-installed" >&6; }
be01d343
PB
13997 fi
13998fi
4b900473 13999
81ecdfbb
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; }
be01d343 14002if test "x${build}" != "x${host}" ; then
2429c060
PB
14003 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14004 # We already found the complete path
b8025f34 14005 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
14008 else
14009 # Canadian cross, just use what we found
81ecdfbb
RW
14010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14011$as_echo "pre-installed" >&6; }
2429c060 14012 fi
be01d343
PB
14013else
14014 ok=yes
14015 case " ${configdirs} " in
14016 *" binutils "*) ;;
14017 *) ok=no ;;
14018 esac
c6b750e1 14019
be01d343
PB
14020 if test $ok = yes; then
14021 # An in-tree tool is available and we can use it
9b980aa1 14022 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
81ecdfbb
RW
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14024$as_echo "just compiled" >&6; }
2429c060
PB
14025 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14026 # We already found the complete path
b8025f34 14027 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
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; }
be01d343
PB
14030 elif test "x$target" = "x$host"; then
14031 # We can use an host tool
14032 STRIP_FOR_TARGET='$(STRIP)'
81ecdfbb
RW
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14034$as_echo "host tool" >&6; }
be01d343
PB
14035 else
14036 # We need a cross tool
81ecdfbb
RW
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14038$as_echo "pre-installed" >&6; }
be01d343
PB
14039 fi
14040fi
4b900473 14041
81ecdfbb
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; }
be01d343 14044if test "x${build}" != "x${host}" ; then
2429c060
PB
14045 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14046 # We already found the complete path
b8025f34 14047 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
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; }
2429c060
PB
14050 else
14051 # Canadian cross, just use what we found
81ecdfbb
RW
14052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14053$as_echo "pre-installed" >&6; }
2429c060 14054 fi
be01d343
PB
14055else
14056 ok=yes
14057 case " ${configdirs} " in
14058 *" binutils "*) ;;
14059 *) ok=no ;;
14060 esac
c6b750e1 14061
be01d343
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'
81ecdfbb
RW
14065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14066$as_echo "just compiled" >&6; }
2429c060
PB
14067 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14068 # We already found the complete path
b8025f34 14069 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
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; }
be01d343
PB
14072 elif test "x$target" = "x$host"; then
14073 # We can use an host tool
14074 WINDRES_FOR_TARGET='$(WINDRES)'
81ecdfbb
RW
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14076$as_echo "host tool" >&6; }
be01d343
PB
14077 else
14078 # We need a cross tool
81ecdfbb
RW
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14080$as_echo "pre-installed" >&6; }
be01d343 14081 fi
a0da8069 14082fi
54752a6b 14083
81ecdfbb
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; }
0c24b341
NC
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`
81ecdfbb
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; }
0c24b341
NC
14092 else
14093 # Canadian cross, just use what we found
81ecdfbb
RW
14094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14095$as_echo "pre-installed" >&6; }
0c24b341
NC
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'
81ecdfbb
RW
14107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14108$as_echo "just compiled" >&6; }
0c24b341
NC
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`
81ecdfbb
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; }
0c24b341
NC
14114 elif test "x$target" = "x$host"; then
14115 # We can use an host tool
14116 WINDMC_FOR_TARGET='$(WINDMC)'
81ecdfbb
RW
14117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14118$as_echo "host tool" >&6; }
0c24b341
NC
14119 else
14120 # We need a cross tool
81ecdfbb
RW
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14122$as_echo "pre-installed" >&6; }
0c24b341
NC
14123 fi
14124fi
14125
54752a6b
NN
14126
14127
be01d343 14128
4b900473 14129
a0da8069
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
be01d343
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
81ecdfbb
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
3d5e36ae
AO
14159else
14160 USE_MAINTAINER_MODE=no
81ecdfbb
RW
14161fi
14162
14163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14164$as_echo "$USE_MAINTAINER_MODE" >&6; }
3d5e36ae
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=
c6b750e1 14173fi
3d5e36ae
AO
14174MAINT=$MAINTAINER_MODE_TRUE
14175
1d39f329
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 ;;
1d39f329
NN
14188esac
14189
1d89b610 14190# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
e8a5fa9c 14191if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
1d89b610
PB
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"
81ecdfbb
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
c6b750e1
DJ
14199/* end confdefs.h. */
14200
2038f525
PB
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
c6b750e1
DJ
14207int
14208main ()
14209{
14210
14211 ;
14212 return 0;
14213}
14214_ACEOF
81ecdfbb
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"
c6b750e1 14218else
81ecdfbb
RW
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14220$as_echo "no" >&6; }
c6b750e1 14221fi
81ecdfbb 14222rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1d89b610
PB
14223
14224 CFLAGS="$saved_CFLAGS"
14225fi
14226
14227
1d39f329 14228
8a0d8a5c 14229# Enable --enable-checking in stage1 of the compiler.
81ecdfbb
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}
8a0d8a5c 14233else
5566c1fa 14234 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
2abc4e65 14235 stage1_checking=--enable-checking=yes,types
8a0d8a5c 14236else
5566c1fa 14237 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c 14238fi
81ecdfbb 14239fi
8a0d8a5c
PB
14240
14241
c6b750e1 14242
81ecdfbb
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;
1d39f329 14247else
a0323144 14248 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
1d39f329 14249 enable_werror=yes
79fcd0ec
PB
14250else
14251 enable_werror=no
14252fi
81ecdfbb
RW
14253fi
14254
1a6f2dc7
NN
14255case ${enable_werror} in
14256 yes) stage2_werror_flag="--enable-werror-always" ;;
14257 *) stage2_werror_flag="" ;;
1d39f329
NN
14258esac
14259
14260
e8a5fa9c
RW
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
1f53ca9a
AO
14268case " $configdirs " in
14269*" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14270esac
e8a5fa9c
RW
14271
14272
81ecdfbb
RW
14273ac_config_files="$ac_config_files Makefile"
14274
c6b750e1 14275cat >confcache <<\_ACEOF
a0da8069
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
c6b750e1
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.
a0da8069 14281#
c6b750e1
DJ
14282# config.status only pays attention to the cache file if you give it
14283# the --recheck option to rerun configure.
a0da8069 14284#
c6b750e1
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
a0da8069
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.
81ecdfbb 14293# So, we kill variables containing newlines.
a0da8069
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.
81ecdfbb
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
c6b750e1 14313 (set) 2>&1 |
81ecdfbb
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 \.
c6b750e1
DJ
14318 sed -n \
14319 "s/'/'\\\\''/g;
14320 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14321 ;; #(
c6b750e1
DJ
14322 *)
14323 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14324 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 14325 ;;
81ecdfbb
RW
14326 esac |
14327 sort
14328) |
c6b750e1 14329 sed '
81ecdfbb 14330 /^ac_cv_env_/b end
c6b750e1 14331 t clear
81ecdfbb 14332 :clear
c6b750e1
DJ
14333 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14334 t end
81ecdfbb
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;}
c6b750e1 14342 cat confcache >$cache_file
a0da8069 14343 else
81ecdfbb
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;}
a0da8069 14346 fi
852e5f18 14347fi
a0da8069 14348rm -f confcache
852e5f18 14349
a0da8069
NN
14350test "x$prefix" = xNONE && prefix=$ac_default_prefix
14351# Let make expand exec_prefix.
14352test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
852e5f18 14353
a0da8069
NN
14354# Transform confdefs.h into DEFS.
14355# Protect against shell expansion while executing Makefile rules.
14356# Protect against Makefile macro expansion.
c6b750e1
DJ
14357#
14358# If the first sed substitution is executed (which looks for macros that
81ecdfbb 14359# take arguments), then branch to the quote section. Otherwise,
c6b750e1 14360# look for a macro that doesn't take arguments.
81ecdfbb
RW
14361ac_script='
14362:mline
14363/\\$/{
14364 N
14365 s,\\\n,,
14366 b mline
14367}
c6b750e1 14368t clear
81ecdfbb
RW
14369:clear
14370s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14371t quote
81ecdfbb 14372s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14373t quote
81ecdfbb
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`
c6b750e1
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.
81ecdfbb
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'
c6b750e1
DJ
14402done
14403LIBOBJS=$ac_libobjs
852e5f18 14404
c6b750e1 14405LTLIBOBJS=$ac_ltlibobjs
376a0e54 14406
cac3d6c4 14407
c6b750e1
DJ
14408
14409: ${CONFIG_STATUS=./config.status}
81ecdfbb 14410ac_write_fail=0
c6b750e1
DJ
14411ac_clean_files_save=$ac_clean_files
14412ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
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
c6b750e1
DJ
14417#! $SHELL
14418# Generated by $as_me.
a0da8069 14419# Run this file to recreate the current configuration.
a0da8069 14420# Compiler output produced by configure, useful for debugging
c6b750e1 14421# configure, is in config.log if it exists.
376a0e54 14422
c6b750e1
DJ
14423debug=false
14424ac_cs_recheck=false
14425ac_cs_silent=false
c6b750e1 14426
81ecdfbb
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 :
c6b750e1
DJ
14438 emulate sh
14439 NULLCMD=:
81ecdfbb 14440 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
14441 # is contrary to our usage. Disable this feature.
14442 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14443 setopt NO_GLOB_SUBST
14444else
14445 case `(set -o) 2>/dev/null` in #(
14446 *posix*) :
14447 set -o posix ;; #(
14448 *) :
14449 ;;
14450esac
c6b750e1 14451fi
c6b750e1 14452
81ecdfbb
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'
c6b750e1
DJ
14490fi
14491
81ecdfbb
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
c6b750e1 14532
81ecdfbb
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
c6b750e1
DJ
14541PS1='$ '
14542PS2='> '
14543PS4='+ '
14544
14545# NLS nuisances.
81ecdfbb
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
c6b750e1 14566 fi
81ecdfbb
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
c6b750e1 14633
81ecdfbb
RW
14634if expr a : '\(a\)' >/dev/null 2>&1 &&
14635 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
14636 as_expr=expr
14637else
14638 as_expr=false
14639fi
14640
81ecdfbb 14641if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
14642 as_basename=basename
14643else
14644 as_basename=false
14645fi
14646
81ecdfbb
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
c6b750e1 14652
81ecdfbb 14653as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
14654$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14655 X"$0" : 'X\(//\)$' \| \
81ecdfbb
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'`
c6b750e1 14671
c6b750e1
DJ
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
81ecdfbb
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';;
c6b750e1
DJ
14690esac
14691
81ecdfbb
RW
14692rm -f conf$$ conf$$.exe conf$$.file
14693if test -d conf$$.dir; then
14694 rm -f conf$$.dir/conf$$.file
c6b750e1 14695else
81ecdfbb
RW
14696 rm -f conf$$.dir
14697 mkdir conf$$.dir 2>/dev/null
c6b750e1 14698fi
81ecdfbb
RW
14699if (echo >conf$$.file) 2>/dev/null; then
14700 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 14701 as_ln_s='ln -s'
81ecdfbb
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'
c6b750e1 14712 fi
c6b750e1
DJ
14713else
14714 as_ln_s='cp -p'
14715fi
81ecdfbb
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
c6b750e1 14765
81ecdfbb 14766} # as_fn_mkdir_p
c6b750e1 14767if mkdir -p . 2>/dev/null; then
81ecdfbb 14768 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
14769else
14770 test -d ./-p && rmdir ./-p
14771 as_mkdir_p=false
14772fi
14773
81ecdfbb
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
c6b750e1
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
c6b750e1 14804exec 6>&1
81ecdfbb
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
c6b750e1 14813# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14814# values after options handling.
14815ac_log="
c6b750e1 14816This file was extended by $as_me, which was
81ecdfbb 14817generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
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
81ecdfbb
RW
14825on `(hostname || uname -n) 2>/dev/null | sed 1q`
14826"
14827
c6b750e1
DJ
14828_ACEOF
14829
81ecdfbb
RW
14830case $ac_config_files in *"
14831"*) set x $ac_config_files; shift; ac_config_files=$*;;
14832esac
c6b750e1 14833
c6b750e1 14834
c6b750e1 14835
81ecdfbb
RW
14836cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14837# Files that config.status was made for.
14838config_files="$ac_config_files"
c6b750e1 14839
81ecdfbb 14840_ACEOF
c6b750e1 14841
81ecdfbb 14842cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 14843ac_cs_usage="\
81ecdfbb
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.
c6b750e1 14847
81ecdfbb 14848Usage: $0 [OPTION]... [TAG]...
c6b750e1
DJ
14849
14850 -h, --help print this help, then exit
81ecdfbb
RW
14851 -V, --version print version number and configuration settings, then exit
14852 -q, --quiet, --silent
14853 do not print progress messages
c6b750e1
DJ
14854 -d, --debug don't remove temporary files
14855 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14856 --file=FILE[:TEMPLATE]
14857 instantiate the configuration file FILE
c6b750e1
DJ
14858
14859Configuration files:
14860$config_files
14861
81ecdfbb 14862Report bugs to the package provider."
c6b750e1 14863
81ecdfbb
RW
14864_ACEOF
14865cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1
DJ
14866ac_cs_version="\\
14867config.status
81ecdfbb
RW
14868configured by $0, generated by GNU Autoconf 2.64,
14869 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
c6b750e1 14870
81ecdfbb 14871Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
14872This config.status script is free software; the Free Software Foundation
14873gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14874
14875ac_pwd='$ac_pwd'
14876srcdir='$srcdir'
14877INSTALL='$INSTALL'
8e957354 14878AWK='$AWK'
81ecdfbb 14879test -n "\$AWK" || AWK=awk
c6b750e1
DJ
14880_ACEOF
14881
81ecdfbb
RW
14882cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14883# The default lists apply if the user does not specify any file.
c6b750e1
DJ
14884ac_need_defaults=:
14885while test $# != 0
a0da8069 14886do
c6b750e1
DJ
14887 case $1 in
14888 --*=*)
81ecdfbb
RW
14889 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14890 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c6b750e1
DJ
14891 ac_shift=:
14892 ;;
81ecdfbb 14893 *)
c6b750e1
DJ
14894 ac_option=$1
14895 ac_optarg=$2
14896 ac_shift=shift
14897 ;;
c6b750e1
DJ
14898 esac
14899
14900 case $ac_option in
14901 # Handling of the options.
a0da8069 14902 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
c6b750e1 14903 ac_cs_recheck=: ;;
81ecdfbb
RW
14904 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14905 $as_echo "$ac_cs_version"; exit ;;
14906 --debug | --debu | --deb | --de | --d | -d )
c6b750e1
DJ
14907 debug=: ;;
14908 --file | --fil | --fi | --f )
14909 $ac_shift
81ecdfbb
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'"
c6b750e1 14914 ac_need_defaults=false;;
81ecdfbb
RW
14915 --he | --h | --help | --hel | -h )
14916 $as_echo "$ac_cs_usage"; exit ;;
c6b750e1
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.
81ecdfbb
RW
14922 -*) as_fn_error "unrecognized option: \`$1'
14923Try \`$0 --help' for more information." ;;
c6b750e1 14924
81ecdfbb
RW
14925 *) as_fn_append ac_config_targets " $1"
14926 ac_need_defaults=false ;;
c6b750e1 14927
376a0e54 14928 esac
c6b750e1 14929 shift
376a0e54
CM
14930done
14931
c6b750e1 14932ac_configure_extra_args=
376a0e54 14933
c6b750e1
DJ
14934if $ac_cs_silent; then
14935 exec 6>/dev/null
14936 ac_configure_extra_args="$ac_configure_extra_args --silent"
14937fi
376a0e54 14938
c6b750e1 14939_ACEOF
81ecdfbb 14940cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1 14941if \$ac_cs_recheck; then
81ecdfbb
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 "\$@"
c6b750e1
DJ
14948fi
14949
14950_ACEOF
81ecdfbb
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
c6b750e1 14960
81ecdfbb
RW
14961_ACEOF
14962cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
06a51eac
RW
14963#
14964# INIT-COMMANDS
14965#
14966extrasub_build="$extrasub_build"
14967 extrasub_host="$extrasub_host"
14968 extrasub_target="$extrasub_target"
14969
81ecdfbb 14970_ACEOF
c6b750e1 14971
81ecdfbb 14972cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 14973
81ecdfbb 14974# Handling of arguments.
c6b750e1
DJ
14975for ac_config_target in $ac_config_targets
14976do
81ecdfbb
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;;
c6b750e1
DJ
14981 esac
14982done
14983
81ecdfbb 14984
c6b750e1
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
81ecdfbb 14994# simply because there is no reason against having it here, and in addition,
c6b750e1 14995# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
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'.
c6b750e1
DJ
14999$debug ||
15000{
81ecdfbb
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
c6b750e1 15006}
c6b750e1
DJ
15007# Create a (secure) tmp directory for tmp files.
15008
15009{
81ecdfbb 15010 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
c6b750e1
DJ
15011 test -n "$tmp" && test -d "$tmp"
15012} ||
15013{
81ecdfbb
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.
c6b750e1 15059{
81ecdfbb
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
c6b750e1 15069
81ecdfbb
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 &&
c6b750e1 15095_ACEOF
81ecdfbb
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
c6b750e1 15198
81ecdfbb
RW
15199cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15200fi # test -n "$CONFIG_FILES"
c6b750e1 15201
c6b750e1 15202
81ecdfbb
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
252b5132 15223
81ecdfbb
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
c6b750e1 15245
81ecdfbb
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;}
a0da8069 15256 fi
81ecdfbb
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
cac3d6c4 15264
81ecdfbb
RW
15265 case $ac_tag in
15266 *:-:* | *:-) cat >"$tmp/stdin" \
15267 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15268 esac
15269 ;;
a0da8069 15270 esac
252b5132 15271
81ecdfbb 15272 ac_dir=`$as_dirname -- "$ac_file" ||
c6b750e1
DJ
15273$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15274 X"$ac_file" : 'X\(//\)[^/]' \| \
15275 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
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
c6b750e1 15296 ac_builddir=.
252b5132 15297
81ecdfbb
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
c6b750e1
DJ
15313
15314case $srcdir in
81ecdfbb 15315 .) # We are building in place.
c6b750e1 15316 ac_srcdir=.
81ecdfbb
RW
15317 ac_top_srcdir=$ac_top_builddir_sub
15318 ac_abs_top_srcdir=$ac_pwd ;;
15319 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 15320 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
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 ;;
c6b750e1 15327esac
81ecdfbb 15328ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15329
252b5132 15330
81ecdfbb
RW
15331 case $ac_mode in
15332 :F)
15333 #
15334 # CONFIG_FILE
15335 #
c6b750e1
DJ
15336
15337 case $INSTALL in
15338 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 15339 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
a0da8069 15340 esac
81ecdfbb 15341_ACEOF
252b5132 15342
81ecdfbb
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;}
c6b750e1 15362_ACEOF
81ecdfbb
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
c6b750e1
DJ
15379$extrasub
15380_ACEOF
81ecdfbb 15381cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1
DJ
15382:t
15383/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
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 ;;
c148b4cb 15420
c148b4cb 15421
c148b4cb 15422
81ecdfbb
RW
15423 esac
15424
06a51eac
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
81ecdfbb
RW
15433done # for ac_tag
15434
15435
15436as_fn_exit 0
c6b750e1 15437_ACEOF
c6b750e1
DJ
15438ac_clean_files=$ac_clean_files_save
15439
81ecdfbb
RW
15440test $ac_write_fail = 0 ||
15441 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15442
c6b750e1
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.
81ecdfbb
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;}
c6b750e1 15467fi
c148b4cb 15468
This page took 1.525388 seconds and 4 git commands to generate.