* c-exp.y (qualified_name): Call CHECK_TYPEDEF before deciding
[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
581GFORTRAN_FOR_TARGET
582GCJ_FOR_TARGET
583GCC_FOR_TARGET
584CXX_FOR_TARGET
585CC_FOR_TARGET
586OBJDUMP
587OBJCOPY
588WINDMC
589WINDRES
590STRIP
591RANLIB
592NM
593LIPO
594LD
595DLLTOOL
596AS
597AR
598RUNTEST
599EXPECT
600MAKEINFO
601FLEX
602LEX
603M4
604BISON
605YACC
606config_shell
607WINDRES_FOR_BUILD
608WINDMC_FOR_BUILD
609RANLIB_FOR_BUILD
610NM_FOR_BUILD
611LD_FOR_BUILD
612LDFLAGS_FOR_BUILD
613GFORTRAN_FOR_BUILD
614GCJ_FOR_BUILD
615DLLTOOL_FOR_BUILD
616CXX_FOR_BUILD
617CXXFLAGS_FOR_BUILD
618CFLAGS_FOR_BUILD
619CC_FOR_BUILD
620AS_FOR_BUILD
621AR_FOR_BUILD
622target_configargs
623configdirs
624host_configargs
625build_configdirs
626build_configargs
627INSTALL_GDB_TK
628GDB_TK
629CONFIGURE_GDB_TK
630build_tooldir
631tooldir
632GCC_SHLIB_SUBDIR
633RPATH_ENVVAR
96655cc4 634BUILD_CONFIG
81ecdfbb
RW
635CXXFLAGS_FOR_TARGET
636CFLAGS_FOR_TARGET
637DEBUG_PREFIX_CFLAGS_FOR_TARGET
638SYSROOT_CFLAGS_FOR_TARGET
639stage1_languages
640clooginc
641clooglibs
642pplinc
643ppllibs
644poststage1_libs
645poststage1_ldflags
646stage1_libs
647stage1_ldflags
648extra_mpc_mpfr_configure_flags
649extra_mpc_gmp_configure_flags
650extra_mpfr_configure_flags
651gmpinc
652gmplibs
653do_compare
654GNATMAKE
655GNATBIND
656ac_ct_CXX
657CXXFLAGS
658CXX
659OBJEXT
660EXEEXT
661ac_ct_CC
662CPPFLAGS
663LDFLAGS
664CFLAGS
665CC
666target_subdir
667host_subdir
668build_subdir
669build_libsubdir
8e957354
PB
670AWK
671SED
81ecdfbb
RW
672LN_S
673LN
674INSTALL_DATA
675INSTALL_SCRIPT
676INSTALL_PROGRAM
677target_os
678target_vendor
679target_cpu
680target
681host_os
682host_vendor
683host_cpu
684host
685target_noncanonical
686host_noncanonical
687build_noncanonical
688build_os
689build_vendor
690build_cpu
691build
692TOPLEVEL_CONFIGURE_ARGUMENTS
693target_alias
694host_alias
695build_alias
696LIBS
697ECHO_T
698ECHO_N
699ECHO_C
700DEFS
701mandir
702localedir
703libdir
704psdir
705pdfdir
706dvidir
707htmldir
708infodir
709docdir
710oldincludedir
711includedir
712localstatedir
713sharedstatedir
714sysconfdir
715datadir
716datarootdir
717libexecdir
718sbindir
719bindir
720program_transform_name
721prefix
722exec_prefix
723PACKAGE_URL
724PACKAGE_BUGREPORT
725PACKAGE_STRING
726PACKAGE_VERSION
727PACKAGE_TARNAME
728PACKAGE_NAME
729PATH_SEPARATOR
730SHELL'
731ac_subst_files='serialization_dependencies
732host_makefile_frag
733target_makefile_frag
734alphaieee_frag
735ospace_frag'
736ac_user_opts='
737enable_option_checking
738with_build_libsubdir
739enable_gold
740enable_libada
741enable_libssp
742enable_build_with_cxx
743with_mpc
744with_mpc_include
745with_mpc_lib
746with_mpfr_dir
747with_mpfr
748with_mpfr_include
749with_mpfr_lib
750with_gmp_dir
751with_gmp
752with_gmp_include
753with_gmp_lib
754with_host_libstdcxx
755with_stage1_ldflags
756with_stage1_libs
757with_boot_ldflags
758with_boot_libs
759with_ppl
760with_ppl_include
761with_ppl_lib
762enable_ppl_version_check
763with_cloog
764with_cloog_include
765with_cloog_lib
766enable_cloog_version_check
767enable_stage1_languages
768enable_objc_gc
769with_build_sysroot
770with_debug_prefix_map
771enable_bootstrap
96655cc4 772with_build_config
81ecdfbb
RW
773enable_serial_configure
774with_build_time_tools
775enable_maintainer_mode
776enable_stage1_checking
777enable_werror
81ecdfbb
RW
778'
779 ac_precious_vars='build_alias
780host_alias
781target_alias
782CC
783CFLAGS
784LDFLAGS
785LIBS
786CPPFLAGS
787CXX
788CXXFLAGS
789CCC
790AR
791AS
792DLLTOOL
793LD
794LIPO
795NM
796RANLIB
797STRIP
798WINDRES
799WINDMC
800OBJCOPY
801OBJDUMP
802CC_FOR_TARGET
803CXX_FOR_TARGET
804GCC_FOR_TARGET
805GCJ_FOR_TARGET
806GFORTRAN_FOR_TARGET
807AR_FOR_TARGET
808AS_FOR_TARGET
809DLLTOOL_FOR_TARGET
810LD_FOR_TARGET
811LIPO_FOR_TARGET
812NM_FOR_TARGET
813OBJDUMP_FOR_TARGET
814RANLIB_FOR_TARGET
815STRIP_FOR_TARGET
816WINDRES_FOR_TARGET
817WINDMC_FOR_TARGET'
818
a0da8069
NN
819
820# Initialize some variables set by options.
c6b750e1
DJ
821ac_init_help=
822ac_init_version=false
81ecdfbb
RW
823ac_unrecognized_opts=
824ac_unrecognized_sep=
a0da8069
NN
825# The variables have the same names as the options, with
826# dashes changed to underlines.
c6b750e1 827cache_file=/dev/null
a0da8069 828exec_prefix=NONE
a0da8069 829no_create=
a0da8069
NN
830no_recursion=
831prefix=NONE
832program_prefix=NONE
833program_suffix=NONE
834program_transform_name=s,x,x,
835silent=
836site=
837srcdir=
a0da8069
NN
838verbose=
839x_includes=NONE
840x_libraries=NONE
c6b750e1
DJ
841
842# Installation directory options.
843# These are left unexpanded so users can "make install exec_prefix=/foo"
844# and all the variables that are supposed to be based on exec_prefix
845# by default will actually change.
846# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 847# (The list follows the same order as the GNU Coding Standards.)
a0da8069
NN
848bindir='${exec_prefix}/bin'
849sbindir='${exec_prefix}/sbin'
850libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
851datarootdir='${prefix}/share'
852datadir='${datarootdir}'
a0da8069
NN
853sysconfdir='${prefix}/etc'
854sharedstatedir='${prefix}/com'
855localstatedir='${prefix}/var'
a0da8069
NN
856includedir='${prefix}/include'
857oldincludedir='/usr/include'
81ecdfbb
RW
858docdir='${datarootdir}/doc/${PACKAGE}'
859infodir='${datarootdir}/info'
860htmldir='${docdir}'
861dvidir='${docdir}'
862pdfdir='${docdir}'
863psdir='${docdir}'
864libdir='${exec_prefix}/lib'
865localedir='${datarootdir}/locale'
866mandir='${datarootdir}/man'
252b5132 867
a0da8069 868ac_prev=
81ecdfbb 869ac_dashdash=
a0da8069
NN
870for ac_option
871do
a0da8069
NN
872 # If the previous option needs an argument, assign it.
873 if test -n "$ac_prev"; then
81ecdfbb 874 eval $ac_prev=\$ac_option
a0da8069
NN
875 ac_prev=
876 continue
877 fi
252b5132 878
81ecdfbb
RW
879 case $ac_option in
880 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
881 *) ac_optarg=yes ;;
882 esac
a0da8069
NN
883
884 # Accept the important Cygnus configure options, so we can diagnose typos.
885
81ecdfbb
RW
886 case $ac_dashdash$ac_option in
887 --)
888 ac_dashdash=yes ;;
a0da8069
NN
889
890 -bindir | --bindir | --bindi | --bind | --bin | --bi)
891 ac_prev=bindir ;;
892 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
c6b750e1 893 bindir=$ac_optarg ;;
a0da8069
NN
894
895 -build | --build | --buil | --bui | --bu)
c6b750e1 896 ac_prev=build_alias ;;
a0da8069 897 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
c6b750e1 898 build_alias=$ac_optarg ;;
a0da8069
NN
899
900 -cache-file | --cache-file | --cache-fil | --cache-fi \
901 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
902 ac_prev=cache_file ;;
903 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
904 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
c6b750e1
DJ
905 cache_file=$ac_optarg ;;
906
907 --config-cache | -C)
908 cache_file=config.cache ;;
a0da8069 909
81ecdfbb 910 -datadir | --datadir | --datadi | --datad)
a0da8069 911 ac_prev=datadir ;;
81ecdfbb 912 -datadir=* | --datadir=* | --datadi=* | --datad=*)
c6b750e1 913 datadir=$ac_optarg ;;
a0da8069 914
81ecdfbb
RW
915 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
916 | --dataroo | --dataro | --datar)
917 ac_prev=datarootdir ;;
918 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
919 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
920 datarootdir=$ac_optarg ;;
921
a0da8069 922 -disable-* | --disable-*)
81ecdfbb 923 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
a0da8069 924 # Reject names that are not valid shell variable names.
81ecdfbb
RW
925 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
926 as_fn_error "invalid feature name: $ac_useropt"
927 ac_useropt_orig=$ac_useropt
928 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
929 case $ac_user_opts in
930 *"
931"enable_$ac_useropt"
932"*) ;;
933 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
934 ac_unrecognized_sep=', ';;
935 esac
936 eval enable_$ac_useropt=no ;;
937
938 -docdir | --docdir | --docdi | --doc | --do)
939 ac_prev=docdir ;;
940 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
941 docdir=$ac_optarg ;;
942
943 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
944 ac_prev=dvidir ;;
945 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
946 dvidir=$ac_optarg ;;
a0da8069
NN
947
948 -enable-* | --enable-*)
81ecdfbb 949 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
a0da8069 950 # Reject names that are not valid shell variable names.
81ecdfbb
RW
951 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
952 as_fn_error "invalid feature name: $ac_useropt"
953 ac_useropt_orig=$ac_useropt
954 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
955 case $ac_user_opts in
956 *"
957"enable_$ac_useropt"
958"*) ;;
959 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
960 ac_unrecognized_sep=', ';;
a0da8069 961 esac
81ecdfbb 962 eval enable_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
963
964 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
965 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
966 | --exec | --exe | --ex)
967 ac_prev=exec_prefix ;;
968 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
969 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
970 | --exec=* | --exe=* | --ex=*)
c6b750e1 971 exec_prefix=$ac_optarg ;;
a0da8069
NN
972
973 -gas | --gas | --ga | --g)
974 # Obsolete; use --with-gas.
975 with_gas=yes ;;
976
c6b750e1
DJ
977 -help | --help | --hel | --he | -h)
978 ac_init_help=long ;;
979 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
980 ac_init_help=recursive ;;
981 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
982 ac_init_help=short ;;
a0da8069
NN
983
984 -host | --host | --hos | --ho)
c6b750e1 985 ac_prev=host_alias ;;
a0da8069 986 -host=* | --host=* | --hos=* | --ho=*)
c6b750e1 987 host_alias=$ac_optarg ;;
a0da8069 988
81ecdfbb
RW
989 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
990 ac_prev=htmldir ;;
991 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
992 | --ht=*)
993 htmldir=$ac_optarg ;;
994
a0da8069
NN
995 -includedir | --includedir | --includedi | --included | --include \
996 | --includ | --inclu | --incl | --inc)
997 ac_prev=includedir ;;
998 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
999 | --includ=* | --inclu=* | --incl=* | --inc=*)
c6b750e1 1000 includedir=$ac_optarg ;;
a0da8069
NN
1001
1002 -infodir | --infodir | --infodi | --infod | --info | --inf)
1003 ac_prev=infodir ;;
1004 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
c6b750e1 1005 infodir=$ac_optarg ;;
a0da8069
NN
1006
1007 -libdir | --libdir | --libdi | --libd)
1008 ac_prev=libdir ;;
1009 -libdir=* | --libdir=* | --libdi=* | --libd=*)
c6b750e1 1010 libdir=$ac_optarg ;;
a0da8069
NN
1011
1012 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1013 | --libexe | --libex | --libe)
1014 ac_prev=libexecdir ;;
1015 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1016 | --libexe=* | --libex=* | --libe=*)
c6b750e1 1017 libexecdir=$ac_optarg ;;
a0da8069 1018
81ecdfbb
RW
1019 -localedir | --localedir | --localedi | --localed | --locale)
1020 ac_prev=localedir ;;
1021 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1022 localedir=$ac_optarg ;;
1023
a0da8069 1024 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1025 | --localstate | --localstat | --localsta | --localst | --locals)
a0da8069
NN
1026 ac_prev=localstatedir ;;
1027 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1028 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
c6b750e1 1029 localstatedir=$ac_optarg ;;
a0da8069
NN
1030
1031 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1032 ac_prev=mandir ;;
1033 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
c6b750e1 1034 mandir=$ac_optarg ;;
a0da8069
NN
1035
1036 -nfp | --nfp | --nf)
1037 # Obsolete; use --without-fp.
1038 with_fp=no ;;
1039
1040 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
c6b750e1 1041 | --no-cr | --no-c | -n)
a0da8069
NN
1042 no_create=yes ;;
1043
1044 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1045 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1046 no_recursion=yes ;;
1047
1048 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1049 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1050 | --oldin | --oldi | --old | --ol | --o)
1051 ac_prev=oldincludedir ;;
1052 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1053 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1054 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
c6b750e1 1055 oldincludedir=$ac_optarg ;;
a0da8069
NN
1056
1057 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1058 ac_prev=prefix ;;
1059 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
c6b750e1 1060 prefix=$ac_optarg ;;
a0da8069
NN
1061
1062 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1063 | --program-pre | --program-pr | --program-p)
1064 ac_prev=program_prefix ;;
1065 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1066 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
c6b750e1 1067 program_prefix=$ac_optarg ;;
a0da8069
NN
1068
1069 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1070 | --program-suf | --program-su | --program-s)
1071 ac_prev=program_suffix ;;
1072 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1073 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
c6b750e1 1074 program_suffix=$ac_optarg ;;
a0da8069
NN
1075
1076 -program-transform-name | --program-transform-name \
1077 | --program-transform-nam | --program-transform-na \
1078 | --program-transform-n | --program-transform- \
1079 | --program-transform | --program-transfor \
1080 | --program-transfo | --program-transf \
1081 | --program-trans | --program-tran \
1082 | --progr-tra | --program-tr | --program-t)
1083 ac_prev=program_transform_name ;;
1084 -program-transform-name=* | --program-transform-name=* \
1085 | --program-transform-nam=* | --program-transform-na=* \
1086 | --program-transform-n=* | --program-transform-=* \
1087 | --program-transform=* | --program-transfor=* \
1088 | --program-transfo=* | --program-transf=* \
1089 | --program-trans=* | --program-tran=* \
1090 | --progr-tra=* | --program-tr=* | --program-t=*)
c6b750e1 1091 program_transform_name=$ac_optarg ;;
a0da8069 1092
81ecdfbb
RW
1093 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1094 ac_prev=pdfdir ;;
1095 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1096 pdfdir=$ac_optarg ;;
1097
1098 -psdir | --psdir | --psdi | --psd | --ps)
1099 ac_prev=psdir ;;
1100 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1101 psdir=$ac_optarg ;;
1102
a0da8069
NN
1103 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1104 | -silent | --silent | --silen | --sile | --sil)
1105 silent=yes ;;
1106
1107 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1108 ac_prev=sbindir ;;
1109 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1110 | --sbi=* | --sb=*)
c6b750e1 1111 sbindir=$ac_optarg ;;
a0da8069
NN
1112
1113 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1114 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1115 | --sharedst | --shareds | --shared | --share | --shar \
1116 | --sha | --sh)
1117 ac_prev=sharedstatedir ;;
1118 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1119 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1120 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1121 | --sha=* | --sh=*)
c6b750e1 1122 sharedstatedir=$ac_optarg ;;
a0da8069
NN
1123
1124 -site | --site | --sit)
1125 ac_prev=site ;;
1126 -site=* | --site=* | --sit=*)
c6b750e1 1127 site=$ac_optarg ;;
a0da8069
NN
1128
1129 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1130 ac_prev=srcdir ;;
1131 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
c6b750e1 1132 srcdir=$ac_optarg ;;
a0da8069
NN
1133
1134 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1135 | --syscon | --sysco | --sysc | --sys | --sy)
1136 ac_prev=sysconfdir ;;
1137 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1138 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
c6b750e1 1139 sysconfdir=$ac_optarg ;;
a0da8069
NN
1140
1141 -target | --target | --targe | --targ | --tar | --ta | --t)
c6b750e1 1142 ac_prev=target_alias ;;
a0da8069 1143 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
c6b750e1 1144 target_alias=$ac_optarg ;;
a0da8069
NN
1145
1146 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1147 verbose=yes ;;
1148
c6b750e1
DJ
1149 -version | --version | --versio | --versi | --vers | -V)
1150 ac_init_version=: ;;
a0da8069
NN
1151
1152 -with-* | --with-*)
81ecdfbb 1153 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
a0da8069 1154 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1155 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1156 as_fn_error "invalid package name: $ac_useropt"
1157 ac_useropt_orig=$ac_useropt
1158 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1159 case $ac_user_opts in
1160 *"
1161"with_$ac_useropt"
1162"*) ;;
1163 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1164 ac_unrecognized_sep=', ';;
a0da8069 1165 esac
81ecdfbb 1166 eval with_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
1167
1168 -without-* | --without-*)
81ecdfbb 1169 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
a0da8069 1170 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1171 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1172 as_fn_error "invalid package name: $ac_useropt"
1173 ac_useropt_orig=$ac_useropt
1174 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1175 case $ac_user_opts in
1176 *"
1177"with_$ac_useropt"
1178"*) ;;
1179 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1180 ac_unrecognized_sep=', ';;
1181 esac
1182 eval with_$ac_useropt=no ;;
a0da8069
NN
1183
1184 --x)
1185 # Obsolete; use --with-x.
1186 with_x=yes ;;
1187
1188 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1189 | --x-incl | --x-inc | --x-in | --x-i)
1190 ac_prev=x_includes ;;
1191 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1192 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
c6b750e1 1193 x_includes=$ac_optarg ;;
a0da8069
NN
1194
1195 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1196 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1197 ac_prev=x_libraries ;;
1198 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1199 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
c6b750e1 1200 x_libraries=$ac_optarg ;;
a0da8069 1201
81ecdfbb
RW
1202 -*) as_fn_error "unrecognized option: \`$ac_option'
1203Try \`$0 --help' for more information."
a0da8069
NN
1204 ;;
1205
c6b750e1
DJ
1206 *=*)
1207 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1208 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1209 case $ac_envvar in #(
1210 '' | [0-9]* | *[!_$as_cr_alnum]* )
1211 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1212 esac
1213 eval $ac_envvar=\$ac_optarg
c6b750e1
DJ
1214 export $ac_envvar ;;
1215
a0da8069 1216 *)
c6b750e1 1217 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1218 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
c6b750e1 1219 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1220 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
c6b750e1 1221 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
a0da8069
NN
1222 ;;
1223
1224 esac
1225done
1226
1227if test -n "$ac_prev"; then
c6b750e1 1228 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1229 as_fn_error "missing argument to $ac_option"
a0da8069 1230fi
a0da8069 1231
81ecdfbb
RW
1232if test -n "$ac_unrecognized_opts"; then
1233 case $enable_option_checking in
1234 no) ;;
1235 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1236 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
c6b750e1 1237 esac
81ecdfbb 1238fi
a0da8069 1239
81ecdfbb
RW
1240# Check all directory arguments for consistency.
1241for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1242 datadir sysconfdir sharedstatedir localstatedir includedir \
1243 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1244 libdir localedir mandir
a0da8069 1245do
81ecdfbb
RW
1246 eval ac_val=\$$ac_var
1247 # Remove trailing slashes.
1248 case $ac_val in
1249 */ )
1250 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1251 eval $ac_var=\$ac_val;;
1252 esac
1253 # Be sure to have absolute directory names.
c6b750e1 1254 case $ac_val in
81ecdfbb
RW
1255 [\\/$]* | ?:[\\/]* ) continue;;
1256 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
a0da8069 1257 esac
81ecdfbb 1258 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
a0da8069
NN
1259done
1260
c6b750e1
DJ
1261# There might be people who depend on the old broken behavior: `$host'
1262# used to hold the argument of --host etc.
1263# FIXME: To remove some day.
1264build=$build_alias
1265host=$host_alias
1266target=$target_alias
376a0e54 1267
c6b750e1
DJ
1268# FIXME: To remove some day.
1269if test "x$host_alias" != x; then
1270 if test "x$build_alias" = x; then
1271 cross_compiling=maybe
81ecdfbb 1272 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
c6b750e1
DJ
1273 If a cross compiler is detected then cross compile mode will be used." >&2
1274 elif test "x$build_alias" != "x$host_alias"; then
1275 cross_compiling=yes
1276 fi
1277fi
1278
1279ac_tool_prefix=
1280test -n "$host_alias" && ac_tool_prefix=$host_alias-
1281
1282test "$silent" = yes && exec 6>/dev/null
a0da8069 1283
a0da8069 1284
81ecdfbb
RW
1285ac_pwd=`pwd` && test -n "$ac_pwd" &&
1286ac_ls_di=`ls -di .` &&
1287ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1288 as_fn_error "working directory cannot be determined"
1289test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1290 as_fn_error "pwd does not report name of working directory"
1291
1292
a0da8069
NN
1293# Find the source files, if location was not specified.
1294if test -z "$srcdir"; then
1295 ac_srcdir_defaulted=yes
81ecdfbb
RW
1296 # Try the directory containing this script, then the parent directory.
1297 ac_confdir=`$as_dirname -- "$as_myself" ||
1298$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1299 X"$as_myself" : 'X\(//\)[^/]' \| \
1300 X"$as_myself" : 'X\(//\)$' \| \
1301 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1302$as_echo X"$as_myself" |
1303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1304 s//\1/
1305 q
1306 }
1307 /^X\(\/\/\)[^/].*/{
1308 s//\1/
1309 q
1310 }
1311 /^X\(\/\/\)$/{
1312 s//\1/
1313 q
1314 }
1315 /^X\(\/\).*/{
1316 s//\1/
1317 q
1318 }
1319 s/.*/./; q'`
a0da8069 1320 srcdir=$ac_confdir
81ecdfbb 1321 if test ! -r "$srcdir/$ac_unique_file"; then
a0da8069
NN
1322 srcdir=..
1323 fi
1324else
1325 ac_srcdir_defaulted=no
1326fi
81ecdfbb
RW
1327if test ! -r "$srcdir/$ac_unique_file"; then
1328 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1329 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1330fi
1331ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1332ac_abs_confdir=`(
1333 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1334 pwd)`
1335# When building in place, set srcdir=.
1336if test "$ac_abs_confdir" = "$ac_pwd"; then
1337 srcdir=.
1338fi
1339# Remove unnecessary trailing slashes from srcdir.
1340# Double slashes in file names in object file debugging info
1341# mess up M-x gdb in Emacs.
1342case $srcdir in
1343*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1344esac
9cc8ae67
PB
1345ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1346
81ecdfbb
RW
1347for ac_var in $ac_precious_vars; do
1348 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1349 eval ac_env_${ac_var}_value=\$${ac_var}
1350 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1351 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1352done
c6b750e1
DJ
1353
1354#
1355# Report the --help message.
1356#
1357if test "$ac_init_help" = "long"; then
1358 # Omit some internal or obsolete options to make the list less imposing.
1359 # This message is too long to be a string in the A/UX 3.1 sh.
1360 cat <<_ACEOF
1361\`configure' configures this package to adapt to many kinds of systems.
1362
1363Usage: $0 [OPTION]... [VAR=VALUE]...
1364
1365To assign environment variables (e.g., CC, CFLAGS...), specify them as
1366VAR=VALUE. See below for descriptions of some of the useful variables.
1367
1368Defaults for the options are specified in brackets.
1369
1370Configuration:
1371 -h, --help display this help and exit
1372 --help=short display options specific to this package
1373 --help=recursive display the short help of all the included packages
1374 -V, --version display version information and exit
1375 -q, --quiet, --silent do not print \`checking...' messages
1376 --cache-file=FILE cache test results in FILE [disabled]
1377 -C, --config-cache alias for \`--cache-file=config.cache'
1378 -n, --no-create do not create output files
1379 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1380
c6b750e1
DJ
1381Installation directories:
1382 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1383 [$ac_default_prefix]
c6b750e1 1384 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1385 [PREFIX]
c6b750e1
DJ
1386
1387By default, \`make install' will install all the files in
1388\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1389an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1390for instance \`--prefix=\$HOME'.
1391
1392For better control, use the options below.
1393
1394Fine tuning of the installation directories:
81ecdfbb
RW
1395 --bindir=DIR user executables [EPREFIX/bin]
1396 --sbindir=DIR system admin executables [EPREFIX/sbin]
1397 --libexecdir=DIR program executables [EPREFIX/libexec]
1398 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1399 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1400 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1401 --libdir=DIR object code libraries [EPREFIX/lib]
1402 --includedir=DIR C header files [PREFIX/include]
1403 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1404 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1405 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1406 --infodir=DIR info documentation [DATAROOTDIR/info]
1407 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1408 --mandir=DIR man documentation [DATAROOTDIR/man]
1409 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1410 --htmldir=DIR html documentation [DOCDIR]
1411 --dvidir=DIR dvi documentation [DOCDIR]
1412 --pdfdir=DIR pdf documentation [DOCDIR]
1413 --psdir=DIR ps documentation [DOCDIR]
c6b750e1
DJ
1414_ACEOF
1415
1416 cat <<\_ACEOF
1417
1418Program names:
1419 --program-prefix=PREFIX prepend PREFIX to installed program names
1420 --program-suffix=SUFFIX append SUFFIX to installed program names
1421 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1422
1423System types:
1424 --build=BUILD configure for building on BUILD [guessed]
1425 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1426 --target=TARGET configure for building compilers for TARGET [HOST]
1427_ACEOF
a0da8069 1428fi
a0da8069 1429
c6b750e1
DJ
1430if test -n "$ac_init_help"; then
1431
1432 cat <<\_ACEOF
1433
1434Optional Features:
81ecdfbb 1435 --disable-option-checking ignore unrecognized --enable/--with options
c6b750e1
DJ
1436 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1437 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
93f9b408 1438 --enable-gold use gold instead of ld
521ec477
DD
1439 --enable-libada build libada directory
1440 --enable-libssp build libssp directory
e8a5fa9c 1441 --enable-build-with-cxx build with C++ compiler instead of C compiler
e28c595f
JM
1442 --disable-ppl-version-check disable check for PPL version
1443 --disable-cloog-version-check disable check for CLooG version
521ec477 1444 --enable-stage1-languages[=all] choose additional languages to build during
c6b750e1 1445 stage1. Mostly useful for compiler development.
521ec477
DD
1446 --enable-objc-gc enable use of Boehm's garbage collector with the
1447 GNU Objective-C runtime
1448 --enable-bootstrap enable bootstrapping [yes if native build]
1449 --enable-serial-[{host,target,build}-]configure
1450 force sequential configuration of
c6b750e1 1451 sub-packages for the host, target or build
521ec477 1452 machine, or all sub-packages
c6b750e1
DJ
1453 --enable-maintainer-mode enable make rules and dependencies not useful
1454 (and sometimes confusing) to the casual installer
521ec477
DD
1455 --enable-stage1-checking[=all] choose additional checking for stage1
1456 of the compiler
c6b750e1
DJ
1457 --enable-werror enable -Werror in bootstrap stage2 and later
1458
1459Optional Packages:
1460 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1461 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1462 --with-build-libsubdir=DIR Directory where to find libraries for build system
e8a5fa9c
RW
1463 --with-mpc=PATH specify prefix directory for installed MPC package.
1464 Equivalent to --with-mpc-include=PATH/include
1465 plus --with-mpc-lib=PATH/lib
1466 --with-mpc-include=PATH
1467 specify directory for installed MPC include files
1468 --with-mpc-lib=PATH specify directory for the installed MPC library
521ec477
DD
1469 --with-mpfr-dir=PATH this option has been REMOVED
1470 --with-mpfr=PATH specify prefix directory for installed MPFR package.
c6b750e1
DJ
1471 Equivalent to --with-mpfr-include=PATH/include
1472 plus --with-mpfr-lib=PATH/lib
1473 --with-mpfr-include=PATH
521ec477
DD
1474 specify directory for installed MPFR include files
1475 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1476 --with-gmp-dir=PATH this option has been REMOVED
1477 --with-gmp=PATH specify prefix directory for the installed GMP package.
c6b750e1
DJ
1478 Equivalent to --with-gmp-include=PATH/include
1479 plus --with-gmp-lib=PATH/lib
521ec477
DD
1480 --with-gmp-include=PATH specify directory for installed GMP include files
1481 --with-gmp-lib=PATH specify directory for the installed GMP library
29383458
JM
1482 --with-host-libstdcxx=L Use linker arguments L to link with libstdc++
1483 when linking with PPL
e8a5fa9c
RW
1484 --with-stage1-ldflags=FLAGS Linker flags for stage1
1485 -with-stage1-libs=LIBS Libraries for stage1
1486 --with-boot-ldflags=FLAGS Linker flags for stage2 and later
1487 --with-boot-libs=LIBS Libraries for stage2 and later
e28c595f
JM
1488 --with-ppl=PATH Specify prefix directory for the installed PPL package
1489 Equivalent to --with-ppl-include=PATH/include
1490 plus --with-ppl-lib=PATH/lib
1491 --with-ppl-include=PATH Specify directory for installed PPL include files
1492 --with-ppl-lib=PATH Specify the directory for the installed PPL library
1493 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL package
1494 Equivalent to --with-cloog-include=PATH/include
1495 plus --with-cloog-lib=PATH/lib
1496 --with-cloog-include=PATH Specify directory for installed CLooG include files
1497 --with-cloog-lib=PATH Specify the directory for the installed CLooG library
521ec477 1498 --with-build-sysroot=SYSROOT
c6b750e1 1499 use sysroot as the system root during the build
8a6ee3ab
JM
1500 --with-debug-prefix-map='A=B C=D ...'
1501 map A to B, C to D ... in debug information
96655cc4
AO
1502--with-build-config='NAME NAME2...'
1503 Use config/NAME.mk build configuration
521ec477 1504 --with-build-time-tools=PATH
c6b750e1 1505 use given path to find target tools during the build
c6b750e1
DJ
1506
1507Some influential environment variables:
1508 CC C compiler command
1509 CFLAGS C compiler flags
1510 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1511 nonstandard directory <lib dir>
81ecdfbb
RW
1512 LIBS libraries to pass to the linker, e.g. -l<library>
1513 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1514 you have headers in a nonstandard directory <include dir>
18f6b6ee
PB
1515 CXX C++ compiler command
1516 CXXFLAGS C++ compiler flags
9a819804
AO
1517 AR AR for the host
1518 AS AS for the host
1519 DLLTOOL DLLTOOL for the host
1520 LD LD for the host
1521 LIPO LIPO for the host
1522 NM NM for the host
1523 RANLIB RANLIB for the host
1524 STRIP STRIP for the host
1525 WINDRES WINDRES for the host
0c24b341 1526 WINDMC WINDMC for the host
9a819804
AO
1527 OBJCOPY OBJCOPY for the host
1528 OBJDUMP OBJDUMP for the host
1529 CC_FOR_TARGET
1530 CC for the target
1531 CXX_FOR_TARGET
1532 CXX for the target
1533 GCC_FOR_TARGET
1534 GCC for the target
1535 GCJ_FOR_TARGET
1536 GCJ for the target
1537 GFORTRAN_FOR_TARGET
1538 GFORTRAN for the target
1539 AR_FOR_TARGET
1540 AR for the target
1541 AS_FOR_TARGET
1542 AS for the target
1543 DLLTOOL_FOR_TARGET
1544 DLLTOOL for the target
1545 LD_FOR_TARGET
1546 LD for the target
1547 LIPO_FOR_TARGET
1548 LIPO for the target
1549 NM_FOR_TARGET
1550 NM for the target
1551 OBJDUMP_FOR_TARGET
1552 OBJDUMP for the target
1553 RANLIB_FOR_TARGET
1554 RANLIB for the target
1555 STRIP_FOR_TARGET
1556 STRIP for the target
1557 WINDRES_FOR_TARGET
1558 WINDRES for the target
0c24b341
NC
1559 WINDMC_FOR_TARGET
1560 WINDMC for the target
c6b750e1
DJ
1561
1562Use these variables to override the choices made by `configure' or to help
1563it to find libraries and programs with nonstandard names/locations.
1564
81ecdfbb 1565Report bugs to the package provider.
c6b750e1 1566_ACEOF
81ecdfbb 1567ac_status=$?
c6b750e1
DJ
1568fi
1569
1570if test "$ac_init_help" = "recursive"; then
1571 # If there are subdirs, report their specific --help.
c6b750e1 1572 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1573 test -d "$ac_dir" ||
1574 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575 continue
c6b750e1
DJ
1576 ac_builddir=.
1577
81ecdfbb
RW
1578case "$ac_dir" in
1579.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1580*)
1581 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582 # A ".." for each directory in $ac_dir_suffix.
1583 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584 case $ac_top_builddir_sub in
1585 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587 esac ;;
1588esac
1589ac_abs_top_builddir=$ac_pwd
1590ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591# for backward compatibility:
1592ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
1593
1594case $srcdir in
81ecdfbb 1595 .) # We are building in place.
c6b750e1 1596 ac_srcdir=.
81ecdfbb
RW
1597 ac_top_srcdir=$ac_top_builddir_sub
1598 ac_abs_top_srcdir=$ac_pwd ;;
1599 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 1600 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1601 ac_top_srcdir=$srcdir
1602 ac_abs_top_srcdir=$srcdir ;;
1603 *) # Relative name.
1604 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605 ac_top_srcdir=$ac_top_build_prefix$srcdir
1606 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 1607esac
81ecdfbb
RW
1608ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1609
1610 cd "$ac_dir" || { ac_status=$?; continue; }
1611 # Check for guested configure.
1612 if test -f "$ac_srcdir/configure.gnu"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615 elif test -f "$ac_srcdir/configure"; then
1616 echo &&
1617 $SHELL "$ac_srcdir/configure" --help=recursive
c6b750e1 1618 else
81ecdfbb
RW
1619 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620 fi || ac_status=$?
1621 cd "$ac_pwd" || { ac_status=$?; break; }
c6b750e1
DJ
1622 done
1623fi
1624
81ecdfbb 1625test -n "$ac_init_help" && exit $ac_status
c6b750e1
DJ
1626if $ac_init_version; then
1627 cat <<\_ACEOF
81ecdfbb
RW
1628configure
1629generated by GNU Autoconf 2.64
c6b750e1 1630
81ecdfbb 1631Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
1632This configure script is free software; the Free Software Foundation
1633gives unlimited permission to copy, distribute and modify it.
1634_ACEOF
81ecdfbb 1635 exit
c6b750e1 1636fi
81ecdfbb
RW
1637
1638## ------------------------ ##
1639## Autoconf initialization. ##
1640## ------------------------ ##
1641
1642# ac_fn_c_try_compile LINENO
1643# --------------------------
1644# Try to compile conftest.$ac_ext, and return whether this succeeded.
1645ac_fn_c_try_compile ()
1646{
1647 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648 rm -f conftest.$ac_objext
1649 if { { ac_try="$ac_compile"
1650case "(($ac_try" in
1651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1652 *) ac_try_echo=$ac_try;;
1653esac
1654eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1655$as_echo "$ac_try_echo"; } >&5
1656 (eval "$ac_compile") 2>conftest.err
1657 ac_status=$?
1658 if test -s conftest.err; then
1659 grep -v '^ *+' conftest.err >conftest.er1
1660 cat conftest.er1 >&5
1661 mv -f conftest.er1 conftest.err
1662 fi
1663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1664 test $ac_status = 0; } && {
1665 test -z "$ac_c_werror_flag" ||
1666 test ! -s conftest.err
1667 } && test -s conftest.$ac_objext; then :
1668 ac_retval=0
1669else
1670 $as_echo "$as_me: failed program was:" >&5
1671sed 's/^/| /' conftest.$ac_ext >&5
1672
1673 ac_retval=1
1674fi
1675 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1676 return $ac_retval
1677
1678} # ac_fn_c_try_compile
1679
1680# ac_fn_cxx_try_compile LINENO
1681# ----------------------------
1682# Try to compile conftest.$ac_ext, and return whether this succeeded.
1683ac_fn_cxx_try_compile ()
1684{
1685 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1686 rm -f conftest.$ac_objext
1687 if { { ac_try="$ac_compile"
1688case "(($ac_try" in
1689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690 *) ac_try_echo=$ac_try;;
1691esac
1692eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693$as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_compile") 2>conftest.err
1695 ac_status=$?
1696 if test -s conftest.err; then
1697 grep -v '^ *+' conftest.err >conftest.er1
1698 cat conftest.er1 >&5
1699 mv -f conftest.er1 conftest.err
1700 fi
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702 test $ac_status = 0; } && {
1703 test -z "$ac_cxx_werror_flag" ||
1704 test ! -s conftest.err
1705 } && test -s conftest.$ac_objext; then :
1706 ac_retval=0
1707else
1708 $as_echo "$as_me: failed program was:" >&5
1709sed 's/^/| /' conftest.$ac_ext >&5
1710
1711 ac_retval=1
1712fi
1713 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1714 return $ac_retval
1715
1716} # ac_fn_cxx_try_compile
1717
1718# ac_fn_c_try_link LINENO
1719# -----------------------
1720# Try to link conftest.$ac_ext, and return whether this succeeded.
1721ac_fn_c_try_link ()
1722{
1723 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1724 rm -f conftest.$ac_objext conftest$ac_exeext
1725 if { { ac_try="$ac_link"
1726case "(($ac_try" in
1727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1729esac
1730eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731$as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_link") 2>conftest.err
1733 ac_status=$?
1734 if test -s conftest.err; then
1735 grep -v '^ *+' conftest.err >conftest.er1
1736 cat conftest.er1 >&5
1737 mv -f conftest.er1 conftest.err
1738 fi
1739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740 test $ac_status = 0; } && {
1741 test -z "$ac_c_werror_flag" ||
1742 test ! -s conftest.err
1743 } && test -s conftest$ac_exeext && {
1744 test "$cross_compiling" = yes ||
1745 $as_test_x conftest$ac_exeext
1746 }; then :
1747 ac_retval=0
1748else
1749 $as_echo "$as_me: failed program was:" >&5
1750sed 's/^/| /' conftest.$ac_ext >&5
1751
1752 ac_retval=1
1753fi
1754 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1755 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1756 # interfere with the next link command; also delete a directory that is
1757 # left behind by Apple's compiler. We do this before executing the actions.
1758 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1759 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1760 return $ac_retval
1761
1762} # ac_fn_c_try_link
1763cat >config.log <<_ACEOF
c6b750e1
DJ
1764This file contains any messages produced by compilers while
1765running configure, to aid debugging if configure makes a mistake.
1766
1767It was created by $as_me, which was
81ecdfbb 1768generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
1769
1770 $ $0 $@
1771
1772_ACEOF
81ecdfbb 1773exec 5>>config.log
c6b750e1
DJ
1774{
1775cat <<_ASUNAME
1776## --------- ##
1777## Platform. ##
1778## --------- ##
1779
1780hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1781uname -m = `(uname -m) 2>/dev/null || echo unknown`
1782uname -r = `(uname -r) 2>/dev/null || echo unknown`
1783uname -s = `(uname -s) 2>/dev/null || echo unknown`
1784uname -v = `(uname -v) 2>/dev/null || echo unknown`
1785
1786/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1787/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1788
1789/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1790/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1791/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1792/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
c6b750e1
DJ
1793/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1794/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1795/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1796
1797_ASUNAME
1798
1799as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1800for as_dir in $PATH
1801do
1802 IFS=$as_save_IFS
1803 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1804 $as_echo "PATH: $as_dir"
1805 done
1806IFS=$as_save_IFS
c6b750e1
DJ
1807
1808} >&5
1809
1810cat >&5 <<_ACEOF
1811
1812
1813## ----------- ##
1814## Core tests. ##
1815## ----------- ##
1816
1817_ACEOF
1818
1819
1820# Keep a trace of the command line.
1821# Strip out --no-create and --no-recursion so they do not pile up.
1822# Strip out --silent because we don't want to record it for future runs.
1823# Also quote any args containing shell meta-characters.
1824# Make two passes to allow for proper duplicate-argument suppression.
1825ac_configure_args=
1826ac_configure_args0=
1827ac_configure_args1=
c6b750e1
DJ
1828ac_must_keep_next=false
1829for ac_pass in 1 2
1830do
1831 for ac_arg
1832 do
1833 case $ac_arg in
1834 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1835 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1836 | -silent | --silent | --silen | --sile | --sil)
1837 continue ;;
81ecdfbb
RW
1838 *\'*)
1839 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
1840 esac
1841 case $ac_pass in
81ecdfbb 1842 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
c6b750e1 1843 2)
81ecdfbb 1844 as_fn_append ac_configure_args1 " '$ac_arg'"
c6b750e1
DJ
1845 if test $ac_must_keep_next = true; then
1846 ac_must_keep_next=false # Got value, back to normal.
1847 else
1848 case $ac_arg in
1849 *=* | --config-cache | -C | -disable-* | --disable-* \
1850 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1851 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1852 | -with-* | --with-* | -without-* | --without-* | --x)
1853 case "$ac_configure_args0 " in
1854 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1855 esac
1856 ;;
1857 -* ) ac_must_keep_next=true ;;
1858 esac
1859 fi
81ecdfbb 1860 as_fn_append ac_configure_args " '$ac_arg'"
c6b750e1
DJ
1861 ;;
1862 esac
1863 done
1864done
81ecdfbb
RW
1865{ ac_configure_args0=; unset ac_configure_args0;}
1866{ ac_configure_args1=; unset ac_configure_args1;}
c6b750e1
DJ
1867
1868# When interrupted or exit'd, cleanup temporary files, and complete
1869# config.log. We remove comments because anyway the quotes in there
1870# would cause problems or look ugly.
81ecdfbb
RW
1871# WARNING: Use '\'' to represent an apostrophe within the trap.
1872# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
c6b750e1
DJ
1873trap 'exit_status=$?
1874 # Save into config.log some information that might help in debugging.
1875 {
1876 echo
1877
1878 cat <<\_ASBOX
1879## ---------------- ##
1880## Cache variables. ##
1881## ---------------- ##
1882_ASBOX
1883 echo
1884 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1885(
1886 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1887 eval ac_val=\$$ac_var
1888 case $ac_val in #(
1889 *${as_nl}*)
1890 case $ac_var in #(
1891 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1892$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1893 esac
1894 case $ac_var in #(
1895 _ | IFS | as_nl) ;; #(
1896 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1897 *) { eval $ac_var=; unset $ac_var;} ;;
1898 esac ;;
1899 esac
1900 done
c6b750e1 1901 (set) 2>&1 |
81ecdfbb
RW
1902 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1903 *${as_nl}ac_space=\ *)
c6b750e1 1904 sed -n \
81ecdfbb
RW
1905 "s/'\''/'\''\\\\'\'''\''/g;
1906 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1907 ;; #(
c6b750e1 1908 *)
81ecdfbb 1909 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 1910 ;;
81ecdfbb
RW
1911 esac |
1912 sort
1913)
c6b750e1
DJ
1914 echo
1915
1916 cat <<\_ASBOX
1917## ----------------- ##
1918## Output variables. ##
1919## ----------------- ##
1920_ASBOX
1921 echo
1922 for ac_var in $ac_subst_vars
1923 do
81ecdfbb
RW
1924 eval ac_val=\$$ac_var
1925 case $ac_val in
1926 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1927 esac
1928 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
1929 done | sort
1930 echo
1931
1932 if test -n "$ac_subst_files"; then
1933 cat <<\_ASBOX
81ecdfbb
RW
1934## ------------------- ##
1935## File substitutions. ##
1936## ------------------- ##
c6b750e1
DJ
1937_ASBOX
1938 echo
1939 for ac_var in $ac_subst_files
1940 do
81ecdfbb
RW
1941 eval ac_val=\$$ac_var
1942 case $ac_val in
1943 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1944 esac
1945 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
1946 done | sort
1947 echo
1948 fi
1949
1950 if test -s confdefs.h; then
1951 cat <<\_ASBOX
1952## ----------- ##
1953## confdefs.h. ##
1954## ----------- ##
1955_ASBOX
1956 echo
81ecdfbb 1957 cat confdefs.h
c6b750e1
DJ
1958 echo
1959 fi
1960 test "$ac_signal" != 0 &&
81ecdfbb
RW
1961 $as_echo "$as_me: caught signal $ac_signal"
1962 $as_echo "$as_me: exit $exit_status"
c6b750e1 1963 } >&5
81ecdfbb
RW
1964 rm -f core *.core core.conftest.* &&
1965 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
c6b750e1 1966 exit $exit_status
81ecdfbb 1967' 0
c6b750e1 1968for ac_signal in 1 2 13 15; do
81ecdfbb 1969 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
c6b750e1
DJ
1970done
1971ac_signal=0
1972
1973# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
1974rm -f -r conftest* confdefs.h
1975
1976$as_echo "/* confdefs.h */" > confdefs.h
c6b750e1
DJ
1977
1978# Predefined preprocessor variables.
1979
1980cat >>confdefs.h <<_ACEOF
1981#define PACKAGE_NAME "$PACKAGE_NAME"
1982_ACEOF
1983
c6b750e1
DJ
1984cat >>confdefs.h <<_ACEOF
1985#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1986_ACEOF
1987
c6b750e1
DJ
1988cat >>confdefs.h <<_ACEOF
1989#define PACKAGE_VERSION "$PACKAGE_VERSION"
1990_ACEOF
1991
c6b750e1
DJ
1992cat >>confdefs.h <<_ACEOF
1993#define PACKAGE_STRING "$PACKAGE_STRING"
1994_ACEOF
1995
c6b750e1
DJ
1996cat >>confdefs.h <<_ACEOF
1997#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1998_ACEOF
1999
81ecdfbb
RW
2000cat >>confdefs.h <<_ACEOF
2001#define PACKAGE_URL "$PACKAGE_URL"
2002_ACEOF
2003
c6b750e1
DJ
2004
2005# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2006# Prefer an explicitly selected file to automatically selected ones.
2007ac_site_file1=NONE
2008ac_site_file2=NONE
2009if test -n "$CONFIG_SITE"; then
2010 ac_site_file1=$CONFIG_SITE
2011elif test "x$prefix" != xNONE; then
2012 ac_site_file1=$prefix/share/config.site
2013 ac_site_file2=$prefix/etc/config.site
2014else
2015 ac_site_file1=$ac_default_prefix/share/config.site
2016 ac_site_file2=$ac_default_prefix/etc/config.site
a0da8069 2017fi
81ecdfbb
RW
2018for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2019do
2020 test "x$ac_site_file" = xNONE && continue
a0da8069 2021 if test -r "$ac_site_file"; then
81ecdfbb
RW
2022 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2023$as_echo "$as_me: loading site script $ac_site_file" >&6;}
c6b750e1 2024 sed 's/^/| /' "$ac_site_file" >&5
a0da8069
NN
2025 . "$ac_site_file"
2026 fi
2027done
2028
2029if test -r "$cache_file"; then
c6b750e1
DJ
2030 # Some versions of bash will fail to source /dev/null (special
2031 # files actually), so we avoid doing that.
2032 if test -f "$cache_file"; then
81ecdfbb
RW
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2034$as_echo "$as_me: loading cache $cache_file" >&6;}
c6b750e1 2035 case $cache_file in
81ecdfbb
RW
2036 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2037 *) . "./$cache_file";;
c6b750e1
DJ
2038 esac
2039 fi
a0da8069 2040else
81ecdfbb
RW
2041 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2042$as_echo "$as_me: creating cache $cache_file" >&6;}
c6b750e1
DJ
2043 >$cache_file
2044fi
2045
2046# Check that the precious variables saved in the cache have kept the same
2047# value.
2048ac_cache_corrupted=false
81ecdfbb 2049for ac_var in $ac_precious_vars; do
c6b750e1
DJ
2050 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2051 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2052 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2053 eval ac_new_val=\$ac_env_${ac_var}_value
c6b750e1
DJ
2054 case $ac_old_set,$ac_new_set in
2055 set,)
81ecdfbb
RW
2056 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2057$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
c6b750e1
DJ
2058 ac_cache_corrupted=: ;;
2059 ,set)
81ecdfbb
RW
2060 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2061$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
c6b750e1
DJ
2062 ac_cache_corrupted=: ;;
2063 ,);;
2064 *)
2065 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2066 # differences in whitespace do not lead to failure.
2067 ac_old_val_w=`echo x $ac_old_val`
2068 ac_new_val_w=`echo x $ac_new_val`
2069 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2070 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2071$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2072 ac_cache_corrupted=:
2073 else
2074 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2075$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2076 eval $ac_var=\$ac_old_val
2077 fi
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2079$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2080 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2081$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
c6b750e1
DJ
2082 fi;;
2083 esac
2084 # Pass precious variables to config.status.
2085 if test "$ac_new_set" = set; then
2086 case $ac_new_val in
81ecdfbb 2087 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
2088 *) ac_arg=$ac_var=$ac_new_val ;;
2089 esac
2090 case " $ac_configure_args " in
2091 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2092 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
c6b750e1
DJ
2093 esac
2094 fi
2095done
2096if $ac_cache_corrupted; then
81ecdfbb
RW
2097 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2098$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2100$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2101 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
a0da8069 2102fi
81ecdfbb
RW
2103## -------------------- ##
2104## Main body of script. ##
2105## -------------------- ##
a0da8069
NN
2106
2107ac_ext=c
a0da8069 2108ac_cpp='$CPP $CPPFLAGS'
c6b750e1
DJ
2109ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2110ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2111ac_compiler_gnu=$ac_cv_c_compiler_gnu
2112
2113
2114
2115
c6b750e1
DJ
2116
2117
34a0f3cf 2118
c6b750e1 2119
5b553f7e
RW
2120
2121progname=$0
2122# if PWD already has a value, it is probably wrong.
2123if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2124
2125# Export original configure arguments for use by sub-configures.
2126# Quote arguments with shell meta charatcers.
2127TOPLEVEL_CONFIGURE_ARGUMENTS=
2128set -- "$progname" "$@"
2129for ac_arg
2130do
2131 case "$ac_arg" in
2132 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2133 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2134 # if the argument is of the form -foo=baz, quote the baz part only
2135 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2136 *) ;;
2137 esac
2138 # Add the quoted argument to the list.
2139 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2140done
2141if test "$silent" = yes; then
2142 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2143fi
2144# Remove the initial space we just introduced and, as these will be
2145# expanded by make, quote '$'.
2146TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2147
c6b750e1
DJ
2148
2149# Find the build, host, and target systems.
a0da8069 2150ac_aux_dir=
81ecdfbb
RW
2151for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2152 for ac_t in install-sh install.sh shtool; do
2153 if test -f "$ac_dir/$ac_t"; then
2154 ac_aux_dir=$ac_dir
2155 ac_install_sh="$ac_aux_dir/$ac_t -c"
2156 break 2
2157 fi
2158 done
a0da8069
NN
2159done
2160if test -z "$ac_aux_dir"; then
81ecdfbb 2161 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
a0da8069 2162fi
81ecdfbb
RW
2163
2164# These three variables are undocumented and unsupported,
2165# and are intended to be withdrawn in a future Autoconf release.
2166# They can cause serious problems if a builder's source tree is in a directory
2167# whose full name contains unusual characters.
2168ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2169ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2170ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2171
a0da8069 2172
c6b750e1 2173# Make sure we can run config.sub.
81ecdfbb
RW
2174$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2175 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2176
2177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2178$as_echo_n "checking build system type... " >&6; }
2179if test "${ac_cv_build+set}" = set; then :
2180 $as_echo_n "(cached) " >&6
2181else
2182 ac_build_alias=$build_alias
2183test "x$ac_build_alias" = x &&
2184 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2185test "x$ac_build_alias" = x &&
2186 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2187ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2188 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2189
2190fi
2191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2192$as_echo "$ac_cv_build" >&6; }
2193case $ac_cv_build in
2194*-*-*) ;;
2195*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2196esac
c6b750e1 2197build=$ac_cv_build
81ecdfbb
RW
2198ac_save_IFS=$IFS; IFS='-'
2199set x $ac_cv_build
2200shift
2201build_cpu=$1
2202build_vendor=$2
2203shift; shift
2204# Remember, the first character of IFS is used to create $*,
2205# except with old shells:
2206build_os=$*
2207IFS=$ac_save_IFS
2208case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
a0da8069 2209
a0da8069 2210
c6b750e1
DJ
2211 case ${build_alias} in
2212 "") build_noncanonical=${build} ;;
2213 *) build_noncanonical=${build_alias} ;;
cac3d6c4
CM
2214esac
2215
2216
cac3d6c4 2217
c6b750e1
DJ
2218 case ${host_alias} in
2219 "") host_noncanonical=${build_noncanonical} ;;
2220 *) host_noncanonical=${host_alias} ;;
cac3d6c4
CM
2221esac
2222
cac3d6c4 2223
c6b750e1
DJ
2224
2225 case ${target_alias} in
2226 "") target_noncanonical=${host_noncanonical} ;;
2227 *) target_noncanonical=${target_alias} ;;
cac3d6c4
CM
2228esac
2229
cac3d6c4 2230
c6b750e1
DJ
2231
2232
2233test "$host_noncanonical" = "$target_noncanonical" &&
a0da8069
NN
2234 test "$program_prefix$program_suffix$program_transform_name" = \
2235 NONENONEs,x,x, &&
c6b750e1 2236 program_transform_name=s,y,y,
cac3d6c4 2237
81ecdfbb
RW
2238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2239$as_echo_n "checking host system type... " >&6; }
2240if test "${ac_cv_host+set}" = set; then :
2241 $as_echo_n "(cached) " >&6
cac3d6c4 2242else
81ecdfbb
RW
2243 if test "x$host_alias" = x; then
2244 ac_cv_host=$ac_cv_build
2245else
2246 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2247 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2248fi
c6b750e1
DJ
2249
2250fi
81ecdfbb
RW
2251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2252$as_echo "$ac_cv_host" >&6; }
2253case $ac_cv_host in
2254*-*-*) ;;
2255*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2256esac
c6b750e1 2257host=$ac_cv_host
81ecdfbb
RW
2258ac_save_IFS=$IFS; IFS='-'
2259set x $ac_cv_host
2260shift
2261host_cpu=$1
2262host_vendor=$2
2263shift; shift
2264# Remember, the first character of IFS is used to create $*,
2265# except with old shells:
2266host_os=$*
2267IFS=$ac_save_IFS
2268case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2269
2270
81ecdfbb
RW
2271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2272$as_echo_n "checking target system type... " >&6; }
2273if test "${ac_cv_target+set}" = set; then :
2274 $as_echo_n "(cached) " >&6
c6b750e1 2275else
81ecdfbb
RW
2276 if test "x$target_alias" = x; then
2277 ac_cv_target=$ac_cv_host
2278else
2279 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2280 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2281fi
c6b750e1 2282
cac3d6c4 2283fi
81ecdfbb
RW
2284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2285$as_echo "$ac_cv_target" >&6; }
2286case $ac_cv_target in
2287*-*-*) ;;
2288*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2289esac
c6b750e1 2290target=$ac_cv_target
81ecdfbb
RW
2291ac_save_IFS=$IFS; IFS='-'
2292set x $ac_cv_target
2293shift
2294target_cpu=$1
2295target_vendor=$2
2296shift; shift
2297# Remember, the first character of IFS is used to create $*,
2298# except with old shells:
2299target_os=$*
2300IFS=$ac_save_IFS
2301case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2302
2303
2304# The aliases save the names the user supplied, while $host etc.
2305# will get canonicalized.
2306test -n "$target_alias" &&
2307 test "$program_prefix$program_suffix$program_transform_name" = \
2308 NONENONEs,x,x, &&
2309 program_prefix=${target_alias}-
81ecdfbb 2310
a0da8069 2311test "$program_prefix" != NONE &&
81ecdfbb 2312 program_transform_name="s&^&$program_prefix&;$program_transform_name"
a0da8069
NN
2313# Use a double $ so make ignores it.
2314test "$program_suffix" != NONE &&
81ecdfbb
RW
2315 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2316# Double any \ or $.
c6b750e1 2317# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2318ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2319program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
cac3d6c4 2320
a0da8069
NN
2321
2322
e5c3f801
NN
2323# Get 'install' or 'install-sh' and its variants.
2324# Find a good install program. We prefer a C program (faster),
2325# so one script is as good as another. But avoid the broken or
2326# incompatible versions:
2327# SysV /etc/install, /usr/sbin/install
2328# SunOS /usr/etc/install
2329# IRIX /sbin/install
2330# AIX /bin/install
c6b750e1 2331# AmigaOS /C/install, which installs bootblocks on floppy discs
e5c3f801
NN
2332# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2333# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2334# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
c6b750e1 2335# OS/2's system install, which has a completely different semantic
e5c3f801 2336# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 2337# Reject install programs that cannot install multiple files.
81ecdfbb
RW
2338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2339$as_echo_n "checking for a BSD-compatible install... " >&6; }
e5c3f801 2340if test -z "$INSTALL"; then
81ecdfbb
RW
2341if test "${ac_cv_path_install+set}" = set; then :
2342 $as_echo_n "(cached) " >&6
c6b750e1
DJ
2343else
2344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2345for as_dir in $PATH
2346do
2347 IFS=$as_save_IFS
2348 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2349 # Account for people who put trailing slashes in PATH elements.
2350case $as_dir/ in #((
2351 ./ | .// | /[cC]/* | \
c6b750e1 2352 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 2353 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
c6b750e1
DJ
2354 /usr/ucb/* ) ;;
2355 *)
2356 # OSF1 and SCO ODT 3.0 have their own names for install.
2357 # Don't use installbsd from OSF since it installs stuff as root
2358 # by default.
2359 for ac_prog in ginstall scoinst install; do
2360 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 2361 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
e5c3f801 2362 if test $ac_prog = install &&
c6b750e1 2363 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
e5c3f801
NN
2364 # AIX install. It has an incompatible calling convention.
2365 :
c6b750e1
DJ
2366 elif test $ac_prog = install &&
2367 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2368 # program-specific install script used by HP pwplus--don't use.
2369 :
e5c3f801 2370 else
58c85be7
RW
2371 rm -rf conftest.one conftest.two conftest.dir
2372 echo one > conftest.one
2373 echo two > conftest.two
2374 mkdir conftest.dir
2375 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2376 test -s conftest.one && test -s conftest.two &&
2377 test -s conftest.dir/conftest.one &&
2378 test -s conftest.dir/conftest.two
2379 then
2380 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2381 break 3
2382 fi
e5c3f801
NN
2383 fi
2384 fi
2385 done
c6b750e1
DJ
2386 done
2387 ;;
2388esac
81ecdfbb
RW
2389
2390 done
2391IFS=$as_save_IFS
c6b750e1 2392
58c85be7 2393rm -rf conftest.one conftest.two conftest.dir
e5c3f801
NN
2394
2395fi
2396 if test "${ac_cv_path_install+set}" = set; then
c6b750e1 2397 INSTALL=$ac_cv_path_install
e5c3f801 2398 else
58c85be7
RW
2399 # As a last resort, use the slow shell script. Don't cache a
2400 # value for INSTALL within a source directory, because that will
e5c3f801 2401 # break other packages using the cache if that directory is
58c85be7 2402 # removed, or if the value is a relative name.
c6b750e1 2403 INSTALL=$ac_install_sh
e5c3f801
NN
2404 fi
2405fi
81ecdfbb
RW
2406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2407$as_echo "$INSTALL" >&6; }
e5c3f801
NN
2408
2409# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2410# It thinks the first close brace ends the variable substitution.
2411test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2412
c6b750e1 2413test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
e5c3f801
NN
2414
2415test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2416
81ecdfbb
RW
2417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2418$as_echo_n "checking whether ln works... " >&6; }
2419if test "${acx_cv_prog_LN+set}" = set; then :
2420 $as_echo_n "(cached) " >&6
656fdd47
PB
2421else
2422 rm -f conftestdata_t
2423echo >conftestdata_f
2424if ln conftestdata_f conftestdata_t 2>/dev/null
2425then
2426 acx_cv_prog_LN=ln
2427else
2428 acx_cv_prog_LN=no
2429fi
2430rm -f conftestdata_f conftestdata_t
2431
2432fi
2433if test $acx_cv_prog_LN = no; then
2434 LN="cp"
81ecdfbb
RW
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2436$as_echo "no, using $LN" >&6; }
656fdd47
PB
2437else
2438 LN="$acx_cv_prog_LN"
81ecdfbb
RW
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2440$as_echo "yes" >&6; }
656fdd47
PB
2441fi
2442
81ecdfbb
RW
2443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2444$as_echo_n "checking whether ln -s works... " >&6; }
c6b750e1
DJ
2445LN_S=$as_ln_s
2446if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2448$as_echo "yes" >&6; }
cac3d6c4 2449else
81ecdfbb
RW
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2451$as_echo "no, using $LN_S" >&6; }
dfdffa2c
PB
2452fi
2453
8e957354
PB
2454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2455$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2456if test "${ac_cv_path_SED+set}" = set; then :
2457 $as_echo_n "(cached) " >&6
2458else
2459 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2460 for ac_i in 1 2 3 4 5 6 7; do
2461 ac_script="$ac_script$as_nl$ac_script"
2462 done
2463 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2464 { ac_script=; unset ac_script;}
2465 if test -z "$SED"; then
2466 ac_path_SED_found=false
2467 # Loop through the user's path and test for each of PROGNAME-LIST
2468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2469for as_dir in $PATH
2470do
2471 IFS=$as_save_IFS
2472 test -z "$as_dir" && as_dir=.
2473 for ac_prog in sed gsed; do
2474 for ac_exec_ext in '' $ac_executable_extensions; do
2475 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2476 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2477# Check for GNU ac_path_SED and select it if it is found.
2478 # Check for GNU $ac_path_SED
2479case `"$ac_path_SED" --version 2>&1` in
2480*GNU*)
2481 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2482*)
2483 ac_count=0
2484 $as_echo_n 0123456789 >"conftest.in"
2485 while :
2486 do
2487 cat "conftest.in" "conftest.in" >"conftest.tmp"
2488 mv "conftest.tmp" "conftest.in"
2489 cp "conftest.in" "conftest.nl"
2490 $as_echo '' >> "conftest.nl"
2491 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2492 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2493 as_fn_arith $ac_count + 1 && ac_count=$as_val
2494 if test $ac_count -gt ${ac_path_SED_max-0}; then
2495 # Best one so far, save it but keep looking for a better one
2496 ac_cv_path_SED="$ac_path_SED"
2497 ac_path_SED_max=$ac_count
2498 fi
2499 # 10*(2^10) chars as input seems more than enough
2500 test $ac_count -gt 10 && break
2501 done
2502 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2503esac
2504
2505 $ac_path_SED_found && break 3
2506 done
2507 done
2508 done
2509IFS=$as_save_IFS
2510 if test -z "$ac_cv_path_SED"; then
2511 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2512 fi
2513else
2514 ac_cv_path_SED=$SED
2515fi
2516
2517fi
2518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2519$as_echo "$ac_cv_path_SED" >&6; }
2520 SED="$ac_cv_path_SED"
2521 rm -f conftest.sed
2522
2523for ac_prog in gawk mawk nawk awk
2524do
2525 # Extract the first word of "$ac_prog", so it can be a program name with args.
2526set dummy $ac_prog; ac_word=$2
2527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2528$as_echo_n "checking for $ac_word... " >&6; }
2529if test "${ac_cv_prog_AWK+set}" = set; then :
2530 $as_echo_n "(cached) " >&6
2531else
2532 if test -n "$AWK"; then
2533 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2534else
2535as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2536for as_dir in $PATH
2537do
2538 IFS=$as_save_IFS
2539 test -z "$as_dir" && as_dir=.
2540 for ac_exec_ext in '' $ac_executable_extensions; do
2541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2542 ac_cv_prog_AWK="$ac_prog"
2543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2544 break 2
2545 fi
2546done
2547 done
2548IFS=$as_save_IFS
2549
2550fi
2551fi
2552AWK=$ac_cv_prog_AWK
2553if test -n "$AWK"; then
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2555$as_echo "$AWK" >&6; }
2556else
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2558$as_echo "no" >&6; }
2559fi
2560
2561
2562 test -n "$AWK" && break
2563done
2564
e5c3f801 2565
252b5132 2566### we might need to use some other shell than /bin/sh for running subshells
252b5132
RH
2567### If we are on Windows, search for the shell. This will permit people
2568### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
2569### without also having to set CONFIG_SHELL. This code will work when
2570### using bash, which sets OSTYPE.
2571case "${OSTYPE}" in
2572*win32*)
a0da8069
NN
2573 if test x${CONFIG_SHELL} = x ; then
2574 if test ! -f /bin/sh ; then
2575 if test x${SHELL} != x && test -f ${SHELL} ; then
252b5132
RH
2576 CONFIG_SHELL=${SHELL}
2577 export CONFIG_SHELL
2578 else
2579 for prog in sh sh.exe bash bash.exe; do
2580 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
2581 for dir in $PATH; do
2582 test -z "$dir" && dir=.
2583 if test -f $dir/$prog; then
2584 CONFIG_SHELL=$dir/$prog
2585 export CONFIG_SHELL
2586 break
2587 fi
2588 done
2589 IFS="$save_ifs"
2590 test -n "${CONFIG_SHELL}" && break
2591 done
2592 fi
2593 fi
2594 fi
2595 ;;
2596esac
2597
2598config_shell=${CONFIG_SHELL-/bin/sh}
2599
a0da8069 2600moveifchange=${srcdir}/move-if-change
252b5132 2601
0fdbe983
DJ
2602srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2603
2604# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2605# a relative path.
2606if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2607 INSTALL="${srcpwd}/install-sh -c"
2608fi
2609
a0da8069
NN
2610# Set srcdir to "." if that's what it is.
2611# This is important for multilib support.
2612pwd=`${PWDCMD-pwd}`
a0da8069
NN
2613if test "${pwd}" = "${srcpwd}" ; then
2614 srcdir=.
252b5132
RH
2615fi
2616
a0da8069 2617topsrcdir=$srcpwd
252b5132 2618
a0da8069 2619extra_host_args=
afefada0 2620
a0da8069
NN
2621### To add a new directory to the tree, first choose whether it is a target
2622### or a host dependent tool. Then put it into the appropriate list
2623### (library or tools, host or target), doing a dependency sort.
252b5132 2624
c6b750e1 2625# Subdirs will be configured in the order listed in build_configdirs,
a0da8069 2626# configdirs, or target_configdirs; see the serialization section below.
252b5132 2627
c6b750e1
DJ
2628# Dependency sorting is only needed when *configuration* must be done in
2629# a particular order. In all cases a dependency should be specified in
a0da8069 2630# the Makefile, whether or not it's implicitly specified here.
252b5132 2631
a0da8069
NN
2632# Double entries in build_configdirs, configdirs, or target_configdirs may
2633# cause circular dependencies and break everything horribly.
252b5132 2634
6a9cf61e
PB
2635# these library is used by various programs built for the build
2636# environment
2637#
2638build_libs="build-libiberty"
2639
2640# these tools are built for the build environment
ee025550 2641build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
6a9cf61e 2642
a0da8069
NN
2643# these libraries are used by various programs built for the host environment
2644#
e8a5fa9c 2645host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libiconv"
a0da8069 2646
a0da8069
NN
2647# these tools are built for the host environment
2648# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2649# know that we are building the simulator.
2650# binutils, gas and ld appear in that order because it makes sense to run
2651# "make check" in that particular order.
93f9b408 2652# If --enable-gold is used, "gold" will replace "ld".
f9806fa5 2653host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
a0da8069
NN
2654
2655# libgcj represents the runtime libraries only used by gcj.
2656libgcj="target-libffi \
a0da8069
NN
2657 target-zlib \
2658 target-qthreads \
2659 target-libjava"
2660
2661# these libraries are built for the target environment, and are built after
2662# the host libraries and the host tools (which may be a cross compiler)
2663#
b1299c4e
DJ
2664target_libraries="target-libgcc \
2665 target-libiberty \
a0da8069
NN
2666 target-libgloss \
2667 target-newlib \
cff87f51 2668 target-libgomp \
b9459e83 2669 target-libstdc++-v3 \
4b1cb4fe 2670 target-libmudflap \
bb780410 2671 target-libssp \
4b1cb4fe 2672 target-libgfortran \
4f0ef2d8 2673 target-boehm-gc \
83326456 2674 ${libgcj} \
a2592b1b 2675 target-libobjc \
cff87f51 2676 target-libada"
a0da8069 2677
9c14acb8
NN
2678# these tools are built using the target libraries, and are intended to
2679# run only in the target environment
a0da8069 2680#
9c14acb8 2681# note: any program that *uses* libraries that are in the "target_libraries"
a0da8069
NN
2682# list belongs in this list. those programs are also very likely
2683# candidates for the "native_only" list which follows
2684#
a3dd767d 2685target_tools="target-examples target-groff target-gperf target-rda"
252b5132 2686
a0da8069 2687################################################################################
252b5132 2688
a0da8069
NN
2689## All tools belong in one of the four categories, and are assigned above
2690## We assign ${configdirs} this way to remove all embedded newlines. This
2691## is important because configure will choke if they ever get through.
2692## ${configdirs} is directories we build using the host tools.
2693## ${target_configdirs} is directories we build using the target tools.
a0da8069 2694configdirs=`echo ${host_libs} ${host_tools}`
9c14acb8 2695target_configdirs=`echo ${target_libraries} ${target_tools}`
ee025550 2696build_configdirs=`echo ${build_libs} ${build_tools}`
dd12c3a8 2697
9cc8ae67
PB
2698
2699
a0da8069 2700################################################################################
252b5132 2701
a0da8069 2702srcname="gnu development package"
252b5132 2703
a0da8069
NN
2704# This gets set non-empty for some net releases of packages.
2705appdirs=""
252b5132 2706
a0da8069
NN
2707# Define is_cross_compiler to save on calls to 'test'.
2708is_cross_compiler=
2709if test x"${host}" = x"${target}" ; then
2710 is_cross_compiler=no
252b5132 2711else
a0da8069 2712 is_cross_compiler=yes
c6b750e1 2713fi
252b5132 2714
9175bfc0 2715# Find the build and target subdir names.
dd12c3a8 2716
66a79c16
DJ
2717# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2718# have matching libraries, they should use host libraries: Makefile.tpl
2719# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2720# However, they still use the build modules, because the corresponding
2721# host modules (e.g. bison) are only built for the host when bootstrap
2722# finishes. So:
2723# - build_subdir is where we find build modules, and never changes.
2724# - build_libsubdir is where we find build libraries, and can be overridden.
2725
2726# Prefix 'build-' so this never conflicts with target_subdir.
dd12c3a8 2727build_subdir="build-${build_noncanonical}"
c6b750e1 2728
81ecdfbb
RW
2729# Check whether --with-build-libsubdir was given.
2730if test "${with_build_libsubdir+set}" = set; then :
2731 withval=$with_build_libsubdir; build_libsubdir="$withval"
66a79c16
DJ
2732else
2733 build_libsubdir="$build_subdir"
81ecdfbb
RW
2734fi
2735
b00612cc
PB
2736# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2737if ( test $srcdir = . && test -d gcc ) \
2738 || test -d $srcdir/../host-${host_noncanonical}; then
2739 host_subdir="host-${host_noncanonical}"
2740else
2741 host_subdir=.
2742fi
dd12c3a8
NN
2743# No prefix.
2744target_subdir=${target_noncanonical}
c6b750e1 2745
252b5132 2746
a0da8069
NN
2747# Skipdirs are removed silently.
2748skipdirs=
2749# Noconfigdirs are removed loudly.
2750noconfigdirs=""
252b5132 2751
a0da8069
NN
2752use_gnu_ld=
2753# Make sure we don't let GNU ld be added if we didn't want it.
2754if test x$with_gnu_ld = xno ; then
2755 use_gnu_ld=no
93f9b408 2756 noconfigdirs="$noconfigdirs ld gold"
252b5132
RH
2757fi
2758
a0da8069
NN
2759use_gnu_as=
2760# Make sure we don't let GNU as be added if we didn't want it.
2761if test x$with_gnu_as = xno ; then
2762 use_gnu_as=no
2763 noconfigdirs="$noconfigdirs gas"
252b5132
RH
2764fi
2765
c6b750e1 2766# some tools are so dependent upon X11 that if we're not building with X,
a0da8069 2767# it's not even worth trying to configure, much less build, that tool.
252b5132 2768
a0da8069
NN
2769case ${with_x} in
2770 yes | "") ;; # the default value for this tree is that X11 is available
2771 no)
675c6968 2772 skipdirs="${skipdirs} tk itcl libgui"
a0da8069 2773 # We won't be able to build gdbtk without X.
c6b750e1 2774 enable_gdbtk=no
a0da8069
NN
2775 ;;
2776 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2777esac
252b5132 2778
a0da8069 2779# Some tools are only suitable for building in a "native" situation.
c6b750e1 2780# Remove these if host!=target.
701628f5 2781native_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 2782
a0da8069
NN
2783# Similarly, some are only suitable for cross toolchains.
2784# Remove these if host=target.
2785cross_only="target-libgloss target-newlib target-opcodes"
2786
2787case $is_cross_compiler in
2788 no) skipdirs="${skipdirs} ${cross_only}" ;;
2789 yes) skipdirs="${skipdirs} ${native_only}" ;;
2790esac
252b5132 2791
a0da8069
NN
2792# If both --with-headers and --with-libs are specified, default to
2793# --without-newlib.
32be62b5
RS
2794if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2795 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
a0da8069
NN
2796 if test x"${with_newlib}" = x ; then
2797 with_newlib=no
2798 fi
252b5132
RH
2799fi
2800
a0da8069
NN
2801# Recognize --with-newlib/--without-newlib.
2802case ${with_newlib} in
2803 no) skipdirs="${skipdirs} target-newlib" ;;
2804 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2805esac
252b5132 2806
93f9b408
ILT
2807# Handle --enable-gold.
2808
81ecdfbb
RW
2809# Check whether --enable-gold was given.
2810if test "${enable_gold+set}" = set; then :
2811 enableval=$enable_gold; ENABLE_GOLD=$enableval
93f9b408
ILT
2812else
2813 ENABLE_GOLD=no
81ecdfbb
RW
2814fi
2815
93f9b408
ILT
2816if test "${ENABLE_GOLD}" = "yes"; then
2817 # Check for ELF target.
2818 is_elf=no
2819 case "${target}" in
2820 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2821 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
8bcf2718 2822 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
93f9b408
ILT
2823 case "${target}" in
2824 *-*-linux*aout* | *-*-linux*oldld*)
2825 ;;
2826 *)
2827 is_elf=yes
2828 ;;
2829 esac
2830 esac
2831
2832 if test "$is_elf" = "yes"; then
2833 # Check for target supported by gold.
2834 case "${target}" in
4a657b0d 2835 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
93f9b408
ILT
2836 configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
2837 ;;
2838 esac
2839 fi
2840fi
2841
a0da8069 2842# Configure extra directories which are host specific
252b5132 2843
a0da8069
NN
2844case "${host}" in
2845 *-cygwin*)
2846 configdirs="$configdirs libtermcap" ;;
2847esac
252b5132 2848
59f7ec45
HPN
2849# A target can indicate whether a language isn't supported for some reason.
2850# Only spaces may be used in this macro; not newlines or tabs.
2851unsupported_languages=
2852
c6b750e1 2853# Remove more programs from consideration, based on the host or
a0da8069
NN
2854# target this usually means that a port of the program doesn't
2855# exist yet.
252b5132 2856
a0da8069
NN
2857case "${host}" in
2858 hppa*64*-*-*)
2859 noconfigdirs="$noconfigdirs byacc"
2860 ;;
ec11bdc6 2861 i[3456789]86-*-vsta)
675c6968 2862 noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
a0da8069 2863 ;;
ec11bdc6 2864 i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*)
675c6968 2865 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
bba45b8b 2866 ;;
2d1e8239
NC
2867 x86_64-*-mingw*)
2868 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2869 ;;
ec11bdc6 2870 i[3456789]86-*-mingw32*)
675c6968 2871 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
45055374 2872 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
bba45b8b 2873 ;;
ec11bdc6 2874 i[3456789]86-*-beos*)
675c6968 2875 noconfigdirs="$noconfigdirs tk itcl libgui gdb"
bba45b8b 2876 ;;
a0da8069 2877 *-*-cygwin*)
a92834c8 2878 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
a0da8069
NN
2879 ;;
2880 *-*-netbsd*)
a92834c8 2881 noconfigdirs="$noconfigdirs rcs"
a0da8069
NN
2882 ;;
2883 ppc*-*-pe)
675c6968 2884 noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
a0da8069
NN
2885 ;;
2886 powerpc-*-beos*)
675c6968 2887 noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
a0da8069 2888 ;;
a0da8069 2889esac
252b5132 2890
4b1cb4fe 2891
81ecdfbb
RW
2892# Check whether --enable-libada was given.
2893if test "${enable_libada+set}" = set; then :
2894 enableval=$enable_libada; ENABLE_LIBADA=$enableval
a2592b1b
DD
2895else
2896 ENABLE_LIBADA=yes
81ecdfbb
RW
2897fi
2898
a2592b1b 2899if test "${ENABLE_LIBADA}" != "yes" ; then
b00612cc 2900 noconfigdirs="$noconfigdirs gnattools"
a2592b1b
DD
2901fi
2902
81ecdfbb
RW
2903# Check whether --enable-libssp was given.
2904if test "${enable_libssp+set}" = set; then :
2905 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
5f128533
KH
2906else
2907 ENABLE_LIBSSP=yes
81ecdfbb
RW
2908fi
2909
5f128533 2910
a0da8069
NN
2911# Save it here so that, even in case of --enable-libgcj, if the Java
2912# front-end isn't enabled, we still get libgcj disabled.
2913libgcj_saved=$libgcj
2914case $enable_libgcj in
2915yes)
2916 # If we reset it here, it won't get added to noconfigdirs in the
2917 # target-specific build rules, so it will be forcibly enabled
2918 # (unless the Java language itself isn't enabled).
2919 libgcj=
2920 ;;
2921no)
2922 # Make sure we get it printed in the list of not supported target libs.
2923 noconfigdirs="$noconfigdirs ${libgcj}"
2924 ;;
2925esac
252b5132 2926
4b1cb4fe 2927
a6df5a19
PB
2928# Disable libmudflap on some systems.
2929if test x$enable_libmudflap = x ; then
3e707e94 2930 case "${target}" in
29383458 2931 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3d6dfe0f 2932 # Enable libmudflap by default in GNU and friends.
3e707e94
PB
2933 ;;
2934 *-*-freebsd*)
2935 # Enable libmudflap by default in FreeBSD.
2936 ;;
2937 *)
2938 # Disable it by default everywhere else.
2939 noconfigdirs="$noconfigdirs target-libmudflap"
2940 ;;
2941 esac
a6df5a19 2942fi
4b1cb4fe 2943
a6df5a19
PB
2944# Disable libgomp on non POSIX hosted systems.
2945if test x$enable_libgomp = x ; then
b3ded179
PB
2946 # Enable libgomp by default on hosted POSIX systems.
2947 case "${target}" in
29383458 2948 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
b3ded179
PB
2949 ;;
2950 *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
2951 ;;
64ce424c 2952 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
b3ded179
PB
2953 ;;
2954 *-*-darwin* | *-*-aix*)
2955 ;;
2956 *)
2957 noconfigdirs="$noconfigdirs target-libgomp"
2958 ;;
2959 esac
a6df5a19 2960fi
b3ded179 2961
691bb5a1
DD
2962# Default libgloss CPU subdirectory.
2963libgloss_dir="$target_cpu"
4b1cb4fe 2964
a0da8069
NN
2965case "${target}" in
2966 *-*-chorusos)
54d1c879 2967 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 2968 ;;
24741ab2 2969 powerpc-*-darwin*)
9d39db92 2970 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 2971 noconfigdirs="$noconfigdirs sim target-rda"
652dec25 2972 ;;
85bd1942
TG
2973 i[3456789]86-*-darwin*)
2974 noconfigdirs="$noconfigdirs ld gprof"
2975 noconfigdirs="$noconfigdirs sim target-rda"
2976 ;;
e8a5fa9c 2977 x86_64-*-darwin[912]*)
652dec25
TG
2978 noconfigdirs="$noconfigdirs ld gas gprof"
2979 noconfigdirs="$noconfigdirs sim target-rda"
b3f16a9b 2980 ;;
04d1ab34 2981 *-*-darwin*)
d320aacb 2982 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 2983 noconfigdirs="$noconfigdirs sim target-rda"
54d1c879 2984 noconfigdirs="$noconfigdirs ${libgcj}"
04d1ab34 2985 ;;
a0da8069 2986 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
54d1c879 2987 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 2988 ;;
de0b4a87 2989 *-*-freebsd*)
4b1cb4fe
DD
2990 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
2991 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
2992 && test -f /usr/local/include/gmp.h; then
2993 with_gmp=/usr/local
2994 fi
2995
2996 # Skip some stuff that's unsupported on some FreeBSD configurations.
2997 case "${target}" in
2998 i*86-*-*) ;;
2999 alpha*-*-*) ;;
3000 *)
54d1c879 3001 noconfigdirs="$noconfigdirs ${libgcj}"
4b1cb4fe
DD
3002 ;;
3003 esac
3004 ;;
f8a495c8
NC
3005 *-*-kaos*)
3006 # Remove unsupported stuff on all kaOS configurations.
54d1c879 3007 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
f8a495c8
NC
3008 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
3009 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3010 noconfigdirs="$noconfigdirs target-libgloss"
3011 ;;
a0da8069
NN
3012 *-*-netbsd*)
3013 # Skip some stuff on all NetBSD configurations.
3014 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3015
3016 # Skip some stuff that's unsupported on some NetBSD configurations.
3017 case "${target}" in
3018 i*86-*-netbsdelf*) ;;
5b474aa8 3019 arm*-*-netbsdelf*) ;;
a0da8069 3020 *)
54d1c879 3021 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3022 ;;
3023 esac
3024 ;;
2a3124ca 3025 *-*-netware*)
54d1c879 3026 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
a0da8069
NN
3027 ;;
3028 *-*-rtems*)
54d1c879 3029 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3030 ;;
1587117a
EC
3031 # The tpf target doesn't support gdb yet.
3032 *-*-tpf*)
54d1c879 3033 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
1587117a 3034 ;;
c1968181 3035 *-*-uclinux*)
54d1c879 3036 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
c1968181 3037 ;;
a0da8069 3038 *-*-vxworks*)
54d1c879 3039 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
a0da8069
NN
3040 ;;
3041 alpha*-dec-osf*)
3042 # ld works, but does not support shared libraries.
3043 # newlib is not 64 bit ready. I'm not sure about fileutils.
3044 # gas doesn't generate exception information.
3045 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3046 ;;
3047 alpha*-*-*vms*)
54d1c879 3048 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
a0da8069
NN
3049 ;;
3050 alpha*-*-linux*)
3051 # newlib is not 64 bit ready
3052 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3053 ;;
a0da8069
NN
3054 alpha*-*-*)
3055 # newlib is not 64 bit ready
54d1c879 3056 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3057 ;;
4a18bd6b 3058 am33_2.0-*-linux*)
54d1c879 3059 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
4a18bd6b 3060 ;;
a0da8069 3061 sh-*-linux*)
54d1c879 3062 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
c6b750e1 3063 ;;
a0da8069 3064 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
54d1c879 3065 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3066 noconfigdirs="$noconfigdirs target-examples"
3067 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
675c6968 3068 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
a0da8069
NN
3069 noconfigdirs="$noconfigdirs expect dejagnu"
3070 # the C++ libraries don't build on top of CE's C libraries
b9459e83 3071 noconfigdirs="$noconfigdirs target-libstdc++-v3"
a0da8069
NN
3072 noconfigdirs="$noconfigdirs target-newlib"
3073 case "${host}" in
3074 *-*-cygwin*) ;; # keep gdb and readline
b9459e83 3075 *) noconfigdirs="$noconfigdirs gdb readline"
a0da8069
NN
3076 ;;
3077 esac
691bb5a1 3078 libgloss_dir=wince
a0da8069
NN
3079 ;;
3080 arc-*-*)
54d1c879 3081 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3082 ;;
caeba88f 3083 arm-semi-aof )
caeba88f 3084 ;;
a0da8069 3085 arm-*-coff | strongarm-*-coff | xscale-*-coff)
54d1c879 3086 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3087 libgloss_dir=arm
a0da8069 3088 ;;
11b04d1f 3089 arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
a0da8069 3090 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
691bb5a1 3091 libgloss_dir=arm
a0da8069 3092 ;;
bd70a46f 3093 arm*-*-linux-gnueabi)
6d18b86b 3094 noconfigdirs="$noconfigdirs target-qthreads"
a5b3b4dd
DD
3095 case ${with_newlib} in
3096 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3097 esac
691bb5a1 3098 libgloss_dir=arm
bd70a46f 3099 ;;
df4a6958 3100 arm*-*-symbianelf*)
54d1c879 3101 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
691bb5a1 3102 libgloss_dir=arm
df4a6958 3103 ;;
a0da8069 3104 arm-*-pe*)
54d1c879 3105 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3106 ;;
a0da8069 3107 thumb-*-coff)
54d1c879 3108 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3109 ;;
3110 thumb-*-elf)
54d1c879 3111 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3112 ;;
a0da8069 3113 thumb-*-pe)
54d1c879 3114 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3115 ;;
3116 arm-*-riscix*)
54d1c879 3117 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
a0da8069
NN
3118 ;;
3119 avr-*-*)
266df637 3120 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
a0da8069 3121 ;;
376a0e54 3122 bfin-*-*)
df51e4e1
JZ
3123 unsupported_languages="$unsupported_languages java"
3124 noconfigdirs="$noconfigdirs target-boehm-gc gdb"
3cf3372e 3125 if test x${is_cross_compiler} != xno ; then
376a0e54
CM
3126 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3127 fi
3128 ;;
a0da8069 3129 c4x-*-* | tic4x-*-*)
54d1c879 3130 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069
NN
3131 ;;
3132 c54x*-*-* | tic54x-*-*)
54d1c879 3133 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
a0da8069 3134 ;;
52310858
NC
3135 cr16-*-*)
3136 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3137 ;;
c7e66c6d 3138 cris-*-* | crisv32-*-*)
59f7ec45 3139 unsupported_languages="$unsupported_languages java"
c7e66c6d 3140 case "${target}" in
2faa2958 3141 *-*-aout)
096f7d00 3142 unsupported_languages="$unsupported_languages fortran"
59f7ec45 3143 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
2faa2958 3144 *-*-elf)
5e818318 3145 noconfigdirs="$noconfigdirs target-boehm-gc";;
2faa2958 3146 *-*-linux*)
5e818318 3147 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
c7e66c6d 3148 *)
096f7d00 3149 unsupported_languages="$unsupported_languages fortran"
54d1c879 3150 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
c7e66c6d 3151 esac
691bb5a1 3152 libgloss_dir=cris
a0da8069 3153 ;;
3e707e94 3154 crx-*-*)
54d1c879 3155 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
3e707e94 3156 ;;
a0da8069 3157 d10v-*-*)
54d1c879 3158 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069
NN
3159 ;;
3160 d30v-*-*)
54d1c879 3161 noconfigdirs="$noconfigdirs ${libgcj} gdb"
a0da8069 3162 ;;
691bb5a1
DD
3163 ep9312-*-elf | ep9312-*-coff)
3164 libgloss_dir=arm
3165 ;;
a0da8069 3166 fr30-*-elf*)
54d1c879 3167 noconfigdirs="$noconfigdirs ${libgcj} gdb"
a0da8069
NN
3168 ;;
3169 frv-*-*)
54d1c879 3170 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3171 ;;
20135e4c
NC
3172 moxie-*-*)
3173 noconfigdirs="$noconfigdirs ${libgcj}"
3174 noconfigdirs="$noconfigdirs gprof"
3175 ;;
a0da8069 3176 h8300*-*-*)
54d1c879 3177 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3178 ;;
3179 h8500-*-*)
54d1c879 3180 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069 3181 ;;
caeba88f 3182 hppa1.1-*-osf* | hppa1.1-*-bsd* )
caeba88f 3183 ;;
a0da8069
NN
3184 hppa*64*-*-linux* | parisc*64*-*-linux*)
3185 # In this case, it's because the hppa64-linux target is for
3186 # the kernel only at this point and has no libc, and thus no
3187 # headers, crt*.o, etc., all of which are needed by these.
3188 noconfigdirs="$noconfigdirs target-zlib"
3189 ;;
5dcac624
DA
3190 parisc*-*-linux* | hppa*-*-linux*)
3191 ;;
a0da8069 3192 hppa*-*-*elf* | \
a0da8069
NN
3193 hppa*-*-lites* | \
3194 hppa*-*-openbsd* | \
3195 hppa*64*-*-*)
54d1c879 3196 noconfigdirs="$noconfigdirs ${libgcj}"
4f0ef2d8
CD
3197 ;;
3198 hppa*-hp-hpux11*)
3199 noconfigdirs="$noconfigdirs ld shellutils"
a0da8069 3200 ;;
691bb5a1
DD
3201 hppa*-*-pro*)
3202 libgloss_dir=pa
3203 ;;
a0da8069
NN
3204 hppa*-*-*)
3205 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3206 # build on HP-UX 10.20.
54d1c879 3207 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
a0da8069 3208 ;;
b07c2aad 3209 i960-*-*)
54d1c879 3210 noconfigdirs="$noconfigdirs ${libgcj} gdb"
b07c2aad 3211 ;;
a0da8069
NN
3212 ia64*-*-elf*)
3213 # No gdb support yet.
675c6968 3214 noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
a0da8069
NN
3215 ;;
3216 ia64*-**-hpux*)
3217 # No gdb or ld support yet.
54d1c879 3218 noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
a0da8069 3219 ;;
19e99079
NC
3220 ia64*-*-*vms*)
3221 # No gdb or ld support yet.
3222 noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3223 ;;
caeba88f 3224 i370-*-opened*)
caeba88f 3225 ;;
ec11bdc6 3226 i[3456789]86-*-coff | i[3456789]86-*-elf)
54d1c879 3227 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3228 libgloss_dir=i386
a0da8069 3229 ;;
ec11bdc6 3230 i[3456789]86-*-linux*)
a0da8069
NN
3231 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3232 # not build java stuff by default.
3233 case "${target}" in
3234 *-*-*libc1*)
54d1c879 3235 noconfigdirs="$noconfigdirs ${libgcj}";;
a0da8069
NN
3236 esac
3237
3238 # This section makes it possible to build newlib natively on linux.
3239 # If we are using a cross compiler then don't configure newlib.
3240 if test x${is_cross_compiler} != xno ; then
bba45b8b 3241 noconfigdirs="$noconfigdirs target-newlib"
a0da8069
NN
3242 fi
3243 noconfigdirs="$noconfigdirs target-libgloss"
3244 # If we are not using a cross compiler, do configure newlib.
3245 # Note however, that newlib will only be configured in this situation
3246 # if the --with-newlib option has been given, because otherwise
3247 # 'target-newlib' will appear in skipdirs.
3248 ;;
ec11bdc6 3249 i[3456789]86-*-mingw32*)
45055374
CV
3250 target_configdirs="$target_configdirs target-winsup"
3251 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
c6b750e1 3252 ;;
2d1e8239
NC
3253 x86_64-*-mingw*)
3254 target_configdirs="$target_configdirs target-winsup"
3255 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
c6b750e1 3256 ;;
a0da8069
NN
3257 *-*-cygwin*)
3258 target_configdirs="$target_configdirs target-libtermcap target-winsup"
e8a5fa9c 3259 noconfigdirs="$noconfigdirs target-gperf target-libgloss"
b76d7de0 3260 # always build newlib if winsup directory is present.
45055374 3261 if test -d "$srcdir/winsup/cygwin"; then
b76d7de0 3262 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ac0fa625 3263 elif test -d "$srcdir/newlib"; then
45055374 3264 echo "Warning: winsup/cygwin is missing so newlib can't be built."
b76d7de0 3265 fi
c6b750e1 3266 ;;
caeba88f
AL
3267 i[3456789]86-moss-msdos | i[3456789]86-*-moss* | \
3268 i[3456789]86-*-uwin* | i[3456789]86-*-interix* )
caeba88f 3269 ;;
ec11bdc6 3270 i[3456789]86-*-pe)
54d1c879 3271 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
a0da8069 3272 ;;
ec11bdc6 3273 i[3456789]86-*-sco3.2v5*)
a0da8069
NN
3274 # The linker does not yet know about weak symbols in COFF,
3275 # and is not configured to handle mixed ELF and COFF.
54d1c879 3276 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
a0da8069 3277 ;;
ec11bdc6 3278 i[3456789]86-*-sco*)
54d1c879 3279 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3280 ;;
ec11bdc6 3281 i[3456789]86-*-solaris2*)
a0da8069
NN
3282 noconfigdirs="$noconfigdirs target-libgloss"
3283 ;;
ec11bdc6 3284 i[3456789]86-*-sysv4*)
54d1c879 3285 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069 3286 ;;
ec11bdc6 3287 i[3456789]86-*-beos*)
54d1c879 3288 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
bba45b8b 3289 ;;
b59bea8a 3290 i[3456789]86-*-rdos*)
2429c060
PB
3291 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3292 ;;
b07c2aad 3293 m32r-*-*)
54d1c879 3294 noconfigdirs="$noconfigdirs ${libgcj}"
b07c2aad 3295 ;;
a0da8069 3296 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
54d1c879 3297 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
691bb5a1 3298 libgloss_dir=m68hc11
a0da8069
NN
3299 ;;
3300 m68k-*-elf*)
54d1c879 3301 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3302 ;;
3303 m68k-*-coff*)
54d1c879 3304 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3305 ;;
691bb5a1
DD
3306 m68*-*-* | fido-*-*)
3307 libgloss_dir=m68k
3308 ;;
a0da8069
NN
3309 mcore-*-pe*)
3310 # The EPOC C++ environment does not support exceptions or rtti,
3311 # and so building libstdc++-v3 tends not to always work.
3312 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3313 ;;
3314 mmix-*-*)
59f7ec45 3315 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
096f7d00 3316 unsupported_languages="$unsupported_languages fortran java"
a0da8069
NN
3317 ;;
3318 mn10200-*-*)
54d1c879 3319 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3320 ;;
3321 mn10300-*-*)
54d1c879 3322 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069 3323 ;;
4970f871 3324 mt-*-*)
cdb9b172
AH
3325 noconfigdirs="$noconfigdirs sim"
3326 ;;
a0da8069
NN
3327 powerpc-*-aix*)
3328 # copied from rs6000-*-* entry
e8a5fa9c 3329 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
a0da8069
NN
3330 ;;
3331 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
3332 target_configdirs="$target_configdirs target-winsup"
54d1c879 3333 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
a0da8069
NN
3334 # always build newlib.
3335 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3336 ;;
3337 # This is temporary until we can link against shared libraries
3338 powerpcle-*-solaris*)
54d1c879 3339 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
691bb5a1 3340 libgloss_dir=rs6000
a0da8069
NN
3341 ;;
3342 powerpc-*-beos*)
54d1c879 3343 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
a0da8069 3344 ;;
a0da8069 3345 powerpc-*-eabi)
54d1c879 3346 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3347 libgloss_dir=rs6000
caeba88f
AL
3348 ;;
3349 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
691bb5a1 3350 libgloss_dir=rs6000
a0da8069 3351 ;;
a0da8069 3352 rs6000-*-lynxos*)
54d1c879 3353 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
a0da8069
NN
3354 ;;
3355 rs6000-*-aix*)
e8a5fa9c 3356 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
a0da8069
NN
3357 ;;
3358 rs6000-*-*)
54d1c879 3359 noconfigdirs="$noconfigdirs gprof ${libgcj}"
a0da8069
NN
3360 ;;
3361 m68k-apollo-*)
54d1c879 3362 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
a0da8069 3363 ;;
25a07265
NC
3364 microblaze*)
3365 noconfigdirs="$noconfigdirs gprof ${libgcj}"
3366 ;;
5bd8be13
RS
3367 mips*-sde-elf*)
3368 skipdirs="$skipdirs target-libiberty"
3369 noconfigdirs="$noconfigdirs ${libgcj}"
3370 if test x$with_newlib = xyes; then
3371 noconfigdirs="$noconfigdirs gprof"
3372 fi
3373 libgloss_dir=mips
3374 ;;
a0da8069 3375 mips*-*-irix5*)
54d1c879 3376 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069
NN
3377 ;;
3378 mips*-*-irix6*)
a0da8069
NN
3379 # Linking libjava exceeds command-line length limits on at least
3380 # IRIX 6.2, but not on IRIX 6.5.
3381 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3382 # <oldham@codesourcery.com>
54d1c879 3383 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3384 ;;
a0da8069 3385 mips*-*-bsd*)
54d1c879 3386 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
a0da8069 3387 ;;
a0da8069
NN
3388 mips*-*-linux*)
3389 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3390 ;;
3391 mips*-*-*)
54d1c879 3392 noconfigdirs="$noconfigdirs gprof ${libgcj}"
691bb5a1 3393 libgloss_dir=mips
a0da8069
NN
3394 ;;
3395 romp-*-*)
54d1c879 3396 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
a0da8069 3397 ;;
dbf85af7 3398 sh-*-* | sh64-*-*)
a0da8069 3399 case "${host}" in
ec11bdc6
DD
3400 i[3456789]86-*-vsta) ;; # don't add gprof back in
3401 i[3456789]86-*-go32*) ;; # don't add gprof back in
3402 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
a0da8069
NN
3403 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3404 esac
e8a5fa9c
RW
3405 case "${target}" in
3406 sh*-*-elf)
3407 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3408 *)
3409 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3410 esac
a0da8069 3411 ;;
691bb5a1
DD
3412 sparclet-*-aout* | sparc86x-*-*)
3413 libgloss_dir=sparc
3414 ;;
a0da8069 3415 sparc-*-elf*)
54d1c879 3416 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3417 ;;
3418 sparc64-*-elf*)
54d1c879 3419 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3420 libgloss_dir=sparc
a0da8069
NN
3421 ;;
3422 sparclite-*-*)
54d1c879 3423 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 3424 libgloss_dir=sparc
a0da8069
NN
3425 ;;
3426 sparc-*-sunos4*)
54d1c879 3427 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3428 if test x${is_cross_compiler} != xno ; then
3429 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3430 else
3431 use_gnu_ld=no
3432 fi
3433 ;;
e3c770b1 3434 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
54d1c879 3435 noconfigdirs="$noconfigdirs ${libgcj}"
e3c770b1 3436 ;;
a0da8069
NN
3437 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3438 ;;
3439 v810-*-*)
54d1c879 3440 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
a0da8069
NN
3441 ;;
3442 v850-*-*)
54d1c879 3443 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3444 ;;
3445 v850e-*-*)
54d1c879 3446 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3447 ;;
3448 v850ea-*-*)
54d1c879 3449 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
a0da8069
NN
3450 ;;
3451 vax-*-vms)
54d1c879 3452 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
a0da8069
NN
3453 ;;
3454 vax-*-*)
54d1c879 3455 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a0da8069 3456 ;;
8b66833e 3457 xtensa*-*-*)
54d1c879 3458 noconfigdirs="$noconfigdirs ${libgcj}"
fbd1054d 3459 ;;
a0da8069 3460 ip2k-*-*)
54d1c879 3461 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
a0da8069 3462 ;;
29383458 3463 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
a0da8069
NN
3464 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3465 ;;
3466 *-*-lynxos*)
54d1c879 3467 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
c6b750e1 3468 ;;
a0da8069 3469 *-*-*)
54d1c879 3470 noconfigdirs="$noconfigdirs ${libgcj}"
a0da8069
NN
3471 ;;
3472esac
252b5132 3473
a0da8069
NN
3474# If we aren't building newlib, then don't build libgloss, since libgloss
3475# depends upon some newlib header files.
3476case "${noconfigdirs}" in
3477 *target-libgloss*) ;;
3478 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3479esac
3480
a0da8069
NN
3481# Work in distributions that contain no compiler tools, like Autoconf.
3482tentative_cc=""
3483host_makefile_frag=/dev/null
3484if test -d ${srcdir}/config ; then
3485case "${host}" in
3486 m68k-hp-hpux*)
3487 # Avoid "too much defining" errors from HPUX compiler.
3488 tentative_cc="cc -Wp,-H256000"
3489 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
3490 # If it's HP/UX ar, this should be harmless.
3491 RANLIB="ar ts"
3492 ;;
3493 m68k-apollo-sysv*)
3494 tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
3495 ;;
3496 m68k-apollo-bsd*)
3497 #None of the Apollo compilers can compile gas or binutils. The preprocessor
3498 # chokes on bfd, the compiler won't let you assign integers to enums, and
3499 # other problems. Defining CC to gcc is a questionable way to say "don't use
3500 # the apollo compiler" (the preferred version of GCC could be called cc,
3501 # or whatever), but I'm not sure leaving CC as cc is any better...
3502 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
3503 # Used to have BISON=yacc.
3504 tentative_cc=gcc
3505 ;;
3506 m88k-dg-dgux*)
3507 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
a0da8069
NN
3508 ;;
3509 m88k-harris-cxux*)
3510 # Under CX/UX, we want to tell the compiler to use ANSI mode.
3511 tentative_cc="cc -Xa"
3512 host_makefile_frag="config/mh-cxux"
3513 ;;
3514 m88k-motorola-sysv*)
3515 ;;
3516 mips*-dec-ultrix*)
3517 tentative_cc="cc -Wf,-XNg1000"
3518 host_makefile_frag="config/mh-decstation"
3519 ;;
3520 mips*-nec-sysv4*)
3521 # The C compiler on NEC MIPS SVR4 needs bigger tables.
3522 tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
3523 host_makefile_frag="config/mh-necv4"
3524 ;;
3525 mips*-sgi-irix4*)
3526 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
3527 # environment. Also bump switch table size so that cp-parse will
3528 # compile. Bump string length limit so linker builds.
3529 tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
3530 ;;
3531 mips*-*-sysv4*)
3532 host_makefile_frag="config/mh-sysv4"
3533 ;;
3534 mips*-*-sysv*)
3535 # This is for a MIPS running RISC/os 4.52C.
3536
3537 # This is needed for GDB, but needs to be in the top-level make because
3538 # if a library is compiled with the bsd headers and gets linked with the
3539 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
3540 # a different size).
3541 # ptrace(2) apparently has problems in the BSD environment. No workaround is
3542 # known except to select the sysv environment. Could we use /proc instead?
3543 # These "sysv environments" and "bsd environments" often end up being a pain.
3544 #
3545 # This is not part of CFLAGS because perhaps not all C compilers have this
3546 # option.
3547 tentative_cc="cc -systype sysv"
3548 ;;
3549 i370-ibm-opened*)
3550 tentative_cc="c89"
3551 ;;
ec11bdc6 3552 i[3456789]86-*-sysv5*)
a0da8069
NN
3553 host_makefile_frag="config/mh-sysv5"
3554 ;;
ec11bdc6 3555 i[3456789]86-*-dgux*)
a0da8069
NN
3556 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
3557 host_makefile_frag="config/mh-dgux386"
3558 ;;
ec11bdc6 3559 i[3456789]86-ncr-sysv4.3*)
a0da8069
NN
3560 # The MetaWare compiler will generate a copyright message unless you
3561 # turn it off by adding the -Hnocopyr flag.
3562 tentative_cc="cc -Hnocopyr"
3563 ;;
ec11bdc6 3564 i[3456789]86-ncr-sysv4*)
a0da8069
NN
3565 # for an NCR 3000 (i486/SVR4) system.
3566 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
3567 # This compiler not only emits obnoxious copyright messages every time
3568 # you run it, but it chokes and dies on a whole bunch of GNU source
3569 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
3570 tentative_cc="/usr/ccs/ATT/cc"
3571 host_makefile_frag="config/mh-ncr3000"
3572 ;;
ec11bdc6 3573 i[3456789]86-*-sco3.2v5*)
a0da8069 3574 ;;
ec11bdc6 3575 i[3456789]86-*-sco*)
a0da8069
NN
3576 # The native C compiler botches some simple uses of const. Unfortunately,
3577 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
3578 tentative_cc="cc -Dconst="
3579 host_makefile_frag="config/mh-sco"
3580 ;;
ec11bdc6 3581 i[3456789]86-*-udk*)
a0da8069
NN
3582 host_makefile_frag="config/mh-sysv5"
3583 ;;
ec11bdc6 3584 i[3456789]86-*-solaris2*)
a0da8069
NN
3585 host_makefile_frag="config/mh-sysv4"
3586 ;;
ec11bdc6 3587 i[3456789]86-*-msdosdjgpp*)
a0da8069
NN
3588 host_makefile_frag="config/mh-djgpp"
3589 ;;
3590 *-cygwin*)
e33b51a6 3591
81ecdfbb
RW
3592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3593$as_echo_n "checking to see if cat works as expected... " >&6; }
e33b51a6
NC
3594echo a >cygwin-cat-check
3595if test `cat cygwin-cat-check` == a ; then
8ade07e9 3596 rm cygwin-cat-check
81ecdfbb
RW
3597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3598$as_echo "yes" >&6; }
e33b51a6 3599else
8ade07e9 3600 rm cygwin-cat-check
81ecdfbb
RW
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3602$as_echo "no" >&6; }
3603 as_fn_error "The cat command does not ignore carriage return characters.
e33b51a6
NC
3604 Please either mount the build directory in binary mode or run the following
3605 commands before running any configure script:
3606set -o igncr
3607export SHELLOPTS
81ecdfbb 3608 " "$LINENO" 5
e33b51a6 3609fi
e33b51a6 3610
a0da8069
NN
3611 host_makefile_frag="config/mh-cygwin"
3612 ;;
8a1599ab 3613 *-mingw*)
84e7906e 3614 host_makefile_frag="config/mh-mingw"
2d1e8239 3615 ;;
a0da8069
NN
3616 *-interix*)
3617 host_makefile_frag="config/mh-interix"
3618 ;;
3619 vax-*-ultrix2*)
3620 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
3621 tentative_cc=gcc
3622 ;;
3623 *-*-solaris2*)
3624 host_makefile_frag="config/mh-solaris"
3625 ;;
3626 m68k-sun-sunos*)
3627 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
3628 # without overflowing the jump tables (-J says to use a 32 bit table)
3629 tentative_cc="cc -J"
3630 ;;
da888c87 3631 hppa*-hp-hpux10*)
a0da8069 3632 tentative_cc="cc -Wp,-H256000"
da888c87 3633 host_makefile_frag="config/mh-pa-hpux10"
a0da8069 3634 ;;
da888c87
PB
3635 hppa*-hp-hpux* | hppa*-*-hiux*)
3636 tentative_cc="cc -Wp,-H256000"
3637 host_makefile_frag="config/mh-pa"
3638 ;;
3639 hppa*-*)
3640 host_makefile_frag="config/mh-pa"
3641 ;;
3642 *-hp-hpux* | *-*-hiux*)
a0da8069
NN
3643 tentative_cc="cc -Wp,-H256000"
3644 ;;
3645 rs6000-*-lynxos*)
3646 # /bin/cc is less than useful for our purposes. Always use GCC
3647 tentative_cc="/usr/cygnus/progressive/bin/gcc"
3648 host_makefile_frag="config/mh-lynxrs6k"
3649 ;;
0df3d27f
PB
3650 powerpc-*-darwin*)
3651 host_makefile_frag="config/mh-ppc-darwin"
3652 ;;
f6d183c0
PB
3653 powerpc-*-aix*)
3654 host_makefile_frag="config/mh-ppc-aix"
3655 ;;
3656 rs6000-*-aix*)
3657 host_makefile_frag="config/mh-ppc-aix"
3658 ;;
a0da8069
NN
3659 *-*-lynxos*)
3660 # /bin/cc is less than useful for our purposes. Always use GCC
3661 tentative_cc="/bin/gcc"
3662 ;;
3663 *-*-sysv4*)
3664 host_makefile_frag="config/mh-sysv4"
3665 ;;
fe69863c
DD
3666 # This is placed last to prevent interfering with the cases above.
3667 i[3456789]86-*-*)
3668 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
3669 host_makefile_frag="config/mh-x86omitfp"
3670 ;;
a0da8069
NN
3671esac
3672fi
3673
9e07f89d
NN
3674# If we aren't going to be using gcc, see if we can extract a definition
3675# of CC from the fragment.
3676# Actually, use the 'pre-extracted' version above.
3677if test -z "${CC}" && test "${build}" = "${host}" ; then
3678 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
3679 found=
3680 for dir in $PATH; do
3681 test -z "$dir" && dir=.
3682 if test -f $dir/gcc; then
3683 found=yes
3684 break
3685 fi
3686 done
3687 IFS="$save_ifs"
3688 if test -z "${found}" && test -n "${tentative_cc}" ; then
3689 CC=$tentative_cc
3690 fi
3691fi
3692
3693if test "${build}" != "${host}" ; then
1576798e
PB
3694 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3695 AS_FOR_BUILD=${AS_FOR_BUILD-as}
9e07f89d 3696 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1576798e
PB
3697 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3698 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3699 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3700 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3701 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3702 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3703 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3704 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3705 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3706else
3707 AR_FOR_BUILD="\$(AR)"
3708 AS_FOR_BUILD="\$(AS)"
512b7dfb 3709 CC_FOR_BUILD="\$(CC)"
1576798e
PB
3710 CXX_FOR_BUILD="\$(CXX)"
3711 GCJ_FOR_BUILD="\$(GCJ)"
3712 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3713 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3714 LD_FOR_BUILD="\$(LD)"
3715 NM_FOR_BUILD="\$(NM)"
3716 RANLIB_FOR_BUILD="\$(RANLIB)"
3717 WINDRES_FOR_BUILD="\$(WINDRES)"
3718 WINDMC_FOR_BUILD="\$(WINDMC)"
18f6b6ee
PB
3719fi
3720
3721ac_ext=c
c6b750e1
DJ
3722ac_cpp='$CPP $CPPFLAGS'
3723ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3724ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3725ac_compiler_gnu=$ac_cv_c_compiler_gnu
3726if test -n "$ac_tool_prefix"; then
3727 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3728set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3730$as_echo_n "checking for $ac_word... " >&6; }
3731if test "${ac_cv_prog_CC+set}" = set; then :
3732 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3733else
3734 if test -n "$CC"; then
3735 ac_cv_prog_CC="$CC" # Let the user override the test.
3736else
3737as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3738for as_dir in $PATH
3739do
3740 IFS=$as_save_IFS
3741 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3742 for ac_exec_ext in '' $ac_executable_extensions; do
3743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3744 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3746 break 2
3747 fi
3748done
81ecdfbb
RW
3749 done
3750IFS=$as_save_IFS
c6b750e1
DJ
3751
3752fi
3753fi
3754CC=$ac_cv_prog_CC
3755if test -n "$CC"; then
81ecdfbb
RW
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3757$as_echo "$CC" >&6; }
c6b750e1 3758else
81ecdfbb
RW
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3760$as_echo "no" >&6; }
c6b750e1
DJ
3761fi
3762
81ecdfbb 3763
c6b750e1
DJ
3764fi
3765if test -z "$ac_cv_prog_CC"; then
3766 ac_ct_CC=$CC
6a9cf61e 3767 # Extract the first word of "gcc", so it can be a program name with args.
9e07f89d 3768set dummy gcc; ac_word=$2
81ecdfbb
RW
3769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3770$as_echo_n "checking for $ac_word... " >&6; }
3771if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3772 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3773else
3774 if test -n "$ac_ct_CC"; then
3775 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3776else
3777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3778for as_dir in $PATH
3779do
3780 IFS=$as_save_IFS
3781 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3782 for ac_exec_ext in '' $ac_executable_extensions; do
3783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3784 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3786 break 2
3787 fi
3788done
81ecdfbb
RW
3789 done
3790IFS=$as_save_IFS
c6b750e1
DJ
3791
3792fi
3793fi
3794ac_ct_CC=$ac_cv_prog_ac_ct_CC
3795if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3797$as_echo "$ac_ct_CC" >&6; }
c6b750e1 3798else
81ecdfbb
RW
3799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3800$as_echo "no" >&6; }
c6b750e1
DJ
3801fi
3802
81ecdfbb
RW
3803 if test "x$ac_ct_CC" = x; then
3804 CC=""
3805 else
3806 case $cross_compiling:$ac_tool_warned in
3807yes:)
3808{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3809$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3810ac_tool_warned=yes ;;
3811esac
3812 CC=$ac_ct_CC
3813 fi
c6b750e1
DJ
3814else
3815 CC="$ac_cv_prog_CC"
3816fi
3817
3818if test -z "$CC"; then
81ecdfbb
RW
3819 if test -n "$ac_tool_prefix"; then
3820 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
c6b750e1 3821set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3823$as_echo_n "checking for $ac_word... " >&6; }
3824if test "${ac_cv_prog_CC+set}" = set; then :
3825 $as_echo_n "(cached) " >&6
9e07f89d
NN
3826else
3827 if test -n "$CC"; then
3828 ac_cv_prog_CC="$CC" # Let the user override the test.
3829else
c6b750e1
DJ
3830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3831for as_dir in $PATH
3832do
3833 IFS=$as_save_IFS
3834 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3835 for ac_exec_ext in '' $ac_executable_extensions; do
3836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3837 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 3838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3839 break 2
3840 fi
3841done
81ecdfbb
RW
3842 done
3843IFS=$as_save_IFS
c6b750e1 3844
9e07f89d
NN
3845fi
3846fi
c6b750e1 3847CC=$ac_cv_prog_CC
9e07f89d 3848if test -n "$CC"; then
81ecdfbb
RW
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3850$as_echo "$CC" >&6; }
c6b750e1 3851else
81ecdfbb
RW
3852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3853$as_echo "no" >&6; }
c6b750e1
DJ
3854fi
3855
c6b750e1 3856
81ecdfbb 3857 fi
c6b750e1 3858fi
9e07f89d
NN
3859if test -z "$CC"; then
3860 # Extract the first word of "cc", so it can be a program name with args.
3861set dummy cc; ac_word=$2
81ecdfbb
RW
3862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3863$as_echo_n "checking for $ac_word... " >&6; }
3864if test "${ac_cv_prog_CC+set}" = set; then :
3865 $as_echo_n "(cached) " >&6
9e07f89d
NN
3866else
3867 if test -n "$CC"; then
3868 ac_cv_prog_CC="$CC" # Let the user override the test.
3869else
9e07f89d 3870 ac_prog_rejected=no
c6b750e1
DJ
3871as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3872for as_dir in $PATH
3873do
3874 IFS=$as_save_IFS
3875 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3876 for ac_exec_ext in '' $ac_executable_extensions; do
3877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1
DJ
3878 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3879 ac_prog_rejected=yes
3880 continue
3881 fi
3882 ac_cv_prog_CC="cc"
81ecdfbb 3883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3884 break 2
3885 fi
3886done
81ecdfbb
RW
3887 done
3888IFS=$as_save_IFS
c6b750e1 3889
9e07f89d
NN
3890if test $ac_prog_rejected = yes; then
3891 # We found a bogon in the path, so make sure we never use it.
3892 set dummy $ac_cv_prog_CC
3893 shift
c6b750e1 3894 if test $# != 0; then
9e07f89d
NN
3895 # We chose a different compiler from the bogus one.
3896 # However, it has the same basename, so the bogon will be chosen
3897 # first if we set CC to just the basename; use the full file name.
3898 shift
c6b750e1 3899 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9e07f89d
NN
3900 fi
3901fi
3902fi
3903fi
c6b750e1 3904CC=$ac_cv_prog_CC
9e07f89d 3905if test -n "$CC"; then
81ecdfbb
RW
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3907$as_echo "$CC" >&6; }
9e07f89d 3908else
81ecdfbb
RW
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3910$as_echo "no" >&6; }
9e07f89d
NN
3911fi
3912
81ecdfbb 3913
c6b750e1
DJ
3914fi
3915if test -z "$CC"; then
3916 if test -n "$ac_tool_prefix"; then
81ecdfbb 3917 for ac_prog in cl.exe
c6b750e1
DJ
3918 do
3919 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3920set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
3921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3922$as_echo_n "checking for $ac_word... " >&6; }
3923if test "${ac_cv_prog_CC+set}" = set; then :
3924 $as_echo_n "(cached) " >&6
9e07f89d
NN
3925else
3926 if test -n "$CC"; then
3927 ac_cv_prog_CC="$CC" # Let the user override the test.
3928else
c6b750e1
DJ
3929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3930for as_dir in $PATH
3931do
3932 IFS=$as_save_IFS
3933 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3934 for ac_exec_ext in '' $ac_executable_extensions; do
3935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3936 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 3937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1 3938 break 2
376a0e54 3939 fi
c6b750e1 3940done
81ecdfbb
RW
3941 done
3942IFS=$as_save_IFS
cac3d6c4 3943
c6b750e1
DJ
3944fi
3945fi
3946CC=$ac_cv_prog_CC
3947if test -n "$CC"; then
81ecdfbb
RW
3948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3949$as_echo "$CC" >&6; }
cac3d6c4 3950else
81ecdfbb
RW
3951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3952$as_echo "no" >&6; }
9e07f89d 3953fi
cac3d6c4 3954
81ecdfbb 3955
c6b750e1
DJ
3956 test -n "$CC" && break
3957 done
cac3d6c4 3958fi
c6b750e1
DJ
3959if test -z "$CC"; then
3960 ac_ct_CC=$CC
81ecdfbb 3961 for ac_prog in cl.exe
c6b750e1
DJ
3962do
3963 # Extract the first word of "$ac_prog", so it can be a program name with args.
3964set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3966$as_echo_n "checking for $ac_word... " >&6; }
3967if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3968 $as_echo_n "(cached) " >&6
cac3d6c4 3969else
c6b750e1
DJ
3970 if test -n "$ac_ct_CC"; then
3971 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
376a0e54 3972else
c6b750e1
DJ
3973as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3974for as_dir in $PATH
3975do
3976 IFS=$as_save_IFS
3977 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3978 for ac_exec_ext in '' $ac_executable_extensions; do
3979 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3980 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3982 break 2
3983 fi
3984done
81ecdfbb
RW
3985 done
3986IFS=$as_save_IFS
c6b750e1 3987
cac3d6c4
CM
3988fi
3989fi
c6b750e1
DJ
3990ac_ct_CC=$ac_cv_prog_ac_ct_CC
3991if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3993$as_echo "$ac_ct_CC" >&6; }
9e07f89d 3994else
81ecdfbb
RW
3995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3996$as_echo "no" >&6; }
cac3d6c4 3997fi
376a0e54 3998
81ecdfbb 3999
c6b750e1
DJ
4000 test -n "$ac_ct_CC" && break
4001done
4002
81ecdfbb
RW
4003 if test "x$ac_ct_CC" = x; then
4004 CC=""
4005 else
4006 case $cross_compiling:$ac_tool_warned in
4007yes:)
4008{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4009$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4010ac_tool_warned=yes ;;
4011esac
4012 CC=$ac_ct_CC
4013 fi
c6b750e1
DJ
4014fi
4015
4016fi
4017
4018
81ecdfbb
RW
4019test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4020$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4021as_fn_error "no acceptable C compiler found in \$PATH
4022See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4023
4024# Provide some information about the compiler.
81ecdfbb
RW
4025$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4026set X $ac_compile
4027ac_compiler=$2
4028for ac_option in --version -v -V -qversion; do
4029 { { ac_try="$ac_compiler $ac_option >&5"
4030case "(($ac_try" in
4031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4032 *) ac_try_echo=$ac_try;;
4033esac
4034eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4035$as_echo "$ac_try_echo"; } >&5
4036 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c6b750e1 4037 ac_status=$?
81ecdfbb
RW
4038 if test -s conftest.err; then
4039 sed '10a\
4040... rest of stderr output deleted ...
4041 10q' conftest.err >conftest.er1
4042 cat conftest.er1 >&5
4043 rm -f conftest.er1 conftest.err
4044 fi
4045 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4046 test $ac_status = 0; }
4047done
c6b750e1 4048
81ecdfbb 4049cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4050/* end confdefs.h. */
4051
4052int
4053main ()
4054{
4055
4056 ;
4057 return 0;
4058}
4059_ACEOF
4060ac_clean_files_save=$ac_clean_files
81ecdfbb 4061ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
c6b750e1
DJ
4062# Try to create an executable without -o first, disregard a.out.
4063# It will help us diagnose broken compilers, and finding out an intuition
4064# of exeext.
81ecdfbb
RW
4065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4066$as_echo_n "checking for C compiler default output file name... " >&6; }
4067ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4068
4069# The possible output files:
4070ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4071
4072ac_rmfiles=
4073for ac_file in $ac_files
4074do
4075 case $ac_file in
4076 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4077 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4078 esac
4079done
4080rm -f $ac_rmfiles
4081
4082if { { ac_try="$ac_link_default"
4083case "(($ac_try" in
4084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4085 *) ac_try_echo=$ac_try;;
4086esac
4087eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4088$as_echo "$ac_try_echo"; } >&5
4089 (eval "$ac_link_default") 2>&5
c6b750e1 4090 ac_status=$?
81ecdfbb
RW
4091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4092 test $ac_status = 0; }; then :
4093 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4094# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4095# in a Makefile. We should not override ac_cv_exeext if it was cached,
4096# so that the user can short-circuit this test for compilers unknown to
4097# Autoconf.
4098for ac_file in $ac_files ''
c6b750e1
DJ
4099do
4100 test -f "$ac_file" || continue
4101 case $ac_file in
81ecdfbb 4102 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
c6b750e1
DJ
4103 ;;
4104 [ab].out )
4105 # We found the default executable, but exeext='' is most
4106 # certainly right.
4107 break;;
4108 *.* )
81ecdfbb
RW
4109 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4110 then :; else
4111 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4112 fi
4113 # We set ac_cv_exeext here because the later test for it is not
4114 # safe: cross compilers may not add the suffix if given an `-o'
4115 # argument, so we may need to know it at that point already.
4116 # Even if this section looks crufty: it has the advantage of
4117 # actually working.
c6b750e1
DJ
4118 break;;
4119 * )
4120 break;;
4121 esac
4122done
81ecdfbb
RW
4123test "$ac_cv_exeext" = no && ac_cv_exeext=
4124
c6b750e1 4125else
81ecdfbb
RW
4126 ac_file=''
4127fi
4128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4129$as_echo "$ac_file" >&6; }
4130if test -z "$ac_file"; then :
4131 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4132sed 's/^/| /' conftest.$ac_ext >&5
4133
81ecdfbb
RW
4134{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4135$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4136{ as_fn_set_status 77
4137as_fn_error "C compiler cannot create executables
4138See \`config.log' for more details." "$LINENO" 5; }; }
c6b750e1 4139fi
c6b750e1 4140ac_exeext=$ac_cv_exeext
c6b750e1 4141
81ecdfbb 4142# Check that the compiler produces executables we can run. If not, either
c6b750e1 4143# the compiler is broken, or we cross compile.
81ecdfbb
RW
4144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4145$as_echo_n "checking whether the C compiler works... " >&6; }
c6b750e1
DJ
4146# If not cross compiling, check that we can run a simple program.
4147if test "$cross_compiling" != yes; then
4148 if { ac_try='./$ac_file'
81ecdfbb
RW
4149 { { case "(($ac_try" in
4150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4151 *) ac_try_echo=$ac_try;;
4152esac
4153eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4154$as_echo "$ac_try_echo"; } >&5
4155 (eval "$ac_try") 2>&5
c6b750e1 4156 ac_status=$?
81ecdfbb
RW
4157 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4158 test $ac_status = 0; }; }; then
c6b750e1
DJ
4159 cross_compiling=no
4160 else
4161 if test "$cross_compiling" = maybe; then
4162 cross_compiling=yes
4163 else
81ecdfbb
RW
4164 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4165$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4166as_fn_error "cannot run C compiled programs.
c6b750e1 4167If you meant to cross compile, use \`--host'.
81ecdfbb 4168See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4169 fi
4170 fi
4171fi
81ecdfbb
RW
4172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4173$as_echo "yes" >&6; }
c6b750e1 4174
81ecdfbb 4175rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
c6b750e1 4176ac_clean_files=$ac_clean_files_save
81ecdfbb 4177# Check that the compiler produces executables we can run. If not, either
c6b750e1 4178# the compiler is broken, or we cross compile.
81ecdfbb
RW
4179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4180$as_echo_n "checking whether we are cross compiling... " >&6; }
4181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4182$as_echo "$cross_compiling" >&6; }
4183
4184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4185$as_echo_n "checking for suffix of executables... " >&6; }
4186if { { ac_try="$ac_link"
4187case "(($ac_try" in
4188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4189 *) ac_try_echo=$ac_try;;
4190esac
4191eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4192$as_echo "$ac_try_echo"; } >&5
4193 (eval "$ac_link") 2>&5
c6b750e1 4194 ac_status=$?
81ecdfbb
RW
4195 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4196 test $ac_status = 0; }; then :
c6b750e1
DJ
4197 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4198# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4199# work properly (i.e., refer to `conftest.exe'), while it won't with
4200# `rm'.
4201for ac_file in conftest.exe conftest conftest.*; do
4202 test -f "$ac_file" || continue
4203 case $ac_file in
81ecdfbb 4204 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
c6b750e1 4205 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
c6b750e1
DJ
4206 break;;
4207 * ) break;;
4208 esac
4209done
4210else
81ecdfbb
RW
4211 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4212$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4213as_fn_error "cannot compute suffix of executables: cannot compile and link
4214See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4215fi
c6b750e1 4216rm -f conftest$ac_cv_exeext
81ecdfbb
RW
4217{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4218$as_echo "$ac_cv_exeext" >&6; }
c6b750e1
DJ
4219
4220rm -f conftest.$ac_ext
4221EXEEXT=$ac_cv_exeext
4222ac_exeext=$EXEEXT
81ecdfbb
RW
4223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4224$as_echo_n "checking for suffix of object files... " >&6; }
4225if test "${ac_cv_objext+set}" = set; then :
4226 $as_echo_n "(cached) " >&6
c6b750e1 4227else
81ecdfbb 4228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4229/* end confdefs.h. */
4230
4231int
4232main ()
4233{
4234
4235 ;
4236 return 0;
4237}
4238_ACEOF
4239rm -f conftest.o conftest.obj
81ecdfbb
RW
4240if { { ac_try="$ac_compile"
4241case "(($ac_try" in
4242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4243 *) ac_try_echo=$ac_try;;
4244esac
4245eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4246$as_echo "$ac_try_echo"; } >&5
4247 (eval "$ac_compile") 2>&5
c6b750e1 4248 ac_status=$?
81ecdfbb
RW
4249 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4250 test $ac_status = 0; }; then :
4251 for ac_file in conftest.o conftest.obj conftest.*; do
4252 test -f "$ac_file" || continue;
c6b750e1 4253 case $ac_file in
81ecdfbb 4254 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
c6b750e1
DJ
4255 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4256 break;;
4257 esac
4258done
cac3d6c4 4259else
81ecdfbb 4260 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4261sed 's/^/| /' conftest.$ac_ext >&5
4262
81ecdfbb
RW
4263{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4264$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4265as_fn_error "cannot compute suffix of object files: cannot compile
4266See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4267fi
c6b750e1
DJ
4268rm -f conftest.$ac_cv_objext conftest.$ac_ext
4269fi
81ecdfbb
RW
4270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4271$as_echo "$ac_cv_objext" >&6; }
c6b750e1
DJ
4272OBJEXT=$ac_cv_objext
4273ac_objext=$OBJEXT
81ecdfbb
RW
4274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4275$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4276if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4277 $as_echo_n "(cached) " >&6
c6b750e1 4278else
81ecdfbb 4279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4280/* end confdefs.h. */
4281
4282int
4283main ()
4284{
4285#ifndef __GNUC__
4286 choke me
4287#endif
4288
4289 ;
4290 return 0;
4291}
4292_ACEOF
81ecdfbb 4293if ac_fn_c_try_compile "$LINENO"; then :
c6b750e1
DJ
4294 ac_compiler_gnu=yes
4295else
81ecdfbb 4296 ac_compiler_gnu=no
c6b750e1 4297fi
81ecdfbb 4298rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1
DJ
4299ac_cv_c_compiler_gnu=$ac_compiler_gnu
4300
4301fi
81ecdfbb
RW
4302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4303$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4304if test $ac_compiler_gnu = yes; then
4305 GCC=yes
4306else
4307 GCC=
4308fi
c6b750e1
DJ
4309ac_test_CFLAGS=${CFLAGS+set}
4310ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4312$as_echo_n "checking whether $CC accepts -g... " >&6; }
4313if test "${ac_cv_prog_cc_g+set}" = set; then :
4314 $as_echo_n "(cached) " >&6
4315else
4316 ac_save_c_werror_flag=$ac_c_werror_flag
4317 ac_c_werror_flag=yes
4318 ac_cv_prog_cc_g=no
4319 CFLAGS="-g"
4320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4321/* end confdefs.h. */
4322
4323int
4324main ()
4325{
4326
4327 ;
4328 return 0;
4329}
4330_ACEOF
81ecdfbb 4331if ac_fn_c_try_compile "$LINENO"; then :
9e07f89d
NN
4332 ac_cv_prog_cc_g=yes
4333else
81ecdfbb
RW
4334 CFLAGS=""
4335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4336/* end confdefs.h. */
4337
4338int
4339main ()
4340{
4341
4342 ;
4343 return 0;
4344}
4345_ACEOF
4346if ac_fn_c_try_compile "$LINENO"; then :
4347
4348else
4349 ac_c_werror_flag=$ac_save_c_werror_flag
4350 CFLAGS="-g"
4351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4352/* end confdefs.h. */
cac3d6c4 4353
81ecdfbb
RW
4354int
4355main ()
4356{
4357
4358 ;
4359 return 0;
4360}
4361_ACEOF
4362if ac_fn_c_try_compile "$LINENO"; then :
4363 ac_cv_prog_cc_g=yes
4364fi
4365rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
376a0e54 4366fi
81ecdfbb 4367rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 4368fi
81ecdfbb
RW
4369rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4370 ac_c_werror_flag=$ac_save_c_werror_flag
4371fi
4372{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4373$as_echo "$ac_cv_prog_cc_g" >&6; }
9e07f89d 4374if test "$ac_test_CFLAGS" = set; then
c6b750e1 4375 CFLAGS=$ac_save_CFLAGS
9e07f89d
NN
4376elif test $ac_cv_prog_cc_g = yes; then
4377 if test "$GCC" = yes; then
4378 CFLAGS="-g -O2"
4379 else
4380 CFLAGS="-g"
4381 fi
4382else
4383 if test "$GCC" = yes; then
4384 CFLAGS="-O2"
4385 else
4386 CFLAGS=
4387 fi
4388fi
81ecdfbb
RW
4389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4390$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4391if test "${ac_cv_prog_cc_c89+set}" = set; then :
4392 $as_echo_n "(cached) " >&6
c6b750e1 4393else
81ecdfbb 4394 ac_cv_prog_cc_c89=no
c6b750e1 4395ac_save_CC=$CC
81ecdfbb 4396cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4397/* end confdefs.h. */
4398#include <stdarg.h>
4399#include <stdio.h>
4400#include <sys/types.h>
4401#include <sys/stat.h>
4402/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4403struct buf { int x; };
4404FILE * (*rcsopen) (struct buf *, struct stat *, int);
4405static char *e (p, i)
4406 char **p;
4407 int i;
4408{
4409 return p[i];
4410}
4411static char *f (char * (*g) (char **, int), char **p, ...)
4412{
4413 char *s;
4414 va_list v;
4415 va_start (v,p);
4416 s = g (p, va_arg (v,int));
4417 va_end (v);
4418 return s;
4419}
4420
4421/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4422 function prototypes and stuff, but not '\xHH' hex character constants.
4423 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4424 as 'x'. The following induces an error, until -std is added to get
c6b750e1
DJ
4425 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4426 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4427 that's true only with -std. */
c6b750e1
DJ
4428int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4429
81ecdfbb
RW
4430/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4431 inside strings and character constants. */
4432#define FOO(x) 'x'
4433int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4434
c6b750e1
DJ
4435int test (int i, double x);
4436struct s1 {int (*f) (int a);};
4437struct s2 {int (*f) (double a);};
4438int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4439int argc;
4440char **argv;
4441int
4442main ()
4443{
4444return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4445 ;
4446 return 0;
4447}
4448_ACEOF
81ecdfbb
RW
4449for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4450 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
c6b750e1
DJ
4451do
4452 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4453 if ac_fn_c_try_compile "$LINENO"; then :
4454 ac_cv_prog_cc_c89=$ac_arg
c6b750e1 4455fi
81ecdfbb
RW
4456rm -f core conftest.err conftest.$ac_objext
4457 test "x$ac_cv_prog_cc_c89" != "xno" && break
c6b750e1 4458done
81ecdfbb 4459rm -f conftest.$ac_ext
c6b750e1
DJ
4460CC=$ac_save_CC
4461
4462fi
81ecdfbb
RW
4463# AC_CACHE_VAL
4464case "x$ac_cv_prog_cc_c89" in
4465 x)
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4467$as_echo "none needed" >&6; } ;;
4468 xno)
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4470$as_echo "unsupported" >&6; } ;;
c6b750e1 4471 *)
81ecdfbb
RW
4472 CC="$CC $ac_cv_prog_cc_c89"
4473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4474$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c6b750e1 4475esac
81ecdfbb 4476if test "x$ac_cv_prog_cc_c89" != xno; then :
c6b750e1 4477
c6b750e1
DJ
4478fi
4479
c6b750e1
DJ
4480ac_ext=c
4481ac_cpp='$CPP $CPPFLAGS'
4482ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4483ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4484ac_compiler_gnu=$ac_cv_c_compiler_gnu
9e07f89d 4485
81ecdfbb 4486ac_ext=cpp
18f6b6ee
PB
4487ac_cpp='$CXXCPP $CPPFLAGS'
4488ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4489ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4490ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
81ecdfbb
RW
4491if test -z "$CXX"; then
4492 if test -n "$CCC"; then
4493 CXX=$CCC
4494 else
4495 if test -n "$ac_tool_prefix"; then
4496 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4497 do
4498 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4499set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4501$as_echo_n "checking for $ac_word... " >&6; }
4502if test "${ac_cv_prog_CXX+set}" = set; then :
4503 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4504else
4505 if test -n "$CXX"; then
4506 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4507else
4508as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4509for as_dir in $PATH
4510do
4511 IFS=$as_save_IFS
4512 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4513 for ac_exec_ext in '' $ac_executable_extensions; do
4514 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4515 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
81ecdfbb 4516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee
PB
4517 break 2
4518 fi
4519done
81ecdfbb
RW
4520 done
4521IFS=$as_save_IFS
512b7dfb 4522
18f6b6ee
PB
4523fi
4524fi
4525CXX=$ac_cv_prog_CXX
4526if test -n "$CXX"; then
81ecdfbb
RW
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4528$as_echo "$CXX" >&6; }
18f6b6ee 4529else
81ecdfbb
RW
4530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4531$as_echo "no" >&6; }
18f6b6ee
PB
4532fi
4533
81ecdfbb 4534
18f6b6ee
PB
4535 test -n "$CXX" && break
4536 done
4537fi
4538if test -z "$CXX"; then
4539 ac_ct_CXX=$CXX
81ecdfbb 4540 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4541do
4542 # Extract the first word of "$ac_prog", so it can be a program name with args.
4543set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4544{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4545$as_echo_n "checking for $ac_word... " >&6; }
4546if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4547 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4548else
4549 if test -n "$ac_ct_CXX"; then
4550 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4551else
4552as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4553for as_dir in $PATH
4554do
4555 IFS=$as_save_IFS
4556 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4557 for ac_exec_ext in '' $ac_executable_extensions; do
4558 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4559 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 4560 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee 4561 break 2
512b7dfb 4562 fi
18f6b6ee 4563done
81ecdfbb
RW
4564 done
4565IFS=$as_save_IFS
512b7dfb 4566
18f6b6ee
PB
4567fi
4568fi
4569ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4570if test -n "$ac_ct_CXX"; then
81ecdfbb
RW
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4572$as_echo "$ac_ct_CXX" >&6; }
18f6b6ee 4573else
81ecdfbb
RW
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4575$as_echo "no" >&6; }
18f6b6ee
PB
4576fi
4577
81ecdfbb 4578
18f6b6ee
PB
4579 test -n "$ac_ct_CXX" && break
4580done
18f6b6ee 4581
81ecdfbb
RW
4582 if test "x$ac_ct_CXX" = x; then
4583 CXX="g++"
4584 else
4585 case $cross_compiling:$ac_tool_warned in
4586yes:)
4587{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4588$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4589ac_tool_warned=yes ;;
4590esac
4591 CXX=$ac_ct_CXX
4592 fi
18f6b6ee
PB
4593fi
4594
81ecdfbb
RW
4595 fi
4596fi
18f6b6ee 4597# Provide some information about the compiler.
81ecdfbb
RW
4598$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4599set X $ac_compile
4600ac_compiler=$2
4601for ac_option in --version -v -V -qversion; do
4602 { { ac_try="$ac_compiler $ac_option >&5"
4603case "(($ac_try" in
4604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4605 *) ac_try_echo=$ac_try;;
4606esac
4607eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4608$as_echo "$ac_try_echo"; } >&5
4609 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18f6b6ee 4610 ac_status=$?
81ecdfbb
RW
4611 if test -s conftest.err; then
4612 sed '10a\
4613... rest of stderr output deleted ...
4614 10q' conftest.err >conftest.er1
4615 cat conftest.er1 >&5
4616 rm -f conftest.er1 conftest.err
4617 fi
4618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4619 test $ac_status = 0; }
4620done
18f6b6ee 4621
81ecdfbb
RW
4622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4623$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4624if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4625 $as_echo_n "(cached) " >&6
18f6b6ee 4626else
81ecdfbb 4627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4628/* end confdefs.h. */
4629
4630int
4631main ()
4632{
4633#ifndef __GNUC__
4634 choke me
4635#endif
4636
4637 ;
4638 return 0;
4639}
4640_ACEOF
81ecdfbb 4641if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4642 ac_compiler_gnu=yes
4643else
81ecdfbb 4644 ac_compiler_gnu=no
18f6b6ee 4645fi
81ecdfbb 4646rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18f6b6ee
PB
4647ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4648
4649fi
81ecdfbb
RW
4650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4651$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4652if test $ac_compiler_gnu = yes; then
4653 GXX=yes
4654else
4655 GXX=
4656fi
18f6b6ee
PB
4657ac_test_CXXFLAGS=${CXXFLAGS+set}
4658ac_save_CXXFLAGS=$CXXFLAGS
81ecdfbb
RW
4659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4660$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4661if test "${ac_cv_prog_cxx_g+set}" = set; then :
4662 $as_echo_n "(cached) " >&6
4663else
4664 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4665 ac_cxx_werror_flag=yes
4666 ac_cv_prog_cxx_g=no
4667 CXXFLAGS="-g"
4668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4669/* end confdefs.h. */
4670
4671int
4672main ()
4673{
4674
4675 ;
4676 return 0;
4677}
4678_ACEOF
81ecdfbb 4679if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4680 ac_cv_prog_cxx_g=yes
4681else
81ecdfbb
RW
4682 CXXFLAGS=""
4683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4684/* end confdefs.h. */
81ecdfbb 4685
18f6b6ee
PB
4686int
4687main ()
4688{
81ecdfbb 4689
18f6b6ee
PB
4690 ;
4691 return 0;
4692}
4693_ACEOF
81ecdfbb 4694if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee 4695
81ecdfbb
RW
4696else
4697 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4698 CXXFLAGS="-g"
4699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4700/* end confdefs.h. */
81ecdfbb 4701
18f6b6ee
PB
4702int
4703main ()
4704{
81ecdfbb 4705
18f6b6ee
PB
4706 ;
4707 return 0;
4708}
4709_ACEOF
81ecdfbb
RW
4710if ac_fn_cxx_try_compile "$LINENO"; then :
4711 ac_cv_prog_cxx_g=yes
18f6b6ee 4712fi
81ecdfbb
RW
4713rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4714fi
4715rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4716fi
4717rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4718 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4719fi
4720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4721$as_echo "$ac_cv_prog_cxx_g" >&6; }
4722if test "$ac_test_CXXFLAGS" = set; then
4723 CXXFLAGS=$ac_save_CXXFLAGS
4724elif test $ac_cv_prog_cxx_g = yes; then
4725 if test "$GXX" = yes; then
4726 CXXFLAGS="-g -O2"
4727 else
4728 CXXFLAGS="-g"
4729 fi
4730else
4731 if test "$GXX" = yes; then
4732 CXXFLAGS="-O2"
4733 else
4734 CXXFLAGS=
4735 fi
18f6b6ee 4736fi
18f6b6ee
PB
4737ac_ext=c
4738ac_cpp='$CPP $CPPFLAGS'
4739ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4740ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4741ac_compiler_gnu=$ac_cv_c_compiler_gnu
4742
4743
4744# We must set the default linker to the linker used by gcc for the correct
4745# operation of libtool. If LD is not defined and we are using gcc, try to
4746# set the LD default to the ld used by gcc.
4747if test -z "$LD"; then
4748 if test "$GCC" = yes; then
4749 case $build in
4750 *-*-mingw*)
4751 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4752 *)
4753 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4754 esac
4755 case $gcc_prog_ld in
4756 # Accept absolute paths.
4757 [\\/]* | [A-Za-z]:[\\/]*)
4758 LD="$gcc_prog_ld" ;;
4759 esac
4760 fi
512b7dfb
PB
4761fi
4762
4763
4764
4765
c6b750e1 4766if test -n "$ac_tool_prefix"; then
512b7dfb
PB
4767 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4768set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
81ecdfbb
RW
4769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4770$as_echo_n "checking for $ac_word... " >&6; }
4771if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4772 $as_echo_n "(cached) " >&6
9e07f89d 4773else
512b7dfb
PB
4774 if test -n "$GNATBIND"; then
4775 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
9e07f89d 4776else
c6b750e1
DJ
4777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4778for as_dir in $PATH
4779do
4780 IFS=$as_save_IFS
4781 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4782 for ac_exec_ext in '' $ac_executable_extensions; do
4783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4784 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
81ecdfbb 4785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4786 break 2
4787 fi
4788done
81ecdfbb
RW
4789 done
4790IFS=$as_save_IFS
c6b750e1 4791
9e07f89d
NN
4792fi
4793fi
512b7dfb
PB
4794GNATBIND=$ac_cv_prog_GNATBIND
4795if test -n "$GNATBIND"; then
81ecdfbb
RW
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4797$as_echo "$GNATBIND" >&6; }
9e07f89d 4798else
81ecdfbb
RW
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4800$as_echo "no" >&6; }
9e07f89d
NN
4801fi
4802
81ecdfbb 4803
c6b750e1 4804fi
512b7dfb
PB
4805if test -z "$ac_cv_prog_GNATBIND"; then
4806 ac_ct_GNATBIND=$GNATBIND
4807 # Extract the first word of "gnatbind", so it can be a program name with args.
4808set dummy gnatbind; ac_word=$2
81ecdfbb
RW
4809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4810$as_echo_n "checking for $ac_word... " >&6; }
4811if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4812 $as_echo_n "(cached) " >&6
9e07f89d 4813else
512b7dfb
PB
4814 if test -n "$ac_ct_GNATBIND"; then
4815 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
9e07f89d 4816else
c6b750e1
DJ
4817as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4818for as_dir in $PATH
4819do
4820 IFS=$as_save_IFS
4821 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4822 for ac_exec_ext in '' $ac_executable_extensions; do
4823 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4824 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
81ecdfbb 4825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4826 break 2
4827 fi
4828done
81ecdfbb
RW
4829 done
4830IFS=$as_save_IFS
c6b750e1 4831
9e07f89d
NN
4832fi
4833fi
512b7dfb
PB
4834ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4835if test -n "$ac_ct_GNATBIND"; then
81ecdfbb
RW
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4837$as_echo "$ac_ct_GNATBIND" >&6; }
9e07f89d 4838else
81ecdfbb
RW
4839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4840$as_echo "no" >&6; }
9e07f89d
NN
4841fi
4842
81ecdfbb
RW
4843 if test "x$ac_ct_GNATBIND" = x; then
4844 GNATBIND="no"
4845 else
4846 case $cross_compiling:$ac_tool_warned in
4847yes:)
4848{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4849$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4850ac_tool_warned=yes ;;
4851esac
4852 GNATBIND=$ac_ct_GNATBIND
4853 fi
24ff9987 4854else
512b7dfb 4855 GNATBIND="$ac_cv_prog_GNATBIND"
9e07f89d
NN
4856fi
4857
7df2cd5d 4858if test -n "$ac_tool_prefix"; then
512b7dfb
PB
4859 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4860set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
81ecdfbb
RW
4861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4862$as_echo_n "checking for $ac_word... " >&6; }
4863if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4864 $as_echo_n "(cached) " >&6
7df2cd5d 4865else
512b7dfb
PB
4866 if test -n "$GNATMAKE"; then
4867 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
7df2cd5d
PB
4868else
4869as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4870for as_dir in $PATH
4871do
4872 IFS=$as_save_IFS
4873 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4874 for ac_exec_ext in '' $ac_executable_extensions; do
4875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4876 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
81ecdfbb 4877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
4878 break 2
4879 fi
4880done
81ecdfbb
RW
4881 done
4882IFS=$as_save_IFS
7df2cd5d
PB
4883
4884fi
4885fi
512b7dfb
PB
4886GNATMAKE=$ac_cv_prog_GNATMAKE
4887if test -n "$GNATMAKE"; then
81ecdfbb
RW
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4889$as_echo "$GNATMAKE" >&6; }
7df2cd5d 4890else
81ecdfbb
RW
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4892$as_echo "no" >&6; }
7df2cd5d
PB
4893fi
4894
81ecdfbb 4895
7df2cd5d 4896fi
512b7dfb
PB
4897if test -z "$ac_cv_prog_GNATMAKE"; then
4898 ac_ct_GNATMAKE=$GNATMAKE
4899 # Extract the first word of "gnatmake", so it can be a program name with args.
4900set dummy gnatmake; ac_word=$2
81ecdfbb
RW
4901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4902$as_echo_n "checking for $ac_word... " >&6; }
4903if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4904 $as_echo_n "(cached) " >&6
7df2cd5d 4905else
512b7dfb
PB
4906 if test -n "$ac_ct_GNATMAKE"; then
4907 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
7df2cd5d
PB
4908else
4909as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4910for as_dir in $PATH
4911do
4912 IFS=$as_save_IFS
4913 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4914 for ac_exec_ext in '' $ac_executable_extensions; do
4915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4916 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
81ecdfbb 4917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
4918 break 2
4919 fi
4920done
81ecdfbb
RW
4921 done
4922IFS=$as_save_IFS
7df2cd5d 4923
7df2cd5d
PB
4924fi
4925fi
512b7dfb
PB
4926ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4927if test -n "$ac_ct_GNATMAKE"; then
81ecdfbb
RW
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4929$as_echo "$ac_ct_GNATMAKE" >&6; }
7df2cd5d 4930else
81ecdfbb
RW
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4932$as_echo "no" >&6; }
7df2cd5d
PB
4933fi
4934
81ecdfbb
RW
4935 if test "x$ac_ct_GNATMAKE" = x; then
4936 GNATMAKE="no"
4937 else
4938 case $cross_compiling:$ac_tool_warned in
4939yes:)
4940{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4941$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4942ac_tool_warned=yes ;;
4943esac
4944 GNATMAKE=$ac_ct_GNATMAKE
4945 fi
7df2cd5d 4946else
512b7dfb 4947 GNATMAKE="$ac_cv_prog_GNATMAKE"
7df2cd5d
PB
4948fi
4949
81ecdfbb
RW
4950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4951$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4952if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4953 $as_echo_n "(cached) " >&6
9e07f89d
NN
4954else
4955 cat >conftest.adb <<EOF
4956procedure conftest is begin null; end conftest;
4957EOF
4958acx_cv_cc_gcc_supports_ada=no
4959# There is a bug in old released versions of GCC which causes the
4960# driver to exit successfully when the appropriate language module
4961# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4962# Therefore we must check for the error message as well as an
4963# unsuccessful exit.
b8908782
DD
4964# Other compilers, like HP Tru64 UNIX cc, exit successfully when
4965# given a .adb file, but produce no object file. So we must check
4966# if an object file was really produced to guard against this.
9e07f89d 4967errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
b8908782 4968if test x"$errors" = x && test -f conftest.$ac_objext; then
9e07f89d 4969 acx_cv_cc_gcc_supports_ada=yes
9e07f89d
NN
4970fi
4971rm -f conftest.*
4972fi
81ecdfbb
RW
4973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4974$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
9e07f89d 4975
512b7dfb 4976if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
9e07f89d
NN
4977 have_gnat=yes
4978else
4979 have_gnat=no
4980fi
4981
81ecdfbb
RW
4982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
4983$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
4984if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
4985 $as_echo_n "(cached) " >&6
b8908782
DD
4986else
4987 echo abfoo >t1
4988 echo cdfoo >t2
4989 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4b1cb4fe
DD
4990 if cmp t1 t2 2 2 > /dev/null 2>&1; then
4991 if cmp t1 t2 1 1 > /dev/null 2>&1; then
4992 :
4993 else
4994 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
4995 fi
4996 fi
b8908782
DD
4997 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
4998 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4b1cb4fe 4999 :
b8908782
DD
5000 else
5001 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5002 fi
5003 fi
5004 rm t1 t2
5005
5006fi
81ecdfbb
RW
5007{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5008$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
b8908782
DD
5009do_compare="$gcc_cv_prog_cmp_skip"
5010
5011
9e07f89d 5012
e8a5fa9c 5013# See if we are building gcc with C++.
81ecdfbb
RW
5014# Check whether --enable-build-with-cxx was given.
5015if test "${enable_build_with_cxx+set}" = set; then :
5016 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
e8a5fa9c
RW
5017else
5018 ENABLE_BUILD_WITH_CXX=no
81ecdfbb
RW
5019fi
5020
e8a5fa9c
RW
5021
5022# Check for GMP, MPFR and MPC
4b900473 5023gmplibs="-lmpfr -lgmp"
4b1cb4fe 5024gmpinc=
4b900473 5025have_gmp=no
e8a5fa9c
RW
5026mpclibs=-lmpc
5027mpcinc=
5028have_mpc=no
5029
5030# Specify a location for mpc
5031# check for this first so it ends up on the link line before mpfr.
5032
81ecdfbb
RW
5033# Check whether --with-mpc was given.
5034if test "${with_mpc+set}" = set; then :
5035 withval=$with_mpc;
5036fi
e8a5fa9c 5037
e8a5fa9c 5038
81ecdfbb
RW
5039# Check whether --with-mpc_include was given.
5040if test "${with_mpc_include+set}" = set; then :
5041 withval=$with_mpc_include;
5042fi
e8a5fa9c 5043
e8a5fa9c 5044
81ecdfbb
RW
5045# Check whether --with-mpc_lib was given.
5046if test "${with_mpc_lib+set}" = set; then :
5047 withval=$with_mpc_lib;
5048fi
e8a5fa9c 5049
e8a5fa9c
RW
5050
5051if test "x$with_mpc" != x; then
5052 mpclibs="-L$with_mpc/lib -lmpc"
5053 mpcinc="-I$with_mpc/include $mpcinc"
5054fi
5055if test "x$with_mpc_include" != x; then
5056 mpcinc="-I$with_mpc_include $mpcinc"
5057fi
5058if test "x$with_mpc_lib" != x; then
5059 mpclibs="-L$with_mpc_lib -lmpc"
5060fi
5061if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5062 mpclibs='-L$$r/$(HOST_SUBDIR)/mpc/src/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/_libs -lmpc'
5063 mpcinc='-I$$s/mpc/src '"$mpcinc"
5064 # Do not test the mpc version. Assume that it is sufficient, since
5065 # it is in the source tree, and the library has not been built yet
5066 # but it would be included on the link line in the version check below
5067 # hence making the test fail.
5068 have_mpc=yes
5069fi
4b900473 5070
11b04d1f
DD
5071# Specify a location for mpfr
5072# check for this first so it ends up on the link line before gmp.
c6b750e1 5073
81ecdfbb
RW
5074# Check whether --with-mpfr-dir was given.
5075if test "${with_mpfr_dir+set}" = set; then :
5076 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5077Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5078fi
5079
11b04d1f
DD
5080
5081
81ecdfbb
RW
5082# Check whether --with-mpfr was given.
5083if test "${with_mpfr+set}" = set; then :
5084 withval=$with_mpfr;
5085fi
c6b750e1 5086
11b04d1f 5087
81ecdfbb
RW
5088# Check whether --with-mpfr_include was given.
5089if test "${with_mpfr_include+set}" = set; then :
5090 withval=$with_mpfr_include;
5091fi
c6b750e1 5092
8a0d8a5c 5093
81ecdfbb
RW
5094# Check whether --with-mpfr_lib was given.
5095if test "${with_mpfr_lib+set}" = set; then :
5096 withval=$with_mpfr_lib;
5097fi
8a0d8a5c 5098
11b04d1f
DD
5099
5100if test "x$with_mpfr" != x; then
5101 gmplibs="-L$with_mpfr/lib $gmplibs"
5102 gmpinc="-I$with_mpfr/include"
5103fi
8a0d8a5c
PB
5104if test "x$with_mpfr_include" != x; then
5105 gmpinc="-I$with_mpfr_include"
5106fi
5107if test "x$with_mpfr_lib" != x; then
5108 gmplibs="-L$with_mpfr_lib $gmplibs"
5109fi
4b900473
PB
5110if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5111 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
5112 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
e8a5fa9c 5113 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr'
4b900473
PB
5114 # Do not test the mpfr version. Assume that it is sufficient, since
5115 # it is in the source tree, and the library has not been built yet
5116 # but it would be included on the link line in the version check below
5117 # hence making the test fail.
5118 have_gmp=yes
5119fi
11b04d1f 5120
4b1cb4fe 5121# Specify a location for gmp
c6b750e1 5122
81ecdfbb
RW
5123# Check whether --with-gmp-dir was given.
5124if test "${with_gmp_dir+set}" = set; then :
5125 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5126Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5127fi
5128
4b1cb4fe
DD
5129
5130
81ecdfbb
RW
5131# Check whether --with-gmp was given.
5132if test "${with_gmp+set}" = set; then :
5133 withval=$with_gmp;
5134fi
c6b750e1 5135
4b1cb4fe 5136
81ecdfbb
RW
5137# Check whether --with-gmp_include was given.
5138if test "${with_gmp_include+set}" = set; then :
5139 withval=$with_gmp_include;
5140fi
c6b750e1 5141
8a0d8a5c 5142
81ecdfbb
RW
5143# Check whether --with-gmp_lib was given.
5144if test "${with_gmp_lib+set}" = set; then :
5145 withval=$with_gmp_lib;
5146fi
8a0d8a5c
PB
5147
5148
4b1cb4fe 5149
11b04d1f
DD
5150if test "x$with_gmp" != x; then
5151 gmplibs="-L$with_gmp/lib $gmplibs"
5152 gmpinc="-I$with_gmp/include $gmpinc"
4b1cb4fe 5153fi
8a0d8a5c
PB
5154if test "x$with_gmp_include" != x; then
5155 gmpinc="-I$with_gmp_include $gmpinc"
5156fi
5157if test "x$with_gmp_lib" != x; then
5158 gmplibs="-L$with_gmp_lib $gmplibs"
5159fi
4b900473
PB
5160if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5161 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
5162 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
e8a5fa9c
RW
5163 extra_mpfr_configure_flags='--with-gmp-build=$$r/$(HOST_SUBDIR)/gmp'
5164 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp'
4b900473
PB
5165 # Do not test the gmp version. Assume that it is sufficient, since
5166 # it is in the source tree, and the library has not been built yet
5167 # but it would be included on the link line in the version check below
5168 # hence making the test fail.
5169 have_gmp=yes
5170fi
4b1cb4fe 5171
ceb92e78 5172if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4b900473
PB
5173 have_gmp=yes
5174 saved_CFLAGS="$CFLAGS"
5175 CFLAGS="$CFLAGS $gmpinc"
5176 # Check GMP actually works
81ecdfbb
RW
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for correct version of gmp.h" >&5
5178$as_echo_n "checking for correct version of gmp.h... " >&6; }
c6b750e1 5179
81ecdfbb 5180cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5181/* end confdefs.h. */
4b1cb4fe 5182#include "gmp.h"
c6b750e1
DJ
5183int
5184main ()
5185{
4b1cb4fe 5186
ef699244 5187 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 2)
4b900473
PB
5188 choke me
5189 #endif
c6b750e1
DJ
5190
5191 ;
5192 return 0;
5193}
5194_ACEOF
81ecdfbb
RW
5195if ac_fn_c_try_compile "$LINENO"; then :
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5197$as_echo "yes" >&6; }
c6b750e1 5198else
81ecdfbb
RW
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5200$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5201fi
81ecdfbb 5202rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4b1cb4fe 5203
e8a5fa9c 5204 # If we have GMP, check the MPFR version.
4b900473 5205 if test x"$have_gmp" = xyes; then
81ecdfbb
RW
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for correct version of mpfr.h" >&5
5207$as_echo_n "checking for correct version of mpfr.h... " >&6; }
5208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5209/* end confdefs.h. */
9b134994 5210#include <gmp.h>
4b900473 5211 #include <mpfr.h>
c6b750e1
DJ
5212int
5213main ()
5214{
9b134994 5215
ef699244 5216 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
4b900473
PB
5217 choke me
5218 #endif
c6b750e1
DJ
5219
5220 ;
5221 return 0;
5222}
5223_ACEOF
81ecdfbb
RW
5224if ac_fn_c_try_compile "$LINENO"; then :
5225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5226/* end confdefs.h. */
4b1cb4fe 5227#include <gmp.h>
4b900473 5228 #include <mpfr.h>
c6b750e1
DJ
5229int
5230main ()
5231{
9dbaa842 5232
e28c595f 5233 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,2)
4b900473
PB
5234 choke me
5235 #endif
e8a5fa9c
RW
5236
5237 ;
5238 return 0;
5239}
5240_ACEOF
81ecdfbb
RW
5241if ac_fn_c_try_compile "$LINENO"; then :
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5243$as_echo "yes" >&6; }
e8a5fa9c 5244else
81ecdfbb
RW
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5246$as_echo "buggy but acceptable" >&6; }
e8a5fa9c 5247fi
81ecdfbb 5248rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5249else
81ecdfbb
RW
5250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5251$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5252fi
81ecdfbb 5253rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5254 fi
5255
5256 # Check for the MPC header version.
5257 if test x"$have_mpc" != xyes ; then
5258 CFLAGS="$CFLAGS $mpcinc"
81ecdfbb
RW
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5260$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c
RW
5262/* end confdefs.h. */
5263#include <mpc.h>
5264int
5265main ()
5266{
5267
5268 #if MPC_VERSION < MPC_VERSION_NUM (0,6,0)
5269 choke me
5270 #endif
5271
5272 ;
5273 return 0;
5274}
5275_ACEOF
81ecdfbb
RW
5276if ac_fn_c_try_compile "$LINENO"; then :
5277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5278$as_echo "yes" >&6; }; have_mpc=maybe
e8a5fa9c 5279else
81ecdfbb
RW
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5281$as_echo "no" >&6; }; have_mpc=no; mpclibs= ; mpcinc=
e8a5fa9c 5282fi
81ecdfbb 5283rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5284 fi
5285
5286 # Now check the MPFR library.
5287 if test x"$have_gmp" = xyes; then
5288 saved_LIBS="$LIBS"
5289 LIBS="$LIBS $gmplibs"
81ecdfbb
RW
5290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr libraries" >&5
5291$as_echo_n "checking for the correct version of the gmp/mpfr libraries... " >&6; }
5292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c
RW
5293/* end confdefs.h. */
5294#include <gmp.h>
5295 #include <mpfr.h>
5296int
5297main ()
5298{
5299
5300 mpfr_t n;
5301 mpfr_t x;
5302 int t;
5303 mpfr_init (n);
5304 mpfr_init (x);
5305 mpfr_atan2 (n, n, x, GMP_RNDN);
5306 mpfr_erfc (n, x, GMP_RNDN);
5307 mpfr_subnormalize (x, t, GMP_RNDN);
c6b750e1
DJ
5308
5309 ;
5310 return 0;
5311}
5312_ACEOF
81ecdfbb
RW
5313if ac_fn_c_try_link "$LINENO"; then :
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5315$as_echo "yes" >&6; }
c6b750e1 5316else
81ecdfbb
RW
5317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5318$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5319fi
81ecdfbb
RW
5320rm -f core conftest.err conftest.$ac_objext \
5321 conftest$ac_exeext conftest.$ac_ext
e8a5fa9c
RW
5322 LIBS="$saved_LIBS"
5323 fi
5324
5325 if test x"$have_mpc" = xmaybe; then
5326 saved_LIBS="$LIBS"
5327 LIBS="$LIBS $mpclibs $gmplibs"
81ecdfbb
RW
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the mpc library" >&5
5329$as_echo_n "checking for the correct version of the mpc library... " >&6; }
5330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c
RW
5331/* end confdefs.h. */
5332#include <mpc.h>
5333int
5334main ()
5335{
5336
5337 mpc_t n;
5338 mpc_init2 (n, 53);
5339 mpc_set_ui_ui (n, 1, 1, MPC_RNDNN);
5340 mpc_sin (n, n, MPC_RNDNN);
5341 mpc_cos (n, n, MPC_RNDNN);
5342 mpc_tan (n, n, MPC_RNDNN);
5343 mpc_sinh (n, n, MPC_RNDNN);
5344 mpc_cosh (n, n, MPC_RNDNN);
5345 mpc_tanh (n, n, MPC_RNDNN);
5346 mpc_exp (n, n, MPC_RNDNN);
5347 mpc_log (n, n, MPC_RNDNN);
5348 mpc_sqrt (n, n, MPC_RNDNN);
5349 mpc_proj (n, n, MPC_RNDNN);
5350 mpc_neg (n, n, MPC_RNDNN);
5351 mpc_sqr (n, n, MPC_RNDNN);
5352 mpc_clear (n);
5353
5354 ;
5355 return 0;
5356}
5357_ACEOF
81ecdfbb
RW
5358if ac_fn_c_try_link "$LINENO"; then :
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5360$as_echo "yes" >&6; }; have_mpc=yes
c6b750e1 5361else
81ecdfbb
RW
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5363$as_echo "no" >&6; }; have_mpc=no; mpclibs= ; mpcinc=
c6b750e1 5364fi
81ecdfbb
RW
5365rm -f core conftest.err conftest.$ac_objext \
5366 conftest$ac_exeext conftest.$ac_ext
e8a5fa9c 5367 LIBS="$saved_LIBS"
4b900473 5368 fi
e8a5fa9c 5369
4b900473 5370 CFLAGS="$saved_CFLAGS"
4b1cb4fe 5371
4b900473 5372 if test x$have_gmp != xyes; then
81ecdfbb 5373 as_fn_error "Building GCC requires GMP 4.2+ and MPFR 2.3.2+.
9dbaa842
DD
5374Try the --with-gmp and/or --with-mpfr options to specify their locations.
5375Copies of these libraries' source code can be found at their respective
5376hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
8a0d8a5c
PB
5377See also http://gcc.gnu.org/install/prerequisites.html for additional info.
5378If you obtained GMP and/or MPFR from a vendor distribution package, make
5379sure that you have installed both the libraries and the header files.
81ecdfbb 5380They may be located in separate packages." "$LINENO" 5
4b900473 5381 fi
9dbaa842
DD
5382fi
5383
e8a5fa9c
RW
5384if test x$have_mpc != xyes ; then
5385 mpcinc=
5386 mpclibs=
5387fi
5388
5389gmpinc="$mpcinc $gmpinc"
5390gmplibs="$mpclibs $gmplibs"
5391
5392# Flags needed for both GMP, MPFR and/or MPC.
5393
5394
5395
4b1cb4fe
DD
5396
5397
5398
29383458
JM
5399# Allow host libstdc++ to be specified for static linking with PPL.
5400
81ecdfbb
RW
5401# Check whether --with-host-libstdcxx was given.
5402if test "${with_host_libstdcxx+set}" = set; then :
5403 withval=$with_host_libstdcxx;
5404fi
29383458 5405
29383458
JM
5406
5407case $with_host_libstdcxx in
5408 no|yes)
81ecdfbb 5409 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
29383458
JM
5410 ;;
5411esac
e28c595f 5412
e8a5fa9c
RW
5413# Linker flags to use for stage1 or when not boostrapping.
5414
81ecdfbb
RW
5415# Check whether --with-stage1-ldflags was given.
5416if test "${with_stage1_ldflags+set}" = set; then :
5417 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5418 stage1_ldflags=
5419 else
5420 stage1_ldflags=$withval
5421 fi
5422else
5423 stage1_ldflags=
81ecdfbb
RW
5424fi
5425
e8a5fa9c
RW
5426
5427
5428# Libraries to use for stage1 or when not bootstrapping.
5429
81ecdfbb
RW
5430# Check whether --with-stage1-libs was given.
5431if test "${with_stage1_libs+set}" = set; then :
5432 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5433 stage1_libs=
5434 else
5435 stage1_libs=$withval
5436 fi
5437else
5438 stage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5439fi
5440
e8a5fa9c
RW
5441
5442
5443# Linker flags to use for stage2 and later builds.
5444
81ecdfbb
RW
5445# Check whether --with-boot-ldflags was given.
5446if test "${with_boot_ldflags+set}" = set; then :
5447 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5448 poststage1_ldflags=
5449 else
5450 poststage1_ldflags=$withval
5451 fi
5452else
5453 if test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
5454 poststage1_ldflags=-static-libstdc++
5455 else
5456 poststage1_ldflags=
5457 fi
81ecdfbb
RW
5458fi
5459
e8a5fa9c
RW
5460
5461
5462# Libraries to use for stage2 and later builds. This defaults to the
5463# argument passed to --with-host-libstdcxx.
5464
81ecdfbb
RW
5465# Check whether --with-boot-libs was given.
5466if test "${with_boot_libs+set}" = set; then :
5467 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5468 poststage1_libs=
5469 else
5470 poststage1_libs=$withval
5471 fi
5472else
5473 poststage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5474fi
5475
e8a5fa9c
RW
5476
5477
e28c595f
JM
5478# Check for PPL
5479ppl_major_version=0
5480ppl_minor_version=10
e8a5fa9c 5481ppllibs=" -lppl_c -lppl -lgmpxx"
e28c595f
JM
5482pplinc=
5483
5484
81ecdfbb
RW
5485# Check whether --with-ppl was given.
5486if test "${with_ppl+set}" = set; then :
5487 withval=$with_ppl;
e8a5fa9c
RW
5488else
5489 with_ppl=no
81ecdfbb 5490fi
e28c595f 5491
e28c595f 5492
81ecdfbb
RW
5493# Check whether --with-ppl_include was given.
5494if test "${with_ppl_include+set}" = set; then :
5495 withval=$with_ppl_include;
5496fi
5497
e28c595f 5498
81ecdfbb
RW
5499# Check whether --with-ppl_lib was given.
5500if test "${with_ppl_lib+set}" = set; then :
5501 withval=$with_ppl_lib;
5502fi
e28c595f 5503
e28c595f 5504
29383458
JM
5505case $with_ppl in
5506 no)
5507 ppllibs=
5508 ;;
5509 *)
e8a5fa9c 5510 ppllibs="-L$with_ppl/lib -lppl_c -lppl -lgmpxx"
29383458
JM
5511 pplinc="-I$with_ppl/include $pplinc"
5512 LIBS="$ppllibs $LIBS"
5513 ;;
5514esac
e28c595f
JM
5515if test "x$with_ppl_include" != x; then
5516 pplinc="-I$with_ppl_include $pplinc"
5517fi
5518if test "x$with_ppl_lib" != x; then
e8a5fa9c 5519 ppllibs="-L$with_ppl_lib -lppl_c -lppl -lgmpxx"
e28c595f
JM
5520 LIBS="$ppllibs $LIBS"
5521fi
5522if test "x$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
e8a5fa9c 5523 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/.libs -L$$r/$(HOST_SUBDIR)/ppl/_libs -lppl_c -lppl -lgmpxx '
e28c595f
JM
5524 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/include -I$$s/ppl/include '
5525 LIBS="$ppllibs $LIBS"
5526fi
5527
81ecdfbb
RW
5528# Check whether --enable-ppl-version-check was given.
5529if test "${enable_ppl_version_check+set}" = set; then :
5530 enableval=$enable_ppl_version_check; ENABLE_PPL_CHECK=$enableval
e28c595f
JM
5531else
5532 ENABLE_PPL_CHECK=yes
81ecdfbb
RW
5533fi
5534
e28c595f
JM
5535
5536if test "${ENABLE_PPL_CHECK}" = "yes"; then
5537 saved_CFLAGS="$CFLAGS"
5538 CFLAGS="$CFLAGS $pplinc $gmpinc"
81ecdfbb
RW
5539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version $ppl_major_version.$ppl_minor_version of PPL" >&5
5540$as_echo_n "checking for version $ppl_major_version.$ppl_minor_version of PPL... " >&6; }
5541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e28c595f
JM
5542/* end confdefs.h. */
5543#include "ppl_c.h"
5544int
5545main ()
5546{
5547
5548 #if PPL_VERSION_MAJOR != $ppl_major_version || PPL_VERSION_MINOR != $ppl_minor_version
5549 choke me
5550 #endif
5551
5552 ;
5553 return 0;
5554}
5555_ACEOF
81ecdfbb
RW
5556if ac_fn_c_try_compile "$LINENO"; then :
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5558$as_echo "yes" >&6; }
e28c595f 5559else
81ecdfbb
RW
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5561$as_echo "no" >&6; }; ppllibs= ; pplinc=
e28c595f 5562fi
81ecdfbb 5563rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e28c595f
JM
5564 CFLAGS="$saved_CFLAGS"
5565fi
5566
5567# Flags needed for PPL
5568
5569
5570
5571
5572# Check for CLOOG
5573clooglibs=" -lcloog "
5574clooginc=" -DCLOOG_PPL_BACKEND "
5575
5576
81ecdfbb
RW
5577# Check whether --with-cloog was given.
5578if test "${with_cloog+set}" = set; then :
5579 withval=$with_cloog;
e8a5fa9c
RW
5580else
5581 with_cloog=no
81ecdfbb
RW
5582fi
5583
e28c595f 5584
81ecdfbb
RW
5585# Check whether --with-cloog_include was given.
5586if test "${with_cloog_include+set}" = set; then :
5587 withval=$with_cloog_include;
5588fi
e28c595f 5589
e28c595f 5590
81ecdfbb
RW
5591# Check whether --with-cloog_lib was given.
5592if test "${with_cloog_lib+set}" = set; then :
5593 withval=$with_cloog_lib;
5594fi
e28c595f 5595
e28c595f 5596
29383458
JM
5597case $with_cloog in
5598 no)
5599 clooglibs=
5600 clooginc=
5601 ;;
5602 *)
5603 clooglibs="-L$with_cloog/lib -lcloog"
5604 clooginc="-I$with_cloog/include -DCLOOG_PPL_BACKEND "
5605 LIBS="$clooglibs $LIBS"
5606 ;;
5607esac
e28c595f
JM
5608if test "x$with_cloog_include" != x; then
5609 clooginc="-I$with_cloog_include -DCLOOG_PPL_BACKEND "
5610fi
5611if test "x$with_cloog_lib" != x; then
5612 clooglibs="-L$with_cloog_lib -lcloog"
5613 LIBS="$clooglibs $LIBS"
5614fi
5615if test "x$with_cloog$with_cloog_include$with_cloog_lib" = x && test -d ${srcdir}/cloog; then
5616 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/.libs -L$$r/$(HOST_SUBDIR)/cloog/_libs -lcloog '
5617 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -DCLOOG_PPL_BACKEND '
5618 LIBS="$clooglibs $LIBS"
5619fi
5620
81ecdfbb
RW
5621# Check whether --enable-cloog-version-check was given.
5622if test "${enable_cloog_version_check+set}" = set; then :
5623 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
e28c595f
JM
5624else
5625 ENABLE_CLOOG_CHECK=yes
81ecdfbb
RW
5626fi
5627
e28c595f
JM
5628
5629if test "${ENABLE_CLOOG_CHECK}" = "yes"; then
5630 saved_CFLAGS="$CFLAGS"
5631 CFLAGS="$CFLAGS $clooginc $gmpinc $pplinc"
81ecdfbb
RW
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for correct version of CLooG" >&5
5633$as_echo_n "checking for correct version of CLooG... " >&6; }
5634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e28c595f
JM
5635/* end confdefs.h. */
5636#include "cloog/cloog.h"
5637int
5638main ()
5639{
5640
5641 #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15
5642 choke me
5643 #endif
5644
5645 ;
5646 return 0;
5647}
5648_ACEOF
81ecdfbb
RW
5649if ac_fn_c_try_compile "$LINENO"; then :
5650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5651$as_echo "yes" >&6; }
e28c595f 5652else
81ecdfbb
RW
5653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5654$as_echo "no" >&6; }; clooglibs= ; clooginc=
e28c595f 5655fi
81ecdfbb 5656rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e28c595f
JM
5657 CFLAGS="$saved_CFLAGS"
5658fi
5659
5660# Flags needed for CLOOG
5661
5662
5663
5664
947f426e 5665# By default, C is the only stage 1 language.
9b134994 5666stage1_languages=,c,
1d39f329 5667
e8a5fa9c
RW
5668# Target libraries that we bootstrap.
5669bootstrap_target_libs=,target-libgcc,
5670
9e07f89d
NN
5671# Figure out what language subdirectories are present.
5672# Look if the user specified --enable-languages="..."; if not, use
5673# the environment variable $LANGUAGES if defined. $LANGUAGES might
5674# go away some day.
5675# NB: embedded tabs in this IF block -- do not untabify
5676if test -d ${srcdir}/gcc; then
5677 if test x"${enable_languages+set}" != xset; then
5678 if test x"${LANGUAGES+set}" = xset; then
5679 enable_languages="${LANGUAGES}"
5680 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
5681 else
5682 enable_languages=all
5683 fi
5684 else
5685 if test x"${enable_languages}" = x ||
5686 test x"${enable_languages}" = xyes;
5687 then
5688 echo configure.in: --enable-languages needs at least one language argument 1>&2
5689 exit 1
5690 fi
5691 fi
5692 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
5693
096f7d00
DE
5694 # 'f95' is the old name for the 'fortran' language. We issue a warning
5695 # and make the substitution.
5696 case ,${enable_languages}, in
5697 *,f95,*)
5698 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
5699 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
5700 ;;
5701 esac
5702
9e07f89d
NN
5703 # First scan to see if an enabled language requires some other language.
5704 # We assume that a given config-lang.in will list all the language
5705 # front ends it requires, even if some are required indirectly.
5706 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
5707 case ${lang_frag} in
5708 ..) ;;
5709 # The odd quoting in the next line works around
5710 # an apparent bug in bash 1.12 on linux.
5711 ${srcdir}/gcc/[*]/config-lang.in) ;;
5712 *)
5713 # From the config-lang.in, get $language, $lang_requires
5714 language=
5715 lang_requires=
5716 . ${lang_frag}
5717 for other in ${lang_requires} ; do
5718 case ,${enable_languages}, in
5719 *,$other,*) ;;
5720 *,all,*) ;;
5721 *,$language,*)
5722 echo " \`$other' language required by \`$language'; enabling" 1>&2
5723 enable_languages="${enable_languages},${other}"
5724 ;;
5725 esac
5726 done
5727 ;;
5728 esac
5729 done
5730
9b134994 5731 new_enable_languages=,c,
9e07f89d 5732 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9b134994 5733 potential_languages=,c,
9e07f89d
NN
5734
5735 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
5736 case ${lang_frag} in
5737 ..) ;;
5738 # The odd quoting in the next line works around
5739 # an apparent bug in bash 1.12 on linux.
5740 ${srcdir}/gcc/[*]/config-lang.in) ;;
5741 *)
c6b750e1 5742 # From the config-lang.in, get $language, $target_libs,
1d39f329 5743 # $lang_dirs, $boot_language, and $build_by_default
9e07f89d
NN
5744 language=
5745 target_libs=
5746 lang_dirs=
64ce424c 5747 subdir_requires=
9b134994
PB
5748 boot_language=no
5749 build_by_default=yes
9e07f89d 5750 . ${lang_frag}
9b134994
PB
5751 if test x${language} = x; then
5752 echo "${lang_frag} doesn't set \$language." 1>&2
5753 exit 1
5754 fi
5755
e8a5fa9c
RW
5756 if test "$language" = "c++" -a "$ENABLE_BUILD_WITH_CXX" = "yes"; then
5757 boot_language=yes
5758 fi
5759
9b134994
PB
5760 case ,${enable_languages}, in
5761 *,${language},*)
9e07f89d
NN
5762 # Language was explicitly selected; include it.
5763 add_this_lang=yes
5764 ;;
9b134994
PB
5765 *,all,*)
5766 # 'all' was selected, select it if it is a default language
5767 add_this_lang=${build_by_default}
9e07f89d
NN
5768 ;;
5769 *)
5770 add_this_lang=no
5771 ;;
5772 esac
4b1cb4fe 5773
64ce424c 5774 # Disable languages that need other directories if these aren't available.
1f3f1bbf 5775 for i in $subdir_requires; do
3d3adb43 5776 test -f "$srcdir/gcc/$i/config-lang.in" && continue
64ce424c
PB
5777 case ,${enable_languages}, in
5778 *,${language},*)
5779 # Specifically requested language; tell them.
81ecdfbb 5780 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
64ce424c
PB
5781 ;;
5782 *)
5783 # Silently disable.
9b134994 5784 add_this_lang=unsupported
64ce424c
PB
5785 ;;
5786 esac
5787 done
5788
9b134994
PB
5789 # Disable Ada if no preexisting GNAT is available.
5790 case ,${enable_languages},:${language}:${have_gnat} in
5791 *,${language},*:ada:no)
5792 # Specifically requested language; tell them.
81ecdfbb 5793 as_fn_error "GNAT is required to build $language" "$LINENO" 5
9b134994
PB
5794 ;;
5795 *:ada:no)
5796 # Silently disable.
5797 add_this_lang=unsupported
5798 ;;
5799 esac
5800
59f7ec45
HPN
5801 # Disable a language that is unsupported by the target.
5802 case " $unsupported_languages " in
5803 *" $language "*)
9b134994 5804 add_this_lang=unsupported
59f7ec45
HPN
5805 ;;
5806 esac
5807
4b1cb4fe 5808 case $add_this_lang in
9b134994 5809 unsupported)
9e07f89d 5810 # Remove language-dependent dirs.
1d39f329
NN
5811 eval noconfigdirs='"$noconfigdirs "'\"$target_libs $lang_dirs\"
5812 ;;
9b134994
PB
5813 no)
5814 # Remove language-dependent dirs; still show language as supported.
5815 eval noconfigdirs='"$noconfigdirs "'\"$target_libs $lang_dirs\"
5816 potential_languages="${potential_languages}${language},"
5817 ;;
5818 yes)
5819 new_enable_languages="${new_enable_languages}${language},"
5820 potential_languages="${potential_languages}${language},"
1d39f329
NN
5821 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
5822 case ${boot_language} in
5823 yes)
4fa63067 5824 # Add to (comma-separated) list of stage 1 languages.
9b134994 5825 stage1_languages="${stage1_languages}${language},"
e8a5fa9c
RW
5826 # We need to bootstrap any supporting libraries.
5827 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1d39f329
NN
5828 ;;
5829 esac
5830 ;;
9e07f89d
NN
5831 esac
5832 ;;
5833 esac
5834 done
5835
81ecdfbb
RW
5836 # Check whether --enable-stage1-languages was given.
5837if test "${enable_stage1_languages+set}" = set; then :
5838 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
9b134994
PB
5839 ,no,|,,)
5840 # Set it to something that will have no effect in the loop below
5841 enable_stage1_languages=c ;;
5842 ,yes,)
5843 enable_stage1_languages=`echo $new_enable_languages | \
5844 sed -e "s/^,//" -e "s/,$//" ` ;;
5845 *,all,*)
5846 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
5847 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
5848 esac
5849
5850 # Add "good" languages from enable_stage1_languages to stage1_languages,
5851 # while "bad" languages go in missing_languages. Leave no duplicates.
5852 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
5853 case $potential_languages in
5854 *,$i,*)
5855 case $stage1_languages in
5856 *,$i,*) ;;
5857 *) stage1_languages="$stage1_languages$i," ;;
5858 esac ;;
5859 *)
5860 case $missing_languages in
5861 *,$i,*) ;;
5862 *) missing_languages="$missing_languages$i," ;;
5863 esac ;;
5864 esac
5865 done
81ecdfbb
RW
5866fi
5867
9b134994
PB
5868
5869 # Remove leading/trailing commas that were added for simplicity
5870 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4b0ac75d 5871 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9b134994
PB
5872 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
5873 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
5874
9e07f89d 5875 if test "x$missing_languages" != x; then
81ecdfbb 5876 as_fn_error "
27258dd4 5877The following requested languages could not be built: ${missing_languages}
81ecdfbb 5878Supported languages are: ${potential_languages}" "$LINENO" 5
9e07f89d 5879 fi
9e07f89d
NN
5880 if test "x$new_enable_languages" != "x$enable_languages"; then
5881 echo The following languages will be built: ${new_enable_languages}
9b134994 5882 enable_languages="$new_enable_languages"
9e07f89d 5883 fi
9b134994 5884
c6b750e1 5885
81ec575a 5886 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
9e07f89d
NN
5887fi
5888
a6df5a19
PB
5889# Handle --disable-<component> generically.
5890for dir in $configdirs $build_configdirs $target_configdirs ; do
5891 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
9cc8ae67
PB
5892 varname=`echo $dirname | sed -e s/+/_/g`
5893 if eval test x\${enable_${varname}} "=" xno ; then
a6df5a19
PB
5894 noconfigdirs="$noconfigdirs $dir"
5895 fi
5896done
5897
4f0ef2d8 5898# Check for Boehm's garbage collector
81ecdfbb
RW
5899# Check whether --enable-objc-gc was given.
5900if test "${enable_objc_gc+set}" = set; then :
5901 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4f0ef2d8 5902 *,objc,*:*:yes:*target-boehm-gc*)
81ecdfbb 5903 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
4f0ef2d8
CD
5904 ;;
5905esac
81ecdfbb
RW
5906fi
5907
4f0ef2d8
CD
5908
5909# Make sure we only build Boehm's garbage collector if required.
d42c4017
DA
5910case ,${enable_languages},:${enable_objc_gc} in
5911 *,objc,*:yes)
4f0ef2d8
CD
5912 # Keep target-boehm-gc if requested for Objective-C.
5913 ;;
4f0ef2d8 5914 *)
d42c4017
DA
5915 # Otherwise remove target-boehm-gc depending on target-libjava.
5916 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
5917 noconfigdirs="$noconfigdirs target-boehm-gc"
5918 fi
4f0ef2d8
CD
5919 ;;
5920esac
5921
caeba88f
AL
5922# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
5923# $build_configdirs and $target_configdirs.
9e07f89d
NN
5924# If we have the source for $noconfigdirs entries, add them to $notsupp.
5925
5926notsupp=""
5927for dir in . $skipdirs $noconfigdirs ; do
caeba88f 5928 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
9e07f89d
NN
5929 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5930 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
5931 if test -r $srcdir/$dirname/configure ; then
5932 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5933 true
5934 else
5935 notsupp="$notsupp $dir"
5936 fi
5937 fi
5938 fi
caeba88f
AL
5939 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5940 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
5941 if test -r $srcdir/$dirname/configure ; then
5942 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5943 true
5944 else
5945 notsupp="$notsupp $dir"
5946 fi
5947 fi
5948 fi
9e07f89d
NN
5949 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5950 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
5951 if test -r $srcdir/$dirname/configure ; then
5952 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5953 true
5954 else
5955 notsupp="$notsupp $dir"
5956 fi
5957 fi
5958 fi
5959done
5960
5961# Sometimes the tools are distributed with libiberty but with no other
5962# libraries. In that case, we don't want to build target-libiberty.
f86e35b8 5963# Don't let libgcc imply libiberty either.
9e07f89d 5964if test -n "${target_configdirs}" ; then
f86e35b8 5965 libgcc=
9e07f89d
NN
5966 others=
5967 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
f86e35b8
NC
5968 if test "$i" = "libgcc"; then
5969 libgcc=target-libgcc
5970 elif test "$i" != "libiberty" ; then
9e07f89d
NN
5971 if test -r $srcdir/$i/configure ; then
5972 others=yes;
5973 break;
5974 fi
5975 fi
5976 done
5977 if test -z "${others}" ; then
f86e35b8 5978 target_configdirs=$libgcc
9e07f89d
NN
5979 fi
5980fi
5981
5982# Quietly strip out all directories which aren't configurable in this tree.
5983# This relies on all configurable subdirectories being autoconfiscated, which
5984# is now the case.
6a9cf61e
PB
5985build_configdirs_all="$build_configdirs"
5986build_configdirs=
5987for i in ${build_configdirs_all} ; do
c6b750e1 5988 j=`echo $i | sed -e s/build-//g`
6a9cf61e
PB
5989 if test -f ${srcdir}/$j/configure ; then
5990 build_configdirs="${build_configdirs} $i"
5991 fi
5992done
5993
9e07f89d
NN
5994configdirs_all="$configdirs"
5995configdirs=
5996for i in ${configdirs_all} ; do
5997 if test -f ${srcdir}/$i/configure ; then
5998 configdirs="${configdirs} $i"
5999 fi
6000done
6a9cf61e 6001
9e07f89d
NN
6002target_configdirs_all="$target_configdirs"
6003target_configdirs=
6004for i in ${target_configdirs_all} ; do
c6b750e1 6005 j=`echo $i | sed -e s/target-//g`
9e07f89d
NN
6006 if test -f ${srcdir}/$j/configure ; then
6007 target_configdirs="${target_configdirs} $i"
6008 fi
6009done
6010
6011# Produce a warning message for the subdirs we can't configure.
6012# This isn't especially interesting in the Cygnus tree, but in the individual
6013# FSF releases, it's important to let people know when their machine isn't
6014# supported by the one or two programs in a package.
6015
6016if test -n "${notsupp}" && test -z "${norecursion}" ; then
6017 # If $appdirs is non-empty, at least one of those directories must still
6018 # be configured, or we error out. (E.g., if the gas release supports a
6019 # specified target in some subdirs but not the gas subdir, we shouldn't
6020 # pretend that all is well.)
6021 if test -n "$appdirs" ; then
6022 for dir in $appdirs ; do
6023 if test -r $dir/Makefile.in ; then
6024 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6025 appdirs=""
6026 break
6027 fi
6a9cf61e 6028 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
9e07f89d
NN
6029 appdirs=""
6030 break
6031 fi
6032 fi
6033 done
6034 if test -n "$appdirs" ; then
6035 echo "*** This configuration is not supported by this package." 1>&2
6036 exit 1
6037 fi
6038 fi
6039 # Okay, some application will build, or we don't care to check. Still
6040 # notify of subdirs not getting built.
6041 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6042 echo " ${notsupp}" 1>&2
6043 echo " (Any other directories should still work fine.)" 1>&2
6044fi
6045
6046case "$host" in
6047 *msdosdjgpp*)
6048 enable_gdbtk=no ;;
6049esac
6050
18f6b6ee
PB
6051# To find our prefix, in gcc_cv_tool_prefix.
6052
6053# The user is always right.
6054if test "${PATH_SEPARATOR+set}" != set; then
6055 echo "#! /bin/sh" >conf$$.sh
6056 echo "exit 0" >>conf$$.sh
6057 chmod +x conf$$.sh
6058 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6059 PATH_SEPARATOR=';'
6060 else
6061 PATH_SEPARATOR=:
6062 fi
6063 rm -f conf$$.sh
6064fi
6065
6066
6067
6068if test "x$exec_prefix" = xNONE; then
6069 if test "x$prefix" = xNONE; then
6070 gcc_cv_tool_prefix=$ac_default_prefix
6071 else
6072 gcc_cv_tool_prefix=$prefix
6073 fi
6074else
6075 gcc_cv_tool_prefix=$exec_prefix
6076fi
6077
6078# If there is no compiler in the tree, use the PATH only. In any
6079# case, if there is no compiler in the tree nobody should use
6080# AS_FOR_TARGET and LD_FOR_TARGET.
6081if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6082 gcc_version=`cat $srcdir/gcc/BASE-VER`
6083 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6084 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6085 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6086 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6087 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6088 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6089else
6090 gcc_cv_tool_dirs=
6091fi
6092
6093if test x$build = x$target && test -n "$md_exec_prefix"; then
6094 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6095fi
6096
6097
6098
9e07f89d
NN
6099copy_dirs=
6100
c6b750e1 6101
81ecdfbb
RW
6102# Check whether --with-build-sysroot was given.
6103if test "${with_build_sysroot+set}" = set; then :
6104 withval=$with_build_sysroot; if test x"$withval" != x ; then
a19b6204
MM
6105 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6106 fi
6107else
6108 SYSROOT_CFLAGS_FOR_TARGET=
81ecdfbb 6109fi
a19b6204
MM
6110
6111
8a6ee3ab 6112
81ecdfbb
RW
6113
6114# Check whether --with-debug-prefix-map was given.
6115if test "${with_debug_prefix_map+set}" = set; then :
6116 withval=$with_debug_prefix_map; if test x"$withval" != x; then
8a6ee3ab
JM
6117 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6118 for debug_map in $withval; do
6119 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6120 done
6121 fi
6122else
6123 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
81ecdfbb
RW
6124fi
6125
8a6ee3ab
JM
6126
6127
7f6ef0c0
PB
6128# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6129# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6130# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6131# We want to ensure that TARGET libraries (which we know are built with
6132# gcc) are built with "-O2 -g", so include those options when setting
6133# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6134if test "x$CFLAGS_FOR_TARGET" = x; then
6135 CFLAGS_FOR_TARGET=$CFLAGS
6136 case " $CFLAGS " in
6137 *" -O2 "*) ;;
6138 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6139 esac
6140 case " $CFLAGS " in
6141 *" -g "* | *" -g3 "*) ;;
6142 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6143 esac
6144fi
6145
6146
6147if test "x$CXXFLAGS_FOR_TARGET" = x; then
6148 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6149 case " $CXXFLAGS " in
6150 *" -O2 "*) ;;
6151 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6152 esac
6153 case " $CXXFLAGS " in
6154 *" -g "* | *" -g3 "*) ;;
6155 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6156 esac
6157fi
6158
6159
9e07f89d
NN
6160# Handle --with-headers=XXX. If the value is not "yes", the contents of
6161# the named directory are copied to $(tooldir)/sys-include.
6162if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6163 if test x${is_cross_compiler} = xno ; then
6164 echo 1>&2 '***' --with-headers is only supported when cross compiling
6165 exit 1
6166 fi
6167 if test x"${with_headers}" != xyes ; then
18f6b6ee 6168 x=${gcc_cv_tool_prefix}
c6b750e1 6169 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9e07f89d
NN
6170 fi
6171fi
6172
6173# Handle --with-libs=XXX. If the value is not "yes", the contents of
6174# the name directories are copied to $(tooldir)/lib. Multiple directories
6175# are permitted.
6176if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6177 if test x${is_cross_compiler} = xno ; then
6178 echo 1>&2 '***' --with-libs is only supported when cross compiling
6179 exit 1
6180 fi
6181 if test x"${with_libs}" != xyes ; then
6182 # Copy the libraries in reverse order, so that files in the first named
6183 # library override files in subsequent libraries.
18f6b6ee 6184 x=${gcc_cv_tool_prefix}
9e07f89d 6185 for l in ${with_libs}; do
c6b750e1 6186 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9e07f89d
NN
6187 done
6188 fi
6189fi
6190
2429c060
PB
6191# Set with_gnu_as and with_gnu_ld as appropriate.
6192#
6193# This is done by determining whether or not the appropriate directory
6194# is available, and by checking whether or not specific configurations
6195# have requested that this magic not happen.
c6b750e1
DJ
6196#
6197# The command line options always override the explicit settings in
2429c060
PB
6198# configure.in, and the settings in configure.in override this magic.
6199#
c6b750e1 6200# If the default for a toolchain is to use GNU as and ld, and you don't
2429c060
PB
6201# want to do that, then you should use the --without-gnu-as and
6202# --without-gnu-ld options for the configure script.
6203
6204if test x${use_gnu_as} = x &&
6205 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6206 with_gnu_as=yes
6207 extra_host_args="$extra_host_args --with-gnu-as"
6208fi
6209
6210if test x${use_gnu_ld} = x &&
93f9b408 6211 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2429c060
PB
6212 with_gnu_ld=yes
6213 extra_host_args="$extra_host_args --with-gnu-ld"
6214fi
6215
6216# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6217# can detect this case.
6218
6219if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6220 with_newlib=yes
6221 extra_host_args="$extra_host_args --with-newlib"
6222fi
6223
9e07f89d
NN
6224# Handle ${copy_dirs}
6225set fnord ${copy_dirs}
6226shift
6227while test $# != 0 ; do
6228 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6229 :
6230 else
6231 echo Copying $1 to $2
6232
6233 # Use the install script to create the directory and all required
6234 # parent directories.
6235 if test -d $2 ; then
6236 :
6237 else
6238 echo >config.temp
6239 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6240 fi
6241
6242 # Copy the directory, assuming we have tar.
6243 # FIXME: Should we use B in the second tar? Not all systems support it.
6244 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6245
6246 # It is the responsibility of the user to correctly adjust all
6247 # symlinks. If somebody can figure out how to handle them correctly
6248 # here, feel free to add the code.
6249
6250 echo $1 > $2/COPIED
6251 fi
6252 shift; shift
6253done
6254
2429c060
PB
6255# Determine a target-dependent exec_prefix that the installed
6256# gcc will search in. Keep this list sorted by triplet, with
6257# the *-*-osname triplets last.
6258md_exec_prefix=
6259case "${target}" in
6260 alpha*-*-*vms*)
6261 md_exec_prefix=/gnu/lib/gcc-lib
6262 ;;
521ec477 6263 i[34567]86-pc-msdosdjgpp*)
2429c060
PB
6264 md_exec_prefix=/dev/env/DJDIR/bin
6265 ;;
521ec477 6266 i[34567]86-*-sco3.2v5*)
2429c060
PB
6267 if test $with_gnu_as = yes; then
6268 md_exec_prefix=/usr/gnu/bin
6269 else
6270 md_exec_prefix=/usr/ccs/bin/elf
6271 fi
6272 ;;
6273
6274 mn10300-*-* | \
6275 powerpc-*-chorusos* | \
6276 powerpc*-*-eabi* | \
6277 powerpc*-*-sysv* | \
6278 powerpc*-*-kaos* | \
6279 s390x-ibm-tpf*)
6280 md_exec_prefix=/usr/ccs/bin
6281 ;;
6282 sparc64-*-elf*)
6283 ;;
6284 v850*-*-*)
6285 md_exec_prefix=/usr/ccs/bin
6286 ;;
8b66833e 6287 xtensa*-*-elf*)
2429c060
PB
6288 ;;
6289
6290 *-*-beos* | \
6291 *-*-elf* | \
6292 *-*-hpux* | \
6293 *-*-netware* | \
6294 *-*-nto-qnx* | \
6295 *-*-rtems* | \
6296 *-*-solaris2* | \
521ec477 6297 *-*-sysv[45]* | \
2429c060
PB
6298 *-*-vxworks* | \
6299 *-wrs-windiss)
6300 md_exec_prefix=/usr/ccs/bin
6301 ;;
6302esac
6303
a0da8069
NN
6304extra_arflags_for_target=
6305extra_nmflags_for_target=
6306extra_ranlibflags_for_target=
6307target_makefile_frag=/dev/null
6308case "${target}" in
4e206d7e
DB
6309 mep*-*-*)
6310 target_makefile_frag="config/mt-mep"
6311 ;;
77d7106f
AM
6312 spu-*-*)
6313 target_makefile_frag="config/mt-spu"
6314 ;;
429acdec
RS
6315 mips*-sde-elf*)
6316 target_makefile_frag="config/mt-sde"
6317 ;;
f3b1e08e
RS
6318 mipsisa*-*-elfoabi*)
6319 target_makefile_frag="config/mt-mips-elfoabi"
6320 ;;
e7c8859c
RS
6321 mips*-*-*linux* | mips*-*-gnu*)
6322 target_makefile_frag="config/mt-mips-gnu"
6323 ;;
2a3124ca 6324 *-*-netware*)
a0da8069
NN
6325 target_makefile_frag="config/mt-netware"
6326 ;;
29383458 6327 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 6328 target_makefile_frag="config/mt-gnu"
a0da8069
NN
6329 ;;
6330 *-*-aix4.[3456789]* | *-*-aix[56789].*)
c6b750e1 6331 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
a0da8069
NN
6332 # commands to handle both 32-bit and 64-bit objects. These flags are
6333 # harmless if we're using GNU nm or ar.
6334 extra_arflags_for_target=" -X32_64"
6335 extra_nmflags_for_target=" -B -X32_64"
6336 ;;
6337 *-*-darwin*)
6338 # ranlib from Darwin requires the -c flag to look at common symbols.
6339 extra_ranlibflags_for_target=" -c"
6340 ;;
6341 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
6342 target_makefile_frag="config/mt-wince"
6343 ;;
6344esac
6345
6346alphaieee_frag=/dev/null
6347case $target in
6348 alpha*-*-*)
6349 # This just makes sure to use the -mieee option to build target libs.
6350 # This should probably be set individually by each library.
6351 alphaieee_frag="config/mt-alphaieee"
6352 ;;
6353esac
6354
6355# If --enable-target-optspace always use -Os instead of -O2 to build
6356# the target libraries, similarly if it is not specified, use -Os
6357# on selected platforms.
6358ospace_frag=/dev/null
6359case "${enable_target_optspace}:${target}" in
6360 yes:*)
6361 ospace_frag="config/mt-ospace"
6362 ;;
6363 :d30v-*)
6364 ospace_frag="config/mt-d30v"
6365 ;;
6366 :m32r-* | :d10v-* | :fr30-*)
6367 ospace_frag="config/mt-ospace"
6368 ;;
6369 no:* | :*)
6370 ;;
6371 *)
6372 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6373 ;;
6374esac
6375
a0da8069
NN
6376# Default to using --with-stabs for certain targets.
6377if test x${with_stabs} = x ; then
6378 case "${target}" in
e31d1ea3 6379 mips*-*-irix[56]*)
a0da8069
NN
6380 ;;
6381 mips*-*-* | alpha*-*-osf*)
6382 with_stabs=yes;
6383 extra_host_args="${extra_host_args} --with-stabs"
6384 ;;
6385 esac
6386fi
6387
6388# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6389# them automatically.
6390case "${host}" in
c6b750e1 6391 hppa*64*-*-hpux11*)
a0da8069
NN
6392 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6393 ;;
6394esac
6395
a0da8069
NN
6396# Some systems (e.g., one of the i386-aix systems the gas testers are
6397# using) don't handle "\$" correctly, so don't use it here.
c6b750e1 6398tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
6399build_tooldir=${tooldir}
6400
a0da8069
NN
6401# Create a .gdbinit file which runs the one in srcdir
6402# and tells GDB to look there for source files.
6403
6404if test -r ${srcdir}/.gdbinit ; then
6405 case ${srcdir} in
6406 .) ;;
6407 *) cat > ./.gdbinit <<EOF
6408# ${NO_EDIT}
6409dir ${srcdir}
6410dir .
6411source ${srcdir}/.gdbinit
6412EOF
6413 ;;
6414 esac
6415fi
6416
a0da8069
NN
6417# Make sure that the compiler is able to generate an executable. If it
6418# can't, we are probably in trouble. We don't care whether we can run the
6419# executable--we might be using a cross compiler--we only care whether it
6420# can be created. At this point the main configure script has set CC.
6421we_are_ok=no
6422echo "int main () { return 0; }" > conftest.c
6423${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6424if test $? = 0 ; then
6425 if test -s conftest || test -s conftest.exe ; then
6426 we_are_ok=yes
6427 fi
c6b750e1 6428fi
a0da8069
NN
6429case $we_are_ok in
6430 no)
6431 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6432 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6433 rm -f conftest*
6434 exit 1
6435 ;;
6436esac
6437rm -f conftest*
6438
6439# The Solaris /usr/ucb/cc compiler does not appear to work.
6440case "${host}" in
6441 sparc-sun-solaris2*)
6442 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
6443 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6444 could_use=
6445 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
6446 if test -d /opt/cygnus/bin ; then
6447 if test "$could_use" = "" ; then
6448 could_use="/opt/cygnus/bin"
6449 else
6450 could_use="$could_use or /opt/cygnus/bin"
6451 fi
6452 fi
6453 if test "$could_use" = "" ; then
6454 echo "Warning: compilation may fail because you're using"
6455 echo "/usr/ucb/cc. You should change your PATH or CC "
6456 echo "variable and rerun configure."
6457 else
6458 echo "Warning: compilation may fail because you're using"
6459 echo "/usr/ucb/cc, when you should use the C compiler from"
6460 echo "$could_use. You should change your"
6461 echo "PATH or CC variable and rerun configure."
6462 fi
6463 fi
6464 ;;
6465esac
6466
3bbd2f8f 6467# Decide which environment variable is used to find dynamic libraries.
a0da8069
NN
6468case "${host}" in
6469 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
9a237d9e 6470 *-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 6471 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
a0da8069
NN
6472 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6473esac
6474
3bbd2f8f 6475# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
6476# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6477# built executables to PATH.
3bbd2f8f
AL
6478if test "$RPATH_ENVVAR" = PATH; then
6479 GCC_SHLIB_SUBDIR=/shlib
6480else
6481 GCC_SHLIB_SUBDIR=
6482fi
6483
a0da8069
NN
6484# Record target_configdirs and the configure arguments for target and
6485# build configuration in Makefile.
6486target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6a9cf61e 6487build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
a0da8069 6488
a0da8069
NN
6489# Determine whether gdb needs tk/tcl or not.
6490# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6491# and in that case we want gdb to be built without tk. Ugh!
6492# In fact I believe gdb is the *only* package directly dependent on tk,
6493# so we should be able to put the 'maybe's in unconditionally and
6494# leave out the maybe dependencies when enable_gdbtk is false. I'm not
6495# 100% sure that that's safe though.
c180f501 6496
675c6968 6497gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
a0da8069
NN
6498case "$enable_gdbtk" in
6499 no)
6500 GDB_TK="" ;;
c180f501
AC
6501 yes)
6502 GDB_TK="${gdb_tk}" ;;
a0da8069 6503 *)
c180f501
AC
6504 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6505 # distro. Eventually someone will fix this and move Insight, nee
6506 # gdbtk to a separate directory.
6507 if test -d ${srcdir}/gdb/gdbtk ; then
6508 GDB_TK="${gdb_tk}"
6509 else
6510 GDB_TK=""
6511 fi
6512 ;;
a0da8069 6513esac
907be67c
DJ
6514CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6515INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
a0da8069 6516
6bd3dfaa 6517# Strip out unwanted targets.
dd12c3a8
NN
6518
6519# While at that, we remove Makefiles if we were started for recursive
6520# configuration, so that the top-level Makefile reconfigures them,
6521# like we used to do when configure itself was recursive.
dd12c3a8 6522
06a51eac
RW
6523# Loop over modules. We used to use the "$extrasub" feature from Autoconf
6524# but now we're fixing up the Makefile ourselves with the additional
6525# commands passed to AC_CONFIG_FILES. Use separate variables
6526# extrasub-{build,host,target} not because there is any reason to split
6527# the substitutions up that way, but only to remain below the limit of
6528# 99 commands in a script, for HP-UX sed.
6529# Do not nest @if/@endif pairs, because configure will not warn you at all.
dd12c3a8 6530
81ecdfbb
RW
6531# Check whether --enable-bootstrap was given.
6532if test "${enable_bootstrap+set}" = set; then :
6533 enableval=$enable_bootstrap;
319cab08 6534else
9cb3fa6f 6535 enable_bootstrap=default
81ecdfbb
RW
6536fi
6537
319cab08 6538
9cb3fa6f
PB
6539# Issue errors and warnings for invalid/strange bootstrap combinations.
6540case "$configdirs" in
6541 *gcc*) have_compiler=yes ;;
6542 *) have_compiler=no ;;
6543esac
6544
6545case "$have_compiler:$host:$target:$enable_bootstrap" in
6546 *:*:*:no) ;;
6547
0aed8855 6548 # Default behavior. Enable bootstrap if we have a compiler
9cb3fa6f
PB
6549 # and we are in a native configuration.
6550 yes:$build:$build:default)
0aed8855 6551 enable_bootstrap=yes ;;
9cb3fa6f
PB
6552
6553 *:*:*:default)
6554 enable_bootstrap=no ;;
6555
6556 # We have a compiler and we are in a native configuration, bootstrap is ok
80911fe1 6557 yes:$build:$build:yes)
9cb3fa6f
PB
6558 ;;
6559
6560 # Other configurations, but we have a compiler. Assume the user knows
6561 # what he's doing.
80911fe1 6562 yes:*:*:yes)
81ecdfbb
RW
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
6564$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
9cb3fa6f
PB
6565 ;;
6566
6567 # No compiler: if they passed --enable-bootstrap explicitly, fail
80911fe1 6568 no:*:*:yes)
81ecdfbb 6569 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
9cb3fa6f
PB
6570
6571 # Fail if wrong command line
6572 *)
81ecdfbb 6573 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
9cb3fa6f
PB
6574 ;;
6575esac
6576
6577# Adjust the toplevel makefile according to whether bootstrap was selected.
96655cc4 6578case $enable_bootstrap in
319cab08 6579 yes)
96655cc4
AO
6580 bootstrap_suffix=bootstrap
6581 BUILD_CONFIG=bootstrap-debug
6582 ;;
319cab08 6583 no)
96655cc4
AO
6584 bootstrap_suffix=no-bootstrap
6585 BUILD_CONFIG=
6586 ;;
319cab08
PB
6587esac
6588
96655cc4
AO
6589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6590$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
6591
6592
6593# Check whether --with-build-config was given.
6594if test "${with_build_config+set}" = set; then :
6595 withval=$with_build_config; case $with_build_config in
6596 yes) with_build_config= ;;
6597 no) with_build_config= BUILD_CONFIG= ;;
6598 esac
6599fi
6600
6601
6602if test "x${with_build_config}" != x; then
6603 BUILD_CONFIG=$with_build_config
6604else
6605 case $BUILD_CONFIG in
6606 bootstrap-debug)
6607 if echo "int f (void) { return 0; }" > conftest.c &&
6608 ${CC} -c conftest.c &&
6609 mv conftest.o conftest.o.g0 &&
6610 ${CC} -c -g conftest.c &&
6611 mv conftest.o conftest.o.g &&
6612 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g; then
6613 :
6614 else
6615 BUILD_CONFIG=
6616 fi
6617 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
6618 ;;
6619 esac
6620fi
6621{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
6622$as_echo "$BUILD_CONFIG" >&6; }
6623
6624
06a51eac 6625extrasub_build=
6a9cf61e 6626for module in ${build_configdirs} ; do
498d4a71
CF
6627 if test -z "${no_recursion}" \
6628 && test -f ${build_subdir}/${module}/Makefile; then
6629 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
6630 rm -f ${build_subdir}/${module}/Makefile
6631 fi
06a51eac 6632 extrasub_build="$extrasub_build
498d4a71
CF
6633/^@if build-$module\$/d
6634/^@endif build-$module\$/d
6635/^@if build-$module-$bootstrap_suffix\$/d
6636/^@endif build-$module-$bootstrap_suffix\$/d"
6637done
06a51eac 6638extrasub_host=
498d4a71 6639for module in ${configdirs} ; do
80911fe1 6640 if test -z "${no_recursion}"; then
8cf39b1b 6641 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
6642 if test -f ${file}; then
6643 echo 1>&2 "*** removing ${file} to force reconfigure"
6644 rm -f ${file}
6645 fi
6646 done
498d4a71 6647 fi
06a51eac 6648 extrasub_host="$extrasub_host
498d4a71
CF
6649/^@if $module\$/d
6650/^@endif $module\$/d
6651/^@if $module-$bootstrap_suffix\$/d
6652/^@endif $module-$bootstrap_suffix\$/d"
6653done
06a51eac 6654extrasub_target=
498d4a71
CF
6655for module in ${target_configdirs} ; do
6656 if test -z "${no_recursion}" \
6657 && test -f ${target_subdir}/${module}/Makefile; then
6658 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
6659 rm -f ${target_subdir}/${module}/Makefile
6660 fi
e8a5fa9c
RW
6661
6662 # We only bootstrap target libraries listed in bootstrap_target_libs.
6663 case $bootstrap_target_libs in
6664 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
6665 *) target_bootstrap_suffix=no-bootstrap ;;
6666 esac
6667
06a51eac 6668 extrasub_target="$extrasub_target
498d4a71
CF
6669/^@if target-$module\$/d
6670/^@endif target-$module\$/d
e8a5fa9c
RW
6671/^@if target-$module-$target_bootstrap_suffix\$/d
6672/^@endif target-$module-$target_bootstrap_suffix\$/d"
498d4a71
CF
6673done
6674
06a51eac
RW
6675# Do the final fixup along with target modules.
6676extrasub_target="$extrasub_target
6bd3dfaa 6677/^@if /,/^@endif /d"
a0da8069
NN
6678
6679# Create the serialization dependencies. This uses a temporary file.
6680
81ecdfbb
RW
6681# Check whether --enable-serial-configure was given.
6682if test "${enable_serial_configure+set}" = set; then :
6683 enableval=$enable_serial_configure;
6684fi
e6bfb94a
AO
6685
6686
1047cb91
DD
6687case ${enable_serial_configure} in
6688 yes)
6689 enable_serial_build_configure=yes
6690 enable_serial_host_configure=yes
6691 enable_serial_target_configure=yes
6692 ;;
6693esac
6694
a0da8069
NN
6695# These force 'configure's to be done one at a time, to avoid problems
6696# with contention over a shared config.cache.
6697rm -f serdep.tmp
e6bfb94a 6698echo '# serdep.tmp' > serdep.tmp
a0da8069 6699olditem=
1047cb91 6700test "x${enable_serial_build_configure}" = xyes &&
a0da8069
NN
6701for item in ${build_configdirs} ; do
6702 case ${olditem} in
6703 "") ;;
e6bfb94a 6704 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a0da8069
NN
6705 esac
6706 olditem=${item}
6707done
6708olditem=
1047cb91 6709test "x${enable_serial_host_configure}" = xyes &&
a0da8069
NN
6710for item in ${configdirs} ; do
6711 case ${olditem} in
6712 "") ;;
e6bfb94a 6713 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a0da8069
NN
6714 esac
6715 olditem=${item}
6716done
6717olditem=
1047cb91 6718test "x${enable_serial_target_configure}" = xyes &&
a0da8069
NN
6719for item in ${target_configdirs} ; do
6720 case ${olditem} in
6721 "") ;;
e6bfb94a 6722 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a0da8069
NN
6723 esac
6724 olditem=${item}
6725done
6726serialization_dependencies=serdep.tmp
6727
6728
e6bfb94a 6729# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1
DJ
6730# target, nonopt, and variable assignments. These are the ones we
6731# might not want to pass down to subconfigures. Also strip
6732# program-prefix, program-suffix, and program-transform-name, so that
6733# we can pass down a consistent program-transform-name.
6734baseargs=
6735keep_next=no
6736skip_next=no
6737eval "set -- $ac_configure_args"
18f6b6ee
PB
6738for ac_arg
6739do
c6b750e1
DJ
6740 if test X"$skip_next" = X"yes"; then
6741 skip_next=no
6742 continue
6743 fi
6744 if test X"$keep_next" = X"yes"; then
6745 case $ac_arg in
6746 *\'*)
6747 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6748 esac
6749 baseargs="$baseargs '$ac_arg'"
6750 keep_next=no
6751 continue
6752 fi
6753
6754 # Handle separated arguments. Based on the logic generated by
6755 # autoconf 2.59.
6756 case $ac_arg in
6757 *=* | --config-cache | -C | -disable-* | --disable-* \
6758 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
6759 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
6760 | -with-* | --with-* | -without-* | --without-* | --x)
6761 separate_arg=no
6762 ;;
6763 -*)
6764 separate_arg=yes
6765 ;;
6766 *)
6767 separate_arg=no
6768 ;;
6769 esac
6770
6771 case "$ac_arg" in
6772 --no*)
6773 continue
6774 ;;
6775 --c* | \
6776 --sr* | \
6777 --ho* | \
6778 --bu* | \
6779 --t* | \
6780 --program-* | \
6781 -cache_file* | \
6782 -srcdir* | \
6783 -host* | \
6784 -build* | \
6785 -target* | \
6786 -program-prefix* | \
6787 -program-suffix* | \
6788 -program-transform-name* )
6789 skip_next=$separate_arg
6790 continue
6791 ;;
6792 -*)
6793 # An option. Add it.
6794 case $ac_arg in
6795 *\'*)
6796 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6797 esac
6798 baseargs="$baseargs '$ac_arg'"
6799 keep_next=$separate_arg
6800 ;;
6801 *)
6802 # Either a variable assignment, or a nonopt (triplet). Don't
6803 # pass it down; let the Makefile handle this.
6804 continue
6805 ;;
6806 esac
6807done
6808# Remove the initial space we just introduced and, as these will be
6809# expanded by make, quote '$'.
6810baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
a0da8069 6811
f27d4f92
DJ
6812# Add in --program-transform-name, after --program-prefix and
6813# --program-suffix have been applied to it. Autoconf has already
6814# doubled dollar signs and backslashes in program_transform_name; we want
6815# the backslashes un-doubled, and then the entire thing wrapped in single
c6b750e1 6816# quotes, because this will be expanded first by make and then by the shell.
f27d4f92
DJ
6817# Also, because we want to override the logic in subdir configure scripts to
6818# choose program_transform_name, replace any s,x,x, with s,y,y,.
6819sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
6820${program_transform_name}
6821EOF_SED
6822gcc_transform_name=`cat conftestsed.out`
6823rm -f conftestsed.out
6824baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
6825if test "$silent" = yes; then
6826 baseargs="$baseargs --silent"
6827fi
34a0f3cf 6828baseargs="$baseargs --disable-option-checking"
f27d4f92 6829
a0da8069
NN
6830# For the build-side libraries, we just need to pretend we're native,
6831# and not use the same cache file. Multilibs are neither needed nor
6832# desired.
4b900473 6833build_configargs="--cache-file=../config.cache ${baseargs}"
a0da8069
NN
6834
6835# For host modules, accept cache file option, or specification as blank.
6836case "${cache_file}" in
6837"") # empty
6838 cache_file_option="" ;;
6839/* | [A-Za-z]:[\\/]* ) # absolute path
6840 cache_file_option="--cache-file=${cache_file}" ;;
6841*) # relative path
6842 cache_file_option="--cache-file=../${cache_file}" ;;
6843esac
6844
82252c06
NN
6845# Host dirs don't like to share a cache file either, horribly enough.
6846# This seems to be due to autoconf 2.5x stupidity.
4b900473 6847host_configargs="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
a0da8069
NN
6848
6849target_configargs=${baseargs}
6850
6851# Passing a --with-cross-host argument lets the target libraries know
6852# whether they are being built with a cross-compiler or being built
6853# native. However, it would be better to use other mechanisms to make the
6854# sorts of decisions they want to make on this basis. Please consider
6855# this option to be deprecated. FIXME.
6856if test x${is_cross_compiler} = xyes ; then
c6b750e1 6857 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
a0da8069
NN
6858fi
6859
6860# Default to --enable-multilib.
6861if test x${enable_multilib} = x ; then
6862 target_configargs="--enable-multilib ${target_configargs}"
6863fi
6864
6865# Pass --with-newlib if appropriate. Note that target_configdirs has
6866# changed from the earlier setting of with_newlib.
6867if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
6868 target_configargs="--with-newlib ${target_configargs}"
6869fi
6870
95036d20
NN
6871# Different target subdirs use different values of certain variables
6872# (notably CXX). Worse, multilibs use *lots* of different values.
6873# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
6874# it doesn't automatically accept command-line overrides of them.
6875# This means it's not safe for target subdirs to share a cache file,
6876# which is disgusting, but there you have it. Hopefully this can be
6877# fixed in future. It's still worthwhile to use a cache file for each
6878# directory. I think.
6879
ae380b45
MS
6880# Pass the appropriate --build, --host, --target and --cache-file arguments.
6881# We need to pass --target, as newer autoconf's requires consistency
6882# for target_alias and gcc doesn't manage it consistently.
4b900473 6883target_configargs="--cache-file=./config.cache ${target_configargs}"
a0da8069 6884
a0da8069
NN
6885FLAGS_FOR_TARGET=
6886case " $target_configdirs " in
6887 *" newlib "*)
6888 case " $target_configargs " in
6889 *" --with-newlib "*)
6890 case "$target" in
6891 *-cygwin*)
564b43e5 6892 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' ;;
a0da8069
NN
6893 esac
6894
6895 # If we're not building GCC, don't discard standard headers.
6896 if test -d ${srcdir}/gcc; then
6897 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
6898
6899 if test "${build}" != "${host}"; then
6900 # On Canadian crosses, CC_FOR_TARGET will have already been set
6901 # by `configure', so we won't have an opportunity to add -Bgcc/
6902 # to it. This is right: we don't want to search that directory
6903 # for binaries, but we want the header files in there, so add
6904 # them explicitly.
b00612cc 6905 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
a0da8069
NN
6906
6907 # Someone might think of using the pre-installed headers on
6908 # Canadian crosses, in case the installed compiler is not fully
6909 # compatible with the compiler being built. In this case, it
6910 # would be better to flag an error than risking having
6911 # incompatible object files being constructed. We can't
6912 # guarantee that an error will be flagged, but let's hope the
6913 # compiler will do it, when presented with incompatible header
6914 # files.
6915 fi
6916 fi
6917
6918 case "${target}-${is_cross_compiler}" in
ec11bdc6 6919 i[3456789]86-*-linux*-no)
a0da8069
NN
6920 # Here host == target, so we don't need to build gcc,
6921 # so we don't want to discard standard headers.
6922 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
6923 ;;
6924 *)
6925 # If we're building newlib, use its generic headers last, but search
6926 # for any libc-related directories first (so make it the last -B
6927 # switch).
6928 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
6929
6930 # If we're building libgloss, find the startup file, simulator library
6931 # and linker script.
6932 case " $target_configdirs " in
6933 *" libgloss "*)
6934 # Look for startup file, simulator library and maybe linker script.
6935 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
6936 # Look for libnosys.a in case the target needs it.
6937 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
6938 # Most targets have the linker script in the source directory.
6939 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
6940 ;;
6941 esac
a0da8069
NN
6942 ;;
6943 esac
6944 ;;
6945 esac
6946 ;;
6947esac
45055374
CV
6948case "$target" in
6949*-mingw*)
6950 # Can't be handled as Cygwin above since Mingw does not use newlib.
6951 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' ;;
6952esac
a0da8069 6953
5fbad20a
DD
6954# Allow the user to override the flags for
6955# our build compiler if desired.
c66487f8
NC
6956if test x"${build}" = x"${host}" ; then
6957 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
6958 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
6959 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
6960fi
5fbad20a 6961
a0da8069
NN
6962# On Canadian crosses, we'll be searching the right directories for
6963# the previously-installed cross compiler, so don't bother to add
6964# flags for directories within the install tree of the compiler
6965# being built; programs in there won't even run.
6966if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
6967 # Search for pre-installed headers if nothing else fits.
bba45b8b 6968 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
6969fi
6970
6971if test "x${use_gnu_ld}" = x &&
6972 echo " ${configdirs} " | grep " ld " > /dev/null ; then
6973 # Arrange for us to find uninstalled linker scripts.
b00612cc 6974 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
a0da8069
NN
6975fi
6976
a481dbb7
DD
6977# Search for other target-specific linker scripts and such.
6978case "${target}" in
4e206d7e
DB
6979 mep*)
6980 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
6981 ;;
6982esac
6983
a0da8069 6984# Makefile fragments.
3e707e94
PB
6985for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
6986do
6987 eval fragval=\$$frag
6988 if test $fragval != /dev/null; then
6989 eval $frag=${srcdir}/$fragval
6990 fi
6991done
a0da8069
NN
6992
6993
6994
6995
6996
6997# Miscellanea: directories, flags, etc.
6998
6999
7000
7001
7002
7003
7004
3bbd2f8f 7005
6a9cf61e 7006# Build module lists & subconfigure args.
a0da8069
NN
7007
7008
7009
be01d343
PB
7010# Host module lists & subconfigure args.
7011
7012
7013
7014# Target module lists & subconfigure args.
7015
7016
7017
7018# Build tools.
7019
7020
7021
1576798e
PB
7022
7023
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033
7034
7035
be01d343
PB
7036# Generate default definitions for YACC, M4, LEX and other programs that run
7037# on the build machine. These are used if the Makefile can't locate these
7038# programs in objdir.
7039MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7040
7041for ac_prog in 'bison -y' byacc yacc
7042do
c6b750e1 7043 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7044set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7046$as_echo_n "checking for $ac_word... " >&6; }
7047if test "${ac_cv_prog_YACC+set}" = set; then :
7048 $as_echo_n "(cached) " >&6
be01d343
PB
7049else
7050 if test -n "$YACC"; then
7051 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7052else
c6b750e1
DJ
7053as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7054for as_dir in $PATH
7055do
7056 IFS=$as_save_IFS
7057 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7058 for ac_exec_ext in '' $ac_executable_extensions; do
7059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7060 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7062 break 2
7063 fi
7064done
81ecdfbb
RW
7065 done
7066IFS=$as_save_IFS
c6b750e1 7067
be01d343
PB
7068fi
7069fi
c6b750e1 7070YACC=$ac_cv_prog_YACC
be01d343 7071if test -n "$YACC"; then
81ecdfbb
RW
7072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7073$as_echo "$YACC" >&6; }
be01d343 7074else
81ecdfbb
RW
7075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7076$as_echo "no" >&6; }
be01d343
PB
7077fi
7078
81ecdfbb 7079
c6b750e1 7080 test -n "$YACC" && break
be01d343
PB
7081done
7082test -n "$YACC" || YACC="$MISSING bison -y"
7083
7084case " $build_configdirs " in
7085 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7086 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7087esac
7088
7089for ac_prog in bison
7090do
c6b750e1 7091 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7092set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7094$as_echo_n "checking for $ac_word... " >&6; }
7095if test "${ac_cv_prog_BISON+set}" = set; then :
7096 $as_echo_n "(cached) " >&6
be01d343
PB
7097else
7098 if test -n "$BISON"; then
7099 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7100else
c6b750e1
DJ
7101as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7102for as_dir in $PATH
7103do
7104 IFS=$as_save_IFS
7105 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7106 for ac_exec_ext in '' $ac_executable_extensions; do
7107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7108 ac_cv_prog_BISON="$ac_prog"
81ecdfbb 7109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7110 break 2
7111 fi
7112done
81ecdfbb
RW
7113 done
7114IFS=$as_save_IFS
c6b750e1 7115
be01d343
PB
7116fi
7117fi
c6b750e1 7118BISON=$ac_cv_prog_BISON
be01d343 7119if test -n "$BISON"; then
81ecdfbb
RW
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7121$as_echo "$BISON" >&6; }
be01d343 7122else
81ecdfbb
RW
7123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7124$as_echo "no" >&6; }
be01d343
PB
7125fi
7126
81ecdfbb 7127
c6b750e1 7128 test -n "$BISON" && break
be01d343
PB
7129done
7130test -n "$BISON" || BISON="$MISSING bison"
7131
7132case " $build_configdirs " in
7133 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7134esac
7135
7136for ac_prog in gm4 gnum4 m4
7137do
c6b750e1 7138 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7139set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7141$as_echo_n "checking for $ac_word... " >&6; }
7142if test "${ac_cv_prog_M4+set}" = set; then :
7143 $as_echo_n "(cached) " >&6
be01d343
PB
7144else
7145 if test -n "$M4"; then
7146 ac_cv_prog_M4="$M4" # Let the user override the test.
7147else
c6b750e1
DJ
7148as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7149for as_dir in $PATH
7150do
7151 IFS=$as_save_IFS
7152 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7153 for ac_exec_ext in '' $ac_executable_extensions; do
7154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7155 ac_cv_prog_M4="$ac_prog"
81ecdfbb 7156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7157 break 2
7158 fi
7159done
81ecdfbb
RW
7160 done
7161IFS=$as_save_IFS
c6b750e1 7162
be01d343
PB
7163fi
7164fi
c6b750e1 7165M4=$ac_cv_prog_M4
be01d343 7166if test -n "$M4"; then
81ecdfbb
RW
7167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7168$as_echo "$M4" >&6; }
be01d343 7169else
81ecdfbb
RW
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7171$as_echo "no" >&6; }
be01d343
PB
7172fi
7173
81ecdfbb 7174
c6b750e1 7175 test -n "$M4" && break
be01d343
PB
7176done
7177test -n "$M4" || M4="$MISSING m4"
7178
7179case " $build_configdirs " in
7180 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7181esac
7182
7183for ac_prog in flex lex
7184do
c6b750e1 7185 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7186set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7188$as_echo_n "checking for $ac_word... " >&6; }
7189if test "${ac_cv_prog_LEX+set}" = set; then :
7190 $as_echo_n "(cached) " >&6
be01d343
PB
7191else
7192 if test -n "$LEX"; then
7193 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7194else
c6b750e1
DJ
7195as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7196for as_dir in $PATH
7197do
7198 IFS=$as_save_IFS
7199 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7200 for ac_exec_ext in '' $ac_executable_extensions; do
7201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7202 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 7203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7204 break 2
7205 fi
7206done
81ecdfbb
RW
7207 done
7208IFS=$as_save_IFS
c6b750e1 7209
be01d343
PB
7210fi
7211fi
c6b750e1 7212LEX=$ac_cv_prog_LEX
be01d343 7213if test -n "$LEX"; then
81ecdfbb
RW
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7215$as_echo "$LEX" >&6; }
be01d343 7216else
81ecdfbb
RW
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7218$as_echo "no" >&6; }
be01d343
PB
7219fi
7220
81ecdfbb 7221
c6b750e1 7222 test -n "$LEX" && break
be01d343
PB
7223done
7224test -n "$LEX" || LEX="$MISSING flex"
7225
7226case " $build_configdirs " in
7227 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7228 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7229esac
7230
7231for ac_prog in flex
7232do
c6b750e1 7233 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7234set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7236$as_echo_n "checking for $ac_word... " >&6; }
7237if test "${ac_cv_prog_FLEX+set}" = set; then :
7238 $as_echo_n "(cached) " >&6
be01d343
PB
7239else
7240 if test -n "$FLEX"; then
7241 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7242else
c6b750e1
DJ
7243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7244for as_dir in $PATH
7245do
7246 IFS=$as_save_IFS
7247 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7248 for ac_exec_ext in '' $ac_executable_extensions; do
7249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7250 ac_cv_prog_FLEX="$ac_prog"
81ecdfbb 7251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7252 break 2
7253 fi
7254done
81ecdfbb
RW
7255 done
7256IFS=$as_save_IFS
c6b750e1 7257
be01d343
PB
7258fi
7259fi
c6b750e1 7260FLEX=$ac_cv_prog_FLEX
be01d343 7261if test -n "$FLEX"; then
81ecdfbb
RW
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7263$as_echo "$FLEX" >&6; }
be01d343 7264else
81ecdfbb
RW
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7266$as_echo "no" >&6; }
be01d343
PB
7267fi
7268
81ecdfbb 7269
c6b750e1 7270 test -n "$FLEX" && break
be01d343
PB
7271done
7272test -n "$FLEX" || FLEX="$MISSING flex"
7273
7274case " $build_configdirs " in
7275 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7276esac
7277
7278for ac_prog in makeinfo
7279do
c6b750e1 7280 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7281set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7283$as_echo_n "checking for $ac_word... " >&6; }
7284if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7285 $as_echo_n "(cached) " >&6
be01d343
PB
7286else
7287 if test -n "$MAKEINFO"; then
7288 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7289else
c6b750e1
DJ
7290as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7291for as_dir in $PATH
7292do
7293 IFS=$as_save_IFS
7294 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7295 for ac_exec_ext in '' $ac_executable_extensions; do
7296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7297 ac_cv_prog_MAKEINFO="$ac_prog"
81ecdfbb 7298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7299 break 2
7300 fi
7301done
81ecdfbb
RW
7302 done
7303IFS=$as_save_IFS
c6b750e1 7304
be01d343
PB
7305fi
7306fi
c6b750e1 7307MAKEINFO=$ac_cv_prog_MAKEINFO
be01d343 7308if test -n "$MAKEINFO"; then
81ecdfbb
RW
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7310$as_echo "$MAKEINFO" >&6; }
be01d343 7311else
81ecdfbb
RW
7312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7313$as_echo "no" >&6; }
be01d343
PB
7314fi
7315
81ecdfbb 7316
c6b750e1 7317 test -n "$MAKEINFO" && break
be01d343
PB
7318done
7319test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7320
7321case " $build_configdirs " in
7322 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7323 *)
7324
10ad8ef3 7325 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
7326 # higher, else we use the "missing" dummy.
7327 if ${MAKEINFO} --version \
10ad8ef3 7328 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
7329 :
7330 else
7331 MAKEINFO="$MISSING makeinfo"
7332 fi
7333 ;;
7334
7335esac
a0da8069 7336
be01d343 7337# FIXME: expect and dejagnu may become build tools?
a0da8069 7338
be01d343
PB
7339for ac_prog in expect
7340do
c6b750e1 7341 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7342set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7343{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7344$as_echo_n "checking for $ac_word... " >&6; }
7345if test "${ac_cv_prog_EXPECT+set}" = set; then :
7346 $as_echo_n "(cached) " >&6
be01d343
PB
7347else
7348 if test -n "$EXPECT"; then
7349 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7350else
c6b750e1
DJ
7351as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7352for as_dir in $PATH
7353do
7354 IFS=$as_save_IFS
7355 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7356 for ac_exec_ext in '' $ac_executable_extensions; do
7357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7358 ac_cv_prog_EXPECT="$ac_prog"
81ecdfbb 7359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7360 break 2
7361 fi
7362done
81ecdfbb
RW
7363 done
7364IFS=$as_save_IFS
c6b750e1 7365
be01d343
PB
7366fi
7367fi
c6b750e1 7368EXPECT=$ac_cv_prog_EXPECT
be01d343 7369if test -n "$EXPECT"; then
81ecdfbb
RW
7370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7371$as_echo "$EXPECT" >&6; }
be01d343 7372else
81ecdfbb
RW
7373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7374$as_echo "no" >&6; }
be01d343 7375fi
a0da8069 7376
81ecdfbb 7377
c6b750e1 7378 test -n "$EXPECT" && break
be01d343
PB
7379done
7380test -n "$EXPECT" || EXPECT="expect"
a0da8069 7381
be01d343
PB
7382case " $configdirs " in
7383 *" expect "*)
7384 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7385 ;;
7386esac
a0da8069 7387
be01d343
PB
7388for ac_prog in runtest
7389do
c6b750e1 7390 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7391set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7393$as_echo_n "checking for $ac_word... " >&6; }
7394if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7395 $as_echo_n "(cached) " >&6
be01d343
PB
7396else
7397 if test -n "$RUNTEST"; then
7398 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7399else
c6b750e1
DJ
7400as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7401for as_dir in $PATH
7402do
7403 IFS=$as_save_IFS
7404 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7405 for ac_exec_ext in '' $ac_executable_extensions; do
7406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7407 ac_cv_prog_RUNTEST="$ac_prog"
81ecdfbb 7408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7409 break 2
7410 fi
7411done
81ecdfbb
RW
7412 done
7413IFS=$as_save_IFS
c6b750e1 7414
be01d343
PB
7415fi
7416fi
c6b750e1 7417RUNTEST=$ac_cv_prog_RUNTEST
be01d343 7418if test -n "$RUNTEST"; then
81ecdfbb
RW
7419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7420$as_echo "$RUNTEST" >&6; }
be01d343 7421else
81ecdfbb
RW
7422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7423$as_echo "no" >&6; }
be01d343 7424fi
a0da8069 7425
81ecdfbb 7426
c6b750e1 7427 test -n "$RUNTEST" && break
be01d343
PB
7428done
7429test -n "$RUNTEST" || RUNTEST="runtest"
a0da8069 7430
be01d343
PB
7431case " $configdirs " in
7432 *" dejagnu "*)
6b89cc21 7433 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
7434 ;;
7435esac
a0da8069
NN
7436
7437
a0da8069 7438# Host tools.
859789af
AC
7439ncn_tool_prefix=
7440test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7441ncn_target_tool_prefix=
7442test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7443
9a819804
AO
7444
7445
7446if test -n "$AR"; then
7447 ac_cv_prog_AR=$AR
7448elif test -n "$ac_cv_prog_AR"; then
7449 AR=$ac_cv_prog_AR
7450fi
7451
7452if test -n "$ac_cv_prog_AR"; then
7453 for ncn_progname in ar; do
7454 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7455set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7457$as_echo_n "checking for $ac_word... " >&6; }
7458if test "${ac_cv_prog_AR+set}" = set; then :
7459 $as_echo_n "(cached) " >&6
9a819804
AO
7460else
7461 if test -n "$AR"; then
7462 ac_cv_prog_AR="$AR" # Let the user override the test.
7463else
7464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7465for as_dir in $PATH
7466do
7467 IFS=$as_save_IFS
7468 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7469 for ac_exec_ext in '' $ac_executable_extensions; do
7470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 7471 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 7472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
7473 break 2
7474 fi
7475done
81ecdfbb
RW
7476 done
7477IFS=$as_save_IFS
9a819804
AO
7478
7479fi
7480fi
7481AR=$ac_cv_prog_AR
7482if test -n "$AR"; then
81ecdfbb
RW
7483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7484$as_echo "$AR" >&6; }
9a819804 7485else
81ecdfbb
RW
7486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7487$as_echo "no" >&6; }
9a819804
AO
7488fi
7489
81ecdfbb 7490
9a819804
AO
7491 done
7492fi
7493
7494for ncn_progname in ar; do
05cbd757
PB
7495 if test -n "$ncn_tool_prefix"; then
7496 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7497set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
7498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7499$as_echo_n "checking for $ac_word... " >&6; }
7500if test "${ac_cv_prog_AR+set}" = set; then :
7501 $as_echo_n "(cached) " >&6
859789af
AC
7502else
7503 if test -n "$AR"; then
7504 ac_cv_prog_AR="$AR" # Let the user override the test.
7505else
c6b750e1
DJ
7506as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7507for as_dir in $PATH
7508do
7509 IFS=$as_save_IFS
7510 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7511 for ac_exec_ext in '' $ac_executable_extensions; do
7512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7513 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 7514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7515 break 2
7516 fi
7517done
81ecdfbb
RW
7518 done
7519IFS=$as_save_IFS
c6b750e1 7520
859789af
AC
7521fi
7522fi
c6b750e1 7523AR=$ac_cv_prog_AR
859789af 7524if test -n "$AR"; then
81ecdfbb
RW
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7526$as_echo "$AR" >&6; }
859789af 7527else
81ecdfbb
RW
7528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7529$as_echo "no" >&6; }
859789af
AC
7530fi
7531
81ecdfbb 7532
05cbd757
PB
7533 fi
7534 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
7535 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7536set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7538$as_echo_n "checking for $ac_word... " >&6; }
7539if test "${ac_cv_prog_AR+set}" = set; then :
7540 $as_echo_n "(cached) " >&6
859789af 7541else
05cbd757
PB
7542 if test -n "$AR"; then
7543 ac_cv_prog_AR="$AR" # Let the user override the test.
859789af 7544else
c6b750e1
DJ
7545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7546for as_dir in $PATH
7547do
7548 IFS=$as_save_IFS
7549 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7550 for ac_exec_ext in '' $ac_executable_extensions; do
7551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7552 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 7553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7554 break 2
7555 fi
7556done
81ecdfbb
RW
7557 done
7558IFS=$as_save_IFS
c6b750e1 7559
859789af
AC
7560fi
7561fi
c6b750e1 7562AR=$ac_cv_prog_AR
05cbd757 7563if test -n "$AR"; then
81ecdfbb
RW
7564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7565$as_echo "$AR" >&6; }
859789af 7566else
81ecdfbb
RW
7567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7568$as_echo "no" >&6; }
859789af 7569fi
c6b750e1 7570
81ecdfbb 7571
05cbd757
PB
7572 fi
7573 test -n "$ac_cv_prog_AR" && break
7574done
7575
7576if test -z "$ac_cv_prog_AR" ; then
7577 set dummy ar
7578 if test $build = $host ; then
7579 AR="$2"
859789af 7580 else
05cbd757 7581 AR="${ncn_tool_prefix}$2"
859789af 7582 fi
859789af
AC
7583fi
7584
9a819804
AO
7585
7586
7587if test -n "$AS"; then
7588 ac_cv_prog_AS=$AS
7589elif test -n "$ac_cv_prog_AS"; then
7590 AS=$ac_cv_prog_AS
7591fi
7592
7593if test -n "$ac_cv_prog_AS"; then
7594 for ncn_progname in as; do
7595 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7596set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7598$as_echo_n "checking for $ac_word... " >&6; }
7599if test "${ac_cv_prog_AS+set}" = set; then :
7600 $as_echo_n "(cached) " >&6
9a819804
AO
7601else
7602 if test -n "$AS"; then
7603 ac_cv_prog_AS="$AS" # Let the user override the test.
7604else
7605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7606for as_dir in $PATH
7607do
7608 IFS=$as_save_IFS
7609 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7610 for ac_exec_ext in '' $ac_executable_extensions; do
7611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 7612 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 7613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
7614 break 2
7615 fi
7616done
81ecdfbb
RW
7617 done
7618IFS=$as_save_IFS
9a819804
AO
7619
7620fi
7621fi
7622AS=$ac_cv_prog_AS
7623if test -n "$AS"; then
81ecdfbb
RW
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
7625$as_echo "$AS" >&6; }
9a819804 7626else
81ecdfbb
RW
7627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7628$as_echo "no" >&6; }
9a819804
AO
7629fi
7630
81ecdfbb 7631
9a819804
AO
7632 done
7633fi
7634
7635for ncn_progname in as; do
05cbd757
PB
7636 if test -n "$ncn_tool_prefix"; then
7637 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7638set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
7639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7640$as_echo_n "checking for $ac_word... " >&6; }
7641if test "${ac_cv_prog_AS+set}" = set; then :
7642 $as_echo_n "(cached) " >&6
859789af
AC
7643else
7644 if test -n "$AS"; then
7645 ac_cv_prog_AS="$AS" # Let the user override the test.
c6b750e1
DJ
7646else
7647as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7648for as_dir in $PATH
7649do
7650 IFS=$as_save_IFS
7651 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7652 for ac_exec_ext in '' $ac_executable_extensions; do
7653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7654 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 7655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7656 break 2
7657 fi
7658done
81ecdfbb
RW
7659 done
7660IFS=$as_save_IFS
c6b750e1 7661
859789af
AC
7662fi
7663fi
c6b750e1 7664AS=$ac_cv_prog_AS
859789af 7665if test -n "$AS"; then
81ecdfbb
RW
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
7667$as_echo "$AS" >&6; }
859789af 7668else
81ecdfbb
RW
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7670$as_echo "no" >&6; }
859789af
AC
7671fi
7672
81ecdfbb 7673
05cbd757
PB
7674 fi
7675 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
7676 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7677set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7679$as_echo_n "checking for $ac_word... " >&6; }
7680if test "${ac_cv_prog_AS+set}" = set; then :
7681 $as_echo_n "(cached) " >&6
859789af 7682else
05cbd757
PB
7683 if test -n "$AS"; then
7684 ac_cv_prog_AS="$AS" # Let the user override the test.
859789af 7685else
c6b750e1
DJ
7686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7687for as_dir in $PATH
7688do
7689 IFS=$as_save_IFS
7690 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7691 for ac_exec_ext in '' $ac_executable_extensions; do
7692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7693 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 7694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7695 break 2
7696 fi
7697done
81ecdfbb
RW
7698 done
7699IFS=$as_save_IFS
c6b750e1 7700
859789af
AC
7701fi
7702fi
c6b750e1 7703AS=$ac_cv_prog_AS
05cbd757 7704if test -n "$AS"; then
81ecdfbb
RW
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
7706$as_echo "$AS" >&6; }
859789af 7707else
81ecdfbb
RW
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7709$as_echo "no" >&6; }
859789af 7710fi
c6b750e1 7711
81ecdfbb 7712
05cbd757
PB
7713 fi
7714 test -n "$ac_cv_prog_AS" && break
7715done
7716
7717if test -z "$ac_cv_prog_AS" ; then
7718 set dummy as
7719 if test $build = $host ; then
7720 AS="$2"
859789af 7721 else
05cbd757 7722 AS="${ncn_tool_prefix}$2"
859789af 7723 fi
859789af
AC
7724fi
7725
9a819804
AO
7726
7727
7728if test -n "$DLLTOOL"; then
7729 ac_cv_prog_DLLTOOL=$DLLTOOL
7730elif test -n "$ac_cv_prog_DLLTOOL"; then
7731 DLLTOOL=$ac_cv_prog_DLLTOOL
7732fi
7733
7734if test -n "$ac_cv_prog_DLLTOOL"; then
7735 for ncn_progname in dlltool; do
7736 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7737set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7739$as_echo_n "checking for $ac_word... " >&6; }
7740if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7741 $as_echo_n "(cached) " >&6
9a819804
AO
7742else
7743 if test -n "$DLLTOOL"; then
7744 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7745else
7746as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7747for as_dir in $PATH
7748do
7749 IFS=$as_save_IFS
7750 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7751 for ac_exec_ext in '' $ac_executable_extensions; do
7752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 7753 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 7754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
7755 break 2
7756 fi
7757done
81ecdfbb
RW
7758 done
7759IFS=$as_save_IFS
9a819804
AO
7760
7761fi
7762fi
7763DLLTOOL=$ac_cv_prog_DLLTOOL
7764if test -n "$DLLTOOL"; then
81ecdfbb
RW
7765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7766$as_echo "$DLLTOOL" >&6; }
9a819804 7767else
81ecdfbb
RW
7768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7769$as_echo "no" >&6; }
9a819804
AO
7770fi
7771
81ecdfbb 7772
9a819804
AO
7773 done
7774fi
7775
7776for ncn_progname in dlltool; do
05cbd757
PB
7777 if test -n "$ncn_tool_prefix"; then
7778 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7779set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
7780{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7781$as_echo_n "checking for $ac_word... " >&6; }
7782if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7783 $as_echo_n "(cached) " >&6
859789af
AC
7784else
7785 if test -n "$DLLTOOL"; then
7786 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7787else
c6b750e1
DJ
7788as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7789for as_dir in $PATH
7790do
7791 IFS=$as_save_IFS
7792 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7793 for ac_exec_ext in '' $ac_executable_extensions; do
7794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7795 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 7796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7797 break 2
7798 fi
7799done
81ecdfbb
RW
7800 done
7801IFS=$as_save_IFS
c6b750e1 7802
859789af
AC
7803fi
7804fi
c6b750e1 7805DLLTOOL=$ac_cv_prog_DLLTOOL
859789af 7806if test -n "$DLLTOOL"; then
81ecdfbb
RW
7807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7808$as_echo "$DLLTOOL" >&6; }
859789af 7809else
81ecdfbb
RW
7810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7811$as_echo "no" >&6; }
859789af
AC
7812fi
7813
81ecdfbb 7814
05cbd757
PB
7815 fi
7816 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
7817 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7818set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7820$as_echo_n "checking for $ac_word... " >&6; }
7821if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7822 $as_echo_n "(cached) " >&6
859789af 7823else
05cbd757
PB
7824 if test -n "$DLLTOOL"; then
7825 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
859789af 7826else
c6b750e1
DJ
7827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7828for as_dir in $PATH
7829do
7830 IFS=$as_save_IFS
7831 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7832 for ac_exec_ext in '' $ac_executable_extensions; do
7833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7834 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 7835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7836 break 2
7837 fi
7838done
81ecdfbb
RW
7839 done
7840IFS=$as_save_IFS
c6b750e1 7841
859789af
AC
7842fi
7843fi
c6b750e1 7844DLLTOOL=$ac_cv_prog_DLLTOOL
05cbd757 7845if test -n "$DLLTOOL"; then
81ecdfbb
RW
7846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7847$as_echo "$DLLTOOL" >&6; }
859789af 7848else
81ecdfbb
RW
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7850$as_echo "no" >&6; }
859789af 7851fi
c6b750e1 7852
81ecdfbb 7853
05cbd757
PB
7854 fi
7855 test -n "$ac_cv_prog_DLLTOOL" && break
7856done
7857
7858if test -z "$ac_cv_prog_DLLTOOL" ; then
7859 set dummy dlltool
7860 if test $build = $host ; then
7861 DLLTOOL="$2"
859789af 7862 else
05cbd757 7863 DLLTOOL="${ncn_tool_prefix}$2"
859789af 7864 fi
859789af
AC
7865fi
7866
9a819804
AO
7867
7868
7869if test -n "$LD"; then
7870 ac_cv_prog_LD=$LD
7871elif test -n "$ac_cv_prog_LD"; then
7872 LD=$ac_cv_prog_LD
7873fi
7874
7875if test -n "$ac_cv_prog_LD"; then
7876 for ncn_progname in ld; do
7877 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7878set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7880$as_echo_n "checking for $ac_word... " >&6; }
7881if test "${ac_cv_prog_LD+set}" = set; then :
7882 $as_echo_n "(cached) " >&6
9a819804
AO
7883else
7884 if test -n "$LD"; then
7885 ac_cv_prog_LD="$LD" # Let the user override the test.
7886else
7887as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7888for as_dir in $PATH
7889do
7890 IFS=$as_save_IFS
7891 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7892 for ac_exec_ext in '' $ac_executable_extensions; do
7893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 7894 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 7895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
7896 break 2
7897 fi
7898done
81ecdfbb
RW
7899 done
7900IFS=$as_save_IFS
9a819804
AO
7901
7902fi
7903fi
7904LD=$ac_cv_prog_LD
7905if test -n "$LD"; then
81ecdfbb
RW
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7907$as_echo "$LD" >&6; }
9a819804 7908else
81ecdfbb
RW
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7910$as_echo "no" >&6; }
9a819804
AO
7911fi
7912
81ecdfbb 7913
9a819804
AO
7914 done
7915fi
7916
7917for ncn_progname in ld; do
05cbd757
PB
7918 if test -n "$ncn_tool_prefix"; then
7919 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7920set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
7921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7922$as_echo_n "checking for $ac_word... " >&6; }
7923if test "${ac_cv_prog_LD+set}" = set; then :
7924 $as_echo_n "(cached) " >&6
859789af
AC
7925else
7926 if test -n "$LD"; then
7927 ac_cv_prog_LD="$LD" # Let the user override the test.
7928else
c6b750e1
DJ
7929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7930for as_dir in $PATH
7931do
7932 IFS=$as_save_IFS
7933 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7934 for ac_exec_ext in '' $ac_executable_extensions; do
7935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7936 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 7937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7938 break 2
7939 fi
7940done
81ecdfbb
RW
7941 done
7942IFS=$as_save_IFS
c6b750e1 7943
859789af
AC
7944fi
7945fi
c6b750e1 7946LD=$ac_cv_prog_LD
859789af 7947if test -n "$LD"; then
81ecdfbb
RW
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7949$as_echo "$LD" >&6; }
859789af 7950else
81ecdfbb
RW
7951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7952$as_echo "no" >&6; }
859789af
AC
7953fi
7954
81ecdfbb 7955
05cbd757
PB
7956 fi
7957 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
7958 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7959set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7961$as_echo_n "checking for $ac_word... " >&6; }
7962if test "${ac_cv_prog_LD+set}" = set; then :
7963 $as_echo_n "(cached) " >&6
859789af 7964else
05cbd757
PB
7965 if test -n "$LD"; then
7966 ac_cv_prog_LD="$LD" # Let the user override the test.
376a0e54 7967else
c6b750e1
DJ
7968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7969for as_dir in $PATH
7970do
7971 IFS=$as_save_IFS
7972 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7973 for ac_exec_ext in '' $ac_executable_extensions; do
7974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7975 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 7976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7977 break 2
7978 fi
7979done
81ecdfbb
RW
7980 done
7981IFS=$as_save_IFS
c6b750e1 7982
859789af
AC
7983fi
7984fi
c6b750e1 7985LD=$ac_cv_prog_LD
05cbd757 7986if test -n "$LD"; then
81ecdfbb
RW
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7988$as_echo "$LD" >&6; }
859789af 7989else
81ecdfbb
RW
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7991$as_echo "no" >&6; }
859789af 7992fi
c6b750e1 7993
81ecdfbb 7994
05cbd757
PB
7995 fi
7996 test -n "$ac_cv_prog_LD" && break
7997done
7998
7999if test -z "$ac_cv_prog_LD" ; then
8000 set dummy ld
8001 if test $build = $host ; then
8002 LD="$2"
859789af 8003 else
05cbd757 8004 LD="${ncn_tool_prefix}$2"
859789af 8005 fi
859789af
AC
8006fi
8007
9a819804
AO
8008
8009
8010if test -n "$LIPO"; then
8011 ac_cv_prog_LIPO=$LIPO
8012elif test -n "$ac_cv_prog_LIPO"; then
8013 LIPO=$ac_cv_prog_LIPO
8014fi
8015
8016if test -n "$ac_cv_prog_LIPO"; then
8017 for ncn_progname in lipo; do
8018 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8019set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8020{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8021$as_echo_n "checking for $ac_word... " >&6; }
8022if test "${ac_cv_prog_LIPO+set}" = set; then :
8023 $as_echo_n "(cached) " >&6
9a819804
AO
8024else
8025 if test -n "$LIPO"; then
8026 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8027else
8028as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8029for as_dir in $PATH
8030do
8031 IFS=$as_save_IFS
8032 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8033 for ac_exec_ext in '' $ac_executable_extensions; do
8034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8035 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8037 break 2
8038 fi
8039done
81ecdfbb
RW
8040 done
8041IFS=$as_save_IFS
9a819804
AO
8042
8043fi
8044fi
8045LIPO=$ac_cv_prog_LIPO
8046if test -n "$LIPO"; then
81ecdfbb
RW
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8048$as_echo "$LIPO" >&6; }
9a819804 8049else
81ecdfbb
RW
8050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8051$as_echo "no" >&6; }
9a819804
AO
8052fi
8053
81ecdfbb 8054
9a819804
AO
8055 done
8056fi
8057
8058for ncn_progname in lipo; do
be01d343
PB
8059 if test -n "$ncn_tool_prefix"; then
8060 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8061set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8063$as_echo_n "checking for $ac_word... " >&6; }
8064if test "${ac_cv_prog_LIPO+set}" = set; then :
8065 $as_echo_n "(cached) " >&6
be01d343
PB
8066else
8067 if test -n "$LIPO"; then
8068 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8069else
c6b750e1
DJ
8070as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8071for as_dir in $PATH
8072do
8073 IFS=$as_save_IFS
8074 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8075 for ac_exec_ext in '' $ac_executable_extensions; do
8076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8077 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8079 break 2
8080 fi
8081done
81ecdfbb
RW
8082 done
8083IFS=$as_save_IFS
c6b750e1 8084
be01d343
PB
8085fi
8086fi
c6b750e1 8087LIPO=$ac_cv_prog_LIPO
be01d343 8088if test -n "$LIPO"; then
81ecdfbb
RW
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8090$as_echo "$LIPO" >&6; }
be01d343 8091else
81ecdfbb
RW
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8093$as_echo "no" >&6; }
be01d343
PB
8094fi
8095
81ecdfbb 8096
be01d343
PB
8097 fi
8098 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8099 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8100set dummy ${ncn_progname}; 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_LIPO+set}" = set; then :
8104 $as_echo_n "(cached) " >&6
be01d343
PB
8105else
8106 if test -n "$LIPO"; then
8107 ac_cv_prog_LIPO="$LIPO" # 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_LIPO="${ncn_progname}"
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 8126LIPO=$ac_cv_prog_LIPO
be01d343 8127if test -n "$LIPO"; then
81ecdfbb
RW
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8129$as_echo "$LIPO" >&6; }
be01d343 8130else
81ecdfbb
RW
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8132$as_echo "no" >&6; }
be01d343 8133fi
c6b750e1 8134
81ecdfbb 8135
be01d343
PB
8136 fi
8137 test -n "$ac_cv_prog_LIPO" && break
8138done
8139
8140if test -z "$ac_cv_prog_LIPO" ; then
8141 set dummy lipo
8142 if test $build = $host ; then
8143 LIPO="$2"
8144 else
8145 LIPO="${ncn_tool_prefix}$2"
8146 fi
8147fi
8148
9a819804
AO
8149
8150
8151if test -n "$NM"; then
8152 ac_cv_prog_NM=$NM
8153elif test -n "$ac_cv_prog_NM"; then
8154 NM=$ac_cv_prog_NM
8155fi
8156
8157if test -n "$ac_cv_prog_NM"; then
8158 for ncn_progname in nm; do
8159 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8160set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8162$as_echo_n "checking for $ac_word... " >&6; }
8163if test "${ac_cv_prog_NM+set}" = set; then :
8164 $as_echo_n "(cached) " >&6
859789af
AC
8165else
8166 if test -n "$NM"; then
8167 ac_cv_prog_NM="$NM" # Let the user override the test.
8168else
c6b750e1
DJ
8169as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8170for as_dir in $PATH
8171do
8172 IFS=$as_save_IFS
8173 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8174 for ac_exec_ext in '' $ac_executable_extensions; do
8175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8176 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8178 break 2
8179 fi
8180done
81ecdfbb
RW
8181 done
8182IFS=$as_save_IFS
c6b750e1 8183
859789af
AC
8184fi
8185fi
c6b750e1 8186NM=$ac_cv_prog_NM
859789af 8187if test -n "$NM"; then
81ecdfbb
RW
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8189$as_echo "$NM" >&6; }
859789af 8190else
81ecdfbb
RW
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8192$as_echo "no" >&6; }
859789af
AC
8193fi
8194
81ecdfbb 8195
9a819804
AO
8196 done
8197fi
8198
8199for ncn_progname in nm; do
8200 if test -n "$ncn_tool_prefix"; then
8201 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8202set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8204$as_echo_n "checking for $ac_word... " >&6; }
8205if test "${ac_cv_prog_NM+set}" = set; then :
8206 $as_echo_n "(cached) " >&6
859789af 8207else
05cbd757
PB
8208 if test -n "$NM"; then
8209 ac_cv_prog_NM="$NM" # Let the user override the test.
859789af 8210else
c6b750e1
DJ
8211as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8212for as_dir in $PATH
8213do
8214 IFS=$as_save_IFS
8215 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8216 for ac_exec_ext in '' $ac_executable_extensions; do
8217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8218 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8219 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8220 break 2
8221 fi
8222done
81ecdfbb
RW
8223 done
8224IFS=$as_save_IFS
c6b750e1 8225
859789af
AC
8226fi
8227fi
c6b750e1 8228NM=$ac_cv_prog_NM
05cbd757 8229if test -n "$NM"; then
81ecdfbb
RW
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8231$as_echo "$NM" >&6; }
859789af 8232else
81ecdfbb
RW
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8234$as_echo "no" >&6; }
859789af 8235fi
c6b750e1 8236
81ecdfbb 8237
05cbd757 8238 fi
9a819804
AO
8239 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8240 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8241set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8243$as_echo_n "checking for $ac_word... " >&6; }
8244if test "${ac_cv_prog_NM+set}" = set; then :
8245 $as_echo_n "(cached) " >&6
9a819804
AO
8246else
8247 if test -n "$NM"; then
8248 ac_cv_prog_NM="$NM" # Let the user override the test.
8249else
8250as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8251for as_dir in $PATH
8252do
8253 IFS=$as_save_IFS
8254 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8255 for ac_exec_ext in '' $ac_executable_extensions; do
8256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8257 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8259 break 2
8260 fi
8261done
81ecdfbb
RW
8262 done
8263IFS=$as_save_IFS
9a819804
AO
8264
8265fi
8266fi
8267NM=$ac_cv_prog_NM
8268if test -n "$NM"; then
81ecdfbb
RW
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8270$as_echo "$NM" >&6; }
9a819804 8271else
81ecdfbb
RW
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8273$as_echo "no" >&6; }
9a819804
AO
8274fi
8275
81ecdfbb 8276
9a819804
AO
8277 fi
8278 test -n "$ac_cv_prog_NM" && break
8279done
8280
8281if test -z "$ac_cv_prog_NM" ; then
8282 set dummy nm
8283 if test $build = $host ; then
8284 NM="$2"
8285 else
8286 NM="${ncn_tool_prefix}$2"
8287 fi
8288fi
8289
8290
8291
8292if test -n "$RANLIB"; then
8293 ac_cv_prog_RANLIB=$RANLIB
8294elif test -n "$ac_cv_prog_RANLIB"; then
8295 RANLIB=$ac_cv_prog_RANLIB
8296fi
8297
8298if test -n "$ac_cv_prog_RANLIB"; then
8299 for ncn_progname in ranlib; do
8300 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8301set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8303$as_echo_n "checking for $ac_word... " >&6; }
8304if test "${ac_cv_prog_RANLIB+set}" = set; then :
8305 $as_echo_n "(cached) " >&6
9a819804
AO
8306else
8307 if test -n "$RANLIB"; then
8308 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8309else
8310as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8311for as_dir in $PATH
8312do
8313 IFS=$as_save_IFS
8314 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8315 for ac_exec_ext in '' $ac_executable_extensions; do
8316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8317 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8319 break 2
8320 fi
8321done
81ecdfbb
RW
8322 done
8323IFS=$as_save_IFS
9a819804
AO
8324
8325fi
8326fi
8327RANLIB=$ac_cv_prog_RANLIB
8328if test -n "$RANLIB"; then
81ecdfbb
RW
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8330$as_echo "$RANLIB" >&6; }
9a819804 8331else
81ecdfbb
RW
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8333$as_echo "no" >&6; }
9a819804
AO
8334fi
8335
81ecdfbb 8336
9a819804
AO
8337 done
8338fi
859789af 8339
9a819804 8340for ncn_progname in ranlib; do
05cbd757
PB
8341 if test -n "$ncn_tool_prefix"; then
8342 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8343set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8345$as_echo_n "checking for $ac_word... " >&6; }
8346if test "${ac_cv_prog_RANLIB+set}" = set; then :
8347 $as_echo_n "(cached) " >&6
859789af
AC
8348else
8349 if test -n "$RANLIB"; then
8350 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8351else
c6b750e1
DJ
8352as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8353for as_dir in $PATH
8354do
8355 IFS=$as_save_IFS
8356 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8357 for ac_exec_ext in '' $ac_executable_extensions; do
8358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8359 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8361 break 2
8362 fi
8363done
81ecdfbb
RW
8364 done
8365IFS=$as_save_IFS
c6b750e1 8366
859789af
AC
8367fi
8368fi
c6b750e1 8369RANLIB=$ac_cv_prog_RANLIB
859789af 8370if test -n "$RANLIB"; then
81ecdfbb
RW
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8372$as_echo "$RANLIB" >&6; }
859789af 8373else
81ecdfbb
RW
8374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8375$as_echo "no" >&6; }
859789af
AC
8376fi
8377
81ecdfbb 8378
05cbd757
PB
8379 fi
8380 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8381 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8382set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8384$as_echo_n "checking for $ac_word... " >&6; }
8385if test "${ac_cv_prog_RANLIB+set}" = set; then :
8386 $as_echo_n "(cached) " >&6
859789af 8387else
05cbd757
PB
8388 if test -n "$RANLIB"; then
8389 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
859789af 8390else
c6b750e1
DJ
8391as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8392for as_dir in $PATH
8393do
8394 IFS=$as_save_IFS
8395 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8396 for ac_exec_ext in '' $ac_executable_extensions; do
8397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8398 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8400 break 2
8401 fi
8402done
81ecdfbb
RW
8403 done
8404IFS=$as_save_IFS
c6b750e1 8405
859789af
AC
8406fi
8407fi
c6b750e1 8408RANLIB=$ac_cv_prog_RANLIB
05cbd757 8409if test -n "$RANLIB"; then
81ecdfbb
RW
8410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8411$as_echo "$RANLIB" >&6; }
859789af 8412else
81ecdfbb
RW
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8414$as_echo "no" >&6; }
859789af 8415fi
c6b750e1 8416
81ecdfbb 8417
859789af 8418 fi
05cbd757
PB
8419 test -n "$ac_cv_prog_RANLIB" && break
8420done
8421
8422if test -z "$ac_cv_prog_RANLIB" ; then
8423 RANLIB=":"
859789af
AC
8424fi
8425
9a819804
AO
8426
8427
8428if test -n "$STRIP"; then
8429 ac_cv_prog_STRIP=$STRIP
8430elif test -n "$ac_cv_prog_STRIP"; then
8431 STRIP=$ac_cv_prog_STRIP
8432fi
8433
8434if test -n "$ac_cv_prog_STRIP"; then
8435 for ncn_progname in strip; do
8436 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8437set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8439$as_echo_n "checking for $ac_word... " >&6; }
8440if test "${ac_cv_prog_STRIP+set}" = set; then :
8441 $as_echo_n "(cached) " >&6
9a819804
AO
8442else
8443 if test -n "$STRIP"; then
8444 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8445else
8446as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8447for as_dir in $PATH
8448do
8449 IFS=$as_save_IFS
8450 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8451 for ac_exec_ext in '' $ac_executable_extensions; do
8452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8453 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 8454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8455 break 2
8456 fi
8457done
81ecdfbb
RW
8458 done
8459IFS=$as_save_IFS
9a819804
AO
8460
8461fi
8462fi
8463STRIP=$ac_cv_prog_STRIP
8464if test -n "$STRIP"; then
81ecdfbb
RW
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8466$as_echo "$STRIP" >&6; }
9a819804 8467else
81ecdfbb
RW
8468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8469$as_echo "no" >&6; }
9a819804
AO
8470fi
8471
81ecdfbb 8472
9a819804
AO
8473 done
8474fi
8475
8476for ncn_progname in strip; do
be01d343
PB
8477 if test -n "$ncn_tool_prefix"; then
8478 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8479set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8481$as_echo_n "checking for $ac_word... " >&6; }
8482if test "${ac_cv_prog_STRIP+set}" = set; then :
8483 $as_echo_n "(cached) " >&6
be01d343
PB
8484else
8485 if test -n "$STRIP"; then
8486 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8487else
c6b750e1
DJ
8488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8489for as_dir in $PATH
8490do
8491 IFS=$as_save_IFS
8492 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8493 for ac_exec_ext in '' $ac_executable_extensions; do
8494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8495 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8497 break 2
8498 fi
8499done
81ecdfbb
RW
8500 done
8501IFS=$as_save_IFS
c6b750e1 8502
be01d343
PB
8503fi
8504fi
c6b750e1 8505STRIP=$ac_cv_prog_STRIP
be01d343 8506if test -n "$STRIP"; then
81ecdfbb
RW
8507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8508$as_echo "$STRIP" >&6; }
be01d343 8509else
81ecdfbb
RW
8510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8511$as_echo "no" >&6; }
be01d343
PB
8512fi
8513
81ecdfbb 8514
be01d343
PB
8515 fi
8516 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
8517 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8518set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8520$as_echo_n "checking for $ac_word... " >&6; }
8521if test "${ac_cv_prog_STRIP+set}" = set; then :
8522 $as_echo_n "(cached) " >&6
be01d343
PB
8523else
8524 if test -n "$STRIP"; then
8525 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8526else
c6b750e1
DJ
8527as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8528for as_dir in $PATH
8529do
8530 IFS=$as_save_IFS
8531 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8532 for ac_exec_ext in '' $ac_executable_extensions; do
8533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8534 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 8535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8536 break 2
8537 fi
8538done
81ecdfbb
RW
8539 done
8540IFS=$as_save_IFS
c6b750e1 8541
be01d343
PB
8542fi
8543fi
c6b750e1 8544STRIP=$ac_cv_prog_STRIP
be01d343 8545if test -n "$STRIP"; then
81ecdfbb
RW
8546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8547$as_echo "$STRIP" >&6; }
be01d343 8548else
81ecdfbb
RW
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8550$as_echo "no" >&6; }
be01d343 8551fi
c6b750e1 8552
81ecdfbb 8553
be01d343
PB
8554 fi
8555 test -n "$ac_cv_prog_STRIP" && break
8556done
8557
8558if test -z "$ac_cv_prog_STRIP" ; then
8559 STRIP=":"
8560fi
8561
9a819804
AO
8562
8563
8564if test -n "$WINDRES"; then
8565 ac_cv_prog_WINDRES=$WINDRES
8566elif test -n "$ac_cv_prog_WINDRES"; then
8567 WINDRES=$ac_cv_prog_WINDRES
8568fi
8569
8570if test -n "$ac_cv_prog_WINDRES"; then
8571 for ncn_progname in windres; do
8572 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8573set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8575$as_echo_n "checking for $ac_word... " >&6; }
8576if test "${ac_cv_prog_WINDRES+set}" = set; then :
8577 $as_echo_n "(cached) " >&6
9a819804
AO
8578else
8579 if test -n "$WINDRES"; then
8580 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
8581else
8582as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8583for as_dir in $PATH
8584do
8585 IFS=$as_save_IFS
8586 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8587 for ac_exec_ext in '' $ac_executable_extensions; do
8588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8589 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 8590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8591 break 2
8592 fi
8593done
81ecdfbb
RW
8594 done
8595IFS=$as_save_IFS
9a819804
AO
8596
8597fi
8598fi
8599WINDRES=$ac_cv_prog_WINDRES
8600if test -n "$WINDRES"; then
81ecdfbb
RW
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
8602$as_echo "$WINDRES" >&6; }
9a819804 8603else
81ecdfbb
RW
8604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8605$as_echo "no" >&6; }
9a819804
AO
8606fi
8607
81ecdfbb 8608
9a819804
AO
8609 done
8610fi
8611
8612for ncn_progname in windres; do
05cbd757
PB
8613 if test -n "$ncn_tool_prefix"; then
8614 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8615set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8617$as_echo_n "checking for $ac_word... " >&6; }
8618if test "${ac_cv_prog_WINDRES+set}" = set; then :
8619 $as_echo_n "(cached) " >&6
859789af
AC
8620else
8621 if test -n "$WINDRES"; then
8622 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
8623else
c6b750e1
DJ
8624as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8625for as_dir in $PATH
8626do
8627 IFS=$as_save_IFS
8628 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8629 for ac_exec_ext in '' $ac_executable_extensions; do
8630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8631 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8633 break 2
8634 fi
8635done
81ecdfbb
RW
8636 done
8637IFS=$as_save_IFS
c6b750e1 8638
859789af
AC
8639fi
8640fi
c6b750e1 8641WINDRES=$ac_cv_prog_WINDRES
859789af 8642if test -n "$WINDRES"; then
81ecdfbb
RW
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
8644$as_echo "$WINDRES" >&6; }
859789af 8645else
81ecdfbb
RW
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8647$as_echo "no" >&6; }
859789af
AC
8648fi
8649
81ecdfbb 8650
05cbd757
PB
8651 fi
8652 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
8653 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8654set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8656$as_echo_n "checking for $ac_word... " >&6; }
8657if test "${ac_cv_prog_WINDRES+set}" = set; then :
8658 $as_echo_n "(cached) " >&6
859789af 8659else
05cbd757
PB
8660 if test -n "$WINDRES"; then
8661 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
859789af 8662else
c6b750e1
DJ
8663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8664for as_dir in $PATH
8665do
8666 IFS=$as_save_IFS
8667 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8668 for ac_exec_ext in '' $ac_executable_extensions; do
8669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8670 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 8671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8672 break 2
8673 fi
8674done
81ecdfbb
RW
8675 done
8676IFS=$as_save_IFS
c6b750e1 8677
859789af
AC
8678fi
8679fi
c6b750e1 8680WINDRES=$ac_cv_prog_WINDRES
05cbd757 8681if test -n "$WINDRES"; then
81ecdfbb
RW
8682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
8683$as_echo "$WINDRES" >&6; }
859789af 8684else
81ecdfbb
RW
8685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8686$as_echo "no" >&6; }
859789af 8687fi
c6b750e1 8688
81ecdfbb 8689
05cbd757
PB
8690 fi
8691 test -n "$ac_cv_prog_WINDRES" && break
8692done
8693
8694if test -z "$ac_cv_prog_WINDRES" ; then
8695 set dummy windres
8696 if test $build = $host ; then
8697 WINDRES="$2"
859789af 8698 else
05cbd757 8699 WINDRES="${ncn_tool_prefix}$2"
859789af 8700 fi
859789af
AC
8701fi
8702
9a819804
AO
8703
8704
0c24b341
NC
8705if test -n "$WINDMC"; then
8706 ac_cv_prog_WINDMC=$WINDMC
8707elif test -n "$ac_cv_prog_WINDMC"; then
8708 WINDMC=$ac_cv_prog_WINDMC
8709fi
8710
8711if test -n "$ac_cv_prog_WINDMC"; then
8712 for ncn_progname in windmc; do
8713 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8714set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8716$as_echo_n "checking for $ac_word... " >&6; }
8717if test "${ac_cv_prog_WINDMC+set}" = set; then :
8718 $as_echo_n "(cached) " >&6
0c24b341
NC
8719else
8720 if test -n "$WINDMC"; then
8721 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8722else
8723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8724for as_dir in $PATH
8725do
8726 IFS=$as_save_IFS
8727 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8728 for ac_exec_ext in '' $ac_executable_extensions; do
8729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 8730 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 8731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
8732 break 2
8733 fi
8734done
81ecdfbb
RW
8735 done
8736IFS=$as_save_IFS
0c24b341
NC
8737
8738fi
8739fi
8740WINDMC=$ac_cv_prog_WINDMC
8741if test -n "$WINDMC"; then
81ecdfbb
RW
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
8743$as_echo "$WINDMC" >&6; }
0c24b341 8744else
81ecdfbb
RW
8745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8746$as_echo "no" >&6; }
0c24b341
NC
8747fi
8748
81ecdfbb 8749
0c24b341
NC
8750 done
8751fi
8752
8753for ncn_progname in windmc; do
8754 if test -n "$ncn_tool_prefix"; then
8755 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8756set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8758$as_echo_n "checking for $ac_word... " >&6; }
8759if test "${ac_cv_prog_WINDMC+set}" = set; then :
8760 $as_echo_n "(cached) " >&6
0c24b341
NC
8761else
8762 if test -n "$WINDMC"; then
8763 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8764else
8765as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8766for as_dir in $PATH
8767do
8768 IFS=$as_save_IFS
8769 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8770 for ac_exec_ext in '' $ac_executable_extensions; do
8771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 8772 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
8774 break 2
8775 fi
8776done
81ecdfbb
RW
8777 done
8778IFS=$as_save_IFS
0c24b341
NC
8779
8780fi
8781fi
8782WINDMC=$ac_cv_prog_WINDMC
8783if test -n "$WINDMC"; then
81ecdfbb
RW
8784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
8785$as_echo "$WINDMC" >&6; }
0c24b341 8786else
81ecdfbb
RW
8787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8788$as_echo "no" >&6; }
0c24b341
NC
8789fi
8790
81ecdfbb 8791
0c24b341
NC
8792 fi
8793 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
8794 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8795set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8797$as_echo_n "checking for $ac_word... " >&6; }
8798if test "${ac_cv_prog_WINDMC+set}" = set; then :
8799 $as_echo_n "(cached) " >&6
0c24b341
NC
8800else
8801 if test -n "$WINDMC"; then
8802 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8803else
8804as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8805for as_dir in $PATH
8806do
8807 IFS=$as_save_IFS
8808 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8809 for ac_exec_ext in '' $ac_executable_extensions; do
8810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 8811 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 8812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
8813 break 2
8814 fi
8815done
81ecdfbb
RW
8816 done
8817IFS=$as_save_IFS
0c24b341
NC
8818
8819fi
8820fi
8821WINDMC=$ac_cv_prog_WINDMC
8822if test -n "$WINDMC"; then
81ecdfbb
RW
8823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
8824$as_echo "$WINDMC" >&6; }
0c24b341 8825else
81ecdfbb
RW
8826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8827$as_echo "no" >&6; }
0c24b341
NC
8828fi
8829
81ecdfbb 8830
0c24b341
NC
8831 fi
8832 test -n "$ac_cv_prog_WINDMC" && break
8833done
8834
8835if test -z "$ac_cv_prog_WINDMC" ; then
8836 set dummy windmc
8837 if test $build = $host ; then
8838 WINDMC="$2"
8839 else
8840 WINDMC="${ncn_tool_prefix}$2"
8841 fi
8842fi
8843
8844
8845
9a819804
AO
8846if test -n "$OBJCOPY"; then
8847 ac_cv_prog_OBJCOPY=$OBJCOPY
8848elif test -n "$ac_cv_prog_OBJCOPY"; then
8849 OBJCOPY=$ac_cv_prog_OBJCOPY
8850fi
8851
8852if test -n "$ac_cv_prog_OBJCOPY"; then
8853 for ncn_progname in objcopy; do
8854 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8855set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8857$as_echo_n "checking for $ac_word... " >&6; }
8858if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
8859 $as_echo_n "(cached) " >&6
9a819804
AO
8860else
8861 if test -n "$OBJCOPY"; then
8862 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8863else
8864as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8865for as_dir in $PATH
8866do
8867 IFS=$as_save_IFS
8868 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8869 for ac_exec_ext in '' $ac_executable_extensions; do
8870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8871 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 8872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8873 break 2
8874 fi
8875done
81ecdfbb
RW
8876 done
8877IFS=$as_save_IFS
9a819804
AO
8878
8879fi
8880fi
8881OBJCOPY=$ac_cv_prog_OBJCOPY
8882if test -n "$OBJCOPY"; then
81ecdfbb
RW
8883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
8884$as_echo "$OBJCOPY" >&6; }
9a819804 8885else
81ecdfbb
RW
8886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8887$as_echo "no" >&6; }
9a819804
AO
8888fi
8889
81ecdfbb 8890
9a819804
AO
8891 done
8892fi
8893
8894for ncn_progname in objcopy; do
05cbd757
PB
8895 if test -n "$ncn_tool_prefix"; then
8896 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8897set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8899$as_echo_n "checking for $ac_word... " >&6; }
8900if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
8901 $as_echo_n "(cached) " >&6
859789af
AC
8902else
8903 if test -n "$OBJCOPY"; then
8904 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8905else
c6b750e1
DJ
8906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8907for as_dir in $PATH
8908do
8909 IFS=$as_save_IFS
8910 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8911 for ac_exec_ext in '' $ac_executable_extensions; do
8912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8913 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8915 break 2
8916 fi
8917done
81ecdfbb
RW
8918 done
8919IFS=$as_save_IFS
c6b750e1 8920
859789af
AC
8921fi
8922fi
c6b750e1 8923OBJCOPY=$ac_cv_prog_OBJCOPY
859789af 8924if test -n "$OBJCOPY"; then
81ecdfbb
RW
8925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
8926$as_echo "$OBJCOPY" >&6; }
859789af 8927else
81ecdfbb
RW
8928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8929$as_echo "no" >&6; }
859789af
AC
8930fi
8931
81ecdfbb 8932
05cbd757
PB
8933 fi
8934 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
8935 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8936set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8938$as_echo_n "checking for $ac_word... " >&6; }
8939if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
8940 $as_echo_n "(cached) " >&6
859789af 8941else
05cbd757
PB
8942 if test -n "$OBJCOPY"; then
8943 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
859789af 8944else
c6b750e1
DJ
8945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8946for as_dir in $PATH
8947do
8948 IFS=$as_save_IFS
8949 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8950 for ac_exec_ext in '' $ac_executable_extensions; do
8951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8952 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 8953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8954 break 2
8955 fi
8956done
81ecdfbb
RW
8957 done
8958IFS=$as_save_IFS
c6b750e1 8959
859789af
AC
8960fi
8961fi
c6b750e1 8962OBJCOPY=$ac_cv_prog_OBJCOPY
05cbd757 8963if test -n "$OBJCOPY"; then
81ecdfbb
RW
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
8965$as_echo "$OBJCOPY" >&6; }
859789af 8966else
81ecdfbb
RW
8967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8968$as_echo "no" >&6; }
859789af 8969fi
c6b750e1 8970
81ecdfbb 8971
05cbd757
PB
8972 fi
8973 test -n "$ac_cv_prog_OBJCOPY" && break
8974done
8975
8976if test -z "$ac_cv_prog_OBJCOPY" ; then
8977 set dummy objcopy
8978 if test $build = $host ; then
8979 OBJCOPY="$2"
859789af 8980 else
05cbd757 8981 OBJCOPY="${ncn_tool_prefix}$2"
859789af 8982 fi
859789af
AC
8983fi
8984
9a819804
AO
8985
8986
8987if test -n "$OBJDUMP"; then
8988 ac_cv_prog_OBJDUMP=$OBJDUMP
8989elif test -n "$ac_cv_prog_OBJDUMP"; then
8990 OBJDUMP=$ac_cv_prog_OBJDUMP
8991fi
8992
8993if test -n "$ac_cv_prog_OBJDUMP"; then
8994 for ncn_progname in objdump; do
8995 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8996set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8998$as_echo_n "checking for $ac_word... " >&6; }
8999if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9000 $as_echo_n "(cached) " >&6
9a819804
AO
9001else
9002 if test -n "$OBJDUMP"; then
9003 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9004else
9005as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9006for as_dir in $PATH
9007do
9008 IFS=$as_save_IFS
9009 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9010 for ac_exec_ext in '' $ac_executable_extensions; do
9011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9012 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9014 break 2
9015 fi
9016done
81ecdfbb
RW
9017 done
9018IFS=$as_save_IFS
9a819804
AO
9019
9020fi
9021fi
9022OBJDUMP=$ac_cv_prog_OBJDUMP
9023if test -n "$OBJDUMP"; then
81ecdfbb
RW
9024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9025$as_echo "$OBJDUMP" >&6; }
9a819804 9026else
81ecdfbb
RW
9027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9028$as_echo "no" >&6; }
9a819804
AO
9029fi
9030
81ecdfbb 9031
9a819804
AO
9032 done
9033fi
9034
9035for ncn_progname in objdump; do
05cbd757
PB
9036 if test -n "$ncn_tool_prefix"; then
9037 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9038set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9040$as_echo_n "checking for $ac_word... " >&6; }
9041if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9042 $as_echo_n "(cached) " >&6
859789af
AC
9043else
9044 if test -n "$OBJDUMP"; then
9045 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9046else
c6b750e1
DJ
9047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9048for as_dir in $PATH
9049do
9050 IFS=$as_save_IFS
9051 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9052 for ac_exec_ext in '' $ac_executable_extensions; do
9053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9054 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9056 break 2
9057 fi
9058done
81ecdfbb
RW
9059 done
9060IFS=$as_save_IFS
c6b750e1 9061
859789af
AC
9062fi
9063fi
c6b750e1 9064OBJDUMP=$ac_cv_prog_OBJDUMP
859789af 9065if test -n "$OBJDUMP"; then
81ecdfbb
RW
9066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9067$as_echo "$OBJDUMP" >&6; }
859789af 9068else
81ecdfbb
RW
9069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9070$as_echo "no" >&6; }
859789af
AC
9071fi
9072
81ecdfbb 9073
05cbd757
PB
9074 fi
9075 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9076 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9077set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9079$as_echo_n "checking for $ac_word... " >&6; }
9080if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9081 $as_echo_n "(cached) " >&6
859789af 9082else
05cbd757
PB
9083 if test -n "$OBJDUMP"; then
9084 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
859789af 9085else
c6b750e1
DJ
9086as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9087for as_dir in $PATH
9088do
9089 IFS=$as_save_IFS
9090 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9091 for ac_exec_ext in '' $ac_executable_extensions; do
9092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9093 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9095 break 2
9096 fi
9097done
81ecdfbb
RW
9098 done
9099IFS=$as_save_IFS
c6b750e1 9100
859789af
AC
9101fi
9102fi
c6b750e1 9103OBJDUMP=$ac_cv_prog_OBJDUMP
05cbd757 9104if test -n "$OBJDUMP"; then
81ecdfbb
RW
9105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9106$as_echo "$OBJDUMP" >&6; }
859789af 9107else
81ecdfbb
RW
9108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9109$as_echo "no" >&6; }
859789af 9110fi
c6b750e1 9111
81ecdfbb 9112
05cbd757
PB
9113 fi
9114 test -n "$ac_cv_prog_OBJDUMP" && break
9115done
9116
9117if test -z "$ac_cv_prog_OBJDUMP" ; then
9118 set dummy objdump
9119 if test $build = $host ; then
9120 OBJDUMP="$2"
859789af 9121 else
05cbd757 9122 OBJDUMP="${ncn_tool_prefix}$2"
859789af 9123 fi
859789af
AC
9124fi
9125
a0da8069
NN
9126
9127
9128
9129
9130
be01d343 9131# Target tools.
c6b750e1 9132
81ecdfbb
RW
9133# Check whether --with-build-time-tools was given.
9134if test "${with_build_time_tools+set}" = set; then :
9135 withval=$with_build_time_tools; case x"$withval" in
2429c060
PB
9136 x/*) ;;
9137 *)
9138 with_build_time_tools=
81ecdfbb
RW
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9140$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
2429c060
PB
9141 ;;
9142 esac
859789af 9143else
2429c060 9144 with_build_time_tools=
81ecdfbb
RW
9145fi
9146
859789af 9147
9a819804
AO
9148
9149
9150if test -n "$CC_FOR_TARGET"; then
9151 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9152elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9153 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9154fi
9155
9156if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9157 for ncn_progname in cc gcc; do
9158 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9159set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9161$as_echo_n "checking for $ac_word... " >&6; }
9162if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9163 $as_echo_n "(cached) " >&6
9a819804
AO
9164else
9165 if test -n "$CC_FOR_TARGET"; then
9166 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9167else
9168as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9169for as_dir in $PATH
9170do
9171 IFS=$as_save_IFS
9172 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9173 for ac_exec_ext in '' $ac_executable_extensions; do
9174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9175 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9177 break 2
9178 fi
9179done
81ecdfbb
RW
9180 done
9181IFS=$as_save_IFS
9a819804
AO
9182
9183fi
9184fi
9185CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9186if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9188$as_echo "$CC_FOR_TARGET" >&6; }
9a819804 9189else
81ecdfbb
RW
9190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9191$as_echo "no" >&6; }
9a819804
AO
9192fi
9193
81ecdfbb 9194
9a819804
AO
9195 done
9196fi
9197
9198if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9199 for ncn_progname in cc gcc; do
81ecdfbb
RW
9200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9201$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9202 if test -x $with_build_time_tools/${ncn_progname}; then
9203 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9205$as_echo "yes" >&6; }
cac3d6c4 9206 break
2429c060 9207 else
81ecdfbb
RW
9208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9209$as_echo "no" >&6; }
cac3d6c4
CM
9210 fi
9211 done
55db4b87
PB
9212fi
9213
2429c060
PB
9214if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9215 for ncn_progname in cc gcc; do
9216 if test -n "$ncn_target_tool_prefix"; then
9217 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9218set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9220$as_echo_n "checking for $ac_word... " >&6; }
9221if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9222 $as_echo_n "(cached) " >&6
55db4b87
PB
9223else
9224 if test -n "$CC_FOR_TARGET"; then
9225 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9226else
c6b750e1
DJ
9227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9228for as_dir in $PATH
9229do
9230 IFS=$as_save_IFS
9231 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9232 for ac_exec_ext in '' $ac_executable_extensions; do
9233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9234 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9236 break 2
9237 fi
9238done
81ecdfbb
RW
9239 done
9240IFS=$as_save_IFS
c6b750e1 9241
55db4b87
PB
9242fi
9243fi
c6b750e1 9244CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
55db4b87 9245if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9247$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9248else
81ecdfbb
RW
9249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9250$as_echo "no" >&6; }
55db4b87
PB
9251fi
9252
81ecdfbb 9253
2429c060
PB
9254 fi
9255 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9256 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9257set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9259$as_echo_n "checking for $ac_word... " >&6; }
9260if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9261 $as_echo_n "(cached) " >&6
55db4b87 9262else
05cbd757
PB
9263 if test -n "$CC_FOR_TARGET"; then
9264 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
55db4b87 9265else
c6b750e1
DJ
9266as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9267for as_dir in $PATH
9268do
9269 IFS=$as_save_IFS
9270 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9271 for ac_exec_ext in '' $ac_executable_extensions; do
9272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9273 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9274 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9275 break 2
9276 fi
9277done
81ecdfbb
RW
9278 done
9279IFS=$as_save_IFS
c6b750e1 9280
55db4b87
PB
9281fi
9282fi
c6b750e1 9283CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
05cbd757 9284if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9286$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9287else
81ecdfbb
RW
9288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9289$as_echo "no" >&6; }
55db4b87 9290fi
c6b750e1 9291
81ecdfbb 9292
2429c060
PB
9293 fi
9294 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9295 done
9296fi
c6b750e1 9297
05cbd757
PB
9298if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9299 set dummy cc gcc
9300 if test $build = $target ; then
9301 CC_FOR_TARGET="$2"
55db4b87 9302 else
05cbd757 9303 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 9304 fi
d3f5afc4
MS
9305else
9306 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
55db4b87
PB
9307fi
9308
9a819804
AO
9309
9310
9311if test -n "$CXX_FOR_TARGET"; then
9312 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9313elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9314 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9315fi
9316
9317if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9318 for ncn_progname in c++ g++ cxx gxx; do
9319 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9320set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9322$as_echo_n "checking for $ac_word... " >&6; }
9323if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9324 $as_echo_n "(cached) " >&6
9a819804
AO
9325else
9326 if test -n "$CXX_FOR_TARGET"; then
9327 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9328else
9329as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9330for as_dir in $PATH
9331do
9332 IFS=$as_save_IFS
9333 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9334 for ac_exec_ext in '' $ac_executable_extensions; do
9335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9336 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 9337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9338 break 2
9339 fi
9340done
81ecdfbb
RW
9341 done
9342IFS=$as_save_IFS
9a819804
AO
9343
9344fi
9345fi
9346CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9347if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9349$as_echo "$CXX_FOR_TARGET" >&6; }
9a819804 9350else
81ecdfbb
RW
9351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9352$as_echo "no" >&6; }
9a819804
AO
9353fi
9354
81ecdfbb 9355
9a819804
AO
9356 done
9357fi
9358
9359if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9360 for ncn_progname in c++ g++ cxx gxx; do
81ecdfbb
RW
9361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9362$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9363 if test -x $with_build_time_tools/${ncn_progname}; then
9364 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9366$as_echo "yes" >&6; }
2429c060
PB
9367 break
9368 else
81ecdfbb
RW
9369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9370$as_echo "no" >&6; }
2429c060
PB
9371 fi
9372 done
9373fi
9374
9375if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9376 for ncn_progname in c++ g++ cxx gxx; do
9377 if test -n "$ncn_target_tool_prefix"; then
9378 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9379set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9381$as_echo_n "checking for $ac_word... " >&6; }
9382if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9383 $as_echo_n "(cached) " >&6
55db4b87
PB
9384else
9385 if test -n "$CXX_FOR_TARGET"; then
9386 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9387else
c6b750e1
DJ
9388as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9389for as_dir in $PATH
9390do
9391 IFS=$as_save_IFS
9392 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9393 for ac_exec_ext in '' $ac_executable_extensions; do
9394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9395 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9397 break 2
9398 fi
9399done
81ecdfbb
RW
9400 done
9401IFS=$as_save_IFS
c6b750e1 9402
55db4b87
PB
9403fi
9404fi
c6b750e1 9405CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
55db4b87 9406if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9408$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 9409else
81ecdfbb
RW
9410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9411$as_echo "no" >&6; }
55db4b87
PB
9412fi
9413
81ecdfbb 9414
2429c060
PB
9415 fi
9416 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9417 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9418set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9420$as_echo_n "checking for $ac_word... " >&6; }
9421if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9422 $as_echo_n "(cached) " >&6
55db4b87 9423else
05cbd757
PB
9424 if test -n "$CXX_FOR_TARGET"; then
9425 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
55db4b87 9426else
c6b750e1
DJ
9427as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9428for as_dir in $PATH
9429do
9430 IFS=$as_save_IFS
9431 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9432 for ac_exec_ext in '' $ac_executable_extensions; do
9433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9434 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 9435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9436 break 2
9437 fi
9438done
81ecdfbb
RW
9439 done
9440IFS=$as_save_IFS
c6b750e1 9441
55db4b87
PB
9442fi
9443fi
c6b750e1 9444CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
05cbd757 9445if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9447$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 9448else
81ecdfbb
RW
9449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9450$as_echo "no" >&6; }
55db4b87 9451fi
c6b750e1 9452
81ecdfbb 9453
2429c060
PB
9454 fi
9455 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
9456 done
9457fi
c6b750e1 9458
05cbd757
PB
9459if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
9460 set dummy c++ g++ cxx gxx
9461 if test $build = $target ; then
9462 CXX_FOR_TARGET="$2"
55db4b87 9463 else
05cbd757 9464 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 9465 fi
d3f5afc4
MS
9466else
9467 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
859789af
AC
9468fi
9469
9a819804
AO
9470
9471
9472if test -n "$GCC_FOR_TARGET"; then
9473 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
9474elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9475 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9476fi
9477
9478if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9479 for ncn_progname in gcc; do
9480 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9481set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9483$as_echo_n "checking for $ac_word... " >&6; }
9484if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9485 $as_echo_n "(cached) " >&6
9a819804
AO
9486else
9487 if test -n "$GCC_FOR_TARGET"; then
9488 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
9489else
9490as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9491for as_dir in $PATH
9492do
9493 IFS=$as_save_IFS
9494 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9495 for ac_exec_ext in '' $ac_executable_extensions; do
9496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9497 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9499 break 2
9500 fi
9501done
81ecdfbb
RW
9502 done
9503IFS=$as_save_IFS
9a819804
AO
9504
9505fi
9506fi
9507GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9508if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
9509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
9510$as_echo "$GCC_FOR_TARGET" >&6; }
9a819804 9511else
81ecdfbb
RW
9512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9513$as_echo "no" >&6; }
9a819804
AO
9514fi
9515
81ecdfbb 9516
9a819804
AO
9517 done
9518fi
9519
9520if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9521 for ncn_progname in gcc; do
81ecdfbb
RW
9522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9523$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9524 if test -x $with_build_time_tools/${ncn_progname}; then
9525 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9527$as_echo "yes" >&6; }
2429c060
PB
9528 break
9529 else
81ecdfbb
RW
9530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9531$as_echo "no" >&6; }
2429c060
PB
9532 fi
9533 done
9534fi
9535
9536if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
9537 for ncn_progname in gcc; do
9538 if test -n "$ncn_target_tool_prefix"; then
9539 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9540set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9542$as_echo_n "checking for $ac_word... " >&6; }
9543if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9544 $as_echo_n "(cached) " >&6
859789af 9545else
2429c060
PB
9546 if test -n "$GCC_FOR_TARGET"; then
9547 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 9548else
c6b750e1
DJ
9549as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9550for as_dir in $PATH
9551do
9552 IFS=$as_save_IFS
9553 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9554 for ac_exec_ext in '' $ac_executable_extensions; do
9555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9556 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9558 break 2
9559 fi
9560done
81ecdfbb
RW
9561 done
9562IFS=$as_save_IFS
c6b750e1 9563
55db4b87
PB
9564fi
9565fi
c6b750e1 9566GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
55db4b87 9567if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
9568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
9569$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 9570else
81ecdfbb
RW
9571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9572$as_echo "no" >&6; }
55db4b87
PB
9573fi
9574
81ecdfbb 9575
2429c060
PB
9576 fi
9577 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
9578 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9579set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9580{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9581$as_echo_n "checking for $ac_word... " >&6; }
9582if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9583 $as_echo_n "(cached) " >&6
55db4b87 9584else
05cbd757
PB
9585 if test -n "$GCC_FOR_TARGET"; then
9586 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 9587else
c6b750e1
DJ
9588as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9589for as_dir in $PATH
9590do
9591 IFS=$as_save_IFS
9592 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9593 for ac_exec_ext in '' $ac_executable_extensions; do
9594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9595 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9597 break 2
9598 fi
9599done
81ecdfbb
RW
9600 done
9601IFS=$as_save_IFS
c6b750e1 9602
55db4b87
PB
9603fi
9604fi
c6b750e1 9605GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
05cbd757 9606if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
9607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
9608$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 9609else
81ecdfbb
RW
9610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9611$as_echo "no" >&6; }
55db4b87 9612fi
c6b750e1 9613
81ecdfbb 9614
2429c060
PB
9615 fi
9616 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
9617 done
9618fi
c6b750e1 9619
05cbd757
PB
9620if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
9621 GCC_FOR_TARGET="${CC_FOR_TARGET}"
d3f5afc4
MS
9622else
9623 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
55db4b87
PB
9624fi
9625
9a819804
AO
9626
9627
9628if test -n "$GCJ_FOR_TARGET"; then
9629 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
9630elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
9631 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9632fi
9633
9634if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
9635 for ncn_progname in gcj; do
9636 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9637set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9639$as_echo_n "checking for $ac_word... " >&6; }
9640if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
9641 $as_echo_n "(cached) " >&6
9a819804
AO
9642else
9643 if test -n "$GCJ_FOR_TARGET"; then
9644 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
9645else
9646as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9647for as_dir in $PATH
9648do
9649 IFS=$as_save_IFS
9650 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9651 for ac_exec_ext in '' $ac_executable_extensions; do
9652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9653 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 9654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9655 break 2
9656 fi
9657done
81ecdfbb
RW
9658 done
9659IFS=$as_save_IFS
9a819804
AO
9660
9661fi
9662fi
9663GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9664if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
9666$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 9667else
81ecdfbb
RW
9668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9669$as_echo "no" >&6; }
9a819804
AO
9670fi
9671
81ecdfbb 9672
9a819804
AO
9673 done
9674fi
9675
9676if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9677 for ncn_progname in gcj; do
81ecdfbb
RW
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9679$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9680 if test -x $with_build_time_tools/${ncn_progname}; then
9681 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9683$as_echo "yes" >&6; }
2429c060
PB
9684 break
9685 else
81ecdfbb
RW
9686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9687$as_echo "no" >&6; }
2429c060
PB
9688 fi
9689 done
9690fi
9691
9692if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
9693 for ncn_progname in gcj; do
9694 if test -n "$ncn_target_tool_prefix"; then
9695 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9696set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9698$as_echo_n "checking for $ac_word... " >&6; }
9699if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
9700 $as_echo_n "(cached) " >&6
55db4b87
PB
9701else
9702 if test -n "$GCJ_FOR_TARGET"; then
9703 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
9704else
c6b750e1
DJ
9705as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9706for as_dir in $PATH
9707do
9708 IFS=$as_save_IFS
9709 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9710 for ac_exec_ext in '' $ac_executable_extensions; do
9711 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9712 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9713 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9714 break 2
9715 fi
9716done
81ecdfbb
RW
9717 done
9718IFS=$as_save_IFS
c6b750e1 9719
55db4b87
PB
9720fi
9721fi
9a819804
AO
9722GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9723if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
9724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
9725$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 9726else
81ecdfbb
RW
9727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9728$as_echo "no" >&6; }
9a819804
AO
9729fi
9730
81ecdfbb 9731
9a819804
AO
9732 fi
9733 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
9734 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9735set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9737$as_echo_n "checking for $ac_word... " >&6; }
9738if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
9739 $as_echo_n "(cached) " >&6
9a819804
AO
9740else
9741 if test -n "$GCJ_FOR_TARGET"; then
9742 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
9743else
9744as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9745for as_dir in $PATH
9746do
9747 IFS=$as_save_IFS
9748 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9749 for ac_exec_ext in '' $ac_executable_extensions; do
9750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9751 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 9752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9753 break 2
9754 fi
9755done
81ecdfbb
RW
9756 done
9757IFS=$as_save_IFS
9a819804
AO
9758
9759fi
9760fi
9761GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9762if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
9763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
9764$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 9765else
81ecdfbb
RW
9766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9767$as_echo "no" >&6; }
9a819804
AO
9768fi
9769
81ecdfbb 9770
9a819804
AO
9771 fi
9772 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
9773 done
9774fi
9775
9776if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
9777 set dummy gcj
9778 if test $build = $target ; then
9779 GCJ_FOR_TARGET="$2"
9780 else
9781 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
9782 fi
d3f5afc4
MS
9783else
9784 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9a819804
AO
9785fi
9786
9787
9788
9789if test -n "$GFORTRAN_FOR_TARGET"; then
9790 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
9791elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9792 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87
PB
9793fi
9794
9a819804
AO
9795if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9796 for ncn_progname in gfortran; do
9797 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9798set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9800$as_echo_n "checking for $ac_word... " >&6; }
9801if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
9802 $as_echo_n "(cached) " >&6
55db4b87 9803else
9a819804
AO
9804 if test -n "$GFORTRAN_FOR_TARGET"; then
9805 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
55db4b87 9806else
c6b750e1
DJ
9807as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9808for as_dir in $PATH
9809do
9810 IFS=$as_save_IFS
9811 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9812 for ac_exec_ext in '' $ac_executable_extensions; do
9813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9814 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 9815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9816 break 2
9817 fi
9818done
81ecdfbb
RW
9819 done
9820IFS=$as_save_IFS
c6b750e1 9821
55db4b87
PB
9822fi
9823fi
9a819804
AO
9824GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9825if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
9826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
9827$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 9828else
81ecdfbb
RW
9829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9830$as_echo "no" >&6; }
55db4b87 9831fi
c6b750e1 9832
81ecdfbb 9833
2429c060
PB
9834 done
9835fi
c6b750e1 9836
9a819804 9837if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9838 for ncn_progname in gfortran; do
81ecdfbb
RW
9839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9840$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9841 if test -x $with_build_time_tools/${ncn_progname}; then
9842 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9844$as_echo "yes" >&6; }
2429c060
PB
9845 break
9846 else
81ecdfbb
RW
9847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9848$as_echo "no" >&6; }
2429c060
PB
9849 fi
9850 done
9851fi
9852
9853if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9854 for ncn_progname in gfortran; do
9855 if test -n "$ncn_target_tool_prefix"; then
9856 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9857set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9859$as_echo_n "checking for $ac_word... " >&6; }
9860if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
9861 $as_echo_n "(cached) " >&6
55db4b87
PB
9862else
9863 if test -n "$GFORTRAN_FOR_TARGET"; then
9864 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9865else
c6b750e1
DJ
9866as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9867for as_dir in $PATH
9868do
9869 IFS=$as_save_IFS
9870 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9871 for ac_exec_ext in '' $ac_executable_extensions; do
9872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9873 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9875 break 2
9876 fi
9877done
81ecdfbb
RW
9878 done
9879IFS=$as_save_IFS
c6b750e1 9880
55db4b87
PB
9881fi
9882fi
c6b750e1 9883GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87 9884if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
9885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
9886$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 9887else
81ecdfbb
RW
9888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9889$as_echo "no" >&6; }
55db4b87
PB
9890fi
9891
81ecdfbb 9892
2429c060
PB
9893 fi
9894 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
9895 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9896set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9898$as_echo_n "checking for $ac_word... " >&6; }
9899if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
9900 $as_echo_n "(cached) " >&6
55db4b87 9901else
05cbd757 9902 if test -n "$GFORTRAN_FOR_TARGET"; then
c6b750e1
DJ
9903 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9904else
9905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9906for as_dir in $PATH
9907do
9908 IFS=$as_save_IFS
9909 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9910 for ac_exec_ext in '' $ac_executable_extensions; do
9911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9912 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 9913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9914 break 2
9915 fi
9916done
81ecdfbb
RW
9917 done
9918IFS=$as_save_IFS
c6b750e1 9919
55db4b87
PB
9920fi
9921fi
c6b750e1 9922GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
05cbd757 9923if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
9924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
9925$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 9926else
81ecdfbb
RW
9927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9928$as_echo "no" >&6; }
55db4b87 9929fi
c6b750e1 9930
81ecdfbb 9931
2429c060
PB
9932 fi
9933 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
9934 done
9935fi
c6b750e1 9936
05cbd757
PB
9937if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
9938 set dummy gfortran
9939 if test $build = $target ; then
9940 GFORTRAN_FOR_TARGET="$2"
55db4b87 9941 else
05cbd757 9942 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 9943 fi
d3f5afc4
MS
9944else
9945 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
859789af
AC
9946fi
9947
2429c060
PB
9948
9949
2429c060
PB
9950cat > conftest.c << \EOF
9951#ifdef __GNUC__
9952 gcc_yay;
9953#endif
9954EOF
9955if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
9956 have_gcc_for_target=yes
859789af 9957else
2429c060
PB
9958 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
9959 have_gcc_for_target=no
859789af 9960fi
2429c060
PB
9961rm conftest.c
9962
9963
9964
859789af 9965
2429c060
PB
9966if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9967 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
9968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
9969$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9970 if test -x $with_build_time_tools/ar; then
9971 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
9972 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
81ecdfbb
RW
9973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
9974$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
3a35eeb3 9975 else
81ecdfbb
RW
9976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9977$as_echo "no" >&6; }
3a35eeb3 9978 fi
2429c060
PB
9979 elif test $build != $host && test $have_gcc_for_target = yes; then
9980 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
d3f5afc4
MS
9981 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
9982 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
05cbd757 9983 fi
2429c060 9984fi
c6b750e1 9985if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
9986 # Extract the first word of "ar", so it can be a program name with args.
9987set dummy ar; ac_word=$2
81ecdfbb
RW
9988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9989$as_echo_n "checking for $ac_word... " >&6; }
9990if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
9991 $as_echo_n "(cached) " >&6
859789af 9992else
c6b750e1
DJ
9993 case $AR_FOR_TARGET in
9994 [\\/]* | ?:[\\/]*)
2429c060
PB
9995 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
9996 ;;
2429c060 9997 *)
c6b750e1
DJ
9998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9999for as_dir in $gcc_cv_tool_dirs
10000do
10001 IFS=$as_save_IFS
10002 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10003 for ac_exec_ext in '' $ac_executable_extensions; do
10004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10005 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10007 break 2
10008 fi
10009done
81ecdfbb
RW
10010 done
10011IFS=$as_save_IFS
c6b750e1 10012
2429c060
PB
10013 ;;
10014esac
859789af 10015fi
c6b750e1 10016AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060 10017if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10019$as_echo "$AR_FOR_TARGET" >&6; }
859789af 10020else
81ecdfbb
RW
10021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10022$as_echo "no" >&6; }
859789af 10023fi
05cbd757 10024
81ecdfbb 10025
2429c060
PB
10026fi
10027if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9a819804
AO
10028
10029
10030if test -n "$AR_FOR_TARGET"; then
10031 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10032elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10033 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10034fi
10035
10036if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10037 for ncn_progname in ar; do
10038 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10039set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10041$as_echo_n "checking for $ac_word... " >&6; }
10042if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10043 $as_echo_n "(cached) " >&6
9a819804
AO
10044else
10045 if test -n "$AR_FOR_TARGET"; then
10046 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10047else
10048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10049for as_dir in $PATH
10050do
10051 IFS=$as_save_IFS
10052 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10053 for ac_exec_ext in '' $ac_executable_extensions; do
10054 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10055 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10057 break 2
10058 fi
10059done
81ecdfbb
RW
10060 done
10061IFS=$as_save_IFS
9a819804
AO
10062
10063fi
10064fi
10065AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10066if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10068$as_echo "$AR_FOR_TARGET" >&6; }
9a819804 10069else
81ecdfbb
RW
10070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10071$as_echo "no" >&6; }
9a819804
AO
10072fi
10073
81ecdfbb 10074
9a819804
AO
10075 done
10076fi
10077
10078if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10079 for ncn_progname in ar; do
81ecdfbb
RW
10080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10081$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10082 if test -x $with_build_time_tools/${ncn_progname}; then
10083 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10085$as_echo "yes" >&6; }
2429c060
PB
10086 break
10087 else
81ecdfbb
RW
10088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10089$as_echo "no" >&6; }
2429c060
PB
10090 fi
10091 done
859789af
AC
10092fi
10093
2429c060
PB
10094if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10095 for ncn_progname in ar; do
10096 if test -n "$ncn_target_tool_prefix"; then
10097 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10098set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10100$as_echo_n "checking for $ac_word... " >&6; }
10101if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10102 $as_echo_n "(cached) " >&6
7e0f7140 10103else
2429c060
PB
10104 if test -n "$AR_FOR_TARGET"; then
10105 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
7e0f7140 10106else
c6b750e1
DJ
10107as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10108for as_dir in $PATH
10109do
10110 IFS=$as_save_IFS
10111 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10112 for ac_exec_ext in '' $ac_executable_extensions; do
10113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10114 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10116 break 2
10117 fi
10118done
81ecdfbb
RW
10119 done
10120IFS=$as_save_IFS
c6b750e1 10121
7e0f7140
GK
10122fi
10123fi
c6b750e1 10124AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 10125if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10127$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 10128else
81ecdfbb
RW
10129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10130$as_echo "no" >&6; }
7e0f7140
GK
10131fi
10132
81ecdfbb 10133
2429c060
PB
10134 fi
10135 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10136 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 10137set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10139$as_echo_n "checking for $ac_word... " >&6; }
10140if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10141 $as_echo_n "(cached) " >&6
7e0f7140 10142else
2429c060
PB
10143 if test -n "$AR_FOR_TARGET"; then
10144 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
cac3d6c4 10145else
c6b750e1
DJ
10146as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10147for as_dir in $PATH
10148do
10149 IFS=$as_save_IFS
10150 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10151 for ac_exec_ext in '' $ac_executable_extensions; do
10152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10153 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10155 break 2
10156 fi
10157done
81ecdfbb
RW
10158 done
10159IFS=$as_save_IFS
c6b750e1 10160
7e0f7140
GK
10161fi
10162fi
c6b750e1 10163AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 10164if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10166$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 10167else
81ecdfbb
RW
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10169$as_echo "no" >&6; }
7e0f7140 10170fi
c6b750e1 10171
81ecdfbb 10172
2429c060
PB
10173 fi
10174 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10175 done
10176fi
c6b750e1 10177
2429c060
PB
10178if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10179 set dummy ar
7e0f7140 10180 if test $build = $target ; then
2429c060 10181 AR_FOR_TARGET="$2"
7e0f7140 10182 else
2429c060 10183 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
7e0f7140 10184 fi
d3f5afc4
MS
10185else
10186 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
7e0f7140
GK
10187fi
10188
3a35eeb3
PB
10189else
10190 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060
PB
10191fi
10192
10193
10194
10195
10196if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10197 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10199$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10200 if test -x $with_build_time_tools/as; then
10201 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10202 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
81ecdfbb
RW
10203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10204$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
3a35eeb3 10205 else
81ecdfbb
RW
10206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10207$as_echo "no" >&6; }
3a35eeb3 10208 fi
2429c060
PB
10209 elif test $build != $host && test $have_gcc_for_target = yes; then
10210 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
d3f5afc4
MS
10211 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10212 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
2429c060
PB
10213 fi
10214fi
c6b750e1 10215if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10216 # Extract the first word of "as", so it can be a program name with args.
10217set dummy as; ac_word=$2
81ecdfbb
RW
10218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10219$as_echo_n "checking for $ac_word... " >&6; }
10220if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10221 $as_echo_n "(cached) " >&6
2429c060 10222else
c6b750e1
DJ
10223 case $AS_FOR_TARGET in
10224 [\\/]* | ?:[\\/]*)
2429c060
PB
10225 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10226 ;;
2429c060 10227 *)
c6b750e1
DJ
10228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10229for as_dir in $gcc_cv_tool_dirs
10230do
10231 IFS=$as_save_IFS
10232 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10233 for ac_exec_ext in '' $ac_executable_extensions; do
10234 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10235 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10237 break 2
10238 fi
10239done
81ecdfbb
RW
10240 done
10241IFS=$as_save_IFS
c6b750e1 10242
2429c060
PB
10243 ;;
10244esac
10245fi
c6b750e1 10246AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060 10247if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10249$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 10250else
81ecdfbb
RW
10251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10252$as_echo "no" >&6; }
2429c060
PB
10253fi
10254
81ecdfbb 10255
2429c060
PB
10256fi
10257if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9a819804
AO
10258
10259
10260if test -n "$AS_FOR_TARGET"; then
10261 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10262elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10263 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10264fi
10265
10266if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10267 for ncn_progname in as; do
10268 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10269set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10271$as_echo_n "checking for $ac_word... " >&6; }
10272if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10273 $as_echo_n "(cached) " >&6
9a819804
AO
10274else
10275 if test -n "$AS_FOR_TARGET"; then
10276 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10277else
10278as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10279for as_dir in $PATH
10280do
10281 IFS=$as_save_IFS
10282 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10283 for ac_exec_ext in '' $ac_executable_extensions; do
10284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10285 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 10286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10287 break 2
10288 fi
10289done
81ecdfbb
RW
10290 done
10291IFS=$as_save_IFS
9a819804
AO
10292
10293fi
10294fi
10295AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10296if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
10297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10298$as_echo "$AS_FOR_TARGET" >&6; }
9a819804 10299else
81ecdfbb
RW
10300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10301$as_echo "no" >&6; }
9a819804
AO
10302fi
10303
81ecdfbb 10304
9a819804
AO
10305 done
10306fi
10307
10308if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10309 for ncn_progname in as; do
81ecdfbb
RW
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10311$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10312 if test -x $with_build_time_tools/${ncn_progname}; then
10313 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10315$as_echo "yes" >&6; }
2429c060
PB
10316 break
10317 else
81ecdfbb
RW
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10319$as_echo "no" >&6; }
2429c060
PB
10320 fi
10321 done
10322fi
10323
10324if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
10325 for ncn_progname in as; do
10326 if test -n "$ncn_target_tool_prefix"; then
10327 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10328set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10330$as_echo_n "checking for $ac_word... " >&6; }
10331if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10332 $as_echo_n "(cached) " >&6
2429c060
PB
10333else
10334 if test -n "$AS_FOR_TARGET"; then
10335 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10336else
c6b750e1
DJ
10337as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10338for as_dir in $PATH
10339do
10340 IFS=$as_save_IFS
10341 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10342 for ac_exec_ext in '' $ac_executable_extensions; do
10343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10344 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10346 break 2
10347 fi
10348done
81ecdfbb
RW
10349 done
10350IFS=$as_save_IFS
c6b750e1 10351
2429c060
PB
10352fi
10353fi
c6b750e1 10354AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 10355if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
10356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10357$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 10358else
81ecdfbb
RW
10359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10360$as_echo "no" >&6; }
2429c060
PB
10361fi
10362
81ecdfbb 10363
2429c060
PB
10364 fi
10365 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
10366 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10367set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10369$as_echo_n "checking for $ac_word... " >&6; }
10370if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10371 $as_echo_n "(cached) " >&6
2429c060
PB
10372else
10373 if test -n "$AS_FOR_TARGET"; then
10374 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10375else
c6b750e1
DJ
10376as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10377for as_dir in $PATH
10378do
10379 IFS=$as_save_IFS
10380 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10381 for ac_exec_ext in '' $ac_executable_extensions; do
10382 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10383 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 10384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10385 break 2
10386 fi
10387done
81ecdfbb
RW
10388 done
10389IFS=$as_save_IFS
c6b750e1 10390
2429c060
PB
10391fi
10392fi
c6b750e1 10393AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 10394if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10396$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 10397else
81ecdfbb
RW
10398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10399$as_echo "no" >&6; }
2429c060 10400fi
c6b750e1 10401
81ecdfbb 10402
2429c060
PB
10403 fi
10404 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
10405 done
10406fi
c6b750e1 10407
2429c060
PB
10408if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
10409 set dummy as
10410 if test $build = $target ; then
10411 AS_FOR_TARGET="$2"
10412 else
10413 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
10414 fi
d3f5afc4
MS
10415else
10416 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
2429c060
PB
10417fi
10418
3a35eeb3
PB
10419else
10420 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060
PB
10421fi
10422
10423
10424
10425
10426if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
10427 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
10429$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10430 if test -x $with_build_time_tools/dlltool; then
10431 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
10432 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
81ecdfbb
RW
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
10434$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
3a35eeb3 10435 else
81ecdfbb
RW
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10437$as_echo "no" >&6; }
3a35eeb3 10438 fi
2429c060
PB
10439 elif test $build != $host && test $have_gcc_for_target = yes; then
10440 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
d3f5afc4
MS
10441 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
10442 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
2429c060
PB
10443 fi
10444fi
c6b750e1 10445if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10446 # Extract the first word of "dlltool", so it can be a program name with args.
10447set dummy dlltool; ac_word=$2
81ecdfbb
RW
10448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10449$as_echo_n "checking for $ac_word... " >&6; }
10450if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
10451 $as_echo_n "(cached) " >&6
2429c060 10452else
c6b750e1
DJ
10453 case $DLLTOOL_FOR_TARGET in
10454 [\\/]* | ?:[\\/]*)
2429c060
PB
10455 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
10456 ;;
2429c060 10457 *)
c6b750e1
DJ
10458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10459for as_dir in $gcc_cv_tool_dirs
10460do
10461 IFS=$as_save_IFS
10462 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10463 for ac_exec_ext in '' $ac_executable_extensions; do
10464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10465 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10467 break 2
10468 fi
10469done
81ecdfbb
RW
10470 done
10471IFS=$as_save_IFS
c6b750e1 10472
2429c060
PB
10473 ;;
10474esac
10475fi
c6b750e1 10476DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060 10477if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
10478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
10479$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 10480else
81ecdfbb
RW
10481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10482$as_echo "no" >&6; }
2429c060
PB
10483fi
10484
81ecdfbb 10485
2429c060
PB
10486fi
10487if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9a819804
AO
10488
10489
10490if test -n "$DLLTOOL_FOR_TARGET"; then
10491 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
10492elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
10493 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
10494fi
10495
10496if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
10497 for ncn_progname in dlltool; do
10498 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10499set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10501$as_echo_n "checking for $ac_word... " >&6; }
10502if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
10503 $as_echo_n "(cached) " >&6
9a819804
AO
10504else
10505 if test -n "$DLLTOOL_FOR_TARGET"; then
10506 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
10507else
10508as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10509for as_dir in $PATH
10510do
10511 IFS=$as_save_IFS
10512 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10513 for ac_exec_ext in '' $ac_executable_extensions; do
10514 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10515 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 10516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10517 break 2
10518 fi
10519done
81ecdfbb
RW
10520 done
10521IFS=$as_save_IFS
9a819804
AO
10522
10523fi
10524fi
10525DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
10526if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
10527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
10528$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
9a819804 10529else
81ecdfbb
RW
10530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10531$as_echo "no" >&6; }
9a819804
AO
10532fi
10533
81ecdfbb 10534
9a819804
AO
10535 done
10536fi
10537
10538if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10539 for ncn_progname in dlltool; do
81ecdfbb
RW
10540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10541$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10542 if test -x $with_build_time_tools/${ncn_progname}; then
10543 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10545$as_echo "yes" >&6; }
2429c060
PB
10546 break
10547 else
81ecdfbb
RW
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10549$as_echo "no" >&6; }
2429c060
PB
10550 fi
10551 done
10552fi
10553
10554if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
10555 for ncn_progname in dlltool; do
10556 if test -n "$ncn_target_tool_prefix"; then
10557 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10558set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10560$as_echo_n "checking for $ac_word... " >&6; }
10561if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
10562 $as_echo_n "(cached) " >&6
2429c060
PB
10563else
10564 if test -n "$DLLTOOL_FOR_TARGET"; then
10565 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
10566else
c6b750e1
DJ
10567as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10568for as_dir in $PATH
10569do
10570 IFS=$as_save_IFS
10571 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10572 for ac_exec_ext in '' $ac_executable_extensions; do
10573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10574 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10576 break 2
10577 fi
10578done
81ecdfbb
RW
10579 done
10580IFS=$as_save_IFS
c6b750e1 10581
2429c060
PB
10582fi
10583fi
c6b750e1 10584DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 10585if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
10586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
10587$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 10588else
81ecdfbb
RW
10589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10590$as_echo "no" >&6; }
2429c060
PB
10591fi
10592
81ecdfbb 10593
2429c060
PB
10594 fi
10595 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
10596 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10597set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10599$as_echo_n "checking for $ac_word... " >&6; }
10600if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
10601 $as_echo_n "(cached) " >&6
2429c060
PB
10602else
10603 if test -n "$DLLTOOL_FOR_TARGET"; then
10604 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
10605else
c6b750e1
DJ
10606as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10607for as_dir in $PATH
10608do
10609 IFS=$as_save_IFS
10610 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10611 for ac_exec_ext in '' $ac_executable_extensions; do
10612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10613 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 10614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10615 break 2
10616 fi
10617done
81ecdfbb
RW
10618 done
10619IFS=$as_save_IFS
c6b750e1 10620
2429c060
PB
10621fi
10622fi
c6b750e1 10623DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 10624if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
10626$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 10627else
81ecdfbb
RW
10628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10629$as_echo "no" >&6; }
2429c060 10630fi
c6b750e1 10631
81ecdfbb 10632
2429c060
PB
10633 fi
10634 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
10635 done
10636fi
c6b750e1 10637
2429c060
PB
10638if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
10639 set dummy dlltool
10640 if test $build = $target ; then
10641 DLLTOOL_FOR_TARGET="$2"
10642 else
10643 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
10644 fi
d3f5afc4
MS
10645else
10646 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
2429c060
PB
10647fi
10648
3a35eeb3
PB
10649else
10650 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060
PB
10651fi
10652
10653
10654
10655
10656if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
10657 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
10659$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10660 if test -x $with_build_time_tools/ld; then
10661 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
10662 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
81ecdfbb
RW
10663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
10664$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
3a35eeb3 10665 else
81ecdfbb
RW
10666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10667$as_echo "no" >&6; }
3a35eeb3 10668 fi
2429c060
PB
10669 elif test $build != $host && test $have_gcc_for_target = yes; then
10670 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
d3f5afc4
MS
10671 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
10672 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2429c060
PB
10673 fi
10674fi
c6b750e1 10675if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10676 # Extract the first word of "ld", so it can be a program name with args.
10677set dummy ld; ac_word=$2
81ecdfbb
RW
10678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10679$as_echo_n "checking for $ac_word... " >&6; }
10680if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
10681 $as_echo_n "(cached) " >&6
2429c060 10682else
c6b750e1
DJ
10683 case $LD_FOR_TARGET in
10684 [\\/]* | ?:[\\/]*)
2429c060
PB
10685 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
10686 ;;
2429c060 10687 *)
c6b750e1
DJ
10688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10689for as_dir in $gcc_cv_tool_dirs
10690do
10691 IFS=$as_save_IFS
10692 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10693 for ac_exec_ext in '' $ac_executable_extensions; do
10694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10695 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10697 break 2
10698 fi
10699done
81ecdfbb
RW
10700 done
10701IFS=$as_save_IFS
c6b750e1 10702
2429c060
PB
10703 ;;
10704esac
10705fi
c6b750e1 10706LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060 10707if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
10709$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 10710else
81ecdfbb
RW
10711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10712$as_echo "no" >&6; }
2429c060
PB
10713fi
10714
81ecdfbb 10715
2429c060
PB
10716fi
10717if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9a819804
AO
10718
10719
10720if test -n "$LD_FOR_TARGET"; then
10721 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
10722elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
10723 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10724fi
10725
10726if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
10727 for ncn_progname in ld; do
10728 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10729set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10731$as_echo_n "checking for $ac_word... " >&6; }
10732if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
10733 $as_echo_n "(cached) " >&6
9a819804
AO
10734else
10735 if test -n "$LD_FOR_TARGET"; then
10736 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
10737else
10738as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10739for as_dir in $PATH
10740do
10741 IFS=$as_save_IFS
10742 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10743 for ac_exec_ext in '' $ac_executable_extensions; do
10744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10745 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 10746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10747 break 2
10748 fi
10749done
81ecdfbb
RW
10750 done
10751IFS=$as_save_IFS
9a819804
AO
10752
10753fi
10754fi
10755LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10756if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
10757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
10758$as_echo "$LD_FOR_TARGET" >&6; }
9a819804 10759else
81ecdfbb
RW
10760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10761$as_echo "no" >&6; }
9a819804
AO
10762fi
10763
81ecdfbb 10764
9a819804
AO
10765 done
10766fi
10767
10768if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10769 for ncn_progname in ld; do
81ecdfbb
RW
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10771$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10772 if test -x $with_build_time_tools/${ncn_progname}; then
10773 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10775$as_echo "yes" >&6; }
2429c060
PB
10776 break
10777 else
81ecdfbb
RW
10778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10779$as_echo "no" >&6; }
2429c060
PB
10780 fi
10781 done
10782fi
10783
10784if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
10785 for ncn_progname in ld; do
10786 if test -n "$ncn_target_tool_prefix"; then
10787 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10788set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10790$as_echo_n "checking for $ac_word... " >&6; }
10791if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
10792 $as_echo_n "(cached) " >&6
2429c060
PB
10793else
10794 if test -n "$LD_FOR_TARGET"; then
10795 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
10796else
c6b750e1
DJ
10797as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10798for as_dir in $PATH
10799do
10800 IFS=$as_save_IFS
10801 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10802 for ac_exec_ext in '' $ac_executable_extensions; do
10803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10804 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10806 break 2
10807 fi
10808done
81ecdfbb
RW
10809 done
10810IFS=$as_save_IFS
c6b750e1 10811
2429c060
PB
10812fi
10813fi
c6b750e1 10814LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 10815if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
10817$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 10818else
81ecdfbb
RW
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10820$as_echo "no" >&6; }
2429c060
PB
10821fi
10822
81ecdfbb 10823
2429c060
PB
10824 fi
10825 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
10826 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10827set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10829$as_echo_n "checking for $ac_word... " >&6; }
10830if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
10831 $as_echo_n "(cached) " >&6
2429c060
PB
10832else
10833 if test -n "$LD_FOR_TARGET"; then
10834 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
10835else
c6b750e1
DJ
10836as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10837for as_dir in $PATH
10838do
10839 IFS=$as_save_IFS
10840 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10841 for ac_exec_ext in '' $ac_executable_extensions; do
10842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10843 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 10844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10845 break 2
10846 fi
10847done
81ecdfbb
RW
10848 done
10849IFS=$as_save_IFS
c6b750e1 10850
2429c060
PB
10851fi
10852fi
c6b750e1 10853LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 10854if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
10856$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 10857else
81ecdfbb
RW
10858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10859$as_echo "no" >&6; }
2429c060 10860fi
c6b750e1 10861
81ecdfbb 10862
2429c060
PB
10863 fi
10864 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
10865 done
10866fi
c6b750e1 10867
2429c060
PB
10868if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
10869 set dummy ld
10870 if test $build = $target ; then
10871 LD_FOR_TARGET="$2"
10872 else
10873 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
10874 fi
d3f5afc4
MS
10875else
10876 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
2429c060
PB
10877fi
10878
3a35eeb3
PB
10879else
10880 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060
PB
10881fi
10882
10883
10884
10885
10886if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
10887 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
10889$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10890 if test -x $with_build_time_tools/lipo; then
10891 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
10892 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
81ecdfbb
RW
10893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
10894$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
3a35eeb3 10895 else
81ecdfbb
RW
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10897$as_echo "no" >&6; }
3a35eeb3 10898 fi
2429c060
PB
10899 elif test $build != $host && test $have_gcc_for_target = yes; then
10900 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
d3f5afc4
MS
10901 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
10902 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
2429c060
PB
10903 fi
10904fi
9a819804
AO
10905if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10906 # Extract the first word of "lipo", so it can be a program name with args.
10907set dummy lipo; ac_word=$2
81ecdfbb
RW
10908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10909$as_echo_n "checking for $ac_word... " >&6; }
10910if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
10911 $as_echo_n "(cached) " >&6
9a819804
AO
10912else
10913 case $LIPO_FOR_TARGET in
10914 [\\/]* | ?:[\\/]*)
10915 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
10916 ;;
10917 *)
10918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10919for as_dir in $gcc_cv_tool_dirs
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_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
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
10933 ;;
10934esac
10935fi
10936LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9a819804 10937if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
10938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
10939$as_echo "$LIPO_FOR_TARGET" >&6; }
9a819804 10940else
81ecdfbb
RW
10941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10942$as_echo "no" >&6; }
9a819804
AO
10943fi
10944
81ecdfbb 10945
9a819804
AO
10946fi
10947if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
10948
10949
10950if test -n "$LIPO_FOR_TARGET"; then
10951 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10952elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
10953 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10954fi
10955
10956if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
10957 for ncn_progname in lipo; do
10958 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10959set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10961$as_echo_n "checking for $ac_word... " >&6; }
10962if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
10963 $as_echo_n "(cached) " >&6
2429c060 10964else
9a819804
AO
10965 if test -n "$LIPO_FOR_TARGET"; then
10966 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
10967else
10968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10969for as_dir in $PATH
c6b750e1
DJ
10970do
10971 IFS=$as_save_IFS
10972 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10973 for ac_exec_ext in '' $ac_executable_extensions; do
10974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10975 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 10976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10977 break 2
10978 fi
10979done
81ecdfbb
RW
10980 done
10981IFS=$as_save_IFS
c6b750e1 10982
2429c060 10983fi
9a819804
AO
10984fi
10985LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 10986if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
10988$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 10989else
81ecdfbb
RW
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10991$as_echo "no" >&6; }
2429c060
PB
10992fi
10993
81ecdfbb 10994
9a819804 10995 done
2429c060 10996fi
9a819804
AO
10997
10998if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10999 for ncn_progname in lipo; do
81ecdfbb
RW
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11001$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11002 if test -x $with_build_time_tools/${ncn_progname}; then
11003 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11005$as_echo "yes" >&6; }
2429c060
PB
11006 break
11007 else
81ecdfbb
RW
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11009$as_echo "no" >&6; }
2429c060
PB
11010 fi
11011 done
11012fi
11013
11014if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11015 for ncn_progname in lipo; do
11016 if test -n "$ncn_target_tool_prefix"; then
11017 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11018set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11020$as_echo_n "checking for $ac_word... " >&6; }
11021if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11022 $as_echo_n "(cached) " >&6
2429c060
PB
11023else
11024 if test -n "$LIPO_FOR_TARGET"; then
11025 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11026else
c6b750e1
DJ
11027as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11028for as_dir in $PATH
11029do
11030 IFS=$as_save_IFS
11031 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11032 for ac_exec_ext in '' $ac_executable_extensions; do
11033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11034 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11036 break 2
11037 fi
11038done
81ecdfbb
RW
11039 done
11040IFS=$as_save_IFS
c6b750e1 11041
2429c060
PB
11042fi
11043fi
c6b750e1 11044LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11045if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11047$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11048else
81ecdfbb
RW
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11050$as_echo "no" >&6; }
2429c060
PB
11051fi
11052
81ecdfbb 11053
2429c060
PB
11054 fi
11055 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11056 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11057set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11059$as_echo_n "checking for $ac_word... " >&6; }
11060if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11061 $as_echo_n "(cached) " >&6
2429c060
PB
11062else
11063 if test -n "$LIPO_FOR_TARGET"; then
11064 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11065else
c6b750e1
DJ
11066as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11067for as_dir in $PATH
11068do
11069 IFS=$as_save_IFS
11070 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11071 for ac_exec_ext in '' $ac_executable_extensions; do
11072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11073 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11075 break 2
11076 fi
11077done
81ecdfbb
RW
11078 done
11079IFS=$as_save_IFS
c6b750e1 11080
2429c060
PB
11081fi
11082fi
c6b750e1 11083LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11084if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11086$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11087else
81ecdfbb
RW
11088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11089$as_echo "no" >&6; }
2429c060 11090fi
c6b750e1 11091
81ecdfbb 11092
2429c060
PB
11093 fi
11094 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11095 done
11096fi
c6b750e1 11097
2429c060
PB
11098if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11099 set dummy lipo
11100 if test $build = $target ; then
11101 LIPO_FOR_TARGET="$2"
11102 else
11103 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11104 fi
d3f5afc4
MS
11105else
11106 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
2429c060
PB
11107fi
11108
3a35eeb3
PB
11109else
11110 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
2429c060
PB
11111fi
11112
11113
11114
11115
11116if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11117 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11119$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11120 if test -x $with_build_time_tools/nm; then
11121 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11122 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
81ecdfbb
RW
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11124$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
3a35eeb3 11125 else
81ecdfbb
RW
11126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11127$as_echo "no" >&6; }
3a35eeb3 11128 fi
2429c060
PB
11129 elif test $build != $host && test $have_gcc_for_target = yes; then
11130 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
d3f5afc4
MS
11131 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11132 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
2429c060
PB
11133 fi
11134fi
c6b750e1 11135if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11136 # Extract the first word of "nm", so it can be a program name with args.
11137set dummy nm; ac_word=$2
81ecdfbb
RW
11138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11139$as_echo_n "checking for $ac_word... " >&6; }
11140if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11141 $as_echo_n "(cached) " >&6
2429c060 11142else
c6b750e1
DJ
11143 case $NM_FOR_TARGET in
11144 [\\/]* | ?:[\\/]*)
2429c060
PB
11145 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11146 ;;
2429c060 11147 *)
c6b750e1
DJ
11148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11149for as_dir in $gcc_cv_tool_dirs
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
c6b750e1 11155 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11157 break 2
11158 fi
11159done
81ecdfbb
RW
11160 done
11161IFS=$as_save_IFS
c6b750e1 11162
2429c060
PB
11163 ;;
11164esac
11165fi
c6b750e1 11166NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060 11167if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11169$as_echo "$NM_FOR_TARGET" >&6; }
2429c060 11170else
81ecdfbb
RW
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11172$as_echo "no" >&6; }
2429c060
PB
11173fi
11174
81ecdfbb 11175
2429c060
PB
11176fi
11177if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9a819804
AO
11178
11179
11180if test -n "$NM_FOR_TARGET"; then
11181 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11182elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11183 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11184fi
11185
11186if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11187 for ncn_progname in nm; do
11188 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11189set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11191$as_echo_n "checking for $ac_word... " >&6; }
11192if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11193 $as_echo_n "(cached) " >&6
9a819804
AO
11194else
11195 if test -n "$NM_FOR_TARGET"; then
11196 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11197else
11198as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11199for as_dir in $PATH
11200do
11201 IFS=$as_save_IFS
11202 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11203 for ac_exec_ext in '' $ac_executable_extensions; do
11204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11205 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 11206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11207 break 2
11208 fi
11209done
81ecdfbb
RW
11210 done
11211IFS=$as_save_IFS
9a819804
AO
11212
11213fi
11214fi
11215NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11216if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11218$as_echo "$NM_FOR_TARGET" >&6; }
9a819804 11219else
81ecdfbb
RW
11220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11221$as_echo "no" >&6; }
9a819804
AO
11222fi
11223
81ecdfbb 11224
9a819804
AO
11225 done
11226fi
11227
11228if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11229 for ncn_progname in nm; do
81ecdfbb
RW
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11231$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11232 if test -x $with_build_time_tools/${ncn_progname}; then
11233 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11235$as_echo "yes" >&6; }
2429c060
PB
11236 break
11237 else
81ecdfbb
RW
11238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11239$as_echo "no" >&6; }
2429c060
PB
11240 fi
11241 done
11242fi
11243
11244if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11245 for ncn_progname in nm; do
11246 if test -n "$ncn_target_tool_prefix"; then
11247 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 11248set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11250$as_echo_n "checking for $ac_word... " >&6; }
11251if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11252 $as_echo_n "(cached) " >&6
859789af 11253else
55db4b87
PB
11254 if test -n "$NM_FOR_TARGET"; then
11255 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 11256else
c6b750e1
DJ
11257as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11258for as_dir in $PATH
11259do
11260 IFS=$as_save_IFS
11261 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11262 for ac_exec_ext in '' $ac_executable_extensions; do
11263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11264 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11266 break 2
11267 fi
11268done
81ecdfbb
RW
11269 done
11270IFS=$as_save_IFS
c6b750e1 11271
859789af
AC
11272fi
11273fi
c6b750e1 11274NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
55db4b87 11275if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11277$as_echo "$NM_FOR_TARGET" >&6; }
859789af 11278else
81ecdfbb
RW
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11280$as_echo "no" >&6; }
859789af
AC
11281fi
11282
81ecdfbb 11283
2429c060
PB
11284 fi
11285 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11286 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 11287set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11289$as_echo_n "checking for $ac_word... " >&6; }
11290if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11291 $as_echo_n "(cached) " >&6
859789af 11292else
05cbd757
PB
11293 if test -n "$NM_FOR_TARGET"; then
11294 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 11295else
c6b750e1
DJ
11296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11297for as_dir in $PATH
11298do
11299 IFS=$as_save_IFS
11300 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11301 for ac_exec_ext in '' $ac_executable_extensions; do
11302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11303 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 11304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11305 break 2
11306 fi
11307done
81ecdfbb
RW
11308 done
11309IFS=$as_save_IFS
c6b750e1 11310
859789af
AC
11311fi
11312fi
c6b750e1 11313NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
05cbd757 11314if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11316$as_echo "$NM_FOR_TARGET" >&6; }
859789af 11317else
81ecdfbb
RW
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11319$as_echo "no" >&6; }
859789af 11320fi
c6b750e1 11321
81ecdfbb 11322
2429c060
PB
11323 fi
11324 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
11325 done
11326fi
c6b750e1 11327
05cbd757
PB
11328if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
11329 set dummy nm
11330 if test $build = $target ; then
11331 NM_FOR_TARGET="$2"
859789af 11332 else
05cbd757 11333 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 11334 fi
d3f5afc4
MS
11335else
11336 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
859789af
AC
11337fi
11338
3a35eeb3
PB
11339else
11340 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060
PB
11341fi
11342
11343
11344
11345
11346if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
11347 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
11349$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11350 if test -x $with_build_time_tools/objdump; then
11351 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
11352 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
81ecdfbb
RW
11353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
11354$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
3a35eeb3 11355 else
81ecdfbb
RW
11356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11357$as_echo "no" >&6; }
3a35eeb3 11358 fi
2429c060
PB
11359 elif test $build != $host && test $have_gcc_for_target = yes; then
11360 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
d3f5afc4
MS
11361 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
11362 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
2429c060
PB
11363 fi
11364fi
c6b750e1 11365if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11366 # Extract the first word of "objdump", so it can be a program name with args.
11367set dummy objdump; ac_word=$2
81ecdfbb
RW
11368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11369$as_echo_n "checking for $ac_word... " >&6; }
11370if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
11371 $as_echo_n "(cached) " >&6
2429c060 11372else
c6b750e1
DJ
11373 case $OBJDUMP_FOR_TARGET in
11374 [\\/]* | ?:[\\/]*)
2429c060
PB
11375 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
11376 ;;
2429c060 11377 *)
c6b750e1
DJ
11378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11379for as_dir in $gcc_cv_tool_dirs
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
c6b750e1 11385 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11387 break 2
11388 fi
11389done
81ecdfbb
RW
11390 done
11391IFS=$as_save_IFS
c6b750e1 11392
2429c060
PB
11393 ;;
11394esac
11395fi
c6b750e1 11396OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060 11397if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
11398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
11399$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
2429c060 11400else
81ecdfbb
RW
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11402$as_echo "no" >&6; }
2429c060
PB
11403fi
11404
81ecdfbb 11405
2429c060
PB
11406fi
11407if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9a819804
AO
11408
11409
11410if test -n "$OBJDUMP_FOR_TARGET"; then
11411 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
11412elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
11413 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
11414fi
11415
11416if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
11417 for ncn_progname in objdump; do
11418 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11419set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11421$as_echo_n "checking for $ac_word... " >&6; }
11422if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
11423 $as_echo_n "(cached) " >&6
9a819804
AO
11424else
11425 if test -n "$OBJDUMP_FOR_TARGET"; then
11426 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
11427else
11428as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11429for as_dir in $PATH
11430do
11431 IFS=$as_save_IFS
11432 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11433 for ac_exec_ext in '' $ac_executable_extensions; do
11434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11435 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 11436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11437 break 2
11438 fi
11439done
81ecdfbb
RW
11440 done
11441IFS=$as_save_IFS
9a819804
AO
11442
11443fi
11444fi
11445OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
11446if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
11447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
11448$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
9a819804 11449else
81ecdfbb
RW
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11451$as_echo "no" >&6; }
9a819804
AO
11452fi
11453
81ecdfbb 11454
9a819804
AO
11455 done
11456fi
11457
11458if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11459 for ncn_progname in objdump; do
81ecdfbb
RW
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11461$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11462 if test -x $with_build_time_tools/${ncn_progname}; then
11463 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11465$as_echo "yes" >&6; }
2429c060
PB
11466 break
11467 else
81ecdfbb
RW
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11469$as_echo "no" >&6; }
2429c060
PB
11470 fi
11471 done
11472fi
11473
11474if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
11475 for ncn_progname in objdump; do
11476 if test -n "$ncn_target_tool_prefix"; then
11477 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 11478set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11480$as_echo_n "checking for $ac_word... " >&6; }
11481if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
11482 $as_echo_n "(cached) " >&6
5ae72758
DJ
11483else
11484 if test -n "$OBJDUMP_FOR_TARGET"; then
11485 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
11486else
c6b750e1
DJ
11487as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11488for as_dir in $PATH
11489do
11490 IFS=$as_save_IFS
11491 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11492 for ac_exec_ext in '' $ac_executable_extensions; do
11493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11494 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11496 break 2
11497 fi
11498done
81ecdfbb
RW
11499 done
11500IFS=$as_save_IFS
c6b750e1 11501
5ae72758
DJ
11502fi
11503fi
c6b750e1 11504OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 11505if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
11507$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 11508else
81ecdfbb
RW
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11510$as_echo "no" >&6; }
5ae72758
DJ
11511fi
11512
81ecdfbb 11513
2429c060
PB
11514 fi
11515 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
11516 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5ae72758 11517set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11519$as_echo_n "checking for $ac_word... " >&6; }
11520if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
11521 $as_echo_n "(cached) " >&6
5ae72758
DJ
11522else
11523 if test -n "$OBJDUMP_FOR_TARGET"; then
11524 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
11525else
c6b750e1
DJ
11526as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11527for as_dir in $PATH
11528do
11529 IFS=$as_save_IFS
11530 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11531 for ac_exec_ext in '' $ac_executable_extensions; do
11532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11533 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 11534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11535 break 2
11536 fi
11537done
81ecdfbb
RW
11538 done
11539IFS=$as_save_IFS
c6b750e1 11540
5ae72758
DJ
11541fi
11542fi
c6b750e1 11543OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 11544if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
11546$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 11547else
81ecdfbb
RW
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11549$as_echo "no" >&6; }
5ae72758 11550fi
c6b750e1 11551
81ecdfbb 11552
2429c060
PB
11553 fi
11554 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
11555 done
11556fi
c6b750e1 11557
5ae72758
DJ
11558if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
11559 set dummy objdump
11560 if test $build = $target ; then
11561 OBJDUMP_FOR_TARGET="$2"
11562 else
11563 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
11564 fi
d3f5afc4
MS
11565else
11566 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
5ae72758
DJ
11567fi
11568
3a35eeb3
PB
11569else
11570 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060
PB
11571fi
11572
11573
11574
11575
11576if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
11577 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
11579$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11580 if test -x $with_build_time_tools/ranlib; then
11581 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
11582 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
81ecdfbb
RW
11583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
11584$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
3a35eeb3 11585 else
81ecdfbb
RW
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11587$as_echo "no" >&6; }
3a35eeb3 11588 fi
2429c060
PB
11589 elif test $build != $host && test $have_gcc_for_target = yes; then
11590 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
d3f5afc4
MS
11591 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
11592 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
2429c060
PB
11593 fi
11594fi
c6b750e1 11595if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11596 # Extract the first word of "ranlib", so it can be a program name with args.
11597set dummy ranlib; ac_word=$2
81ecdfbb
RW
11598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11599$as_echo_n "checking for $ac_word... " >&6; }
11600if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
11601 $as_echo_n "(cached) " >&6
2429c060 11602else
c6b750e1
DJ
11603 case $RANLIB_FOR_TARGET in
11604 [\\/]* | ?:[\\/]*)
2429c060
PB
11605 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
11606 ;;
2429c060 11607 *)
c6b750e1
DJ
11608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11609for as_dir in $gcc_cv_tool_dirs
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
c6b750e1 11615 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11617 break 2
11618 fi
11619done
81ecdfbb
RW
11620 done
11621IFS=$as_save_IFS
c6b750e1 11622
2429c060
PB
11623 ;;
11624esac
11625fi
c6b750e1 11626RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
2429c060 11627if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
11628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
11629$as_echo "$RANLIB_FOR_TARGET" >&6; }
2429c060 11630else
81ecdfbb
RW
11631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11632$as_echo "no" >&6; }
2429c060
PB
11633fi
11634
81ecdfbb 11635
2429c060
PB
11636fi
11637if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
9a819804
AO
11638
11639
11640if test -n "$RANLIB_FOR_TARGET"; then
11641 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
11642elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
11643 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
11644fi
11645
11646if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
11647 for ncn_progname in ranlib; do
11648 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11649set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11651$as_echo_n "checking for $ac_word... " >&6; }
11652if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
11653 $as_echo_n "(cached) " >&6
9a819804
AO
11654else
11655 if test -n "$RANLIB_FOR_TARGET"; then
11656 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
11657else
11658as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11659for as_dir in $PATH
11660do
11661 IFS=$as_save_IFS
11662 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11663 for ac_exec_ext in '' $ac_executable_extensions; do
11664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11665 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 11666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11667 break 2
11668 fi
11669done
81ecdfbb
RW
11670 done
11671IFS=$as_save_IFS
9a819804
AO
11672
11673fi
11674fi
11675RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
11676if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
11678$as_echo "$RANLIB_FOR_TARGET" >&6; }
9a819804 11679else
81ecdfbb
RW
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11681$as_echo "no" >&6; }
9a819804
AO
11682fi
11683
81ecdfbb 11684
9a819804
AO
11685 done
11686fi
11687
11688if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11689 for ncn_progname in ranlib; do
81ecdfbb
RW
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11691$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11692 if test -x $with_build_time_tools/${ncn_progname}; then
11693 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11695$as_echo "yes" >&6; }
2429c060
PB
11696 break
11697 else
81ecdfbb
RW
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11699$as_echo "no" >&6; }
2429c060
PB
11700 fi
11701 done
11702fi
11703
11704if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
11705 for ncn_progname in ranlib; do
11706 if test -n "$ncn_target_tool_prefix"; then
11707 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5ae72758 11708set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11710$as_echo_n "checking for $ac_word... " >&6; }
11711if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
11712 $as_echo_n "(cached) " >&6
859789af 11713else
55db4b87
PB
11714 if test -n "$RANLIB_FOR_TARGET"; then
11715 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 11716else
c6b750e1
DJ
11717as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11718for as_dir in $PATH
11719do
11720 IFS=$as_save_IFS
11721 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11722 for ac_exec_ext in '' $ac_executable_extensions; do
11723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11724 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11726 break 2
11727 fi
11728done
81ecdfbb
RW
11729 done
11730IFS=$as_save_IFS
c6b750e1 11731
859789af
AC
11732fi
11733fi
c6b750e1 11734RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
55db4b87 11735if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
11737$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 11738else
81ecdfbb
RW
11739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11740$as_echo "no" >&6; }
859789af
AC
11741fi
11742
81ecdfbb 11743
2429c060
PB
11744 fi
11745 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
11746 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 11747set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11749$as_echo_n "checking for $ac_word... " >&6; }
11750if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
11751 $as_echo_n "(cached) " >&6
859789af 11752else
05cbd757
PB
11753 if test -n "$RANLIB_FOR_TARGET"; then
11754 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 11755else
c6b750e1
DJ
11756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11757for as_dir in $PATH
11758do
11759 IFS=$as_save_IFS
11760 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11761 for ac_exec_ext in '' $ac_executable_extensions; do
11762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11763 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 11764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11765 break 2
11766 fi
11767done
81ecdfbb
RW
11768 done
11769IFS=$as_save_IFS
c6b750e1 11770
859789af
AC
11771fi
11772fi
c6b750e1 11773RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
05cbd757 11774if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
11776$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 11777else
81ecdfbb
RW
11778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11779$as_echo "no" >&6; }
859789af 11780fi
c6b750e1 11781
81ecdfbb 11782
2429c060
PB
11783 fi
11784 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
11785 done
11786fi
c6b750e1 11787
2429c060
PB
11788if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
11789 set dummy ranlib
11790 if test $build = $target ; then
11791 RANLIB_FOR_TARGET="$2"
11792 else
11793 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 11794 fi
d3f5afc4
MS
11795else
11796 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
2429c060 11797fi
05cbd757 11798
3a35eeb3
PB
11799else
11800 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
859789af
AC
11801fi
11802
2429c060
PB
11803
11804
11805
11806if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
11807 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
11809$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11810 if test -x $with_build_time_tools/strip; then
11811 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
11812 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
81ecdfbb
RW
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
11814$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
3a35eeb3 11815 else
81ecdfbb
RW
11816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11817$as_echo "no" >&6; }
3a35eeb3 11818 fi
2429c060
PB
11819 elif test $build != $host && test $have_gcc_for_target = yes; then
11820 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
d3f5afc4
MS
11821 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
11822 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
2429c060
PB
11823 fi
11824fi
c6b750e1 11825if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11826 # Extract the first word of "strip", so it can be a program name with args.
11827set dummy strip; ac_word=$2
81ecdfbb
RW
11828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11829$as_echo_n "checking for $ac_word... " >&6; }
11830if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
11831 $as_echo_n "(cached) " >&6
2429c060 11832else
c6b750e1
DJ
11833 case $STRIP_FOR_TARGET in
11834 [\\/]* | ?:[\\/]*)
2429c060
PB
11835 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
11836 ;;
2429c060 11837 *)
c6b750e1
DJ
11838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11839for as_dir in $gcc_cv_tool_dirs
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
c6b750e1 11845 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
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
PB
11853 ;;
11854esac
11855fi
c6b750e1 11856STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060 11857if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
11859$as_echo "$STRIP_FOR_TARGET" >&6; }
2429c060 11860else
81ecdfbb
RW
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11862$as_echo "no" >&6; }
2429c060
PB
11863fi
11864
81ecdfbb 11865
2429c060
PB
11866fi
11867if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
9a819804
AO
11868
11869
11870if test -n "$STRIP_FOR_TARGET"; then
11871 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11872elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
11873 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11874fi
11875
11876if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
11877 for ncn_progname in strip; do
11878 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11879set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11881$as_echo_n "checking for $ac_word... " >&6; }
11882if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
11883 $as_echo_n "(cached) " >&6
9a819804
AO
11884else
11885 if test -n "$STRIP_FOR_TARGET"; then
11886 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11887else
11888as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11889for as_dir in $PATH
11890do
11891 IFS=$as_save_IFS
11892 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11893 for ac_exec_ext in '' $ac_executable_extensions; do
11894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11895 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 11896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11897 break 2
11898 fi
11899done
81ecdfbb
RW
11900 done
11901IFS=$as_save_IFS
9a819804
AO
11902
11903fi
11904fi
11905STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11906if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
11907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
11908$as_echo "$STRIP_FOR_TARGET" >&6; }
9a819804 11909else
81ecdfbb
RW
11910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11911$as_echo "no" >&6; }
9a819804
AO
11912fi
11913
81ecdfbb 11914
9a819804
AO
11915 done
11916fi
11917
11918if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11919 for ncn_progname in strip; do
81ecdfbb
RW
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11921$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11922 if test -x $with_build_time_tools/${ncn_progname}; then
11923 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11925$as_echo "yes" >&6; }
2429c060
PB
11926 break
11927 else
81ecdfbb
RW
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11929$as_echo "no" >&6; }
2429c060
PB
11930 fi
11931 done
11932fi
11933
11934if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
11935 for ncn_progname in strip; do
11936 if test -n "$ncn_target_tool_prefix"; then
11937 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 11938set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11940$as_echo_n "checking for $ac_word... " >&6; }
11941if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
11942 $as_echo_n "(cached) " >&6
7e0f7140
GK
11943else
11944 if test -n "$STRIP_FOR_TARGET"; then
11945 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
c6b750e1
DJ
11946else
11947as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11948for as_dir in $PATH
11949do
11950 IFS=$as_save_IFS
11951 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11952 for ac_exec_ext in '' $ac_executable_extensions; do
11953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11954 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11956 break 2
11957 fi
11958done
81ecdfbb
RW
11959 done
11960IFS=$as_save_IFS
c6b750e1 11961
7e0f7140
GK
11962fi
11963fi
c6b750e1 11964STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 11965if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
11967$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 11968else
81ecdfbb
RW
11969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11970$as_echo "no" >&6; }
7e0f7140
GK
11971fi
11972
81ecdfbb 11973
2429c060
PB
11974 fi
11975 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
11976 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 11977set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11979$as_echo_n "checking for $ac_word... " >&6; }
11980if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
11981 $as_echo_n "(cached) " >&6
7e0f7140
GK
11982else
11983 if test -n "$STRIP_FOR_TARGET"; then
11984 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11985else
c6b750e1
DJ
11986as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11987for as_dir in $PATH
11988do
11989 IFS=$as_save_IFS
11990 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11991 for ac_exec_ext in '' $ac_executable_extensions; do
11992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11993 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 11994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11995 break 2
11996 fi
11997done
81ecdfbb
RW
11998 done
11999IFS=$as_save_IFS
c6b750e1 12000
7e0f7140
GK
12001fi
12002fi
c6b750e1 12003STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12004if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12006$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12007else
81ecdfbb
RW
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12009$as_echo "no" >&6; }
7e0f7140 12010fi
c6b750e1 12011
81ecdfbb 12012
2429c060
PB
12013 fi
12014 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12015 done
12016fi
c6b750e1 12017
7e0f7140
GK
12018if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12019 set dummy strip
12020 if test $build = $target ; then
12021 STRIP_FOR_TARGET="$2"
12022 else
12023 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12024 fi
d3f5afc4
MS
12025else
12026 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
7e0f7140
GK
12027fi
12028
3a35eeb3
PB
12029else
12030 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060
PB
12031fi
12032
12033
12034
12035
12036if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12037 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12039$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12040 if test -x $with_build_time_tools/windres; then
12041 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12042 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
81ecdfbb
RW
12043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12044$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
3a35eeb3 12045 else
81ecdfbb
RW
12046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12047$as_echo "no" >&6; }
3a35eeb3 12048 fi
2429c060
PB
12049 elif test $build != $host && test $have_gcc_for_target = yes; then
12050 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
d3f5afc4
MS
12051 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12052 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
2429c060
PB
12053 fi
12054fi
c6b750e1 12055if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12056 # Extract the first word of "windres", so it can be a program name with args.
12057set dummy windres; ac_word=$2
81ecdfbb
RW
12058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12059$as_echo_n "checking for $ac_word... " >&6; }
12060if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12061 $as_echo_n "(cached) " >&6
2429c060 12062else
c6b750e1
DJ
12063 case $WINDRES_FOR_TARGET in
12064 [\\/]* | ?:[\\/]*)
2429c060
PB
12065 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12066 ;;
2429c060 12067 *)
c6b750e1
DJ
12068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12069for as_dir in $gcc_cv_tool_dirs
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
c6b750e1 12075 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12077 break 2
12078 fi
12079done
81ecdfbb
RW
12080 done
12081IFS=$as_save_IFS
c6b750e1 12082
2429c060
PB
12083 ;;
12084esac
12085fi
c6b750e1 12086WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060 12087if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12089$as_echo "$WINDRES_FOR_TARGET" >&6; }
2429c060 12090else
81ecdfbb
RW
12091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12092$as_echo "no" >&6; }
2429c060
PB
12093fi
12094
81ecdfbb 12095
2429c060
PB
12096fi
12097if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
9a819804
AO
12098
12099
12100if test -n "$WINDRES_FOR_TARGET"; then
12101 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12102elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12103 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12104fi
12105
12106if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12107 for ncn_progname in windres; do
12108 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12109set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12111$as_echo_n "checking for $ac_word... " >&6; }
12112if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12113 $as_echo_n "(cached) " >&6
9a819804
AO
12114else
12115 if test -n "$WINDRES_FOR_TARGET"; then
12116 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12117else
12118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12119for as_dir in $PATH
12120do
12121 IFS=$as_save_IFS
12122 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12123 for ac_exec_ext in '' $ac_executable_extensions; do
12124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12125 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 12126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12127 break 2
12128 fi
12129done
81ecdfbb
RW
12130 done
12131IFS=$as_save_IFS
9a819804
AO
12132
12133fi
12134fi
12135WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12136if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12138$as_echo "$WINDRES_FOR_TARGET" >&6; }
9a819804 12139else
81ecdfbb
RW
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12141$as_echo "no" >&6; }
9a819804
AO
12142fi
12143
81ecdfbb 12144
9a819804
AO
12145 done
12146fi
12147
12148if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12149 for ncn_progname in windres; do
81ecdfbb
RW
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12151$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12152 if test -x $with_build_time_tools/${ncn_progname}; then
12153 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12155$as_echo "yes" >&6; }
2429c060
PB
12156 break
12157 else
81ecdfbb
RW
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12159$as_echo "no" >&6; }
2429c060
PB
12160 fi
12161 done
12162fi
12163
12164if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12165 for ncn_progname in windres; do
12166 if test -n "$ncn_target_tool_prefix"; then
12167 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12168set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12170$as_echo_n "checking for $ac_word... " >&6; }
12171if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12172 $as_echo_n "(cached) " >&6
859789af 12173else
55db4b87
PB
12174 if test -n "$WINDRES_FOR_TARGET"; then
12175 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 12176else
c6b750e1
DJ
12177as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12178for as_dir in $PATH
12179do
12180 IFS=$as_save_IFS
12181 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12182 for ac_exec_ext in '' $ac_executable_extensions; do
12183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12184 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12186 break 2
12187 fi
12188done
81ecdfbb
RW
12189 done
12190IFS=$as_save_IFS
c6b750e1 12191
859789af
AC
12192fi
12193fi
c6b750e1 12194WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
55db4b87 12195if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12197$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 12198else
81ecdfbb
RW
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12200$as_echo "no" >&6; }
859789af
AC
12201fi
12202
81ecdfbb 12203
2429c060
PB
12204 fi
12205 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12206 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12207set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12209$as_echo_n "checking for $ac_word... " >&6; }
12210if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12211 $as_echo_n "(cached) " >&6
859789af 12212else
05cbd757
PB
12213 if test -n "$WINDRES_FOR_TARGET"; then
12214 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 12215else
c6b750e1
DJ
12216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12217for as_dir in $PATH
12218do
12219 IFS=$as_save_IFS
12220 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12221 for ac_exec_ext in '' $ac_executable_extensions; do
12222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12223 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 12224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12225 break 2
12226 fi
12227done
81ecdfbb
RW
12228 done
12229IFS=$as_save_IFS
c6b750e1 12230
859789af
AC
12231fi
12232fi
c6b750e1 12233WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
05cbd757 12234if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12236$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 12237else
81ecdfbb
RW
12238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12239$as_echo "no" >&6; }
859789af 12240fi
c6b750e1 12241
81ecdfbb 12242
2429c060
PB
12243 fi
12244 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
12245 done
12246fi
c6b750e1 12247
05cbd757
PB
12248if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12249 set dummy windres
12250 if test $build = $target ; then
12251 WINDRES_FOR_TARGET="$2"
859789af 12252 else
05cbd757 12253 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12254 fi
d3f5afc4
MS
12255else
12256 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
859789af
AC
12257fi
12258
3a35eeb3
PB
12259else
12260 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060
PB
12261fi
12262
852e5f18 12263
0c24b341
NC
12264
12265
12266if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12267 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
12269$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
0c24b341
NC
12270 if test -x $with_build_time_tools/windmc; then
12271 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
12272 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
81ecdfbb
RW
12273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
12274$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
0c24b341 12275 else
81ecdfbb
RW
12276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12277$as_echo "no" >&6; }
0c24b341
NC
12278 fi
12279 elif test $build != $host && test $have_gcc_for_target = yes; then
12280 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
12281 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
12282 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12283 fi
12284fi
12285if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12286 # Extract the first word of "windmc", so it can be a program name with args.
12287set dummy windmc; ac_word=$2
81ecdfbb
RW
12288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12289$as_echo_n "checking for $ac_word... " >&6; }
12290if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
12291 $as_echo_n "(cached) " >&6
0c24b341
NC
12292else
12293 case $WINDMC_FOR_TARGET in
12294 [\\/]* | ?:[\\/]*)
12295 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
12296 ;;
12297 *)
12298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12299for as_dir in $gcc_cv_tool_dirs
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
0c24b341 12305 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
12307 break 2
12308 fi
12309done
81ecdfbb
RW
12310 done
12311IFS=$as_save_IFS
0c24b341
NC
12312
12313 ;;
12314esac
12315fi
12316WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
0c24b341 12317if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
12318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
12319$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 12320else
81ecdfbb
RW
12321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12322$as_echo "no" >&6; }
0c24b341
NC
12323fi
12324
81ecdfbb 12325
0c24b341
NC
12326fi
12327if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12328
12329
12330if test -n "$WINDMC_FOR_TARGET"; then
12331 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12332elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12333 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12334fi
12335
12336if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12337 for ncn_progname in windmc; do
12338 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12339set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12341$as_echo_n "checking for $ac_word... " >&6; }
12342if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
12343 $as_echo_n "(cached) " >&6
0c24b341
NC
12344else
12345 if test -n "$WINDMC_FOR_TARGET"; then
12346 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
12347else
12348as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12349for as_dir in $PATH
12350do
12351 IFS=$as_save_IFS
12352 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12353 for ac_exec_ext in '' $ac_executable_extensions; do
12354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 12355 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 12356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
12357 break 2
12358 fi
12359done
81ecdfbb
RW
12360 done
12361IFS=$as_save_IFS
0c24b341
NC
12362
12363fi
12364fi
12365WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12366if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
12367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
12368$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 12369else
81ecdfbb
RW
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12371$as_echo "no" >&6; }
0c24b341
NC
12372fi
12373
81ecdfbb 12374
0c24b341
NC
12375 done
12376fi
12377
12378if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
12379 for ncn_progname in windmc; do
81ecdfbb
RW
12380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12381$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
0c24b341
NC
12382 if test -x $with_build_time_tools/${ncn_progname}; then
12383 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12385$as_echo "yes" >&6; }
0c24b341
NC
12386 break
12387 else
81ecdfbb
RW
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12389$as_echo "no" >&6; }
0c24b341
NC
12390 fi
12391 done
12392fi
12393
12394if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12395 for ncn_progname in windmc; do
12396 if test -n "$ncn_target_tool_prefix"; then
12397 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12398set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12400$as_echo_n "checking for $ac_word... " >&6; }
12401if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
12402 $as_echo_n "(cached) " >&6
0c24b341
NC
12403else
12404 if test -n "$WINDMC_FOR_TARGET"; then
12405 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
12406else
12407as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12408for as_dir in $PATH
12409do
12410 IFS=$as_save_IFS
12411 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12412 for ac_exec_ext in '' $ac_executable_extensions; do
12413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 12414 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
12416 break 2
12417 fi
12418done
81ecdfbb
RW
12419 done
12420IFS=$as_save_IFS
0c24b341
NC
12421
12422fi
12423fi
12424WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12425if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
12427$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 12428else
81ecdfbb
RW
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12430$as_echo "no" >&6; }
0c24b341
NC
12431fi
12432
81ecdfbb 12433
0c24b341
NC
12434 fi
12435 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
12436 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12437set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12439$as_echo_n "checking for $ac_word... " >&6; }
12440if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
12441 $as_echo_n "(cached) " >&6
0c24b341
NC
12442else
12443 if test -n "$WINDMC_FOR_TARGET"; then
12444 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
12445else
12446as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12447for as_dir in $PATH
12448do
12449 IFS=$as_save_IFS
12450 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12451 for ac_exec_ext in '' $ac_executable_extensions; do
12452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 12453 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 12454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
12455 break 2
12456 fi
12457done
81ecdfbb
RW
12458 done
12459IFS=$as_save_IFS
0c24b341
NC
12460
12461fi
12462fi
12463WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12464if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
12466$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 12467else
81ecdfbb
RW
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12469$as_echo "no" >&6; }
0c24b341
NC
12470fi
12471
81ecdfbb 12472
0c24b341
NC
12473 fi
12474 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
12475 done
12476fi
12477
12478if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
12479 set dummy windmc
12480 if test $build = $target ; then
12481 WINDMC_FOR_TARGET="$2"
12482 else
12483 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
12484 fi
12485else
12486 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
12487fi
12488
12489else
12490 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
12491fi
12492
12493
be01d343
PB
12494RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
12495
81ecdfbb
RW
12496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
12497$as_echo_n "checking where to find the target ar... " >&6; }
be01d343 12498if test "x${build}" != "x${host}" ; then
2429c060
PB
12499 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
12500 # We already found the complete path
b8025f34 12501 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
12502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12503$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
12504 else
12505 # Canadian cross, just use what we found
81ecdfbb
RW
12506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12507$as_echo "pre-installed" >&6; }
2429c060 12508 fi
be01d343
PB
12509else
12510 ok=yes
12511 case " ${configdirs} " in
12512 *" binutils "*) ;;
12513 *) ok=no ;;
12514 esac
c6b750e1 12515
be01d343
PB
12516 if test $ok = yes; then
12517 # An in-tree tool is available and we can use it
12518 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
81ecdfbb
RW
12519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12520$as_echo "just compiled" >&6; }
2429c060
PB
12521 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
12522 # We already found the complete path
b8025f34 12523 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12525$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
12526 elif test "x$target" = "x$host"; then
12527 # We can use an host tool
12528 AR_FOR_TARGET='$(AR)'
81ecdfbb
RW
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12530$as_echo "host tool" >&6; }
be01d343
PB
12531 else
12532 # We need a cross tool
81ecdfbb
RW
12533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12534$as_echo "pre-installed" >&6; }
be01d343
PB
12535 fi
12536fi
4b900473 12537
81ecdfbb
RW
12538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
12539$as_echo_n "checking where to find the target as... " >&6; }
be01d343 12540if test "x${build}" != "x${host}" ; then
2429c060
PB
12541 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
12542 # We already found the complete path
b8025f34 12543 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
12544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12545$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
12546 else
12547 # Canadian cross, just use what we found
81ecdfbb
RW
12548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12549$as_echo "pre-installed" >&6; }
2429c060 12550 fi
be01d343
PB
12551else
12552 ok=yes
12553 case " ${configdirs} " in
12554 *" gas "*) ;;
12555 *) ok=no ;;
12556 esac
c6b750e1 12557
be01d343
PB
12558 if test $ok = yes; then
12559 # An in-tree tool is available and we can use it
12560 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
81ecdfbb
RW
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12562$as_echo "just compiled" >&6; }
2429c060
PB
12563 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
12564 # We already found the complete path
b8025f34 12565 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12567$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
12568 elif test "x$target" = "x$host"; then
12569 # We can use an host tool
12570 AS_FOR_TARGET='$(AS)'
81ecdfbb
RW
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12572$as_echo "host tool" >&6; }
be01d343
PB
12573 else
12574 # We need a cross tool
81ecdfbb
RW
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12576$as_echo "pre-installed" >&6; }
be01d343
PB
12577 fi
12578fi
4b900473 12579
81ecdfbb
RW
12580{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
12581$as_echo_n "checking where to find the target cc... " >&6; }
be01d343 12582if test "x${build}" != "x${host}" ; then
2429c060
PB
12583 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
12584 # We already found the complete path
b8025f34 12585 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
12586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12587$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
12588 else
12589 # Canadian cross, just use what we found
81ecdfbb
RW
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12591$as_echo "pre-installed" >&6; }
2429c060 12592 fi
be01d343
PB
12593else
12594 ok=yes
12595 case " ${configdirs} " in
12596 *" gcc "*) ;;
12597 *) ok=no ;;
12598 esac
c6b750e1 12599
be01d343
PB
12600 if test $ok = yes; then
12601 # An in-tree tool is available and we can use it
12602 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12604$as_echo "just compiled" >&6; }
2429c060
PB
12605 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
12606 # We already found the complete path
b8025f34 12607 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
12608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12609$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
12610 elif test "x$target" = "x$host"; then
12611 # We can use an host tool
12612 CC_FOR_TARGET='$(CC)'
81ecdfbb
RW
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12614$as_echo "host tool" >&6; }
be01d343
PB
12615 else
12616 # We need a cross tool
81ecdfbb
RW
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12618$as_echo "pre-installed" >&6; }
be01d343
PB
12619 fi
12620fi
4b900473 12621
81ecdfbb
RW
12622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
12623$as_echo_n "checking where to find the target c++... " >&6; }
be01d343 12624if test "x${build}" != "x${host}" ; then
2429c060
PB
12625 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
12626 # We already found the complete path
b8025f34 12627 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12629$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
12630 else
12631 # Canadian cross, just use what we found
81ecdfbb
RW
12632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12633$as_echo "pre-installed" >&6; }
2429c060 12634 fi
be01d343
PB
12635else
12636 ok=yes
12637 case " ${configdirs} " in
12638 *" gcc "*) ;;
12639 *) ok=no ;;
12640 esac
12641 case ,${enable_languages}, in
12642 *,c++,*) ;;
12643 *) ok=no ;;
12644 esac
12645 if test $ok = yes; then
12646 # An in-tree tool is available and we can use it
12647 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
81ecdfbb
RW
12648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12649$as_echo "just compiled" >&6; }
2429c060
PB
12650 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
12651 # We already found the complete path
b8025f34 12652 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
12653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12654$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
12655 elif test "x$target" = "x$host"; then
12656 # We can use an host tool
12657 CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12659$as_echo "host tool" >&6; }
be01d343
PB
12660 else
12661 # We need a cross tool
81ecdfbb
RW
12662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12663$as_echo "pre-installed" >&6; }
be01d343
PB
12664 fi
12665fi
4b900473 12666
81ecdfbb
RW
12667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
12668$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
be01d343 12669if test "x${build}" != "x${host}" ; then
2429c060
PB
12670 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
12671 # We already found the complete path
b8025f34 12672 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
12673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12674$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
12675 else
12676 # Canadian cross, just use what we found
81ecdfbb
RW
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12678$as_echo "pre-installed" >&6; }
2429c060 12679 fi
be01d343
PB
12680else
12681 ok=yes
12682 case " ${configdirs} " in
12683 *" gcc "*) ;;
12684 *) ok=no ;;
12685 esac
12686 case ,${enable_languages}, in
12687 *,c++,*) ;;
12688 *) ok=no ;;
12689 esac
12690 if test $ok = yes; then
12691 # An in-tree tool is available and we can use it
12692 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
12693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12694$as_echo "just compiled" >&6; }
2429c060
PB
12695 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
12696 # We already found the complete path
b8025f34 12697 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12699$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
12700 elif test "x$target" = "x$host"; then
12701 # We can use an host tool
12702 RAW_CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12704$as_echo "host tool" >&6; }
be01d343
PB
12705 else
12706 # We need a cross tool
81ecdfbb
RW
12707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12708$as_echo "pre-installed" >&6; }
be01d343
PB
12709 fi
12710fi
4b900473 12711
81ecdfbb
RW
12712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
12713$as_echo_n "checking where to find the target dlltool... " >&6; }
be01d343 12714if test "x${build}" != "x${host}" ; then
2429c060
PB
12715 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
12716 # We already found the complete path
b8025f34 12717 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12719$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
12720 else
12721 # Canadian cross, just use what we found
81ecdfbb
RW
12722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12723$as_echo "pre-installed" >&6; }
2429c060 12724 fi
be01d343
PB
12725else
12726 ok=yes
12727 case " ${configdirs} " in
12728 *" binutils "*) ;;
12729 *) ok=no ;;
12730 esac
c6b750e1 12731
be01d343
PB
12732 if test $ok = yes; then
12733 # An in-tree tool is available and we can use it
12734 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
81ecdfbb
RW
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12736$as_echo "just compiled" >&6; }
2429c060
PB
12737 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
12738 # We already found the complete path
b8025f34 12739 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12741$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
12742 elif test "x$target" = "x$host"; then
12743 # We can use an host tool
12744 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
81ecdfbb
RW
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12746$as_echo "host tool" >&6; }
be01d343
PB
12747 else
12748 # We need a cross tool
81ecdfbb
RW
12749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12750$as_echo "pre-installed" >&6; }
be01d343
PB
12751 fi
12752fi
4b900473 12753
81ecdfbb
RW
12754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
12755$as_echo_n "checking where to find the target gcc... " >&6; }
be01d343 12756if test "x${build}" != "x${host}" ; then
2429c060
PB
12757 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
12758 # We already found the complete path
b8025f34 12759 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
12760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12761$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
12762 else
12763 # Canadian cross, just use what we found
81ecdfbb
RW
12764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12765$as_echo "pre-installed" >&6; }
2429c060 12766 fi
be01d343
PB
12767else
12768 ok=yes
12769 case " ${configdirs} " in
12770 *" gcc "*) ;;
12771 *) ok=no ;;
12772 esac
c6b750e1 12773
be01d343
PB
12774 if test $ok = yes; then
12775 # An in-tree tool is available and we can use it
12776 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12778$as_echo "just compiled" >&6; }
2429c060
PB
12779 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
12780 # We already found the complete path
b8025f34 12781 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
12782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12783$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
12784 elif test "x$target" = "x$host"; then
12785 # We can use an host tool
12786 GCC_FOR_TARGET='$()'
81ecdfbb
RW
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12788$as_echo "host tool" >&6; }
be01d343
PB
12789 else
12790 # We need a cross tool
81ecdfbb
RW
12791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12792$as_echo "pre-installed" >&6; }
be01d343
PB
12793 fi
12794fi
4b900473 12795
81ecdfbb
RW
12796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
12797$as_echo_n "checking where to find the target gcj... " >&6; }
be01d343 12798if test "x${build}" != "x${host}" ; then
2429c060
PB
12799 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
12800 # We already found the complete path
b8025f34 12801 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
12802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12803$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
12804 else
12805 # Canadian cross, just use what we found
81ecdfbb
RW
12806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12807$as_echo "pre-installed" >&6; }
2429c060 12808 fi
be01d343
PB
12809else
12810 ok=yes
12811 case " ${configdirs} " in
12812 *" gcc "*) ;;
12813 *) ok=no ;;
12814 esac
12815 case ,${enable_languages}, in
12816 *,java,*) ;;
12817 *) ok=no ;;
12818 esac
12819 if test $ok = yes; then
12820 # An in-tree tool is available and we can use it
12821 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
12822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12823$as_echo "just compiled" >&6; }
2429c060
PB
12824 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
12825 # We already found the complete path
b8025f34 12826 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
12827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12828$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
12829 elif test "x$target" = "x$host"; then
12830 # We can use an host tool
12831 GCJ_FOR_TARGET='$(GCJ)'
81ecdfbb
RW
12832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12833$as_echo "host tool" >&6; }
be01d343
PB
12834 else
12835 # We need a cross tool
81ecdfbb
RW
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12837$as_echo "pre-installed" >&6; }
be01d343
PB
12838 fi
12839fi
4b900473 12840
81ecdfbb
RW
12841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
12842$as_echo_n "checking where to find the target gfortran... " >&6; }
be01d343 12843if test "x${build}" != "x${host}" ; then
2429c060
PB
12844 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
12845 # We already found the complete path
b8025f34 12846 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12848$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
12849 else
12850 # Canadian cross, just use what we found
81ecdfbb
RW
12851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12852$as_echo "pre-installed" >&6; }
2429c060 12853 fi
be01d343
PB
12854else
12855 ok=yes
12856 case " ${configdirs} " in
12857 *" gcc "*) ;;
12858 *) ok=no ;;
12859 esac
12860 case ,${enable_languages}, in
12861 *,fortran,*) ;;
12862 *) ok=no ;;
12863 esac
12864 if test $ok = yes; then
12865 # An in-tree tool is available and we can use it
12866 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
12867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12868$as_echo "just compiled" >&6; }
2429c060
PB
12869 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
12870 # We already found the complete path
b8025f34 12871 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
12872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12873$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
12874 elif test "x$target" = "x$host"; then
12875 # We can use an host tool
12876 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
81ecdfbb
RW
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12878$as_echo "host tool" >&6; }
be01d343
PB
12879 else
12880 # We need a cross tool
81ecdfbb
RW
12881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12882$as_echo "pre-installed" >&6; }
be01d343
PB
12883 fi
12884fi
4b900473 12885
81ecdfbb
RW
12886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
12887$as_echo_n "checking where to find the target ld... " >&6; }
be01d343 12888if test "x${build}" != "x${host}" ; then
2429c060
PB
12889 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
12890 # We already found the complete path
b8025f34 12891 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
12892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12893$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
12894 else
12895 # Canadian cross, just use what we found
81ecdfbb
RW
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12897$as_echo "pre-installed" >&6; }
2429c060 12898 fi
be01d343
PB
12899else
12900 ok=yes
12901 case " ${configdirs} " in
12902 *" ld "*) ;;
12903 *) ok=no ;;
12904 esac
c6b750e1 12905
be01d343
PB
12906 if test $ok = yes; then
12907 # An in-tree tool is available and we can use it
12908 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
81ecdfbb
RW
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12910$as_echo "just compiled" >&6; }
2429c060
PB
12911 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
12912 # We already found the complete path
b8025f34 12913 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12915$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
12916 elif test "x$target" = "x$host"; then
12917 # We can use an host tool
12918 LD_FOR_TARGET='$(LD)'
81ecdfbb
RW
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12920$as_echo "host tool" >&6; }
be01d343
PB
12921 else
12922 # We need a cross tool
81ecdfbb
RW
12923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12924$as_echo "pre-installed" >&6; }
be01d343
PB
12925 fi
12926fi
4b900473 12927
81ecdfbb
RW
12928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
12929$as_echo_n "checking where to find the target lipo... " >&6; }
be01d343 12930if test "x${build}" != "x${host}" ; then
2429c060
PB
12931 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
12932 # We already found the complete path
b8025f34 12933 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
12934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12935$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
12936 else
12937 # Canadian cross, just use what we found
81ecdfbb
RW
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12939$as_echo "pre-installed" >&6; }
2429c060 12940 fi
be01d343 12941else
2429c060
PB
12942 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
12943 # We already found the complete path
b8025f34 12944 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
12945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12946$as_echo "pre-installed in $ac_dir" >&6; }
2429c060 12947 elif test "x$target" = "x$host"; then
be01d343
PB
12948 # We can use an host tool
12949 LIPO_FOR_TARGET='$(LIPO)'
81ecdfbb
RW
12950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12951$as_echo "host tool" >&6; }
be01d343
PB
12952 else
12953 # We need a cross tool
81ecdfbb
RW
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12955$as_echo "pre-installed" >&6; }
be01d343
PB
12956 fi
12957fi
4b900473 12958
81ecdfbb
RW
12959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
12960$as_echo_n "checking where to find the target nm... " >&6; }
be01d343 12961if test "x${build}" != "x${host}" ; then
2429c060
PB
12962 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
12963 # We already found the complete path
b8025f34 12964 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12966$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
12967 else
12968 # Canadian cross, just use what we found
81ecdfbb
RW
12969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12970$as_echo "pre-installed" >&6; }
2429c060 12971 fi
be01d343
PB
12972else
12973 ok=yes
12974 case " ${configdirs} " in
12975 *" binutils "*) ;;
12976 *) ok=no ;;
12977 esac
c6b750e1 12978
be01d343
PB
12979 if test $ok = yes; then
12980 # An in-tree tool is available and we can use it
12981 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
81ecdfbb
RW
12982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
12983$as_echo "just compiled" >&6; }
2429c060
PB
12984 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
12985 # We already found the complete path
b8025f34 12986 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
12987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
12988$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
12989 elif test "x$target" = "x$host"; then
12990 # We can use an host tool
12991 NM_FOR_TARGET='$(NM)'
81ecdfbb
RW
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
12993$as_echo "host tool" >&6; }
be01d343
PB
12994 else
12995 # We need a cross tool
81ecdfbb
RW
12996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
12997$as_echo "pre-installed" >&6; }
be01d343
PB
12998 fi
12999fi
4b900473 13000
81ecdfbb
RW
13001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13002$as_echo_n "checking where to find the target objdump... " >&6; }
be01d343 13003if test "x${build}" != "x${host}" ; then
2429c060
PB
13004 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13005 # We already found the complete path
b8025f34 13006 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13008$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13009 else
13010 # Canadian cross, just use what we found
81ecdfbb
RW
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13012$as_echo "pre-installed" >&6; }
2429c060 13013 fi
be01d343
PB
13014else
13015 ok=yes
13016 case " ${configdirs} " in
13017 *" binutils "*) ;;
13018 *) ok=no ;;
13019 esac
c6b750e1 13020
be01d343
PB
13021 if test $ok = yes; then
13022 # An in-tree tool is available and we can use it
13023 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
81ecdfbb
RW
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13025$as_echo "just compiled" >&6; }
2429c060
PB
13026 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13027 # We already found the complete path
b8025f34 13028 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13030$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13031 elif test "x$target" = "x$host"; then
13032 # We can use an host tool
13033 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
81ecdfbb
RW
13034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13035$as_echo "host tool" >&6; }
be01d343
PB
13036 else
13037 # We need a cross tool
81ecdfbb
RW
13038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13039$as_echo "pre-installed" >&6; }
be01d343
PB
13040 fi
13041fi
4b900473 13042
81ecdfbb
RW
13043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13044$as_echo_n "checking where to find the target ranlib... " >&6; }
be01d343 13045if test "x${build}" != "x${host}" ; then
2429c060
PB
13046 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13047 # We already found the complete path
b8025f34 13048 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
13049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13050$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13051 else
13052 # Canadian cross, just use what we found
81ecdfbb
RW
13053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13054$as_echo "pre-installed" >&6; }
2429c060 13055 fi
be01d343
PB
13056else
13057 ok=yes
13058 case " ${configdirs} " in
13059 *" binutils "*) ;;
13060 *) ok=no ;;
13061 esac
c6b750e1 13062
be01d343
PB
13063 if test $ok = yes; then
13064 # An in-tree tool is available and we can use it
13065 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
81ecdfbb
RW
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13067$as_echo "just compiled" >&6; }
2429c060
PB
13068 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13069 # We already found the complete path
b8025f34 13070 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
13071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13072$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13073 elif test "x$target" = "x$host"; then
13074 # We can use an host tool
13075 RANLIB_FOR_TARGET='$(RANLIB)'
81ecdfbb
RW
13076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13077$as_echo "host tool" >&6; }
be01d343
PB
13078 else
13079 # We need a cross tool
81ecdfbb
RW
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13081$as_echo "pre-installed" >&6; }
be01d343
PB
13082 fi
13083fi
4b900473 13084
81ecdfbb
RW
13085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13086$as_echo_n "checking where to find the target strip... " >&6; }
be01d343 13087if test "x${build}" != "x${host}" ; then
2429c060
PB
13088 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13089 # We already found the complete path
b8025f34 13090 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13092$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13093 else
13094 # Canadian cross, just use what we found
81ecdfbb
RW
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13096$as_echo "pre-installed" >&6; }
2429c060 13097 fi
be01d343
PB
13098else
13099 ok=yes
13100 case " ${configdirs} " in
13101 *" binutils "*) ;;
13102 *) ok=no ;;
13103 esac
c6b750e1 13104
be01d343
PB
13105 if test $ok = yes; then
13106 # An in-tree tool is available and we can use it
13107 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
81ecdfbb
RW
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13109$as_echo "just compiled" >&6; }
2429c060
PB
13110 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13111 # We already found the complete path
b8025f34 13112 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13114$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13115 elif test "x$target" = "x$host"; then
13116 # We can use an host tool
13117 STRIP_FOR_TARGET='$(STRIP)'
81ecdfbb
RW
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13119$as_echo "host tool" >&6; }
be01d343
PB
13120 else
13121 # We need a cross tool
81ecdfbb
RW
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13123$as_echo "pre-installed" >&6; }
be01d343
PB
13124 fi
13125fi
4b900473 13126
81ecdfbb
RW
13127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
13128$as_echo_n "checking where to find the target windres... " >&6; }
be01d343 13129if test "x${build}" != "x${host}" ; then
2429c060
PB
13130 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13131 # We already found the complete path
b8025f34 13132 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13134$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13135 else
13136 # Canadian cross, just use what we found
81ecdfbb
RW
13137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13138$as_echo "pre-installed" >&6; }
2429c060 13139 fi
be01d343
PB
13140else
13141 ok=yes
13142 case " ${configdirs} " in
13143 *" binutils "*) ;;
13144 *) ok=no ;;
13145 esac
c6b750e1 13146
be01d343
PB
13147 if test $ok = yes; then
13148 # An in-tree tool is available and we can use it
13149 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
81ecdfbb
RW
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13151$as_echo "just compiled" >&6; }
2429c060
PB
13152 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13153 # We already found the complete path
b8025f34 13154 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13156$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13157 elif test "x$target" = "x$host"; then
13158 # We can use an host tool
13159 WINDRES_FOR_TARGET='$(WINDRES)'
81ecdfbb
RW
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13161$as_echo "host tool" >&6; }
be01d343
PB
13162 else
13163 # We need a cross tool
81ecdfbb
RW
13164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13165$as_echo "pre-installed" >&6; }
be01d343 13166 fi
a0da8069 13167fi
54752a6b 13168
81ecdfbb
RW
13169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
13170$as_echo_n "checking where to find the target windmc... " >&6; }
0c24b341
NC
13171if test "x${build}" != "x${host}" ; then
13172 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13173 # We already found the complete path
13174 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13176$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
13177 else
13178 # Canadian cross, just use what we found
81ecdfbb
RW
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13180$as_echo "pre-installed" >&6; }
0c24b341
NC
13181 fi
13182else
13183 ok=yes
13184 case " ${configdirs} " in
13185 *" binutils "*) ;;
13186 *) ok=no ;;
13187 esac
13188
13189 if test $ok = yes; then
13190 # An in-tree tool is available and we can use it
13191 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
81ecdfbb
RW
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13193$as_echo "just compiled" >&6; }
0c24b341
NC
13194 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13195 # We already found the complete path
13196 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13198$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
13199 elif test "x$target" = "x$host"; then
13200 # We can use an host tool
13201 WINDMC_FOR_TARGET='$(WINDMC)'
81ecdfbb
RW
13202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13203$as_echo "host tool" >&6; }
0c24b341
NC
13204 else
13205 # We need a cross tool
81ecdfbb
RW
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13207$as_echo "pre-installed" >&6; }
0c24b341
NC
13208 fi
13209fi
13210
54752a6b
NN
13211
13212
be01d343 13213
4b900473 13214
a0da8069
NN
13215# Certain tools may need extra flags.
13216AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13217RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13218NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13219
be01d343
PB
13220# When building target libraries, except in a Canadian cross, we use
13221# the same toolchain as the compiler we just built.
13222COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13223COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13224COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13225if test $host = $build; then
13226 case " $configdirs " in
13227 *" gcc "*)
13228 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
13229 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
13230 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
13231 ;;
13232 esac
13233fi
13234
13235
13236
13237
13238
81ecdfbb
RW
13239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13240$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13241# Check whether --enable-maintainer-mode was given.
13242if test "${enable_maintainer_mode+set}" = set; then :
13243 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3d5e36ae
AO
13244else
13245 USE_MAINTAINER_MODE=no
81ecdfbb
RW
13246fi
13247
13248{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13249$as_echo "$USE_MAINTAINER_MODE" >&6; }
3d5e36ae
AO
13250
13251
13252if test "$USE_MAINTAINER_MODE" = yes; then
13253 MAINTAINER_MODE_TRUE=
13254 MAINTAINER_MODE_FALSE='#'
13255else
13256 MAINTAINER_MODE_TRUE='#'
13257 MAINTAINER_MODE_FALSE=
c6b750e1 13258fi
3d5e36ae
AO
13259MAINT=$MAINTAINER_MODE_TRUE
13260
1d39f329
NN
13261# ---------------------
13262# GCC bootstrap support
13263# ---------------------
13264
13265# Stage specific cflags for build.
13266stage1_cflags="-g"
13267case $build in
13268 vax-*-*)
13269 case ${GCC} in
13270 yes) stage1_cflags="-g -Wa,-J" ;;
13271 *) stage1_cflags="-g -J" ;;
13272 esac ;;
1d39f329
NN
13273esac
13274
1d89b610 13275# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
e8a5fa9c 13276if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
1d89b610
PB
13277 saved_CFLAGS="$CFLAGS"
13278
13279 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
13280 CFLAGS="$CFLAGS -fkeep-inline-functions"
81ecdfbb
RW
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
13282$as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
13283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
13284/* end confdefs.h. */
13285
2038f525
PB
13286#if (__GNUC__ < 3) \
13287 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
13288 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
13289#error http://gcc.gnu.org/PR29382
13290#endif
13291
c6b750e1
DJ
13292int
13293main ()
13294{
13295
13296 ;
13297 return 0;
13298}
13299_ACEOF
81ecdfbb
RW
13300if ac_fn_c_try_compile "$LINENO"; then :
13301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13302$as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
c6b750e1 13303else
81ecdfbb
RW
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13305$as_echo "no" >&6; }
c6b750e1 13306fi
81ecdfbb 13307rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1d89b610
PB
13308
13309 CFLAGS="$saved_CFLAGS"
13310fi
13311
13312
1d39f329 13313
8a0d8a5c 13314# Enable --enable-checking in stage1 of the compiler.
81ecdfbb
RW
13315# Check whether --enable-stage1-checking was given.
13316if test "${enable_stage1_checking+set}" = set; then :
13317 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8a0d8a5c 13318else
5566c1fa 13319 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
2abc4e65 13320 stage1_checking=--enable-checking=yes,types
8a0d8a5c 13321else
5566c1fa 13322 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c 13323fi
81ecdfbb 13324fi
8a0d8a5c
PB
13325
13326
c6b750e1 13327
81ecdfbb
RW
13328# Enable -Werror in bootstrap stage2 and later.
13329# Check whether --enable-werror was given.
13330if test "${enable_werror+set}" = set; then :
13331 enableval=$enable_werror;
1d39f329 13332else
a0323144 13333 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
1d39f329 13334 enable_werror=yes
79fcd0ec
PB
13335else
13336 enable_werror=no
13337fi
81ecdfbb
RW
13338fi
13339
1a6f2dc7
NN
13340case ${enable_werror} in
13341 yes) stage2_werror_flag="--enable-werror-always" ;;
13342 *) stage2_werror_flag="" ;;
1d39f329
NN
13343esac
13344
13345
e8a5fa9c
RW
13346# Specify what files to not compare during bootstrap.
13347
13348compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
13349case "$target" in
13350 hppa*64*-*-hpux*) ;;
13351 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
13352esac
13353
13354
81ecdfbb
RW
13355ac_config_files="$ac_config_files Makefile"
13356
c6b750e1 13357cat >confcache <<\_ACEOF
a0da8069
NN
13358# This file is a shell script that caches the results of configure
13359# tests run on this system so they can be shared between configure
c6b750e1
DJ
13360# scripts and configure runs, see configure's option --config-cache.
13361# It is not useful on other systems. If it contains results you don't
13362# want to keep, you may remove or edit it.
a0da8069 13363#
c6b750e1
DJ
13364# config.status only pays attention to the cache file if you give it
13365# the --recheck option to rerun configure.
a0da8069 13366#
c6b750e1
DJ
13367# `ac_cv_env_foo' variables (set or unset) will be overridden when
13368# loading this file, other *unset* `ac_cv_foo' will be assigned the
13369# following values.
13370
13371_ACEOF
13372
a0da8069
NN
13373# The following way of writing the cache mishandles newlines in values,
13374# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13375# So, we kill variables containing newlines.
a0da8069
NN
13376# Ultrix sh set writes to stderr and can't be redirected directly,
13377# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13378(
13379 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13380 eval ac_val=\$$ac_var
13381 case $ac_val in #(
13382 *${as_nl}*)
13383 case $ac_var in #(
13384 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13385$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13386 esac
13387 case $ac_var in #(
13388 _ | IFS | as_nl) ;; #(
13389 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13390 *) { eval $ac_var=; unset $ac_var;} ;;
13391 esac ;;
13392 esac
13393 done
13394
c6b750e1 13395 (set) 2>&1 |
81ecdfbb
RW
13396 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13397 *${as_nl}ac_space=\ *)
13398 # `set' does not quote correctly, so add quotes: double-quote
13399 # substitution turns \\\\ into \\, and sed turns \\ into \.
c6b750e1
DJ
13400 sed -n \
13401 "s/'/'\\\\''/g;
13402 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13403 ;; #(
c6b750e1
DJ
13404 *)
13405 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13406 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 13407 ;;
81ecdfbb
RW
13408 esac |
13409 sort
13410) |
c6b750e1 13411 sed '
81ecdfbb 13412 /^ac_cv_env_/b end
c6b750e1 13413 t clear
81ecdfbb 13414 :clear
c6b750e1
DJ
13415 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13416 t end
81ecdfbb
RW
13417 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13418 :end' >>confcache
13419if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13420 if test -w "$cache_file"; then
13421 test "x$cache_file" != "x/dev/null" &&
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13423$as_echo "$as_me: updating cache $cache_file" >&6;}
c6b750e1 13424 cat confcache >$cache_file
a0da8069 13425 else
81ecdfbb
RW
13426 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13427$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
a0da8069 13428 fi
852e5f18 13429fi
a0da8069 13430rm -f confcache
852e5f18 13431
a0da8069
NN
13432test "x$prefix" = xNONE && prefix=$ac_default_prefix
13433# Let make expand exec_prefix.
13434test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
852e5f18 13435
a0da8069
NN
13436# Transform confdefs.h into DEFS.
13437# Protect against shell expansion while executing Makefile rules.
13438# Protect against Makefile macro expansion.
c6b750e1
DJ
13439#
13440# If the first sed substitution is executed (which looks for macros that
81ecdfbb 13441# take arguments), then branch to the quote section. Otherwise,
c6b750e1 13442# look for a macro that doesn't take arguments.
81ecdfbb
RW
13443ac_script='
13444:mline
13445/\\$/{
13446 N
13447 s,\\\n,,
13448 b mline
13449}
c6b750e1 13450t clear
81ecdfbb
RW
13451:clear
13452s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 13453t quote
81ecdfbb 13454s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 13455t quote
81ecdfbb
RW
13456b any
13457:quote
13458s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
13459s/\[/\\&/g
13460s/\]/\\&/g
13461s/\$/$$/g
13462H
13463:any
13464${
13465 g
13466 s/^\n//
13467 s/\n/ /g
13468 p
13469}
13470'
13471DEFS=`sed -n "$ac_script" confdefs.h`
c6b750e1
DJ
13472
13473
13474ac_libobjs=
13475ac_ltlibobjs=
13476for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13477 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13478 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13479 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13480 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13481 # will be set to the directory where LIBOBJS objects are built.
13482 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13483 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c6b750e1
DJ
13484done
13485LIBOBJS=$ac_libobjs
852e5f18 13486
c6b750e1 13487LTLIBOBJS=$ac_ltlibobjs
376a0e54 13488
cac3d6c4 13489
c6b750e1
DJ
13490
13491: ${CONFIG_STATUS=./config.status}
81ecdfbb 13492ac_write_fail=0
c6b750e1
DJ
13493ac_clean_files_save=$ac_clean_files
13494ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13495{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13496$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13497as_write_fail=0
13498cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c6b750e1
DJ
13499#! $SHELL
13500# Generated by $as_me.
a0da8069 13501# Run this file to recreate the current configuration.
a0da8069 13502# Compiler output produced by configure, useful for debugging
c6b750e1 13503# configure, is in config.log if it exists.
376a0e54 13504
c6b750e1
DJ
13505debug=false
13506ac_cs_recheck=false
13507ac_cs_silent=false
c6b750e1 13508
81ecdfbb
RW
13509SHELL=\${CONFIG_SHELL-$SHELL}
13510export SHELL
13511_ASEOF
13512cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13513## -------------------- ##
13514## M4sh Initialization. ##
13515## -------------------- ##
13516
13517# Be more Bourne compatible
13518DUALCASE=1; export DUALCASE # for MKS sh
13519if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
13520 emulate sh
13521 NULLCMD=:
81ecdfbb 13522 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
13523 # is contrary to our usage. Disable this feature.
13524 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13525 setopt NO_GLOB_SUBST
13526else
13527 case `(set -o) 2>/dev/null` in #(
13528 *posix*) :
13529 set -o posix ;; #(
13530 *) :
13531 ;;
13532esac
c6b750e1 13533fi
c6b750e1 13534
81ecdfbb
RW
13535
13536as_nl='
13537'
13538export as_nl
13539# Printing a long string crashes Solaris 7 /usr/bin/printf.
13540as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13541as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13542as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13543# Prefer a ksh shell builtin over an external printf program on Solaris,
13544# but without wasting forks for bash or zsh.
13545if test -z "$BASH_VERSION$ZSH_VERSION" \
13546 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13547 as_echo='print -r --'
13548 as_echo_n='print -rn --'
13549elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13550 as_echo='printf %s\n'
13551 as_echo_n='printf %s'
13552else
13553 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13554 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13555 as_echo_n='/usr/ucb/echo -n'
13556 else
13557 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13558 as_echo_n_body='eval
13559 arg=$1;
13560 case $arg in #(
13561 *"$as_nl"*)
13562 expr "X$arg" : "X\\(.*\\)$as_nl";
13563 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13564 esac;
13565 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13566 '
13567 export as_echo_n_body
13568 as_echo_n='sh -c $as_echo_n_body as_echo'
13569 fi
13570 export as_echo_body
13571 as_echo='sh -c $as_echo_body as_echo'
c6b750e1
DJ
13572fi
13573
81ecdfbb
RW
13574# The user is always right.
13575if test "${PATH_SEPARATOR+set}" != set; then
13576 PATH_SEPARATOR=:
13577 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13578 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13579 PATH_SEPARATOR=';'
13580 }
13581fi
13582
13583
13584# IFS
13585# We need space, tab and new line, in precisely that order. Quoting is
13586# there to prevent editors from complaining about space-tab.
13587# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13588# splitting by setting IFS to empty value.)
13589IFS=" "" $as_nl"
13590
13591# Find who we are. Look in the path if we contain no directory separator.
13592case $0 in #((
13593 *[\\/]* ) as_myself=$0 ;;
13594 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13595for as_dir in $PATH
13596do
13597 IFS=$as_save_IFS
13598 test -z "$as_dir" && as_dir=.
13599 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13600 done
13601IFS=$as_save_IFS
13602
13603 ;;
13604esac
13605# We did not find ourselves, most probably we were run as `sh COMMAND'
13606# in which case we are not to be found in the path.
13607if test "x$as_myself" = x; then
13608 as_myself=$0
13609fi
13610if test ! -f "$as_myself"; then
13611 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13612 exit 1
13613fi
c6b750e1 13614
81ecdfbb
RW
13615# Unset variables that we do not need and which cause bugs (e.g. in
13616# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13617# suppresses any "Segmentation fault" message there. '((' could
13618# trigger a bug in pdksh 5.2.14.
13619for as_var in BASH_ENV ENV MAIL MAILPATH
13620do eval test x\${$as_var+set} = xset \
13621 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13622done
c6b750e1
DJ
13623PS1='$ '
13624PS2='> '
13625PS4='+ '
13626
13627# NLS nuisances.
81ecdfbb
RW
13628LC_ALL=C
13629export LC_ALL
13630LANGUAGE=C
13631export LANGUAGE
13632
13633# CDPATH.
13634(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13635
13636
13637# as_fn_error ERROR [LINENO LOG_FD]
13638# ---------------------------------
13639# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13640# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13641# script with status $?, using 1 if that was 0.
13642as_fn_error ()
13643{
13644 as_status=$?; test $as_status -eq 0 && as_status=1
13645 if test "$3"; then
13646 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13647 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
c6b750e1 13648 fi
81ecdfbb
RW
13649 $as_echo "$as_me: error: $1" >&2
13650 as_fn_exit $as_status
13651} # as_fn_error
13652
13653
13654# as_fn_set_status STATUS
13655# -----------------------
13656# Set $? to STATUS, without forking.
13657as_fn_set_status ()
13658{
13659 return $1
13660} # as_fn_set_status
13661
13662# as_fn_exit STATUS
13663# -----------------
13664# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13665as_fn_exit ()
13666{
13667 set +e
13668 as_fn_set_status $1
13669 exit $1
13670} # as_fn_exit
13671
13672# as_fn_unset VAR
13673# ---------------
13674# Portably unset VAR.
13675as_fn_unset ()
13676{
13677 { eval $1=; unset $1;}
13678}
13679as_unset=as_fn_unset
13680# as_fn_append VAR VALUE
13681# ----------------------
13682# Append the text in VALUE to the end of the definition contained in VAR. Take
13683# advantage of any shell optimizations that allow amortized linear growth over
13684# repeated appends, instead of the typical quadratic growth present in naive
13685# implementations.
13686if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13687 eval 'as_fn_append ()
13688 {
13689 eval $1+=\$2
13690 }'
13691else
13692 as_fn_append ()
13693 {
13694 eval $1=\$$1\$2
13695 }
13696fi # as_fn_append
13697
13698# as_fn_arith ARG...
13699# ------------------
13700# Perform arithmetic evaluation on the ARGs, and store the result in the
13701# global $as_val. Take advantage of shells that can avoid forks. The arguments
13702# must be portable across $(()) and expr.
13703if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13704 eval 'as_fn_arith ()
13705 {
13706 as_val=$(( $* ))
13707 }'
13708else
13709 as_fn_arith ()
13710 {
13711 as_val=`expr "$@" || test $? -eq 1`
13712 }
13713fi # as_fn_arith
13714
c6b750e1 13715
81ecdfbb
RW
13716if expr a : '\(a\)' >/dev/null 2>&1 &&
13717 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
13718 as_expr=expr
13719else
13720 as_expr=false
13721fi
13722
81ecdfbb 13723if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
13724 as_basename=basename
13725else
13726 as_basename=false
13727fi
13728
81ecdfbb
RW
13729if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13730 as_dirname=dirname
13731else
13732 as_dirname=false
13733fi
c6b750e1 13734
81ecdfbb 13735as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
13736$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13737 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13738 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13739$as_echo X/"$0" |
13740 sed '/^.*\/\([^/][^/]*\)\/*$/{
13741 s//\1/
13742 q
13743 }
13744 /^X\/\(\/\/\)$/{
13745 s//\1/
13746 q
13747 }
13748 /^X\/\(\/\).*/{
13749 s//\1/
13750 q
13751 }
13752 s/.*/./; q'`
c6b750e1 13753
c6b750e1
DJ
13754# Avoid depending upon Character Ranges.
13755as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13756as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13757as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13758as_cr_digits='0123456789'
13759as_cr_alnum=$as_cr_Letters$as_cr_digits
13760
81ecdfbb
RW
13761ECHO_C= ECHO_N= ECHO_T=
13762case `echo -n x` in #(((((
13763-n*)
13764 case `echo 'xy\c'` in
13765 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13766 xy) ECHO_C='\c';;
13767 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13768 ECHO_T=' ';;
13769 esac;;
13770*)
13771 ECHO_N='-n';;
c6b750e1
DJ
13772esac
13773
81ecdfbb
RW
13774rm -f conf$$ conf$$.exe conf$$.file
13775if test -d conf$$.dir; then
13776 rm -f conf$$.dir/conf$$.file
c6b750e1 13777else
81ecdfbb
RW
13778 rm -f conf$$.dir
13779 mkdir conf$$.dir 2>/dev/null
c6b750e1 13780fi
81ecdfbb
RW
13781if (echo >conf$$.file) 2>/dev/null; then
13782 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 13783 as_ln_s='ln -s'
81ecdfbb
RW
13784 # ... but there are two gotchas:
13785 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13786 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13787 # In both cases, we have to default to `cp -p'.
13788 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13789 as_ln_s='cp -p'
13790 elif ln conf$$.file conf$$ 2>/dev/null; then
13791 as_ln_s=ln
13792 else
13793 as_ln_s='cp -p'
c6b750e1 13794 fi
c6b750e1
DJ
13795else
13796 as_ln_s='cp -p'
13797fi
81ecdfbb
RW
13798rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13799rmdir conf$$.dir 2>/dev/null
13800
13801
13802# as_fn_mkdir_p
13803# -------------
13804# Create "$as_dir" as a directory, including parents if necessary.
13805as_fn_mkdir_p ()
13806{
13807
13808 case $as_dir in #(
13809 -*) as_dir=./$as_dir;;
13810 esac
13811 test -d "$as_dir" || eval $as_mkdir_p || {
13812 as_dirs=
13813 while :; do
13814 case $as_dir in #(
13815 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13816 *) as_qdir=$as_dir;;
13817 esac
13818 as_dirs="'$as_qdir' $as_dirs"
13819 as_dir=`$as_dirname -- "$as_dir" ||
13820$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13821 X"$as_dir" : 'X\(//\)[^/]' \| \
13822 X"$as_dir" : 'X\(//\)$' \| \
13823 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13824$as_echo X"$as_dir" |
13825 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13826 s//\1/
13827 q
13828 }
13829 /^X\(\/\/\)[^/].*/{
13830 s//\1/
13831 q
13832 }
13833 /^X\(\/\/\)$/{
13834 s//\1/
13835 q
13836 }
13837 /^X\(\/\).*/{
13838 s//\1/
13839 q
13840 }
13841 s/.*/./; q'`
13842 test -d "$as_dir" && break
13843 done
13844 test -z "$as_dirs" || eval "mkdir $as_dirs"
13845 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13846
c6b750e1 13847
81ecdfbb 13848} # as_fn_mkdir_p
c6b750e1 13849if mkdir -p . 2>/dev/null; then
81ecdfbb 13850 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
13851else
13852 test -d ./-p && rmdir ./-p
13853 as_mkdir_p=false
13854fi
13855
81ecdfbb
RW
13856if test -x / >/dev/null 2>&1; then
13857 as_test_x='test -x'
13858else
13859 if ls -dL / >/dev/null 2>&1; then
13860 as_ls_L_option=L
13861 else
13862 as_ls_L_option=
13863 fi
13864 as_test_x='
13865 eval sh -c '\''
13866 if test -d "$1"; then
13867 test -d "$1/.";
13868 else
13869 case $1 in #(
13870 -*)set "./$1";;
13871 esac;
13872 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13873 ???[sx]*):;;*)false;;esac;fi
13874 '\'' sh
13875 '
13876fi
13877as_executable_p=$as_test_x
c6b750e1
DJ
13878
13879# Sed expression to map a string onto a valid CPP name.
13880as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13881
13882# Sed expression to map a string onto a valid variable name.
13883as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13884
13885
c6b750e1 13886exec 6>&1
81ecdfbb
RW
13887## ----------------------------------- ##
13888## Main body of $CONFIG_STATUS script. ##
13889## ----------------------------------- ##
13890_ASEOF
13891test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13892
13893cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13894# Save the log message, to keep $0 and so on meaningful, and to
c6b750e1 13895# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13896# values after options handling.
13897ac_log="
c6b750e1 13898This file was extended by $as_me, which was
81ecdfbb 13899generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
13900
13901 CONFIG_FILES = $CONFIG_FILES
13902 CONFIG_HEADERS = $CONFIG_HEADERS
13903 CONFIG_LINKS = $CONFIG_LINKS
13904 CONFIG_COMMANDS = $CONFIG_COMMANDS
13905 $ $0 $@
13906
81ecdfbb
RW
13907on `(hostname || uname -n) 2>/dev/null | sed 1q`
13908"
13909
c6b750e1
DJ
13910_ACEOF
13911
81ecdfbb
RW
13912case $ac_config_files in *"
13913"*) set x $ac_config_files; shift; ac_config_files=$*;;
13914esac
c6b750e1 13915
c6b750e1 13916
c6b750e1 13917
81ecdfbb
RW
13918cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13919# Files that config.status was made for.
13920config_files="$ac_config_files"
c6b750e1 13921
81ecdfbb 13922_ACEOF
c6b750e1 13923
81ecdfbb 13924cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 13925ac_cs_usage="\
81ecdfbb
RW
13926\`$as_me' instantiates files and other configuration actions
13927from templates according to the current configuration. Unless the files
13928and actions are specified as TAGs, all are instantiated by default.
c6b750e1 13929
81ecdfbb 13930Usage: $0 [OPTION]... [TAG]...
c6b750e1
DJ
13931
13932 -h, --help print this help, then exit
81ecdfbb
RW
13933 -V, --version print version number and configuration settings, then exit
13934 -q, --quiet, --silent
13935 do not print progress messages
c6b750e1
DJ
13936 -d, --debug don't remove temporary files
13937 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13938 --file=FILE[:TEMPLATE]
13939 instantiate the configuration file FILE
c6b750e1
DJ
13940
13941Configuration files:
13942$config_files
13943
81ecdfbb 13944Report bugs to the package provider."
c6b750e1 13945
81ecdfbb
RW
13946_ACEOF
13947cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1
DJ
13948ac_cs_version="\\
13949config.status
81ecdfbb
RW
13950configured by $0, generated by GNU Autoconf 2.64,
13951 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
c6b750e1 13952
81ecdfbb 13953Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
13954This config.status script is free software; the Free Software Foundation
13955gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13956
13957ac_pwd='$ac_pwd'
13958srcdir='$srcdir'
13959INSTALL='$INSTALL'
8e957354 13960AWK='$AWK'
81ecdfbb 13961test -n "\$AWK" || AWK=awk
c6b750e1
DJ
13962_ACEOF
13963
81ecdfbb
RW
13964cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13965# The default lists apply if the user does not specify any file.
c6b750e1
DJ
13966ac_need_defaults=:
13967while test $# != 0
a0da8069 13968do
c6b750e1
DJ
13969 case $1 in
13970 --*=*)
81ecdfbb
RW
13971 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13972 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c6b750e1
DJ
13973 ac_shift=:
13974 ;;
81ecdfbb 13975 *)
c6b750e1
DJ
13976 ac_option=$1
13977 ac_optarg=$2
13978 ac_shift=shift
13979 ;;
c6b750e1
DJ
13980 esac
13981
13982 case $ac_option in
13983 # Handling of the options.
a0da8069 13984 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
c6b750e1 13985 ac_cs_recheck=: ;;
81ecdfbb
RW
13986 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13987 $as_echo "$ac_cs_version"; exit ;;
13988 --debug | --debu | --deb | --de | --d | -d )
c6b750e1
DJ
13989 debug=: ;;
13990 --file | --fil | --fi | --f )
13991 $ac_shift
81ecdfbb
RW
13992 case $ac_optarg in
13993 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13994 esac
13995 as_fn_append CONFIG_FILES " '$ac_optarg'"
c6b750e1 13996 ac_need_defaults=false;;
81ecdfbb
RW
13997 --he | --h | --help | --hel | -h )
13998 $as_echo "$ac_cs_usage"; exit ;;
c6b750e1
DJ
13999 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14000 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14001 ac_cs_silent=: ;;
14002
14003 # This is an error.
81ecdfbb
RW
14004 -*) as_fn_error "unrecognized option: \`$1'
14005Try \`$0 --help' for more information." ;;
c6b750e1 14006
81ecdfbb
RW
14007 *) as_fn_append ac_config_targets " $1"
14008 ac_need_defaults=false ;;
c6b750e1 14009
376a0e54 14010 esac
c6b750e1 14011 shift
376a0e54
CM
14012done
14013
c6b750e1 14014ac_configure_extra_args=
376a0e54 14015
c6b750e1
DJ
14016if $ac_cs_silent; then
14017 exec 6>/dev/null
14018 ac_configure_extra_args="$ac_configure_extra_args --silent"
14019fi
376a0e54 14020
c6b750e1 14021_ACEOF
81ecdfbb 14022cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1 14023if \$ac_cs_recheck; then
81ecdfbb
RW
14024 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14025 shift
14026 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14027 CONFIG_SHELL='$SHELL'
14028 export CONFIG_SHELL
14029 exec "\$@"
c6b750e1
DJ
14030fi
14031
14032_ACEOF
81ecdfbb
RW
14033cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14034exec 5>>config.log
14035{
14036 echo
14037 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14038## Running $as_me. ##
14039_ASBOX
14040 $as_echo "$ac_log"
14041} >&5
c6b750e1 14042
81ecdfbb
RW
14043_ACEOF
14044cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
06a51eac
RW
14045#
14046# INIT-COMMANDS
14047#
14048extrasub_build="$extrasub_build"
14049 extrasub_host="$extrasub_host"
14050 extrasub_target="$extrasub_target"
14051
81ecdfbb 14052_ACEOF
c6b750e1 14053
81ecdfbb 14054cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 14055
81ecdfbb 14056# Handling of arguments.
c6b750e1
DJ
14057for ac_config_target in $ac_config_targets
14058do
81ecdfbb
RW
14059 case $ac_config_target in
14060 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14061
14062 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c6b750e1
DJ
14063 esac
14064done
14065
81ecdfbb 14066
c6b750e1
DJ
14067# If the user did not use the arguments to specify the items to instantiate,
14068# then the envvar interface is used. Set only those that are not.
14069# We use the long form for the default assignment because of an extremely
14070# bizarre bug on SunOS 4.1.3.
14071if $ac_need_defaults; then
14072 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14073fi
14074
14075# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14076# simply because there is no reason against having it here, and in addition,
c6b750e1 14077# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14078# Hook for its removal unless debugging.
14079# Note that there is a small window in which the directory will not be cleaned:
14080# after its creation but before its name has been assigned to `$tmp'.
c6b750e1
DJ
14081$debug ||
14082{
81ecdfbb
RW
14083 tmp=
14084 trap 'exit_status=$?
14085 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14086' 0
14087 trap 'as_fn_exit 1' 1 2 13 15
c6b750e1 14088}
c6b750e1
DJ
14089# Create a (secure) tmp directory for tmp files.
14090
14091{
81ecdfbb 14092 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
c6b750e1
DJ
14093 test -n "$tmp" && test -d "$tmp"
14094} ||
14095{
81ecdfbb
RW
14096 tmp=./conf$$-$RANDOM
14097 (umask 077 && mkdir "$tmp")
14098} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14099
14100# Set up the scripts for CONFIG_FILES section.
14101# No need to generate them if there are no CONFIG_FILES.
14102# This happens for instance with `./config.status config.h'.
14103if test -n "$CONFIG_FILES"; then
14104
14105if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14106 ac_cs_awk_getline=:
14107 ac_cs_awk_pipe_init=
14108 ac_cs_awk_read_file='
14109 while ((getline aline < (F[key])) > 0)
14110 print(aline)
14111 close(F[key])'
14112 ac_cs_awk_pipe_fini=
14113else
14114 ac_cs_awk_getline=false
14115 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14116 ac_cs_awk_read_file='
14117 print "|#_!!_#|"
14118 print "cat " F[key] " &&"
14119 '$ac_cs_awk_pipe_init
14120 # The final `:' finishes the AND list.
14121 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14122fi
14123ac_cr=`echo X | tr X '\015'`
14124# On cygwin, bash can eat \r inside `` if the user requested igncr.
14125# But we know of no other shell where ac_cr would be empty at this
14126# point, so we can use a bashism as a fallback.
14127if test "x$ac_cr" = x; then
14128 eval ac_cr=\$\'\\r\'
14129fi
14130ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14131if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14132 ac_cs_awk_cr='\r'
14133else
14134 ac_cs_awk_cr=$ac_cr
14135fi
14136
14137echo 'BEGIN {' >"$tmp/subs1.awk" &&
14138_ACEOF
14139
14140# Create commands to substitute file output variables.
c6b750e1 14141{
81ecdfbb
RW
14142 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14143 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14144 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14145 echo "_ACAWK" &&
14146 echo "_ACEOF"
14147} >conf$$files.sh &&
14148. ./conf$$files.sh ||
14149 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14150rm -f conf$$files.sh
c6b750e1 14151
81ecdfbb
RW
14152{
14153 echo "cat >conf$$subs.awk <<_ACEOF" &&
14154 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14155 echo "_ACEOF"
14156} >conf$$subs.sh ||
14157 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14158ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14159ac_delim='%!_!# '
14160for ac_last_try in false false false false false :; do
14161 . ./conf$$subs.sh ||
14162 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14163
14164 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14165 if test $ac_delim_n = $ac_delim_num; then
14166 break
14167 elif $ac_last_try; then
14168 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14169 else
14170 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14171 fi
14172done
14173rm -f conf$$subs.sh
14174
14175cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14176cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
c6b750e1 14177_ACEOF
81ecdfbb
RW
14178sed -n '
14179h
14180s/^/S["/; s/!.*/"]=/
14181p
14182g
14183s/^[^!]*!//
14184:repl
14185t repl
14186s/'"$ac_delim"'$//
14187t delim
14188:nl
14189h
14190s/\(.\{148\}\).*/\1/
14191t more1
14192s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14193p
14194n
14195b repl
14196:more1
14197s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14198p
14199g
14200s/.\{148\}//
14201t nl
14202:delim
14203h
14204s/\(.\{148\}\).*/\1/
14205t more2
14206s/["\\]/\\&/g; s/^/"/; s/$/"/
14207p
14208b
14209:more2
14210s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14211p
14212g
14213s/.\{148\}//
14214t delim
14215' <conf$$subs.awk | sed '
14216/^[^""]/{
14217 N
14218 s/\n//
14219}
14220' >>$CONFIG_STATUS || ac_write_fail=1
14221rm -f conf$$subs.awk
14222cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14223_ACAWK
14224cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14225 for (key in S) S_is_set[key] = 1
14226 FS = "\a"
14227 \$ac_cs_awk_pipe_init
14228}
14229{
14230 line = $ 0
14231 nfields = split(line, field, "@")
14232 substed = 0
14233 len = length(field[1])
14234 for (i = 2; i < nfields; i++) {
14235 key = field[i]
14236 keylen = length(key)
14237 if (S_is_set[key]) {
14238 value = S[key]
14239 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14240 len += length(value) + length(field[++i])
14241 substed = 1
14242 } else
14243 len += 1 + keylen
14244 }
14245 if (nfields == 3 && !substed) {
14246 key = field[2]
14247 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
14248 \$ac_cs_awk_read_file
14249 next
14250 }
14251 }
14252 print line
14253}
14254\$ac_cs_awk_pipe_fini
14255_ACAWK
14256_ACEOF
14257cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14258if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14259 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14260else
14261 cat
14262fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14263 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14264_ACEOF
14265
14266# VPATH may cause trouble with some makes, so we remove $(srcdir),
14267# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14268# trailing colons and then remove the whole line if VPATH becomes empty
14269# (actually we leave an empty line to preserve line numbers).
14270if test "x$srcdir" = x.; then
14271 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14272s/:*\$(srcdir):*/:/
14273s/:*\${srcdir}:*/:/
14274s/:*@srcdir@:*/:/
14275s/^\([^=]*=[ ]*\):*/\1/
14276s/:*$//
14277s/^[^=]*=[ ]*$//
14278}'
14279fi
c6b750e1 14280
81ecdfbb
RW
14281cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14282fi # test -n "$CONFIG_FILES"
c6b750e1 14283
c6b750e1 14284
81ecdfbb
RW
14285eval set X " :F $CONFIG_FILES "
14286shift
14287for ac_tag
14288do
14289 case $ac_tag in
14290 :[FHLC]) ac_mode=$ac_tag; continue;;
14291 esac
14292 case $ac_mode$ac_tag in
14293 :[FHL]*:*);;
14294 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14295 :[FH]-) ac_tag=-:-;;
14296 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14297 esac
14298 ac_save_IFS=$IFS
14299 IFS=:
14300 set x $ac_tag
14301 IFS=$ac_save_IFS
14302 shift
14303 ac_file=$1
14304 shift
252b5132 14305
81ecdfbb
RW
14306 case $ac_mode in
14307 :L) ac_source=$1;;
14308 :[FH])
14309 ac_file_inputs=
14310 for ac_f
14311 do
14312 case $ac_f in
14313 -) ac_f="$tmp/stdin";;
14314 *) # Look for the file first in the build tree, then in the source tree
14315 # (if the path is not absolute). The absolute path cannot be DOS-style,
14316 # because $ac_f cannot contain `:'.
14317 test -f "$ac_f" ||
14318 case $ac_f in
14319 [\\/$]*) false;;
14320 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14321 esac ||
14322 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14323 esac
14324 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14325 as_fn_append ac_file_inputs " '$ac_f'"
14326 done
c6b750e1 14327
81ecdfbb
RW
14328 # Let's still pretend it is `configure' which instantiates (i.e., don't
14329 # use $as_me), people would be surprised to read:
14330 # /* config.h. Generated by config.status. */
14331 configure_input='Generated from '`
14332 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14333 `' by configure.'
14334 if test x"$ac_file" != x-; then
14335 configure_input="$ac_file. $configure_input"
14336 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14337$as_echo "$as_me: creating $ac_file" >&6;}
a0da8069 14338 fi
81ecdfbb
RW
14339 # Neutralize special characters interpreted by sed in replacement strings.
14340 case $configure_input in #(
14341 *\&* | *\|* | *\\* )
14342 ac_sed_conf_input=`$as_echo "$configure_input" |
14343 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14344 *) ac_sed_conf_input=$configure_input;;
14345 esac
cac3d6c4 14346
81ecdfbb
RW
14347 case $ac_tag in
14348 *:-:* | *:-) cat >"$tmp/stdin" \
14349 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14350 esac
14351 ;;
a0da8069 14352 esac
252b5132 14353
81ecdfbb 14354 ac_dir=`$as_dirname -- "$ac_file" ||
c6b750e1
DJ
14355$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14356 X"$ac_file" : 'X\(//\)[^/]' \| \
14357 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14358 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14359$as_echo X"$ac_file" |
14360 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14361 s//\1/
14362 q
14363 }
14364 /^X\(\/\/\)[^/].*/{
14365 s//\1/
14366 q
14367 }
14368 /^X\(\/\/\)$/{
14369 s//\1/
14370 q
14371 }
14372 /^X\(\/\).*/{
14373 s//\1/
14374 q
14375 }
14376 s/.*/./; q'`
14377 as_dir="$ac_dir"; as_fn_mkdir_p
c6b750e1 14378 ac_builddir=.
252b5132 14379
81ecdfbb
RW
14380case "$ac_dir" in
14381.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14382*)
14383 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14384 # A ".." for each directory in $ac_dir_suffix.
14385 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14386 case $ac_top_builddir_sub in
14387 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14388 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14389 esac ;;
14390esac
14391ac_abs_top_builddir=$ac_pwd
14392ac_abs_builddir=$ac_pwd$ac_dir_suffix
14393# for backward compatibility:
14394ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
14395
14396case $srcdir in
81ecdfbb 14397 .) # We are building in place.
c6b750e1 14398 ac_srcdir=.
81ecdfbb
RW
14399 ac_top_srcdir=$ac_top_builddir_sub
14400 ac_abs_top_srcdir=$ac_pwd ;;
14401 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 14402 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14403 ac_top_srcdir=$srcdir
14404 ac_abs_top_srcdir=$srcdir ;;
14405 *) # Relative name.
14406 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14407 ac_top_srcdir=$ac_top_build_prefix$srcdir
14408 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 14409esac
81ecdfbb 14410ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 14411
252b5132 14412
81ecdfbb
RW
14413 case $ac_mode in
14414 :F)
14415 #
14416 # CONFIG_FILE
14417 #
c6b750e1
DJ
14418
14419 case $INSTALL in
14420 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 14421 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
a0da8069 14422 esac
81ecdfbb 14423_ACEOF
252b5132 14424
81ecdfbb
RW
14425cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14426# If the template does not know about datarootdir, expand it.
14427# FIXME: This hack should be removed a few years after 2.60.
14428ac_datarootdir_hack=; ac_datarootdir_seen=
14429ac_sed_dataroot='
14430/datarootdir/ {
14431 p
14432 q
14433}
14434/@datadir@/p
14435/@docdir@/p
14436/@infodir@/p
14437/@localedir@/p
14438/@mandir@/p'
14439case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14440*datarootdir*) ac_datarootdir_seen=yes;;
14441*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14442 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14443$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
c6b750e1 14444_ACEOF
81ecdfbb
RW
14445cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14446 ac_datarootdir_hack='
14447 s&@datadir@&$datadir&g
14448 s&@docdir@&$docdir&g
14449 s&@infodir@&$infodir&g
14450 s&@localedir@&$localedir&g
14451 s&@mandir@&$mandir&g
14452 s&\\\${datarootdir}&$datarootdir&g' ;;
14453esac
14454_ACEOF
14455
14456# Neutralize VPATH when `$srcdir' = `.'.
14457# Shell code in configure.ac might set extrasub.
14458# FIXME: do we really want to maintain this feature?
14459cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14460ac_sed_extra="$ac_vpsub
c6b750e1
DJ
14461$extrasub
14462_ACEOF
81ecdfbb 14463cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1
DJ
14464:t
14465/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
14466s|@configure_input@|$ac_sed_conf_input|;t t
14467s&@top_builddir@&$ac_top_builddir_sub&;t t
14468s&@top_build_prefix@&$ac_top_build_prefix&;t t
14469s&@srcdir@&$ac_srcdir&;t t
14470s&@abs_srcdir@&$ac_abs_srcdir&;t t
14471s&@top_srcdir@&$ac_top_srcdir&;t t
14472s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14473s&@builddir@&$ac_builddir&;t t
14474s&@abs_builddir@&$ac_abs_builddir&;t t
14475s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14476s&@INSTALL@&$ac_INSTALL&;t t
14477$ac_datarootdir_hack
14478"
14479eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
14480if $ac_cs_awk_getline; then
14481 $AWK -f "$tmp/subs.awk"
14482else
14483 $AWK -f "$tmp/subs.awk" | $SHELL
14484fi >$tmp/out \
14485 || as_fn_error "could not create $ac_file" "$LINENO" 5
14486
14487test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14488 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14489 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14490 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14491which seems to be undefined. Please make sure it is defined." >&5
14492$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14493which seems to be undefined. Please make sure it is defined." >&2;}
14494
14495 rm -f "$tmp/stdin"
14496 case $ac_file in
14497 -) cat "$tmp/out" && rm -f "$tmp/out";;
14498 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14499 esac \
14500 || as_fn_error "could not create $ac_file" "$LINENO" 5
14501 ;;
c148b4cb 14502
c148b4cb 14503
c148b4cb 14504
81ecdfbb
RW
14505 esac
14506
06a51eac
RW
14507
14508 case $ac_file$ac_mode in
14509 "Makefile":F) sed "$extrasub_build" Makefile |
14510 sed "$extrasub_host" |
14511 sed "$extrasub_target" > mf$$
14512 mv -f mf$$ Makefile ;;
14513
14514 esac
81ecdfbb
RW
14515done # for ac_tag
14516
14517
14518as_fn_exit 0
c6b750e1 14519_ACEOF
c6b750e1
DJ
14520ac_clean_files=$ac_clean_files_save
14521
81ecdfbb
RW
14522test $ac_write_fail = 0 ||
14523 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
14524
c6b750e1
DJ
14525
14526# configure is writing to config.log, and then calls config.status.
14527# config.status does its own redirection, appending to config.log.
14528# Unfortunately, on DOS this fails, as config.log is still kept open
14529# by configure, so config.status won't be able to write to it; its
14530# output is simply discarded. So we exec the FD to /dev/null,
14531# effectively closing config.log, so it can be properly (re)opened and
14532# appended to by config.status. When coming back to configure, we
14533# need to make the FD available again.
14534if test "$no_create" != yes; then
14535 ac_cs_success=:
14536 ac_config_status_args=
14537 test "$silent" = yes &&
14538 ac_config_status_args="$ac_config_status_args --quiet"
14539 exec 5>/dev/null
14540 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14541 exec 5>>config.log
14542 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14543 # would make configure fail if this is the last instruction.
81ecdfbb
RW
14544 $ac_cs_success || as_fn_exit $?
14545fi
14546if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14547 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14548$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c6b750e1 14549fi
c148b4cb 14550
This page took 1.683816 seconds and 4 git commands to generate.